@charset "UTF-8";
/* Univers LT Pro - Web Font */
@import url("//hello.myfonts.net/count/2f7c36");
@import url("//hello.myfonts.net/count/2f7c36");
@font-face {
  font-family: 'UniversLTPro-55Roman';
  src: url("../fonts/univers/2F7C36_0_0.eot");
  src: url("../fonts/univers/2F7C36_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/2F7C36_0_0.woff2") format("woff2"), url("../fonts/univers/2F7C36_0_0.woff") format("woff"), url("../fonts/univers/2F7C36_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'UniversLTPro-55Oblique';
  src: url("../fonts/univers/2F7C36_1_0.eot");
  src: url("../fonts/univers/2F7C36_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/2F7C36_1_0.woff2") format("woff2"), url("../fonts/univers/2F7C36_1_0.woff") format("woff"), url("../fonts/univers/2F7C36_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'UniversLTPro-65Bold';
  src: url("../fonts/univers/2F7C36_2_0.eot");
  src: url("../fonts/univers/2F7C36_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/2F7C36_2_0.woff2") format("woff2"), url("../fonts/univers/2F7C36_2_0.woff") format("woff"), url("../fonts/univers/2F7C36_2_0.ttf") format("truetype"); }

/* DTL Documenta - Web Font */
@font-face {
  font-family: "DTL Documenta WT";
  src: url("../fonts/documenta/D019W13T/D019W13T.eot?#iefix");
  src: url("../fonts/documenta/D019W13T/D019W13T.eot?#iefix") format("eot"), url("../fonts/documenta/D019W13T/D019W13T.woff") format("woff"), url("../fonts/documenta/D019W13T/D019W13T.ttf") format("truetype"), url("../fonts/documenta/D019W13T/D019W13T.svg#D019W13T") format("svg"); }

/* Health Foundation Icon Font */
@font-face {
  font-family: "health-foundation";
  src: url("../fonts/healthfoundation/health-foundation.eot");
  src: url("../fonts/healthfoundation/health-foundation.eot?#iefix") format("embedded-opentype"), url("../fonts/healthfoundation/health-foundation.woff") format("woff"), url("../fonts/healthfoundation/health-foundation.ttf") format("truetype"), url("../fonts/healthfoundation/health-foundation.svg#health-foundation") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "health-foundation" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "health-foundation" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-down:before {
  content: "\e000"; }

.icon-plus:before {
  content: "\e001"; }

.icon-ebook:before {
  content: "\e002"; }

.icon-right:before {
  content: "\e003"; }

.icon-email:before {
  content: "\e004"; }

.icon-search:before {
  content: "\e005"; }

.icon-facebook:before {
  content: "\e006"; }

.icon-share:before {
  content: "\e007"; }

.icon-star:before {
  content: "\e008"; }

.icon-facebook2:before {
  content: "\e009"; }

.icon-google:before {
  content: "\e00a"; }

.icon-star2:before {
  content: "\e00b"; }

.icon-twitter:before {
  content: "\e00c"; }

.icon-image:before {
  content: "\e00d"; }

.icon-linkedin:before {
  content: "\e00e"; }

.icon-twitter2:before {
  content: "\e00f"; }

.icon-web:before {
  content: "\e010"; }

.icon-linkedin2:before {
  content: "\e011"; }

.icon-mail:before {
  content: "\e012"; }

.icon-youtube:before {
  content: "\e013"; }

.icon-minus:before {
  content: "\e014"; }

.icon-order:before {
  content: "\e015"; }

.icon-phone:before {
  content: "\e016"; }

.icon-menu:before {
  content: "\e017"; }

.icon-cross:before {
  content: "\e019"; }

/* Bourbon Variables */
/* Variables */
/* Brand Colours */
/* Social Media */
/* Outer Container */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Base styles */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; }

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

body {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #FFFFFF;
  color: #342f2c;
  font-family: Arial, sans-serif;
  border-bottom: 1px transparent;
  letter-spacing: -0.5px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
  font-weight: 400; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    color: #342f2c; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #dd0031;
      cursor: pointer; }

h1 {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.2em;
  margin-top: 0.4em; }

h2 {
  font-size: 24px;
  font-size: 2.4rem; }

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4em; }

h4 {
  font-size: 16px;
  font-size: 1.6rem; }

h5 {
  font-size: 12px;
  font-size: 1.2rem; }

h6 {
  font-size: 10px;
  font-size: 1rem; }

.heading-bg span {
  background-color: #fff;
  padding: 0 20px 0 5px;
  position: relative;
  z-index: 101; }

.heading-bg:after {
  display: block;
  content: "";
  position: relative;
  top: -20px;
  background: #dd0031;
  width: 100%;
  height: 3px; }

.page-sub-heading {
  margin: auto;
  padding: 10px 0;
  max-width: 1170px; }

p {
  font-weight: 400;
  line-height: 1.75; }

.alt-font {
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif; }

a {
  color: #dd0031;
  text-decoration: none;
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif; }
  a:hover, a:focus {
    color: #ff1146; }

button, .tabs {
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFFFFF;
  padding: 8px 14px;
  background-color: #dd0031;
  border-radius: 20px;
  border: 0; }
  button:hover, .tabs:hover {
    background-color: #ff1146; }
  button:focus, .tabs:focus {
    outline: none; }

.btn, .account-container form input[type="submit"], .node-journal-article .field-name-field-url a, .alumni .footer-widgets .block-bean .field-name-field-homepage-block-link a {
  background: #dd0031;
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFFFFF;
  padding: 8px 14px;
  border-radius: 20px;
  border: 0; }
  .btn:hover, .account-container form input[type="submit"]:hover, .node-journal-article .field-name-field-url a:hover, .alumni .footer-widgets .block-bean .field-name-field-homepage-block-link a:hover {
    cursor: pointer;
    background-color: #ff1146;
    color: #FFFFFF; }

.secondary-btn, .node-journal-article .field-name-field-url a {
  background-color: #342f2c; }
  .secondary-btn:hover, .node-journal-article .field-name-field-url a:hover {
    background-color: #606060; }

ul {
  list-style: none;
  padding: 0; }

ul, ol {
  margin: 0; }

ol {
  padding: 20px; }

table {
  margin: 20px 0;
  width: 100%;
  table-layout: fixed; }
  @media screen and (max-width: 768px) {
    table {
      width: auto;
      display: block;
      overflow-x: auto; } }

th {
  background-color: #A03F9A;
  color: #FFFFFF;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  padding: 10px;
  border-bottom: 0; }

table tfoot + tbody > tr:first-child > td {
  background-color: inherit;
  color: inherit; }

td {
  border-top: 1px solid #e2dfd8;
  padding: 10px; }
  td:first-child {
    border-top: 0; }

fieldset {
  padding: 0; }

label {
  float: left;
  padding-right: 10px;
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
  line-height: 32px;
  min-width: 140px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem; }

input, textarea {
  border: 1px solid #e2dfd8;
  margin-bottom: 20px;
  padding: 6px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  text-overflow: ellipsis; }

textarea {
  max-width: 835px;
  width: 100%;
  border-radius: 6px; }

input[type="text"], input[type="email"],
input[type="password"], input[type="search"],
textarea {
  border-radius: 20px; }

select {
  margin-bottom: 20px;
  color: #524c48; }

figure {
  padding: 0;
  margin: 0; }

::-webkit-input-placeholder {
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #524c48;
  font-weight: 300; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #524c48;
  font-weight: 300; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #524c48;
  font-weight: 300; }

:-ms-input-placeholder {
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #524c48;
  font-weight: 300; }

select:active, select:hover {
  outline: none; }

/* Force Scrollbar Visibility in -webkit- Browsers */
::-webkit-scrollbar {
  -webkit-appearance: none; }
  ::-webkit-scrollbar:vertical {
    width: 11px; }
  ::-webkit-scrollbar:horizontal {
    height: 11px; }
  ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.5); }
  ::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 8px; }

.form-select select::-ms-expand {
  display: none; }

.css-hidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0); }

.admin-menu-position-fixed li:before,
.top-footer li:before,
.footer-inner li:before {
  display: none; }

body {
  margin-top: 130px;
  /* Style to push content down below fixed header */ }
  @media screen and (max-width: 1020px) {
    body {
      margin-top: 0; } }

section:after {
  content: "";
  display: table;
  clear: both; }

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

iframe, embed,
object {
  max-width: 100%; }

.hidden {
  position: absolute;
  visibility: hidden; }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1200px) {
    .container {
      padding: 30px 2%; } }

.content-container .results:after {
  content: "";
  display: table;
  clear: both; }

.content-container h2 {
  margin-top: 0; }

.intro-panel {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 30px;
  text-align: center; }
  .intro-panel:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1200px) {
    .intro-panel {
      padding: 40px 2% 40px; } }
  .intro-panel .intro {
    color: #524c48;
    font-size: 17px;
    font-size: 1.7rem;
    padding: 20px 0;
    width: 80%;
    margin: auto; }
  .intro-panel h1 span {
    color: #dd0031; }
  .intro-panel h2 {
    font-size: 28px;
    font-size: 2.8rem;
    max-width: 80%;
    margin: auto; }
  .intro-panel p {
    margin: auto; }

.blog-article-header .author {
  padding-top: 10px; }
  @media screen and (max-width: 768px) {
    .blog-article-header .author {
      clear: both; } }

.author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #e2dfd8;
  float: left;
  margin-right: 15px; }
  @media screen and (max-width: 768px) {
    .author-avatar {
      display: block;
      margin: 10px auto;
      float: none; } }

@media screen and (max-width: 490px) {
  .intro-panel h1 {
    font-size: 24px;
    font-size: 2.4rem; }
  .intro-panel h2 {
    font-size: 20px;
    font-size: 2rem; }
  .intro-panel .intro {
    font-size: 16px;
    font-size: 1.6rem; } }

.page-heading {
  float: left;
  width: 68%;
  text-align: left; }
  @media screen and (max-width: 1020px) {
    .page-heading {
      width: 65%; } }
  @media screen and (max-width: 768px) {
    .page-heading {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; } }

.social-sharing-module {
  text-align: right; }

.heading-separator .social-sharing-module {
  position: relative;
  top: 4px; }
  @media screen and (max-width: 1120px) {
    .heading-separator .social-sharing-module {
      float: right; } }

.left-column {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 65.811965812%; }
  .left-column:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1020px) {
    .left-column {
      margin-bottom: 30px; } }

article {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  article:after {
    content: "";
    display: table;
    clear: both; }
  article time {
    margin-bottom: 20px; }
  article p, article a {
    font-size: 14px;
    font-size: 1.4rem; }
  article a {
    font-family: Arial, sans-serif; }
  article:first-child {
    padding-top: 0; }

aside {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 31.6239316239%;
  padding-top: 0;
  margin-top: 0; }
  aside:last-child {
    margin-right: 0; }
  aside .sidebar-widget:first-child {
    margin-top: 0;
    padding-top: 0; }
    aside .sidebar-widget:first-child h4, aside .sidebar-widget:first-child p:first-child {
      margin-top: 0; }
    aside .sidebar-widget:first-child h4 {
      padding-top: 20px; }

@media screen and (max-width: 1020px) {
  .left-column, aside {
    width: 100%;
    display: block;
    float: none; } }

div.contextual-links-wrapper {
  z-index: 990; }

body {
  margin-top: 110px; }
  @media screen and (max-width: 1020px) {
    body {
      margin-top: 0; } }

body.admin-menu .header-outer + * {
  margin-top: 110px; }
  @media screen and (max-width: 1020px) {
    body.admin-menu .header-outer + * {
      margin-top: 0; } }

.region-header-below {
  margin-top: 110px; }

.drupal_tabs ul.tabs, .drupal_tabs ul.primary {
  background: transparent;
  border: none;
  margin-bottom: 35px;
  padding: 0; }
  @media screen and (max-width: 660px) {
    .drupal_tabs ul.tabs li, .drupal_tabs ul.primary li {
      float: none;
      margin: 0 0 25px; } }
  .drupal_tabs ul.tabs a, .drupal_tabs ul.primary a {
    border: none;
    background-color: #e2dfd8;
    margin: 0 7px;
    padding: 10px 20px; }
    .drupal_tabs ul.tabs a:first-child, .drupal_tabs ul.primary a:first-child {
      margin-left: 0; }
  .drupal_tabs ul.tabs a.active, .drupal_tabs ul.primary a.active {
    background-color: #dd0031;
    border: none;
    color: white; }
    .drupal_tabs ul.tabs a.active:hover, .drupal_tabs ul.primary a.active:hover {
      background-color: #ff1146; }

#user-register-form, #user-login,
#user-pass {
  width: 100%;
  padding: 20px;
  text-align: center;
  display: block;
  margin: auto; }
  #user-register-form .form-item, #user-login .form-item,
  #user-pass .form-item {
    padding: 0 10px; }
  #user-register-form label, #user-login label,
  #user-pass label {
    margin-bottom: 10px; }
  #user-register-form input[type="submit"], #user-login input[type="submit"],
  #user-pass input[type="submit"] {
    display: block;
    margin: 20px auto 0; }

#user-register-form {
  padding-top: 7px; }

/*------------------------------------*            Header Styles
\*------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  margin: auto;
  height: 110px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #e2dfd8; }
  @media screen and (max-width: 1020px) {
    header {
      position: static;
      padding: 0 10px; }
      header .toggle-nav {
        float: left;
        display: block;
        margin-right: 2.5641025641%;
        width: 48.7179487179%; }
        header .toggle-nav:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 490px) {
    header .toggle-nav {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 31.6239316239%; }
      header .toggle-nav:last-child {
        margin-right: 0; } }
  header .header-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    header .header-inner:after {
      content: "";
      display: table;
      clear: both; }
  header .search-form {
    float: left;
    display: block;
    margin-right: 3.4482758621%;
    width: 31.0344827586%;
    box-sizing: border-box;
    position: relative;
    padding: 40px 20px;
    background: transparent; }
    header .search-form:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1020px) {
      header .search-form {
        padding: 30px 20px 15px;
        width: 100%;
        background: #e2dfd8;
        border-bottom: 1px solid #e2dfd8; } }
    header .search-form .form-item {
      margin-top: 0; }
    header .search-form label {
      display: none; }
    header .search-form input[type="text"],
    header .search-form input[type="search"] {
      box-sizing: border-box;
      margin-bottom: 0;
      width: 100%;
      background-color: #e2dfd8;
      border-radius: 20px;
      outline: none; }
      @media screen and (max-width: 1020px) {
        header .search-form input[type="text"],
        header .search-form input[type="search"] {
          padding: 10px 15px;
          background: white; } }
      header .search-form input[type="text"]:focus,
      header .search-form input[type="search"]:focus {
        box-shadow: inset 0 0 1px 1px #ff446d; }
    header .search-form button[type=submit] {
      position: absolute;
      top: 40px;
      right: 24px;
      height: 40px;
      width: 40px;
      color: #342f2c;
      background-color: transparent; }
      @media screen and (max-width: 1020px) {
        header .search-form button[type=submit] {
          top: 31px;
          right: 25px;
          height: 44px; } }
      @media screen and (max-width: 660px) {
        header .search-form button[type=submit] {
          right: 20px; } }

.admin-menu body,
.admin-menu header {
  margin-top: 29px; }

nav {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 74.358974359%;
  height: 110px; }
  nav:last-child {
    margin-right: 0; }

.logo {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 23.0769230769%;
  float: right;
  padding-top: 3px;
  text-align: right; }
  .logo:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1200px) {
    .logo:last-child {
      margin-right: 15px; } }
  @media screen and (max-width: 1020px) {
    .logo {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 48.7179487179%; }
      .logo:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 490px) {
    .logo {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 65.811965812%;
      margin-top: 5px; }
      .logo:last-child {
        margin-right: 0; } }
  .logo span {
    display: none; }
  .logo img {
    margin-top: 15px;
    max-width: 229px; }
    @media screen and (max-width: 1200px) {
      .logo img:last-child {
        margin-right: 20px; } }
    @media screen and (max-width: 1020px) {
      .logo img {
        margin-top: 20px;
        max-width: 200px; } }
    @media screen and (max-width: 490px) {
      .logo img {
        margin-top: 20px;
        margin-right: 10px;
        max-width: 160px; }
        .logo img:last-child {
          margin-right: 15px; } }

.toggle-nav {
  display: none; }

nav {
  font-size: 19px;
  font-size: 1.9rem;
  height: 110px; }
  nav li {
    float: left;
    display: block;
    margin-right: 3.4482758621%;
    width: 31.0344827586%;
    float: left;
    margin-right: 0;
    padding: 0;
    text-align: center;
    border-right: 1px solid #e2dfd8; }
    nav li:last-child {
      margin-right: 0; }
    nav li:hover {
      overflow: visible;
      background-color: #e2dfd8; }
  nav a,
  nav .dropdown-link {
    display: block;
    padding: 42px 10px 42px;
    color: #342f2c;
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    word-break: normal;
    cursor: pointer; }
    nav a:hover:after, nav a:focus:after, nav a:active:after,
    nav .dropdown-link:hover:after,
    nav .dropdown-link:focus:after,
    nav .dropdown-link:active:after {
      color: #ff1146; }
    nav a:after,
    nav .dropdown-link:after {
      content: '\e000';
      position: relative;
      top: 3px;
      padding-left: 7px;
      height: 40px;
      width: 40px;
      color: #dd0031;
      font-size: 20px;
      font-size: 2rem;
      font-family: 'health-foundation'; }

.first-item {
  width: 35.03448%;
  border-left: 1px solid #e2dfd8; }

.toggle-sub-nav:hover .sub-menu-container {
  border-bottom: 1px solid #e2dfd8; }
  @media screen and (max-width: 1020px) {
    .toggle-sub-nav:hover .sub-menu-container {
      border-bottom: 0; } }

.sub-menu {
  display: block;
  z-index: 30;
  max-height: 0;
  overflow: hidden;
  background-color: #FFFFFF; }
  .sub-menu.active {
    max-height: 800px;
    border-top: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .sub-menu li {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 14.5299145299%;
    display: block;
    padding: 0;
    min-height: 287px;
    text-align: center;
    border: none; }
    .sub-menu li:last-child {
      margin-right: 0; }
  .sub-menu img {
    margin-bottom: 15px;
    max-width: 125px;
    border-radius: 50%; }
  .sub-menu a {
    display: block;
    margin: 10px 0;
    padding: 10px;
    min-height: 258px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #383838;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center; }
    .sub-menu a:hover {
      color: #A03F9A; }
    .sub-menu a:after {
      display: none; }

.sub-menu-container {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  width: 100%;
  background: white; }

.sub-menu {
  display: block;
  margin: auto;
  max-height: 0px;
  max-width: 1200px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .sub-menu {
      background-color: #e2dfd8; } }
  .sub-menu.active {
    max-height: 800px;
    border-top: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .sub-menu li {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 14.5299145299%;
    display: block;
    padding: 0;
    min-height: 230px;
    text-align: center;
    border: none; }
    .sub-menu li:last-child {
      margin-right: 0; }
  .sub-menu img {
    margin-bottom: 15px;
    border-radius: 50%;
    max-width: 125px; }
  .sub-menu a {
    display: block;
    margin: 10px 0 0;
    padding: 10px;
    color: #383838;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: Arial, sans-serif;
    text-align: center; }
    .sub-menu a:hover, .sub-menu a:focus, .sub-menu a:active {
      color: #ff1146; }
    .sub-menu a:after {
      display: none; }

.nojQuery .sub-menu {
  display: none;
  max-height: none; }

.nojQuery li:hover .sub-menu {
  display: block; }

@media screen and (max-width: 1020px) {
  header .toggle-nav {
    display: inline-block;
    float: left;
    padding: 40px 0 28px;
    text-indent: -60px; }
    header .toggle-nav:after {
      content: '\e017';
      position: relative;
      left: 15px;
      padding: 20px;
      color: #342f2c;
      font-size: 30px;
      font-size: 3rem;
      font-family: 'health-foundation';
      cursor: pointer; }
  header .first-item {
    border-left: none; }
  header .sub-menu-container {
    position: static; }
  header .sub-menu {
    background: #e2dfd8; }
    header .sub-menu.active {
      border: none; }
    header .sub-menu li {
      min-height: 0; } }
    @media screen and (max-width: 1020px) and (max-width: 768px) {
      header .sub-menu li {
        width: 47%; }
        header .sub-menu li:nth-child(odd) {
          clear: left; } }

@media screen and (max-width: 1020px) {
    header .sub-menu a {
      padding: 0 20px; }
      header .sub-menu a:after {
        display: none; }
  header .show-nav {
    display: block; }
  .menu-toggle-text {
    color: white; }
  nav {
    position: absolute;
    left: 0;
    z-index: 200;
    display: none;
    margin-top: 104px;
    width: 100%;
    background: #e2dfd8;
    border-top: none; }
    nav li,
    nav .first-item {
      display: inline-block;
      padding: 0;
      width: 100%;
      background-color: #e2dfd8;
      border-right: 0;
      border-bottom: 1px dashed #e2dfd8; }
      nav li:hover,
      nav .first-item:hover {
        border-left: none; }
    nav a,
    nav .dropdown-link {
      padding: 20px 0 20px 20px;
      text-align: left; } }

@media only screen and (min-width: 769px) and (max-width: 1020px) {
  .sub-menu {
    background-color: #e2dfd8; }
    .sub-menu li {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 31.6239316239%; }
      .sub-menu li:last-child {
        margin-right: 0; }
      .sub-menu li:nth-child(3n) {
        margin-right: 0; }
      .sub-menu li:nth-child(3n+1) {
        clear: left; } }

@media screen and (max-width: 710px) {
  .q-initiative {
    height: 160px; } }

.q-initiative__header {
  display: table;
  width: 100%; }
  @media screen and (max-width: 710px) {
    .q-initiative__header {
      display: block; } }

.q-initiative__column {
  display: table-cell;
  width: 33%;
  padding-top: 11px;
  vertical-align: middle; }
  .q-initiative__column--left {
    text-align: left; }
  .q-initiative__column--middle {
    text-align: center; }
  .q-initiative__column--right {
    text-align: right; }
  @media screen and (max-width: 950px) {
    .q-initiative__column--left {
      width: 45%; }
    .q-initiative__column--middle, .q-initiative__column--right {
      width: 27.5%;
      text-align: right; } }
  @media screen and (max-width: 710px) {
    .q-initiative__column--left, .q-initiative__column--middle, .q-initiative__column--right {
      display: block;
      text-align: center; }
    .q-initiative__column--left {
      width: 100%; }
    .q-initiative__column--middle {
      float: left;
      margin-right: 5%;
      width: 35%;
      text-align: right; }
    .q-initiative__column--right {
      float: left;
      margin-top: 20px;
      width: 60%; } }
  @media screen and (max-width: 490px) {
    .q-initiative__column--middle {
      text-align: center; } }
  @media screen and (max-width: 350px) {
    .q-initiative__column--middle {
      width: 31%; }
    .q-initiative__column--right {
      width: 64%; } }

.q-initiative__returnlink, .pop-header__return-link {
  color: #342f2c; }
  .q-initiative__returnlink:before, .pop-header__return-link:before, .ie9 .pop-header__return-link:before {
    content: "\e000";
    position: relative;
    top: -3px;
    display: inline-block;
    margin-right: 5px;
    padding-left: 7px;
    height: 40px;
    width: 40px;
    font-size: 20px;
    font-size: 2rem;
    color: #ED174F;
    font-family: 'health-foundation';
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
    @media screen and (max-width: 710px) {
      .q-initiative__returnlink:before, .pop-header__return-link:before, .ie9 .pop-header__return-link:before {
        top: -8px;
        right: 3px; } }
    @media screen and (max-width: 350px) {
      .q-initiative__returnlink:before, .pop-header__return-link:before, .ie9 .pop-header__return-link:before {
        width: 27px; } }

.q-initiative__logo {
  height: 85px;
  width: 105px; }

.q-initiative__health-foundation, .pop-header__health-foundation {
  margin-right: 10px;
  height: 36px;
  width: 112px; }

.q-initiative__nhs {
  position: relative;
  top: 3px;
  height: 36px;
  width: 95px; }

.link-field-url label {
  position: absolute;
  height: 0;
  visibility: hidden; }

.file-icon {
  display: none; }

.image-widget-data .file,
.image-widget-data .file-size {
  float: left; }

.image-widget-data .form-submit {
  clear: both;
  margin-top: 10px; }

.group-qi-profile-social {
  margin-top: 40px; }
  .group-qi-profile-social .fieldset-legend {
    padding-left: 0 !important;
    background: none !important; }
    .group-qi-profile-social .fieldset-legend:before {
      content: "\e000";
      position: relative;
      top: 3px;
      margin-right: 5px;
      padding-left: 0;
      height: 40px;
      width: 40px;
      font-size: 20px;
      font-size: 2rem;
      color: #342f2c;
      font-family: 'health-foundation'; }
  .group-qi-profile-social .fieldset-title {
    font-size: 15px;
    font-size: 1.5rem;
    color: #342f2c;
    font-weight: 900; }
  .group-qi-profile-social .fieldset-wrapper {
    padding: 0 20px; }
  .group-qi-profile-social .form-item {
    margin-top: 0; }
  .group-qi-profile-social .text-full,
  .group-qi-profile-social .link-field-url {
    margin-top: 10px; }

.collapsed {
  margin-bottom: 40px; }
  .collapsed .fieldset-legend:before {
    content: "\e003"; }

.group-user-details .form-checkbox {
  top: -13px; }

.page-qi .project-categories {
  margin: 40px auto;
  width: 100%;
  max-width: 1200px; }

.page-qi .secondary-btn, .page-qi .node-journal-article .field-name-field-url a, .node-journal-article .field-name-field-url .page-qi a {
  display: inline-block;
  margin: 10px 15px; }
  @media screen and (max-width: 768px) {
    .page-qi .secondary-btn, .page-qi .node-journal-article .field-name-field-url a, .node-journal-article .field-name-field-url .page-qi a {
      margin: 10px 2%; } }

.page-qi .landing_search__container {
  margin: 10px auto;
  float: none;
  padding: 0 2.5%;
  width: 75%; }
  @media screen and (max-width: 860px) {
    .page-qi .landing_search__container {
      width: 100%; } }
  .page-qi .landing_search__container input[type="search"] {
    padding: 10px 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    background-image: none; }
    @media screen and (max-width: 400px) {
      .page-qi .landing_search__container input[type="search"] {
        padding-right: 40px; } }

.page-qi .landing_search__submit {
  top: 0;
  right: 3.5%; }
  @media screen and (max-width: 860px) {
    .page-qi .landing_search__submit {
      right: 2.5%; } }

.ie9 .q-initiative__returnlink, .ie9 .pop-header__return-link {
  position: relative;
  top: 5px;
  left: 0; }
  .ie9 .q-initiative__returnlink:before, .ie9 .pop-header__return-link:before {
    content: "";
    position: relative;
    top: 3px;
    left: 17px;
    display: inline-block;
    float: left;
    background: url("../images/q-initiative/back-button.png");
    background-repeat: no-repeat; }

#block-ripple-blocks-health-qi-contact {
  margin-top: 20px; }

.page-qi-user .field-item {
  font-size: 17px;
  font-size: 1.7rem;
  color: #606060;
  line-height: 1.5em; }

/*------------------------------------*          Hero Header Styles
\*------------------------------------*/
.hero-outer {
  background-color: #e2dfd8;
  border-top: 1px solid #e2dfd8;
  border-bottom: 1px solid #e2dfd8;
  text-align: center;
  padding: 50px 0 45px;
  margin-top: -1px; }
  .hero-outer h1 {
    padding: 0 20%;
    margin: 0 0 0.67em; }
  .hero-outer p {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0; }

@media screen and (max-width: 1020px) {
  .hero-outer {
    margin-top: -1px; } }

@media screen and (max-width: 490px) {
  .hero-outer h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 10%; } }

.breadcrumbs-outer {
  clear: both;
  background-color: #e2dfd8;
  padding: 10px 0;
  margin-top: 110px; }

.breadcrumbs {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px; }
  .breadcrumbs:after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumbs .delimiter {
    margin: 0 10px;
    padding-top: 18px; }
  .breadcrumbs span {
    display: inline-block;
    float: left;
    padding: 15px 0; }
  .breadcrumbs span.last {
    font-weight: 900; }
  .breadcrumbs a {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #342f2c;
    display: inline-block;
    line-height: 1.5em; }
    .breadcrumbs a:hover {
      text-decoration: underline; }

.site-resources {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0 20px; }
  .site-resources:after {
    content: "";
    display: table;
    clear: both; }
  .site-resources li {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 14.5299145299%;
    text-align: center; }
    .site-resources li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1020px) {
      .site-resources li {
        width: 32%;
        margin-right: 2%; }
        .site-resources li:nth-of-type(3n) {
          margin-right: 0; }
        .site-resources li:nth-of-type(4n) {
          clear: both; } }
    @media screen and (max-width: 660px) {
      .site-resources li {
        width: 48%;
        margin-right: 2%; }
        .site-resources li:nth-child(odd) {
          clear: both; }
        .site-resources li:nth-child(even) {
          margin-right: 0; }
        .site-resources li:nth-of-type(3n) {
          margin-right: 2%; }
        .site-resources li:nth-of-type(4n) {
          clear: none; } }
    .site-resources li img {
      margin-bottom: 0;
      border-radius: 50%;
      max-width: 125px; }
    .site-resources li a {
      font-family: Arial, sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      color: #342f2c;
      padding: 0;
      margin: 10px 0;
      display: block;
      word-break: normal; }
      .site-resources li a:hover {
        color: #606060; }

.hero-banner {
  padding: 0;
  margin-bottom: -4px;
  background-color: white; }

.secondary-hero {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .secondary-hero:after {
    content: "";
    display: table;
    clear: both; }
  .secondary-hero h3 {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 57.264957265%;
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    font-weight: 900;
    text-align: left; }
    .secondary-hero h3:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .secondary-hero h3 {
        float: left;
        display: block;
        margin-right: 2.5641025641%;
        width: 31.6239316239%;
        text-align: center; }
        .secondary-hero h3:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 490px) {
      .secondary-hero h3 {
        font-size: 22px;
        font-size: 2.2rem; } }
    .secondary-hero h3 span {
      display: block; }
  .secondary-hero img {
    margin-bottom: -3px; }

.page-sub-heading {
  padding-bottom: 20px; }
  .page-sub-heading .heading-bg {
    margin-bottom: 0;
    padding: 0; }

.sub-hero-section {
  background-color: #342f2c;
  color: #FFFFFF;
  position: relative; }
  .sub-hero-section:before {
    content: "\25b2";
    font-size: 22px;
    font-size: 2.2rem;
    color: #342f2c;
    position: absolute;
    height: 20px;
    width: 20px;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto; }
    @media screen and (max-width: 660px) {
      .sub-hero-section:before {
        top: -15px; } }

.sub-hero-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .sub-hero-inner:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1200px) {
    .sub-hero-inner {
      padding: 0 2.5%; } }
  @media screen and (max-width: 490px) {
    .sub-hero-inner {
      text-align: center; } }

p.leadership-q {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 40.1709401709%;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 140%;
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
  margin-top: 20px;
  margin-bottom: 20px; }
  p.leadership-q:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    p.leadership-q {
      width: 100%; } }
  @media screen and (max-width: 490px) {
    p.leadership-q {
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 10px; } }

p.leadership-description {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 57.264957265%;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 27px; }
  p.leadership-description:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1020px) {
    p.leadership-description {
      margin-top: 30px; } }
  @media screen and (max-width: 768px) {
    p.leadership-description {
      margin-top: 10px;
      padding-bottom: 20px;
      width: 100%; } }
  @media screen and (max-width: 490px) {
    p.leadership-description {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 20px; } }

/*------------------------------------*        Load More Button Styles
\*------------------------------------*/
.load-more-outer form {
  background: transparent; }

.load-more-outer div {
  width: 180px;
  margin: auto;
  padding: 0; }

.load-more-outer input[type="submit"] {
  background: #524c48;
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-size: 1.8rem;
  float: none;
  min-width: 170px;
  padding: 12px;
  position: relative;
  margin: 0; }

/*
* Homepage Video Styling
*/
.video-contain {
  margin-top: 20px;
  padding: 35px 20px;
  background: #e2dfd8; }

.home-video {
  position: relative;
  margin: 0 auto;
  max-width: 960px; }
  .home-video__media {
    height: 100%;
    width: 100%; }

.landing-content .container {
  padding-top: 0;
  display: table; }

.listing-row {
  display: table-row; }
  .listing-row:first-child .content-item:first-child, .listing-row:first-child .content-item:nth-child(2) {
    border-top: none; }
  @media screen and (max-width: 860px) {
    .listing-row:first-child .content-item:nth-child(2) {
      border-top: 1px solid #e2dfd8; } }
  .listing-row .content-item:only-child {
    border-right: 1px solid #e2dfd8; }

.latest-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .latest-content:after {
    content: "";
    display: table;
    clear: both; }
  .latest-content h2 {
    margin-bottom: 0;
    font-size: 26px;
    font-size: 2.6rem; }
  .latest-content span {
    position: relative;
    z-index: 101;
    padding: 0 40px 0 5px;
    background-color: white; }
  .latest-content:after {
    content: '';
    position: relative;
    top: -20px;
    display: block;
    height: 3px;
    width: 100%;
    background: #dd0031; }

.odd article.content-item:nth-last-of-type(2) {
  border-bottom: 1px solid #e2dfd8; }
  .odd article.content-item:nth-last-of-type(2):hover {
    border-bottom: 3px solid #dd0031; }

.content-item {
  display: table-cell;
  margin-bottom: 0;
  padding: 20px 20px 30px;
  width: 50%;
  border-top: 1px solid #e2dfd8;
  border-bottom: 3px solid white;
  vertical-align: top; }
  .content-item:nth-child(odd) {
    border-right: 1px solid #e2dfd8; }
  @media screen and (max-width: 860px) {
    .content-item {
      border-top: 1px solid #e2dfd8; }
      .content-item:nth-child(odd) {
        border-right: none; } }
  .content-item:hover {
    background-color: #e2dfd8;
    border-bottom: 3px solid #dd0031; }
  .content-item:nth-of-type(2n+1) {
    clear: left; }
  .content-item h3 {
    margin: 0 0 10px; }
    .content-item h3 a {
      font-size: 22px;
      font-size: 2.2rem;
      color: #342f2c;
      font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif; }
      .content-item h3 a:hover {
        color: #dd0031;
        text-decoration: underline; }
  .content-item p {
    color: #524c48; }
  .content-item a.content-sub-link {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #808285; }
    .content-item a.content-sub-link:hover {
      text-decoration: underline; }

.programme-content-items .content-item {
  min-height: 400px; }

.load-more-outer {
  padding: 50px 0;
  width: 200%;
  text-align: center;
  background: white; }
  @media screen and (max-width: 860px) {
    .load-more-outer {
      width: 100%; } }

.load-more {
  padding: 8px 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .load-more span {
    margin-left: 10px;
    font-size: 20px;
    font-size: 2rem; }

.content-video .video-intro,
.content-video .video-thumbnail {
  float: left;
  width: 50%; }

.content-video .video-intro {
  padding-right: 10px; }

.content-video .video-thumbnail {
  margin-top: 25px; }

.content-video .intro-full-width {
  width: 100%; }

.content-publication .publication-intro,
.content-publication .publication-cover {
  float: left; }

.content-publication .publication-intro {
  padding-right: 10px;
  width: 70%; }

.content-publication .publication-cover {
  margin-top: 25px;
  width: 30%; }
  .content-publication .publication-cover img {
    border: 6px solid white; }

.content-image .image-intro,
.content-image .image-content {
  float: left; }

.content-image .image-intro {
  padding-right: 10px;
  width: 60%; }

.content-image .image-content {
  margin-top: 25px;
  width: 40%; }
  .content-image .image-content img {
    border: 6px solid white; }

article.content-item {
  padding: 20px 20px 40px; }

.content-bio .bio-intro,
.content-bio .bio-image {
  float: left; }

.content-bio .bio-intro {
  padding-right: 10px;
  width: 70%; }

.content-bio .bio-image {
  margin-top: 25px;
  width: 30%; }
  .content-bio .bio-image img {
    border: 6px solid white; }

.programme-status {
  padding: 7px 10px;
  background-color: #342f2c; }
  .programme-status span {
    color: white; }

@media screen and (max-width: 1020px) {
  .programme-content-items .video-intro {
    width: 100%; }
  .programme-content-items .video-thumbnail {
    display: none; }
  .content-image .image-intro {
    width: 70%; }
  .content-image .image-content {
    width: 30%; } }

@media screen and (max-width: 860px) {
  .content-item {
    display: block;
    width: 100%;
    min-height: 0; }
  .content-video .video-intro {
    width: 55%; }
  .content-video .intro-full-width {
    width: 100%; }
  .content-video .video-thumbnail {
    display: block;
    width: 45%; } }

@media screen and (max-width: 490px) {
  .latest-content h2 span {
    padding-right: 30px; }
  .content-item:nth-of-type(2) {
    border-left: 0; }
  /* Video Content Styles */
  .content-video .video-intro,
  .content-video .video-thumbnail {
    float: none;
    width: 100%; }
  /* Image Content Styles */
  .content-image .image-intro {
    float: none;
    width: 100%; }
  .content-image .image-content {
    width: 75%; }
  /* Publication Content Styles */
  .content-publication .publication-intro {
    width: 100%;
    float: none; }
  .content-publication .publication-cover {
    width: 60%; } }

.related-resources:last-of-type {
  border-right: none; }

@media screen and (max-width: 860px) {
  .related-resources {
    display: block;
    float: none;
    width: 100%;
    min-height: 0; }
    .related-resources:nth-of-type(even) {
      border-right: none;
      border-left: none; } }

@media screen and (max-width: 490px) {
  .related-resources {
    padding: 20px 25px; } }

.related-resources a {
  word-break: break-word; }

.related-resources .content-intro,
.related-resources .content-image {
  display: inline-block;
  float: left; }
  @media screen and (max-width: 860px) {
    .related-resources .content-intro,
    .related-resources .content-image {
      padding-top: 30px; } }
  @media screen and (max-width: 490px) {
    .related-resources .content-intro,
    .related-resources .content-image {
      padding-top: 15px; } }

.related-resources .content-intro {
  margin-right: 5%;
  width: 55%; }
  @media screen and (max-width: 860px) {
    .related-resources .content-intro {
      width: 70%; } }
  @media screen and (max-width: 660px) {
    .related-resources .content-intro {
      width: 60%; } }
  @media screen and (max-width: 490px) {
    .related-resources .content-intro {
      width: 50%; }
      .related-resources .content-intro h3 {
        line-height: 1.8em; }
        .related-resources .content-intro h3 a {
          font-size: 18px;
          font-size: 1.8rem; } }
  .related-resources .content-intro h3 {
    margin: 0; }

.related-resources .content-intro-full h3 {
  margin: 0; }

.related-resources .content-image {
  width: 40%; }
  @media screen and (max-width: 860px) {
    .related-resources .content-image {
      width: 25%; } }
  @media screen and (max-width: 660px) {
    .related-resources .content-image {
      width: 35%; } }
  @media screen and (max-width: 490px) {
    .related-resources .content-image {
      width: 45%; } }

.related-content .odd article.content-item:nth-last-of-type(2) {
  border-bottom: none; }

.related-content .odd article.content-item:hover {
  border-bottom: 3px solid #dd0031; }

.related-content .even .listing-row:last-of-type article.content-item {
  display: block;
  float: left;
  width: 50%;
  border-right: 1px solid #e2dfd8; }
  @media screen and (max-width: 860px) {
    .related-content .even .listing-row:last-of-type article.content-item {
      float: none;
      width: 100%;
      border-right: none; } }

.results {
  display: table;
  width: 100%; }
  .results .content-item:only-child {
    border-right: none; }
    @media screen and (max-width: 768px) {
      .results .content-item:only-child {
        width: 100%; } }

/*----------------------------------------------*   Programmes Landing Highlights Section Styles
\*----------------------------------------------*/
.content-highlights {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0; }
  .content-highlights:after {
    content: "";
    display: table;
    clear: both; }
  .content-highlights h2:after {
    display: block;
    content: "";
    position: relative;
    top: -20px;
    background: #ED174F;
    width: 100%;
    height: 3px; }
  .content-highlights h2 span {
    background-color: #fff;
    padding: 0 40px 0 5px;
    position: relative;
    z-index: 101; }

.programme-search, .programme-search--results, .blog-search {
  background-color: #e2dfd8;
  margin: 0 0 20px;
  padding-bottom: 15px; }

.programme-search--results .filter-select-type:nth-of-type(4n) {
  margin-right: 0; }

.filter-more {
  background: white;
  color: #342f2c;
  margin-top: 22px; }
  .filter-more:hover {
    background: #dd0031;
    color: white; }

.programme-search-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .programme-search-inner:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1200px) {
    .programme-search-inner {
      padding-bottom: 15px; } }
  .programme-search-inner hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #999390;
    margin: 1em 0;
    padding: 0; }

.search-form {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 23.0769230769%;
  position: relative;
  padding: 37px 0 15px; }
  .search-form:last-child {
    margin-right: 0; }
  .search-form label {
    display: none; }
  .search-form input[type="search"] {
    background-color: #FFFFFF;
    width: 90%;
    border-radius: 20px;
    outline: none;
    margin-bottom: 0;
    padding: 7px 0px 7px 17px;
    line-height: 22px; }
    .search-form input[type="search"]:focus {
      box-shadow: inset 0 0 1px 1px #ff1146; }
  .search-form button[type=submit] {
    background-color: transparent;
    color: #342f2c;
    position: absolute;
    top: 38px;
    right: 15px;
    width: 40px;
    height: 40px; }

.dropdown-button {
  background-color: #fff;
  color: #383838;
  text-align: left;
  position: relative;
  padding-right: 40px;
  width: 75%; }
  .dropdown-button:after {
    content: "\e000";
    font-family: 'health-foundation';
    color: #ED174F;
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    top: 8px;
    right: 10px; }
  .dropdown-button:hover {
    background-color: #ED174F;
    color: #FFFFFF; }
    .dropdown-button:hover:after {
      color: #FFFFFF; }

.dropdown-options {
  background: white;
  margin-top: 10px;
  width: 75%;
  border-radius: 6px;
  position: absolute;
  border: 1px solid #e2dfd8;
  z-index: 200;
  border: 1px solid #E4E4E4; }
  .dropdown-options li {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    border-top: 1px dashed #eee; }
    .dropdown-options li:first-child {
      border-top: none; }
      .dropdown-options li:first-child a {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px; }
    .dropdown-options li:last-child a {
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }
  .dropdown-options a {
    color: #342f2c;
    padding: 10px 10px;
    display: block; }
    .dropdown-options a:hover {
      background: #e2dfd8;
      color: #dd0031; }

.top-level-filters {
  padding-top: 5px; }
  .top-level-filters:after {
    content: "";
    display: table;
    clear: both; }
  .top-level-filters .form-item {
    margin-bottom: 0; }
  .top-level-filters .filter-select-type {
    text-align: right;
    margin-top: 17px;
    margin-bottom: 0; }
    @media screen and (max-width: 1200px) {
      .top-level-filters .filter-select-type {
        width: 33%;
        margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .top-level-filters .filter-select-type {
        width: 49%;
        margin-right: 0; } }
    @media screen and (max-width: 490px) {
      .top-level-filters .filter-select-type {
        width: 98%; } }
    .top-level-filters .filter-select-type button {
      height: 36px; }
      @media screen and (max-width: 768px) {
        .top-level-filters .filter-select-type button {
          width: 99%; } }
  .top-level-filters .dropdown-options {
    left: 25%;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .top-level-filters .dropdown-options {
        left: 0;
        width: 100%; } }

.dropdown-scroll {
  overflow-y: scroll;
  max-height: 300px; }

.landing_search__container {
  width: 30%;
  margin-right: 20%;
  float: left;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .landing_search__container {
      margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .landing_search__container {
      width: 98%;
      display: block;
      margin: 10px 0; } }
  .landing_search__container input[type="search"] {
    width: 92%; }
    @media screen and (max-width: 1200px) {
      .landing_search__container input[type="search"] {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      .landing_search__container input[type="search"] {
        width: 96%; } }
    @media screen and (max-width: 660px) {
      .landing_search__container input[type="search"] {
        width: 94%; } }
    @media screen and (max-width: 490px) {
      .landing_search__container input[type="search"] {
        width: 92%; } }
  .landing_search__container input {
    margin-bottom: 0; }
  .landing_search__container label {
    font-size: 0;
    visibility: hidden;
    height: 0; }
  .landing_search__container input[type="text"] input[type="search"] {
    width: 100%; }

.landing_search__submit {
  position: absolute;
  top: 20px;
  right: 1px; }
  .landing_search__submit:after {
    content: "\e005";
    font-family: 'health-foundation';
    color: black;
    height: 38px;
    width: 38px;
    font-size: 20px;
    position: relative;
    top: 8px;
    left: 28px;
    z-index: 10; }
  .landing_search__submit .form-submit {
    color: black;
    background: transparent;
    font-size: 0;
    padding: 0;
    margin: 0;
    height: 38px;
    width: 38px;
    border: 0;
    position: relative;
    z-index: 30; }
    .landing_search__submit .form-submit:hover {
      background: transparent; }

.filter-select-type,
.filter-select-status {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 23.0769230769%;
  padding: 5px 0 15px;
  position: relative; }
  .filter-select-type:last-child,
  .filter-select-status:last-child {
    margin-right: 0; }

.bottom-level-filters {
  padding-top: 10px; }
  .bottom-level-filters .sort-by-filter {
    float: right; }
    @media screen and (max-width: 1200px) {
      .bottom-level-filters .sort-by-filter {
        width: 38%; } }
    @media screen and (max-width: 1020px) {
      .bottom-level-filters .sort-by-filter {
        width: 40%; } }
    @media screen and (max-width: 768px) {
      .bottom-level-filters .sort-by-filter {
        width: 100%;
        display: block; } }
  .bottom-level-filters .filter-select-type {
    width: 80%; }
    @media screen and (max-width: 768px) {
      .bottom-level-filters .filter-select-type {
        width: 85%; } }
    @media screen and (max-width: 490px) {
      .bottom-level-filters .filter-select-type {
        width: 98%; } }
  @media screen and (max-width: 490px) {
    .bottom-level-filters label {
      display: block;
      width: 100%;
      text-align: center; } }
  .bottom-level-filters button {
    width: 100%; }
  .bottom-level-filters .dropdown-options {
    width: 100%; }
  .bottom-level-filters .sort-by-filter .dropdown-options {
    right: 0; }
  .bottom-level-filters .filter-tag a, .bottom-level-filters .listing__tag a {
    color: white; }

.filter-tags {
  width: 55%;
  float: left; }
  @media screen and (max-width: 1020px) {
    .filter-tags {
      width: 60%; } }
  @media screen and (max-width: 768px) {
    .filter-tags {
      text-align: center; } }
  .filter-tags p {
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    font-size: 19px;
    font-size: 1.9rem;
    display: inline-block;
    float: left;
    margin: 10px 20px 0 0; }

.filter-tag-list {
  margin-top: 5px; }
  .filter-tag-list .tag {
    color: #342f2c;
    padding: 8px 14px;
    display: inline-block; }
    .filter-tag-list .tag:hover {
      color: white; }

.filter-tag, .listing__tag {
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #342f2c;
  padding: 8px 14px;
  background-color: white;
  border-radius: 20px;
  border: 0;
  display: inline-block;
  float: left;
  margin: 0 10px 15px;
  border: 1px solid #dd0031; }
  .filter-tag:after, .listing__tag:after {
    font-family: "health-foundation";
    content: "\e019";
    color: #dd0031;
    margin-left: 10px;
    position: relative;
    top: 3px; }
  .filter-tag:hover, .listing__tag:hover {
    background-color: #ff1146;
    cursor: pointer;
    color: white; }
    .filter-tag:hover:after, .listing__tag:hover:after {
      color: white; }
  .filter-tag:focus, .listing__tag:focus {
    outline: none; }

.sort-by-filter {
  display: block;
  float: right;
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 31.6239316239%; }
  .sort-by-filter:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .sort-by-filter {
      float: none;
      width: 100%; } }
  @media screen and (max-width: 1020px) {
    .sort-by-filter .dropdown-button {
      width: 100%;
      padding-right: 38px; } }
  @media screen and (max-width: 768px) {
    .sort-by-filter .dropdown-button {
      width: 100%; } }
  @media screen and (max-width: 660px) {
    .sort-by-filter .dropdown-button {
      width: 100%; } }
  .sort-by-filter .dropdown-options {
    right: 3%; }
  .sort-by-filter label {
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    font-size: 19px;
    font-size: 1.9rem;
    text-transform: none;
    margin-top: 7px;
    min-width: 0; }

.sort-by-dropdown {
  position: relative; }

.sort-by-select {
  position: relative;
  top: 5px; }
  .sort-by-select select {
    color: #342f2c; }
    .sort-by-select select:hover {
      cursor: pointer; }

@media screen and (max-width: 1200px) {
  .programme-search, .programme-search--results, .blog-search {
    padding: 0 2.5%; } }

@media screen and (max-width: 768px) {
  .search-form, .filter-tags {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 31.6239316239%; }
    .search-form:last-child, .filter-tags:last-child {
      margin-right: 0; }
    .search-form input[type="search"], .filter-tags input[type="search"] {
      width: 96%; }
  .filter-select-type {
    margin-left: 0; }
  .filter-select-type,
  .filter-select-status {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 14.5299145299%; }
    .filter-select-type:last-child,
    .filter-select-status:last-child {
      margin-right: 0; }
  .filter-dropdown-button {
    width: 100%; }
  .filter-tags {
    margin: 0 0 20px 0; }
    .filter-tags p {
      display: block;
      float: none;
      width: 100%; }
    .filter-tags ul {
      margin: 20px 0; }
  .sort-by-filter .form-select {
    width: 100%; } }

@media screen and (max-width: 490px) {
  .filter-select-type,
  .filter-select-status,
  .filter-tags {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 100%;
    padding: 10px 0; }
    .filter-select-type:last-child,
    .filter-select-status:last-child,
    .filter-tags:last-child {
      margin-right: 0; }
  .dropdown-options {
    position: static; }
  .search-form button[type=submit] {
    right: 5px; } }

/*----------------------------------------------*    Prject Status Bar Section Styles
\*----------------------------------------------*/
.optional-header-panel-outer {
  color: #FFFFFF;
  background-color: #342f2c;
  margin-top: -3px; }

.optional-header-panel {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0; }
  .optional-header-panel:after {
    content: "";
    display: table;
    clear: both; }

.panel-content {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 65.811965812%; }
  .panel-content:last-child {
    margin-right: 0; }
  .panel-content p {
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0; }

.panel-cta {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 31.6239316239%;
  text-align: center; }
  .panel-cta:last-child {
    margin-right: 0; }
  .panel-cta button {
    margin-top: 15px;
    width: 60%; }

@media screen and (max-width: 1200px) {
  .optional-header-panel {
    margin: 0 2.5%; } }

@media screen and (max-width: 1020px) {
  .panel-content {
    padding-bottom: 0; }
    .panel-content p {
      font-size: 20px;
      font-size: 2rem;
      margin: 0;
      padding: 0; }
  .panel-cta {
    padding: 0; } }

@media screen and (max-width: 768px) {
  .panel-cta, .panel-content {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 31.6239316239%;
    padding: 20px 2.5%;
    text-align: center; }
    .panel-cta:last-child, .panel-content:last-child {
      margin-right: 0; }
  .optional-header-panel {
    padding: 10px 0; }
  .panel-content {
    padding: 15px 2.5%; }
  .panel-cta button {
    margin-top: 0; } }

@media screen and (max-width: 490px) {
  .panel-content p {
    font-size: 20px;
    font-size: 2rem; } }

.key-outputs {
  width: 100%;
  display: block;
  margin-bottom: 25px; }
  .key-outputs:after {
    content: "";
    display: table;
    clear: both; }
  .key-outputs h3 {
    display: block; }

.key-output-item {
  width: 50%;
  float: left;
  display: block;
  padding: 20px 15px 23px;
  position: relative; }
  .key-output-item a {
    color: #342f2c; }
  .key-output-item:hover {
    background-color: #e2dfd8;
    cursor: pointer;
    padding: 20px 15px 20px;
    border-bottom: 3px solid #A03F9A; }

.key-output-type {
  background-color: #342f2c;
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 20px;
  right: 15px;
  padding: 10px 20px; }

.output-caption {
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
  margin: 10px 0;
  font-size: 18px;
  font-size: 1.8rem; }

@media screen and (max-width: 490px) {
  .key-output-item {
    width: 100%;
    padding: 20px 10px; } }

.related-author-content {
  margin-bottom: 30px; }
  .related-author-content .listing-row .content-item {
    width: 100%;
    border-top: 1px solid #e2dfd8;
    border-bottom: 3px solid #fff; }
    .related-author-content .listing-row .content-item:hover {
      border-bottom: 3px solid #dd0031; }
    .related-author-content .listing-row .content-item:first-child {
      border-top: 0; }
    .related-author-content .listing-row .content-item:nth-last-of-type(2) {
      border-top: 1px solid #e2dfd8;
      border-bottom: 3px solid #fff; }

@media screen and (max-width: 768px) {
  .related-author-content .content-item {
    border-left: none; } }

.project-button {
  display: block;
  margin: 20px 0 40px;
  max-width: 370px;
  text-align: center; }

.intro-panel-wrapper {
  width: 85%; }
  @media screen and (max-width: 1020px) {
    .intro-panel-wrapper {
      display: block;
      width: 100%; } }

.person-header .author-avatar {
  height: auto;
  max-width: 200px;
  width: 100%; }

.person-header .author-avatar-download a {
  float: right;
  font-size: 1.4rem;
  margin-top: 10px; }
  @media screen and (max-width: 768px) {
    .person-header .author-avatar-download a {
      float: none;
      margin-top: 5px; } }

.header-image {
  text-align: center;
  float: left;
  margin: 12px 20px 10px 0; }
  @media screen and (max-width: 768px) {
    .header-image {
      float: none;
      margin: 15px 0; } }
  @media screen and (max-width: 768px) {
    .header-image img {
      max-width: 200px; } }
  @media screen and (max-width: 660px) {
    .header-image img {
      max-width: 180px; } }

.publication-header,
.newsletter-feature-header {
  float: right;
  display: block;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .publication-header,
    .newsletter-feature-header {
      width: 100%;
      display: block;
      text-align: center; } }

@media screen and (max-width: 768px) {
  .social-sharing-module {
    clear: both;
    display: block;
    text-align: center; } }

.programmes-header-outer {
  background-color: #C9CACC;
  padding: 0; }

.programmes-header {
  padding: 0; }
  .programmes-header h1 {
    padding: 0; }
  .programmes-header p {
    font-size: 18px;
    font-size: 1.8rem;
    width: 50%; }
  @media screen and (max-width: 1200px) {
    .programmes-header {
      padding-left: 2%;
      padding-right: 2%; } }
  @media screen and (max-width: 860px) {
    .programmes-header {
      background-size: 0; } }
  @media screen and (max-width: 768px) {
    .programmes-header {
      background-image: none;
      padding: 0;
      margin: 0 2.5% 0 2.5%; }
      .programmes-header p {
        width: 100%; } }

.heading-message, .heading-message-full {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding: 75px 0; }
  @media screen and (max-width: 768px) {
    .heading-message, .heading-message-full {
      padding: 50px 2%; } }
  @media screen and (max-width: 490px) {
    .heading-message, .heading-message-full {
      padding: 50px 3%; } }

.heading-message {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 65.811965812%; }
  .heading-message:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1020px) {
    .heading-message {
      background-position: -400px -400px; }
      .heading-message p {
        width: 100%; } }

.heading-message-full {
  width: 100%; }
  @media screen and (max-width: 860px) {
    .heading-message-full {
      background-position: -400px -400px; } }
  .heading-message-full p {
    width: 73%; }
    @media screen and (max-width: 1070px) {
      .heading-message-full p {
        width: 65%; } }
    @media screen and (max-width: 860px) {
      .heading-message-full p {
        width: 100%; } }

.heading-cta {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 31.6239316239%;
  background-color: #342f2c;
  color: #FFFFFF;
  text-align: center;
  padding: 30px;
  margin: 75px 0 40px; }
  .heading-cta:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .heading-cta {
      margin: 0; } }
  .heading-cta h2 {
    font-size: 30px;
    font-size: 3rem;
    margin: 0 0 30px; }
    @media screen and (max-width: 768px) {
      .heading-cta h2 {
        margin: 0; } }
  .heading-cta button {
    width: 75%; }
  @media screen and (max-width: 768px) {
    .heading-cta button {
      width: 60%; } }

@media screen and (max-width: 860px) {
  .heading-message, .heading-cta {
    width: 50%;
    margin-right: 0;
    padding: 20px 2.5%; } }

@media screen and (max-width: 660px) {
  .programmes-header {
    padding: 0;
    margin: 0;
    text-align: center; }
  .heading-message, .heading-cta {
    width: 100%;
    display: block;
    float: none; } }

.heading-separator {
  border-bottom: 3px solid #dd0031; }

.taxonomy-heading {
  border-bottom: 0; }

.left-column .publication-options {
  margin-bottom: 20px; }
  .left-column .publication-options:after {
    content: "";
    display: table;
    clear: both; }
  .left-column .publication-options p {
    margin-top: 0; }
  .left-column .publication-options a {
    width: 50%;
    display: block;
    float: left; }
    @media screen and (max-width: 660px) {
      .left-column .publication-options a {
        width: 100%; } }

.content-meta {
  width: 60%;
  display: block;
  float: left;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .content-meta {
      width: 100%;
      display: block;
      text-align: center; } }
  .content-meta h1 {
    font-size: 39px;
    font-size: 3.9rem;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .content-meta h1 {
        font-size: 30px;
        font-size: 3rem; } }
    @media screen and (max-width: 660px) {
      .content-meta h1 {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media screen and (max-width: 320px) {
      .content-meta h1 {
        width: 90%;
        margin: 20px auto; } }
  .content-meta time {
    margin-bottom: 20px; }
  .content-meta article.content {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 65.811965812%;
    padding: 20px 0; }
    .content-meta article.content:last-child {
      margin-right: 0; }
  .content-meta aside {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 31.6239316239%;
    padding: 20px 0; }
    .content-meta aside:last-child {
      margin-right: 0; }
  .content-meta p, .content-meta a {
    font-size: 16px;
    font-size: 1.6rem; }
  .content-meta .content-subtitle {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: #606060; }
  .content-meta a {
    font-family: Arial, sans-serif; }
  .content-meta img {
    width: auto;
    max-width: 100%;
    margin-bottom: 20px; }

.content-publication-header {
  border-bottom: 2px solid #dd0031;
  padding-bottom: 20px;
  padding-top: 30px; }
  .content-publication-header:after {
    content: "";
    display: table;
    clear: both; }

@media screen and (max-width: 1020px) {
  .content-publication-main article.content, .content-publication-main aside {
    width: 100%;
    float: none;
    display: block; }
  .content-publication-main aside {
    padding-top: 0;
    clear: both; } }

@media screen and (max-width: 768px) {
  .heading-image {
    display: block;
    float: none;
    max-width: 160px;
    margin: auto; } }

@media screen and (max-width: 660px) {
  .content-publication-main .content-meta,
  .content-publication-main .heading-image {
    width: 100%;
    float: none;
    display: block; }
  .content-meta .heading-image {
    max-width: 150px; } }

@media screen and (max-width: 320px) {
  .content-publication-main {
    padding: 30px 1%; } }

.publication__order_options {
  clear: both;
  padding-top: 15px; }
  @media screen and (max-width: 768px) {
    .publication__order_options {
      padding-bottom: 20px; } }

@media screen and (max-width: 490px) {
  .publication__order_options__download_link,
  .publication__order_options__order_link {
    width: 94%;
    display: block;
    margin: 10px 3%;
    text-align: center; } }

.comment-wrapper {
  background: #e2dfd8;
  padding: 20px 20px 30px; }
  .comment-wrapper h2 {
    margin: 20px 0 0; }
    .comment-wrapper h2:first-child {
      margin-top: 20px; }
  .comment-wrapper input {
    max-width: 100%; }
  .comment-wrapper label {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    text-transform: none;
    margin-top: 20px;
    display: block;
    float: none; }
    .comment-wrapper label span {
      color: #dd0031; }
  .comment-wrapper a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .comment-wrapper .username {
    font-size: 16px;
    font-size: 1.6rem; }
  .comment-wrapper .filter-help {
    float: none;
    padding: 0; }
    .comment-wrapper .filter-help p {
      text-align: right; }
  .comment-wrapper input[type="submit"] {
    margin-bottom: 0; }
  .comment-wrapper .ckeditor_links {
    position: relative;
    top: 10px; }

.comment-form {
  position: relative;
  background: #e2dfd8; }
  .comment-form .form-item {
    display: block; }
  .comment-form .form-type-textarea, .comment-form .form-type-select {
    clear: both;
    width: 100%;
    display: block; }
  .comment-form .form-type-textarea {
    margin-top: -20px; }
  .comment-form .comment-disclaimer {
    clear: both;
    padding-top: 10px; }
  .comment-form div.comment-required {
    position: absolute;
    top: 0;
    right: 0; }
    .comment-form div.comment-required span {
      color: #dd0031; }

.comment {
  margin: 15px 0; }
  .comment .links {
    float: right;
    margin-bottom: 15px;
    text-transform: capitalize; }
    .comment .links a:hover {
      text-decoration: underline; }

.comment-policy {
  width: 75%;
  float: left; }

.comments-form button, .team-member-form button {
  float: right; }

.comments {
  background-color: #e2dfd8;
  padding: 20px;
  margin-top: 10px; }
  .comments:after {
    content: "";
    display: table;
    clear: both; }
  .comments h5 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 10px;
    float: left; }

.read-comments {
  float: right; }

.comment {
  clear: both;
  border-bottom: 1px solid #e2dfd8; }

.comment-meta {
  width: 25%;
  float: left;
  margin-right: 2%; }

.comment-content {
  width: 73%;
  float: left;
  padding: 18px 0 20px; }

@media screen and (max-width: 660px) {
  .comment-form .form-item {
    width: 100%;
    display: block;
    float: none; } }

@media screen and (max-width: 490px) {
  .comment-wrapper input {
    width: 100%; }
  .comment-meta, .comment-content {
    float: none;
    display: block;
    width: 100%; }
  .read-comments {
    float: left; }
  .comment-wrapper .filter-help p {
    text-align: left; }
  .comment-wrapper .filter-help a {
    padding: 0 20px 0 0; }
  .comment {
    margin: 30px 0; } }

.js .font .pager {
  display: none; }

.pager {
  clear: both;
  margin: 40px 0 0;
  text-align: center; }
  .pager li {
    display: inline-block;
    margin: 0 6px;
    text-transform: capitalize; }
  .pager .pager-current, .pager a {
    padding: 10px 15px;
    border-radius: 25px; }
  .pager .pager-current {
    font-size: 19px;
    font-size: 1.9rem;
    background: #dd0031;
    color: white;
    position: relative;
    top: 1px; }
  .pager a {
    background: #e2dfd8; }
  @media screen and (max-width: 1040px) {
    .pager li {
      display: none; }
    .pager .pager-previous, .pager .pager-next,
    .pager .pager-current, .pager .pager-first,
    .pager .pager-last {
      display: inline-block; } }
  @media screen and (max-width: 515px) {
    .pager .pager-first, .pager .pager-last {
      display: none; }
    .pager .pager-previous, .pager .pager-next,
    .pager .pager-current {
      display: inline-block; } }

.left-column .pager {
  width: 150%; }
  @media screen and (max-width: 1020px) {
    .left-column .pager {
      width: 100%; } }

.read-more-content {
  display: block;
  padding: 10px;
  width: 200px;
  background: #342f2c;
  color: white;
  border-radius: 20px;
  text-align: center;
  margin: 30px auto; }
  .read-more-content:hover {
    background: #423b38;
    color: white; }

.field-label-above {
  margin: 25px 0; }

.field-heading {
  font-weight: normal;
  margin: 12px 0; }

.landing-hero-outer {
  background-color: #999390;
  color: white; }

.content-outer {
  margin: 20px 2.5%; }

.content {
  margin: 10px 0;
  font-size: 16px;
  font-size: 1.6rem; }
  .content:after {
    content: "";
    display: table;
    clear: both; }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    font-weight: 300;
    margin: 20px 0; }
    .content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a {
      font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
      font-size: inherit; }
  .content h1 {
    font-size: 34px;
    font-size: 3.4rem; }
  .content h2 {
    font-size: 24px;
    font-size: 2.4rem; }
  .content h3 {
    font-size: 18px;
    font-size: 1.8rem; }
  .content h4 {
    font-size: 16px;
    font-size: 1.6rem; }
  .content h5 {
    font-size: 12px;
    font-size: 1.2rem; }
  .content h6 {
    font-size: 10px;
    font-size: 1rem; }
  .content p {
    color: #524c48;
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 2em; }
  .content a {
    color: #dd0031;
    font-family: Arial, sans-serif;
    text-decoration: underline; }
    .content a:hover {
      color: #ff1146; }
  .content ol, .content ul {
    margin: 18px 0;
    padding: 0; }
    .content ol li, .content ul li {
      line-height: 1.75;
      font-size: 16px;
      font-size: 1.6rem; }
  .content ul {
    color: #524c48;
    padding-left: 20px;
    margin-bottom: 30px; }
    .content ul li {
      position: relative;
      padding-left: 20px;
      padding-bottom: 20px; }
      .content ul li:before {
        content: '\2022';
        font-size: 22px;
        font-size: 2.2rem;
        color: #524c48;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1.4; }
  .content ol {
    list-style-position: inside;
    color: #606060;
    padding-left: 40px;
    margin-bottom: 30px; }
    .content ol li {
      list-style-type: none;
      counter-increment: list;
      position: relative; }
      .content ol li:before {
        content: counter(list) ".";
        position: absolute;
        left: -20px;
        width: 2em; }
  .content blockquote {
    background: #e2dfd8;
    padding: 20px;
    color: #524c48;
    display: block;
    margin: 10px 0;
    border-radius: 20px; }
  .content hr {
    border: none;
    color: #dd0031;
    background-color: #dd0031;
    height: 2px;
    margin: 20px 0; }
  .content table th {
    background-color: #dd0031;
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    color: #FFFFFF;
    font-weight: 900;
    margin-bottom: 30px; }
  .content table tr {
    border-top: 1px solid #e2dfd8; }
    .content table tr:hover {
      color: #ff1146;
      background-color: #e2dfd8;
      cursor: pointer; }
  .content table tr:first-child {
    border-top: none;
    border-bottom: none; }
    .content table tr:first-child:hover {
      border-top: none;
      border-bottom: none; }
  .content table:last-child {
    border-bottom: none; }
  .content img {
    max-width: 100%;
    width: auto;
    height: auto !important;
    display: block;
    margin: 10px 15px; }
    @media screen and (max-width: 490px) {
      .content img {
        float: none;
        width: 100%;
        margin: 15px 0; } }
  .content .featured-image img {
    max-width: 100%;
    height: auto;
    display: block; }
  .content .panel {
    background-color: #e2dfd8;
    padding: 20px;
    margin: 10px 5px; }
    .content .panel p {
      color: #342f2c; }
  .content .slideshare-embed {
    width: 60%; }
    @media screen and (max-width: 768px) {
      .content .slideshare-embed {
        width: 100%; } }

@media screen and (max-width: 490px) {
  .content img {
    float: none;
    width: 100%;
    margin: 15px 0; } }

.media_embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 30px; }
  .media_embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.further-reading-content {
  margin: 0 0 30px; }
  .further-reading-content article {
    width: 100%;
    border-right: none;
    border-bottom: 3px solid white;
    min-height: 0; }
  .further-reading-content .content-item {
    border-left: none;
    border-right: none;
    display: block; }
    .further-reading-content .content-item:first-of-type {
      border-top: none; }
    .further-reading-content .content-item img {
      max-width: 70%; }
  .further-reading-content h3 {
    margin-bottom: 10px; }
    .further-reading-content h3 a {
      font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
      color: #342f2c; }
  .further-reading-content .content-type-link {
    display: block;
    float: left;
    margin: 0 15px 15px 0; }

/*------------------------------------*          Sidebar Styles
\*------------------------------------*/
.related-content {
  margin: 30px 0;
  border-top: 1px solid #999390; }

.related-content-gird:after {
  content: "";
  display: table;
  clear: both; }

.related-content-item {
  float: left;
  width: 50%;
  padding: 0 1%;
  min-height: 205px; }
  .related-content-item:nth-child(odd) {
    clear: left; }
  .related-content-item h4 {
    margin-bottom: 10px; }
    .related-content-item h4 a {
      font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
      font-size: 18px;
      font-size: 1.8rem;
      color: #342f2c;
      text-decoration: underline; }
      .related-content-item h4 a:hover {
        color: #dd0031;
        cursor: pointer; }
  .related-content-item:hover {
    background: #e2dfd8; }
  .related-content-item img {
    width: 100%;
    height: auto;
    margin: 0; }

@media screen and (max-width: 1200px) {
  .related-content-item {
    min-height: 260px; } }

@media screen and (max-width: 1020px) {
  .related-content-item {
    min-height: 225px; } }

@media screen and (max-width: 768px) {
  .related-content-item {
    min-height: 260px; } }

@media screen and (max-width: 660px) {
  .related-content h3 {
    margin-bottom: 10px; }
  .related-content-item {
    width: 100%;
    display: block;
    min-height: 0;
    padding: 20px; } }

.content-outer {
  margin: 20px 2.5%; }

.content {
  margin: 10px 0;
  font-size: 16px;
  font-size: 1.6rem; }
  .content:after {
    content: "";
    display: table;
    clear: both; }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    font-weight: 300;
    margin: 20px 0; }
    .content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a {
      font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
      font-size: inherit; }
  .content h1 {
    font-size: 34px;
    font-size: 3.4rem; }
  .content h2 {
    font-size: 24px;
    font-size: 2.4rem; }
  .content h3 {
    font-size: 18px;
    font-size: 1.8rem; }
  .content h4 {
    font-size: 16px;
    font-size: 1.6rem; }
  .content h5 {
    font-size: 12px;
    font-size: 1.2rem; }
  .content h6 {
    font-size: 10px;
    font-size: 1rem; }
  .content p {
    color: #524c48;
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 2em; }
  .content a {
    color: #dd0031;
    font-family: Arial, sans-serif;
    text-decoration: underline; }
    .content a:hover {
      color: #ff1146; }
  .content ol, .content ul {
    margin: 18px 0;
    padding: 0; }
    .content ol li, .content ul li {
      line-height: 1.75;
      font-size: 16px;
      font-size: 1.6rem; }
  .content ul {
    color: #524c48;
    padding-left: 20px;
    margin-bottom: 30px; }
    .content ul li {
      position: relative;
      padding-left: 20px;
      padding-bottom: 20px; }
      .content ul li:before {
        content: '\2022';
        font-size: 22px;
        font-size: 2.2rem;
        color: #524c48;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1.4; }
  .content ol {
    list-style-position: inside;
    color: #606060;
    padding-left: 40px;
    margin-bottom: 30px; }
    .content ol li {
      list-style-type: none;
      counter-increment: list;
      position: relative; }
      .content ol li:before {
        content: counter(list) ".";
        position: absolute;
        left: -20px;
        width: 2em; }
  .content blockquote {
    background: #e2dfd8;
    padding: 20px;
    color: #524c48;
    display: block;
    margin: 10px 0;
    border-radius: 20px; }
  .content hr {
    border: none;
    color: #dd0031;
    background-color: #dd0031;
    height: 2px;
    margin: 20px 0; }
  .content table th {
    background-color: #dd0031;
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    color: #FFFFFF;
    font-weight: 900;
    margin-bottom: 30px; }
  .content table tr {
    border-top: 1px solid #e2dfd8; }
    .content table tr:hover {
      color: #ff1146;
      background-color: #e2dfd8;
      cursor: pointer; }
  .content table tr:first-child {
    border-top: none;
    border-bottom: none; }
    .content table tr:first-child:hover {
      border-top: none;
      border-bottom: none; }
  .content table:last-child {
    border-bottom: none; }
  .content img {
    max-width: 100%;
    width: auto;
    height: auto !important;
    display: block;
    margin: 10px 15px; }
    @media screen and (max-width: 490px) {
      .content img {
        float: none;
        width: 100%;
        margin: 15px 0; } }
  .content .featured-image img {
    max-width: 100%;
    height: auto;
    display: block; }
  .content .panel {
    background-color: #e2dfd8;
    padding: 20px;
    margin: 10px 5px; }
    .content .panel p {
      color: #342f2c; }
  .content .slideshare-embed {
    width: 60%; }
    @media screen and (max-width: 768px) {
      .content .slideshare-embed {
        width: 100%; } }

@media screen and (max-width: 490px) {
  .content img {
    float: none;
    width: 100%;
    margin: 15px 0; } }

.media_embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 30px; }
  .media_embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.venue-location, .venue-address {
  width: 50%;
  display: inline-block;
  float: left; }
  @media screen and (max-width: 1020px) {
    .venue-location, .venue-address {
      width: 100%;
      float: none;
      display: block; } }

.venue-address {
  padding: 30px; }
  @media screen and (max-width: 1020px) {
    .venue-address {
      padding: 20px 0; } }
  .venue-address h3 {
    margin-top: 0;
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 20px; }
  .venue-address address {
    font-style: normal;
    line-height: 1.3em; }
  .venue-address .field-items {
    float: left; }

.address-heading, .postcode-heading {
  font-weight: bold;
  margin-bottom: 10px; }

.postcode-heading {
  margin-top: 20px; }

.postcode {
  display: none; }

/*------------------------------------*          Sidebar Styles
\*------------------------------------*/
.sidebar-widget {
  padding: 20px 10px; }

h4.widget-title span, h2.widget-title span {
  background-color: #fff;
  padding: 0 20px 0 0;
  position: relative;
  z-index: 101; }

h4.widget-title:after, h2.widget-title:after {
  display: block;
  content: "";
  position: relative;
  top: -13px;
  background: #999390;
  width: 100%;
  height: 3px; }

/*---------------------------------------*        Social Sharing Widget Styles
\*---------------------------------------*/
.share-links {
  color: #342f2c; }
  .share-links i {
    font-size: 35px;
    font-size: 3.5rem; }

.share-links {
  position: relative;
  top: 10px;
  margin-left: 7px; }

.publication-options {
  background-color: #e2dfd8;
  padding: 10px 20px;
  margin-bottom: 30px; }
  .publication-options h3 {
    padding-top: 10px;
    margin: 0 0 15px 0;
    line-height: 1.5em; }
    .publication-options h3:after {
      display: none; }
  .publication-options p {
    font-size: 16px;
    font-size: 1.6rem; }

.download-full-pdf,
.download-summary-pdf,
.download-document,
.download-spreadsheet,
.download-powerpoint {
  position: relative;
  padding-left: 40px;
  display: block; }
  .download-full-pdf span,
  .download-summary-pdf span,
  .download-document span,
  .download-spreadsheet span,
  .download-powerpoint span {
    display: block;
    color: #342f2c; }
  .download-full-pdf:before,
  .download-summary-pdf:before,
  .download-document:before,
  .download-spreadsheet:before,
  .download-powerpoint:before {
    content: "";
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 11px;
    left: 0; }

.download-full-pdf:before,
.download-summary-pdf:before {
  background: url("../images/pdf.png");
  background-image: none, url("../images/pdf.svg"); }

.download-document:before {
  background: url("../images/doc.png");
  background-image: none, url("../images/doc.svg"); }

.download-spreadsheet:before {
  background: url("../images/xls.png");
  background-image: none, url("../images/xls.svg"); }

.download-powerpoint:before {
  background: url("../images/ppt.png");
  background-image: none, url("../images/ppt.svg"); }

.download-image,
.download-ebook-ipad,
.download-ebook-kindle,
.order-hardcopy {
  position: relative;
  padding-left: 40px;
  display: block; }
  .download-image:before,
  .download-ebook-ipad:before,
  .download-ebook-kindle:before,
  .order-hardcopy:before {
    font-family: 'health-foundation';
    font-size: 25px;
    font-size: 2.5rem;
    color: #342f2c;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0; }

.download-image:before {
  content: "\e00d"; }

.download-ebook-ipad:before,
.download-ebook-kindle:before {
  content: "\e002"; }

.order-hardcopy:before {
  content: "\e015"; }

@media screen and (max-width: 1020px) {
  .publication-options:after {
    content: "";
    display: table;
    clear: both; }
  .publication-options a {
    width: 50%;
    display: block;
    float: left; }
  .publication-options p {
    margin: 0 0 25px 0; } }

@media screen and (max-width: 660px) {
  .publication-options a {
    width: 100%; } }

/*---------------------------------------*     Related Links Widget Styles
\*---------------------------------------*/
a.related-link {
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #342f2c;
  display: block;
  padding: 20px 0 20px 35px;
  border-bottom: 1px solid #e2dfd8;
  position: relative; }
  a.related-link:before {
    content: "\e003";
    font-family: 'health-foundation';
    color: #dd0031;
    margin-right: 10px;
    position: absolute;
    top: 20px;
    left: 0; }
  a.related-link:hover {
    background-color: #e2dfd8; }
    a.related-link:hover:before {
      color: #ff1146; }

/*-------------------------*     Tags Widget Styles
\*-------------------------*/
.tag-cloud-list {
  margin-bottom: 10px; }
  .tag-cloud-list:after {
    content: "";
    display: table;
    clear: both; }
  .tag-cloud-list .filter-tag, .tag-cloud-list .listing__tag {
    padding: 0; }
    .tag-cloud-list .filter-tag:after, .tag-cloud-list .listing__tag:after {
      content: "";
      margin-left: 0; }

/*---------------------------------------*     Monthly Archive Widget Styles
\*---------------------------------------*/
a.content-month, a.view-all-months {
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #342f2c;
  display: block;
  padding: 20px 0 20px 35px;
  border-bottom: 1px solid #999390;
  position: relative; }
  a.content-month:before, a.view-all-months:before {
    font-family: 'health-foundation';
    margin-right: 10px;
    position: absolute;
    top: 20px;
    left: 0; }
  a.content-month:hover, a.view-all-months:hover {
    background-color: #e2dfd8; }
    a.content-month:hover:before, a.view-all-months:hover:before {
      color: #A03F9A; }

a.content-month:before {
  content: "\e003";
  color: #dd0031; }

a.view-all-months:before {
  content: "\e001";
  color: #342f2c; }

.recent-content-item {
  border-bottom: 1px solid #e2dfd8;
  padding-bottom: 20px; }
  .recent-content-item h3 {
    margin: 20px 0 0;
    line-height: 23px; }
    .recent-content-item h3 a {
      font-size: 18px;
      font-size: 1.8rem;
      color: #342f2c;
      font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
      text-decoration: none; }
      .recent-content-item h3 a:hover {
        text-decoration: underline; }
  .recent-content-item p {
    color: #524c48; }
  .recent-content-item a {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: underline; }

.content-type a {
  text-decoration: underline; }

a.view-recent-content {
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #dd0031;
  text-align: right;
  padding: 20px 0 0;
  display: block; }

@media screen and (max-width: 320px) {
  a.view-recent-content {
    text-align: center; } }

.project-contact-details {
  background-color: #F4F4F4;
  padding: 10px 20px; }
  @media screen and (max-width: 1020px) {
    .project-contact-details:after {
      content: "";
      display: table;
      clear: both; }
    .project-contact-details .contact-name {
      display: block;
      float: none; } }
  .project-contact-details h4 {
    margin: 10px 0 20px; }
    .project-contact-details h4:after {
      display: none; }
    .project-contact-details h4 span {
      background: transparent; }
  @media screen and (max-width: 1020px) {
    .project-contact-details p {
      width: 50%;
      display: block;
      float: left;
      margin: 0 0 25px 0; } }
  @media screen and (max-width: 660px) {
    .project-contact-details p {
      width: 100%; } }

.project-contact-email, .project-contact-phone,
.project-contact-website, .project-contact-twitter,
.project-contact-facebook, .project-contact-linkedin {
  font-weight: 900;
  position: relative;
  padding-left: 40px;
  line-height: 28px; }
  .project-contact-email:before, .project-contact-phone:before,
  .project-contact-website:before, .project-contact-twitter:before,
  .project-contact-facebook:before, .project-contact-linkedin:before {
    font-family: 'health-foundation';
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 300;
    color: #342f2c;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0; }
  .project-contact-email a, .project-contact-phone a,
  .project-contact-website a, .project-contact-twitter a,
  .project-contact-facebook a, .project-contact-linkedin a {
    font-weight: 300;
    text-decoration: underline; }

.project-contact-email:before {
  content: "\e012"; }

.project-contact-phone:before {
  content: "\e016"; }

.project-contact-website:before {
  content: "\e010"; }

.project-contact-twitter:before {
  content: "\e00f"; }

.project-contact-facebook:before {
  content: "\e009"; }

.project-contact-linkedin:before {
  content: "\e011"; }

/*---------------------------------------*        Image Box Widget Styles
\*---------------------------------------*/
.image-box {
  padding: 0;
  margin: 20px 0; }
  .image-box img {
    border: 2px solid #e2dfd8; }

@media screen and (max-width: 1020px) {
  .image-box {
    display: none; } }

@media screen and (max-width: 660px) {
  .image-box {
    display: block; } }

/*---------------------------------------*     Project Type Widget Styles
\*---------------------------------------*/
.project-type-widget h5 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 30px;
  padding-top: 16px; }

.project-type-widget a {
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-size: 1.8rem; }

.project-type-widget img {
  width: auto;
  max-width: 100%;
  height: auto; }

.project-image {
  width: 25%;
  display: block;
  float: left;
  margin-right: 20px; }

@media screen and (max-width: 1020px) {
  .project-type-widget h4 {
    margin-bottom: 10px; }
  .project-type-widget h5 {
    padding-top: 27px; }
  .project-image {
    width: 18%; } }

@media screen and (max-width: 768px) {
  .project-type-widget h5 {
    padding-top: 20px; } }

@media screen and (max-width: 490px) {
  .project-type-widget h5 {
    padding-top: 10px; } }

@media screen and (max-width: 320px) {
  .project-image {
    width: 28%; } }

.blog-panel {
  background: #e2dfd8;
  padding: 10px 20px 20px;
  margin: 20px 0; }
  .blog-panel .widget-title {
    padding-top: 10px;
    margin: 0 0 15px 0;
    line-height: 1.5em; }
    .blog-panel .widget-title span {
      background: #e2dfd8;
      margin: 0;
      padding: 0; }
  .blog-panel h4 {
    margin-bottom: 10px; }
    .blog-panel h4:after {
      display: none; }
  .blog-panel p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em; }
  .blog-panel a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 10px 0; }

.article-rating {
  text-align: center;
  margin-bottom: 0; }
  .article-rating .rating-stars {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5px; }
  .article-rating li {
    display: inline-block; }
  .article-rating .rate-info {
    margin-top: 10px; }
  .article-rating a {
    font-family: Arial, sans-serif;
    text-decoration: underline;
    font-size: 16px;
    font-size: 1.6rem; }
    .article-rating a.star-full:before {
      content: "\e008"; }
  .article-rating .rate-button {
    color: #F0C60F;
    text-decoration: none;
    font-size: 20px;
    font-size: 2rem; }

/*---------------------------------------*     Current Newsletter Widget Styles
\*---------------------------------------*/
.current-newsletter h4:after {
  display: none; }

.current-newsletter img {
  width: 40%;
  margin-bottom: 15px; }

.current-newsletter a {
  display: block; }

@media screen and (max-width: 1020px) {
  .current-newsletter img {
    width: 20%; } }

@media screen and (max-width: 768px) {
  .current-newsletter img {
    width: 25%; } }

@media screen and (max-width: 660px) {
  .current-newsletter img {
    width: 30%; } }

@media screen and (max-width: 490px) {
  .current-newsletter img {
    width: 60%; } }

@media screen and (max-width: 320px) {
  .current-newsletter {
    text-align: center; }
    .current-newsletter img {
      margin: 0 auto 15px; } }

/*------------------------------------*       Blog Intro Section Styles
\*------------------------------------*/
.blog-intro-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0; }
  .blog-intro-section:after {
    content: "";
    display: table;
    clear: both; }

@media screen and (max-width: 1200px) {
  .blog-intro-section {
    padding: 20px 2%; } }

@media screen and (max-width: 768px) {
  .blog-heading, .social-sharing-module {
    display: block;
    float: none;
    width: 100%;
    text-align: center; } }

/*------------------------------------*      Blog Search Section Styles
\*------------------------------------*/
.blog-search-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px; }
  .blog-search-inner:after {
    content: "";
    display: table;
    clear: both; }
  .blog-search-inner hr {
    color: transparent;
    background-color: #e2dfd8;
    height: 1px;
    border: none;
    margin: 20px 0; }

@media screen and (max-width: 1020px) {
  .blog-search-inner .filter-tags {
    width: 100%; } }

.blog-article {
  padding: 35px 5px 35px 15px;
  border-top: 1px solid #e2dfd8;
  border-bottom: 3px solid white;
  margin-bottom: 0; }
  .blog-article:first-child {
    padding-top: 35px; }
  .blog-article:hover {
    background-color: #e2dfd8;
    border-bottom: 3px solid #dd0031; }
  .blog-article h3 {
    margin-top: -7px;
    margin-bottom: 20px; }
    @media screen and (max-width: 490px) {
      .blog-article h3 {
        margin-top: 5px; } }
    .blog-article h3 a {
      font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
      font-size: 30px;
      font-size: 3rem; }
      @media screen and (max-width: 768px) {
        .blog-article h3 a {
          font-size: 25px;
          font-size: 2.5rem; } }
      @media screen and (max-width: 490px) {
        .blog-article h3 a {
          font-size: 22px;
          font-size: 2.2rem; } }
  .blog-article a {
    cursor: pointer; }

.blog-articles {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 65.811965812%;
  padding: 0  0 20px; }
  .blog-articles:last-child {
    margin-right: 0; }

.featured-image {
  width: 24%;
  float: right; }
  @media screen and (max-width: 1200px) {
    .featured-image {
      width: 23%; } }
  @media screen and (max-width: 1020px) {
    .featured-image {
      width: 20%; } }
  @media screen and (max-width: 768px) {
    .featured-image {
      width: 23%; } }
  @media screen and (max-width: 490px) {
    .featured-image {
      float: none; } }
  .featured-image img {
    width: auto;
    border: 6px solid white; }
    @media screen and (max-width: 1200px) {
      .featured-image img {
        width: 100%; } }
    @media screen and (max-width: 490px) {
      .featured-image img {
        width: auto; } }

.article-content {
  float: left;
  width: 74%;
  margin-right: 2%; }
  @media screen and (max-width: 1200px) {
    .article-content .article-content {
      width: 58%; } }
  @media screen and (max-width: 1020px) {
    .article-content {
      width: 75%;
      margin-right: 0; } }
  @media screen and (max-width: 660px) {
    .article-content {
      width: 70%; } }
  @media screen and (max-width: 490px) {
    .article-content {
      width: 100%; } }

@media screen and (max-width: 1200px) {
  .content-container {
    padding-left: 2%;
    padding-right: 2%; } }

@media screen and (max-width: 1020px) {
  .blog-articles, aside {
    width: 100%;
    float: none;
    display: block; } }

.blog-ratings {
  clear: both; }
  @media screen and (max-width: 490px) {
    .blog-ratings {
      margin-left: 0; } }

.blog-rating-score {
  float: left;
  margin-right: 25px; }

.rating-stars {
  margin: 2px 7px 0 0;
  float: left; }
  .rating-stars i {
    color: #F0C60F; }

.ratings-count {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 0;
  float: left; }
  @media screen and (max-width: 320px) {
    .ratings-count {
      float: none; } }

.healthcare-themes-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  .healthcare-themes-container:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 590px) {
    .healthcare-themes-container {
      text-align: center;
      margin-bottom: 30px; } }
  .healthcare-themes-container li {
    display: block;
    float: left;
    width: 25%;
    padding: 0 1%;
    margin: 10px 0; }
    @media screen and (max-width: 1200px) {
      .healthcare-themes-container li {
        width: 33.3%; } }
    @media screen and (max-width: 840px) {
      .healthcare-themes-container li {
        width: 50%; } }
    @media screen and (max-width: 590px) {
      .healthcare-themes-container li {
        width: 96%;
        margin: 10px 2%; } }
    .healthcare-themes-container li a {
      display: block;
      font-size: 17px;
      font-size: 1.7rem;
      color: white;
      padding: 8px 15px;
      border-radius: 20px;
      text-align: center; }

.collection-listing article.content-item {
  min-height: 260px; }
  @media screen and (max-width: 860px) {
    .collection-listing article.content-item {
      min-height: 0; }
      .collection-listing article.content-item:nth-of-type(2) {
        border-top: 1px solid #e2dfd8; } }

/*------------------------------------*        Latest Newsletter Styles
\*------------------------------------*/
.newsletter-feature-header {
  float: right; }

/*------------------------------------*   Website Form Default Styles
\*------------------------------------*/
form {
  background: #e2dfd8; }
  form:after:after {
    content: "";
    display: table;
    clear: both; }
  form input {
    vertical-align: middle;
    line-height: 1.5em; }
  form input, form textarea {
    padding: 8px 15px;
    max-width: 100%; }
  form input[type="text"], form input[type="email"],
  form input[type="password"] {
    line-height: 1.5em;
    padding: 2px 15px 0;
    height: 40px; }
  form input[type="submit"] {
    background-color: #342f2c;
    color: white;
    margin-left: 15px; }
    form input[type="submit"]:hover {
      background-color: #606060; }
  form label {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    text-transform: none;
    margin-top: 20px;
    display: block;
    float: none; }
    form label span {
      color: #dd0031; }
  form a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem; }
  form fieldset {
    border: 0; }
  form .form-item:after, form .form-actions:after {
    content: "";
    display: table;
    clear: both; }

.required-field-message span {
  color: red;
  font-size: 20px;
  font-size: 2rem; }

.fieldset-wrapper .form-item {
  float: none;
  padding: 0; }

.resizable-textarea .grippie {
  display: none; }

.form-intro-panel {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 20px;
  text-align: center; }
  .form-intro-panel:after {
    content: "";
    display: table;
    clear: both; }
  .form-intro-panel .intro {
    color: #524c48;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 0;
    width: 80%;
    margin: auto; }
  .form-intro-panel span {
    color: #dd0031; }

.form-container {
  background-color: #e2dfd8;
  padding: 30px; }

.form-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .form-inner:after {
    content: "";
    display: table;
    clear: both; }

.form {
  background-color: #e2dfd8;
  color: #342f2c;
  padding: 20px 20px 30px;
  width: 100%;
  margin: 0 auto 20px; }
  .form:after {
    content: "";
    display: table;
    clear: both; }
  .form h2 {
    font-size: 24px;
    font-size: 2.4rem; }
  .form h4 {
    font-size: 30px;
    font-size: 3rem;
    margin: 10px 0; }
  .form fieldset {
    padding: 0;
    border: none;
    margin: 20px 0; }
  .form legend, .form label {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    text-transform: none;
    margin-top: 20px;
    display: block;
    float: none; }
    .form legend span, .form label span {
      color: #dd0031; }
  .form label.checkbox-label,
  .form label.radio-label {
    font-family: Arial, sans-serif;
    float: none;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    display: inline;
    text-transform: none;
    position: relative;
    top: 1px;
    line-height: 22px;
    cursor: pointer; }
  .form input[type="checkbox"],
  .form input[type="radio"] {
    display: inline;
    margin-right: 5px;
    margin-bottom: 0;
    cursor: pointer;
    width: 20px; }
  .form textarea {
    padding: 10px; }
    .form textarea span {
      color: #dd0031; }
  .form input[type="text"], .form input[type="email"],
  .form select, .form input[type="password"] {
    display: block;
    width: 100%;
    padding: 10px 15px; }
  .form hr {
    margin: 40px 0; }
  .form a {
    font-size: 14px;
    font-size: 1.4rem; }
  .form span {
    color: #dd0031; }
  .form button {
    margin-top: 20px; }

.form-element, .form-element-full {
  float: left;
  display: block;
  margin-right: 2%; }
  .form-element:nth-child(even), .form-element-full:nth-child(even) {
    margin-right: 0; }
  .form-element input, .form-element-full input {
    width: 100%;
    padding: 10.5px 15px; }

.form-element {
  width: 49%; }

.form-element-full {
  width: 100%; }

.terms-and-conditions,
.forgot-password {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 15px; }

.required-message span {
  color: #dd0031; }

.form-select {
  color: #524c48;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  height: 38px;
  overflow: hidden;
  background: url("../images/dropdown-arrow.png") no-repeat 98.5% 55% #FFFFFF;
  border-radius: 20px;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .form-select.error {
    background-color: #FBD1DC; }
    .form-select.error select {
      color: #dd0031; }
  .form-select select {
    background: transparent;
    color: #524c48;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    border: 0;
    border-radius: 20px;
    height: 38px;
    -webkit-appearance: none;
    padding: 10px 15px;
    cursor: pointer; }

.form-select::-ms-expand {
  display: none; }

.select {
  color: #342f2c;
  font-family: Arial, sans-serif; }

.form-submit {
  color: white;
  padding: 11px 30px;
  border-radius: 20px;
  float: right; }
  .form-submit:after {
    content: "\003e";
    color: inherit;
    margin-left: 10px; }

.checkbox-options li, .radio-options li {
  width: 49%;
  float: left;
  margin-bottom: 10px; }
  .checkbox-options li:nth-child(odd), .radio-options li:nth-child(odd) {
    margin-right: 2%;
    clear: left; }

.page-user-register .form-select {
  width: 68%; }
  @media screen and (max-width: 768px) {
    .page-user-register .form-select {
      width: 71%; } }
  @media screen and (max-width: 660px) {
    .page-user-register .form-select {
      width: 83%; } }
  @media screen and (max-width: 580px) {
    .page-user-register .form-select {
      width: 100%; } }

.page-user-register input[type="checkbox"] {
  position: relative;
  top: 9px;
  margin-right: 6px; }

.page-user-register select {
  color: #524c48;
  font-family: Arial, sans-serif; }

.success, .warning {
  padding: 10px 20px; }

.success {
  background-color: #D0EAC8;
  border: 1px solid #63BA49;
  color: #63BA49; }

.warning, .error {
  background-color: #FBD1DC;
  border: 1px solid #dd0031;
  color: #dd0031; }

.warning-message {
  color: #dd0031;
  margin: 0 0 10px 0;
  font-weight: 400; }

.form-actions p {
  line-height: 10px; }

fieldset.collapsible {
  display: block;
  width: 100%; }

.form-type-checkboxes label {
  clear: both; }

.form-type-checkbox .description {
  margin-left: 0; }

@media screen and (max-width: 1200px) {
  .form-inner {
    padding: 0 2%; } }

.apply-now {
  padding: 30px 0 0; }
  .apply-now form {
    padding: 20px 20px 0; }

.apply-now-title {
  font-size: 30px;
  font-size: 3rem;
  padding-left: 20px;
  margin: 0; }

@media screen and (max-width: 768px) {
  .form .comment-policy, .form button {
    display: block;
    width: 100%;
    margin: 20px 0;
    float: none; }
  .form-element {
    width: 100%;
    float: none; }
    .form-element input {
      width: 100%; } }

@media screen and (max-width: 490px) {
  .checkbox-options li {
    width: 100%;
    display: block; }
  .form-submit {
    margin: 15px 0;
    width: 100%; } }

@media screen and (max-width: 320px) {
  .form-select {
    background-position: 96.5% 55%; }
    .form-select.error {
      background-position: 96.5% 55%; } }

.order-hard-copy {
  background: #999390;
  padding: 30px 30px 80px 30px; }
  .order-hard-copy input[type="text"] {
    width: 100%; }

/*---------------------------------------*        Edit Details Form Styles
\*---------------------------------------*/
.edit-details {
  max-width: none; }
  .edit-details span {
    color: #dd0031; }
  .edit-details fieldset {
    margin: 40px 0; }
  .edit-details legend {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 5px; }
  .edit-details .form-select {
    height: 40px; }
  .edit-details select {
    border: 1px solid #e2dfd8;
    height: 40px; }
  .edit-details .checkbox-options {
    padding: 10px; }

.save-details-block {
  background: #FFFFFF;
  padding: 20px;
  border: 1px solid #e2dfd8; }
  .save-details-block:after {
    content: "";
    display: table;
    clear: both; }
  .save-details-block p {
    float: left; }
  .save-details-block button {
    float: right;
    line-height: 22px;
    margin-top: 5px; }

.clarification-link {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline; }

@media screen and (max-width: 660px) {
  .save-details-block p {
    width: 62%; } }

@media screen and (max-width: 490px) {
  .edit-details {
    padding: 20px 2.5%; }
    .edit-details fieldset {
      margin: 20px 0; }
  .save-details-block {
    padding: 20px 10px; }
    .save-details-block p {
      text-align: center;
      width: 100%; }
    .save-details-block button {
      float: none;
      width: 100%; } }

.user-intro-panel {
  padding: 10px 0 25px; }

.user-login-intro span {
  color: #dd0031;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 5px; }

.user-login, .user-register {
  width: 49%;
  float: left;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .user-login, .user-register {
      width: 100%;
      margin: 0;
      margin-bottom: 20px; } }
  .user-login input, .user-register input {
    width: 100%; }
  .user-login label, .user-login .description, .user-register label, .user-register .description {
    text-align: left; }
  .user-login .description, .user-register .description {
    width: 100%;
    margin-bottom: 10px; }
  .user-login input[type='submit'], .user-register input[type='submit'] {
    width: 100%; }

.user-login {
  margin-right: 2%; }

.login-form-intro, .register-form-intro {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px; }

.login-heading, .register-heading {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem; }

.form-item-field-user-terms-conditions-und label {
  display: none; }

.form-item-field-user-terms-conditions-und input[type='checkbox'] {
  float: left;
  margin: 0;
  padding: 0;
  width: 30px;
  position: relative;
  bottom: 7px; }

.form-item-field-user-terms-conditions-und .description {
  font-size: 14px;
  font-size: 1.4rem; }

.form-item-field-user-terms-conditions-und a {
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline; }

.is-hidden {
  display: none; }

.password-parent {
  width: 100%; }

.password-strength {
  margin-bottom: 15px;
  margin-top: -35px;
  width: 50%; }

.password-strength-title {
  display: block;
  text-align: left; }

.field-name-field-user-terms-conditions .description {
  padding-left: 30px;
  font-size: 14px;
  font-size: 1.4rem; }

.field-name-field-user-terms-conditions input[type="checkbox"] {
  position: relative;
  bottom: 22.5px;
  width: 20px;
  float: left; }

.step1 {
  width: 100%; }

.step2 {
  width: 100%; }
  .step2 h3 {
    font-size: 28px;
    font-size: 2.8rem; }
    @media screen and (max-width: 490px) {
      .step2 h3 {
        font-size: 24px;
        font-size: 2.4rem; } }
  .step2 #postal-address, .step2 #job-details {
    background: #e2dfd8;
    width: 49%;
    padding: 20px;
    display: inline-block;
    float: left; }
    @media screen and (max-width: 768px) {
      .step2 #postal-address, .step2 #job-details {
        width: 100%;
        padding: 0; } }
  .step2 .register-form-intro {
    margin-top: -25px; }
  .step2 #job-details {
    margin-left: 2%;
    margin-bottom: 30px; }
  .step2 #user-register-form {
    background: white; }
    @media screen and (max-width: 768px) {
      .step2 #user-register-form {
        background: #e2dfd8; } }
  .step2 .checkbox-options {
    background: red; }
    .step2 .checkbox-options li {
      position: relative; }
    .step2 .checkbox-options .form-checkbox {
      float: left;
      width: 20px;
      margin: 0;
      position: absolute;
      top: 5px;
      left: 0; }
    .step2 .checkbox-options .checkbox-label {
      font-weight: 300;
      float: left;
      margin: 0;
      line-height: 1.5em;
      padding-left: 30px; }

.user-register-form #edit-actions--2, .user-login #edit-actions--2 {
  background: #e2dfd8;
  width: 49%;
  float: right;
  margin-top: -50px;
  padding-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .user-register-form #edit-actions--2, .user-login #edit-actions--2 {
      width: 100%;
      float: none;
      margin-top: 0;
      padding-bottom: 0; } }
  .user-register-form #edit-actions--2 input[type="submit"], .user-login #edit-actions--2 input[type="submit"] {
    width: 90%;
    margin: 20px auto 0;
    float: none; }

#google_recaptcha_user_register_form > div {
  margin: 0 auto 30px; }

.question-form {
  padding: 30px 20px;
  width: 70%; }
  .question-form:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 768px) {
    .question-form {
      width: 100%; } }
  .question-form h2 {
    font-size: 30px;
    font-size: 3rem; }
  .question-form h3 {
    font-size: 24px;
    font-size: 2.4rem; }
  .question-form .fieldset-wrapper {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 20px; }
  .question-form .form-item {
    float: left;
    min-width: 140px;
    margin-top: 20px; }
    @media screen and (max-width: 490px) {
      .question-form .form-item {
        min-width: 48%; } }
    .question-form .form-item div {
      margin-right: 15px;
      float: left;
      display: inline-block; }
  .question-form label {
    float: left;
    display: inline-block;
    min-width: 0;
    margin-top: 0; }
  .question-form input[type="radio"] {
    position: relative;
    top: 9px; }
  @media screen and (max-width: 768px) {
    .question-form input[type="submit"] {
      width: 80%;
      margin: auto;
      float: none;
      display: block;
      margin-top: 15px; } }
  @media screen and (max-width: 490px) {
    .question-form input[type="submit"] {
      width: 100%; } }

.page-comment-reply .comment-form {
  padding: 30px 20px; }

.page-comment-reply .comment-required {
  left: 0;
  right: auto;
  padding: 20px; }

.page-comment-reply .form-item {
  width: 50%;
  float: left; }
  .page-comment-reply .form-item input[type="text"] {
    width: 90%; }
  @media screen and (max-width: 660px) {
    .page-comment-reply .form-item {
      width: 100%; }
      .page-comment-reply .form-item input[type="text"] {
        width: 100%; } }
  .page-comment-reply .form-item .error {
    width: 25%; }

.page-comment-reply .comment-body-add-more-wrapper .form-item {
  width: 100%; }

.page-comment-reply #edit-comment-body-und-0-value-wrapper {
  width: 95%; }
  @media screen and (max-width: 660px) {
    .page-comment-reply #edit-comment-body-und-0-value-wrapper {
      width: 100%; } }

.mollom-image-captcha img {
  width: auto;
  padding: 0 10px; }

.email-preferences-container fieldset {
  margin: 40px 0; }
  .email-preferences-container fieldset:after {
    content: "";
    display: table;
    clear: both; }

.email-preferences-container label {
  min-width: 0; }

.email-preferences-container .form {
  padding: 0; }

.email-preferences {
  max-width: none; }

.preference-information {
  display: block;
  float: left;
  width: 88%;
  margin-bottom: 30px; }
  .preference-information legend {
    font-weight: 900;
    font-size: 16px;
    font-size: 1.6rem; }
  .preference-information fieldset {
    padding: 0; }

.preference-toggle {
  display: block;
  float: right;
  position: relative;
  bottom: 15px; }

.user-profile-form .form-checkboxes input[type="checkbox"] {
  position: relative;
  top: 20px; }

.user-profile-form .form-actions {
  width: 100%;
  clear: both;
  background: white;
  border: 1px solid #524c48;
  padding: 20px 20px 0 20px; }
  @media screen and (max-width: 768px) {
    .user-profile-form .form-actions {
      width: 100%;
      float: none;
      margin-top: 0;
      padding-bottom: 0; } }
  @media screen and (max-width: 490px) {
    .user-profile-form .form-actions {
      display: table; } }
  .user-profile-form .form-actions p {
    margin: 13px 0 0 0;
    line-height: 1.5em; }
    @media screen and (max-width: 975px) {
      .user-profile-form .form-actions p {
        margin: 0; } }
    @media screen and (max-width: 490px) {
      .user-profile-form .form-actions p {
        display: table-header-group;
        float: none;
        width: 100%; } }
  .user-profile-form .form-actions input[type="submit"] {
    width: 160px;
    margin: 3px auto 20px;
    float: right; }
    @media screen and (max-width: 490px) {
      .user-profile-form .form-actions input[type="submit"] {
        display: table-footer-group;
        float: none;
        width: 100%;
        margin: 20px auto; } }

.toggle-btn {
  display: none;
  visibility: hidden; }

.toggle-btn + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none; }

.toggle-btn-rounded + label {
  padding: 2px;
  width: 60px;
  min-width: 0;
  height: 30px;
  background-color: #DDDDDD;
  border-radius: 20px; }
  .toggle-btn-rounded + label:before, .toggle-btn-rounded + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: ""; }
  .toggle-btn-rounded + label:before {
    right: 1px;
    background-color: #FEFEFE;
    border-radius: 20px;
    transition: background 0.4s; }
  .toggle-btn-rounded + label:after {
    width: 28px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s; }

.toggle-btn-rounded:checked + label:before {
  background-color: #dd0031; }

.toggle-btn-rounded:checked + label:after {
  margin-left: 30px; }

@media screen and (max-width: 1200px) {
  .preference-information {
    width: 80%; } }

@media screen and (max-width: 490px) {
  .email-preferences-container fieldset {
    margin: 20px 0;
    padding: 0 2.5%; }
  .email-preferences-container .form {
    padding: 10px 0; }
  .email-preferences-container h1 {
    font-size: 24px;
    font-size: 2.4rem; }
  .email-preferences-container h2 {
    margin-top: 45px; }
  .preference-information {
    width: 72%; } }

.account-container, .notifications {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .account-container:after, .notifications:after {
    content: "";
    display: table;
    clear: both; }

.notifications {
  border: 1px solid #342f2c;
  padding: 5px 15px;
  position: relative; }
  .notifications button {
    position: absolute;
    right: 20px;
    top: 13px;
    border-radius: 50%;
    padding: 4px 13px 8px; }

.account-container {
  margin: 30px auto; }
  .account-container aside, .account-container article {
    float: left;
    display: block; }
  .account-container aside {
    background-color: #e2dfd8;
    width: 25%;
    margin-right: 2%; }
    .account-container aside ul li:first-child a {
      border-top: none; }
    .account-container aside a {
      display: block;
      padding: 13px 20px;
      border-top: 1px dashed #e2dfd8; }
      .account-container aside a.active, .account-container aside a:hover {
        background-color: #EFEFEF;
        color: black; }
  .account-container article {
    width: 73%; }
    .account-container article h1 {
      margin-top: 0; }
  .account-container input[type="checkbox"] {
    width: 30px;
    position: relative;
    top: 10px;
    float: left; }
  .account-container .checkbox-label {
    margin-top: 10px;
    font-weight: 300; }
  .account-container .form-type-checkbox {
    width: 50%;
    float: left; }
    @media screen and (max-width: 490px) {
      .account-container .form-type-checkbox {
        width: 100%; } }
  .account-container .password-strength {
    max-width: 45%;
    padding-right: 10%; }
    @media screen and (max-width: 768px) {
      .account-container .password-strength {
        width: 100%;
        padding-right: 0;
        max-width: 100%; } }
  .account-container input[type="text"] {
    width: 100%; }
  .account-container .form-item select {
    background-color: #FFFFFF; }
  .account-container select {
    color: #342f2c;
    font-family: Arial, sans-serif; }
    .account-container select option {
      margin: 10px 0;
      padding: 7px 10px;
      background: #FFFFFF;
      border-radius: 5px; }
  .account-container select[multiple="multiple"] {
    height: 21em;
    background-image: none;
    overflow: auto; }
  .account-container .field-type-link-field th {
    background-color: #342f2c;
    padding: 0em; }
    .account-container .field-type-link-field th label {
      padding: 0 1em; }
  .account-container .form-item-field-user-terms-conditions-und {
    display: none; }
  .account-container form input[type="submit"] {
    clear: both; }
  @media screen and (max-width: 1200px) {
    .account-container {
      margin: 30px 2%; } }
  @media screen and (max-width: 768px) {
    .account-container input, .account-container .password-parent,
    .account-container .confirm-parent {
      width: 100%; }
    .account-container .password-strength, .account-container .password-confirm {
      float: none;
      display: block; } }
  @media screen and (max-width: 660px) {
    .account-container {
      margin-bottom: 0; }
      .account-container article, .account-container aside {
        width: 100%;
        margin: 0 0 20px; } }
  .account-container .field-multiple-table label {
    color: #FFFFFF; }

.account-intro-panel {
  text-align: center;
  padding: 40px 0 20px; }
  .account-intro-panel .intro {
    color: #524c48;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 0;
    width: 80%;
    margin: auto; }

.account-intro-panel,
.account-details-panel {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .account-intro-panel:after,
  .account-details-panel:after {
    content: "";
    display: table;
    clear: both; }

.account-details-panel {
  margin-bottom: 30px;
  padding: 0;
  border-color: #e2dfd8;
  border-style: solid;
  border-width: 1px 1px 0 0; }
  @media screen and (max-width: 1200px) {
    .account-details-panel {
      padding: 0 2.5%; } }
  @media screen and (max-width: 490px) {
    .account-details-panel {
      text-align: center; } }

.edit-details-panel {
  border-color: #999390;
  border-style: solid;
  border-width: 0 0 1px 1px;
  padding: 25px;
  width: 50%;
  float: left;
  display: block;
  min-height: 269px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .edit-details-panel {
      display: block;
      width: 96%;
      margin: 20px 2%;
      min-height: 0;
      text-align: left;
      padding: 25px 25px 35px 25px; } }
  @media screen and (max-width: 490px) {
    .edit-details-panel {
      text-align: center; } }
  .edit-details-panel:hover {
    background: #e2dfd8; }
  .edit-details-panel h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 900; }
    @media screen and (max-width: 768px) {
      .edit-details-panel h2 {
        margin-top: 0; } }
  .edit-details-panel p {
    color: #524c48;
    margin-bottom: 25px; }

.saved-articles--title {
  width: 100%;
  border-bottom: 3px solid #dd0031;
  padding-bottom: 30px;
  margin-bottom: 0; }
  .saved-articles--title span {
    color: #dd0031; }

.saved-article {
  width: 100%;
  display: block;
  padding: 35px 0;
  border-bottom: 1px solid #e2dfd8; }
  .saved-article:after {
    content: "";
    display: table;
    clear: both; }

.saved-aricle--title {
  width: 65%;
  float: left;
  display: inline-block;
  position: relative;
  top: 8px; }
  @media screen and (max-width: 860px) {
    .saved-aricle--title {
      width: 80%; } }
  @media screen and (max-width: 768px) {
    .saved-aricle--title {
      width: 100%;
      margin-bottom: 20px; } }
  .saved-aricle--title a {
    color: #342f2c;
    font-family: Arial, sans-serif;
    @includue remtopx(24px); }
    .saved-aricle--title a:hover {
      color: #606060;
      text-decoration: underline; }

.saved-article--actions {
  text-align: right;
  width: 35%;
  float: left;
  display: inline-block; }
  @media screen and (max-width: 860px) {
    .saved-article--actions {
      width: 20%; } }
  @media screen and (max-width: 768px) {
    .saved-article--actions {
      width: 100%; } }
  .saved-article--actions a {
    display: inline-block;
    width: auto;
    margin: 0 10px; }
    @media screen and (max-width: 860px) {
      .saved-article--actions a {
        display: block;
        margin-top: 10px;
        text-align: center; }
        .saved-article--actions a:first-child {
          margin-top: 0; } }
    @media screen and (max-width: 768px) {
      .saved-article--actions a {
        display: inline-block; } }
    .saved-article--actions a:hover {
      color: white; }

.scan-article--actions {
  padding: 0 20px;
  margin: 0 0 20px 0; }
  .scan-article--actions .journal-reference {
    font-size: 12px; }
  .scan-article--actions a.scan-action {
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: #342f2c;
    display: block;
    padding: 20px 0 20px 35px;
    border-bottom: 1px solid #999390;
    position: relative; }
    .scan-article--actions a.scan-action:before {
      font-family: 'health-foundation';
      content: "\e003";
      color: #dd0031;
      margin-right: 10px;
      position: absolute;
      top: 20px;
      left: 0; }
    .scan-article--actions a.scan-action.add:before {
      content: "\e001";
      color: #342f2c; }
    .scan-article--actions a.scan-action.remove:before {
      content: "\e014";
      color: #342f2c; }
    .scan-article--actions a.scan-action.download:before {
      content: "\e000"; }
    .scan-article--actions a.scan-action:hover {
      background-color: #e2dfd8; }
      .scan-article--actions a.scan-action:hover:before {
        color: #A03F9A; }

.related-author-content article {
  width: 100%;
  min-height: 0;
  border: none;
  border-top: 1px solid #e2dfd8;
  border-bottom: 3px solid white; }

.related-author-content .listing-row .content-item:first-child {
  border-top: 1px solid #e2dfd8; }

.related-author-content .listing-row:first-child .content-item:nth-child(2) {
  border-top: 1px solid #e2dfd8; }

.related-author-content .content-item {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e2dfd8; }
  .related-author-content .content-item:first-child {
    broder-top: 1px solid #e2dfd8; }

.related-author-content .image-intro {
  width: 65%; }
  @media screen and (max-width: 490px) {
    .related-author-content .image-intro {
      width: 100%; } }

.related-author-content .image-content {
  margin-top: 20px;
  width: 35%;
  text-align: right; }
  @media screen and (max-width: 490px) {
    .related-author-content .image-content {
      display: none; } }

.related-author-content img {
  display: block;
  margin: auto;
  width: 60%; }
  @media screen and (max-width: 1020px) {
    .related-author-content img {
      widht: 50%; } }

@media screen and (max-width: 490px) {
  .related-author-content .publication-cover {
    display: none; } }

/*------------------------------------*            404 Page Styles
\*------------------------------------*/
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

.page-search {
  width: 48%;
  float: left;
  padding-top: 20px; }
  .page-search form {
    padding: 10px 0 20px; }
  .page-search .search-form {
    background: #ffffff;
    width: 100%; }
  .page-search button[type="submit"] {
    top: 12px;
    right: 44px; }

.related-content-block {
  padding-bottom: 30px; }

.recent-content-block,
.popular-content-block {
  width: 23%;
  float: left;
  display: block;
  margin-right: 20px; }
  .recent-content-block li,
  .popular-content-block li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px; }
    .recent-content-block li:before,
    .popular-content-block li:before {
      content: '\2022';
      font-size: 27px;
      font-size: 2.7rem;
      color: #dd0031;
      display: block;
      position: absolute;
      top: -5px;
      left: 0px; }
    .recent-content-block li a,
    .popular-content-block li a {
      font-family: Arial, sans-serif;
      font-size: 16px;
      font-size: 1.6rem; }

@media screen and (max-width: 1200px) {
  .page-search {
    padding-top: 20px; }
  .page-search button[type="submit"] {
    right: 37px; } }

@media screen and (max-width: 1020px) {
  .page-search {
    width: 100%;
    display: block; }
    .page-search input[type="search"] {
      width: 95%; }
  .recent-content-block,
  .popular-content-block {
    width: 47%; }
    .recent-content-block h4,
    .popular-content-block h4 {
      margin-top: 0;
      margin-bottom: 15px; } }

@media screen and (max-width: 768px) {
  .page-search button[type="submit"] {
    top: 12px;
    right: 22px; } }

@media screen and (max-width: 660px) {
  .page-search .search-form {
    width: 100%; }
  .page-search button[type="submit"] {
    right: 10px; } }

@media screen and (max-width: 490px) {
  .page-search,
  .recent-content-block,
  .popular-content-block {
    padding: 10px 4%; }
  .page-search button[type="submit"] {
    right: 5px; }
  .recent-content-block,
  .popular-content-block {
    display: block;
    width: 100%; } }

/*------------------------------------*   Directory Landing Page Hero Styles
\*------------------------------------*/
@media screen and (max-width: 490px) {
  h1.results-heading {
    font-size: 28px;
    font-size: 2.8rem; } }

.js .js-hidden {
  display: none; }
  @media screen and (max-width: 768px) {
    .js .js-hidden {
      display: block; } }

.project-categories {
  text-align: center; }
  .project-categories h3 {
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    margin: 0 0 10px; }
  .project-categories button {
    margin: 15px; }

.tab-content-outer {
  background-color: #e2dfd8; }
  @media screen and (max-width: 1200px) {
    .tab-content-outer {
      padding: 0 2%; } }
  .tab-content-outer form {
    background: white; }

.directory-form-label {
  height: 0;
  visibility: hidden; }

.project-categories-options {
  min-height: 70px; }
  .project-categories-options button, .project-categories-options a {
    margin: 10px 20px;
    background: #524c48; }
    .project-categories-options button.active, .project-categories-options a.active {
      background: #dd0031; }
  @media screen and (max-width: 768px) {
    .project-categories-options a {
      display: inline-block;
      float: left;
      margin: 10px 2%;
      width: 46%; } }
  @media screen and (max-width: 490px) {
    .project-categories-options a {
      float: none;
      margin: 10px auto;
      width: 80%; } }

.desktop-form {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .desktop-form {
      display: none; } }

.directory-submit {
  display: block;
  margin: auto;
  padding: 10px;
  width: 100px; }

.tab-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 30px 0 20px; }
  .tab-content:after {
    content: "";
    display: table;
    clear: both; }
  .tab-content.active {
    display: block; }

.filter-title,
.project-filter-options {
  display: block;
  float: left; }

.filter-title {
  width: 15%;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif; }
  @media screen and (max-width: 1020px) {
    .filter-title {
      display: block;
      width: 100%;
      text-align: center; } }

.project-filter-options {
  margin-bottom: 20px;
  width: 85%; }
  @media screen and (max-width: 1020px) {
    .project-filter-options {
      display: block;
      width: 100%; } }
  .project-filter-options button {
    position: relative;
    margin: 20px 6% 20px 0;
    width: 20%;
    color: #342f2c;
    text-align: left;
    background-color: #FFFFFF; }
    .project-filter-options button:nth-child(4n+4) {
      margin-right: 0; }
    .project-filter-options button:after {
      content: "\e000";
      position: absolute;
      top: 8px;
      right: 10px;
      font-size: 20px;
      font-size: 2rem;
      color: #dd0031;
      font-family: 'health-foundation'; }
  .project-filter-options button.active,
  .project-filter-options button:hover,
  .project-filter-options button:focus,
  .project-filter-options button:active {
    color: #FFFFFF;
    background-color: #dd0031; }
    .project-filter-options button.active:after,
    .project-filter-options button:hover:after,
    .project-filter-options button:focus:after,
    .project-filter-options button:active:after {
      color: #FFFFFF; }

.filter-submit {
  clear: both;
  display: block;
  margin: 20px auto; }

.show-filters {
  margin-top: 30px; }

.project-dropdowns-outer {
  background-color: #e2dfd8; }

.project-dropdowns {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding: 20px 0; }
  .project-dropdowns:after {
    content: "";
    display: table;
    clear: both; }
  .project-dropdowns p {
    font-size: 20px;
    font-size: 2rem;
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif; }

.form-checkbox {
  position: relative;
  overflow: hidden; }

.project-dropdown-options label {
  margin: 10px 1% 10px 0;
  width: 23%;
  font-family: Arial, sans-serif;
  text-align: center;
  text-transform: none;
  cursor: pointer; }

.project-dropdown-options .project-chosen {
  position: absolute;
  bottom: 100%; }

.project-dropdown-options .project-chosen:checked + .project-filter-label,
.project-dropdown-options .project-chosen:active + .project-filter-label {
  background: #e2dfd8;
  color: #dd0031;
  border-radius: 20px; }

.project-chosen:checked + .project-filter-label,
.project-chosen:active + .project-filter-label {
  color: #dd0031;
  background: #e2dfd8;
  border-radius: 20px; }

.resp-tabs-list {
  float: left;
  width: 20%; }
  @media screen and (max-width: 860px) {
    .resp-tabs-list {
      width: 30%; } }
  .resp-tabs-list li {
    display: block;
    float: none;
    margin: 12px 0;
    padding: 9px 14px;
    width: 96%;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    text-align: center;
    background: #FFFFFF;
    border: none;
    border-radius: 20px;
    cursor: pointer; }
    .resp-tabs-list li.tab-active {
      color: white;
      background: #dd0031; }

.resp-tab-content {
  height: 0;
  overflow: hidden; }

.current {
  height: auto; }

.resp-tabs-container {
  clear: none;
  float: left;
  padding: 10px;
  margin-bottom: 40px;
  width: 80%;
  min-height: 390px;
  border-radius: 20px;
  background-color: #fff; }
  @media screen and (max-width: 860px) {
    .resp-tabs-container {
      width: 70%; } }
  .resp-tabs-container button {
    margin: 10px 1%;
    width: 23%;
    color: black;
    background: white; }
    @media screen and (max-width: 1020px) {
      .resp-tabs-container button {
        width: 31%; } }
    @media screen and (max-width: 860px) {
      .resp-tabs-container button {
        width: 48%; } }
    .resp-tabs-container button.selected {
      color: #342f2c;
      background: white;
      border: 1px solid #dd0031; }

.active-filters {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 5px;
  min-height: 90px;
  border-top: 1px solid #e2dfd8;
  border-bottom: 3px solid #dd0031; }
  .active-filters:after {
    content: "";
    display: table;
    clear: both; }
  .active-filters:after {
    content: "";
    display: table;
    clear: both; }
  .active-filters p {
    display: block;
    float: left;
    margin: 10px 15px 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif; }
  .active-filters .filter-tag, .active-filters .listing__tag {
    margin-bottom: 10px; }

.filter-not-selected p {
  text-align: center; }

.filter-search-submit {
  clear: both;
  margin: 10px 0 30px;
  text-align: center; }

.project-options-form {
  overflow: hidden;
  background: white; }

.project-chosen {
  position: absolute;
  bottom: 100%; }

label.project-filter-label {
  display: block;
  float: left;
  margin: 10px 1%;
  width: 23%;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: none;
  cursor: pointer; }

.project-filter-label.checked {
  color: #dd0031;
  background: #e2dfd8;
  border-radius: 20px; }

h4.dropdown-option-header {
  margin: 20px 2% 0; }

.dropdown-option-select {
  margin: 10px 2% 20px;
  padding: 10px;
  width: 96%;
  border: 1px solid #CCC;
  border-radius: 6px; }

select {
  padding: 9px 14px;
  color: #FFFFFF;
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
  background: #dd0031;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 20px; }

.active-filters button {
  width: 13%; }

.btn-container {
  clear: both; }

@media screen and (max-width: 1020px) {
  .project-filter-category label.project-filter-label {
    width: 31%; } }

/*------------------------------------*   Directory Landing Page Results
\*------------------------------------*/
.directory-results {
  margin-top: 30px;
  margin-bottom: 30px; }

.directory-result {
  min-height: 365px; }
  .directory-result:nth-child(odd) {
    border-right: 1px solid #e2dfd8; }
  .directory-result:nth-child(even) {
    border-right: none; }
  .directory-result h3 a {
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    color: #342f2c; }

.directory-result:hover .result-filter-tag {
  background-color: #FFFFFF; }

.result-filter-tags {
  clear: both;
  margin: 10px 0; }

.result-filter-tag {
  background-color: #e2dfd8;
  color: #342f2c;
  font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
  padding: 8px 14px;
  border-radius: 20px;
  display: inline-block;
  float: left;
  margin: 0 10px 15px 0; }
  .result-filter-tag:hover {
    cursor: pointer;
    color: #A03F9A; }

.project-search-form {
  padding: 20px 15px 40px;
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .project-search-form {
      padding: 50px 15px 60px; } }
  .project-search-form .fieldset-legend {
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
    padding-left: 20px; }
  .project-search-form .form-select {
    background: white;
    color: black;
    height: auto;
    margin-top: 0; }
  .project-search-form .form-submit {
    width: 94%;
    padding: 10px 20px;
    display: block;
    margin: 0 3%; }

.project-categories .form-select {
  width: 92%;
  height: 38px;
  overflow: hidden;
  background: url("../images/dropdown-arrow.png") no-repeat 98.5% 55% #fff;
  border-radius: 20px; }

/*------------------------------------*    Directory Search Results Styles
\*------------------------------------*/
.listing__container {
  width: 100%;
  display: block;
  border-bottom: 1px solid #e2dfd8;
  margin-bottom: 30px;
  padding: 10px 0 40px; }
  .listing__container:after {
    content: "";
    display: table;
    clear: both; }

.listing__meta {
  width: 70%;
  float: left;
  display: inline-block; }
  @media screen and (max-width: 1020px) {
    .listing__meta {
      width: 100%; } }

.listing__title {
  margin-bottom: 10px; }
  .listing__title a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5em; }

.listing__location {
  font-size: 16px;
  font-size: 1.6rem;
  color: #524c48;
  margin: 15px 0; }

.listing__description {
  line-height: 1.5em; }

.listing__tags {
  width: 28%;
  margin-left: 2%;
  margin-top: 10px;
  float: left;
  display: inline-block; }
  @media screen and (max-width: 1020px) {
    .listing__tags {
      width: 100%;
      margin-left: 0;
      margin-top: 25px; } }

.listing__tag {
  margin-left: 0; }
  .listing__tag:after {
    content: "";
    margin-left: 0; }
  .listing__tag:hover {
    background: #dd0031; }
  @media screen and (max-width: 768px) {
    .listing__tag {
      font-size: 16px;
      font-size: 1.6rem; } }

.footer-widgets-outer {
  background-color: #e2dfd8; }

.footer-widgets {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 0; }
  .footer-widgets:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1020px) {
    .footer-widgets {
      margin: 0 2% 0 2%; } }
  @media screen and (max-width: 490px) {
    .footer-widgets {
      margin: 0; } }

.footer-widget, .block-bean {
  background-color: #FFFFFF;
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 31.6239316239%;
  color: #808285;
  min-height: 253px;
  border: 6px solid white; }
  .footer-widget:last-child, .block-bean:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1200px) {
    .footer-widget, .block-bean {
      min-height: 0; } }
  @media screen and (max-width: 1020px) {
    .footer-widget, .block-bean {
      width: 49%;
      margin-right: 2%; } }
  @media screen and (max-width: 490px) {
    .footer-widget, .block-bean {
      width: 94%;
      display: block;
      margin: 0 3% 15px 3%; } }
  .footer-widget > a, .block-bean > a {
    line-height: 0;
    font-size: 0;
    display: block; }

.tweet-wrapper {
  padding-left: 45px;
  position: relative; }
  @media screen and (max-width: 1020px) {
    .tweet-wrapper {
      padding: 20px 30px; } }
  @media screen and (max-width: 490px) {
    .tweet-wrapper {
      padding: 20px 10px; } }

.twitter-feed {
  padding: 15px;
  height: auto;
  background: #f6f5f3; }
  @media screen and (max-width: 1020px) {
    .twitter-feed {
      width: 100%;
      float: left;
      margin-bottom: 20px;
      text-align: center; } }
  @media screen and (max-width: 490px) {
    .twitter-feed {
      width: 94%;
      display: block;
      margin: 0 3% 15px 3%; } }
  .twitter-feed h4 {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    color: #dd0031;
    text-transform: uppercase;
    margin: 15px 0 5px; }
  .twitter-feed .twitter-username {
    color: #342f2c;
    font-weight: 700;
    float: left; }
    @media screen and (max-width: 1020px) {
      .twitter-feed .twitter-username {
        float: none; } }
    .twitter-feed .twitter-username a {
      font-family: Arial, sans-serif;
      color: #dd0031;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400; }
  .twitter-feed .tweet {
    clear: both; }
    .twitter-feed .tweet a {
      font-family: Arial, sans-serif;
      color: #dd0031;
      font-size: 14px;
      font-size: 1.4rem; }

.tweet-time {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 14px; }
  @media screen and (max-width: 1070px) {
    .tweet-time {
      float: left;
      margin: 0 0 10px 0; } }
  @media screen and (max-width: 1020px) {
    .tweet-time {
      float: none; } }

.twitter-icon {
  font-size: 30px;
  font-size: 3rem;
  color: #dd0031;
  float: left;
  position: absolute;
  top: -27px;
  left: 3px; }
  @media screen and (max-width: 1020px) {
    .twitter-icon {
      position: static;
      width: 100%;
      margin: 0 auto 30px;
      font-size: 45px;
      font-size: 4.5rem; } }

.block-bean figure {
  margin: 0; }
  .block-bean figure a {
    display: block; }
    .block-bean figure a img {
      display: inline-block;
      vertical-align: middle; }

@media screen and (max-width: 1020px) {
  .block-bean {
    float: left;
    margin: 0 2% 20px 0; }
    .block-bean:nth-child(2) {
      margin-right: 0; } }

@media screen and (max-width: 490px) {
  .block-bean {
    float: none;
    display: block;
    margin: 0 auto 20px; }
    .block-bean:nth-child(2) {
      margin-right: auto; } }

.top-footer-outer {
  border-top: 3px solid #dd0031; }

.top-footer {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .top-footer:after {
    content: "";
    display: table;
    clear: both; }
  .top-footer a {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #342f2c; }
    .top-footer a:hover {
      color: #606060; }
  .top-footer h6 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center; }

.footer-quick-links, .footer-social,
.footer-contact {
  display: block;
  width: 33.333%;
  float: left;
  padding: 30px 10px;
  min-height: 232px; }
  @media screen and (max-width: 1020px) {
    .footer-quick-links, .footer-social,
    .footer-contact {
      min-height: none; } }

.footer-social {
  border-right: 1px solid #e2dfd8;
  border-left: 1px solid #e2dfd8;
  min-height: 243px; }
  @media screen and (max-width: 1020px) {
    .footer-social {
      border-left: none; } }
  @media screen and (max-width: 768px) {
    .footer-social {
      border-right: none; } }

.footer-quick-links {
  padding-bottom: 45px; }
  .footer-quick-links li {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 10px 0; }
  .footer-quick-links a {
    line-height: 22px; }

.social-media-links ul {
  text-align: center; }

.social-link {
  display: inline;
  padding: 0 6px; }
  .social-link a {
    font-size: 40px;
    font-size: 4rem; }
  .social-link span {
    font-size: 0; }
    .social-link span:before {
      font-size: 40px;
      font-size: 4rem; }

.news-signup {
  text-align: center; }
  @media screen and (max-width: 320px) {
    .news-signup {
      width: 100%; } }
  .news-signup h6 {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 10px 0 12px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center; }

.newsletter-form {
  position: relative;
  background: transparent; }
  .newsletter-form label {
    display: none; }
  .newsletter-form input[type="email"] {
    background-color: #e2dfd8;
    width: 92%;
    border-radius: 20px;
    padding: 11.5px 53px 12px 15px;
    outline: none;
    height: 42px; }
    @media screen and (max-width: 768px) {
      .newsletter-form input[type="email"] {
        padding-right: 60px; } }
    .newsletter-form input[type="email"]:focus {
      box-shadow: inset 0 0 1px 1px #ff1146; }
  .newsletter-form input[type="submit"] {
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: white;
    padding: 10px 21px;
    background-color: #dd0031;
    height: 41.5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 0;
    position: absolute;
    top: 0;
    right: 13px; }
    .newsletter-form input[type="submit"]:hover {
      background-color: #ff1146; }
    .newsletter-form input[type="submit"]:focus {
      outline: none; }
  .newsletter-form button {
    position: absolute;
    top: 0;
    right: 14px;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 7.5px 18px;
    line-height: 20px;
    height: 39px; }
  .newsletter-form .form-submit {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }

.footer-contact {
  text-align: center;
  border-right: none; }
  .footer-contact .login-button {
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: white;
    width: 90%;
    display: block;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .footer-contact .login-button {
        width: 75%; } }
    @media screen and (max-width: 490px) {
      .footer-contact .login-button {
        width: 80%; } }
    @media screen and (max-width: 320px) {
      .footer-contact .login-button {
        width: 85%; } }
    .footer-contact .login-button:hover {
      color: white; }

.contact-information {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 20px;
  padding: 1px 0 20px; }
  .contact-information h6 {
    width: 50%;
    float: left;
    display: inline-block;
    margin: 21px 0; }
  .contact-information .contact-number, .contact-information .copyright .contact-email {
    margin: 0; }

@media screen and (max-width: 1020px) {
  .footer-quick-links {
    width: 100%;
    border-bottom: 1px solid #e2dfd8; }
    .footer-quick-links li {
      width: 33.333%;
      text-align: center; }
  .footer-social,
  .footer-contact {
    width: 50%; }
  .footer-social form,
  .footer-contact button {
    width: 80%;
    text-align: center;
    margin: auto; } }

@media screen and (max-width: 768px) {
  .top-footer {
    padding-top: 0; }
  .footer-social,
  .footer-contact {
    width: 100%; }
  .footer-quick-links, .footer-social {
    padding: 40px 0;
    border-bottom: 1px solid #e2dfd8; }
  .footer-quick-links li {
    width: 33.3%;
    text-align: center; }
  .footer-contact {
    border-bottom: none;
    padding: 40px 0 0; }
    .footer-contact .login-button {
      width: 75%; } }

@media screen and (max-width: 490px) {
  .footer-quick-links, .footer-social,
  .footer-contact {
    width: 100%; }
  .footer-quick-links li {
    width: 50%;
    text-align: center; }
  .footer-social form,
  .footer-contact button {
    width: 90%;
    margin: auto; }
  .newsletter-form input[type="submit"] {
    margin: 0;
    width: auto; }
  .contact-information h6 {
    float: none;
    display: block;
    width: 100%; }
  .contact-information .contact-number, .contact-information .contact-email {
    text-align: center; }
  .footer-contact .login-button {
    width: 90%; } }

footer {
  background-color: #342f2c;
  color: #FFFFFF; }
  @media screen and (max-width: 490px) {
    footer {
      padding: 10px 0; } }
  footer .footer-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    footer .footer-inner:after {
      content: "";
      display: table;
      clear: both; }
  footer a {
    font-family: Arial, sans-serif;
    color: #FFFFFF;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6em; }
    @media screen and (max-width: 490px) {
      footer a {
        font-size: 13px;
        font-size: 1.3rem; } }

.copyright, .footer-links {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 48.7179487179%; }
  .copyright:last-child, .footer-links:last-child {
    margin-right: 0; }

.footer-links {
  text-align: right; }
  @media screen and (max-width: 1020px) {
    .footer-links {
      margin-top: 10px; } }
  .footer-links li {
    display: inline-block;
    padding: 12px 0; }
    .footer-links li:after {
      content: "|";
      padding: 0 10px; }
    .footer-links li:last-child:after {
      content: "";
      padding: 0; }

@media screen and (max-width: 1020px) {
  .copyright {
    padding-left: 10px;
    padding-right: 10px; }
    .copyright span {
      display: block; } }

@media screen and (max-width: 768px) {
  footer a {
    font-size: 13px;
    font-size: 1.3rem; }
  .copyright, .footer-links {
    text-align: center;
    width: 100%; }
  .footer-links {
    margin-top: 0; } }

.left-column .news-signup {
  text-align: left; }

.left-column .newsletter-form {
  width: 35%;
  text-align: left; }
  @media screen and (max-width: 1200px) {
    .left-column .newsletter-form {
      width: 40%; } }
  @media screen and (max-width: 1020px) {
    .left-column .newsletter-form {
      width: 55%; } }
  @media screen and (max-width: 768px) {
    .left-column .newsletter-form {
      width: 65%; } }
  @media screen and (max-width: 660px) {
    .left-column .newsletter-form {
      width: 96%;
      margin: 0;
      display: inline-block; } }
  @media screen and (max-width: 490px) {
    .left-column .newsletter-form {
      width: 100%; } }
  @media screen and (max-width: 320px) {
    .left-column .newsletter-form {
      margin: auto; } }
  .left-column .newsletter-form h6 {
    font-size: 22px;
    font-size: 2.2rem; }
  .left-column .newsletter-form input[type="submit"] {
    height: 41.5px;
    padding: 8px 20px 10px;
    right: -30px; }
    @media screen and (max-width: 320px) {
      .left-column .newsletter-form input[type="submit"] {
        display: block;
        position: static;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ } }
  .left-column .newsletter-form input[type="email"] {
    width: 100%;
    padding: 11.5px 30px 12px 15px; }
    @media screen and (max-width: 320px) {
      .left-column .newsletter-form input[type="email"] {
        padding-right: 15px; } }
  @media screen and (max-width: 660px) {
    .left-column .newsletter-form input[type="email"], .left-column .newsletter-form input[type="submit"] {
      top: 14px; } }
  @media screen and (max-width: 490px) {
    .left-column .newsletter-form input[type="email"], .left-column .newsletter-form input[type="submit"] {
      right: 0; } }
  @media screen and (max-width: 320px) {
    .left-column .newsletter-form input[type="email"], .left-column .newsletter-form input[type="submit"] {
      width: 96%;
      display: block;
      margin: auto;
      float: none;
      position: static;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ } }
  @media screen and (max-width: 320px) {
    .left-column .newsletter-form input[type="submit"] {
      margin-bottom: 40px; } }

.sliding-popup-bottom {
  background: #606060;
  padding: 10px 0; }
  @media screen and (max-width: 768px) {
    .sliding-popup-bottom {
      padding-bottom: 8px; } }

#sliding-popup .popup-content {
  max-width: 1200px; }
  @media screen and (max-width: 1200px) {
    #sliding-popup .popup-content {
      padding: 0 2%; } }
  @media screen and (max-width: 860px) {
    #sliding-popup .popup-content #popup-text {
      max-width: 55%; } }
  @media screen and (max-width: 768px) {
    #sliding-popup .popup-content #popup-text {
      width: 100%;
      max-width: 100%;
      text-align: center; } }
  #sliding-popup .popup-content #popup-buttons {
    text-align: right; }
    @media screen and (max-width: 860px) {
      #sliding-popup .popup-content #popup-buttons {
        max-width: 45%; } }
    @media screen and (max-width: 768px) {
      #sliding-popup .popup-content #popup-buttons {
        width: 100%;
        max-width: 100%;
        text-align: center; } }
    #sliding-popup .popup-content #popup-buttons button {
      text-shadow: none;
      box-shadow: none;
      border: none;
      background: #dd0031;
      color: white;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      font-size: 14px;
      font-size: 1.4rem;
      padding: 7.5px 15px; }
      @media screen and (max-width: 768px) {
        #sliding-popup .popup-content #popup-buttons button {
          text-align: center; } }
      @media screen and (max-width: 320px) {
        #sliding-popup .popup-content #popup-buttons button {
          font-size: 13px;
          font-size: 1.3rem; } }
      #sliding-popup .popup-content #popup-buttons button:hover {
        background: #f70037; }

@media screen and (max-width: 1200px) {
  .people-listing {
    padding-right: 0;
    padding-left: 0; } }

@media screen and (max-width: 660px) {
  .people-listing {
    border-left: none; } }

.people-listing .results {
  position: relative;
  border-left: 1px solid #999390; }
  @media screen and (max-width: 860px) {
    .people-listing .results {
      border-bottom: none; } }
  @media screen and (max-width: 660px) {
    .people-listing .results {
      border-left: none; } }

.people-listing .content-item {
  width: 33.33%;
  border-top: 1px solid #999390;
  border-right: 1px solid #999390;
  border-bottom: 3px solid white; }
  .people-listing .content-item:nth-of-type(2n+1), .people-listing .content-item:nth-of-type(2n) {
    clear: none;
    border-left: none; }
  .people-listing .content-item:nth-child(3n+1) {
    clear: left; }
    @media screen and (max-width: 1020px) {
      .people-listing .content-item:nth-child(3n+1) {
        clear: none; } }
  .people-listing .content-item:hover {
    border-bottom: 3px solid #A03F9A; }
  .people-listing .content-item:only-child {
    border-right: 1px solid #999390; }
    @media screen and (max-width: 660px) {
      .people-listing .content-item:only-child {
        border-right: 0; } }
  @media screen and (max-width: 860px) {
    .people-listing .content-item {
      display: block;
      float: left;
      width: 50%;
      min-height: 230px; } }
  @media screen and (max-width: 660px) {
    .people-listing .content-item {
      width: 100%;
      min-height: none;
      border-right: 0;
      border-left: 0; } }

.people-listing .listing-row {
  display: table-row; }
  @media screen and (max-width: 860px) {
    .people-listing .listing-row {
      display: block; }
      .people-listing .listing-row:first-child .content-item:nth-child(2) {
        border-top: none; } }
  .people-listing .listing-row:first-child .content-item:first-child, .people-listing .listing-row:first-child .content-item:nth-child(2) {
    border-top: 1px solid #999390; }

@media screen and (max-width: 490px) {
  .people-listing .image-intro {
    float: left;
    width: 70%; }
    .people-listing .image-intro h3 {
      margin-top: 0; } }

@media screen and (max-width: 490px) {
  .people-listing .image-content {
    margin-top: 10px;
    width: 30%; } }

.cols-3:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  height: 1px;
  background: #999390; }

.cols-3:only-child:before {
  background: transparent; }

.cols-3:only-child .content-item {
  display: inline-block;
  width: 100%; }

.cols-3 .content-item {
  position: relative;
  z-index: 1;
  max-width: 33%; }
  .cols-3 .content-item:after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: -4px;
    left: -1px;
    z-index: 2;
    display: block;
    height: 1px;
    background: #999390; }
  @media screen and (max-width: 860px) {
    .cols-3 .content-item {
      max-width: 50%; } }
  @media screen and (max-width: 660px) {
    .cols-3 .content-item {
      max-width: 100%; } }

.cols-2 .content-item {
  width: 50%; }
  @media screen and (max-width: 860px) {
    .cols-2 .content-item {
      width: 100%; } }

.pop-header .header-inner {
  padding-top: 22px; }
  @media screen and (max-width: 1200px) {
    .pop-header .header-inner {
      padding: 25px 15px 0; } }
  @media screen and (max-width: 660px) {
    .pop-header .header-inner {
      padding: 25px 0 0; } }

.pop-header__left, .pop-header__middle, .pop-header__right {
  display: inline-block; }

.pop-header__left {
  width: 30%;
  text-align: left; }
  @media screen and (max-width: 860px) {
    .pop-header__left {
      display: none; } }

.pop-header__middle {
  position: relative;
  width: 42%;
  text-align: center; }
  .pop-header__middle a {
    color: #dd0031; }
  @media screen and (max-width: 1020px) {
    .pop-header__middle {
      width: 44%;
      text-align: right; } }
  @media screen and (max-width: 860px) {
    .pop-header__middle {
      width: 63%;
      padding-left: 25px;
      text-align: left;
      line-height: 1.5; } }
  @media screen and (max-width: 660px) {
    .pop-header__middle {
      line-height: 2; } }
  @media screen and (max-width: 490px) {
    .pop-header__middle {
      width: 240px;
      line-height: 2.2; } }
  @media screen and (max-width: 400px) {
    .pop-header__middle {
      position: absolute;
      left: 115px;
      padding-left: 10px;
      width: 210px;
      line-height: 2.6; } }

.pop-header__right {
  width: 27%;
  text-align: right; }
  @media screen and (max-width: 1020px) {
    .pop-header__right {
      width: 25%; } }
  @media screen and (max-width: 860px) {
    .pop-header__right {
      float: left;
      width: 140px;
      text-align: left;
      border-right: 2px solid #999390; } }
  @media screen and (max-width: 490px) {
    .pop-header__right {
      width: 105px; } }
  @media screen and (max-width: 490px) {
    .pop-header__right--link {
      text-align: center; } }
  @media screen and (max-width: 860px) {
    .pop-header__right--link:before {
      content: 'Return to';
      display: block;
      margin-bottom: 3px;
      width: 112px;
      font-size: 11px;
      font-size: 1.1rem;
      color: #342f2c;
      font-family: Arial, sans-serif;
      text-align: center; } }
  @media screen and (max-width: 490px) {
    .pop-header__right--link:before {
      width: 90px; } }

.pop-header__return-link {
  position: relative;
  bottom: 7px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial, sans-serif; }
  .pop-header__return-link:before {
    top: 0;
    height: 20px;
    width: 20px;
    color: #dd0031; }

.pop-header__heading {
  margin: 0;
  color: #dd0031;
  font-size: 47px;
  font-size: 4.7rem; }
  @media screen and (max-width: 1200px) {
    .pop-header__heading {
      font-size: 40px;
      font-size: 4rem; } }
  @media screen and (max-width: 660px) {
    .pop-header__heading {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media screen and (max-width: 490px) {
    .pop-header__heading {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media screen and (max-width: 400px) {
    .pop-header__heading {
      font-size: 20px;
      font-size: 2rem; } }

.pop-header__health-foundation {
  position: relative;
  top: 10px;
  height: 48px;
  width: 153px; }
  @media screen and (max-width: 860px) {
    .pop-header__health-foundation {
      height: 36px;
      width: 112px; } }
  @media screen and (max-width: 490px) {
    .pop-header__health-foundation {
      height: 29px;
      width: 90px; } }

.hero-video {
  background-color: #1d1d1b; }
  .hero-video__contain {
    position: relative;
    display: block;
    margin: auto;
    max-width: 1060px;
    overflow: hidden; }
    @media screen and (max-width: 860px) {
      .hero-video__contain {
        height: 550px; } }
  .hero-video__embed {
    z-index: 200; }
    @media screen and (max-width: 860px) {
      .hero-video__embed {
        position: absolute; } }
  .hero-video__summary {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 300;
    display: table;
    height: 100%;
    width: 100%;
    min-height: 599px;
    color: #fff;
    background-color: #333; }
    .hero-video__summary:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 1020px) {
      .hero-video__summary {
        min-height: 570px; } }
    @media screen and (max-width: 860px) {
      .hero-video__summary {
        position: relative;
        display: block;
        min-height: 0; } }
    .hero-video__summary:before, .hero-video__summary:after {
      content: '';
      position: absolute;
      z-index: 500;
      display: block;
      height: 100%;
      width: 30px; }
      @media screen and (max-width: 860px) {
        .hero-video__summary:before, .hero-video__summary:after {
          display: none; } }
    .hero-video__summary:before {
      left: 0;
      background-image: linear, to right, #1d1d1b, transparent; }
    .hero-video__summary:after {
      right: 0;
      background-image: linear, to left, #1d1d1b, transparent; }
    .hero-video__summary .field-item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 300;
      display: block;
      height: 100%;
      width: 100%;
      background-color: #1d1d1b;
      opacity: 0.1; }
    .hero-video__summary--left {
      position: relative;
      width: 30%;
      text-align: center; }
      @media screen and (max-width: 860px) {
        .hero-video__summary--left {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto; } }
    .hero-video__summary--right {
      position: relative;
      padding-right: 50px;
      width: 70%; }
    .hero-video__summary--left, .hero-video__summary--right {
      z-index: 600;
      display: table-cell;
      vertical-align: middle; }
      @media screen and (max-width: 860px) {
        .hero-video__summary--left, .hero-video__summary--right {
          display: block;
          padding: 0 15px;
          width: 100%;
          overflow: hidden; } }
  .hero-video__image {
    position: absolute;
    z-index: 100; }
    @media screen and (max-width: 860px) {
      .hero-video__image {
        position: relative; } }
  .hero-video__play {
    display: block;
    margin: auto;
    height: 185px;
    width: 185px;
    font-size: 0;
    background-color: #dd0031;
    border-radius: 50%; }
    .hero-video__play:hover {
      background-color: #f70037; }
    @media screen and (max-width: 1020px) {
      .hero-video__play {
        height: 150px;
        width: 150px; } }
    @media screen and (max-width: 860px) {
      .hero-video__play {
        position: absolute;
        margin: 18% auto 0; } }
    @media screen and (max-width: 660px) {
      .hero-video__play {
        height: 100px;
        width: 100px; } }
    @media screen and (max-width: 400px) {
      .hero-video__play {
        height: 80px;
        width: 80px; } }
    .hero-video__play:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 7%;
      display: block;
      margin: auto;
      height: 75px;
      width: 75px;
      background-image: url("../images/play.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      @media screen and (max-width: 1020px) {
        .hero-video__play:before {
          height: 60px;
          width: 60px; } }
      @media screen and (max-width: 660px) {
        .hero-video__play:before {
          height: 40px;
          width: 40px; } }
      @media screen and (max-width: 400px) {
        .hero-video__play:before {
          height: 25px;
          width: 25px; } }
      .no-svg .hero-video__play:before {
        background-image: url("../images/play.png"); }
  .hero-video__heading, .hero-image__heading {
    margin-bottom: 10px;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.1; }
    @media screen and (max-width: 1020px) {
      .hero-video__heading, .hero-image__heading {
        font-size: 40px;
        font-size: 4rem; } }
    @media screen and (max-width: 860px) {
      .hero-video__heading, .hero-image__heading {
        margin-top: 0;
        padding: 20px 0 5px;
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.3; } }
    @media screen and (max-width: 660px) {
      .hero-video__heading, .hero-image__heading {
        font-size: 26px;
        font-size: 2.6rem; } }
    .hero-video__heading:after, .hero-image__heading:after {
      content: '';
      display: block;
      margin-top: 15px;
      height: 2px;
      background-color: #fff; }
      @media screen and (max-width: 860px) {
        .hero-video__heading:after, .hero-image__heading:after {
          display: none; } }
  .hero-video__description, .hero-image__description {
    font-size: 22px;
    font-size: 2.2rem; }
    @media screen and (max-width: 1020px) {
      .hero-video__description, .hero-image__description {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 860px) {
      .hero-video__description, .hero-image__description {
        font-size: 16px;
        font-size: 1.6rem; } }
  .hero-video__play, .hero-video__heading, .hero-image__heading, .hero-video__description, .hero-image__description {
    position: relative;
    z-index: 200; }

.hero-sub {
  padding: 40px 0;
  overflow: hidden;
  color: #fff;
  background-color: #dd0031; }
  .hero-sub__contain {
    margin: auto;
    padding: 0 15px;
    max-width: 1200px; }
  .hero-sub__quote {
    padding-right: 20px;
    width: 60%;
    font-size: 34px;
    font-size: 3.4rem;
    border-right: 2px solid #fff; }
    @media screen and (max-width: 1020px) {
      .hero-sub__quote {
        font-size: 28px;
        font-size: 2.8rem; } }
    @media screen and (max-width: 860px) {
      .hero-sub__quote {
        padding-right: 0;
        padding-bottom: 20px;
        border: none;
        border-bottom: 2px solid #fff; } }
    @media screen and (max-width: 660px) {
      .hero-sub__quote {
        font-size: 22px;
        font-size: 2.2rem; } }
    .hero-sub__quote a {
      color: #fff;
      font-size: 16px;
      font-size: 1.6rem; }
      .hero-sub__quote a:hover {
        text-decoration: underline; }
  .hero-sub__blockquote {
    position: relative;
    margin: 0;
    padding: 0 0 0 37px; }
    .hero-sub__blockquote:before {
      content: '';
      position: absolute;
      top: 5px;
      left: 0;
      display: inline-block;
      height: 22px;
      width: 27px;
      background-image: url("../images/quote.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      @media screen and (max-width: 1020px) {
        .hero-sub__blockquote:before {
          bottom: 0; } }
      .no-svg .hero-sub__blockquote:before {
        background-image: url("../images/quote.png"); }
  .hero-sub__cite {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif; }
    .hero-sub__cite:before {
      content: '-';
      display: inline-block;
      margin-right: 5px; }
  .hero-sub__share {
    font-size: 20px;
    font-size: 2rem; }
  .hero-sub__cta {
    padding-left: 30px;
    width: 40%; }
    @media screen and (max-width: 860px) {
      .hero-sub__cta {
        padding-left: 0; } }
  .hero-sub__quote, .hero-sub__cta {
    display: block;
    float: left; }
    @media screen and (max-width: 860px) {
      .hero-sub__quote, .hero-sub__cta {
        width: 100%;
        overflow: hidden; } }
  @media screen and (max-width: 490px) {
    .hero-sub__buttons {
      clear: both; } }
  .hero-sub__button {
    display: inline-block;
    margin-top: 15px;
    padding: 7px 20px 15px;
    font-size: 20px;
    font-size: 2rem;
    font-family: Arial, sans-serif;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 0; }
    @media screen and (max-width: 1020px) {
      .hero-sub__button {
        display: block;
        width: 100%; } }
    @media screen and (max-width: 860px) {
      .hero-sub__button {
        display: inline-block;
        width: auto; } }
    @media screen and (max-width: 400px) {
      .hero-sub__button {
        display: block;
        margin-right: 0;
        width: 100%; } }
    .hero-sub__button:hover {
      color: #fff; }
    .hero-sub__button:before {
      content: '';
      position: relative;
      top: 7px;
      display: inline-block;
      margin-right: 10px;
      background-repeat: no-repeat;
      background-position: center; }
    .hero-sub__button--download {
      margin-right: 10px; }
      .hero-sub__button--download:before {
        height: 27px;
        width: 30px;
        background-image: url("../images/download.svg"); }
        .no-svg .hero-sub__button--download:before {
          background-image: url("../images/download.png"); }
      .hero-sub__button--download:hover {
        background-color: #f70037; }
    .hero-sub__button--embed {
      background-color: #dd0031; }
      .hero-sub__button--embed:hover {
        background-color: #f70037; }
      .hero-sub__button--embed:before {
        height: 27px;
        width: 52px;
        background-image: url("../images/embed.svg"); }
        .no-svg .hero-sub__button--embed:before {
          background-image: url("../images/embed.png"); }

@media screen and (max-width: 860px) {
  .js-summary-hidden {
    display: none; } }

@media screen and (max-width: 860px) {
  .video-playing {
    position: relative; } }

.embed-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms ease-in;
  -moz-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in; }
  .embed-modal__contain {
    position: relative;
    margin: 10% auto;
    padding: 25px;
    width: 100%;
    max-width: 400px;
    background: #e2dfd8; }
  .embed-modal__heading {
    margin: 0;
    color: #342f2c; }
  .embed-modal__code {
    margin: 25px 0 0;
    padding: 10px;
    color: #342f2c;
    background-color: #fff;
    border: 1px solid #ccc7bb;
    word-break: break-word; }
  .embed-modal__close {
    float: right;
    width: 24px;
    font-size: 28px;
    font-size: 2.8rem;
    color: #342f2c;
    font-family: Arial, sans-serif;
    line-height: 0.5;
    text-align: right;
    text-decoration: none;
    background-color: transparent; }
    .embed-modal__close:hover {
      background-color: transparent; }

.js-modal-open {
  position: fixed;
  opacity: 1;
  pointer-events: auto; }

.hero-image__contain {
  position: relative; }
  .hero-image__contain:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.2); }

.hero-image__summary--contain {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: 3% auto;
  padding-left: 10%;
  width: 70%;
  color: #fff; }
  @media screen and (max-width: 1300px) {
    .hero-image__summary--contain {
      width: 80%; } }
  @media screen and (max-width: 860px) {
    .hero-image__summary--contain {
      position: relative;
      margin: 0;
      padding: 20px;
      width: 100%;
      background-color: #342f2c; } }

.hero-image__image {
  display: block; }

@media screen and (max-width: 1300px) {
  .hero-image__heading {
    font-size: 35px;
    font-size: 3.5rem; } }

@media screen and (max-width: 860px) {
  .hero-image__heading {
    padding: 0;
    font-size: 30px;
    font-size: 3rem; } }

@media screen and (max-width: 660px) {
  .hero-image__heading {
    font-size: 26px;
    font-size: 2.6rem; } }

@media screen and (max-width: 860px) {
  .hero-image__description {
    position: relative;
    display: block;
    margin: 0;
    padding-bottom: 15px;
    height: auto;
    width: 100%;
    overflow: visible;
    font-size: 18px;
    font-size: 1.8rem; } }

.content__contain {
  margin: 30px auto;
  max-width: 1200px; }
  @media screen and (max-width: 1200px) {
    .content__contain {
      padding: 0 15px; } }

.featured-video__contain {
  display: block;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .featured-video__contain {
      padding: 0 15px; } }

.featured-video {
  display: inline-block;
  float: left;
  width: 49%; }
  .featured-video:nth-child(even) {
    margin-right: 2%; }
  .featured-video:nth-child(odd) {
    clear: left; }
  @media screen and (max-width: 490px) {
    .featured-video {
      display: block;
      float: none;
      width: 100%;
      margin-bottom: 20px; } }
  .featured-video__link {
    display: block;
    text-decoration: none !important; }
  .featured-video__summary {
    position: relative;
    padding: 5px 15px; }
  .featured-video__heading {
    margin: 10px 0 0 0;
    color: #dd0031;
    font-size: 33px;
    font-size: 3.3rem;
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif; }
    .featured-video__heading:after {
      content: '';
      display: block;
      margin-top: 20px;
      height: 2px;
      background-color: #342f2c; }
  .featured-video__description {
    color: #342f2c;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: Arial, sans-serif; }
  .featured-video--highlighted {
    width: 100%;
    color: #fff;
    background-color: #dd0031; }
    .featured-video--highlighted .featured-video__summary {
      padding: 15px 25px; }
    .featured-video--highlighted .featured-video__heading {
      margin-top: 15px;
      color: #fff; }
      .featured-video--highlighted .featured-video__heading:after {
        background-color: #fff; }
    .featured-video--highlighted .featured-video__description {
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem; }
  .featured-video--sidebar {
    padding: 15px 0 5px;
    width: 100%;
    border-bottom: 1px solid #e2dfd8; }
    .featured-video--sidebar:first-child {
      padding-top: 0; }
    @media screen and (max-width: 1020px) {
      .featured-video--sidebar {
        padding: 10px; } }
    .featured-video--sidebar .featured-video__thumbnail,
    .featured-video--sidebar .featured-video__summary {
      display: inline-block;
      float: left;
      width: 50%; }
    .featured-video--sidebar .featured-video__thumbnail {
      padding-right: 15px; }
      @media screen and (max-width: 768px) {
        .featured-video--sidebar .featured-video__thumbnail {
          width: 40%; } }
      @media screen and (max-width: 550px) {
        .featured-video--sidebar .featured-video__thumbnail {
          display: block;
          float: none;
          padding-right: 0;
          width: 100%; } }
    .featured-video--sidebar .featured-video__summary {
      padding-top: 0; }
      @media screen and (max-width: 768px) {
        .featured-video--sidebar .featured-video__summary {
          width: 60%; } }
      @media screen and (max-width: 550px) {
        .featured-video--sidebar .featured-video__summary {
          display: block;
          float: none;
          padding: 10px;
          width: 100%; } }
    .featured-video--sidebar .featured-video__heading {
      margin-top: 0;
      font-size: 24px;
      font-size: 2.4rem; }
      .featured-video--sidebar .featured-video__heading:after {
        display: none; }
      @media screen and (max-width: 550px) {
        .featured-video--sidebar .featured-video__heading {
          margin-top: 15px; } }
    .featured-video--sidebar .featured-video__description {
      font-size: 14px;
      font-size: 1.4rem; }

.more-films {
  margin-bottom: 45px; }
  .more-films .widget-title {
    margin: 10px 0 15px; }

.unpublished .featured-video__heading,
.unpublished .featured-video__description {
  color: #999390; }

.social-share {
  color: #fff; }
  @media screen and (max-width: 860px) {
    .social-share {
      margin-top: 25px; } }
  .social-share__intro {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 18px;
    font-size: 1.8rem; }
  .social-share__list {
    display: inline-block; }
  .social-share__item {
    display: block;
    float: left;
    margin-right: 5px; }
  .social-share__link {
    display: block;
    font-size: 0; }
    .social-share__link--email:before, .social-share__link--facebook:before, .social-share__link--twitter:before, .social-share__link--linkedin:before {
      display: inline-block;
      color: #fff;
      font-size: 50px;
      font-size: 5rem;
      font-family: "health-foundation"; }
      @media screen and (max-width: 490px) {
        .social-share__link--email:before, .social-share__link--facebook:before, .social-share__link--twitter:before, .social-share__link--linkedin:before {
          font-size: 40px;
          font-size: 4rem; } }
    .social-share__link--email:before {
      content: '\e004'; }
    .social-share__link--facebook:before {
      content: '\e006'; }
    .social-share__link--twitter:before {
      content: '\e00c'; }
    .social-share__link--linkedin:before {
      content: '\e00e'; }

.node-type-research-scan-article .content,
.node-type-research-scan-article .article-citation {
  font-size: 17px;
  font-size: 1.7rem; }
  .node-type-research-scan-article .content h3,
  .node-type-research-scan-article .article-citation h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300; }

.field .field-label {
  font-weight: 300; }

.field-name-field-findings {
  margin-bottom: 0; }

.journal-read-more {
  margin-bottom: 10px; }

.node-journal-article .field-name-field-url {
  text-align: center; }
  .node-journal-article .field-name-field-url a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px; }

.ie9 header .search-form {
  width: 29%; }
  .ie9 header .search-form button[type="submit"] {
    top: 41px; }
    @media screen and (max-width: 1020px) {
      .ie9 header .search-form button[type="submit"] {
        top: 32px;
        right: 20px; } }

.ie9 nav > li {
  width: 29.03%; }
  @media screen and (max-width: 1020px) {
    .ie9 nav > li {
      width: 100%; } }

.ie9 .first-item {
  width: 39.5%; }
  @media screen and (max-width: 1020px) {
    .ie9 .first-item {
      width: 100%; } }

@media screen and (max-width: 660px) {
  .ie9 .bottom-level-filters .sort-by-filter label {
    text-align: center;
    display: block;
    width: 100%; } }

.ie9 .bottom-level-filters .filter-select-type {
  width: 77%; }
  @media screen and (max-width: 660px) {
    .ie9 .bottom-level-filters .filter-select-type {
      width: 100%; } }

.ie9 .pop-header__return-link {
  top: -5px; }
  .ie9 .pop-header__return-link:before {
    top: -5px;
    left: 17px; }

@media print {
  body {
    color: #342f2c;
    font-size: 13px;
    font-size: 1.3rem; }
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; }
  img {
    max-width: 100%; }
  @page {
    margin: 1cm 1.5cm; }
  h1 {
    font-size: 24px;
    font-size: 2.4rem; }
  h2 {
    font-size: 22px;
    font-size: 2.2rem; }
  h3 {
    font-size: 20px;
    font-size: 2rem; }
  h4 {
    font-size: 18px;
    font-size: 1.8rem; }
  h5 {
    font-size: 16px;
    font-size: 1.6rem; }
  h6 {
    font-size: 14px;
    font-size: 1.4rem; }
  p {
    page-break-inside: avoid;
    font-size: 13px;
    font-size: 1.3rem; }
  a {
    font-size: 16px;
    font-size: 1.6rem; }
  nav, aside, footer,
  video, object, embed, audio,
  .footer-widget,
  .block-bean, .news-signup,
  .footer-quick-links, .region-footer-third,
  .social-sharing-module, .breadcrumbs-outer,
  .comment-wrapper, .programme-search, .programme-search--results,
  .drupal_tabs, .load-more-outer,
  .publication__order_options, .pager {
    display: none; }
  article, .left-column, .twitter-feed,
  .content-meta, .hero-outer {
    width: 100%;
    display: block; }
  header {
    position: static;
    border-bottom: 0;
    margin-bottom: 0;
    height: 85px;
    display: block;
    margin-top: -80px; }
  .logo {
    display: block;
    margin: auto;
    width: 100%;
    text-align: center; }
    .logo img {
      margin-top: 0;
      width: 175px; }
  .hero-outer {
    padding: 30px 0; }
    .hero-outer h1 {
      font-size: 24px;
      font-size: 2.4rem;
      width: 100%;
      padding: 0 5%; }
  .front header {
    margin-bottom: -120px; }
  .front .hero-banner {
    padding: 0; }
  .front .page-sub-heading {
    margin-bottom: -50px;
    display: block;
    width: 100%; }
  .front .landing-content .listing-row {
    padidng: 0;
    margin: 0; }
  .front .landing-content .content-item {
    padding-bottom: 10px; }
    .front .landing-content .content-item:first-of-type {
      margin-top: 50px; }
  .site-resources {
    padding: 15px 0; }
  p.leadership-q, p.leadership-description {
    display: block;
    width: 100%;
    margin: 10px 0;
    text-align: center; }
  p.leadership-q {
    font-size: 16px;
    font-size: 1.6rem; }
  p.leadership-description {
    font-size: 13px;
    font-size: 1.3rem; }
  .content-item {
    width: 100%;
    border: 0;
    clear: both;
    min-height: 0;
    page-break-inside: avoid;
    display: block;
    border: none;
    border-bottom: 1px solid #e2dfd8;
    padding-bottom: 10px; }
    .content-item:nth-child(odd) {
      border-right: 0; }
    .content-item .image-intro {
      width: 80%; }
    .content-item .image-content {
      width: 20%;
      margin-top: 0; }
  .content-meta {
    margin-top: -40px; }
    .content-meta h1 {
      font-size: 26px;
      font-size: 2.6rem; }
  .left-column h2 {
    font-size: 22px;
    font-size: 2.2rem; }
  .blog-article {
    border-bottom: 1px solid #e2dfd8;
    page-break-inside: avoid;
    padding-bottom: 10px; }
    .blog-article .article-content {
      width: 70%; }
    .blog-article h3 a {
      font-size: 20px;
      font-size: 2rem; }
  .featured-image {
    width: 23%;
    margin-right: 2%; }
  .article-content {
    width: 75%; }
  .blog-ratings {
    margin-left: 0; }
  .publication-cover {
    text-align: right; }
    .publication-cover img {
      max-width: 60%; }
  .publication-header {
    width: 18%;
    text-align: right;
    margin: 0;
    float: right; }
  .programmes-header {
    padding: 10px 40px;
    margin-bottom: -50px; }
  .heading-message-full {
    background-size: 30%;
    padding-top: 20px; }
  .intro-panel {
    padding-bottom: 15px; }
  .key-outputs, .related-content {
    page-break-inside: avoid;
    margin: 10px 0; }
    .key-outputs h3, .related-content h3 {
      margin-bottom: 0; }
    .key-outputs .content-item, .related-content .content-item {
      width: 50%;
      border-top: 0;
      mine-height: 0; }
      .key-outputs .content-item h3 a, .related-content .content-item h3 a {
        font-size: 16px; }
  .related-content {
    border-bottom: 0; }
  .content-meta {
    width: 82%; }
  .heading-cta {
    width: 100%;
    display: block;
    padding: 10px;
    display: none; }
    .heading-cta h2 {
      margin-bottom: 0; }
  .node-type-publication .content-meta {
    width: 85%; }
  .node-type-publication .header-image.publication-header {
    width: 15%;
    text-align: right;
    margin: 0; }
  .footer-widgets-outer {
    background: none;
    border-bottom: 0; }
  .twitter-feed {
    border-top: 3px solid #dd0031;
    border-bottom: 3px solid #dd0031;
    margin-top: -70px;
    margin-bottom: -20px;
    min-height: 0;
    padding-bottom: 50px; }
  .tweet-wrapper {
    page-break-inside: avoid;
    margin-bottom: -30px; }
  .top-footer-outer {
    border-top: none; }
  .footer-social, .footer-contact,
  .social-media-links {
    display: block;
    width: 100%;
    border: none;
    text-align: left;
    padding: 0;
    margin: 7px 0; }
  .social-media-links ul {
    text-align: left; }
  .social-link {
    display: block;
    width: 100%; }
    .social-link a:after {
      content: "-  (" attr(href) ") ";
      font-size: 13px;
      font-size: 1.3rem;
      font-style: italic;
      font-weight: 300; }
    .social-link span {
      font-size: 13px;
      font-size: 1.3rem; }
    .social-link span:first-child:before {
      font-size: 30px;
      font-size: 3rem;
      position: relative;
      top: 10px;
      margin-right: 15px; }
  .contact-information h6 {
    width: 100%;
    text-align: left;
    float: none;
    margin-top: 0; }
  .contact-number:before {
    content: "Phone: ";
    font-weight: 900; }
  .contact-email:before {
    content: "Email: ";
    font-weight: 900; } }

/*
* Health ALUMNI
*/
/**
* Settings - Global Variables & Config Switches (e.g. colour variables)
*/
/**
* Colour Variables
* Use actual colour names to define the variables. This prevents ambiguation when naming e.g. $grey, $lightGrey, $lighterGrey.
*/
/*
* Variables
*/
/*
* Standard Colours
*/
/*
* Brand Colours
*/
/*
* Typography Colours
*/
/*
* Form Elements
*/
/*
* Social Media
*/
/**
* Z-Index Layers
*/
/**
* Font Declarations
* Web Fonts are Declared here, typically using .woff & .woff2 format for performance ganis (IE10+ support)
*/
/* Univers LT Pro - Web Font */
@font-face {
  font-family: 'UniversLTPro-55Roman';
  src: url("../fonts/univers/2F7C36_0_0.eot");
  src: url("../fonts/univers/2F7C36_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/2F7C36_0_0.woff2") format("woff2"), url("../fonts/univers/2F7C36_0_0.woff") format("woff"), url("../onts/univers/2F7C36_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'UniversLTPro-55Oblique';
  src: url("../fonts/univers/2F7C36_1_0.eot");
  src: url("../fonts/univers/2F7C36_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/2F7C36_1_0.woff2") format("woff2"), url("../fonts/univers/2F7C36_1_0.woff") format("woff"), url("../fonts/univers/2F7C36_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'UniversLTPro-65Bold';
  src: url("../fonts/univers/2F7C36_2_0.eot");
  src: url("../fonts/univers/2F7C36_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/2F7C36_2_0.woff2") format("woff2"), url("../fonts/univers/2F7C36_2_0.woff") format("woff"), url("../fonts/univers/2F7C36_2_0.ttf") format("truetype"); }

/* DTL Documenta - Web Font */
@font-face {
  font-family: "DTL Documenta WT";
  src: url("../fonts/documenta/D019W13T/D019W13T.eot?#iefix");
  src: url("../fonts/documenta/D019W13T/D019W13T.eot?#iefix") format("eot"), url("../fonts/documenta/D019W13T/D019W13T.woff") format("woff"), url("../fonts/documenta/D019W13T/D019W13T.ttf") format("truetype"), url("../fonts/documenta/D019W13T/D019W13T.svg#D019W13T") format("svg"); }

/**
* Font Variables - If unsure about Font fallbacks, ask design to provide a Font Stack
*/
/**
* Tools - Default Mixins and Functions (e.g. font-size rem)
*/
/**
* Site Breakpoints (Mobile First Approach)
*/
/**
* Example Usage - @include breakpoint(medium) { style goes here... }
*/
/**
* REM Font Size Conversion - Only required in IE8 and below for PX value fallback.
*/
/**
* Sass Mixin for Fluid Typography
*/
/** 
* Example Usage - @include fluid-type(font-size, 320px, 1000px, 32px, 45px);
*
* First declare the CSS property (in this case the font-size), then declare the minimum screen width (320px),
* the 3rd property is the maximum screen width (in this case 1000px). The last two values are the minimum and maximum
* font-sizes that the typography should scale between. 
*/
/**
* Generic - Ground Zero Styles (e.g. resets & box-sizing)
*/
/**
* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css
*/
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/**
* Remove the margin in all browsers (opinionated).
*/
body {
  margin: 0; }

/**
* HTML5 display definitions
*/
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
* Add the correct display in IE 9-.
*/
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

/**
* Links
*/
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

/**
* Remove the outline on focused links when they are also active or hovered in all browsers (opinionated).
*/
a:active,
a:hover {
  outline-width: 0; }

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

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit; }

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

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic; }

/**
* 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; }

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000; }

/**
* 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; }

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden; }

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

/**
* Add the correct margin in IE 8.
*/
figure {
  margin: 1em 40px; }

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

/**
* Forms
*/
/**
* 1. Change font properties to `inherit` in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

/**
* Restore the font weight unset by the previous rule.
*/
optgroup {
  font-weight: bold; }

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

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

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [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; }

/** 
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
* 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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

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

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

/**
* 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;
  outline-offset: -2px; }

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* Correct the text style of placeholders in Chrome, Edge, and Safari.
*/
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
* 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;
  font: inherit; }

/**
* Site Elements Box Sizing
*/
*,
*::before,
*::after {
  box-sizing: border-box; }

/**
* Hide Elements but Display for Screen Readers
*/
.hidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0); }

/**
* Base - Unclassed HTML Elements (CSS styles for core HTML5 Elements - header, nav, section, footer etc)
*/
/**
* Global (Site Wide) Styles
*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

.alumni-homepage .breadcrumbs-outer {
  display: none; }

.alumni-homepage .container,
.alumni-homepage .content-container {
  max-width: none;
  padding: 0; }

.alumni-homepage .alumni-homepage-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 0; }

/*
* Alumni SITE WIDE
*/
.page-alumni-members .container {
  padding: 0; }

.node-type-alumni-basic-page .intro-panel {
  position: relative; }
  .node-type-alumni-basic-page .intro-panel:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 200px;
    width: 100%;
    background-image: url(../images/svg/png/dots_light.png);
    background-position: top center;
    background-repeat: no-repeat; }

.page-alumni-user .heading-separator {
  border-color: #000; }

.page-alumni-user .intro-panel {
  padding: 0 10px;
  background-image: url(../images/svg/png/dots_light.png);
  background-position: top center;
  background-repeat: no-repeat; }
  @media (min-width: 1280px) {
    .page-alumni-user .intro-panel {
      padding: 0; } }
  .page-alumni-user .intro-panel .intro-panel-wrapper {
    margin: 25px 0;
    width: 100%;
    overflow: hidden; }
  .page-alumni-user .intro-panel .content-meta {
    width: 100%; }
    @media (min-width: 768px) {
      .page-alumni-user .intro-panel .content-meta {
        margin-left: 40px;
        width: 71%;
        text-align: left; } }
    @media (min-width: 870px) {
      .page-alumni-user .intro-panel .content-meta {
        width: 74%; } }
    @media (min-width: 1120px) {
      .page-alumni-user .intro-panel .content-meta {
        width: 80%; } }
  .page-alumni-user .intro-panel h1 {
    display: block;
    margin: 5px 0 10px;
    width: inherit;
    font-size: 30px;
    font-size: 3rem; }
  .page-alumni-user .intro-panel p {
    display: block;
    clear: both;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .page-alumni-user .intro-panel p {
        float: left; } }
  .page-alumni-user .intro-panel .member-header__link {
    margin-top: 25px; }

.page-alumni-user .header-image {
  margin: 0 auto 15px;
  max-height: 184px;
  max-width: 184px; }
  .page-alumni-user .header-image img {
    height: auto;
    max-width: 100%; }
  @media (min-width: 768px) {
    .page-alumni-user .header-image {
      float: left; } }
  @media (min-width: 1120px) {
    .page-alumni-user .header-image {
      margin: 0; } }

.page-alumni-user .member-details__links {
  display: block;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .page-alumni-user .member-details__links {
      float: left;
      clear: both;
      margin: 0; } }
  @media (min-width: 1120px) {
    .page-alumni-user .member-details__links {
      float: right;
      clear: none; } }
  .page-alumni-user .member-details__links a {
    margin: 0;
    background: #000; }

.alumni {
  position: relative;
  left: 0;
  margin: 0;
  padding: 0;
  color: #6d6d6d;
  font-family: "UniversLTPro-55Roman", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  transition: left 0.3s ease;
  /*
  * Base
  */
  /*
  * Base Anchor Tag Styles
  */
  /*
  * Base Unordered & Ordered List Styles
  */
  /*
  * Base Typography Styles
  */
  /*
  * Headings
  */
  /*
  * Text Elements
  */
  /*
  * Base Button Styles
  */
  /*
  * Header
  */
  /*
  * Form with class : .base-form
  */
  /*
  * Base Form Element Styles
  */
  /*
  * Header Styles
  */
  /*
  * Return Link
  */
  /*
  * Welcome Message Styling
  */
  /*
  * Filter Styling
  */
  /*
  * Results Styling
  */
  /*
  * Pagination Styling
  */
  /*
  * Breadcrumbs Styling
  */
  /*
  * Members aside styling
  */
  /*
  * Tags Styling
  */
  /*
  * All variations of banners
  */
  /*
  * Homepage Cards
  */
  /*
  * Contact Form
  */ }
  .alumni .inner,
  .alumni .inner-narrow {
    margin: 0 auto; }
  .alumni .inner {
    max-width: 1280px; }
  .alumni .inner-narrow {
    padding: 0 15px;
    max-width: 980px; }
    @media (min-width: 1120px) {
      .alumni .inner-narrow {
        padding: 0; } }
  .alumni img {
    height: auto;
    border: 0; }
  .alumni .logo {
    height: 54px;
    width: 172px; }
  .alumni a {
    color: #000;
    font-weight: 900;
    text-decoration: none; }
    .alumni a:hover, .alumni a:focus, .alumni a:active, .alumni a:visited {
      text-decoration: underline; }
    .alumni a:focus {
      outline: #000; }
  .alumni .card-fill a {
    color: #fff;
    text-decoration: none; }
    .alumni .card-fill a:hover {
      color: #606060; }
  .alumni ul,
  .alumni ol {
    margin: 0;
    padding: 20px 10px;
    list-style: none; }
    .alumni ul li,
    .alumni ol li {
      position: relative;
      margin-bottom: 7px;
      padding-left: 40px;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1.5; }
      .alumni ul li::before,
      .alumni ol li::before {
        position: absolute;
        left: 0;
        margin: 0 15px; }
  .alumni.page-alumni-user ul li:before {
    content: '';
    top: 7px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #e10030; }
  .alumni ol li {
    margin-bottom: 7px;
    counter-increment: step-counter; }
    .alumni ol li::before {
      content: counter(step-counter) ". ";
      font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif; }
  .alumni h1,
  .alumni h2,
  .alumni h3,
  .alumni h4,
  .alumni h5,
  .alumni h6 {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    font-weight: 500;
    line-height: 1.3; }
    .alumni h1 a,
    .alumni h2 a,
    .alumni h3 a,
    .alumni h4 a,
    .alumni h5 a,
    .alumni h6 a {
      color: inherit;
      font-size: inherit;
      line-height: inherit; }
  .alumni h1 {
    font-size: 32px; }
    @media screen and (min-width: 320px) {
      .alumni h1 {
        font-size: calc(32px + 13 * (100vw - 320px) / 680); } }
    @media screen and (min-width: 1000px) {
      .alumni h1 {
        font-size: 45px; } }
  .alumni h2 {
    font-size: 26px; }
    @media screen and (min-width: 320px) {
      .alumni h2 {
        font-size: calc(26px + 4 * (100vw - 320px) / 680); } }
    @media screen and (min-width: 1000px) {
      .alumni h2 {
        font-size: 30px; } }
  .alumni h3 {
    font-size: 22px;
    font-size: 2.2rem; }
  .alumni h4 {
    font-size: 18px;
    font-size: 1.8rem; }
  .alumni h5 {
    font-size: 17px;
    font-size: 1.7rem; }
  .alumni h6 {
    font-size: 16px;
    font-size: 1.6rem; }
  .alumni p {
    margin: 15px 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5; }
    .alumni p a {
      font-size: inherit;
      line-height: inherit; }
  .alumni b,
  .alumni strong {
    font-weight: bold; }
  .alumni i,
  .alumni em {
    font-style: italic; }
  .alumni address {
    font-style: italic; }
  .alumni button,
  .alumni input[type="submit"],
  .alumni .btn,
  .alumni .account-container form input[type="submit"], .account-container form
  .alumni input[type="submit"],
  .alumni .node-journal-article .field-name-field-url a, .node-journal-article .field-name-field-url
  .alumni a, .alumni .footer-widgets .block-bean .field-name-field-homepage-block-link a {
    display: block;
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    cursor: pointer; }
    .alumni button:hover,
    .alumni input[type="submit"]:hover,
    .alumni .btn:hover,
    .alumni .account-container form input[type="submit"]:hover, .account-container form
    .alumni input[type="submit"]:hover,
    .alumni .node-journal-article .field-name-field-url a:hover, .node-journal-article .field-name-field-url
    .alumni a:hover, .alumni .footer-widgets .block-bean .field-name-field-homepage-block-link a:hover {
      text-decoration: none; }
    .alumni button:hover, .alumni button:focus, .alumni button:active, .alumni button:visited,
    .alumni input[type="submit"]:hover,
    .alumni input[type="submit"]:focus,
    .alumni input[type="submit"]:active,
    .alumni input[type="submit"]:visited,
    .alumni .btn:hover,
    .alumni .account-container form input[type="submit"]:hover, .account-container form
    .alumni input[type="submit"]:hover,
    .alumni .node-journal-article .field-name-field-url a:hover, .node-journal-article .field-name-field-url
    .alumni a:hover, .alumni .footer-widgets .block-bean .field-name-field-homepage-block-link a:hover,
    .alumni .btn:focus,
    .alumni .account-container form input[type="submit"]:focus, .account-container form
    .alumni input[type="submit"]:focus,
    .alumni .node-journal-article .field-name-field-url a:focus, .node-journal-article .field-name-field-url
    .alumni a:focus, .alumni .footer-widgets .block-bean .field-name-field-homepage-block-link a:focus,
    .alumni .btn:active,
    .alumni .account-container form input[type="submit"]:active, .account-container form
    .alumni input[type="submit"]:active,
    .alumni .node-journal-article .field-name-field-url a:active, .node-journal-article .field-name-field-url
    .alumni a:active, .alumni .footer-widgets .block-bean .field-name-field-homepage-block-link a:active,
    .alumni .btn:visited,
    .alumni .account-container form input[type="submit"]:visited, .account-container form
    .alumni input[type="submit"]:visited,
    .alumni .node-journal-article .field-name-field-url a:visited, .node-journal-article .field-name-field-url
    .alumni a:visited, .alumni .footer-widgets .block-bean .field-name-field-homepage-block-link a:visited {
      outline: none; }
  .alumni .btn--primary, .alumni .health-qi-form-contact-form .form-submit, .alumni .team-member-form .form-submit, .alumni .health-alumni-form-contact-form .form-submit, .alumni .btn--secondary, .alumni .filter-contain .form-submit, .alumni .ctools-auto-submit-full-form .form-submit {
    padding: 12px 55px;
    color: #fff;
    font-family: "UniversLTPro-55Roman", Helvetica, Arial, sans-serif;
    border-radius: 25px;
    transition: all 0.3s ease; }
  .alumni .btn--primary, .alumni .health-qi-form-contact-form .form-submit, .alumni .team-member-form .form-submit, .alumni .health-alumni-form-contact-form .form-submit {
    display: block;
    background-color: #383838; }
    .alumni .btn--primary:hover, .alumni .health-qi-form-contact-form .form-submit:hover, .alumni .team-member-form .form-submit:hover, .alumni .health-alumni-form-contact-form .form-submit:hover {
      color: #fff;
      background-color: #e10030; }
  .alumni .btn--secondary, .alumni .filter-contain .form-submit, .alumni .ctools-auto-submit-full-form .form-submit {
    display: inline-block;
    background-color: #e10030; }
    .alumni .btn--secondary:hover, .alumni .filter-contain .form-submit:hover, .alumni .ctools-auto-submit-full-form .form-submit:hover {
      background-color: #383838; }
  .alumni .btn--tertiary, .alumni .panel-2col-bricks .panel-col-first .card .field-type-link-field a, .alumni .panel-2col-bricks .panel-col-first .pane-block .field-type-link-field a, .alumni .panel-2col-bricks .panel-col-last .card .field-type-link-field a, .alumni .panel-2col-bricks .panel-col-last .pane-block .field-type-link-field a {
    display: inline-block;
    padding: 8px 35px;
    color: #fff;
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    background-color: #e10030;
    border-radius: 25px;
    transition: all 0.3s ease; }
    .alumni .btn--tertiary:hover, .alumni .panel-2col-bricks .panel-col-first .card .field-type-link-field a:hover, .alumni .panel-2col-bricks .panel-col-first .pane-block .field-type-link-field a:hover, .alumni .panel-2col-bricks .panel-col-last .card .field-type-link-field a:hover, .alumni .panel-2col-bricks .panel-col-last .pane-block .field-type-link-field a:hover {
      background-color: #383838; }
  .alumni .btn--hollow {
    display: inline-block;
    padding: 5px 45px;
    color: #383838;
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
    background-color: #fff;
    border: 1px solid #e10030;
    border-radius: 25px;
    transition: all 0.3s ease; }
    .alumni .btn--hollow:hover {
      color: #fff;
      background-color: #e10030; }
  .alumni .main-header__sub-logo-wrap a,
  .alumni .main-header__sub-logo-wrap a:visited,
  .alumni .main-header__sub-logo-wrap a:hover {
    text-decoration: none; }
  .alumni .base-form {
    padding: 25px 10px;
    background: #e2dfd8; }
  .alumni .form-field {
    display: block; }
    .alumni .form-field__title {
      margin-bottom: 20px; }
    .alumni .form-field__label {
      color: #000;
      font-size: 15px;
      font-size: 1.5rem; }
      .alumni .form-field__label--required {
        color: #dd2336;
        font-weight: 900; }
    .alumni .form-field__key {
      float: right;
      color: #000;
      font-size: 10px;
      font-size: 1rem; }
      @media (min-width: 450px) {
        .alumni .form-field__key {
          font-size: 14px;
          font-size: 1.4rem; } }
      .alumni .form-field__key--required {
        color: #dd2336;
        font-weight: 900; }
    .alumni .form-field__input {
      max-width: 265px; }
  .alumni form {
    margin: 20px 0; }
    .alumni form button {
      float: right; }
  .alumni fieldset {
    padding: 10px;
    border: 0; }
  .alumni legend {
    display: block;
    color: #000;
    font-size: 30px;
    font-size: 3rem;
    font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif; }
  .alumni label {
    display: block;
    margin-bottom: 8px;
    color: #000; }
  .alumni label,
  .alumni input,
  .alumni textarea,
  .alumni select {
    font-size: 16px;
    font-size: 1.6rem; }
  .alumni input,
  .alumni textarea,
  .alumni select {
    margin-bottom: 15px;
    padding: 10px 15px;
    width: 100%;
    color: #6d6d6d;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #fff;
    border: none;
    outline: 0; }
    @media (min-width: 620px) {
      .alumni input,
      .alumni textarea,
      .alumni select {
        margin-bottom: 30px; } }
  .alumni input[type="search"] {
    box-sizing: border-box; }
  .alumni textarea {
    min-height: 150px;
    max-height: 500px;
    max-width: 820px;
    width: 100%;
    border-radius: 20px;
    resize: vertical; }
  .alumni input[type="text"],
  .alumni input[type="email"] {
    border: none;
    border-radius: 25px; }
  .alumni input[type="text"]:hover, .alumni input[type="text"]:active, .alumni input[type="text"]:focus,
  .alumni input[type="email"]:hover,
  .alumni input[type="email"]:active,
  .alumni input[type="email"]:focus,
  .alumni textarea:hover,
  .alumni textarea:active,
  .alumni textarea:focus {
    box-shadow: 0 0 0 .5pt #000; }
  .alumni select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/svg/dropdown.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 10px 10px;
    cursor: pointer; }
  .alumni ::-ms-expand {
    background-color: #fff;
    border: 0;
    width: 50px; }
  .alumni input[type="checkbox"] {
    position: absolute;
    float: left;
    width: auto;
    opacity: 0; }
    .alumni input[type="checkbox"]label {
      position: relative;
      float: left;
      margin: 0 35px 25px 0;
      padding-left: 35px;
      cursor: pointer; }
      .alumni input[type="checkbox"]label::before {
        content: ' ';
        position: absolute;
        top: -4px;
        left: 0;
        display: block;
        height: 25px;
        width: 25px;
        background: #fff;
        border-radius: 5px; }
      .alumni input[type="checkbox"]label::after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 4px;
        z-index: 1;
        display: block;
        height: 18px;
        width: 18px;
        background: url("../images/svg/check.svg") no-repeat center center;
        transform: scale(0);
        transition: all 0.3s ease;
        opacity: 0; }
    .alumni input[type="checkbox"]:checked label::after {
      transform: scale(1);
      opacity: 1; }
  .alumni .radio--label {
    float: left;
    margin-right: 15px; }
  .alumni input[type="radio"] {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0); }
    .alumni input[type="radio"] span {
      display: block;
      margin-bottom: 15px;
      cursor: pointer; }
      .alumni input[type="radio"] span::before {
        content: '';
        position: relative;
        top: 2.5px;
        display: inline-block;
        margin-right: 0.75em;
        height: 25px;
        width: 25px;
        background: #fff;
        border-radius: 50%;
        transition: .2s ease all;
        vertical-align: -0.25em; }
    .alumni input[type="radio"]:checked span::before {
      background: #e10030;
      border: 2px solid #fff; }
  .alumni ::-webkit-input-placeholder {
    color: #6d6d6d; }
  .alumni ::-moz-placeholder {
    color: #6d6d6d; }
  .alumni :-ms-input-placeholder {
    color: #6d6d6d; }
  @media (min-width: 870px) {
    .alumni .input__half-width {
      float: left;
      width: 48.5%; }
      .alumni .input__half-width:nth-child(odd) {
        margin-right: 3%; } }
  .alumni .main-header {
    position: inherit;
    display: block;
    margin: 0;
    padding: 15px;
    overflow: hidden;
    height: inherit;
    border: none;
    /*
    * Sub Logo - Alumni Logo
    */ }
    @media (min-width: 450px) {
      .alumni .main-header {
        padding: 25px; } }
    @media (min-width: 620px) {
      .alumni .main-header {
        padding: 35px;
        text-align: center; } }
    .alumni .main-header__logo-wrap {
      float: right;
      max-height: 54px;
      max-width: 150px; }
      @media (min-width: 450px) {
        .alumni .main-header__logo-wrap {
          margin: 0;
          max-height: none;
          max-width: 229px; } }
    .alumni .main-header__sub-logo-wrap {
      display: inline-block; }
    .alumni .main-header__sub-logo {
      display: block;
      padding: 10px 0;
      font-size: 24px;
      font-size: 2.4rem;
      font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
      font-weight: 500;
      line-height: 1;
      border: 1px solid #000;
      border-left: none;
      border-right: none; }
      .alumni .main-header__sub-logo:hover {
        text-decoration: none; }
      @media (min-width: 450px) {
        .alumni .main-header__sub-logo {
          font-size: 40px;
          font-size: 4rem; } }
      @media (min-width: 870px) {
        .alumni .main-header__sub-logo {
          padding: 10px 0 18px;
          font-size: 48px;
          font-size: 4.8rem; } }
  .alumni .return-link {
    display: block;
    margin-bottom: 15px;
    text-align: left; }
    @media (min-width: 450px) {
      .alumni .return-link {
        margin-bottom: 20px; } }
    @media (min-width: 620px) {
      .alumni .return-link {
        float: left;
        margin: 25px 0; } }
    @media (min-width: 870px) {
      .alumni .return-link {
        margin: 28px 0; } }
    .alumni .return-link__anchor {
      font-size: 12px;
      font-size: 1.2rem;
      font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
      font-weight: 300; }
      @media (min-width: 450px) {
        .alumni .return-link__anchor {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media (min-width: 870px) {
        .alumni .return-link__anchor {
          font-size: 18px;
          font-size: 1.8rem; } }
      .alumni .return-link__anchor--arrow {
        display: inline-block;
        margin-right: 10px; }
      .alumni .return-link__anchor:hover {
        color: #e10030;
        text-decoration: none; }
  .alumni .pane-bean-homepage-welcome {
    display: block;
    margin: 45px 0; }
    .alumni .pane-bean-homepage-welcome h2 {
      display: block;
      margin-bottom: 25px;
      font-size: 34px;
      font-size: 3.4rem; }
    .alumni .pane-bean-homepage-welcome .field-name-field-homepage-block-description {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5; }
  .alumni .view-view-alumni-members {
    background-image: url(../images/svg/png/dots_light.png);
    background-position: top center;
    background-repeat: no-repeat; }
    .alumni .view-view-alumni-members .view-header {
      display: block;
      padding: 35px 0 0;
      color: #000;
      font-size: 24px;
      font-size: 2.4rem;
      font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
      text-align: center; }
      @media (min-width: 620px) {
        .alumni .view-view-alumni-members .view-header {
          font-size: 30px;
          font-size: 3rem; } }
      @media (min-width: 768px) {
        .alumni .view-view-alumni-members .view-header {
          font-size: 32px;
          font-size: 3.2rem; } }
      .alumni .view-view-alumni-members .view-header .red {
        color: #e10030; }
  .alumni .filter-contain,
  .alumni .ctools-auto-submit-full-form {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 20px 15px 70px;
    max-width: 964px;
    text-align: center;
    background-color: transparent;
    background-image: url("../images/svg/dots_light.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    /*
    * Filters
    */ }
    @media (min-width: 620px) {
      .alumni .filter-contain,
      .alumni .ctools-auto-submit-full-form {
        padding: 5px 15px 70px;
        background-size: 600px; } }
    .alumni .filter-contain .views-submit-button,
    .alumni .ctools-auto-submit-full-form .views-submit-button {
      display: none; }
    .alumni .filter-contain .views-exposed-widget,
    .alumni .ctools-auto-submit-full-form .views-exposed-widget {
      float: none;
      margin-top: 15px;
      padding: 0; }
    .alumni .filter-contain__total,
    .alumni .ctools-auto-submit-full-form__total {
      font-weight: 300;
      text-align: center; }
      @media (min-width: 768px) {
        .alumni .filter-contain__total,
        .alumni .ctools-auto-submit-full-form__total {
          margin-bottom: 40px; } }
      .alumni .filter-contain__total strong,
      .alumni .ctools-auto-submit-full-form__total strong {
        color: #e10030;
        font-weight: 500; }
    .alumni .filter-contain label,
    .alumni .ctools-auto-submit-full-form label {
      font-size: 24px;
      font-size: 2.4rem;
      font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
      font-weight: 300; }
    .alumni .filter-contain .form-text,
    .alumni .ctools-auto-submit-full-form .form-text {
      padding: 8px 15px; }
    .alumni .filter-contain input[type="text"],
    .alumni .filter-contain .form-select,
    .alumni .ctools-auto-submit-full-form input[type="text"],
    .alumni .ctools-auto-submit-full-form .form-select {
      height: auto;
      font-size: 16px;
      font-size: 1.6rem;
      font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
      border: 1px solid #000; }
    .alumni .filter-contain input[type="text"]:hover,
    .alumni .ctools-auto-submit-full-form input[type="text"]:hover {
      border-color: #e10030;
      box-shadow: none; }
    .alumni .filter-contain .form-select,
    .alumni .ctools-auto-submit-full-form .form-select {
      margin-bottom: 0;
      color: #fff;
      background: #000; }
    .alumni .filter-contain .form-submit,
    .alumni .ctools-auto-submit-full-form .form-submit {
      padding: 8px 30px;
      font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif; }
    .alumni .filter-contain .views-widget-filter-combine,
    .alumni .ctools-auto-submit-full-form .views-widget-filter-combine {
      position: relative;
      float: none;
      display: block;
      margin-bottom: 30px;
      max-width: 600px;
      width: 100%; }
      .alumni .filter-contain .views-widget-filter-combine label,
      .alumni .filter-contain .views-widget-filter-combine .views-widget,
      .alumni .ctools-auto-submit-full-form .views-widget-filter-combine label,
      .alumni .ctools-auto-submit-full-form .views-widget-filter-combine .views-widget {
        display: inline-block; }
      .alumni .filter-contain .views-widget-filter-combine label,
      .alumni .ctools-auto-submit-full-form .views-widget-filter-combine label {
        min-width: inherit;
        margin-right: 5px; }
      .alumni .filter-contain .views-widget-filter-combine .form-item,
      .alumni .ctools-auto-submit-full-form .views-widget-filter-combine .form-item {
        position: relative; }
        .alumni .filter-contain .views-widget-filter-combine .form-item:before,
        .alumni .ctools-auto-submit-full-form .views-widget-filter-combine .form-item:before {
          content: '';
          position: absolute;
          top: 7px;
          right: 20px;
          height: 28px;
          width: 28px;
          background-color: #fff;
          background-image: url("../images/svg/png/search.png");
          background-position: top center;
          background-repeat: no-repeat;
          background-size: contain; }
      .alumni .filter-contain .views-widget-filter-combine .views-widget,
      .alumni .ctools-auto-submit-full-form .views-widget-filter-combine .views-widget {
        width: 85%; }
      .alumni .filter-contain .views-widget-filter-combine input[type="text"],
      .alumni .ctools-auto-submit-full-form .views-widget-filter-combine input[type="text"] {
        margin: 0; }
    .alumni .filter-contain .views-reset-button,
    .alumni .ctools-auto-submit-full-form .views-reset-button {
      position: absolute;
      right: 0;
      bottom: 0;
      left: -10px;
      margin: auto;
      width: 176px; }
      @media (min-width: 870px) {
        .alumni .filter-contain .views-reset-button,
        .alumni .ctools-auto-submit-full-form .views-reset-button {
          top: -15px;
          right: 0;
          bottom: auto;
          left: auto; } }
      @media (min-width: 1120px) {
        .alumni .filter-contain .views-reset-button,
        .alumni .ctools-auto-submit-full-form .views-reset-button {
          top: -60px; } }
      .alumni .filter-contain .views-reset-button:before,
      .alumni .ctools-auto-submit-full-form .views-reset-button:before {
        content: '';
        position: absolute;
        top: 37px;
        left: 18px;
        height: 18px;
        width: 18px;
        background-image: url("../images/svg/png/rotate.png");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain; }
      .alumni .filter-contain .views-reset-button .form-submit,
      .alumni .ctools-auto-submit-full-form .views-reset-button .form-submit {
        padding-left: 45px; }
    .alumni .filter-contain .views-widget-filter-field_fellowship_target_id,
    .alumni .filter-contain .views-widget-filter-field_cohort_value,
    .alumni .filter-contain .views-widget-filter-field_user_qi_interests_tid,
    .alumni .filter-contain .views-widget-filter-field_user_job_general_role_tid,
    .alumni .filter-contain .views-widget-filter-field_user_location_tid,
    .alumni .filter-contain .views-widget-filter-field_areas_of_interest_tid,
    .alumni .ctools-auto-submit-full-form .views-widget-filter-field_fellowship_target_id,
    .alumni .ctools-auto-submit-full-form .views-widget-filter-field_cohort_value,
    .alumni .ctools-auto-submit-full-form .views-widget-filter-field_user_qi_interests_tid,
    .alumni .ctools-auto-submit-full-form .views-widget-filter-field_user_job_general_role_tid,
    .alumni .ctools-auto-submit-full-form .views-widget-filter-field_user_location_tid,
    .alumni .ctools-auto-submit-full-form .views-widget-filter-field_areas_of_interest_tid {
      display: inline-block;
      margin-right: 10px;
      padding: 0;
      max-width: 176px;
      width: 100%; }
      .alumni .filter-contain .views-widget-filter-field_fellowship_target_id label,
      .alumni .filter-contain .views-widget-filter-field_cohort_value label,
      .alumni .filter-contain .views-widget-filter-field_user_qi_interests_tid label,
      .alumni .filter-contain .views-widget-filter-field_user_job_general_role_tid label,
      .alumni .filter-contain .views-widget-filter-field_user_location_tid label,
      .alumni .filter-contain .views-widget-filter-field_areas_of_interest_tid label,
      .alumni .ctools-auto-submit-full-form .views-widget-filter-field_fellowship_target_id label,
      .alumni .ctools-auto-submit-full-form .views-widget-filter-field_cohort_value label,
      .alumni .ctools-auto-submit-full-form .views-widget-filter-field_user_qi_interests_tid label,
      .alumni .ctools-auto-submit-full-form .views-widget-filter-field_user_job_general_role_tid label,
      .alumni .ctools-auto-submit-full-form .views-widget-filter-field_user_location_tid label,
      .alumni .ctools-auto-submit-full-form .views-widget-filter-field_areas_of_interest_tid label {
        margin: 0;
        font-size: 16px;
        font-size: 1.6rem; }
    .alumni .filter-contain .views-submit-button,
    .alumni .ctools-auto-submit-full-form .views-submit-button {
      clear: both;
      margin-right: 15px; }
  .alumni .filter {
    display: block; }
    .alumni .filter__label {
      margin: 0 0 15px;
      font-size: 20px;
      font-size: 2rem;
      font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
      font-weight: 300; }
      @media (min-width: 620px) {
        .alumni .filter__label {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media (min-width: 768px) {
        .alumni .filter__label {
          display: inline-block;
          margin-top: 5px;
          margin-right: 2%;
          vertical-align: top; } }
    .alumni .filter__block {
      margin: 0 0 30px;
      padding: 0; }
      @media (min-width: 768px) {
        .alumni .filter__block {
          display: inline-block;
          width: 85%; } }
      @media (min-width: 1120px) {
        .alumni .filter__block {
          width: 89%; } }
      .alumni .filter__block-wrapper {
        position: relative;
        margin-bottom: 30px;
        max-width: 540px; }
        @media (min-width: 1120px) {
          .alumni .filter__block-wrapper {
            float: left;
            width: 100%; } }
      .alumni .filter__block-input {
        margin: 0;
        max-width: 540px;
        border: 1px solid;
        border-radius: 20px; }
      .alumni .filter__block-submit {
        position: absolute;
        top: -2px;
        right: 20px;
        padding-left: 10px;
        background: #fff; }
        .alumni .filter__block-submit svg {
          display: block;
          height: 26px;
          width: 26px; }
      .alumni .filter__block-reset {
        float: left;
        padding: 10px 20px;
        font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif; }
        @media (min-width: 1120px) {
          .alumni .filter__block-reset {
            float: right;
            margin: 0; } }
        .alumni .filter__block-reset svg {
          display: inline-block;
          margin-right: 5px;
          height: 20px;
          width: 20px;
          vertical-align: middle;
          fill: #fff; }
      .alumni .filter__block-select {
        display: block;
        margin: 0;
        margin-bottom: 10px;
        padding: 10px 20px;
        width: 65%;
        font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
        background: #000; }
        @media (min-width: 450px) {
          .alumni .filter__block-select {
            display: inline-block;
            margin-right: 5px;
            max-width: 176px;
            width: 100%; } }
  .alumni .people-listing {
    display: block;
    padding: 20px 15px;
    border-top: 1px solid #e2dfd8; }
    @media (min-width: 768px) {
      .alumni .people-listing {
        padding: 30px 15px;
        overflow: hidden; } }
    .alumni .people-listing .results {
      border: none; }
    .alumni .people-listing .content-item {
      position: relative;
      display: block;
      margin-top: 15px;
      padding: 15px;
      border: 1px solid #a2a2a2;
      transition: all 0.3s ease; }
      @media (min-width: 768px) {
        .alumni .people-listing .content-item {
          float: left;
          margin: 0;
          width: 49.50%; }
          .alumni .people-listing .content-item:hover {
            background: #e2dfd8; } }
      @media (min-width: 870px) {
        .alumni .people-listing .content-item {
          min-height: 360px;
          overflow: auto;
          padding: 20px;
          width: 33.33%; } }
      .alumni .people-listing .content-item:hover {
        border-bottom: 1px solid #a2a2a2; }
      .alumni .people-listing .content-item h3 {
        margin-bottom: 20px;
        font-size: 20px;
        font-size: 2rem;
        font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif; }
      .alumni .people-listing .content-item .image-content {
        margin-top: 15px;
        max-height: 130px;
        max-width: 127px; }
        @media (min-width: 450px) {
          .alumni .people-listing .content-item .image-content {
            float: right;
            margin: 0; } }
        @media (min-width: 768px) {
          .alumni .people-listing .content-item .image-content {
            float: left; } }
        @media (min-width: 1120px) {
          .alumni .people-listing .content-item .image-content {
            float: right; } }
    .alumni .people-listing .excerpt {
      padding: 0; }
      @media (min-width: 450px) {
        .alumni .people-listing .excerpt {
          display: inline-block;
          vertical-align: top; } }
      @media (min-width: 768px) {
        .alumni .people-listing .excerpt {
          display: block; } }
      @media (min-width: 1120px) {
        .alumni .people-listing .excerpt {
          display: inline-block; } }
      .alumni .people-listing .excerpt div {
        padding: 0;
        color: #000;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 300; }
        @media (min-width: 450px) {
          .alumni .people-listing .excerpt div {
            margin-bottom: 15px; } }
        .alumni .people-listing .excerpt div a {
          color: #e10030;
          cursor: pointer; }
      @media (min-width: 450px) {
        .alumni .people-listing .excerpt .content-fellowship {
          max-height: 35px;
          overflow: hidden; } }
  .alumni .pager {
    display: block;
    margin: 40px 0;
    padding: 0;
    text-align: center; }
    .alumni .pager a {
      color: #e10030;
      font-weight: 300; }
    .alumni .pager .pager-item,
    .alumni .pager .pager-next,
    .alumni .pager .pager-last {
      padding: 0; }
    .alumni .pager .pager-current {
      top: 0;
      line-height: 1; }
    .alumni .pager .pager-item:before,
    .alumni .pager .pager-current:before,
    .alumni .pager .pager-next:before,
    .alumni .pager .pager-last:before {
      display: none; }
  .alumni .breadcrumbs-outer {
    padding: 0;
    background: #f4f4f4;
    border-top: 1px solid #a2a2a2; }
    .alumni .breadcrumbs-outer .last {
      padding: 19px 0;
      line-height: 1; }
  .alumni aside .sidebar-widget {
    padding: 30px; }
    .alumni aside .sidebar-widget:first-child {
      padding-top: 30px; }
    .alumni aside .sidebar-widget .widget-title {
      margin-bottom: 30px; }
      .alumni aside .sidebar-widget .widget-title span {
        display: block;
        background-color: transparent; }
      .alumni aside .sidebar-widget .widget-title:after {
        display: none; }
    .alumni aside .sidebar-widget .filter-tag-list {
      padding: 0; }
    .alumni aside .sidebar-widget .filter-tag, .alumni aside .sidebar-widget .listing__tag {
      display: block;
      margin: 0 0 10px 0; }
      @media (min-width: 450px) {
        .alumni aside .sidebar-widget .filter-tag, .alumni aside .sidebar-widget .listing__tag {
          display: inline-block;
          margin: 0 14% 20px 0; }
          .alumni aside .sidebar-widget .filter-tag:nth-child(2n), .alumni aside .sidebar-widget .listing__tag:nth-child(2n) {
            margin-right: 0; } }
      @media (min-width: 620px) {
        .alumni aside .sidebar-widget .filter-tag, .alumni aside .sidebar-widget .listing__tag {
          margin: 0 6% 20px 0; }
          .alumni aside .sidebar-widget .filter-tag:nth-child(2n), .alumni aside .sidebar-widget .listing__tag:nth-child(2n) {
            margin-right: 6%; }
          .alumni aside .sidebar-widget .filter-tag:nth-child(3n), .alumni aside .sidebar-widget .listing__tag:nth-child(3n) {
            margin-right: 0; } }
      @media (min-width: 768px) {
        .alumni aside .sidebar-widget .filter-tag, .alumni aside .sidebar-widget .listing__tag {
          margin: 0 3% 20px 0; }
          .alumni aside .sidebar-widget .filter-tag:nth-child(2n), .alumni aside .sidebar-widget .listing__tag:nth-child(2n) {
            margin-right: 3%; }
          .alumni aside .sidebar-widget .filter-tag:nth-child(3n), .alumni aside .sidebar-widget .listing__tag:nth-child(3n) {
            margin-right: 3%; }
          .alumni aside .sidebar-widget .filter-tag:nth-child(4n), .alumni aside .sidebar-widget .listing__tag:nth-child(4n) {
            margin-right: 0; } }
      .alumni aside .sidebar-widget .filter-tag:before, .alumni aside .sidebar-widget .listing__tag:before {
        display: none; }
      .alumni aside .sidebar-widget .filter-tag .tag, .alumni aside .sidebar-widget .listing__tag .tag {
        margin: 0;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 300;
        text-decoration: none;
        cursor: default; }
    .alumni aside .sidebar-widget ul {
      padding: 0; }
    .alumni aside .sidebar-widget .related-link:hover {
      color: #e10030;
      text-decoration: none;
      background: none; }
  .alumni aside .project-contact-details p {
    margin: 15px 0 5px;
    color: #000;
    font-size: 15px;
    font-size: 1.5rem; }
    .alumni aside .project-contact-details p:before {
      line-height: 1; }
    .alumni aside .project-contact-details p a {
      color: #e10030;
      font-size: 16px;
      font-size: 1.6rem; }
  .alumni aside .project-contact-details .project-contact-mobile {
    position: relative;
    padding-left: 40px;
    font-weight: 900; }
    .alumni aside .project-contact-details .project-contact-mobile a {
      color: #e10030;
      font-weight: 900; }
    .alumni aside .project-contact-details .project-contact-mobile:before {
      content: '';
      position: absolute;
      top: 2px;
      left: -2px;
      height: 30px;
      width: 30px;
      background-image: url("../images/svg/cell-phone.svg");
      background-position: top center;
      background-repeat: no-repeat; }
  .alumni .tags {
    display: block; }
    .alumni .tags__title {
      color: #383838;
      font-weight: 300; }
  .alumni .tags-list {
    margin-top: 30px;
    padding: 0; }
    .alumni .tags-list__item {
      display: inline-block;
      margin: 0 0 20px 2%;
      padding: 0; }
      .alumni .tags-list__item:before {
        display: none; }
      .alumni .tags-list__item:first-child {
        margin: 0 0 20px 0; }
      .alumni .tags-list__item-title {
        margin: 0;
        cursor: default; }
  .alumni .hero-banner {
    display: block;
    padding: 30px 20px;
    background-color: #000;
    background-image: url("../images/banner-bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 280px;
    /*
    * Centered text banner
    */
    /*
    * Banner with button
    */ }
    @media (min-width: 450px) {
      .alumni .hero-banner {
        padding: 30px 50px;
        background-size: 400px; } }
    @media (min-width: 620px) {
      .alumni .hero-banner {
        padding: 55px 100px;
        background-size: 500px; } }
    .alumni .hero-banner__title {
      margin: 0 auto;
      color: #fff;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1.3;
      text-align: center; }
      @media (min-width: 450px) {
        .alumni .hero-banner__title {
          font-size: 28px;
          font-size: 2.8rem;
          font-weight: 500; } }
      @media (min-width: 620px) {
        .alumni .hero-banner__title {
          font-size: 34px;
          font-size: 3.4rem; } }
      @media (min-width: 870px) {
        .alumni .hero-banner__title {
          font-size: 46px;
          font-size: 4.6rem; } }
    .alumni .hero-banner--center {
      text-align: center; }
    .alumni .hero-banner .login-btn {
      margin-top: 40px;
      margin-bottom: 0; }
  .alumni .panel-2col-bricks {
    margin-top: 15px;
    padding: 0 10px; }
    @media (min-width: 620px) {
      .alumni .panel-2col-bricks {
        margin-top: 35px; } }
  .alumni .panel-2col-bricks .panel-col-first,
  .alumni .panel-2col-bricks .panel-col-last {
    float: none;
    width: inherit; }
    @media (min-width: 620px) {
      .alumni .panel-2col-bricks .panel-col-first,
      .alumni .panel-2col-bricks .panel-col-last {
        float: left;
        margin-right: 3%;
        margin-bottom: 25px;
        width: 47%; } }
    .alumni .panel-2col-bricks .panel-col-first .card-fill,
    .alumni .panel-2col-bricks .panel-col-last .card-fill {
      position: relative;
      display: block;
      padding: 30px 30px 30px 30px;
      background: #e10030; }
      @media (min-width: 450px) {
        .alumni .panel-2col-bricks .panel-col-first .card-fill,
        .alumni .panel-2col-bricks .panel-col-last .card-fill {
          padding: 60px 30px 60px 30px;
          border-radius: 25px; }
          .alumni .panel-2col-bricks .panel-col-first .card-fill:after,
          .alumni .panel-2col-bricks .panel-col-last .card-fill:after {
            content: '';
            position: absolute;
            top: 65px;
            right: 20px;
            display: block;
            height: 92px;
            width: 80px;
            background-image: url("../images/svg/png/arrow.png");
            background-repeat: no-repeat;
            background-size: contain; } }
      @media (min-width: 620px) {
        .alumni .panel-2col-bricks .panel-col-first .card-fill:after,
        .alumni .panel-2col-bricks .panel-col-last .card-fill:after {
          display: none; } }
      @media (min-width: 870px) {
        .alumni .panel-2col-bricks .panel-col-first .card-fill:after,
        .alumni .panel-2col-bricks .panel-col-last .card-fill:after {
          top: 70px;
          right: 10px;
          display: block;
          height: 80px;
          width: 70px; } }
      @media (min-width: 1120px) {
        .alumni .panel-2col-bricks .panel-col-first .card-fill:after,
        .alumni .panel-2col-bricks .panel-col-last .card-fill:after {
          top: 43px;
          right: 40px;
          display: block;
          height: 130px;
          width: 113px; } }
      .alumni .panel-2col-bricks .panel-col-first .card-fill .pane-content,
      .alumni .panel-2col-bricks .panel-col-last .card-fill .pane-content {
        margin: 0;
        text-align: left; }
        .alumni .panel-2col-bricks .panel-col-first .card-fill .pane-content a,
        .alumni .panel-2col-bricks .panel-col-last .card-fill .pane-content a {
          color: #fff;
          cursor: pointer; }
          .alumni .panel-2col-bricks .panel-col-first .card-fill .pane-content a:hover,
          .alumni .panel-2col-bricks .panel-col-last .card-fill .pane-content a:hover {
            color: #fff;
            text-decoration: none; }
        .alumni .panel-2col-bricks .panel-col-first .card-fill .pane-content p,
        .alumni .panel-2col-bricks .panel-col-last .card-fill .pane-content p {
          margin: 0;
          color: #fff;
          font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
          font-size: 32px;
          font-size: 3.2rem;
          font-weight: 500;
          line-height: 1.3; }
          @media (min-width: 450px) {
            .alumni .panel-2col-bricks .panel-col-first .card-fill .pane-content p,
            .alumni .panel-2col-bricks .panel-col-last .card-fill .pane-content p {
              font-size: 36px;
              font-size: 3.6rem; } }
          .alumni .panel-2col-bricks .panel-col-first .card-fill .pane-content p span,
          .alumni .panel-2col-bricks .panel-col-last .card-fill .pane-content p span {
            display: block; }
          .alumni .panel-2col-bricks .panel-col-first .card-fill .pane-content p a,
          .alumni .panel-2col-bricks .panel-col-last .card-fill .pane-content p a {
            color: #fff;
            cursor: pointer; }
            .alumni .panel-2col-bricks .panel-col-first .card-fill .pane-content p a:hover,
            .alumni .panel-2col-bricks .panel-col-last .card-fill .pane-content p a:hover {
              color: #fff;
              text-decoration: none; }
      .alumni .panel-2col-bricks .panel-col-first .card-fill a,
      .alumni .panel-2col-bricks .panel-col-last .card-fill a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        height: 100%;
        width: 100%;
        font-size: 0px;
        font-size: 0rem; }
    .alumni .panel-2col-bricks .panel-col-first .panel-pane,
    .alumni .panel-2col-bricks .panel-col-last .panel-pane {
      margin-bottom: 20px; }
    .alumni .panel-2col-bricks .panel-col-first .inside,
    .alumni .panel-2col-bricks .panel-col-last .inside {
      margin: 0;
      width: inherit; }
      @media (min-width: 620px) {
        .alumni .panel-2col-bricks .panel-col-first .inside,
        .alumni .panel-2col-bricks .panel-col-last .inside {
          width: 100%; } }
    .alumni .panel-2col-bricks .panel-col-first .card,
    .alumni .panel-2col-bricks .panel-col-first .pane-block,
    .alumni .panel-2col-bricks .panel-col-last .card,
    .alumni .panel-2col-bricks .panel-col-last .pane-block {
      display: block;
      width: 100%; }
      .alumni .panel-2col-bricks .panel-col-first .card .pane-title,
      .alumni .panel-2col-bricks .panel-col-first .pane-block .pane-title,
      .alumni .panel-2col-bricks .panel-col-last .card .pane-title,
      .alumni .panel-2col-bricks .panel-col-last .pane-block .pane-title {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 300; }
        @media (min-width: 1120px) {
          .alumni .panel-2col-bricks .panel-col-first .card .pane-title,
          .alumni .panel-2col-bricks .panel-col-first .pane-block .pane-title,
          .alumni .panel-2col-bricks .panel-col-last .card .pane-title,
          .alumni .panel-2col-bricks .panel-col-last .pane-block .pane-title {
            display: inline-block;
            width: 38%; } }
      .alumni .panel-2col-bricks .panel-col-first .card .block-details,
      .alumni .panel-2col-bricks .panel-col-first .pane-block .block-details,
      .alumni .panel-2col-bricks .panel-col-last .card .block-details,
      .alumni .panel-2col-bricks .panel-col-last .pane-block .block-details {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.5; }
        @media (min-width: 1120px) {
          .alumni .panel-2col-bricks .panel-col-first .card .block-details,
          .alumni .panel-2col-bricks .panel-col-first .pane-block .block-details,
          .alumni .panel-2col-bricks .panel-col-last .card .block-details,
          .alumni .panel-2col-bricks .panel-col-last .pane-block .block-details {
            display: inline-block;
            width: 100%; } }
        .alumni .panel-2col-bricks .panel-col-first .card .block-details .field-name-field-homepage-block-description,
        .alumni .panel-2col-bricks .panel-col-first .pane-block .block-details .field-name-field-homepage-block-description,
        .alumni .panel-2col-bricks .panel-col-last .card .block-details .field-name-field-homepage-block-description,
        .alumni .panel-2col-bricks .panel-col-last .pane-block .block-details .field-name-field-homepage-block-description {
          display: inline-block; }
          @media (min-width: 1120px) {
            .alumni .panel-2col-bricks .panel-col-first .card .block-details .field-name-field-homepage-block-description,
            .alumni .panel-2col-bricks .panel-col-first .pane-block .block-details .field-name-field-homepage-block-description,
            .alumni .panel-2col-bricks .panel-col-last .card .block-details .field-name-field-homepage-block-description,
            .alumni .panel-2col-bricks .panel-col-last .pane-block .block-details .field-name-field-homepage-block-description {
              width: 50%; } }
        .alumni .panel-2col-bricks .panel-col-first .card .block-details .field-name-field-homepage-block-link,
        .alumni .panel-2col-bricks .panel-col-first .pane-block .block-details .field-name-field-homepage-block-link,
        .alumni .panel-2col-bricks .panel-col-last .card .block-details .field-name-field-homepage-block-link,
        .alumni .panel-2col-bricks .panel-col-last .pane-block .block-details .field-name-field-homepage-block-link {
          margin-top: 20px; }
      .alumni .panel-2col-bricks .panel-col-first .card .field-type-image,
      .alumni .panel-2col-bricks .panel-col-first .pane-block .field-type-image,
      .alumni .panel-2col-bricks .panel-col-last .card .field-type-image,
      .alumni .panel-2col-bricks .panel-col-last .pane-block .field-type-image {
        display: block;
        margin: 20px 0;
        max-height: 179px;
        max-width: 267px; }
        .alumni .panel-2col-bricks .panel-col-first .card .field-type-image img,
        .alumni .panel-2col-bricks .panel-col-first .pane-block .field-type-image img,
        .alumni .panel-2col-bricks .panel-col-last .card .field-type-image img,
        .alumni .panel-2col-bricks .panel-col-last .pane-block .field-type-image img {
          margin: 0;
          height: auto;
          max-width: 100%; }
        @media (min-width: 1120px) {
          .alumni .panel-2col-bricks .panel-col-first .card .field-type-image,
          .alumni .panel-2col-bricks .panel-col-first .pane-block .field-type-image,
          .alumni .panel-2col-bricks .panel-col-last .card .field-type-image,
          .alumni .panel-2col-bricks .panel-col-last .pane-block .field-type-image {
            float: right;
            margin: 0;
            width: 38%;
            vertical-align: top; } }
      .alumni .panel-2col-bricks .panel-col-first .card .field-type-link-field a,
      .alumni .panel-2col-bricks .panel-col-first .pane-block .field-type-link-field a,
      .alumni .panel-2col-bricks .panel-col-last .card .field-type-link-field a,
      .alumni .panel-2col-bricks .panel-col-last .pane-block .field-type-link-field a {
        font-weight: 300; }
        .alumni .panel-2col-bricks .panel-col-first .card .field-type-link-field a:hover,
        .alumni .panel-2col-bricks .panel-col-first .pane-block .field-type-link-field a:hover,
        .alumni .panel-2col-bricks .panel-col-last .card .field-type-link-field a:hover,
        .alumni .panel-2col-bricks .panel-col-last .pane-block .field-type-link-field a:hover {
          text-decoration: none; }
        @media (min-width: 1120px) {
          .alumni .panel-2col-bricks .panel-col-first .card .field-type-link-field a,
          .alumni .panel-2col-bricks .panel-col-first .pane-block .field-type-link-field a,
          .alumni .panel-2col-bricks .panel-col-last .card .field-type-link-field a,
          .alumni .panel-2col-bricks .panel-col-last .pane-block .field-type-link-field a {
            margin-top: 30px; } }
  .alumni .health-qi-form-contact-form,
  .alumni .team-member-form,
  .alumni .health-alumni-form-contact-form {
    padding: 30px 20px; }
    .alumni .health-qi-form-contact-form h4,
    .alumni .team-member-form h4,
    .alumni .health-alumni-form-contact-form h4 {
      font-size: 26px;
      font-size: 2.6rem; }
    .alumni .health-qi-form-contact-form .required-message,
    .alumni .team-member-form .required-message,
    .alumni .health-alumni-form-contact-form .required-message {
      margin: 10px 0 0;
      font-size: 14px;
      font-size: 1.4rem; }
      @media (min-width: 620px) {
        .alumni .health-qi-form-contact-form .required-message,
        .alumni .team-member-form .required-message,
        .alumni .health-alumni-form-contact-form .required-message {
          float: right; } }
    .alumni .health-qi-form-contact-form .form-element,
    .alumni .team-member-form .form-element,
    .alumni .health-alumni-form-contact-form .form-element {
      display: block;
      width: 100%; }
    .alumni .health-qi-form-contact-form .form-item,
    .alumni .team-member-form .form-item,
    .alumni .health-alumni-form-contact-form .form-item {
      margin-bottom: 0; }
    .alumni .health-qi-form-contact-form .form-text,
    .alumni .team-member-form .form-text,
    .alumni .health-alumni-form-contact-form .form-text {
      max-width: 265px; }
    @media (min-width: 620px) {
      .alumni .health-qi-form-contact-form .form-submit,
      .alumni .team-member-form .form-submit,
      .alumni .health-alumni-form-contact-form .form-submit {
        float: right;
        width: inherit; } }
  .alumni .twitter-feed h4 {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    color: #dd0031;
    text-transform: uppercase;
    margin: 15px 0 5px; }
  .alumni .twitter-feed .twitter-username {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem; }
    .alumni .twitter-feed .twitter-username a {
      font-family: Arial, sans-serif;
      color: #dd0031;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400; }
  .alumni .twitter-feed .twitter-icon {
    font-size: 30px;
    font-size: 3rem;
    color: #dd0031;
    float: left;
    position: absolute;
    top: -27px;
    left: 3px; }
    @media screen and (max-width: 1020px) {
      .alumni .twitter-feed .twitter-icon {
        position: static;
        width: 100%;
        margin: 0 auto 30px;
        font-size: 45px;
        font-size: 4.5rem; } }
  .alumni .twitter-feed .tweet {
    font-size: 14px;
    font-size: 1.4rem; }
    .alumni .twitter-feed .tweet a {
      font-weight: 300; }
  .alumni .twitter-feed .tweet-time {
    margin: 20px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1; }
  .alumni .top-footer .social-media-links ul {
    padding: 0;
    text-align: center; }
  .alumni .top-footer .social-link {
    display: inline;
    padding: 0 6px; }
    .alumni .top-footer .social-link a:hover {
      text-decoration: none; }
  .alumni .news-signup {
    text-align: center; }
    @media screen and (max-width: 320px) {
      .alumni .news-signup {
        width: 100%; } }
    .alumni .news-signup h6 {
      font-size: 15px;
      font-size: 1.5rem;
      margin: 10px 0 12px;
      font-family: Arial, sans-serif;
      font-weight: 700;
      text-align: center; }
  .alumni .newsletter-form {
    position: relative;
    margin: 20px auto;
    background: transparent; }
    .alumni .newsletter-form label {
      display: none; }
    .alumni .newsletter-form input[type="email"] {
      background-color: #e2dfd8;
      margin: 0;
      width: 92%;
      border-radius: 20px;
      padding: 11.5px 53px 12px 15px;
      outline: none;
      height: 42px; }
      @media screen and (max-width: 768px) {
        .alumni .newsletter-form input[type="email"] {
          padding-right: 60px; } }
      .alumni .newsletter-form input[type="email"]:focus {
        box-shadow: inset 0 0 1px 1px #ff1146; }
    .alumni .newsletter-form input[type="submit"] {
      font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
      font-size: 18px;
      font-size: 1.8rem;
      color: white;
      margin: 0;
      padding: 10px 21px;
      background-color: #dd0031;
      height: 41.5px;
      width: inherit;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      border: 0;
      position: absolute;
      top: 0;
      right: 13px; }
      .alumni .newsletter-form input[type="submit"]:hover {
        background-color: #ff1146; }
      .alumni .newsletter-form input[type="submit"]:focus {
        outline: none; }
    .alumni .newsletter-form button {
      position: absolute;
      top: 0;
      right: 14px;
      border-radius: 0;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      padding: 7.5px 18px;
      line-height: 20px;
      height: 39px; }
    .alumni .newsletter-form .form-submit {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
  .alumni .footer-quick-links {
    padding-bottom: 0; }
    .alumni .footer-quick-links ul {
      padding: 0; }
    .alumni .footer-quick-links li {
      width: 50%;
      display: inline-block;
      float: left;
      margin: 0;
      padding: 10px 0; }
    .alumni .footer-quick-links a {
      line-height: 22px; }
  .alumni .top-footer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .alumni .top-footer:after {
      content: "";
      display: table;
      clear: both; }
    .alumni .top-footer a {
      font-family: Arial, sans-serif;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 700;
      color: #000; }
      .alumni .top-footer a:hover {
        color: #606060; }
    .alumni .top-footer h6 {
      font-family: Arial, sans-serif;
      font-weight: 700;
      text-align: center; }
    .alumni .top-footer .btn, .alumni .top-footer .account-container form input[type="submit"], .account-container form .alumni .top-footer input[type="submit"], .alumni .top-footer .node-journal-article .field-name-field-url a, .node-journal-article .field-name-field-url .alumni .top-footer a, .alumni .top-footer .footer-widgets .block-bean .field-name-field-homepage-block-link a, .alumni .footer-widgets .block-bean .field-name-field-homepage-block-link .top-footer a {
      background: #dd0031;
      font-family: "DTL Documenta WT", Georgia, Times, "Times New Roman", serif;
      font-size: 18px;
      font-size: 1.8rem;
      color: #fff;
      margin: auto;
      padding: 8px 14px;
      border-radius: 20px;
      border: 0; }
      .alumni .top-footer .btn:hover, .alumni .top-footer .account-container form input[type="submit"]:hover, .account-container form .alumni .top-footer input[type="submit"]:hover, .alumni .top-footer .node-journal-article .field-name-field-url a:hover, .node-journal-article .field-name-field-url .alumni .top-footer a:hover, .alumni .top-footer .footer-widgets .block-bean .field-name-field-homepage-block-link a:hover, .alumni .footer-widgets .block-bean .field-name-field-homepage-block-link .top-footer a:hover {
        cursor: pointer;
        background-color: #ff1146;
        color: #fff; }
  .alumni .contact-information {
    margin-top: 30px; }
    .alumni .contact-information h6 {
      width: 50%;
      float: left;
      display: inline-block;
      margin: 10px 0 20px; }
  .alumni .contact-email,
  .alumni .contact-number {
    text-align: left;
    margin: 0; }
    .alumni .contact-email a,
    .alumni .contact-number a {
      color: #dd0031; }
  .alumni footer .copyright {
    margin-bottom: 0; }
  .alumni footer .footer-links {
    padding: 0; }
    .alumni footer .footer-links li {
      display: inline-block;
      margin: 0;
      padding: 12px 0; }
      .alumni footer .footer-links li a {
        color: #fff;
        font-weight: 300; }
  .alumni .panel-2col-bricks .panel-col-last .card .field-type-link-field a,
  .alumni .panel-2col-bricks .panel-col-last .pane-block .field-type-link-field a {
    margin-top: 0 !important; }
  .alumni .panel-2col-bricks .panel-col-first .pane-block .field-type-link-field a {
    margin-top: 0 !important; }
  .alumni .footer-widgets .block-bean p {
    margin: 0 0 5px; }
    .alumni .footer-widgets .block-bean p:first-child {
      margin: 15px 0 25px; }
  .alumni .footer-widgets .block-bean h2 {
    font-size: 26px;
    font-size: 2.6rem; }
  .alumni .footer-widgets .block-bean img {
    max-width: 367px; }
  .alumni .footer-widgets .block-bean .field-item a {
    font-weight: 300; }
  .alumni .footer-widgets .block-bean .field-name-field-homepage-block-description {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8; }
  .alumni .footer-widgets .block-bean .field-name-field-homepage-block-link a {
    display: inline-block;
    margin: 5px 0; }
  .alumni .footer-widgets .block-bean contextual-links-region a {
    text-align: center; }
    .alumni .footer-widgets .block-bean contextual-links-region a a {
      margin: 15px auto;
      max-width: 330px; }
  .alumni.not-logged-in .message {
    margin: 50px auto;
    text-align: center; }
    .alumni.not-logged-in .message p a {
      color: #e10030; }

#block-bean-alumni-footer {
  padding: 15px;
  background: #f6f5f3; }
  #block-bean-alumni-footer li {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    color: #dd2336;
    font-weight: 600;
    list-style: none; }
    #block-bean-alumni-footer li strong {
      color: #6d6d6d;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 300; }

.node-type-alumni-basic-page #block-ripple-blocks-health-sidebar-share-this,
.node-type-alumni-basic-page .content-meta time {
  display: none; }

.node-type-alumni-basic-page .heading-separator {
  border-bottom: 0; }

.logged-in.node-type-alumni-basic-page .drupal_tabs ul .tabs,
.logged-in.node-type-alumni-basic-page .drupal_tabs ul .primary {
  z-index: 99999; }

.content-return-to-search {
  text-align: left; }

/**
* External Stylesheets - External stylesheets used by plugins (e.g. Slick Slider theme styles)
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
