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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/*
Colors
 */
/*
Grid
 */
.site-container {
  width: 100%;
  position: relative;
  background: #F7F7F7;
  /*	&:after {
  		@include position(absolute, 0 0 0 0);
  		display: block;
  		content: '';
  		z-index: 1;
  		pointer-events: none;
  		$bg: rgba(red, .2);
  		opacity: .3;

  		background: repeating-linear-gradient(
  						to right,
  						transparent 0,
  						transparent $grid-gutter,
  						$bg $grid-gutter,
  						$bg $col-total-width,
  						transparent $col-total-width
  		);
  	}*/
}
@media (min-width: 810px) {
  .site-container {
    width: 810px;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .site-container {
    width: 1280px;
  }
}
@media (min-width: 1440px) {
  .site-container {
    width: 1440px;
  }
}

.row {
  display: flex;
}

@media (min-width: 1280px) {
  .col-md-4 {
    flex: 0 0 calc(33.3333333333% + 0px);
    box-sizing: border-box;
  }
}

@font-face {
  font-family: "MenEngageIcons";
  src: url("../webfonts/MenEngageIcons.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
.mei-con, [class^=mei-con-], [class*=" mei-con-"] {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 MenEngageIcons;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.mei-con-arrow-down::before {
  content: "\ea01";
}

.mei-con-arrow-left::before {
  content: "\ea02";
}

.mei-con-arrow-right::before {
  content: "\ea03";
}

.mei-con-arrow-up::before {
  content: "\ea04";
}

.mei-con-close::before {
  content: "\ea05";
}

.mei-con-download::before {
  content: "\ea06";
}

.mei-con-hamburger::before {
  content: "\ea07";
}

.mei-con-marker::before {
  content: "\ea08";
}

.mei-con-minus::before {
  content: "\ea09";
}

.mei-con-move::before {
  content: "\ea0a";
}

.mei-con-person::before {
  content: "\ea0b";
}

.mei-con-plus::before {
  content: "\ea0c";
}

.mei-con-search::before {
  content: "\ea0d";
}

.mei-con-social-facebook::before {
  content: "\ea0e";
}

.mei-con-social-instagram::before {
  content: "\ea0f";
}

.mei-con-social-twitter::before {
  content: "\ea10";
}

@font-face {
  font-family: MuseoSlab;
  src: url(../webfonts/MuseoSlab500.woff);
  font-weight: 400;
}
@font-face {
  font-family: MuseoSlab;
  src: url(../webfonts/MuseoSlab700.woff);
  font-weight: 700;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #0C0033;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 810px) {
  body {
    font-size: 18px;
    line-height: 32px;
  }
}

a {
  color: #0C0033;
}

p {
  margin: 0;
}

ol, ul {
  margin: 0;
  margin-bottom: 32px;
}

h1, h2, h3 {
  font-size: 1em;
  margin: 0;
}

.h1, .title-large, .ts-default h1, .title-shade, .typed-header__title {
  font-family: "MuseoSlab", sans-serif;
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 1280px) {
  .h1, .title-large, .ts-default h1, .title-shade, .typed-header__title {
    font-size: 48px;
    line-height: 64px;
  }
}

.h2, .title-medium, .card__title, .ts-default h2, .introduction {
  font-family: "MuseoSlab", sans-serif;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 1280px) {
  .h2, .title-medium, .card__title, .ts-default h2, .introduction {
    font-size: 24px;
    line-height: 32px;
  }
}

.h3, .title-small, .ts-default h3, .title-label, .typed-header__type, .card__type {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.descriptor, .metainfo__item {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  opacity: 0.4;
}

.title-label, .typed-header__type, .card__type {
  color: #fff;
  background-color: #0C0033;
  display: inline-block;
  padding: 11px 24px;
  font-weight: bold;
}

.title-shade, .typed-header__title {
  line-height: 1.4;
  padding: 2px 0;
  margin: auto;
}
.title-shade span, .typed-header__title span {
  background-color: #784A96;
  color: #fff;
  display: inline;
  padding: 0.45em;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

dl.dl, dl.dl-tb {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
dl.dl dt, dl.dl-tb dt {
  font-weight: bold;
}
dl.dl dd, dl.dl-tb dd {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}

dl.dl-tb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
dl.dl-tb dt {
  flex: 0 0 47%;
}
dl.dl-tb dd {
  flex: 0 0 53%;
  margin-bottom: 8px;
}

.ul li, .ts-default ul li {
  list-style: none;
  padding-left: 25px;
  position: relative;
}
.ul li:before, .ts-default ul li:before {
  height: 5px;
  width: 5px;
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  border-radius: 50%;
  display: inline-block;
  background: #B0549C;
}

.ol, .ts-default ol {
  counter-reset: li;
}
.ol li, .ts-default ol li {
  list-style: none;
  counter-increment: li;
}
.ol li:before, .ts-default ol li:before {
  content: "." counter(li);
  color: #B0549C;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}

.ts-default h1 {
  margin-bottom: 24px;
}
.ts-default h2 {
  margin-bottom: 24px;
}
.ts-default p {
  margin-bottom: 32px;
}
.ts-default img {
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}

@media (min-width: 1280px) {
  .layout .sidebar-content {
    padding: 56px 48px;
    background: #fff;
  }
  .layout.-member-theme {
    display: flex;
  }
  .layout.-member-theme .layout__col.-main {
    flex: 0 0 860px;
  }
  .layout.-member-theme .layout__col.-sidebar {
    flex: 1 1 auto;
  }
  .layout__col.-sidebar {
    flex: 1 1 auto;
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .layout.-member-theme .layout__col.-main {
    flex: 0 0 1044px;
  }
}

.tpl-member .sidebar-content {
  padding: 40px;
}
.tpl-member .sidebar-content .button:hover {
  background: #F7F7F7;
}
.tpl-member .sidebar-content a.social {
  font-size: 28px;
  display: inline-block;
  margin-top: 5px;
  margin-right: 12px;
  color: #2AC9BB;
}
.tpl-member .sidebar-section {
  margin-bottom: 24px;
}
.tpl-member .sidebar-section .title-medium, .tpl-member .sidebar-section .card__title, .tpl-member .sidebar-section .ts-default h2, .ts-default .tpl-member .sidebar-section h2 {
  margin-bottom: 16px;
}
.tpl-member .sidebar-section .button {
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .tpl-member .membercontent .ts-default {
    margin-bottom: 80px;
  }
}

.tpl-detail__main {
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.tpl-detail__news {
  padding: 24px;
}
@media (min-width: 810px) {
  .tpl-detail__main {
    padding: 48px;
  }
  .tpl-detail__news {
    padding: 0 48px;
  }
  .tpl-detail__news .newssection__stories {
    justify-content: left;
    margin-right: -48px;
  }
  .tpl-detail__news .newssection__stories .card {
    width: 30%;
    margin-right: 48px;
  }
}
@media (min-width: 1280px) {
  .tpl-detail__main {
    padding: 74px 48px;
    flex-direction: row-reverse;
  }
  .tpl-detail__main__text {
    flex: 0 0 69%;
  }
  .tpl-detail__main__sidebar {
    flex: auto;
    padding-right: 96px;
  }
}
@media (min-width: 1440px) {
  .tpl-detail__main {
    padding: 74px 163px;
  }
}

.tpl-selfcare__main {
  position: relative;
  padding: 24px;
}
.select2-dropdown {
  margin-top: 32px !important;
}

.tpl-selfcare form#selfcare > .acf-fields > .acf-field {
  padding: 15px 0;
}
.tpl-selfcare form#selfcare .acf-field-group .acf-fields .acf-label {
  margin: 0;
}
.tpl-selfcare form#selfcare .acf-field-group .acf-fields label {
  font-size: 14px;
  margin: 0;
}
.tpl-selfcare form#selfcare ul li {
  padding-left: 0;
}
.tpl-selfcare form#selfcare ul li:before {
  background: none;
}
.tpl-selfcare form#selfcare .acf-input .button {
  margin-top: 13px;
  font-weight: normal;
  font-size: 16px;
  padding: 2px 18px;
}
.tpl-selfcare form#selfcare .acf-form-submit .button {
  font-size: 18px;
  padding: 15px 18px 10px;
}
@media (min-width: 810px) {
  .tpl-selfcare__main {
    padding: 48px;
  }
}
@media (min-width: 1280px) {
  .tpl-selfcare__main {
    padding: 80px 275px;
  }
}

.tpl-landing__main {
  position: relative;
  padding: 24px;
}
.tpl-landing__related {
  padding: 24px;
  background-color: rgba(6, 0, 27, 0.05);
}
@media (min-width: 810px) {
  .tpl-landing__main {
    padding: 48px;
  }
  .tpl-landing__related .newssection {
    margin-bottom: 0;
  }
  .tpl-landing__related .newssection__stories {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    max-height: 1400px;
    overflow-x: hidden;
    padding: 0;
    padding-top: 48px;
  }
  .tpl-landing__related .newssection__stories:after {
    flex: 0 0 30.6%;
    content: "";
  }
  .tpl-landing__related .newssection__stories .card {
    width: 30%;
    flex: 0 0 30.6%;
    margin-right: 2.7%;
    margin-bottom: 2.7%;
  }
  .tpl-landing__related .newssection__stories .card:nth-child(3n) {
    margin-right: 0;
  }
  .tpl-landing__related .newssection__stories .card__content {
    height: 400px;
  }
}
@media (min-width: 1280px) {
  .tpl-landing__main {
    padding: 80px 275px;
  }
  .tpl-landing__related {
    padding: 80px 142px;
  }
}
@media (min-width: 1440px) {
  .tpl-landing__related {
    padding: 80px 162px;
  }
  .tpl-landing__related .newssection__stories .card__content {
    height: 280px;
  }
}

.tpl-content__main__text {
  padding: 24px;
}
@media (min-width: 1280px) {
  .tpl-content__main {
    position: relative;
  }
  .tpl-content__main__nav {
    position: absolute;
    top: -330px;
    left: 0;
    width: 380px;
  }
  .tpl-content__main__text {
    padding: 80px 0;
    margin-left: 464px;
    margin-right: 160px;
  }
}

.m-vision {
  padding: 24px;
}
.m-vision__foot {
  text-align: center;
}
@media (min-width: 810px) {
  .m-vision {
    padding: 24px;
    padding-right: 0;
  }
  .m-vision__container {
    display: flex;
    flex-wrap: wrap;
  }
  .m-vision__foot {
    flex: 0 0 100%;
    text-align: center;
  }
  .m-vision__col {
    margin-left: 8.3333333333%;
    flex: 0 0 calc(33.3333333333% + 0px);
    box-sizing: border-box;
  }
}
@media (min-width: 1280px) {
  .m-vision {
    padding: 128px 48px;
  }
  .m-vision__col {
    margin-left: 8.3333333333%;
    flex: 0 0 calc(41.6666666667% + 0px);
    box-sizing: border-box;
  }
  .m-vision__col:nth-child(2) {
    margin-left: 0;
  }
}

.recentnews {
  padding: 24px;
  background: #fff;
}
.recentnews .newscallout {
  margin-bottom: 16px;
  text-decoration: none;
}
@media (min-width: 810px) {
  .recentnews {
    padding: 40px;
    padding-right: 0;
  }
  .recentnews__container {
    display: flex;
  }
  .recentnews__container .newscallout {
    margin-right: 10px;
    margin-bottom: 0;
    flex: 0 0 calc(50% - 20px);
  }
  .recentnews__container .newscallout:nth-child(3) {
    display: none;
  }
}
@media (min-width: 1280px) {
  .recentnews {
    padding: 48px;
  }
  .recentnews__container {
    display: flex;
  }
  .recentnews__container .newscallout {
    margin-right: 24px;
    flex: 0 0 calc(33.33% - 20px);
  }
  .recentnews__container .newscallout:nth-child(3) {
    display: flex;
  }
}

.featured {
  padding: 56px 24px;
  background: #0C0033;
  color: #fff;
}
.featured .title-large, .featured .title-shade, .featured .typed-header__title, .featured .ts-default h1, .ts-default .featured h1 {
  margin-bottom: 32px;
}
.featured p {
  opacity: 0.7;
  margin-bottom: 16px;
}
.featured__card {
  margin-bottom: 50px;
}
.featured__topics__morelink {
  text-decoration: underline;
  color: #fff;
  margin-top: 16px;
  display: inline-block;
  font-weight: bold;
}
@media (min-width: 810px) {
  .featured {
    padding: 56px 0 56px 40px;
  }
  .featured__container {
    display: flex;
  }
  .featured__card {
    flex: 0 0 calc(50% + 0px);
    box-sizing: border-box;
    padding-right: 48px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .featured__topics {
    flex: 0 0 calc(33.3333333333% + 0px);
    box-sizing: border-box;
  }
}
@media (min-width: 1280px) {
  .featured {
    padding: 136px 0 136px 48px;
  }
  .featured__card {
    margin-left: 8.3333333333%;
  }
}
.featured.-full {
  background: #fff;
}
@media (min-width: 1280px) {
  .featured.-full .featured__card {
    flex: 0 0 calc(83.3333333333% + 0px);
    box-sizing: border-box;
  }
}

.btext {
  background-color: rgba(6, 0, 27, 0.05);
  padding: 56px 24px;
}
@media (min-width: 810px) {
  .btext {
    padding: 56px 40px;
  }
}
@media (min-width: 1280px) {
  .btext {
    padding: 136px 0 136px 48px;
    display: flex;
  }
  .btext__container {
    flex: 0 0 calc(66.6666666667% + 0px);
    box-sizing: border-box;
    margin-left: 16.6666666667%;
  }
}

.card-overview {
  padding: 24px;
}
@media (min-width: 1280px) {
  .card-overview {
    padding: 48px 0 48px 48px;
    display: flex;
  }
  .card-overview__container {
    margin-left: 8.3333333333%;
    flex: 0 0 calc(83.3333333333% + 0px);
    box-sizing: border-box;
  }
  .card-overview__header {
    min-height: 1px;
    overflow: hidden;
  }
  .card-overview__header h2 {
    float: left;
    display: inline-block;
  }
  .card-overview__header .button {
    float: right;
  }
  .card-overview__items {
    width: calc(100% + 16px);
  }
  .card-overview__item {
    padding-right: 16px;
    box-sizing: border-box;
  }
}

.membermap {
  background: #0C0033;
  color: #fff;
  padding: 22px 24px;
  height: 548px;
  max-height: 100%;
  position: relative;
}
.membermap__networks {
  display: none;
}
.membermap__title {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 750px;
  margin: 0 auto;
}
.membermap__title.-left {
  text-align: left;
  margin-left: 0;
}
.membermap__actions {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 2;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}
.membermap__actions .button {
  margin: 10px;
}
.membermap__map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.membermap.-region {
  height: 640px;
}
@media (min-width: 810px) {
  .membermap.-region {
    height: 400px;
  }
}
@media (min-width: 1280px) {
  .membermap.-region {
    height: 640px;
  }
}
@media (min-width: 810px) {
  .membermap {
    padding: 40px;
    height: 548px;
  }
}
@media (min-width: 1280px) {
  .membermap {
    padding: 48px;
    height: 768px;
  }
}

.membersearch__search {
  background: #fff;
  display: flex;
}
.membersearch__search__input {
  border: none;
  flex: 1 1 auto;
  font-size: 20px;
  font-family: "MuseoSlab", sans-serif;
  line-height: 24px;
  padding: 20px;
}
.membersearch__search__input ::-webkit-input-placeholder {
  color: #0C0033;
  font-weight: bold;
}
.membersearch__search__input::placeholder {
  color: #0C0033;
  font-weight: bold;
}
.membersearch__search__input :-moz-placeholder {
  color: #0C0033;
  font-weight: bold;
}
.membersearch__search__input ::-moz-placeholder {
  color: #0C0033;
  font-weight: bold;
}
.membersearch__search__input :-ms-input-placeholder {
  color: #0C0033;
  font-weight: bold;
}
.membersearch__search__button {
  height: 64px;
  width: 64px;
  color: #2AC9BB;
  font-size: 30px;
  font-weight: bold;
  padding: 5px;
  line-height: 64px;
  border: none;
  background: none;
}
.membersearch__form {
  padding: 20px;
}
@media (min-width: 810px) {
  .membersearch__form__filters, .membersearch__form__sort {
    display: flex;
  }
  .membersearch__form__filters > *, .membersearch__form__sort > * {
    display: inline-block;
    margin-right: 15px;
  }
  .membersearch__form__label {
    margin-top: 12px;
    margin-right: 0;
    min-width: 116px;
  }
}
@media (min-width: 1280px) {
  .membersearch__form {
    display: flex;
    justify-content: space-between;
  }
  .membersearch__form__filters {
    width: 70%;
    display: block;
  }
  .membersearch__form__filters strong {
    width: 142px;
  }
  .membersearch__form__sort {
    display: block;
    width: 30%;
    text-align: right;
    justify-content: right;
    margin-right: 15px;
  }
  .membersearch__form__sort .membersearch__form__label {
    text-align: right;
    margin-right: 25px;
  }
  .membersearch__form__sort select {
    min-width: 200px;
  }
}

.memberresult {
  padding: 24px;
  padding-bottom: 48px;
}
.memberresult__header {
  margin-bottom: 32px;
}
.memberresult__header > * {
  display: inline-block;
  vertical-align: middle;
}
.memberresult__header .button {
  margin-left: 16px;
}
.memberresult .list {
  column-count: 2;
}
.memberresult__section__title {
  margin-bottom: 16px;
}
.memberresult__section__list {
  margin-bottom: 16px;
}
@media (min-width: 810px) {
  .memberresult .list {
    column-count: 3;
  }
  .memberresult__section {
    display: flex;
  }
  .memberresult__section__title {
    flex: 0 0 33.33%;
  }
  .memberresult__section__list {
    flex: 0 0 66.66%;
  }
  .memberresult__section__list .list {
    column-count: 2;
  }
}
@media (min-width: 1280px) {
  .memberresult {
    padding: 0 164px;
    padding-bottom: 48px;
  }
  .memberresult .list {
    column-count: 4;
  }
  .memberresult__section__title {
    flex: 0 0 25%;
  }
  .memberresult__section__list {
    flex: 0 0 75%;
  }
  .memberresult__section__list .list {
    column-count: 3;
  }
}

.memberheader__ambient {
  min-height: 220px;
  position: relative;
  z-index: 2;
}
.memberheader__ambient__logo {
  position: absolute;
  top: -100px;
  left: 32px;
  height: 130px;
  width: 130px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #fff;
}
.memberheader__ambient img {
  max-width: 100%;
  height: auto;
}
.memberheader__map {
  position: relative;
  z-index: 1;
  max-height: 440px;
}
.memberheader__map .membermap {
  height: 400px;
}
@media (min-width: 1280px) {
  .memberheader__ambient {
    min-height: 300px;
  }
  .memberheader__ambient__logo {
    height: 180px;
    width: 180px;
  }
}

.newssection {
  margin-bottom: 48px;
}
.newssection__header {
  margin-bottom: 24px;
}
.newssection__header.-center {
  text-align: center;
}
.newssection__header.-center .title-large, .newssection__header.-center .title-shade, .newssection__header.-center .typed-header__title, .newssection__header.-center .ts-default h1, .ts-default .newssection__header.-center h1 {
  float: none;
}
.newssection .card, .newssection .newscallout {
  margin-bottom: 24px;
}
@media (min-width: 810px) {
  .newssection {
    margin-bottom: 80px;
  }
  .newssection__header {
    min-height: 1px;
    overflow: hidden;
  }
  .newssection__header .title-large, .newssection__header .title-shade, .newssection__header .typed-header__title, .newssection__header .ts-default h1, .ts-default .newssection__header h1 {
    float: left;
  }
  .newssection__header .button {
    float: right;
  }
  .newssection__stories, .newssection__news {
    display: flex;
  }
}

.membercontent {
  padding: 24px;
}
@media (min-width: 810px) {
  .membercontent {
    padding: 80px 40px;
  }
  .membercontent .newssection__stories, .membercontent .newssection__news {
    margin-right: -30px;
    display: flex;
    flex-wrap: wrap;
  }
  .membercontent .newssection .card {
    flex: 0 0 calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .membercontent .newssection .newscallout {
    flex: 0 0 calc(50% - 30px);
    margin-right: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .membercontent {
    padding-left: 100px;
    padding-right: 100px;
  }
  .membercontent > *:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .membercontent {
    padding-left: 164px;
    padding-right: 116px;
  }
}

.archiveheader {
  position: relative;
}
.archiveheader__ambient {
  background-image: url(../images/header-news.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
}
.archiveheader__ambient .typed-header {
  position: absolute;
  bottom: 48px;
  left: 24px;
  margin-right: 24px;
  max-width: 600px;
}
.archiveheader__ambient.-events {
  background-image: url(../images/archive-event-bg.png);
}
@media (min-width: 810px) {
  .archiveheader__ambient {
    height: 440px;
  }
  .archiveheader__ambient .typed-header {
    left: 390px;
  }
  .archiveheader .submenu {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 340px;
  }
}
@media (min-width: 1280px) {
  .archiveheader__ambient .typed-header {
    bottom: 130px;
  }
}

.archive__list {
  padding: 40px 24px;
}
.archive__pagination {
  padding: 0 24px;
}
@media (min-width: 1280px) {
  .archive {
    padding: 58px 164px;
  }
  .archive .archive-filter {
    padding: 0;
  }
  .archive__pagination {
    padding: 0;
  }
  .archive__list {
    display: flex;
    flex-flow: row wrap;
    width: calc(100% + 30px);
    max-height: 1400px;
    overflow-x: hidden;
    padding: 0;
    padding-top: 48px;
  }
  .archive__list .card {
    flex: 0 0 30.6%;
    width: 30%;
    margin-right: 2.7%;
    margin-bottom: 2.7%;
  }
  .archive__list .card:nth-child(3n) {
    margin-right: 0;
  }
}

.contentslide {
  position: relative;
}
.contentslide a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
.contentslide a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.contentslide .gmnoprint a, .contentslide .gmnoprint span, .contentslide .gm-style-cc {
  display: none;
}
.contentslide .gmnoprint div {
  background: none !important;
}
.contentslide__ambient {
  position: relative;
}
.contentslide__ambient img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.contentslide__ambient__header {
  position: absolute;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 2;
}
.contentslide__content {
  background-color: #0C0033;
  color: #fff;
  padding: 24px;
  box-sizing: border-box;
  min-height: 200px;
  position: relative;
}
.contentslide__content__map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, #0F225B 20%, #0C0033 50%);
}
.contentslide__content__text {
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  .contentslide__content {
    /*background-image: none !important;*/
  }
  .contentslide__content__map {
    /*display: none;*/
  }
}
@media (min-width: 1280px) {
  .contentslide {
    display: flex;
  }
  .contentslide .contentslide__ambient {
    flex: 0 0 860px;
  }
  .contentslide .contentslide__ambient__header {
    position: absolute;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }
  .contentslide .contentslide__content {
    flex: auto;
    display: flex;
    align-items: baseline;
  }
  .contentslide .contentslide__content__text {
    margin-top: auto;
  }
}
@media (min-width: 1440px) {
  .contentslide .contentslide__ambient {
    flex: 0 0 1044px;
  }
}

.detailheader {
  text-align: center;
  padding: 24px;
  background-position: center;
  background-size: cover;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background-blend-mode: multiply;
  background-color: rgba(0,0,0,0.4);
}


.detailheader__title {
  margin-bottom: 32px;
}
@media (min-width: 810px) {
  .detailheader {
    padding: 48px;
  }
}
@media (min-width: 1280px) {
  .detailheader {
    padding: 50px 180px 50px 180px;
  }
  .detailheader__title {
    vertical-align: bottom;
    margin-bottom: 32px;
  }
  .detailheader__meta {
    margin-top: 32px;
  }
}

.contentheader {
  padding: 24px;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  display: flex;
}
.contentheader__title {
  line-height: 1.4;
  padding: 2px 0;
  margin: auto;
}
.contentheader__title span {
  background-color: #784A96;
  color: #fff;
  display: inline;
  padding: 0.45em;
  opacity: 0.85;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 810px) {
  .contentheader {
    padding: 0 48px;
    min-height: 440px;
  }
  .contentheader__title {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .-submenu .contentheader__title {
    margin: auto 0 auto 400px;
  }
}

.contentslider {
  position: relative;
}
.contentslider__controls {
  display: flex;
}
.contentslider__controls__prev, .contentslider__controls__next {
  color: #fff;
  text-align: center;
  flex: 50%;
  height: 48px;
  display: flex;
  cursor: pointer;
}
.contentslider__controls__prev span, .contentslider__controls__next span {
  margin: auto;
}
.contentslider__controls__prev {
  background-color: #B0549C;
}
.contentslider__controls__next {
  background-color: #784A96;
}
@media (min-width: 1280px) {
  .contentslider {
    overflow: hidden;
  }
  .contentslider__controls {
    position: absolute;
    bottom: 0;
    left: 810px;
    flex-direction: column;
    width: 50px;
    height: 236px;
  }
  .contentslider__controls__prev, .contentslider__controls__next {
    height: 118px;
  }
}
@media (min-width: 1440px) {
  .contentslider__controls {
    left: 994px;
  }
}

.gm-style-iw button {
  display: none !important;
}
.gm-style-iw.gm-style-iw-c {
  padding: 0;
  border-radius: 0 !important;
}
.gm-style-iw .gm-style-iw-d {
  overflow: hidden !important;
}
.gm-style-iw .maps-title {
  font-weight: bold;
  padding: 6px 8px;
}
.gm-style-iw .maps-title a {
  color: #0C0033;
  text-decoration: none;
}
.logoblock {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  padding: 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  height: 130px;
  width: 130px;
}
.logoblock img {
  height: 130px;
  width: 130px;
}
@media (min-width: 1280px) {
  .logoblock {
    height: 180px;
    width: 180px;
  }
  .logoblock img {
    height: 180px;
    width: 180px;
  }
}

.tagslist {
  margin: 0;
  margin-left: -5px;
  margin-bottom: 16px;
  padding: 0;
  font-size: 14px;
}
.tagslist li {
  display: inline-block;
  margin-right: 5px;
}
.tagslist li a {
  display: block;
  padding: 0 5px;
}
.tagslist.-filled {
  margin-left: 0;
}
.tagslist.-filled a {
  text-decoration: none;
  background: #0C0033;
  color: #fff;
  margin-bottom: 5px;
  border: none;
  padding: 0 10px;
}

.sharelinks {
  margin-bottom: 16px;
}
.sharelinks__title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: bold;
  line-height: 24px;
  font-size: 14px;
}
.sharelinks__link {
  display: inline-block;
  vertical-align: middle;
  color: #784A96;
  margin-right: 5px;
}

.sqbutton {
  height: 47px;
  width: 50px;
  background-color: #0C0033;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
  border: none;
}
.sqbutton.-blue {
  background-color: #2AC9BB;
}

.newscallout {
  background: #fff;
  display: flex;
  border-left: 4px solid #784A96;
  text-decoration: none;
}
.newscallout__image {
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
}
.newscallout__content {
  padding: 7px 12px 0 24px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.newscallout__title {
  margin-bottom: 6px;
  display: block;
  max-height: 48px;
}
.newscallout .metainfo {
  margin-top: auto;
}

.metainfo {
  color: #0C0033;
}
.metainfo__item {
  display: inline-block;
  margin-right: 16px;
}
.metainfo__item__icon {
  margin-right: 5px;
  transform: translateY(2px);
}
.metainfo.-light {
  color: #fff;
}

.vision {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  padding-top: 20px;
}
.vision__em {
  color: #B0549C;
}
.vision__em.-purple {
  color: #784A96;
}
.vision__em.-red {
  color: #961C1F;
}
.vision__icon {
  width: 94px;
  margin-bottom: 24px;
}
.vision__content {
  padding-bottom: 40px;
}
@media (min-width: 810px) {
  .vision {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .vision {
    font-size: 48px;
    line-height: 64px;
    padding-right: 100px;
  }
  .vision__icon {
    width: 147px;
    margin-bottom: 50px;
  }
  .vision__content {
    padding-bottom: 70px;
  }
}

.nav {
  margin: 0;
  padding: 0;
}
.nav__item {
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}
.nav-inline {
  margin: 0;
  padding: 0;
}
.nav-inline__item {
  padding: 0;
  margin: 0;
  margin-right: 16px;
  list-style: none;
  display: inline-block;
}
.nav-inline__item__link {
  color: #fff;
}

.footer-informed p {
  margin-bottom: 24px;
}

.card {
  margin-bottom: 16px;
  background-color: #B0549C;
  position: relative;
}
.card__header__img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
}
.card__title {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
  min-height: 40px;
}
.card__intro {
  opacity: 0.7;
  padding-top: 16px;
  padding-bottom: 16px;
}
.card__content {
  padding: 32px;
}
.card.-withimg .card__header {
  min-height: 46px;
  position: relative;
}
.card.-withimg .card__header .card__type {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.card.-resource {
  background: #0A54A3;
}
.card.-featured .card__ambient {
  position: relative;
  z-index: 1;
}
.card.-featured .card__content {
  z-index: 2;
  background: #961C1F;
  position: relative;
}
.card.-featured .card__content .card__type {
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media (min-width: 810px) {
  .card.-featured .card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #961C1F;
    max-width: 800px;
  }
  .card.-featured .card__content .card__type {
    position: absolute;
    bottom: 100%;
    left: 0;
  }
}
.card.-content {
  background-color: #961C1F;
  color: #fff;
}

#menu-toggle span {
  font-family: "MenEngageIcons";
}
#menu-toggle span::before {
  content: "\ea07";
}
#menu-toggle.-open span {
  font-family: "MenEngageIcons";
}
#menu-toggle.-open span::before {
  content: "\ea05";
}

.languages {
  position: relative;
}
.languages.-open .languages__input {
  width: 350px;
  opacity: 1;
}
.languages__input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50px;
  border: none;
  color: #fff;
  outline: none;
  width: 0;
  overflow: hidden;
  transition: width 0.3s;
  max-height: 100%;
}
.languages__input .sqbutton {
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 810px) {
  .languages__input {
    position: absolute;
    top: 0;
    right: 100%;
    left: inherit;
    text-align: right;
  }
}

.searchform {
  position: relative;
}
.searchform.-open .searchform__input {
  width: 300px;
  opacity: 1;
}
.searchform__input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50px;
  background: #0C0033;
  border: none;
  color: #fff;
  width: calc(100% - 54px);
    max-width: calc(100% - 54px);
  outline: none;
}
@media (min-width: 1280px) {
  .searchform__input {
    position: absolute;
    top: 0;
    right: 100%;
    left: inherit;
    height: 45px;
    transition: width 0.3s;
    opacity: 0;
    width: 0;
    padding-left: 10px;
	  max-width: unset;
  }
}

.membermap-network > * {
  display: inline-block;
  background: #fff;
  color: #0C0033;
  padding: 6px 8px;
  float: left;
  clear: both;
  font-weight: bold;
}
.membermap-network__info {
  background-color: #2AC9BB;
}

.list {
  margin: 0;
  padding: 0;
}
.list li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}
.list li a {
  color: #784A96;
}

.typed-header {
  max-width: 600px;
}
.typed-header__type {
  transform: translateY(-5px);
  z-index: 1;
}
.typed-header__title {
  position: relative;
  z-index: 2;
}
.typed-header__title a {
  text-decoration: none;
}
@media (min-width: 1280px) {
  .typed-header__type {
    transform: translateY(-10px);
  }
}
@media (min-width: 810px) {
  .typed-header.-pink .typed-header__title span {
    background-color: #B0549C;
  }
}
@media (min-width: 810px) {
  .typed-header.-blue .typed-header__title span {
    background-color: #0A54A3;
  }
}

.submenu {
  background: #fff;
}
.submenu__title {
  position: relative;
  padding: 24px;
}
.submenu__toggle {
  font-family: "MenEngageIcons";
  position: absolute;
  top: 24px;
  right: 24px;
}
.submenu__toggle::before {
  content: "\ea0c";
}
.submenu__list {
  margin: 0;
  padding: 24px;
  padding-top: 0;
  display: block;
}
.submenu__list li {
  list-style: none;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 8px;
}
.submenu__list li:first-child a {
  color: #784A96;
  font-weight: bold;
}
.submenu__list li a {
  list-style: none;
  color: #514B6A;
  text-decoration: none;
}
.submenu__list li a.-active {
  font-weight: bold;
}
@media (min-width: 1280px) {
  .submenu {
    opacity: 0.95;
  }
  .submenu__toggle {
    display: none;
  }
}

.archive-filter {
  padding: 24px;
}
.archive-filter .form-section-title {
  margin-bottom: 16px;
  display: block;
}
@media (min-width: 810px) {
  .archive-filter__filter, .archive-filter__sort {
    display: flex;
  }
  .archive-filter__filter .form-section-title, .archive-filter__sort .form-section-title {
    margin-top: 12px;
    flex: 0 0 15%;
  }
  .archive-filter__filter > *, .archive-filter__sort > * {
    flex: 0 0 25%;
    margin-right: 3%;
  }
}
@media (min-width: 1440px) {
  .archive-filter {
    display: flex;
  }
  .archive-filter__filter, .archive-filter__sort {
    display: block;
  }
  .archive-filter__filter .form-section-title, .archive-filter__sort .form-section-title {
    margin-right: 15px;
  }
  .archive-filter__filter .form-row, .archive-filter__filter .form-section-title, .archive-filter__sort .form-row, .archive-filter__sort .form-section-title {
    display: inline-block;
  }
  .archive-filter__filter {
    flex: 0 0 72%;
  }
  .archive-filter__filter .form-row {
    min-width: 160px;
    max-width: 205px;
  }
  .archive-filter__sort {
    flex: 0 0 28%;
    display: block;
    text-align: right;
  }
  .archive-filter__sort > * {
    display: inline-block;
    margin-right: 0;
  }
}

.pagination {
  padding: 48px 0;
}
.pagination__buttons {
  display: flex;
  justify-content: space-between;
}
.pagination__buttons.-no-prev {
  flex-direction: row-reverse;
}
.pagination__pages {
  display: block;
  opacity: 0.7;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  margin-top: -50px;
  max-width: 70%;
}
.pagination__pages__item {
  display: inline-block;
  color: #0C0033;
}
.pagination__pages__link, .pagination__pages__dots {
  color: #0C0033;
  display: block;
  padding: 5px;
  font-weight: bold;
}
@media (min-width: 1280px) {
  .pagination__pages {
    margin-top: -57px;
  }
}

.cb-eventactions {
  margin-bottom: 32px;
}
.cb-eventactions__image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
}
.cb-eventactions__actions .button {
  margin-bottom: 16px;
}
@media (min-width: 1280px) {
  .cb-eventactions {
    display: flex;
  }
  .cb-eventactions__image {
    flex: 320px;
    margin-right: 32px;
  }
}

.form-row {
  margin-bottom: 16px;
}

.form-control {
  border: 2px solid #0C0033;
  background: #fff;
  width: 100%;
  padding: 16px 20px;
  line-height: 1.2em;
  display: block;
  box-sizing: border-box;
  border-radius: 0;
}
.form-control.-dark {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

select.form-control {
  -webkit-appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 65 42' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EColour%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 -11)' fill='%23000000 '%3E%3Cpath transform='translate(31.562 32) rotate(90) translate(-31.562 -32)' d='m51.38 33.787-29.468 29.468c-0.99286 0.99286-2.5814 0.99286-3.5743 0l-6.5926-6.5926c-0.99286-0.99286-0.99286-2.5814 0-3.5743l21.088-21.088-21.088-21.088c-0.99286-0.99286-0.99286-2.5814 0-3.5743l6.5926-6.5926c0.99286-0.99286 2.5814-0.99286 3.5743 0l29.468 29.468c0.99286 0.99286 0.99286 2.5814 0 3.5743z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px 16px;
  padding-right: 50px;
  min-width: 180px;
  /*&.-selected {
  	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000'%3E%3Cpath d='m51.502 64c1.3468 0 2.6936-0.53872 3.6633-1.5084l7.3266-7.3266c0.9697-0.9697 1.5084-2.3165 1.5084-3.6633s-0.53872-2.6936-1.5084-3.6633l-15.838-15.838 15.838-15.838c0.9697-0.9697 1.5084-2.3165 1.5084-3.6633s-0.53872-2.6936-1.5084-3.6633l-7.3266-7.3266c-0.9697-0.9697-2.3165-1.5084-3.6633-1.5084s-2.6936 0.53872-3.6633 1.5084l-15.838 15.838-15.838-15.838c-0.9697-0.9697-2.3165-1.5084-3.6633-1.5084s-2.6936 0.53872-3.6633 1.5084l-7.3266 7.3266c-0.9697 0.9697-1.5084 2.3165-1.5084 3.6633s0.53872 2.6936 1.5084 3.6633l15.838 15.838-15.838 15.838c-0.9697 0.9697-1.5084 2.3165-1.5084 3.6633s0.53872 2.6936 1.5084 3.6633l7.3266 7.3266c0.9697 0.9697 2.3165 1.5084 3.6633 1.5084s2.6936-0.53872 3.6633-1.5084l15.838-15.838 15.838 15.838c0.9697 0.9697 2.3165 1.5084 3.6633 1.5084z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  }*/
}

.form-label.-sr {
  zoom: 0;
  position: absolute;
  left: -3000em;
}

.form-message {
  background: #2AC9BB;
  padding: 5px 10px;
}
.form-message.-error {
  background: #961C1F;
}
.form-message.-dark {
  color: #0C0033;
}

.form-spinner {
  display: none;
  margin-bottom: -18px;
  margin-left: 10px;
}

.button {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  background: #2AC9BB;
  color: #0C0033;
  font-family: "MuseoSlab", sans-serif;
  white-space: nowrap;
  padding: 14px 24px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 1280px) {
  .button {
    font-size: 24px;
    line-height: 33px;
    padding: 21px 45px;
  }
}
.button:hover {
  background: #fff;
}
.button[disabled], .button.-disabled {
  opacity: 0.5;
}
.button.-small, .button.-topic {
  font-size: 16px;
  line-height: 22px;
  padding: 14px 27px;
}
.button.-topic {
  padding: 12px;
}

.blocks__embed {
  margin: 20px 0;
  overflow: hidden;
  position: relative;
  padding-top: 52.3%;
}
.blocks__embed iframe {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.blocks__image {
  margin: 0;
  position: relative;
  margin-bottom: 32px;
}
.blocks__image img {
  display: block;
  margin: 0;
}
.blocks__image figure {
  width: min-content;
}
.blocks__image figcaption {
  max-height: 84px;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 12px 24px 12px 0;
  max-width: 100%;
  word-wrap: break-word;
  line-height: 24px;
}
@media (min-width: 1280px) {
  .blocks__image figcaption {
    opacity: 0.9;
    background: #fff;
    padding-left: 24px;
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    max-width: 475px;
  }
}
.blocks__download {
  margin: 20px 0;
  padding: 33px 48px;
  background: #0C0033;
  color: #fff;
}
.blocks__download h3 {
  color: #fff;
  font-size: 31px;
  font-family: "MuseoSlab", sans-serif;
  margin-bottom: 2px;
  line-height: 35px;
}
.blocks__download h3 span {
  margin-right: 10px;
  font-size: 23px;
}
.blocks__download .meta, .blocks__download p {
  font-size: 15px;
  opacity: 0.7;
}
.blocks__download .meta {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}
.blocks__download .button {
  margin-right: 10px;
  margin-top: 14px;
}

body, html {
  background-color: #eee;
}

.site-header {
  background: #fff;
  position: relative;
  z-index: 2;
}
.site-header__logo {
  padding: 16px;
  color: #0C0033;
}
.site-header__logo img {
  display: block;
  width: 188px;
}
.site-header__logo__add span {
  display: block;
}
.site-header__logo a {
  text-decoration: none;
}
.site-header__navcontainer {
  display: none;
}
@media (max-width: 1281px) {
  .site-header__navcontainer.-open {
    display: block;
  }
}
.site-header__mobile {
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (min-width: 1280px) {
  .site-header {
    display: flex;
  }
  .site-header__mobile {
    display: none;
  }
  .site-header__logo {
    flex: 0 0 250px;
    padding: 16px 32px;
  }
  .site-header__logo img {
    width: 200px;
  }
  .site-header__navcontainer {
    flex: auto;
    display: flex;
  }
  .site-header__nav {
    flex: 1 1 auto;
  }
  .site-header__meta {
    flex: 0 0 50px;
  }
}
.site-header.-alt .site-header__logo__add {
  position: absolute;
  top: 30px;
  left: 160px;
}
@media (min-width: 1280px) {
  .site-header.-alt .logoblock {
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .site-header.-alt .site-header__logo {
    flex: 0 0 380px;
  }
  .site-header.-alt .site-header__logo__add {
    left: 220px;
    top: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}

.site-footer {
  background: #06001B;
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .title-medium, .site-footer .ts-default h2, .ts-default .site-footer h2, .site-footer .card__title {
  color: #fff;
  margin-bottom: 8px;
}
.site-footer__container {
  padding: 48px 24px;
}
.site-footer .footer-info, .site-footer .footer-informed {
  margin-bottom: 32px;
}
.site-footer .footer-links {
  padding-top: 24px;
}
.site-footer .footer-links a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 810px) {
  .site-footer__container {
    padding: 40px;
  }
}
@media (min-width: 1280px) {
  .site-footer__container {
    padding: 48px;
    padding-right: 0;
    display: flex;
  }
  .site-footer__container .footer-info {
    margin-left: 8.3333333333%;
    flex: 0 0 calc(50% + 0px);
    box-sizing: border-box;
    padding-right: 116px;
  }
  .site-footer__container .footer-informed {
    flex: 0 0 calc(33.3333333333% + 0px);
    box-sizing: border-box;
    padding-right: 48px;
  }
}

.main-nav {
  margin: 0;
  padding: 0;
  border-top: 1px solid #784A96;
}
.main-nav li {
  list-style: none;
}
.main-nav li a {
  font-weight: bold;
  color: #0C0033;
  display: block;
  padding: 20px 14px;
  text-decoration: none;
  border-bottom: 1px solid #784A96;
}
.main-nav li.active a {
  color: #B0549C;
}
@media (min-width: 1280px) {
  .main-nav {
    text-align: right;
    padding: 10px 24px 0 0;
    border: none;
  }
  .main-nav li {
    display: inline-block;
  }
  .main-nav li a {
    border: none;
  }
}

.breadcrumbs {
  background: #961C1F;
  color: #fff;
  padding: 3px 32px;
  font-weight: bold;
  font-size: 14px;
}
.breadcrumbs__sep {
  padding: 0 3px;
}
.breadcrumbs__sep:before {
  content: "/";
}
.breadcrumbs__link {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .site-container.-member .breadcrumbs {
    padding-left: 220px;
  }
}

/* The popup bubble styling. */
.popup-bubble {
  /* Position the bubble centred-above its parent. */
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  overflow-y: auto;
  color: #000;
}

/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 200px;
}

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