@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap);@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/vendor/material-design-icons/iconMaterialIcons-Regular.eot?e79bfd88537def476913f3ed52f4f4b3); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/fonts/vendor/material-design-icons/iconMaterialIcons-Regular.woff2?570eb83859dc23dd0eec423a49e147fe) format('woff2'),
       url(/fonts/vendor/material-design-icons/iconMaterialIcons-Regular.woff?012cf6a10129e2275d79d6adac7f3b02) format('woff'),
       url(/fonts/vendor/material-design-icons/iconMaterialIcons-Regular.ttf?a37b0c01c0baf1888ca812cc0508f6e2) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
@charset "UTF-8";

/* ==========================================================================
   Fonts - Include custom fonts and icon fonts
   ========================================================================== */

@font-face {
  font-family: "icons";
  src: url(/fonts/icons.eot?482261b5da09f2ca4af63a264485147f);
  src: url(/fonts/icons.eot?482261b5da09f2ca4af63a264485147f) format("embedded-opentype"), url(/fonts/icons.woff?91bf18d1f247feecba7fcf3be42d290f) format("woff"), url(/fonts/icons.ttf?30175b5c7518705e17ba0f7b2d3d8ea4) format("truetype"), url(/fonts/icons.svg?513451a8f510830933f3500d01699790) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto", sans-serif;
}

[class^=icon-],
[class*=" icon-"],
.icon {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-group:before {
  content: "\F0C0";
}

.icon-users:before {
  content: "\F0C0";
}

.icon-suitcase:before {
  content: "\F0F2";
}

.icon-document:before {
  content: "\E800";
}

.icon-lightbulb:before {
  content: "\E801";
}

.icon-screen:before {
  content: "\E802";
}

.icon-speech:before {
  content: "\E803";
}

.icon-subscribe:before {
  content: "\E804";
}

.icon-chevron-dbl-left:before {
  content: "\E603";
}

.icon-chevron-dbl-right:before {
  content: "\E604";
}

.icon-chevron-dbl-down:before {
  content: "\E809";
}

.icon-chevron-dbl-up:before {
  content: "\E80A";
}

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

.icon-chevron-left:before {
  content: "\E606";
}

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

.icon-chevron-up:before {
  content: "\E608";
}

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

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

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

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

.icon-file-pdf:before {
  content: "\E808";
}

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

.icon-cancel:before {
  content: "\E601";
}

.icon-tick:before {
  content: "\E600";
}

.icon-layers:before {
  content: "\E80B";
}

.icon-sortdown:before {
  content: "\E80C";
}

.icon-sortup:before {
  content: "\E80D";
}

.icon-tag:before {
  content: "\E80E";
}

.icon-spinner {
  background-image: url(/images/spinner.svg?38e7a6cb0fab34b6da0517860b6d6fd6);
  background-repeat: none;
  background-size: 39px;
  height: 39px;
  width: 39px;
  margin-left: 4px;
  display: block;
}

/**
 * Breakpoints Map
 */

/**
 * Breakpoints Manager
 * @type {[map]}
 */

/* Example Snippet

    @include mq('medium') {
        color: red;
    }

*/

/*==========================*/

/**
 * Component wrapper
 * @type {[map]}
 */

/* Example Snippet used in a CONFIG scss file (must be this)

    $tweakpoints: (
        'custom': 500px,
        'medium': 1170px,
    );

*/

/* Example Snippet used in a component scss file

    @include component((
      'custom': 500px,
      'medium': 1170px,
    )) {
      // A lot of Sass rules here, but no `$tweakpoints: ();` at the end of file
    }

*/

/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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 {
  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 */
  /* 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;
}

html {
  font-size: 1em;
  line-height: 1.4;
  box-sizing: border-box;
}

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

body {
  font-size: 15px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

form {
  display: block;
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  width: 100%;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1,
h2,
h3 {
  font-weight: 400;
}

h1,
.h2-title {
  line-height: 1em;
  font-size: 26px;
  font-size: 1.7333333333rem;
}

@media screen and (min-width: 768px) {
  h1,
  .h2-title {
    font-size: 50px;
    font-size: 3.3333333333rem;
  }
}

h2 {
  line-height: 1em;
  font-size: 27px;
  font-size: 1.8rem;
  margin: 1em 0 0.5em;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 30px;
    font-size: 2rem;
    margin: 1.25em 0 0.75em;
  }
}

h4 {
  font-weight: 500;
}

h5 {
  font-size: 18px;
  font-weight: 500;
}

ol ol {
  list-style: lower-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

p {
  margin: 0 0 1em;
  color: #5C6E7A;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 40.063em) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

p:last-child {
  margin: 0;
}

li {
  font-size: 14px;
  color: #5C6E7A;
  line-height: 24px;
}

@media (min-width: 40.063em) {
  li {
    font-size: 16px;
    line-height: 26px;
  }
}

a {
  text-decoration: none;
}

.banner {
  width: 100%;
  height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 55px;
  max-height: 800px;
}

@media (min-width: 40.063em) {
  .banner {
    height: 50vh;
  }
}

@media (min-width: 64.063em) {
  .banner {
    height: 80vh;
    margin-top: 75px;
  }
}

@media (min-width: 120.063em) {
  .banner {
    height: 60vh;
  }
}

.banner__header {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

@media (min-width: 40.063em) {
  .banner__header {
    left: 48px;
  }
}

@media (min-width: 64.063em) {
  .banner__header {
    left: 24px;
  }
}

.banner__wrap {
  width: 100%;
  height: 70vh;
  position: relative;
  max-height: 800px;
}

@media (min-width: 40.063em) {
  .banner__wrap {
    height: 50vh;
  }
}

@media (min-width: 64.063em) {
  .banner__wrap {
    height: 80vh;
  }
}

@media (min-width: 120.063em) {
  .banner__wrap {
    height: 60vh;
  }
}

.banner__subheading-block {
  background: rgba(209, 18, 66, 0.9);
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 2px 12px;
  margin-right: 2px;
}

@media (min-width: 64.063em) {
  .banner__subheading-block {
    font-size: 16px;
    padding: 8px 12px;
    margin-right: 8px;
  }
}

@media (min-width: 120.063em) {
  .banner__subheading-block {
    font-size: 20px;
  }
}

.banner__mainheading {
  color: #fff;
  text-transform: none;
  padding: 6px 12px;
  width: 320px;
}

@media (min-width: 40.063em) {
  .banner__mainheading {
    width: 600px;
  }
}

@media (min-width: 64.063em) {
  .banner__mainheading {
    padding: 8px 24px;
    width: 700px;
  }
}

@media (min-width: 80.063em) {
  .banner__mainheading {
    width: 700px;
  }
}

@media (min-width: 120.063em) {
  .banner__mainheading {
    width: 800px;
  }
}

.banner__mainheading h1 {
  line-height: 1.78;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}

@media (min-width: 40.063em) {
  .banner__mainheading h1 {
    font-size: 48px;
    line-height: 1.53;
  }
}

@media (min-width: 64.063em) {
  .banner__mainheading h1 {
    line-height: 1.53;
  }
}

@media (min-width: 80.063em) {
  .banner__mainheading h1 {
    font-size: 52px;
    line-height: 1.49;
  }
}

@media (min-width: 120.063em) {
  .banner__mainheading h1 {
    font-size: 64px;
    line-height: 1.43;
  }
}

.banner__mainheading h1 span {
  display: inline-block;
  background-color: rgba(209, 18, 66, 0.9);
  box-shadow: 12px 0 0 rgba(209, 18, 66, 0.9), -12px 0 0 rgba(209, 18, 66, 0.9);
  padding: 8px 0;
  display: inline;
}

@media (min-width: 64.063em) {
  .banner__mainheading h1 span {
    padding: 8px 0;
    box-shadow: 24px 0 0 rgba(209, 18, 66, 0.9), -24px 0 0 rgba(209, 18, 66, 0.9);
  }
}

.banner__cta {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.banner__cta-title {
  background: rgba(209, 18, 66, 0.9);
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
}

@media (min-width: 64.063em) {
  .banner__cta-title {
    padding: 8px 16px;
  }
}

@media (min-width: 120.063em) {
  .banner__cta-title {
    font-size: 16px;
  }
}

.banner__button {
  background: rgba(209, 18, 66, 0.9);
  font-size: 18px;
  font-weight: 500;
  padding: 8px 24px;
  margin-top: 4px;
  transition: ease 0.2s all;
  cursor: pointer;
}

.banner__button a {
  color: #fff;
}

.banner__button a:hover {
  color: #fff !important;
}

.banner__button:hover {
  transition: ease 0.2s all;
  background: rgba(232, 20, 73, 0.9);
}

@media (min-width: 64.063em) {
  .banner__button {
    font-size: 28px;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/* ==========================================================================
	 Grid
========================================================================== */

.row {
  margin-right: -1em;
  margin-left: -1em;
}

[class^=col-],
[class*=" col-"] {
  float: none;
  padding: 0 1em;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 620px) {
  [class^=col-],
  [class*=" col-"] {
    float: left;
  }
}

@media screen and (min-width: 620px) {
  .col-20 {
    width: 20%;
  }
}

@media screen and (min-width: 620px) {
  .col-25 {
    width: 25%;
  }
}

@media screen and (min-width: 620px) {
  .col-30 {
    width: 30%;
  }
}

@media screen and (min-width: 620px) {
  .col-33 {
    width: 33.33%;
  }
}

.col-40 {
  width: 100%;
}

@media screen and (min-width: 620px) {
  .col-40 {
    width: 40%;
  }
}

.col-50 {
  width: 100%;
}

@media screen and (min-width: 620px) {
  .col-50 {
    width: 50%;
  }
}

.col-60 {
  width: 100%;
}

@media screen and (min-width: 620px) {
  .col-60 {
    width: 60%;
  }
}

@media screen and (min-width: 620px) {
  .col-70 {
    width: 70%;
  }
}

@media screen and (min-width: 620px) {
  .col-75 {
    width: 75%;
  }
}

/* Small screens only */

@media screen and (min-width: 768px) {
  .col-sm-20 {
    width: 20%;
  }
}

@media screen and (min-width: 768px) {
  .col-sm-33 {
    width: 33.33%;
  }
}

.col-sm-40 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-sm-40 {
    width: 40%;
  }
}

@media screen and (min-width: 768px) {
  .col-sm-25 {
    width: 25%;
  }
}

/* No floats just widths */

[class^=l-],
[class*=" l-"] {
  width: 100%;
  transition: width 0.4s ease-in-out;
}

.l-90 {
  width: 90%;
}

@media screen and (min-width: 990px) {
  .l-90-med {
    width: 80%;
  }
}

@media screen and (min-width: 990px) {
  .l-80-med {
    width: 80%;
  }
}

@media screen and (min-width: 990px) {
  .l-70-med {
    width: 70%;
  }
}

@media screen and (min-width: 990px) {
  .l-65-med {
    width: 65%;
  }
}

@media screen and (min-width: 990px) {
  .l-60-med {
    width: 60%;
  }
}

@media screen and (min-width: 990px) {
  .l-20-med {
    width: 20%;
  }
}

/* ==========================================================================
   Button Styles
   ========================================================================== */

a .button:focus {
  color: #fff !important;
}

.button {
  border: 0;
  box-shadow: none;
  outline: 0;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.button a {
  color: #fff;
}

.button a:hover,
.button a:active,
.button a:visited,
.button a:link,
.button a:focus {
  color: #fff !important;
}

.button--icon {
  border-radius: 4px;
}

.button--icon i {
  margin-left: 8px;
}

.button--small {
  border-radius: 4px;
  padding: 8px 32px;
  font-size: 13px;
}

.button--large {
  border-radius: 4px;
  height: 45px;
  padding: 8px 24px;
  margin: auto;
  margin-top: 32px;
  font-size: 14px;
}

@media (min-width: 64.063em) {
  .button--large {
    font-size: 16px;
  }
}

.button--solid {
  border-radius: 4px;
  background: #D11242;
  color: #fff;
  transition: ease 0.2s all;
}

.button--solid:hover {
  color: #fff !important;
  transition: ease 0.2s all;
  background: #e81449;
}

.button--submit {
  width: 100%;
  border-radius: 4px;
  height: 40px;
  padding: 8px 40px;
  font-size: 14px;
}

@media (min-width: 64.063em) {
  .button--submit {
    height: 45px;
    font-size: 16px;
  }
}

.start-download-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.form__button {
  display: flex;
  align-items: flex-end;
  margin-top: 24px;
}

.pagination-controls {
  display: flex;
  align-items: center;
}

.btn--paging {
  font-size: 18px;
  margin-left: 12px;
  margin-right: 12px;
}

.btn--paging.active {
  font-weight: 600;
}

.button_wrap {
  display: flex;
  justify-content: center;
}

.btn-icon {
  display: inline-flex;
}

.js-toggleDropdown {
  cursor: pointer;
  transition: ease 0.2s all;
}

.js-toggleDropdown:hover {
  transition: ease 0.2s all;
  background: rgba(0, 0, 0, 0.04);
}

.js-toggleDropdown:hover h5 {
  color: #D11242;
  transition: ease 0.2s all;
}

/* ==========================================================================
   Dividers
   Including Horizontal Rules, spacers etc
   ========================================================================== */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.main-nav {
  background: #D11242;
  z-index: 8000;
  height: 75px;
  position: fixed;
  width: 100%;
  top: 0;
  display: none;
}

@media (min-width: 64.063em) {
  .main-nav {
    display: block;
  }
}

.main-nav__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  height: 75px;
  max-width: 1200px;
  margin: 0 auto;
}

.main-nav img {
  width: 140px;
  margin-top: 40px;
}

.main-nav__list {
  display: flex;
  font-size: 20px;
  align-items: center;
}

.main-nav__list .test-page {
  display: none;
}

.main-nav__item {
  margin-left: 40px;
  font-weight: 500;
  position: relative;
  height: 75px;
  display: flex;
}

.main-nav__item:hover .main-nav__dropdown {
  display: block;
}

.main-nav__item a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.main-nav__item a:hover {
  color: #fff !important;
}

.main-nav__item a:visited {
  color: #fff;
}

.main-nav__item a:active {
  color: #fff;
}

.main-nav__item a:focus {
  color: #fff;
}

.main-nav__item a i {
  width: 13px;
  font-size: 20px;
  margin-left: 4px;
}

.main-nav__dropdown {
  background: #D11242;
  position: absolute;
  width: 200px;
  left: -24px;
  top: 75px;
  display: none;
}

.main-nav__dropdown.open {
  display: block;
}

.main-nav__dropdown li {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  height: 43px;
  cursor: pointer;
  transition: ease 0.2s all;
  margin-left: 0;
}

.main-nav__dropdown li:last-child {
  margin-bottom: 0;
}

.main-nav__dropdown li:hover {
  background: rgba(146, 0, 37, 0.3);
  transition: ease 0.2s all;
}

.main-nav__dropdown li a {
  height: 43px;
  margin-left: 24px;
  width: 100%;
}

.main-nav__dropdown-item {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  cursor: pointer;
  transition: ease 0.2s all;
}

.main-nav__dropdown-item:last-child {
  margin-bottom: 0;
}

.main-nav__dropdown-item:hover {
  background: rgba(146, 0, 37, 0.3);
  transition: ease 0.2s all;
}

.main-nav-search {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.main-nav-search i {
  color: #fff;
}

.main-nav-search__button {
  height: 100%;
  display: flex;
  align-items: center;
}

.main-nav-search__field {
  background: #D11242;
  width: 320px;
  height: 60px;
  position: absolute;
  top: 75px;
  right: 0;
  padding: 8px 16px;
  display: none;
}

.main-nav-search__field.open {
  display: block;
}

.main-nav-search__field input {
  width: 100%;
  height: 40px;
  border: 0;
  background: rgba(146, 0, 37, 0.8);
  outline: none;
  border-radius: 3px;
  padding: 16px;
  color: #fff;
  font-weight: 300;
}

.main-nav-search__field input::-webkit-input-placeholder {
  color: #eee;
}

.main-nav-search__field input::-moz-placeholder {
  color: #eee;
}

.main-nav-search__field input:-ms-input-placeholder {
  color: #eee;
}

.main-nav-search__field input::-ms-input-placeholder {
  color: #eee;
}

.main-nav-search__field input::placeholder {
  color: #eee;
}

.main-nav-mobile {
  width: 100%;
  height: 55px;
  background: #D11242;
  position: fixed;
  top: 0;
  padding: 16px;
  color: #fff;
  z-index: 9999;
  display: block;
}

.main-nav-mobile a {
  color: #fff;
}

@media (min-width: 64.063em) {
  .main-nav-mobile {
    display: none;
  }
}

.main-nav-mobile__bar {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 55px;
  z-index: 100;
}

.main-nav-mobile__bar img {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-nav-mobile .main-nav-search__field {
  width: 100%;
  top: 55px;
}

.main-nav-mobile__sidebar {
  width: 80%;
  height: 100vh;
  background: #D11242;
  position: fixed;
  top: 54px;
  left: 0;
  transition: ease 0.2s all;
  transform: translateX(-102%);
}

.main-nav-mobile__sidebar:hover {
  color: #fff;
}

.main-nav-mobile__sidebar.open {
  transition: ease 0.2s all;
  transform: translateX(0);
}

.main-nav-mobile__l1 {
  padding: 16px 24px;
}

.main-nav-mobile__l2 {
  margin-bottom: 24px;
  margin-top: 8px;
}

.main-nav-mobile__l2 li {
  color: #fff;
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 14px;
}

.main-nav-mobile__l1-item {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 24px;
}

.side-nav {
  min-width: 270px;
}

.side-nav ul,
.side-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.side-nav li {
  line-height: 1em;
}

.side-nav a:not(.btn) {
  text-decoration: none;
  padding: 0.8em 1em;
  color: #3b4b55;
}

.side-nav a:not(.btn):focus,
.side-nav a:not(.btn):hover {
  color: #d11242;
}

.side-nav a:not(.btn).active {
  font-weight: 700;
}

.side-nav h2 a:not(.btn) {
  color: #5c6e7a;
  padding: 0;
}

.side-nav h2 a:not(.btn):hover {
  color: #000;
}

.side-nav-subscribe {
  margin-top: 2em;
  background-color: #fff;
  padding: 1em;
  border-radius: 0.2em;
}

.side-nav-subscribe .btn {
  width: 100%;
  text-align: center;
}

.side-nav-subscribe h3 {
  margin: 0.5em auto 1em;
  text-align: center;
}

.nav-side .icon-chevron-dbl-right {
  font-size: 0.6em;
}

.nav-side a.nav-lv2 {
  background-color: #5c6e7a;
  color: #fff;
  display: block;
  border-radius: 0.2em;
  margin-bottom: 0.3em;
}

.nav-side a.nav-lv2,
.nav-side a.nav-lv3.has-nav-sub {
  border-radius: 0.2em;
}

.nav-side a.nav-lv2:focus,
.nav-side a.nav-lv2:hover,
.nav-side a.nav-lv3.has-nav-sub:focus,
.nav-side a.nav-lv3.has-nav-sub:hover {
  color: #fff;
  background-color: #d11242;
}

.nav-side .icon {
  float: right;
}

.nav-side .nav-sub {
  padding: 0;
  max-height: 0;
  height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.nav-side .nav-sub.open {
  display: block;
  max-height: 400px;
  height: auto;
  margin-bottom: 0.5em;
}

.nav-side .nav-sub a {
  display: block;
  padding: 0.6em 1em;
}

.nav-side .nav-sub a.active {
  background: none;
}

.nav-side .nav-sub .nav-sub {
  margin-bottom: 0.5em;
  padding-left: 1em;
}

/* ==========================================================================
  	Animations
   ========================================================================== */

.result-details-container div {
  float: left;
}

.result-detail {
  padding: 1.5em 1em;
  width: 100%;
}

.result-detail:nth-child(even) {
  background-color: #f5f5f5;
}

.result-detail:last-of-type {
  margin-bottom: 1.5em;
}

.result-copy {
  width: 100%;
}

@media screen and (min-width: 990px) {
  .result-copy {
    width: 60%;
  }
}

.result-copy h2 {
  font-size: 21px;
  font-size: 1.4rem;
  line-height: 1.2em;
  margin: 0 auto 0.5em;
}

.result-copy p {
  margin: 0 auto 0.5em;
}

.result-post-date {
  font-size: 13px;
  font-size: 0.8666666667rem;
}

.result-title {
  font-size: 18px;
  font-size: 1.2rem;
}

.result-year,
.result-type {
  padding: 0.5em 1em 0 0;
}

@media screen and (min-width: 990px) {
  .result-year,
  .result-type {
    width: 20%;
    padding: 0 0 0 1em;
  }
}

.pagination-controls {
  margin-top: 1.5em;
}

.search-results__showing {
  margin-top: 32px;
  font-size: 14px;
}

@media (min-width: 64.063em) {
  .search-results__showing {
    margin-top: 16px;
  }
}

/*********************************************************
 KEY REPORTS AND RESOURCES
**************************************************/

@media screen and (min-width: 990px) {
  .report-resource-container {
    margin-left: -20px;
  }
}

.report-resource-link {
  box-sizing: border-box;
  background-color: #ececec;
  color: #5c6e7a;
  float: left;
  padding: 20px;
  margin: 10px;
  text-align: center;
  width: 40%;
  height: 280px;
  word-wrap: break-word;
  font-size: 12px;
  font-size: 0.8rem;
}

@media screen and (min-width: 400px) {
  .report-resource-link {
    height: 350px;
  }
}

@media screen and (min-width: 990px) {
  .report-resource-link {
    width: 230px;
    padding: 40px;
  }
}

.report-resource-link img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 620px) {
  .report-resource-link img {
    width: 130px;
    height: 184px;
  }
}

/*********************************************************
 RELATED RESOURCE SECTION
**************************************************/

.related-resource {
  display: inline-flex;
  background: #eee;
  padding: 16px 24px;
  border-radius: 3px;
  width: 100%;
  max-width: 500px;
}

.related-resource p {
  font-size: 14px;
}

.related-resource a {
  margin-bottom: 0;
}

.related-resource .icon {
  display: inline-block;
  font-size: 20px;
  font-size: 1.3333333333rem;
  margin-right: 20px;
  float: left;
}

.related-resource-copy {
  display: inline-block;
  width: 80%;
}

@media screen and (min-width: 990px) {
  .related-resource-copy {
    width: 90%;
  }
}

.related-resource-copy a {
  font-size: 18px;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
  display: block;
}

.related-resource-copy p {
  margin: 0;
}

.steering-committee-member {
  float: left;
  width: 100%;
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .steering-committee-member {
    width: 50%;
  }
}

.steering-committee-image {
  float: left;
  margin-right: 1em;
  height: 50px;
  width: 50px;
}

@media screen and (min-width: 768px) {
  .steering-committee-image {
    height: 100px;
    width: 100px;
    margin-right: 2em;
  }
}

.steering-committee-image img {
  width: 100%;
  height: auto;
}

.steering-committee-copy {
  float: left;
  width: 80%;
}

@media screen and (min-width: 768px) {
  .steering-committee-copy {
    width: 60%;
  }
}

.event-date {
  padding-left: 0;
}

.event-venue,
.event-price {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .event-venue,
  .event-price {
    padding-left: 1em;
  }
}

.event-type {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #ececec;
}

.event-registration-close {
  padding-top: 1em;
  display: block;
}

@media screen and (min-width: 768px) {
  .event-registration-close {
    padding-top: 0;
    padding-left: 1em;
    display: inline-block;
  }
}

.event-topic {
  margin: 0;
  font-size: 18px;
  font-size: 1.2rem;
}

.event-container hr {
  clear: both;
  margin: 1em 0 2em;
}

.event-container .event-listing-details {
  float: left;
  width: 90%;
  padding-bottom: 1em;
}

.event-container .event-listing-details-topic {
  margin: 0;
  font-size: 18px;
  font-size: 1.2rem;
}

.event-container .event-listing-details-title {
  margin: 0 auto 0.5em;
}

.event-container .event-listing-details-speaker {
  margin: 0;
}

.event-container .event-listing-details-synopsis p {
  margin-bottom: 2em;
}

.event-container .event-listing-date {
  width: 10%;
  display: inline-block;
  top: 0;
  float: left;
}

.event-register-info .btn {
  margin-right: 1em;
}

.person-container {
  margin-bottom: 2.5em;
}

.person-container img {
  float: left;
}

.person-container .person-info {
  padding-left: 8.6em;
  width: 100%;
  padding-top: 0.5em;
}

@media screen and (min-width: 768px) {
  .person-container .person-info {
    width: auto;
  }
}

.person-container .person-info .person-name {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0;
}

.person-container .person-info h3 {
  margin: 0;
}

.person-container .person-info .position {
  margin-top: 0;
}

.person-container .person-desc {
  float: left;
  display: inline-block;
  padding-left: 0;
  padding-top: 0.5em;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .person-container .person-desc {
    width: 70%;
    padding-left: 2em;
  }
}

/* green arrow */

.arrow-orange {
  fill: #fb7f4d;
  /* light colour */
  color: #fa5022;
  /* dark colour */
}

/* green arrow */

.arrow-green {
  fill: #3d664e;
  /* light colour */
  color: #364b41;
  /* dark colour */
}

/* purple arrow */

.arrow-purple {
  fill: #8375be;
  /* light colour */
  color: #66589f;
  /* dark colour */
}

/* maroon arrow */

.arrow-maroon {
  fill: #982d51;
  /* light colour */
  color: #851638;
  /* dark colour */
}

/* red arrow */

.arrow-red {
  fill: #d11242;
  /* light colour */
  color: #a7103b;
  /* dark colour */
}

/* white arrow */

.arrow-white {
  fill: #ffffff;
  /* light colour */
  color: #ffffff;
  /* dark colour */
}

.arrow-display-left,
.arrow-display-right {
  position: absolute;
  display: none;
}

@media screen and (min-width: 1750px) {
  .arrow-display-left,
  .arrow-display-right {
    display: block;
  }
}

.arrow-display-left {
  left: 20px;
  top: 75%;
  transform: translateY(-50%);
}

.arrow-display-right {
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.arrow-container {
  z-index: 1;
  position: relative;
  top: 0;
}

.arrow-container .arrow {
  opacity: 0;
}

.arrow-container .animate-arrow {
  opacity: 1;
}

.animate-arrow {
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-name: animateArrows;
  /* Chrome, Safari, Opera */
  animation-name: animateArrows;
}

.arrow {
  position: relative;
  z-index: 1;
  display: none;
}

@media screen and (min-width: 1240px) {
  .arrow {
    display: block;
  }
}

.arrow-01 {
  left: 5%;
  bottom: 130px;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  height: 324px;
  width: 324px;
}

.arrow-02 {
  left: 36%;
  bottom: 300px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  height: 152px;
  width: 152px;
}

@media screen and (min-width: 1750px) {
  .arrow-02 {
    left: 26%;
  }
}

.arrow-03 {
  left: 80%;
  top: 30px;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  height: 212px;
  width: 212px;
}

@media screen and (min-width: 1750px) {
  .arrow-03 {
    left: 70%;
  }
}

.arrow-04 {
  left: 50%;
  top: 670px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  height: 112px;
  width: 112px;
}

.arrow-05 {
  left: 60%;
  top: -20px;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  height: 140px;
  width: 140px;
}

.arrow-06 {
  left: 80%;
  top: 120px;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  height: 326px;
  width: 326px;
}

.arrow-07 {
  left: 15%;
  top: 500px;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  height: 140px;
  width: 140px;
}

.arrow-08 {
  left: 20%;
  top: -116px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  height: 232px;
  width: 232px;
}

.arrow-09 {
  left: 82%;
  top: -130px;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  height: 114px;
  width: 114px;
}

@media screen and (min-width: 1750px) {
  .arrow-09 {
    left: 72%;
  }
}

.arrow-10 {
  left: 30%;
  top: 340px;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  height: 94px;
  width: 94px;
}

.arrow-11 {
  left: 3%;
  top: -50px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  height: 320px;
  width: 320px;
}

@media screen and (min-width: 1750px) {
  .arrow-11 {
    left: 16%;
  }
}

.arrow-12 {
  left: 74%;
  top: -160px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  height: 94px;
  width: 94px;
}

.arrow-13 {
  left: 78%;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  height: 216px;
  width: 216px;
}

@-webkit-keyframes animateArrows {
  0% {
    transform: translateX(-2500px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes animateArrows {
  0% {
    transform: translateX(-2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.header-feature {
  position: relative;
}

.header-feature .arrow {
  position: absolute;
}

.header-feature .arrow-top {
  top: 32%;
  left: -80px;
}

.header-feature .arrow-btm {
  bottom: -56px;
  right: 0;
}

.project-intro-logo {
  float: right;
}

.project-intro-copy {
  float: left;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .project-intro-copy {
    width: 40%;
  }
}

@media screen and (min-width: 990px) {
  .project-intro-copy {
    width: 60%;
  }
}

.circle-image {
  border-radius: 50px;
}

.stack-container {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .stack-container {
    margin-left: -15px;
    text-align: left;
  }
}

.stack-image {
  margin: 5px;
  display: inline-block;
  width: 40%;
}

@media screen and (min-width: 620px) {
  .stack-image {
    width: auto;
    margin: 10px;
  }
}

@media screen and (min-width: 990px) {
  .stack-image {
    margin: 24px 32px;
  }
}

.stack-image img {
  width: 100%;
}

.video-block {
  margin-top: 16px;
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 32px;
}

.video-block p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 8px;
}

.video-block__play {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #D11242;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-block__play i {
  font-size: 32px;
  color: #fff;
}

.video-block__play i:hover {
  color: #fff;
}

.video-container {
  position: relative;
  display: block;
}

.video-container .icon {
  position: absolute;
  background-color: #d11242;
  color: #fff;
  top: 7em;
  left: 10em;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: auto auto;
  border-radius: 20px;
  font-size: 20px;
  font-size: 1.3333333333rem;
}

.video-container .icon:before {
  margin-left: 0.5em;
}

@media screen and (min-width: 768px) {
  .video-container .icon:before {
    margin-left: 1em;
  }
}

@media screen and (min-width: 768px) {
  .video-container .icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 30px;
  }
}

.full-width-image {
  position: relative;
  display: block;
}

.full-width-image img {
  width: 100%;
}

.full-width-image .icon {
  background-color: #d11242;
  color: #fff;
  padding: 0.1em 0.25em;
  right: 0;
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .full-width-image .icon {
    padding: 0.25em 0.5em;
  }
}

.subpage-contents {
  display: inline-block;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
  max-width: 100px;
  height: 200px;
}

.subpage-contents img {
  width: 100%;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 768px) {
  .subpage-contents {
    max-width: 170px;
    height: 250px;
  }
}

@media screen and (min-width: 1200px) {
  .subpage-contents {
    margin-bottom: 1.5em;
    margin-right: 2em;
    height: 270px;
  }
}

.js-spinner:disabled {
  background-color: #fff;
  color: #d11242;
}

.contact-container {
  margin-top: 1em;
}

.contact-container p {
  margin-bottom: 0.25em;
}

.contact-container .contact-name {
  font-size: 20px;
  font-size: 1.3333333333rem;
}

.carousel {
  margin-bottom: 48px;
}

@media (min-width: 64.063em) {
  .carousel {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.carousel__block {
  width: 130px;
  height: 80px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.carousel__dots {
  display: flex;
  width: 70px;
  margin: auto;
  justify-content: space-around;
}

.carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #bbb;
}

.carousel__dot.selected {
  background: #3B4B55;
  border: 1px solid #3B4B55;
}

.members-carousel__block {
  height: 80px !important;
  border-radius: 3px;
  margin-left: 16px;
  margin-right: 16px;
}

.members-carousel .slick-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 120px;
  max-height: 80px !important;
}

.slick-slider {
  overflow: initial !important;
  max-width: 1200px !important;
}

.slick-dots {
  z-index: 1000;
  bottom: -40px !important;
}

@media (min-width: 64.063em) {
  .slick-dots {
    bottom: -65px !important;
  }
}

.slick-dots .slick-active button {
  background-color: #888;
  border: 1px solid #888 !important;
}

.slick-dots li {
  height: 8px !important;
  width: 8px !important;
}

.slick-dots li button {
  border-radius: 100%;
  border: 1px solid #bbb !important;
  height: 8px !important;
  width: 8px !important;
  padding: 3px !important;
}

.slick-dots li button:before {
  content: "" !important;
  height: 8px !important;
  width: 8px !important;
}

.featured-card {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 10px 10px 22px 0px rgba(0, 0, 0, 0.12);
  transition: ease 0.2s all;
  cursor: pointer;
}

.featured-card:hover {
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.15);
  transition: ease 0.2s all;
}

@media (min-width: 64.063em) {
  .featured-card {
    width: 400px;
  }
}

.resources {
  margin-top: 32px;
}

.resources:last-child {
  display: none;
}

@media (min-width: 40.063em) {
  .resources__wrap {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 64.063em) {
  .resources__wrap {
    grid-gap: 56px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.resources__sort {
  text-align: right;
  font-size: 15px;
  color: #D11242;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.resources__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.August {
  display: none;
}

.card {
  border-radius: 5px;
  box-shadow: 10px 10px 22px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 350px;
  height: 470px;
  position: relative;
  cursor: pointer;
  transition: ease 0.2s all;
}

.card:hover {
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.15);
  transition: ease 0.2s all;
}

@media (min-width: 40.063em) {
  .card {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.card__image img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card__synopsis p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card__content {
  padding: 24px 24px 8px 24px;
  position: relative;
  border-top: 1px solid #eee;
}

.card__content h3 {
  font-size: 16px;
  color: #D11242;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card__content p {
  display: none;
}

.card__content a {
  text-decoration: none;
}

.card__type {
  font-size: 13px;
  font-weight: 500;
  background: #3B4B55;
  position: absolute;
  top: -26px;
  color: #fff;
  padding: 4px 8px;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card__type.Bulletin {
  background: #114b73;
}

.card__type.Special {
  background: #2f6a5c;
}

.card__type--normal {
  background: #3b4b55;
}

.card__date {
  font-size: 12px;
  background: #D11242;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  padding: 4px 8px;
}

.card__tags {
  padding: 16px 24px 24px 24px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.card__tag {
  font-size: 12px;
  color: #D11242;
  margin-right: 8px;
}

.card__tag:hover {
  text-decoration: underline;
}

.card__synopsis a {
  color: #3B4B55;
}

.card__synopsis a:hover {
  color: #3B4B55;
}

.profile-container {
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  margin-top: 16px;
  transition: 0.5s all ease-in-out;
  display: grid;
}

@media (min-width: 40.063em) {
  .profile-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 64.063em) {
  .profile-container {
    margin-top: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.profile-card {
  width: 90%;
  margin-bottom: 40px;
}

.profile-card img {
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin: auto;
  display: block;
}

@media (min-width: 64.063em) {
  .profile-card img {
    width: 100px;
    height: 100px;
  }
}

.profile-card p {
  text-align: center;
  margin-bottom: 0;
}

.profile-card__name {
  margin-top: 4px;
  color: #3b4b55;
  font-size: 14px;
  font-weight: 500;
}

.profile-card__position {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
}

@media (min-width: 64.063em) {
  .profile-card__position {
    font-size: 14px;
  }
}

.profile-card__company {
  font-size: 12px;
  color: #D11242;
  line-height: 14px;
}

@media (min-width: 64.063em) {
  .profile-card__company {
    line-height: 18px;
  }
}

.profile-card__placeholder {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #eee;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-card__placeholder i {
  font-size: 48px;
  opacity: 0.1;
  color: #333;
}

.profile-card-modal {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 16px;
  max-width: 1000px;
  padding-right: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.profile-card-modal__info {
  justify-self: center;
  text-align: center;
}

.profile-card-modal__info img {
  width: 130px;
  border-radius: 100%;
}

.profile-card-modal__bio {
  padding-right: 32px;
  padding-left: 32px;
  border-left: 1px solid #eee;
}

.profile-card-modal__name {
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 500;
  color: #3B4B55;
}

.profile-card-modal__header {
  font-size: 16px;
  color: #3B4B55;
}

.profile-card-modal__position {
  font-size: 14px;
  font-weight: 300;
}

.fancybox-lock .fancybox-overlay {
  overflow-y: auto !important;
}

.projects {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 64.063em) {
  .projects {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 40.063em) {
  .projects__main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 64.063em) {
  .projects__main {
    margin-top: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.projects__card {
  width: 100%;
  margin-bottom: 24px;
}

@media (min-width: 40.063em) {
  .projects__card {
    width: 180px;
  }
}

@media (min-width: 64.063em) {
  .projects__card {
    width: 220px;
  }
}

.projects__image {
  width: 100%;
  height: 220px;
  padding: 16px;
  border-radius: 6px;
  box-shadow: 10px 10px 22px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.2s all;
}

.projects__image img {
  width: 200px;
}

@media (min-width: 64.063em) {
  .projects__image img {
    width: 100%;
  }
}

.projects__image:hover {
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.15);
  transition: ease 0.2s all;
}

.projects__image:hover .projects__name {
  color: #e81449;
}

.projects__name {
  color: #D11242;
  margin-top: 24px;
  font-weight: 500;
  font-style: italic;
  line-height: 22px;
  font-size: 16px;
}

.projects__description {
  font-size: 14px;
  line-height: 22px;
}

.form__field-group {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .form--inline .form__field-group {
    display: inline-block;
    width: auto;
    margin: 0 0 0 2em;
  }

  .form--inline .form__field-group:first-child {
    margin-left: 0;
  }
}

.filter-container {
  background-color: #ececec;
  padding: 2em;
}

.filter-container .btn {
  margin: 0;
  padding: 0.56em 1em;
  width: 100%;
  float: right;
  font-size: 21px;
  font-size: 1.4rem;
  margin-top: 1em;
}

@media screen and (min-width: 990px) {
  .filter-container .btn {
    width: 26%;
    margin-top: 0;
  }
}

.form__multi-select {
  width: 100%;
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

@media screen and (min-width: 990px) {
  .form__multi-select {
    width: 40%;
  }
}

.keyword-container {
  display: inline-block;
  width: 100%;
}

.keyword-container .form__input,
.keyword-container .form__textarea {
  width: 100%;
}

@media screen and (min-width: 990px) {
  .keyword-container .form__input,
  .keyword-container .form__textarea {
    width: 70%;
  }
}

.keyword-container .btn {
  margin-top: 0.4em;
}

.sort-header {
  background-color: #d11242;
  color: #fff;
}

.sort-header .sort-header-section .sort-header-btns {
  box-sizing: border-box;
  float: right;
  border-left: 1px solid #db2a56;
  border-right: 1px solid #db2a56;
  margin-right: 1px;
}

.sort-header .sort-header-section .sort-header-btns .btn-sort:last-child {
  margin-top: 1px;
}

.sort-header .sort-header-row-top {
  width: 100%;
  float: left;
}

@media screen and (min-width: 990px) {
  .sort-header .sort-header-row-top {
    width: 60%;
  }
}

.sort-header .sort-header-row-top .sort-header-section {
  width: 100%;
}

.sort-header .sort-header-row-btm {
  width: 100%;
  float: left;
}

.sort-header .sort-header-row-btm .sort-header-section {
  width: 100%;
  float: left;
  border-top: 1px solid #db2a56;
}

@media screen and (min-width: 620px) {
  .sort-header .sort-header-row-btm .sort-header-section {
    width: 50%;
  }
}

@media screen and (min-width: 990px) {
  .sort-header .sort-header-row-btm .sort-header-section {
    width: 50%;
    border-top: 0;
  }
}

@media screen and (min-width: 990px) {
  .sort-header .sort-header-row-btm {
    width: 40%;
  }
}

.sort-header .sort-header-btns {
  width: 34px;
}

.sort-header .btn-sort {
  background: #b41844;
  background-image: -ms-linear-gradient(0deg, #d11242 0%, #b41844 100%);
  border: none;
  color: #ac0934;
  height: 34px;
  width: 34px;
}

.sort-header .btn-sort.active,
.sort-header .btn-sort:focus,
.sort-header .btn-sort:hover {
  color: #fff;
}

.sort-header .sort-header-section {
  float: left;
  box-sizing: border-box;
  height: 70px;
}

@media screen and (min-width: 990px) {
  .sort-header .sort-header-section {
    height: 69px;
  }
}

.sort-header .sort-header-section p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  padding-left: 1em;
}

/*******************************************



********************************************/

.fields hr {
  margin: 2em 0;
}

.submission-container .submit {
  margin-top: 2em;
}

.field {
  margin-top: 2em;
  float: left;
  width: 100%;
}

.form-passion label {
  font-weight: 600;
  margin-bottom: 0.5em;
}

.form-passion-success {
  background: #F6F6F6;
  padding: 32px;
  margin-bottom: 40px;
  border-radius: 3px;
}

.form-passion-success__icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3cc362;
  border-radius: 100px;
  margin-right: 12px;
}

.form-passion-success__icon i {
  color: #fff;
}

.form-passion-success h2 {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  #fields-firstName-field,
  #fields-surname-field,
  #fields-emailAddress-field,
  #fields-telephone-field {
    width: 47.5%;
  }
}

#fields-firstName-field,
#fields-emailAddress-field {
  float: left;
}

#fields-surname-field,
#fields-telephone-field {
  float: right;
}

.assets div.file {
  position: relative;
}

.assets div.fakefile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.assets div.fakefile button {
  /* enough width to completely overlap the real hidden file control */
  cursor: pointer;
  width: 215px;
  height: 54px;
}

.assets input[type=file] {
  position: relative;
  text-align: right;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 2;
  width: 215px;
  height: 54px;
  cursor: pointer;
}

.assets .heading {
  margin-bottom: 1em;
}

.assets .form-upload-display {
  margin-top: 1em;
}

@media screen and (min-width: 990px) {
  .assets .form-upload-display {
    width: 60%;
    float: right;
    margin-top: 0;
  }
}

.add-submission-container {
  text-align: center;
  margin-bottom: 1em;
}

.remove-submission {
  margin-top: 1em;
  display: inline-block;
  text-decoration: none;
}

.submit {
  margin-top: 1em;
}

/* Custom Checkboxes -------------------------- */

.checkbox-label {
  width: 80%;
  cursor: pointer;
}

.checkbox-label span {
  display: inline-block;
  float: left;
  width: 85%;
  padding-left: 0;
}

.checkbox {
  position: absolute;
  left: -999999em;
}

.form__field-group .checkbox + label:before {
  top: 0;
  left: 0;
  display: inline-block;
  float: left;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.5em;
  content: " ";
  text-align: center;
  color: #fff;
  background: #fff;
  border: 1px solid #ececec;
  position: relative;
  box-sizing: border-box;
  transition: border-color 0.25s ease;
}

.form__field-group .checkbox:focus + label:before {
  border-color: #3b4b55;
}

.form__field-group .checkbox:focus:checked + label:before {
  border-color: #506673;
}

.form__field-group .checkbox.error + label:before {
  background: red;
}

.form__field-group .checkbox:checked + label:after {
  content: "\E600";
  color: #3b4b55;
  display: block;
  position: absolute;
  font-size: 1em;
  bottom: 10px;
  left: 2px;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

/* For IE8 Only */

.lt-ie9 .form__field-group input[type=checkbox].checked + label:after {
  content: "\E600";
  color: #3b4b55;
  display: block;
  position: absolute;
  font-size: 1.313em;
  top: -2px;
  left: 2px;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Disabled ----------------------------- */

.form__field-group .checkbox.disabled + label:before {
  background: white;
  border-color: white;
  cursor: not-allowed;
}

.form__field-group .checkbox.disabled + label {
  cursor: not-allowed;
}

.contact-us-form .add-submission-container {
  display: none;
}

/* Base Form Styles
   ========================================================================== */

/* Standard Input Styles
   ========================================================================== */

.resource-form-fields {
  margin-top: 24px;
}

@media (min-width: 40.063em) {
  .resource-form-fields {
    margin-bottom: 16px;
  }
}

label {
  font-weight: 500;
  font-size: 12px;
  display: block;
  margin-bottom: 8px;
  margin-top: 12px;
}

@media (min-width: 40.063em) {
  label {
    font-size: 14px;
    display: inline;
    margin-top: 0;
  }
}

@media (min-width: 40.063em) {
  .form-fields {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 1fr;
    grid-gap: 24px;
  }
}

.form__input,
.form__textarea {
  position: relative;
  margin-bottom: 8px;
}

@media (min-width: 40.063em) {
  .form__input,
  .form__textarea {
    margin-bottom: 0;
  }
}

.form__input input,
.form__textarea input {
  border: 1px solid #ccc;
  border-radius: 0.2em;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 8px;
  color: #3B4B55;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
  font-size: 16px;
}

.form__input i,
.form__textarea i {
  position: absolute;
  z-index: 100;
  top: 52%;
  right: 8px;
  transform: translateY(-50%);
}

@media (min-width: 64.063em) {
  .form__input i,
  .form__textarea i {
    top: 57%;
  }
}

.form__select {
  margin-bottom: 8px;
}

@media (min-width: 40.063em) {
  .form__select {
    margin-bottom: 0;
  }
}

.form__select select {
  border: 1px solid #ccc;
  border-radius: 0.2em;
  outline: none;
  height: 45px;
  width: 100%;
  padding: 8px 16px;
  background: #fff;
  font-size: 16px;
}

.form-upload-display {
  border: 1px solid #ccc;
  border-radius: 0.2em;
  width: 100%;
  margin: 0;
  margin-top: 0.5em;
  padding: 1em;
  color: #3B4B55;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.form-upload-display::-webkit-input-placeholder {
  color: #3B4B55;
}

.form-upload-display:-moz-placeholder {
  color: #3B4B55;
}

.form-upload-display::-moz-placeholder {
  /* Firefox 19+ */
  color: #3B4B55;
}

.form-upload-display:-ms-input-placeholder {
  color: #3B4B55;
}

.form-upload-display:focus {
  color: #fff;
  background: #3b4b55;
}

.form-upload-display :focus::-webkit-input-placeholder {
  color: #fff;
}

.form-upload-display :-moz-placeholder:focus {
  color: #fff;
}

.form-upload-display :-ms-input-placeholder:focus {
  color: #fff;
}

/* If horizontal form set to inline block on */

@media screen and (min-width: 990px) {
  .form--inline .form__input,
  .form--inline .form__textarea {
    display: inline-block;
    width: auto;
  }
}

.form__textarea {
  color: #3B4B55;
}

.form__field-group label {
  display: inline-block;
  margin-bottom: 0.5em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Error States
   ========================================================================== */

.error {
  font-weight: bold;
  color: red;
}

input.error {
  color: #fff;
  border-color: red;
  background: red;
}

input.error:focus {
  color: red;
}

label.error,
span.error {
  display: block;
}

/* Error Placeholder Styles */

input.error::-webkit-input-placeholder {
  color: red;
}

input.error:-moz-placeholder {
  color: red;
}

input.error:-ms-input-placeholder {
  color: red;
}

/* Error Placeholder text colour on FOCUS */

input.error:focus::-webkit-input-placeholder {
  color: #fff;
}

input.error:-moz-placeholder:focus {
  color: #fff;
}

input.error:-ms-input-placeholder:focus {
  color: #fff;
}

#fields-document_name-field,
#fields-document_link-field {
  display: none;
}

/* Disabled Styles
   ========================================================================== */

.form__input[disabled],
[disabled].form__textarea,
.form__input[readonly],
[readonly].form__textarea,
.form__input.disabled,
.disabled.form__textarea {
  background: white;
  color: #b9b9b9;
  cursor: not-allowed;
}

.sb-search {
  position: relative;
  overflow: hidden;
  width: 0;
  min-width: 47px;
  height: 47px;
  margin-bottom: 1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: width 300ms linear;
}

.sb-search-input {
  border: 1px solid #ececec;
  border-radius: 0.2em;
  font-family: inherit;
  position: absolute;
  top: 0;
  width: 80%;
  height: 47px;
  margin: 0;
  padding: 0.5em 10px 0.5em 1em;
  color: #3B4B55;
  line-height: 47px;
  outline: none;
  background: #fff;
  font-size: 15px;
  font-size: 1rem;
  box-sizing: border-box;
}

.sb-search-input:focus {
  background: #3b4b55;
  color: #fff;
}

.side-nav .sb-search-input {
  width: 70%;
}

@media screen and (min-width: 990px) {
  .side-nav .sb-search-input {
    width: 80%;
  }
}

.lt-ie9 .sb-search-input {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 47px;
}

input[type=search].sb-search-input {
  -webkit-appearance: none;
}

.sb-search-input::-webkit-input-placeholder {
  color: #3B4B55;
}

.sb-search-input:-moz-placeholder {
  color: #3B4B55;
}

.sb-search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #3B4B55;
}

.sb-search-input:-ms-input-placeholder {
  color: #3B4B55;
}

.sb-icon-clear {
  color: #3B4B55;
  display: none;
}

.sb-icon-clear.ready {
  width: 47px;
  height: 47px;
  position: absolute;
  top: 0;
  display: block;
  z-index: 20;
  border: 0;
  background: none;
  right: 16%;
  line-height: 1;
  outline: none;
  font-size: 20px;
  font-size: 1.3333333333rem;
  transition: color 300ms linear;
  box-sizing: border-box;
}

.sb-icon-clear.ready:hover,
.sb-icon-clear.ready:focus {
  color: #d11242;
}

.sb-search-submit-std {
  border-radius: 0.2em;
  color: #fff;
  background: transparent;
  border: 0;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 47px;
  height: 40px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
  transition: background 300ms linear;
}

.no-touch .sb-search-submit-std:hover {
  color: #d11242;
  background: #fff;
}

.sb-search-submit-std:focus {
  color: #d11242;
  background: #fff;
}

.sb-search-input:focus {
  background: rgba(146, 0, 37, 0.8) !important;
}

.sb-icon-search,
.sb-search-submit {
  line-height: 47px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 47px;
  height: 47px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
  transition: background 300ms linear;
}

.sb-search-submit {
  z-index: -1;
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  background: #d11242;
}

.sb-search-submit:focus {
  color: #d11242;
  background: #fff;
  opacity: 1;
  z-index: 20;
}

.sb-icon-search {
  z-index: 20;
  color: #fff;
  background: #d11242;
  border: 0;
  outline: none;
}

.no-touch .sb-icon-search:hover {
  color: #d11242;
  background: #fff;
}

.sb-icon-search:focus {
  color: #d11242;
  background: #fff;
}

.sb-search.sb-search-open,
.no-js .sb-search,
.sb-search-visible {
  width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  z-index: 15;
  color: #fff;
  background: #d11242;
}

.sb-search .sb-search-submit.ready,
.no-js .sb-search .sb-search-submit.ready {
  z-index: 20;
}

.sb-search .sb-search-submit.ready:focus,
.no-js .sb-search .sb-search-submit.ready:focus {
  color: #fff;
  background: #fff;
}

.search-links {
  text-align: center;
  margin-bottom: 1em;
  display: none;
}

.search-links a {
  margin: 1em;
}

@media screen and (min-width: 768px) {
  .search-links {
    display: block;
  }
}

.side-nav .search-links a {
  font-size: 12px;
  font-size: 0.8rem;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .side-nav .search-links a {
    font-size: 15px;
    font-size: 1rem;
  }
}

/* Custom Select Boxes -------------------------- */

.form__select,
.custom-select-container {
  display: block;
  width: 100%;
}

@media screen and (min-width: 990px) {
  .form--inline .form__select,
  .form--inline .custom-select-container {
    display: inline-block;
    width: auto;
  }
}

.form--inline .select {
  display: inline-block;
  width: auto;
}

.custom-select-container {
  position: relative;
}

/* Set the dimensions of the replaced select element and make it transparent. */

select.custom.replaced {
  line-height: 2;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 3.25rem;
  cursor: pointer;
  opacity: 0;
  border: 0;
  filter: alpha(opacity=0);
}

.lt-ie9 select.custom.replaced {
  height: 50px;
}

.custom-select {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.custom-select > span {
  line-height: 3.25rem;
  display: block;
  padding: 0 1em 0 1em;
  color: #3B4B55;
  background: #ececec;
}

.custom-select > span:after {
  font-family: "icons";
  position: absolute;
  top: 0;
  right: 10px;
  content: "\F0A3";
  font-size: 1.4rem;
}

.lt-ie9 .custom-select > span {
  line-height: 50px;
}

.custom-select span span {
  display: block;
  overflow: hidden;
  height: 3.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lt-ie9 .custom-select span span {
  height: 50px;
}

/* Focus state */

.custom-select.active > span {
  color: #fff;
  background-color: #3b4b55;
}

/* Toggle Switch - Two radio Buttons -------------------------- */

.toggle {
  width: 280px;
  margin: 0 auto;
}

.toggle-bg {
  position: relative;
  /* Required to allow the switch to move around */
  display: block;
  width: 70px;
  height: 29px;
  background: #fff;
  margin: 0 auto 1em auto;
  border-radius: 1em;
}

.toggle-bg label {
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: normal;
  margin-top: 5px;
  cursor: pointer;
  text-transform: uppercase;
  margin-left: -15px;
}

.toggle-bg input {
  position: absolute;
  z-index: 2;
  /*  input to be over the .switch*/
  left: 0;
  /*IE fixes*/
  zoom: 1;
  width: 70px;
  height: 28px;
  margin: 0;
  /* Reset the margins and padding */
  padding: 0;
  cursor: pointer;
  opacity: 0;
  /* Hide the actual input */
  filter: alpha(opacity=0);
}

.toggle-bg label[for=option2] {
  position: absolute;
  left: 98px;
}

.toggle-bg label[for=option1] {
  position: absolute;
  left: -90px;
}

.switch {
  position: relative;
  z-index: 1;
  /* Must be below the invisible inputs */
  top: 4px;
  /* To keep it centered vertically */
  left: 4px;
  /* This is the starting point */
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  background: #3B4B55;
  border-radius: 1.5em;
  transition: all 0.2s ease-out;
}

.toggle-bg .move-toggle {
  left: 64%;
  /* toggle position for right radio */
}

.toggle-bg input.active {
  z-index: 0;
}

.assets .input {
  position: relative;
}

#header {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 990px) {
  #header {
    height: 814px;
  }
}

@media screen and (min-width: 2000px) {
  #header {
    height: auto;
  }
}

.header-overlay {
  position: relative;
  z-index: 2;
  margin: auto auto;
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .header-overlay {
    padding: 50px;
  }
}

.header-title {
  float: left;
  color: #5c6e7a;
  font-weight: 600;
  padding: 0 20px;
  line-height: 1.2em;
  margin-bottom: 30px auto 0.3em auto;
  background: red;
  font-size: 40px;
  font-size: 2.6666666667rem;
}

@media screen and (min-width: 768px) {
  .header-title {
    padding: 0;
    margin-top: 0;
  }
}

@media screen and (min-width: 990px) {
  .header-title {
    font-size: 71px;
    font-size: 4.7333333333rem;
  }
}

.header-img {
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .header-img {
    position: absolute;
    height: 630px;
  }
}

@media screen and (min-width: 990px) {
  .header-img {
    height: auto;
  }
}

.header-img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .header-img img {
    width: auto;
    height: 100%;
  }
}

@media screen and (min-width: 2000px) {
  .header-img img {
    width: 100%;
    height: auto;
  }
}

.header-right {
  max-width: 370px;
}

@media screen and (min-width: 768px) {
  .header-right {
    float: right;
    width: 40%;
  }
}

.header-feature {
  background-color: #fff;
  padding: 20px;
}

.header-feature.header-feature-mobile {
  background-color: #ececec;
}

.header-feature .feature-img {
  background-color: #ececec;
  width: 100%;
}

.header-feature .feature-img img {
  width: 100%;
}

.header-feature .feature-copy h2 {
  color: #C53710;
  font-size: 30px;
  font-size: 2rem;
}

.header-feature .feature-copy a {
  text-decoration: none;
  font-size: 15px;
  font-size: 1rem;
}

.header-feature .feature-copy a .icon {
  margin-left: 0.5em;
}

@media screen and (min-width: 768px) {
  .header-feature {
    padding: 10px;
  }

  .header-feature .feature-copy {
    padding: 0 30px 20px 30px;
  }
}

.header-logo {
  background-repeat: no-repeat;
  height: 186px;
  width: 285px;
}

@media screen and (min-width: 768px) {
  .header-logo {
    position: absolute;
    top: 140px;
  }
}

@media screen and (min-width: 990px) {
  .header-logo {
    top: 200px;
  }
}

.header-search-mb {
  display: none;
  padding: 20px;
  background-color: #b41844;
  background-image: linear-gradient(to bottom, #b41844 0%, #d11242 41%);
}

.header-search-mb.open {
  display: block;
}

.header-search-mb .sb-search-input {
  width: 76%;
}

.page-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 40.063em) {
  .page-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 64.063em) {
  .page-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.resources-news {
  margin-top: 32px;
}

.projects {
  padding-bottom: 24px;
}

.projects .page-header__body {
  padding-right: 0;
}

.Attractiveness {
  display: none;
}

.page-header {
  margin-bottom: 12px;
}

.page-header__title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 8px;
}

@media (min-width: 64.063em) {
  .page-header__title {
    font-size: 40px;
    margin-bottom: 16px;
    margin-top: 16px;
  }
}

@media (min-width: 64.063em) {
  .page-header__image {
    margin-bottom: 24px;
  }
}

.page-header__image img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 64.063em) {
  .page-header__image img {
    height: 400px;
  }
}

.page-header__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 40.063em) {
  .page-header__content {
    display: flex;
    flex-direction: row;
  }
}

.page-header__body {
  margin-top: 8px;
  line-height: 26px;
  padding-bottom: 24px;
}

@media (min-width: 64.063em) {
  .page-header__body {
    padding-right: 48px;
    padding-bottom: 0;
  }
}

.page-header__body p {
  font-size: 14px;
}

@media (min-width: 64.063em) {
  .page-header__body p {
    font-size: 16px;
  }
}

.page-header__box {
  background: #f6f6f6;
  border-radius: 6px;
  padding: 16px;
}

@media (min-width: 64.063em) {
  .page-header__box {
    padding: 24px 32px;
    flex: 1 0 400px;
  }
}

.page-header__box h4 {
  margin-bottom: 8px;
}

.page-header__box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.divider {
  width: 100%;
  border-top: 1px solid #eee;
}

.page-section {
  padding-left: 16px;
  padding-right: 16px;
}

.page-section p {
  font-size: 22px;
  margin-bottom: 16px;
  line-height: 32px;
}

.page-section__header {
  font-size: 24px;
  margin-top: 100px;
  margin-bottom: 32px;
  position: relative;
}

.page-section__header:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 6px;
  background: #D11242;
  top: -30px;
  left: 0;
}

.page-section__subheader {
  font-size: 20px;
  margin-bottom: 24px;
}

.top-section {
  margin-top: 55px;
}

@media (min-width: 64.063em) {
  .top-section {
    font-size: 28px;
    margin-top: 75px;
  }
}

.page-padding {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 64.063em) {
  .page-padding {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.homepage-section {
  padding-top: 24px;
}

@media (max-width: 40em) {
  .homepage-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 64.063em) {
  .homepage-section {
    font-size: 28px;
  }
}

.section {
  padding-bottom: 32px;
}

@media (min-width: 64.063em) {
  .section {
    padding-bottom: 64px;
  }
}

.section-header {
  position: relative;
}

.section-header__title {
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

@media (min-width: 64.063em) {
  .section-header__title {
    font-size: 28px;
  }
}

.section-header__description {
  font-size: 14px;
}

@media (min-width: 64.063em) {
  .section-header__description {
    font-size: 16px;
  }
}

.section-header__badge {
  font-size: 12px;
  background: #D11242;
  color: #fff;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 2px;
  margin-right: 16px;
}

@media (min-width: 64.063em) {
  .section-header__badge {
    font-size: 14px;
    padding: 6px 16px;
  }
}

a {
  color: #D11242;
}

a:hover {
  color: #D11242 !important;
}

.factbase-partnership {
  margin-top: 64px;
  margin-bottom: 24px;
  display: flex;
}

.factbase-partnership p {
  font-size: 14px;
  font-weight: 300;
  margin-top: 8px;
}

.factbase-partnership img {
  width: 140px;
  margin-left: 16px;
}

.document-video {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.document-video iframe {
  width: 100%;
  height: 250px;
}

@media (min-width: 40.063em) {
  .document-video iframe {
    width: 90%;
    height: 400px;
  }
}

@media (min-width: 40.063em) {
  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
}

.hidden-form-fields {
  display: none;
}

.contact-us-submit {
  margin-bottom: 16px;
}

.list__item {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}

@media (min-width: 64.063em) {
  .list__item {
    font-size: 16px;
    line-height: 28px;
  }
}

.list__item img {
  width: 32px;
  margin-top: 2px;
  margin-right: 8px;
}

.contacts {
  max-width: 900px;
  margin-top: 16px;
}

@media (min-width: 40.063em) {
  .contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.contacts__container {
  margin-top: 32px;
  margin-bottom: 32px;
}

.contacts__header {
  margin-bottom: 12px;
}

.contacts h5 {
  margin: 0;
}

.contacts__details p {
  margin-bottom: 0;
}

.contact-us-form {
  max-width: 800px;
  margin-bottom: 48px;
}

.contact-us-form .input input {
  border: 1px solid #ccc;
  border-radius: 0.2em;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 8px;
  color: #3b4b55;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
  font-size: 16px;
}

.contact-us-form textarea {
  border: 1px solid #ccc;
  border-radius: 0.2em;
  width: 100%;
  height: 150px;
  margin: 0;
  padding: 8px;
  color: #3b4b55;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
  font-size: 16px;
}

.contact-us-form .field {
  margin-top: 0;
  margin-bottom: 24px;
}

.contact-us-form .submit {
  margin-top: 0;
}

.contact-us-form button {
  border: 0;
  margin: 0;
}

.location-icon {
  margin-top: 16px;
}

.location-icon a {
  display: flex;
}

.location-icon i {
  margin-right: 8px;
}

input:-internal-autofill-selected {
  background-color: rgba(146, 0, 37, 0.8) !important;
}

.search-results {
  padding-bottom: 48px;
}

.news-article ul {
  margin-top: 24px;
}

@media (min-width: 40.063em) {
  .news-article ul {
    margin-top: 16px;
    font-size: 22px;
  }
}

.news-article li {
  margin-top: 32px;
}

.document-download.modal {
  padding: 32px;
}

.document-download .submit {
  margin-top: 0;
}

.document-download .submit input[type=text] {
  border: 0;
  box-shadow: none;
  outline: 0;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 8px 24px;
  margin: auto;
  border-radius: 4px;
  background: #d11242;
  color: #fff;
  transition: ease 0.2s all;
}

.document-download input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
}

.document-download .optin1-field input {
  height: 20px !important;
  margin-right: 12px !important;
}

.document-download .optin1-field label {
  display: flex;
  align-items: center;
  margin-top: 2px;
}

.blocker {
  z-index: 9999 !important;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
    display: block;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .header-img,
  .icon-chevron-dbl-right,
  .icon-search,
  .sort-container,
  .hide-print {
    display: none;
  }

  .subpage-contents img,
  .advocacy-promo img,
  .report-resource-link img {
    display: none;
  }

  .btn-sort .icon {
    display: none;
  }

  .sort-header .sort-header-section .sort-header-btns {
    border: none;
  }

  .video-container .icon {
    display: none;
  }

  .subpage-contents {
    display: block;
    float: none;
    height: auto;
    max-width: inherit;
  }

  .advocacy-promo {
    margin: 0 !important;
  }

  .advocacy-promo p {
    display: block !important;
    padding: 0 !important;
  }

  .research-container,
  .event-type {
    padding: 0 !important;
  }

  .footer-social-links a {
    font-size: 15px !important;
  }

  .stack-image {
    display: block;
  }

  .report-resource-link {
    height: 180px !important;
  }

  .event-container .event-listing-details-synopsis p {
    margin-bottom: 1em;
  }

  .footer .right-col {
    margin-top: 0 !important;
  }

  .footer .footer-subscribe {
    font-size: 15px !important;
  }

  .footer .footer-subscribe .btn--secondary {
    font-size: 15px !important;
    margin-top: 0 !important;
  }

  .btn-icon.active {
    background-color: #5c6e7a !important;
  }

  .advocacy-promo {
    float: none !important;
    width: 100% !important;
  }

  .advocacy-promo .advocacy-details {
    margin-top: 1.5em !important;
  }
}

/* ==========================================================================
   Helpers
   ========================================================================== */

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.row:before,
.form__field-group:before,
.clearfix:after,
.row:after,
.form__field-group:after {
  content: " ";
  display: table;
}

.clearfix:after,
.row:after,
.form__field-group:after {
  clear: both;
}

.hide-mobile {
  display: none;
}

@media screen and (min-width: 768px) {
  .hide-mobile {
    display: block;
  }
}

.hide-xlg {
  display: none;
}

@media screen and (min-width: 1240px) {
  .hide-xlg {
    display: inline;
  }
}

.hide-desktop {
  display: block;
}

@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

.full-width-mb {
  padding: 0;
}

.full-width-mb h1,
.full-width-mb h2 {
  padding: 0 1em;
}

@media screen and (min-width: 620px) {
  .full-width-mb {
    padding: 0 1em;
  }

  .full-width-mb h1,
  .full-width-mb h2 {
    padding: 0;
  }
}

.underline {
  text-decoration: underline;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hidden {
  display: none;
}

.center-content {
  text-align: center;
}

/*! Tablesaw - v0.1.6 - 2014-07-23
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */

/*! Tablesaw - v0.1.6 - 2014-07-23
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */

table.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
}

.tablesaw {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  border: 0;
}

.tablesaw th,
.tablesaw td {
  box-sizing: border-box;
  padding: 0.5em 0.7em;
}

.tablesaw thead {
  display: none;
}

@media screen and (min-width: 768px) {
  .tablesaw thead .tablesaw thead {
    display: table-header-group;
  }
}

.tablesaw thead tr:first-child th {
  padding-top: 0.9em;
  padding-bottom: 0.7em;
}

/* Table rows have a gray bottom stroke by default */

.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Show the table cells as a block level element */

.tablesaw-stack td,
.tablesaw-stack th {
  display: block;
  text-align: left;
}

.tablesaw-stack tr {
  display: table-row;
  clear: both;
}

/* Make the label elements a percentage width */

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: block;
  display: inline-block;
  min-width: 30%;
  padding: 0 0.6em 0 0;
}

/* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */

.tablesaw-stack th .tablesaw-cell-label-top,
.tablesaw-stack td .tablesaw-cell-label-top {
  display: block;
  margin: 0.4em 0;
  padding: 0.4em 0;
}

.tablesaw-cell-label {
  display: block;
}

/* Avoid double strokes when stacked */

.tablesaw-stack tbody th.group {
  margin-top: -1px;
}

/* Avoid double strokes when stacked */

.tablesaw-stack th.group b.tablesaw-cell-label {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */

  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: #fff url(/images/ajax-loader.gif?328cc0f6c78211485058d460e80f4fa8) center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.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;
  width: 100%;
  height: auto;
}

.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-slider {
  max-width: 940px;
  overflow: hidden;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.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: 1;
}

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

.slick-prev {
  left: 0;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\F0A4";
}

[dir=rtl] .slick-prev:before {
  content: "\F078";
}

.slick-next {
  right: 0;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\F078";
}

[dir=rtl] .slick-next:before {
  content: "\F0A4";
}

/* Dots */

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

.slick-dots {
  position: absolute;
  bottom: 0;
  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: 0;
  font-size: 0;
  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: "\F052";
  width: 20px;
  height: 20px;
  font-family: "icons";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

/* Playbaclk buttons */

.slick-play,
.slick-pause {
  border: 0;
  outline: none;
  background: none;
  color: #000;
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 16px;
  font-size: 1.0666666667rem;
}

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */

.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.ms-choice {
  display: block;
  width: 100%;
  height: 26px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #aaa;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff;
}

.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px;
}

.ms-choice > span.placeholder {
  color: #999;
}

.ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 25px;
  background: url(/images/multiple-select.png?0374d3512faa18ddac2c4439c8c06c7c) left top no-repeat;
}

.ms-choice > div.open {
  background: url(/images/multiple-select.png?0374d3512faa18ddac2c4439c8c06c7c) right top no-repeat;
}

.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.ms-drop.bottom {
  top: 100%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.ms-drop.top {
  bottom: 100%;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}

.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 20px 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url(/images/multiple-select.png?0374d3512faa18ddac2c4439c8c06c7c) no-repeat 100% -22px;
  background: url(/images/multiple-select.png?0374d3512faa18ddac2c4439c8c06c7c) no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.ms-search,
.ms-search input {
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 8px;
}

.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
}

.ms-drop ul > li .disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
  display: block;
  float: left;
}

.ms-drop ul > li.group {
  clear: both;
}

.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap;
}

.ms-drop ul > li label.optgroup {
  font-weight: bold;
}

.ms-drop input[type=checkbox] {
  vertical-align: middle;
}

.ms-drop .ms-no-results {
  display: none;
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.cd-container::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

/* --------------------------------

Main components

-------------------------------- */

.cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

.cd-timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }

  .cd-timeline-block:first-child {
    margin-top: 0;
  }

  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline-img.cd-picture {
  background: #75ce66;
}

.cd-timeline-img.cd-movie {
  background: #c03b44;
}

.cd-timeline-img.cd-location {
  background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content h2 {
  color: #303e49;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}

.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #e5e5e5;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }

  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #e5e5e5;
  }

  .cd-timeline-content .cd-read-more {
    float: left;
  }

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #e5e5e5;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */

  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    transform: translateX(0);
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(/images/fancybox_sprite.png?783d4031fe50c3d83c960911e1fbc705);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/images/fancybox_loading.gif?328cc0f6c78211485058d460e80f4fa8) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/images/blank.gif?325472601571f31e1bf00674c368d335);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/images/fancybox_overlay.png?77aeaa52715b898b73c74d68c630330e);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(/images/fancybox_sprite@2x.png?ed9970ce22242421e66ff150aa97fe5f);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url(/images/fancybox_loading@2x.gif?f92938639fa894a0e8ded1c3368abe98);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/*
$white: #fff;
$grey: #ececec;
$greyMed:#5c6e7a;
$greyDrk:#3b4b55;
$black: #000;
$red: #d11242;
$redMed: #a7103b;
$redDrk: #851638;
$orange: #C53710;
$green: #364b41;
$purple: #66589f;
$teal:#6b9f9b;
$blue:#105281;
*/

.phase-title {
  margin-top: 2em;
  text-align: center;
}

.phase-title h2 {
  color: #d11242;
  margin-top: 0;
}

.cd-timeline {
  margin: 0;
}

/* .cd-timeline:first-of-type {
	background-color: red;
}
 */

@media only screen and (min-width: 1170px) {
  .cssanimations .cd-timeline-content.is-hidden,
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: visible;
  }
}

.cd-timeline-block .icon {
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  padding-top: 0.46em;
}

@media screen and (min-width: 1200px) {
  .cd-timeline-block .icon {
    padding-top: 0.3em;
    font-size: 2.1em;
  }
}

.cd-timeline-block h3 {
  font-size: 30px;
  font-size: 2rem;
  margin-bottom: 0.1em;
  margin-top: 0;
  line-height: 1em;
}

.cd-timeline-block p {
  margin-top: 0;
}

.cd-timeline-block.meeting a,
.cd-timeline-block.meeting h3 {
  color: #364b41;
}

.cd-timeline-block.meeting .icon {
  background-color: #364b41;
}

.cd-timeline-block.event a,
.cd-timeline-block.event h3 {
  color: #364b41;
}

.cd-timeline-block.event .icon {
  background-color: #364b41;
}

.cd-timeline-block.working-group a,
.cd-timeline-block.working-group h3 {
  color: #d11242;
}

.cd-timeline-block.working-group .icon {
  background-color: #d11242;
}

.cd-timeline-block.steering-commitee a,
.cd-timeline-block.steering-commitee h3 {
  color: #d11242;
}

.cd-timeline-block.steering-commitee .icon {
  background-color: #d11242;
}

.cd-timeline-block.presentation a,
.cd-timeline-block.presentation h3 {
  color: #C53710;
}

.cd-timeline-block.presentation .icon {
  background-color: #C53710;
}

.cd-timeline-block.document a,
.cd-timeline-block.document h3 {
  color: #105281;
}

.cd-timeline-block.document .icon {
  background-color: #364b41;
}

.cd-timeline-block.letter a,
.cd-timeline-block.letter h3 {
  color: #6b9f9b;
}

.cd-timeline-block.letter .icon {
  background-color: #6b9f9b;
}

.cd-timeline-block.report a,
.cd-timeline-block.report h3 {
  color: #6b9f9b;
}

.cd-timeline-block.report .icon {
  background-color: #6b9f9b;
}

.cd-timeline-block.aproval a,
.cd-timeline-block.aproval h3 {
  color: #66589f;
}

.cd-timeline-block.aproval .icon {
  background-color: #66589f;
}

.cd-timeline-block.study-tour a,
.cd-timeline-block.study-tour h3 {
  color: #a7103b;
}

.cd-timeline-block.study-tour .icon {
  background-color: #a7103b;
}

.cd-timeline-block.article a,
.cd-timeline-block.article h3 {
  color: #105281;
}

.cd-timeline-block.article .icon {
  background-color: #105281;
}

.cd-timeline-block.opion-piece a,
.cd-timeline-block.opion-piece h3 {
  color: #105281;
}

.cd-timeline-block.opion-piece .icon {
  background-color: #105281;
}

.cd-timeline-block.announcement a,
.cd-timeline-block.announcement h3 {
  color: #105281;
}

.cd-timeline-block.announcement .icon {
  background-color: #105281;
}

.cd-timeline-block .link-document {
  text-decoration: none;
}

.cd-timeline-block .link-document .icon-file-pdf {
  background: none;
  padding-right: 1em;
}

.cd-timeline-block a:hover,
.cd-timeline-block a:focus {
  color: #000;
}

.cd-timeline-content {
  border-style: solid;
  border-width: 3px;
  border-color: #e5e5e5;
  box-shadow: none;
  border-radius: 0;
}

.cd-timeline-content:before {
  border-width: 10px;
}

.cd-timeline-content .img-container {
  text-align: center;
  margin-bottom: 1em;
}

.cd-timeline-content .img-container img {
  width: 100%;
}

.phase-event-year {
  text-align: center;
}

.phase-event-year span {
  background-color: white;
  padding: 0 1.2em;
}

.phase-event-year hr {
  margin-top: -30px;
}

.timeline-container {
  box-sizing: border-box;
  float: left;
}

.copy-container {
  padding-bottom: 2.5em;
}

.sort-container {
  right: 0;
  position: absolute;
}

.sort-container .button-container {
  width: 70px;
}

.sort-container .menu-container {
  width: 250px;
  padding: 0;
  max-height: 0;
  height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.sort-container .menu-container.open {
  display: block;
  max-height: 400px;
  height: auto;
}

.sort-container .button-container,
.sort-container .menu-container {
  float: right;
}

.sort-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 250px;
}

.sort-container li {
  list-style: none;
}

.sort-container .order-value {
  top: 0;
  height: 120px;
  margin-bottom: 1px;
}

.sort-container .anchor-links {
  top: 71px;
  position: absolute;
}

.sort-container .order-value,
.sort-container .anchor-links {
  background-color: #b41844;
  background-image: -ms-linear-gradient(0deg, #d11242 0%, #b41844 100%);
  padding: 1em;
  display: none;
}

.sort-container .order-value.open,
.sort-container .anchor-links.open {
  display: block;
}

.sort-container .order-value .active,
.sort-container .anchor-links .active {
  background-color: #851638;
}

.sort-container .order-value button,
.sort-container .order-value a,
.sort-container .anchor-links button,
.sort-container .anchor-links a {
  border: none;
  text-align: left;
  width: 100%;
  background-color: #a7103b;
  color: #fff;
  display: block;
  padding: 0.5em;
  text-decoration: none;
  margin-bottom: 1px;
}

.sort-container .order-value button:focus,
.sort-container .order-value button:hover,
.sort-container .order-value a:focus,
.sort-container .order-value a:hover,
.sort-container .anchor-links button:focus,
.sort-container .anchor-links button:hover,
.sort-container .anchor-links a:focus,
.sort-container .anchor-links a:hover {
  background-color: #851638;
}

.sort-container .order-value button:focus .icon,
.sort-container .order-value button:hover .icon,
.sort-container .order-value a:focus .icon,
.sort-container .order-value a:hover .icon,
.sort-container .anchor-links button:focus .icon,
.sort-container .anchor-links button:hover .icon,
.sort-container .anchor-links a:focus .icon,
.sort-container .anchor-links a:hover .icon {
  display: block;
}

.sort-container .order-value button .icon,
.sort-container .order-value a .icon,
.sort-container .anchor-links button .icon,
.sort-container .anchor-links a .icon {
  display: none;
  float: right;
  font-size: 0.6em;
}

.sort {
  box-sizing: border-box;
  margin-left: -320px;
}

.sort.stick {
  position: fixed;
  top: 0;
}

.sort .button-container button {
  color: #fff;
  border: none;
  background-color: #d11242;
  height: 70px;
  width: 70px;
  font-size: 2.2em;
  margin-bottom: 1px;
}

.sort .button-container button.open,
.sort .button-container button:focus,
.sort .button-container button:hover {
  background-color: #851638;
  background-image: -ms-linear-gradient(0deg, #b41844 0%, #851638 100%);
}

/* multiselect override */

.ms-parent .ms-choice {
  height: 3.5em;
}

.ms-parent .ms-choice span {
  padding: 0.9em 1em;
}

.ms-parent .ms-choice > div {
  background: none;
  right: 0.5em;
  top: 1em;
}

.ms-parent .ms-choice > div:after {
  content: "\E605";
  font-family: "icons";
  position: absolute;
}

/* overrides for combodate */

.combodate select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}

.combodate .combodate-contents {
  cursor: pointer;
  position: relative;
  background-image: url(/images/chevron_down.svg?feb55d779ce8155bdb740ea8d7341eb5);
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 1.2em;
}

.research-and-advocacy {
  width: 100%;
}

.research-and-advocacy.section {
  padding-bottom: 32px;
}

.research-and-advocacy__tiles .slick-slide {
  margin-left: 16px;
  margin-right: 16px;
}

@media (min-width: 64.063em) {
  .research-and-advocacy__tiles .slick-slide {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 64.063em) {
  .research-and-advocacy__tiles {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    display: grid;
    margin-top: 0;
    grid-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 64px;
    max-width: 1200px;
    margin: auto;
  }
}

.research-and-advocacy__tile {
  transition: ease 0.2s all;
}

@media (min-width: 64.063em) {
  .research-and-advocacy__tile:hover img {
    opacity: 0.8;
    transition: ease 0.2s all;
  }

  .research-and-advocacy__tile:hover p {
    color: #D11242;
    transition: ease 0.2s all;
  }
}

.research-and-advocacy__image {
  height: 150px;
}

.research-and-advocacy__image img {
  border-radius: 3px;
  transition: ease 0.2s all;
}

@media (min-width: 64.063em) {
  .research-and-advocacy__image {
    height: 110px;
  }
}

.research-and-advocacy__title {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding-top: 8px;
  transition: ease 0.2s all;
}

.featured-project {
  background: #F8F8F8;
}

.featured-resources h4 {
  margin-bottom: 0;
}

@media (min-width: 64.063em) {
  .featured-resources h4 {
    margin-bottom: 24px;
  }
}

.featured-resources__wrap {
  display: grid;
}

@media (min-width: 40.063em) {
  .featured-resources__wrap {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
}

@media (min-width: 64.063em) {
  .featured-resources__wrap {
    display: block;
  }
}

.featured-resources__row {
  display: block;
  padding-bottom: 24px;
  margin-top: 24px;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 64.063em) {
  .featured-resources__row {
    display: flex;
  }
}

.featured-resources__row:last-child {
  border-bottom: 0;
}

.featured-resources__row:hover {
  transition: ease 0.2s all;
}

.featured-resources__row:hover .featured-resources__image {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
  transition: ease 0.2s all;
}

.featured-resources__row:hover a {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  transition: ease 0.2s all;
}

.featured-resources__image {
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-bottom: 24px;
  transition: ease 0.2s all;
}

.featured-resources__image--placeholder {
  background: #D11242;
}

.featured-resources__image--placeholder img {
  width: 60% !important;
}

@media (min-width: 64.063em) {
  .featured-resources__image {
    width: 170px;
    height: 110px;
    margin-bottom: 0;
  }
}

.featured-resources__image img {
  width: 100%;
  border-radius: 3px;
}

@media (min-width: 64.063em) {
  .featured-resources__block {
    flex: 1 0 50%;
    margin-left: 24px;
  }
}

.featured-resources__headline {
  color: #D11242;
  font-weight: 500;
  font-size: 17px;
}

.featured-resources__description {
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 300;
}

@media (min-width: 64.063em) {
  .featured-project__intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.featured-project__card {
  width: 100%;
  display: flex;
  max-width: 400px;
}

@media (min-width: 64.063em) {
  .featured-project__card {
    display: block;
    flex: 1 0 400px;
    align-self: flex-start;
  }
}

.featured-project__content {
  margin-top: 24px;
}

@media (min-width: 64.063em) {
  .featured-project__content {
    margin-top: 40px;
    display: flex;
  }
}

.featured-project__image {
  flex: 1 0 30%;
  padding: 16px;
  display: flex;
  align-items: center;
  border-right: 1px solid #eee;
}

.featured-project__image img {
  background: #D11242;
  width: 100%;
  border-radius: 3px;
}

@media (min-width: 64.063em) {
  .featured-project__image {
    height: 350px;
    border-right: 0;
  }
}

.featured-project__title {
  padding: 24px;
  display: flex;
  align-items: center;
}

@media (min-width: 64.063em) {
  .featured-project__title {
    border-top: 1px solid #eee;
  }
}

.featured-project__title p {
  margin-bottom: 0;
  font-size: 18px;
  color: #D11242;
  font-weight: 500;
}

@media (min-width: 64.063em) {
  .featured-project__title p {
    font-size: 20px;
  }
}

.featured-project__resources {
  margin-left: 0;
  margin-top: 40px;
}

@media (min-width: 64.063em) {
  .featured-project__resources {
    display: block;
    margin-top: 0;
    margin-left: 60px;
  }
}

h4 {
  margin-top: 0;
  font-size: 18px;
}

@media (min-width: 64.063em) {
  h4 {
    font-size: 22px;
  }
}

@media (min-width: 64.063em) {
  .current-members {
    margin-top: 48px;
  }
}

.become-a-member {
  margin-top: 48px;
}

@media (min-width: 64.063em) {
  .become-a-member {
    margin-top: 64px;
  }
}

.membership__benefits {
  margin-top: 24px;
  display: grid;
}

@media (min-width: 40.063em) {
  .membership__benefits {
    margin-top: 32px;
    font-size: 22px;
    grid-template-columns: 1fr 1fr;
  }
}

.membership__list ul {
  margin-top: 24px;
  display: grid;
}

@media (min-width: 40.063em) {
  .membership__list ul {
    margin-top: 32px;
    font-size: 22px;
    grid-template-columns: 1fr 1fr;
  }
}

.membership__list li {
  margin-bottom: 16px;
  font-size: 14px;
  position: relative;
  padding-left: 40px;
}

.membership__list li:before {
  content: "";
  width: 32px;
  height: 24px;
  position: absolute;
  left: 0;
  background-image: url(/images/list-arrows.svg?4e0dc001db51cb24c93c3d50d995f98c);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 64.063em) {
  .membership__list li {
    font-size: 16px;
    line-height: 28px;
  }
}

.about ul {
  margin-top: 24px;
  display: grid;
}

@media (min-width: 40.063em) {
  .about ul {
    margin-top: 32px;
    font-size: 22px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.about li {
  margin-bottom: 12px;
  font-size: 14px;
  position: relative;
  padding-left: 40px;
}

.about li:before {
  content: "";
  width: 30px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url(/images/list-arrows.svg?4e0dc001db51cb24c93c3d50d995f98c);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 64.063em) {
  .about li {
    font-size: 16px;
    line-height: 28px;
  }
}

.project-progress__timeline {
  height: 12px;
  width: 100%;
  background: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 100px;
}

.project-progress__fill {
  background: #D11242;
  border-radius: 100px;
}

.project-progress__wrap {
  width: 224px;
}

.project-progress__dates {
  display: flex;
  justify-content: space-between;
}

.project-progress__date {
  font-size: 12px;
  font-weight: 500;
  color: #5C6E7A;
  margin-top: 4px;
}

.project-progress p {
  margin-bottom: 8px;
}

.featured-article {
  width: 100%;
  background: #F6F6F6;
  padding: 16px 16px 24px 16px;
  border-radius: 4px;
  margin-top: 24px;
}

@media (min-width: 40.063em) {
  .featured-article {
    margin-top: 0;
    width: 600px;
    padding: 16px 24px 24px 24px;
  }
}

.featured-article img {
  width: 100%;
  margin-right: 16px;
  margin-bottom: 16px;
  border-radius: 3px;
}

@media (min-width: 40.063em) {
  .featured-article img {
    width: 170px;
    height: 110px;
    margin-bottom: 0;
  }
}

.featured-article__header {
  font-size: 14px;
  font-weight: 600;
  color: #3B4B55;
  margin-bottom: 8px;
}

.featured-article__header span {
  font-weight: 400;
}

.featured-article__headline {
  color: #D11242;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 40.063em) {
  .featured-article__content {
    display: flex;
  }
}

.featured-article__description {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project__main-image {
  width: 100%;
  height: 200px;
}

.project__main-image--default {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.project__main-image--placeholder {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
}

@media (min-width: 40.063em) {
  .project__main-image {
    height: 300px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 64.063em) {
  .project__main-image {
    height: 430px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.project .article__sidebar {
  border-left: none !important;
  padding-left: 0;
}

.project .article__sidebar_wrap {
  padding-left: 0;
}

@media (min-width: 40.063em) {
  .project .article__sidebar_wrap {
    padding-left: 48px;
    border-left: 1px solid #eee;
  }
}

.project .article__sidebar_wrap h5 {
  padding-top: 24px;
}

.project .project-progress {
  padding-left: 0;
  display: none;
}

@media (min-width: 40.063em) {
  .project .project-progress {
    padding-left: 48px;
    display: block;
  }
}

.project .project-progress--mobile {
  display: block;
}

@media (min-width: 40.063em) {
  .project .project-progress--mobile {
    display: none;
  }
}

.news__main-image {
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 40.063em) {
  .news__main-image {
    height: 300px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 64.063em) {
  .news__main-image {
    height: 430px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.article__main-image {
  width: 100%;
  height: 200px;
}

.article__main-image--default {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.article__main-image--placeholder {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.4;
  background-color: #eee;
}

@media (min-width: 40.063em) {
  .article__main-image {
    height: 300px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 64.063em) {
  .article__main-image {
    height: 430px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.article__carousel {
  margin-bottom: 0;
}

.article__info {
  display: inline-flex;
  margin-top: 40px;
}

@media (min-width: 64.063em) {
  .article__info {
    margin-top: 0;
    position: absolute;
    top: 8px;
  }

  .article__info--padding {
    top: 22px;
  }
}

.article__related-news {
  margin-top: 16px;
}

.article__date {
  font-size: 12px;
  font-weight: 500;
  background: #D11242;
  color: #fff;
  padding: 4px 8px;
}

@media (min-width: 64.063em) {
  .article__date {
    font-size: 14px;
  }
}

.article__type {
  font-size: 12px;
  background: #D11242;
  font-weight: 500;
  color: #fff;
  padding: 4px 8px;
  margin-left: 8px;
}

@media (min-width: 64.063em) {
  .article__type {
    font-size: 14px;
  }
}

.article__type--factbase {
  background: #114B73;
}

.article__headline {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

@media (min-width: 64.063em) {
  .article__headline {
    font-size: 26px;
    line-height: 40px;
  }
}

.article__content {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

@media (min-width: 40.063em) {
  .article__content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 32px;
  }
}

@media (min-width: 64.063em) {
  .article__content {
    padding-top: 48px;
    display: flex;
  }
}

.article__main {
  flex: 1 0 70%;
}

@media (min-width: 64.063em) {
  .article__main {
    padding-right: 72px;
  }
}

.article__related-articles {
  display: block;
}

@media (min-width: 40.063em) {
  .article__related-articles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
  }
}

@media (min-width: 64.063em) {
  .article__related-articles {
    display: block;
  }
}

.article__sidebar {
  margin-top: 48px;
}

@media (min-width: 64.063em) {
  .article__sidebar {
    flex: 1 0 30%;
    padding-left: 48px;
    border-left: 1px solid #eee;
    margin-top: 0;
  }
}

@media (min-width: 64.063em) {
  .article__sidebar .button_wrap {
    justify-content: flex-start;
  }
}

.article__sidebar .button_wrap .button--large {
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
}

.article__body {
  margin-top: 24px;
  margin-bottom: 32px;
}

.article__body ul {
  margin-top: 24px;
}

@media (min-width: 40.063em) {
  .article__body ul {
    margin-top: 16px;
    font-size: 22px;
  }
}

.article__body li {
  margin-bottom: 12px;
  font-size: 14px;
  position: relative;
  padding-left: 40px;
}

.article__body li:before {
  content: "";
  width: 30px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url(/images/list-arrows.svg?4e0dc001db51cb24c93c3d50d995f98c);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 64.063em) {
  .article__body li {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 64.063em) {
  .article__body {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}

.article__body p {
  line-height: 24px;
  font-size: 14px;
}

@media (min-width: 64.063em) {
  .article__body p {
    line-height: 28px;
    font-size: 16px;
  }
}

.article__list li {
  margin-top: 24px;
  line-height: 24px;
}

@media (min-width: 64.063em) {
  .article__list li {
    margin-top: 32px;
  }
}

.article__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article__header i {
  color: #D11242;
  font-size: 30px;
  transition: ease 0.2s all;
}

.article__header i.open {
  transition: ease 0.2s all;
  transform: rotate(180deg);
}

.article__related {
  width: 100%;
  margin-bottom: 24px;
}

@media (min-width: 64.063em) {
  .article__related {
    width: 240px;
  }
}

.article__related img {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
}

.article__related p {
  margin-top: 12px;
  color: #D11242;
  font-weight: 500;
  line-height: 22px;
}

.article__committee,
.article__partners {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 64.063em) {
  .article__committee,
  .article__partners {
    padding-left: 0;
    padding-right: 0;
  }
}

.article__partners {
  margin-bottom: 72px;
}

.page__header {
  background: rgba(209, 18, 66, 0.9);
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 8px 16px;
}

.page__hero {
  height: 200px;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 24px;
  padding: 0 16px;
}

@media (min-width: 64.063em) {
  .page__hero {
    height: 450px;
    padding: 0;
  }
}

.about {
  padding-bottom: 0;
}

.about__section {
  border-top: 1px solid #eee;
}

.about__section h2 {
  display: none;
}

.about__wrapper {
  display: none;
}

.about__blocks {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 48px;
}

@media (min-width: 64.063em) {
  .about__blocks {
    grid-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 8px;
    margin-bottom: 64px;
  }
}

.about__blocks h5 {
  margin-bottom: 16px;
}

.about__block-body {
  box-shadow: 10px 10px 22px 0px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding: 24px;
}

@media (min-width: 64.063em) {
  .about__block-body {
    height: 178px;
  }
}

.about .profile-card {
  cursor: pointer;
  transition: ease 0.2s all;
}

.about .profile-card:hover .profile-card__name {
  color: #D11242;
  transition: ease 0.2s all;
}

.about__content--grey-bg {
  background: #F8F8F8;
}

.how-we-work {
  margin-top: 32px;
  padding-bottom: 32px;
}

.how-we-work h2 {
  margin-top: 16px;
}

.how-we-work h5 {
  margin-bottom: 16px;
}

.how-we-work h3 {
  margin-bottom: 0;
  font-weight: 500;
}

.how-we-work ul {
  display: block;
}

.how-we-work__image {
  max-width: 650px;
  width: 100%;
  margin-top: 24px;
}

.our-impact ul {
  margin-top: 24px;
}

@media (min-width: 40.063em) {
  .our-impact ul {
    margin-top: 16px;
    font-size: 22px;
  }
}

.our-impact li {
  margin-bottom: 12px;
  font-size: 14px;
  position: relative;
  padding-left: 40px;
}

.our-impact li:before {
  content: "";
  width: 30px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url(/images/list-arrows.svg?4e0dc001db51cb24c93c3d50d995f98c);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 64.063em) {
  .our-impact li {
    font-size: 16px;
    line-height: 28px;
  }
}

.events ul {
  margin-top: 24px;
}

@media (min-width: 40.063em) {
  .events ul {
    margin-top: 16px;
    font-size: 22px;
  }
}

.events li {
  margin-bottom: 12px;
  font-size: 14px;
  position: relative;
  padding-left: 40px;
}

.events li:before {
  content: "";
  width: 30px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url(/images/list-arrows.svg?4e0dc001db51cb24c93c3d50d995f98c);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 64.063em) {
  .events li {
    font-size: 16px;
    line-height: 28px;
  }
}

.events h4 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 500 !important;
  font-size: 26px;
}

@media (min-width: 64.063em) {
  .events h4 {
    padding-left: 0;
  }
}

.events__upcoming {
  margin-bottom: 24px;
  padding-top: 16px;
}

.events__past {
  margin-bottom: 24px;
  padding-top: 16px;
}

.events__profile-list h4 {
  font-weight: 500;
}

.events .card__content p {
  -webkit-line-clamp: 4 !important;
}

.events .card__synopsis {
  display: block;
}

.events .card__synopsis p:not(:first-child) {
  display: none !important;
}

.events .card__tags {
  bottom: -8px;
  font-weight: 500;
}

.events .card__tags p {
  font-size: 14px;
}

.events__profile-list-header {
  font-weight: 500;
}

.events .pagination-controls {
  margin-top: 8px;
}

.event-article__block {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

@media (min-width: 64.063em) {
  .event-article__block {
    border-bottom: 0;
  }
}

.event-article__block h5 {
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 64.063em) {
  .event-article__block h5 {
    font-size: 16px;
  }
}

.event-article__schedule p {
  margin-bottom: 0;
}

.event-article__date {
  margin-top: 16px;
}

.event-article .article__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 64.063em) {
  .event-article .article__content {
    font-size: 16px;
    flex-direction: row;
  }
}

.event-article .article__content p {
  font-size: 14px;
}

@media (min-width: 64.063em) {
  .event-article .article__content p {
    font-size: 16px;
  }
}

.event-article .article__content .event-type {
  font-size: 12px;
  margin-bottom: 16px;
}

@media (min-width: 64.063em) {
  .event-article .article__content .event-type {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.event-article .article__main {
  order: 2;
}

.event-article .article__main h1 {
  display: none;
}

@media (min-width: 64.063em) {
  .event-article .article__main h1 {
    display: block;
  }
}

@media (min-width: 64.063em) {
  .event-article .article__main {
    order: 1;
    padding-right: 72px;
  }
}

.event-article .article__sidebar {
  order: 1;
  margin-top: 8px;
}

@media (min-width: 64.063em) {
  .event-article .article__sidebar {
    order: 2;
    margin-top: 48px;
    padding-top: 16px;
  }
}

@media (min-width: 64.063em) {
  .event-article .article__sidebar h1 {
    display: none;
  }
}

.event-article .article__type {
  background: #3B4B55;
}

.event-article .article__type:first-child {
  margin-left: 0;
}

.profile-wrap {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
}

@media (min-width: 64.063em) {
  .profile-wrap {
    grid-template-columns: 1fr 4fr;
    margin: 0 0 16px 0;
  }
}

.profile-wrap:last-child {
  border-bottom: 0;
}

.profile-wrap h5 {
  margin-top: 0;
  margin-bottom: 8px;
}

.profile-wrap img {
  width: 100px;
  border-radius: 100%;
  margin-bottom: 16px;
}

.profile-wrap__info {
  margin-bottom: 16px;
}

.profile-wrap__position {
  color: #3B4B55;
}

.news-and-media {
  padding-bottom: 48px;
}

.news-and-media .resource-form-fields {
  margin-bottom: 24px;
}

.news-and-media .newsletter-container {
  margin-bottom: 8px;
}

.featured-article__image {
  transition: ease 0.2s all;
}

.featured-article:hover .featured-article__image {
  transition: ease 0.2s all;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.featured-article:hover .featured-article__headline {
  transition: ease 0.2s all;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

/* FOOTER STYLES */

.footer {
  background-color: #2F3C44;
  padding-top: 40px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 40.063em) {
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 64.063em) {
  .footer__content {
    display: flex;
  }
}

.footer__col {
  margin-bottom: 32px;
}

@media (min-width: 64.063em) {
  .footer__col {
    margin: 0;
  }
}

.footer__heading {
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  margin-bottom: 8px;
}

@media (min-width: 64.063em) {
  .footer__heading {
    margin-bottom: 16px;
  }
}

.footer__item {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  margin: 0;
}

.footer__item:last-child {
  margin-top: 16px;
}

.footer__address p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.footer__location {
  flex: 1 0 50%;
}

.footer__social {
  flex: 1 0 20%;
}

.footer__social a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 26px;
  margin-right: 12px;
  transition: ease 0.2s all;
}

@media (min-width: 64.063em) {
  .footer__social a {
    font-size: 32px;
    margin-right: 8px;
  }
}

.footer__social a:hover {
  color: #fff;
  transition: ease 0.2s all;
}

.footer__subscribe {
  flex: 1 0 30%;
}

.footer__input {
  background: #202B32;
  outline: 0;
  box-shadow: none;
  border: 0;
  height: 50px;
  width: 100%;
  padding: 8px 16px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: ease 0.2s all;
  cursor: pointer;
}

.footer__input:hover {
  background: #243038;
  transition: ease 0.2s all;
}

.footer__input:hover a {
  color: #fff !important;
}

.footer__input a {
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: space-between;
  width: 100%;
  transition: ease 0.2s all;
}

.footer__input a img {
  width: 20px;
}

@media (min-width: 64.063em) {
  .footer__input {
    font-size: 18px;
  }
}

.footer__input::-webkit-input-placeholder {
  color: #ccc;
}

.footer__input::-moz-placeholder {
  color: #ccc;
}

.footer__input:-ms-input-placeholder {
  color: #ccc;
}

.footer__input::-ms-input-placeholder {
  color: #ccc;
}

.footer__input::placeholder {
  color: #ccc;
}

.footer__credits {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media (min-width: 64.063em) {
  .footer__credits {
    font-size: 18px;
  }
}

.footer__credits p {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}

.footer__credits a {
  color: rgba(255, 255, 255, 0.5);
}

.footer__credit {
  flex: 1 0 60%;
}

@media (min-width: 64.063em) {
  .footer__credit {
    flex: 1 0 50%;
  }
}

.footer__terms {
  flex: 1 0 40%;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 64.063em) {
  .footer__terms {
    flex: 1 0 10%;
    justify-content: flex-end;
  }
}

.footer__terms p {
  margin-right: 0;
}

@media (min-width: 64.063em) {
  .footer__terms p {
    margin-right: 24px;
  }
}

.footer__copyright {
  flex: 1 0 10%;
  text-align: right;
}

.acknowledgement {
  background: #eee;
}

.acknowledgement.section {
  padding-top: 12px;
  padding-bottom: 48px;
}

.acknowledgement h5 {
  margin-bottom: 16px;
  font-size: 16px;
}

@media (min-width: 64.063em) {
  .acknowledgement h5 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.acknowledgement p {
  font-size: 14px;
}

@media (min-width: 64.063em) {
  .acknowledgement p {
    font-size: 16px;
  }
}

.advocacy-container {
  background-color: #ececec;
  text-align: center;
}

.advocacy-container .content {
  margin: auto auto;
}

@media screen and (min-width: 620px) {
  .advocacy-container .content {
    max-width: 600px;
  }
}

@media screen and (min-width: 768px) {
  .advocacy-container .content {
    max-width: 600px;
  }
}

@media screen and (min-width: 990px) {
  .advocacy-container .content {
    max-width: 900px;
  }
}

@media screen and (min-width: 1240px) {
  .advocacy-container .content {
    max-width: 1200px;
    margin-top: -520px;
  }
}

.advocacy-container .h2-title {
  color: #C53710;
}

.advocacies {
  margin: 1em 0;
}

.advocacy-promo {
  box-sizing: border-box;
  background-color: #fff;
  float: left;
  text-align: left;
  text-decoration: none;
  color: #3B4B55;
  margin: 5%;
  width: 40%;
}

.advocacy-promo img {
  height: auto;
  width: 100%;
}

.advocacy-promo p {
  padding: 0 30px;
  display: none;
}

@media screen and (min-width: 768px) {
  .advocacy-promo p {
    display: block;
  }
}

.advocacy-promo h3 {
  font-weight: 400;
  line-height: 1em;
  font-size: 16px;
  font-size: 1.0666666667rem;
  padding: 0 12px;
}

@media screen and (min-width: 768px) {
  .advocacy-promo h3 {
    font-size: 27px;
    font-size: 1.8rem;
    padding: 0 30px;
  }
}

.advocacy-promo .advocacy-details {
  min-height: 60px;
}

@media screen and (min-width: 768px) {
  .advocacy-promo .advocacy-details {
    min-height: 40px;
  }
}

@media screen and (min-width: 620px) {
  .advocacy-promo {
    margin: 15px;
    width: 270px;
  }
}

@media screen and (min-width: 768px) {
  .advocacy-promo {
    height: 520px;
  }
}

@media screen and (min-width: 1240px) {
  .advocacy-promo:nth-child(5) {
    margin-left: 150px;
  }
}

@media screen and (min-width: 768px) {
  .advocacy-promo--no-image {
    height: 330px;
  }
}

.research-container {
  padding: 0 0 2em 0;
}

@media screen and (min-width: 990px) {
  .research-container {
    margin-top: 80px;
    padding: 0;
  }
}

.research-container .content {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .research-container .content {
    padding-top: 2.5em;
  }
}

@media screen and (min-width: 1240px) {
  .research-container .content {
    margin-top: -320px;
  }
}

.research-container .h2-title {
  color: #851638;
}

.research-container h2:not(.h2-title) {
  font-size: 26px;
  font-size: 1.7333333333rem;
  margin-top: 0;
}

@media screen and (min-width: 620px) {
  .research-container h2:not(.h2-title) {
    padding: 0;
  }
}

.research-container .col-50 {
  margin-top: 2.5em;
}

.research-container .link-undretaking {
  margin-left: 1em;
}

@media screen and (min-width: 620px) {
  .research-container .link-undretaking {
    margin-left: 0;
  }
}

.factbase-link {
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
  background: none;
  margin: 0 0.5em;
}

.factbase-link .icon {
  margin-left: 10px;
}

.factbase-link img {
  max-width: 100%;
  display: none;
}

@media screen and (min-width: 768px) {
  .factbase-link img {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .factbase-link {
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 170px;
    float: left;
    width: 30%;
  }
}

.research-latest {
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: #eeeeee;
  background-image: linear-gradient(90deg, white 0%, #f4f4f4 100%);
  color: #3B4B55;
  display: block;
  margin-bottom: 1px;
  padding: 20px;
  text-decoration: none;
}

.research-latest .research-type {
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: bold;
}

.research-latest .research-title {
  font-size: 23px;
  font-size: 1.5333333333rem;
  color: #851638;
  line-height: 1em;
}

.research-latest .research-title .icon {
  font-size: 0.6em;
  margin-left: 0.4em;
}

.research-latest:focus,
.research-latest:hover {
  background: none;
  background-color: #fff;
}

.dyk-container {
  clear: both;
  margin-top: 1em;
}

.dyk-container .fact-container {
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin: 0.5em 0;
}

@media screen and (min-width: 768px) {
  .dyk-container .fact-container {
    width: 48%;
  }

  .dyk-container .fact-container:nth-of-type(2) {
    float: right;
  }
}

.dyk-container .fact-container img {
  max-width: 100%;
  margin: 1em 0;
}

/* Scss Document */

.news-container h1,
.news-container .h2-title {
  color: #364b41;
}

@media screen and (min-width: 1240px) {
  .news-container .content {
    margin-top: -360px;
  }
}

.news-publications-links {
  margin: 1em;
}

@media screen and (min-width: 620px) {
  .news-publications-links {
    margin: 1em 0;
  }
}

.article-latest {
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: #eeeeee;
  display: table;
  text-decoration: none;
  width: 100%;
  margin-bottom: 1px;
  height: 72px;
  background-image: -ms-linear-gradient(90deg, white 0%, #f4f4f4 100%);
}

.article-latest .article-date,
.article-latest .article-date-even {
  background-color: #3d664e;
  display: table-cell;
  color: #fff;
  width: 70px;
  text-align: center;
  padding: 1em;
  line-height: 1.2em;
}

.article-latest .article-date-even {
  background-color: #364b41;
}

.article-latest .article-date-month,
.article-latest .article-date-day {
  font-weight: 400;
}

.article-latest .article-date-day {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.6rem;
}

.article-latest .article-details {
  min-height: 72px;
  padding: 1em;
  display: table-cell;
  line-height: 1.3em;
}

.article-latest .article-title {
  color: #364b41;
  font-size: 23px;
  font-size: 1.5333333333rem;
  word-break: keep-all;
}

.article-latest .article-type {
  font-weight: 700;
  color: #3B4B55;
}

.article-latest:focus,
.article-latest:hover {
  background: none;
  background-color: #fff;
}

.photo-comp img {
  max-width: 100%;
}

.member-container {
  background-color: #fff;
  background-image: -ms-linear-gradient(90deg, white 50%, #ececec 100%);
  text-align: center;
}

.member-container .h2-title {
  color: #66589f;
}

@media screen and (min-width: 1240px) {
  .member-container .content {
    margin-top: -600px;
  }
}

.member-container .members-logos {
  margin: 2em 0;
}

.member-container img {
  margin: 0;
  padding: 0;
  width: 40%;
}

@media screen and (min-width: 620px) {
  .member-container img {
    width: auto;
  }
}

.members table {
  width: 100%;
}

.members__content {
  margin-top: 24px;
  margin-bottom: 24px;
}

.members .profile-container {
  margin-top: 0;
}

.members .stack-image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 120px;
  max-height: 80px !important;
}

.members__description {
  margin-bottom: 32px;
}

.membership-page {
  padding-bottom: 40px;
}

.membership-page .page-header__box {
  border-radius: 0;
}

.membership-page .page-header__box_wrap:first-child {
  border-bottom: 1px solid #ececec;
}

.membership-page .page-header__blocks {
  width: 100%;
}

@media (min-width: 40.063em) {
  .membership-page .page-header__blocks {
    width: 35%;
  }
}

.membership-page .page-header__body {
  width: 100%;
}

@media (min-width: 40.063em) {
  .membership-page .page-header__body {
    width: 65%;
  }
}

.membership-page ul {
  margin-top: 24px;
}

@media (min-width: 40.063em) {
  .membership-page ul {
    margin-top: 16px;
    font-size: 22px;
  }
}

.membership-page li {
  margin-bottom: 12px;
  font-size: 14px;
  position: relative;
  padding-left: 40px;
}

.membership-page li:before {
  content: "";
  width: 30px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url(/images/list-arrows.svg?4e0dc001db51cb24c93c3d50d995f98c);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 64.063em) {
  .membership-page li {
    font-size: 16px;
    line-height: 28px;
  }
}

.membership-page table {
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
  max-width: 1000px;
}

.membership-page table th {
  background-color: #d11242;
  color: #fff;
  font-size: 14px;
  padding: 8px;
  font-weight: 500;
}

@media (min-width: 64.063em) {
  .membership-page table th {
    font-size: 16px;
  }
}

.membership-page table th:first-child {
  border-top-left-radius: 6px;
}

.membership-page table th:last-child {
  border-top-right-radius: 6px;
}

.membership-page table td {
  border: 1px solid #ececec;
  width: 13.3333%;
  padding: 16px;
  text-align: center;
  font-size: 13px;
}

.membership-page table td:first-child {
  font-size: 13px;
  width: 60%;
  text-align: left;
}

@media (min-width: 64.063em) {
  .membership-page table td:first-child {
    font-size: 16px;
  }
}

.membership-page table tr:nth-child(even) {
  background-color: #f5f5f5;
}

.membership-page table img {
  width: 30px !important;
  height: 30px !important;
  background-color: transparent !important;
}

.membership-page table figure {
  margin-bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.generic {
  padding-bottom: 64px;
}

.generic table {
  width: 100%;
  margin: 1em 0;
  max-width: 1000px;
}

.generic tr:nth-child(even) {
  background-color: #f5f5f5;
}

.generic td {
  padding: 16px;
  border: 1px solid #ececec;
  font-size: 16px;
}

.passion-for-perth ul,
.document-download ul {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (min-width: 40.063em) {
  .passion-for-perth ul,
  .document-download ul {
    margin-top: 16px;
    font-size: 22px;
  }
}

.passion-for-perth li,
.document-download li {
  margin-bottom: 12px;
  font-size: 14px;
  position: relative;
  padding-left: 40px;
}

.passion-for-perth li:before,
.document-download li:before {
  content: "";
  width: 30px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url(/images/list-arrows.svg?4e0dc001db51cb24c93c3d50d995f98c);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 64.063em) {
  .passion-for-perth li,
  .document-download li {
    font-size: 16px;
    line-height: 28px;
  }
}

.passion-for-perth .input,
.document-download .input {
  position: relative;
}

.passion-for-perth .input input,
.document-download .input input {
  border: 1px solid #ccc;
  border-radius: 0.2em;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 8px;
  color: #3b4b55;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
  font-size: 16px;
}

.passion-for-perth .input select,
.document-download .input select {
  border: 1px solid #ccc;
  border-radius: 0.2em;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 8px;
  color: #3b4b55;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
  font-size: 16px;
}

.passion-for-perth textarea,
.document-download textarea {
  border: 1px solid #ccc;
  border-radius: 0.2em;
  width: 100%;
  height: 150px;
  margin: 0;
  padding: 8px;
  color: #3b4b55;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
  font-size: 16px;
}

.passion-for-perth .day,
.document-download .day {
  width: 60px !important;
}

.passion-for-perth .month,
.document-download .month {
  width: 120px !important;
}

.passion-for-perth .year,
.document-download .year {
  width: 60px !important;
}

.passion-for-perth .field,
.document-download .field {
  margin-top: 0;
  margin-bottom: 8px;
}

.passion-for-perth .submission-container,
.document-download .submission-container {
  width: 100%;
  max-width: 800px;
}

.passion-for-perth .fakefile,
.document-download .fakefile {
  position: absolute;
  top: 4px;
  right: 0;
}

.passion-for-perth .form-upload-display,
.document-download .form-upload-display {
  margin-top: 8px !important;
}

.passion-for-perth form button,
.document-download form button {
  border-radius: 4px;
  background: #d11242;
  color: #fff;
  height: 45px;
  padding: 8px 40px;
  margin-top: 0;
  font-size: 16px;
  border: 0;
}

.passion-for-perth form button .icon,
.document-download form button .icon {
  display: none;
}

.passion-for-perth .add-submission-container,
.document-download .add-submission-container {
  max-width: 800px;
}

.passion-for-perth .disclaimer,
.document-download .disclaimer {
  margin-top: 48px;
  margin-bottom: 48px;
}

.lte-ie9 .combodate select {
  -webkit-appearance: normal;
     -moz-appearance: normal;
          appearance: normal;
}

.lte-ie9 .combodate-contents {
  position: relative;
}

.lte-ie9 .combodate-contents:after {
  content: " ";
  right: 0;
  top: 0;
}

.lte-ie9 .icon-spinner {
  background-image: url(/images/spinner.gif?043865ee8728d2eb13583e096a4f95d6);
}

html {
  font-size: 15px;
}

body {
  color: #3B4B55;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: normal;
  overflow-x: hidden;
}

a {
  color: #d11242;
}

a:hover,
a:focus {
  color: #000;
}

img {
  height: auto;
}

.full-width {
  width: 100%;
}

.content {
  max-width: 1200px;
  margin: 0 auto;
}

.main-content-container .content {
  z-index: 100;
  position: relative;
  padding: 2.5em 0;
}

.hm-section-heading {
  width: 86%;
  margin: auto auto;
  text-align: center;
}

@media screen and (min-width: 1240px) {
  .hm-section-heading {
    width: 50%;
  }
}

.hm-section-heading .h2-title {
  margin-top: 0;
  margin-left: 100px;
}

.side-nav-container {
  padding: 2.5em 1em 2.5em 1em;
  display: none;
  min-width: 35%;
  background-color: #ececec;
}

@media screen and (min-width: 1240px) {
  .side-nav-container {
    padding: 2.5em 0 2.5em 2em;
  }
}

@media screen and (min-width: 768px) {
  .side-nav-container {
    min-width: 35%;
  }
}

@media screen and (min-width: 990px) {
  .side-nav-container {
    min-width: 26%;
  }
}

.content-area {
  background-color: #fff;
  width: 100%;
  position: relative;
  padding: 4em 1em;
}

@media screen and (min-width: 1200px) {
  .content-area {
    padding: 5em 80px 4em 0;
  }
}

@media screen and (min-width: 768px) {
  .content-area {
    min-width: 65%;
  }
}

@media screen and (min-width: 990px) {
  .content-area {
    min-width: 74%;
  }
}

@media screen and (min-width: 768px) {
  .content-area,
  .side-nav-container {
    display: table-cell;
    vertical-align: top;
  }
}

