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

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

.carousel__wrapper .carousel-dots, .homepage__wrapper .homepage__carousel-dots, .occasional__wrapper .occasional-dots, .supporters__carousel__wrapper .supporters__carousel .supporters__carousel-dots, .tabs__tab-list, .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: '';
    display: table;
    line-height: 0; }
  .clearfix:after {
    clear: both; }

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

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

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.pull-left {
  float: left; }

img.pull-left {
  margin-right: 1em; }

.pull-right {
  float: right; }

img.pull-right {
  margin-left: 1em; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
--------------------
General
--------------------
*/

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

html,
body {
  height: 100%; }

body {
  overflow-y: scroll;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0; }

img {
  max-width: 100%; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

@-ms-viewport {
  width: device-width; }

@page {
  margin: 0.5cm; }

/*
--------------------
Modules
--------------------
*/
/*
 * Mobile layout
 */
body {
  z-index: 1; }

/*
 * Tablet layout
 */
@media screen and (min-width: 767px) {
  body {
    z-index: 2; } }

/*
 * Desktop layout
 */
@media screen and (min-width: 1299px) {
  body {
    z-index: 3; } }

/*
 * Desktop layout
 */
.content__wrapper .accordion__wrapper {
  max-width: 905px;
  margin: auto;
  padding-top: 35px;
  padding-bottom: 35px; }
  .content__wrapper .accordion__wrapper h2 {
    margin: 0; }

.content__wrapper .accordion__target h3:before {
  background-color: #000;
  height: 4px;
  min-width: 25px;
  padding: 0;
  font-size: 0;
  content: '-';
  margin-right: 10px; }

.content__wrapper .uber-accordion {
  margin: 0;
  padding: 0; }

.content__wrapper .uber-accordion__target {
  list-style: none;
  padding: 0; }
  .content__wrapper .uber-accordion__target a:hover {
    text-decoration: underline; }

.content__wrapper .accordion__link:after {
  border: none !important;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
  .journalists .accordion__link:after {
    color: #a2c5c4; }
  .about-us .accordion__link:after {
    color: #a38ca1; }
  .supporters .accordion__link:after {
    color: #c19a93; }
  .contact-us .accordion__link:after {
    color: #d1d3d4; }
  .experts .accordion__link:after {
    color: #94bca7; }
  .research .accordion__link:after {
    color: #c6a48f; }

.journalists .accordion__link.uber-accordion__button-active {
  color: #a2c5c4; }

.about-us .accordion__link.uber-accordion__button-active {
  color: #a38ca1; }

.supporters .accordion__link.uber-accordion__button-active {
  color: #c19a93; }

.contact-us .accordion__link.uber-accordion__button-active {
  color: #d1d3d4; }

.experts .accordion__link.uber-accordion__button-active {
  color: #94bca7; }

.research .accordion__link.uber-accordion__button-active {
  color: #c6a48f; }

.content__wrapper .accordion__link.uber-accordion__button-active:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '+'; }

.content__wrapper .accordion__item {
  list-style: none;
  padding: 0; }

.content__wrapper .accordion__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-family: 'roboto bold', sans-serif;
  font-weight: 700;
  padding-top: 24px;
  padding-bottom: 11px;
  text-transform: uppercase; }

.content__wrapper .accordion__item {
  border-top: 1px solid #000; }

.content__wrapper .accordion__item:last-child {
  border-bottom: 1px solid #000;
  padding-bottom: 10px; }

.content__wrapper .accordion__target {
  font-size: 12px;
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: flex; }
  .content__wrapper .accordion__target li:before {
    content: '-'; }
  .content__wrapper .accordion__target h3 {
    font-size: 21px;
    padding-top: 2px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase; }
  .content__wrapper .accordion__target p {
    font-size: 16px;
    font-family: 'Roboto Regular', sans-serif;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 0;
    padding-left: 35px; }

/*
 * Tablet layout
 */
@media screen and (min-width: 767px) {
  .content__wrapper .accordion__link {
    font-size: 28px; }
  .content__wrapper .accordion__target h3 {
    font-size: 28px;
    padding-top: 2px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase; }
  .content__wrapper .accordion__target p {
    font-size: 17px;
    font-family: 'Roboto Regular', sans-serif;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 0;
    padding-left: 35px; } }

/*
* Desktop layout
*/
@media screen and (min-width: 1299px) {
  .content__wrapper .accordion__link {
    font-size: 30px; }
  .content__wrapper .accordion__target h3 {
    font-size: 28px;
    padding-top: 2px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase; }
  .content__wrapper .accordion__target p {
    font-size: 17px;
    font-family: 'Roboto Regular', sans-serif;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 0;
    padding-left: 35px; } }

/*
 * Mobile layout
 */
.carousel__wrapper {
  background-color: #f1f2f2;
  margin-top: 25px;
  margin-bottom: 25px; }
  .carousel__wrapper .slick-prev,
  .carousel__wrapper .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    margin-top: -20px !important;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    outline: none;
    background: transparent; }
  .carousel__wrapper .slick-prev {
    content: "";
    background-image: url(mysource_files/Arrow_Light_Grey1.svg);
    background-size: cover;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: 20px; }
  .carousel__wrapper .slick-next {
    content: "";
    background-image: url(mysource_files/Arrow_Light_Grey1.svg);
    background-size: cover;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 20px; }
  .carousel__wrapper .carousel {
    margin-top: 35px;
    margin-bottom: 35px;
    min-height: 400px;
    position: relative;
    max-width: 1300px;
    margin: auto; }
  .carousel__wrapper .carousel__heading {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 35px;
    height: 102px;
    margin: 0;
    padding-top: 35px;
    text-transform: uppercase; }
  .carousel__wrapper .carousel-item-container {
    max-width: 905px;
    margin: auto; }
  .carousel__wrapper .carousel__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .carousel__wrapper .carousel__image {
    max-width: 27%;
    margin-right: 2%; }
  .carousel__wrapper .carousel__image-img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 180px;
    height: 180px;
    border-radius: 50%; }
  .carousel__wrapper .carousel__content-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 76%; }
  .carousel__wrapper .carousel__content-text-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .carousel__wrapper .carousel__content-text-info--namedetails {
    width: auto;
    font-size: 29px;
    font-family: 'Roboto Bold', sans-serif;
    font-weight: 700;
    padding: 0;
    margin-bottom: 0;
    text-transform: uppercase; }
  .carousel__wrapper .carousel__content-text--body {
    font-family: 'Roboto regular', sans-serif;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 300; }
  .carousel__wrapper .carousel__content-text--body > h3 {
    margin-top: 3px;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
  .carousel__wrapper .carousel-dots {
    margin-top: 1em;
    text-align: center;
    padding-bottom: 1em; }
    .carousel__wrapper .carousel-dots li {
      display: inline-block;
      *display: inline;
      zoom: 1; }
      .carousel__wrapper .carousel-dots li + li {
        margin-left: 1em; }
    .carousel__wrapper .carousel-dots button {
      display: block;
      position: relative;
      background: #000;
      height: 4px;
      width: 18px;
      cursor: pointer;
      border: 0;
      padding: 0;
      font-size: 0;
      content: '-';
      margin: -5px;
      border-radius: 5px;
      outline: none; }
  .about-us .carousel-dots li.slick-active button {
    background: #a38ca1; }
  .journalists .carousel-dots li.slick-active button {
    background: #a2c5c4; }
  .experts .carousel-dots li.slick-active button {
    background: #94bca7; }
  .research .carousel-dots li.slick-active button {
    background: #c6a48f; }
  .contact-us .carousel-dots li.slick-active button {
    background: #d1d3d4; }
  .supporters .carousel-dots li.slick-active button {
    background: #c19a93; }
  .carousel__wrapper .carousel__content-text--body p:first-child {
    margin-top: 0; }

/*
 * Desktop layout
 */
@media screen and (max-width: 1299px) {
  .carousel__wrapper .carousel {
    width: auto; }
  .carousel__wrapper .carousel-item-container {
    max-width: 80%;
    margin: auto; }
  .carousel__wrapper .carousel__content-text-info--namedetails {
    font-size: 19px; }
  .carousel__wrapper .carousel__content-text-info--workdetails {
    font-size: 19px; }
  .carousel__wrapper .carousel__content-text--body {
    font-size: 12px; }
  .carousel__wrapper .carousel__image-img {
    width: 180px;
    height: 180px; } }

@media screen and (max-width: 767px) {
  .carousel__wrapper .slick-prev {
    left: 5px !important; }
  .carousel__wrapper .slick-next {
    right: 5px !important; }
  .carousel__wrapper .carousel__heading {
    text-align: center;
    font-size: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 15px;
    margin: 0; }
  .carousel__wrapper .carousel-item-container {
    width: 75%; }
  .carousel__wrapper .carousel__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .carousel__wrapper .carousel__item {
    width: 75%;
    margin: auto;
    min-height: 295px; }
  .carousel__wrapper .carousel__image {
    max-width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .carousel__wrapper .carousel__image-img {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
       object-fit: cover; }
  .carousel__wrapper .carousel__content-text {
    max-width: 100%; }
  .carousel__wrapper .carousel__content-text-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .carousel__wrapper .carousel__content-text-info--namedetails {
    width: auto;
    font-size: 18px;
    margin: 0;
    text-align: center; }
  .carousel__wrapper .carousel__content-text-info--workdetails {
    width: auto;
    font-size: 18px;
    margin: 0;
    text-align: center; }
  .carousel__wrapper .carousel__content-text--body {
    text-align: justify; }
  .about-us .carousel-dots li.slick-active button {
    background: #a38ca1; }
  .journalists .carousel-dots li.slick-active button {
    background: #a2c5c4; }
  .carousel__wrapper .carousel__content-text--body {
    font-size: 12px; } }

/*
 * Mobile layout
 */
.content__wrapper {
  max-width: 905px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px; }
  .content__wrapper h1 {
    font-size: 60px;
    font-family: "Roboto Bold", sans-serif;
    text-align: center;
    text-transform: uppercase; }
  .content__wrapper h2 {
    font-size: 37px;
    font-family: "Roboto Bold", sans-serif;
    text-align: center;
    text-transform: uppercase; }
  .content__wrapper h3 {
    font-size: 29px;
    font-family: "Roboto Bold", sans-serif;
    text-transform: uppercase; }
  .content__wrapper h4 {
    font-size: 17px;
    font-family: "Roboto Bold", sans-serif;
    text-transform: uppercase; }
  .content__wrapper a {
    font-size: 15px;
    font-family: "Roboto Bold", sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase; }
  .content__wrapper .signup__button {
    text-align: center;
    font-size: 26px !important;
    font-family: 'Roboto Light Italic', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    border: 3px solid #000;
    border-radius: 75px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    font-weight: 300;
    width: 75%;
    margin-left: 12.5%; }
  .content__wrapper a.signup__button {
    text-align: center;
    font-size: 26px !important;
    font-family: 'Roboto Light Italic', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    border: 3px solid #000;
    border-radius: 75px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    font-weight: 300;
    width: 75%;
    margin-left: 12.5%; }
  .content__wrapper p {
    font-size: 16px;
    font-family: "Roboto Regular", sans-serif; }
  .content__wrapper ol {
    -webkit-padding-start: 1em;
            padding-inline-start: 1em; }
  .content__wrapper ul {
    -webkit-padding-start: 1em;
            padding-inline-start: 1em; }
  .content__wrapper li {
    -webkit-padding-start: 1em;
            padding-inline-start: 1em;
    -webkit-margin-after: 9px;
            margin-block-end: 9px;
    font-family: "Roboto Regular", sans-serif; }
  .content__wrapper img {
    max-width: 100%;
    height: auto; }
  .content__wrapper .aussmc-button {
    border: solid 3px #000;
    border-radius: 14px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1px 10px;
    font-family: "Roboto Regular", sans-serif; }
  .content__wrapper .aussmc-anchor {
    border: solid 3px #000;
    border-radius: 14px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 10px;
    font-family: "Roboto Regular", sans-serif; }
  .content__wrapper th {
    font-size: 17px;
    text-align: left;
    padding-left: 15px;
    font-family: 'Roboto Bold', sans-serif; }
  .content__wrapper table {
    border-spacing: 0;
    display: block;
    overflow-x: scroll; }
  .content__wrapper td {
    border: 1px solid #000; }
  .content__wrapper td {
    padding: 18px;
    font-family: "Roboto Regular", sans-serif; }
  .content__wrapper tbody > tr:nth-child(2) > td:nth-child(1) {
    border-top-left-radius: 9px; }
  .content__wrapper tbody > tr:nth-child(2) > td:last-child {
    border-top-right-radius: 9px; }
  .content__wrapper tbody > tr:last-child > td:nth-child(1) {
    border-bottom-left-radius: 9px; }
  .content__wrapper tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 9px; }
  .content__wrapper .heading-font {
    font-family: 'Playfair Display Regular', sans-serif;
    font-size: 19px; }
  .content__wrapper .center-image {
    display: block;
    margin: auto;
    text-align: center; }

/*
 * Tablet layout
 */
@media screen and (max-width: 1299px) {
  .content__wrapper {
    margin: 10px; } }

/*
 * Desktop layout
 */
@media screen and (max-width: 767px) {
  .content__wrapper {
    margin: 10px; } }

/*
 * Mobile layout
 */
.footer {
  background: #f2f2f2;
  border-radius: 35px;
  max-width: 1850px;
  margin: auto;
  height: 300px;
  margin-top: 25px;
  margin-bottom: 25px; }
  .footer ul {
    padding: 0;
    margin: 0; }

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 95px; }

.footer__logo-img {
  height: 72px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.footer__columns {
  height: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer__columns-col {
  width: 33.3%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 17px; }

.footer__social-icons {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer__social-item {
  list-style: none;
  text-transform: uppercase; }

.footer__social-img {
  height: 50px; }

.footer__social-img:hover {
  -webkit-filter: invert(0.8);
          filter: invert(0.8); }

.footer__social-img:focus {
  -webkit-filter: invert(0.8);
          filter: invert(0.8); }

.footer__section-links {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer__section-item {
  list-style: none;
  text-transform: uppercase; }

.footer__section-link {
  text-decoration: none;
  color: #000;
  font-size: 26px;
  line-height: 0.7;
  font-family: 'Roboto Bold', sans-serif;
  text-transform: uppercase; }

.footer__sponsors-icons {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer__sponsors-img:hover {
  -webkit-filter: invert(0.8);
          filter: invert(0.8); }

.footer__sponsors-img:focus {
  -webkit-filter: invert(0.8);
          filter: invert(0.8); }

.footer__sponsors-item {
  list-style: none;
  text-transform: uppercase; }

.footer__sponsors-link {
  text-decoration: none; }

.footer__sponsors-img {
  width: 122px; }

.footer__bottom {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer__bottom-links {
  font-size: 8px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer__bottom-links--copy {
  margin-left: 35px; }

.footer__bottom-item {
  list-style: none;
  text-transform: uppercase; }

.footer__bottom-link {
  display: block;
  margin-right: 2px;
  color: #000;
  text-decoration: none;
  font-family: 'Roboto Bold', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase; }

.footer__bottom-links--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px; }

.footer__columns-col--mobile {
  display: none; }

/*
 * Tablet layout
 */
@media screen and (max-width: 1299px) {
  .footer {
    margin: 0; } }

/*
 * Desktop layout
 */
@media screen and (max-width: 767px) {
  .footer {
    height: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0; }
  .footer__logo {
    height: 130px; }
  .footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto; }
  .footer__columns-col {
    width: 100%; }
  .footer__sponsors-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 68px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer__sponsors-img {
    width: 145px; }
  .footer__social-item {
    padding-left: 10px;
    padding-right: 10px; }
  .footer__social-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 40px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer__social-img {
    height: 28px; }
  .footer__columns-col--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__columns-col--desktab {
    display: none; }
  .footer__bottom-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer__bottom-link {
    font-size: 13px;
    font-weight: 600; }
  .footer__bottom-links--copy--mobile {
    display: none; }
  .footer__bottom-links--list {
    margin-right: 0; } }

/*
 * Desktop layout
 */
.content__boxes {
  max-width: 1299px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px; }

.content__box-items {
  height: 239px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.content__box-item {
  list-style: none;
  width: calc(25% - 15px);
  border: 1px solid #000;
  margin-right: 38px;
  border-bottom: 19px solid #000;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.content__box-item:last-child {
  margin: 0; }

.content__box-item:hover {
  -webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
          box-shadow: 0 0 11px rgba(33, 33, 33, 0.2); }

.content__box-item:focus {
  -webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
          box-shadow: 0 0 11px rgba(33, 33, 33, 0.2); }

.content__box-item-image {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.content__box-image--img {
  height: 90px; }

.content__box-item-body {
  height: 65px;
  text-align: center;
  font-size: 28px;
  font-family: "Roboto Bold", sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  text-transform: uppercase; }

.journalists.content__box-item:hover {
  background-color: #a2c5c4;
  color: #000; }

.content__box-item:hover.about-us {
  background-color: #a38ca1; }

.content__box-item:hover.supporters {
  background-color: #c19a93; }

.content__box-item:hover.contact-us {
  background-color: #d1d3d4; }

.content__box-item:hover.experts {
  background-color: #94bca7; }

.content__box-item:hover.research {
  background-color: #c6a48f; }

.journalists.content__box-item:focus {
  background-color: #a2c5c4; }

.about-us.content__box-item:focus {
  background-color: #a38ca1; }

.supporters.content__box-item:focus {
  background-color: #c19a93; }

.contact-us.content__box-item:focus {
  background-color: #d1d3d4; }

.experts.content__box-item:focus {
  background-color: #94bca7; }

.research.content__box-item:focus {
  background-color: #c6a48f; }

/*
 * Tablet layout
 */
@media screen and (max-width: 1299px) {
  .content__box-items {
    height: auto; }
  .content__box-item {
    width: calc(25% - 15px);
    margin-right: 19px;
    border-bottom: 19px solid #000;
    height: 46%; }
  .content__box-item-body {
    height: 39px;
    font-size: 18px; }
  .content__box-item-image {
    height: 100px; }
  .content__box-image--img {
    height: 70px; } }

/*
 * Mobile layout
 */
@media screen and (max-width: 767px) {
  .content__boxes {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .content__box-item {
    width: calc(50% - 13px);
    height: 114px;
    border-bottom: 12px solid #000;
    margin-bottom: 13px;
    max-width: 200px;
    margin-right: 1%;
    margin-left: 1%; }
  .content__box-item-body {
    font-size: 12px;
    height: 22px; }
  .content__box-items {
    margin: 0;
    height: auto;
    max-width: 420px; }
  .content__box-item-image {
    height: 70px; }
  .content__box-image--img {
    height: 55px; }
  .content__box-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 0; }
  .content__box-item:last-child {
    margin-right: 1%;
    margin-left: 1%; } }

/*
 * Desktop layout
 */
.header {
  background: #c19a93;
  border-radius: 35px;
  max-width: 1850px;
  margin: auto;
  font-family: "Roboto Bold", sans-serif;
  text-transform: uppercase;
  margin-top: 35px;
  position: relative; }

.journalists .header {
  background-color: #a2c5c4; }

.about-us .header {
  background-color: #a38ca1; }

.supporters .header {
  background-color: #c19a93; }

.contact-us .header {
  background-color: #d1d3d4; }

.experts .header {
  background-color: #94bca7; }

.research .header {
  background-color: #c6a48f; }

.header__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 288px;
  padding: 35px 35px; }

.header__columns-col {
  height: 33.3%; }

.header__logo-img {
  height: 50px; }

.header-page-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-weight: bold; }

.header__columns-lists {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  margin: 0;
  padding: 0; }

.header__textlogo-img {
  height: 12px; }

.header__columns-item {
  list-style: none; }

.header__textlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

h1 {
  font-size: 60px; }

a {
  color: #000;
  text-decoration: none; }

.wrapper {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-top: 10%;
  /*border:1px solid red;*/
  position: relative;
  z-index: 6; }

.bar {
  width: 18px;
  height: 4px;
  border: 2px solid #000;
  position: absolute;
  border-radius: 10px; }

.top {
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.middle {
  right: 0;
  top: 16%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.bottom {
  right: 0;
  top: 30%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

/*
 * Tablet layout
 */
@media screen and (max-width: 1299px) {
  .header {
    margin: 0; }
  .header__columns {
    padding: 25px 35px; }
  h1 {
    font-size: 39px; } }

/*
 * Mobile layout
 */
@media screen and (max-width: 767px) {
  .header {
    margin: 0; }
  .header__columns {
    padding: 25px 35px; }
  h1 {
    font-size: 29px; } }

/*
 * Mobile layout
 */
.homepage__wrapper {
  border-radius: 35px;
  max-width: 1850px;
  margin: auto;
  position: relative;
  margin-top: 35px; }
  .homepage__wrapper .wrapper {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-top: 10%;
    /*border:1px solid red;*/
    position: relative; }
  .homepage__wrapper .bar {
    width: 18px;
    height: 4px;
    border: 2px solid #000;
    position: absolute;
    border-radius: 10px; }
  .homepage__wrapper .top {
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .homepage__wrapper .middle {
    right: 0;
    top: 16%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .homepage__wrapper .bottom {
    right: 0;
    top: 30%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .homepage__wrapper h1 {
    font-size: 80px;
    padding: 0; }
  .homepage__wrapper .homepage__carousel-dots {
    margin-top: 1em;
    text-align: center;
    z-index: 20;
    bottom: 35px;
    position: absolute;
    left: 35px; }
    .homepage__wrapper .homepage__carousel-dots li {
      display: inline-block;
      *display: inline;
      zoom: 1; }
      .homepage__wrapper .homepage__carousel-dots li + li {
        margin-left: 1em; }
    .homepage__wrapper .homepage__carousel-dots button {
      display: block;
      position: relative;
      background: #000;
      height: 4px;
      width: 18px;
      cursor: pointer;
      border: 0;
      padding: 0;
      font-size: 0;
      content: '-';
      margin: -5px;
      border-radius: 5px;
      outline: none; }
  .homepage__wrapper .slick-active .one-color {
    background-color: #a2c5c4; }
  .homepage__wrapper .slick-active .two-color {
    background-color: #94bca7; }
  .homepage__wrapper .slick-active .three-color {
    background-color: #c6a48f; }
  .homepage__wrapper .slick-active .four-color {
    background-color: #c19a93; }
  .homepage__wrapper .slick-active .five-color {
    background-color: #a38ca1; }

.homepage__carousel-item-container {
  margin: 0;
  padding: 0; }

.homepage__carousel-image-img {
  border-radius: 35px; }

.homepage__carousel {
  position: relative;
  height: 445px; }

.homepage__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px 35px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 445px; }

.homepage__columns-lists {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.homepage__columns-col {
  height: 50%; }

.homepage__logo-img {
  height: 50px; }

.homepage__toplayer {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -228px;
  margin-top: -145px; }

.homepage__heading-image {
  width: 450px;
  height: 100%; }

.homepage__columns-lists {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  margin: 0;
  padding: 0; }

.homepage__textlogo-img {
  height: 12px; }

.homepage__textlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.homepage__columns-item {
  list-style: none; }

.homepage__heading-anchor {
  margin-top: 48px; }

.homepage__heading-anchor--link {
  border: solid 3px #000;
  border-radius: 14px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1px 6px 0px 6px;
  font-family: "Roboto Regular", sans-serif;
  font-size: 12px; }

.homepage__heading-anchor--link:hover {
  -webkit-box-shadow: 0 0 44px #a6cbcb;
          box-shadow: 0 0 44px #a6cbcb;
  border: solid 2px #a6cbcb;
  color: #a6cbcb;
  background: #fff; }

.homepage__heading-anchor--link:focus {
  -webkit-box-shadow: 0 0 44px #a6cbcb;
          box-shadow: 0 0 44px #a6cbcb;
  border: solid 2px #a6cbcb;
  color: #a6cbcb;
  background: #fff; }

.homepage__carousel-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.homepage__carousel-left {
  width: 50%;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px; }

.homepage__carousel-right {
  width: 50%;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px; }

.homepage__carousel-image--left {
  height: 445px;
  float: right;
  background: transparent;
  padding: 50px 0px 50px 0px; }

.homepage__carousel-image--right {
  height: 445px;
  float: left;
  background: transparent;
  padding: 50px 0px 50px 0px; }

.fifth-background {
  height: 445px; }

.fifth-left {
  margin-top: 40px;
  height: 325px; }

.fifth-right {
  height: 310px;
  margin-top: 110px; }

/*
 * Tablet layout
 */
@media screen and (max-width: 1299px) {
  .homepage__wrapper {
    margin: 0; }
  .homepage__toplayer {
    margin-left: -150px;
    margin-top: -120px; }
  .homepage__heading-image {
    width: 300px;
    height: 100%; }
  .fifth-left {
    height: 333px;
    margin-top: 84px; }
  .fifth-right {
    height: 333px;
    margin-top: 157px; } }

/*
 * Desktop layout
 */
@media screen and (max-width: 767px) {
  .homepage__wrapper {
    margin: 0; }
    .homepage__wrapper .homepage__carousel-dots {
      display: none !important; }
  .homepage__toplayer {
    margin-left: -150px;
    margin-top: -90px; }
  .homepage__heading-image {
    width: 300px;
    height: 100%; }
  .homepage__columns {
    height: 445px; }
  .homepage__heading-anchor--link {
    display: none; }
  .homepage__textlogo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .homepage__carousel-image--left {
    height: 445px;
    padding: 80px 0px 80px 0px; }
  .homepage__carousel-image--right {
    height: 445px;
    float: left;
    background: transparent;
    padding: 80px 0px 80px 0px; }
  .fifth-left {
    height: 346px;
    margin-top: 20px; }
  .fifth-right {
    height: 346px;
    margin-top: 80px; }
  .fifth-background {
    height: 445px; } }

/*
 * Mobile layout
 */
.logos__wrapper {
  max-width: 905px;
  margin: auto; }
  .logos__wrapper h2 {
    text-transform: uppercase;
    font-family: 'roboto bold', sans-serif;
    text-align: left; }

.logos__content-item {
  display: inline-block; }

.logos__content {
  border-bottom: 2px solid #000; }

.large .logos__content-img {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100px; }

.small .logos__content-img {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 75px; }

/*
 * Tablet layout
 */
/*
 * Desktop layout
 */
/*
 * Mobile layout
 */
.menu__wrapper {
  width: 33%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5; }
  .menu__wrapper ul {
    margin: 0;
    padding: 0;
    background: #f1f2f2; }
  .menu__wrapper li {
    list-style: none; }
  .menu__wrapper .menu__container {
    padding: 35px;
    background: #fff;
    -webkit-box-shadow: -5px 4px 21px 0 rgba(0, 0, 0, 0.1);
            box-shadow: -5px 4px 21px 0 rgba(0, 0, 0, 0.1); }
  .menu__wrapper .menu__content-item {
    text-align: left;
    padding-left: 20%;
    font-size: 28px;
    font-family: 'Roboto bold', sans-serif;
    font-weight: 700;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #000; }
  .menu__wrapper .menu__content-item:last-child {
    border-bottom: none; }
  .menu__wrapper .menu__content-subitem {
    font-size: 10px;
    text-align: left;
    padding-left: 10%; }
  .menu__wrapper .menu__content-subanchor {
    position: relative;
    text-transform: uppercase; }
  .menu__wrapper .menu__content-anchor {
    text-transform: uppercase; }
  .menu__wrapper .menu__content-subanchor:hover::before {
    display: inline-block;
    content: ' ';
    background-image: url(mysource_files/Vector-Smart-Object_25-01-small.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    padding-right: 12px;
    position: absolute;
    left: -23px;
    top: 5%; }
  .menu__wrapper .menu__content-subanchor:active {
    color: #a2c5c4; }
  .menu__wrapper .menu__content-subanchor:hover {
    color: #a2c5c4; }
  .menu__wrapper .hidden {
    display: none; }
  .menu__wrapper .show {
    display: block; }

/*
 * Tablet layout
 */
@media screen and (max-width: 1299px) {
  .menu__wrapper .menu__content-item {
    font-size: 25px;
    padding-left: 10%; }
  .menu__wrapper .menu__content_links {
    padding-top: 35px;
    padding-bottom: 35px; }
  .menu__wrapper .menu__container {
    padding: 15px; }
  .menu__wrapper .menu__content-subitem {
    padding-left: 0; } }

/*
 * Desktop layout
 */
@media screen and (max-width: 767px) {
  .menu__wrapper {
    width: 100%; }
    .menu__wrapper .menu__content_links {
      padding-top: 35px;
      padding-bottom: 35px; }
    .menu__wrapper .menu__content-item {
      font-size: 28px;
      padding-top: 15px;
      padding-bottom: 15px;
      text-align: center;
      padding-left: 0; }
    .menu__wrapper .menu__content-sublinks {
      display: none; } }

/*
 * Mobile layout
 */
.occasional__wrapper {
  max-width: 1850px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px; }
  .occasional__wrapper .slick-slide img {
    display: block;
    width: 100%;
    height: 100%; }
  .occasional__wrapper .slick-prev,
  .occasional__wrapper .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    margin-top: -10px !important;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    outline: none; }
  .occasional__wrapper .slick-prev {
    content: "";
    background-size: cover;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: -4px;
    top: 36%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999;
    width: 85px;
    height: 92px; }
  .occasional__wrapper .slick-next {
    content: "";
    background-size: cover;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: -3px;
    top: 36%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999;
    width: 85px;
    height: 92px; }
  .occasional__wrapper .occasional__carousel {
    position: relative; }
  .occasional__wrapper .occasional__carousel:hover {
    -webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.6);
            box-shadow: 0 0 11px rgba(33, 33, 33, 0.6); }
    .occasional__wrapper .occasional__carousel:hover h3 {
      color: #fff;
      text-decoration: underline; }
    .occasional__wrapper .occasional__carousel:hover .occasional__content-text--link {
      text-decoration: underline; }
    .occasional__wrapper .occasional__carousel:hover .slick-prev,
    .occasional__wrapper .occasional__carousel:hover .slick-next {
      -webkit-box-shadow: -2px 0 9px rgba(33, 33, 33, 0.6);
              box-shadow: -2px 0 9px rgba(33, 33, 33, 0.6);
      background: rgba(255, 255, 255, 0.9); }
  .occasional__wrapper .occasional__carousel:focus {
    -webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.6);
            box-shadow: 0 0 11px rgba(33, 33, 33, 0.6); }
    .occasional__wrapper .occasional__carousel:focus h3 {
      color: #fff;
      text-decoration: underline; }
    .occasional__wrapper .occasional__carousel:focus .occasional__content-text--link {
      text-decoration: underline; }
    .occasional__wrapper .occasional__carousel:focus .slick-prev,
    .occasional__wrapper .occasional__carousel:focus .slick-next {
      -webkit-box-shadow: -2px 0 9px rgba(33, 33, 33, 0.6);
              box-shadow: -2px 0 9px rgba(33, 33, 33, 0.6);
      background: rgba(255, 255, 255, 0.9); }
  .occasional__wrapper .slick-prev::before {
    content: "";
    background-image: url(mysource_files/Arrow_black.svg);
    background-size: cover;
    z-index: 9999;
    width: 112px;
    height: 112px;
    top: 30px;
    left: 17px;
    position: absolute; }
  .occasional__wrapper .slick-next::before {
    content: "";
    background-image: url(mysource_files/Arrow_black.svg);
    z-index: 9999;
    width: 112px;
    height: 112px;
    top: 30px;
    left: 19px;
    position: absolute; }
  .occasional__wrapper .occasional__item-container {
    position: relative; }
  .occasional__wrapper .occasional__content-text--date {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 11px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 68px;
    line-height: 1.7em;
    font-weight: 300; }
  .occasional__wrapper .occasional__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 238px;
    position: relative; }
  .occasional__wrapper .occasional__content-container {
    padding-top: 40px;
    padding-bottom: 35px;
    background-color: #c6a48f;
    width: 50%; }
  .occasional__wrapper .occasional__content-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 72%;
    margin-left: 18%; }
  .occasional__wrapper .occasional__content-text--headline > h3 {
    padding-top: 6px;
    margin: 0;
    text-transform: uppercase; }
  .occasional__wrapper .occasional__image {
    width: 50%; }
  .occasional__wrapper .occasional__image-img {
    -o-object-fit: cover;
       object-fit: cover; }
  .occasional__wrapper .occasional-dots {
    margin-top: 1em;
    text-align: center;
    bottom: 20px;
    position: absolute;
    left: 9.3%; }
    .occasional__wrapper .occasional-dots li {
      display: inline-block;
      *display: inline;
      zoom: 1; }
      .occasional__wrapper .occasional-dots li + li {
        margin-left: 1em; }
    .about-us .occasional-dots li.slick-active button {
      background: #fff; }
    .journalists .occasional-dots li.slick-active button {
      background: #fff; }
    .experts .occasional-dots li.slick-active button {
      background: #fff; }
    .research .occasional-dots li.slick-active button {
      background: #fff; }
    .contact-us .occasional-dots li.slick-active button {
      background: #fff; }
    .supporters .occasional-dots li.slick-active button {
      background: #fff; }
    .occasional__wrapper .occasional-dots button {
      display: block;
      position: relative;
      background: #000;
      height: 4px;
      width: 18px;
      cursor: pointer;
      border: 0;
      padding: 0;
      font-size: 0;
      content: '-';
      margin: -5px;
      border-radius: 5px;
      outline: none; }
  .occasional__wrapper .occasional__content-text {
    max-height: 236px;
    overflow: hidden; }
  .occasional__wrapper h3 {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 29px;
    text-align: left;
    margin-top: 18px;
    margin-bottom: 18px; }
  .occasional__wrapper a {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 14px;
    font-weight: 700;
    outline: none; }
  .occasional__wrapper p {
    font-family: 'Roboto Regular', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    display: inline; }

/*
 * Tablet layout
 */
@media screen and (max-width: 1299px) {
  .occasional__wrapper .occasional__content-text {
    max-height: 160px; }
  .occasional__wrapper .occasional-dots {
    margin: 0;
    text-align: center;
    position: absolute;
    left: 9.5%;
    bottom: 27px; }
  .occasional__wrapper .occasional__content-text--body.span.p {
    font-size: 55px; }
  .occasional__wrapper .slick-prev {
    content: "";
    background-size: cover;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -4px;
    top: 43%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
    width: 51px;
    height: 65px; }
  .occasional__wrapper .slick-prev::before {
    content: "";
    background-size: cover;
    z-index: 9999;
    width: 107px;
    height: 63px;
    top: 20px;
    left: 2px;
    position: absolute; }
  .occasional__wrapper .slick-next {
    content: "";
    background-size: cover;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -3px;
    top: 43%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
    width: 51px;
    height: 65px; }
  .occasional__wrapper .slick-next::before {
    content: "";
    z-index: 9999;
    background-size: cover;
    width: 107px;
    height: 63px;
    top: 20px;
    left: 3px;
    position: absolute; } }

/*
 * Desktop layout
 */
@media screen and (max-width: 767px) {
  .occasional__wrapper .occasional__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 506px; }
  .occasional__wrapper .occasional__content-container {
    width: 100%;
    height: 253px;
    padding-top: 20px;
    padding-bottom: 20px; }
  .occasional__wrapper .occasional__image {
    width: 100%;
    height: 253px; }
  .occasional__wrapper .occasional__content-text {
    width: 85%;
    margin: auto;
    max-height: 200px; }
  .occasional__wrapper .slick-prev {
    content: "";
    background-size: cover;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -4px;
    top: 21%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
    width: 51px;
    height: 65px; }
  .occasional__wrapper .slick-prev::before {
    content: "";
    background-size: cover;
    z-index: 9999;
    width: 107px;
    height: 63px;
    top: 21px;
    left: 2px;
    position: absolute; }
  .occasional__wrapper .slick-next {
    content: "";
    background-size: cover;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -3px;
    top: 21%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
    width: 51px;
    height: 65px; }
  .occasional__wrapper .slick-next::before {
    content: "";
    background-size: cover;
    z-index: 9999;
    width: 107px;
    height: 63px;
    top: 21px;
    left: 2px;
    position: absolute; }
  .occasional__wrapper .occasional__content-text--link {
    display: block;
    font-family: 'Roboto Bold', sans-serif;
    font-size: 14px; }
  .occasional__wrapper .occasional__content-text--body span {
    display: none; }
  .occasional__wrapper .occasional-dots {
    display: none !important; } }

/*
 * Mobile layout
 */
.latest__wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 1em;
  margin-right: 1em;
  /***********************/ }
  .latest__wrapper .latest__carousel {
    max-width: 1300px;
    margin: auto;
    position: relative;
    margin-top: 15px; }
  .latest__wrapper .slick-prev,
  .latest__wrapper .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    border: none;
    outline: none; }
  .latest__wrapper .slick-prev {
    content: "";
    background-size: cover;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: 0px !important; }
  .latest__wrapper .slick-next {
    content: "";
    background-size: cover;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 0px !important; }
  .latest__wrapper .slick-prev {
    width: 41px;
    height: 51px;
    z-index: 4;
    background: rgba(255, 255, 255, 0.5);
    top: 22%; }
  .latest__wrapper .slick-next {
    width: 41px;
    height: 51px;
    z-index: 4;
    background: rgba(255, 255, 255, 0.5);
    top: 22%; }
  .latest__wrapper .slick-prev::before {
    content: "";
    background-image: url(mysource_files/Arrow_black.svg);
    background-size: cover;
    width: 107px;
    height: 63px;
    top: 21px;
    left: 2px;
    position: absolute;
    z-index: 9999; }
  .latest__wrapper .slick-next::before {
    content: "";
    background-image: url(mysource_files/Arrow_black.svg);
    background-size: cover;
    width: 107px;
    height: 63px;
    top: 21px;
    left: 2px;
    position: absolute;
    z-index: 9999; }
  .latest__wrapper .slick-prev::before {
    width: 107px;
    height: 63px;
    top: 11px;
    left: -3px;
    position: absolute;
    z-index: 4; }
  .latest__wrapper .slick-next::before {
    width: 107px;
    height: 63px;
    top: 11px;
    left: -3px;
    position: absolute;
    z-index: 4; }
  .latest__wrapper .latest__carousel-heading {
    font-family: 'Roboto bold', sans-serif;
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0; }
  .latest__wrapper .latest__content-logo {
    background: #000;
    color: #fff;
    font-size: 6px;
    position: absolute;
    z-index: 999;
    width: 59px;
    height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .latest__wrapper .latest__content-logo {
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px; }
  .latest__wrapper .latest__content-logo-img--image {
    height: 18px;
    padding-left: 2px; }
  .latest__wrapper .latest__content-logo-text {
    font-size: 7px;
    padding-left: 3px;
    padding-top: 1px;
    font-family: 'Roboto Bold', sans-serif; }
  .latest__wrapper .latest__content-text {
    display: none; }
  .latest__wrapper .latest__content-text-body {
    display: none; }
  .latest__wrapper .latest__content-text-readmore {
    display: none; }
  .latest__wrapper .latest__content {
    height: 394px;
    padding-top: 6px;
    padding-bottom: 10px; }
  .latest__wrapper .latest__content-text p {
    padding: 0;
    display: inline; }
  .latest__wrapper .latest__item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0; }
  .latest__wrapper .latest__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 394px; }
  .latest__wrapper .slick-slide:nth-child(even) .latest__item .latest__content .latest__content-container {
    background: #c19a93; }
  .latest__wrapper .slick-slide:nth-child(odd) .latest__item .latest__content .latest__content-container {
    background: #a2c5c4; }
  .latest__wrapper .latest__content-image {
    position: relative; }
  .latest__wrapper .latest__content-image--img {
    height: 203px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .latest__wrapper .latest__content-container {
    height: 191px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px; }
  .latest__wrapper .latest__content-text--date {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 11px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 68px;
    line-height: 1.6em; }
  .latest__wrapper .latest__content-text--heading {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 15px;
    text-transform: uppercase; }

/*
 * Tablet layout
 */
@media screen and (min-width: 767px) {
  .latest__wrapper .latest__item {
    padding: 0px; }
  .latest__wrapper .latest__carousel-heading {
    font-size: 29px;
    margin-bottom: 10px; }
  .latest__wrapper .slick-prev {
    width: 41px;
    height: 51px;
    z-index: 4;
    background: rgba(255, 255, 255, 0.5);
    top: 22%; }
  .latest__wrapper .slick-next {
    width: 41px;
    height: 51px;
    z-index: 4;
    background: rgba(255, 255, 255, 0.5);
    top: 22%; }
  .latest__wrapper .slick-prev::before {
    width: 107px;
    height: 63px;
    top: 11px;
    left: -3px;
    position: absolute;
    z-index: 4; }
  .latest__wrapper .slick-next::before {
    width: 107px;
    height: 63px;
    top: 11px;
    left: -3px;
    position: absolute;
    z-index: 4; }
  .latest__wrapper .latest__content-container {
    padding: 12px; } }

@media screen and (min-width: 1299px) {
  .latest__wrapper .latest__item {
    padding-right: 12px; }
  .latest__wrapper .latest__carousel-heading {
    font-size: 26px;
    margin-bottom: 10px; }
  .latest__wrapper .latest__content-container {
    padding: 12px; }
  .latest__wrapper .latest__content-logo {
    background: #000;
    color: #fff;
    font-size: 6px;
    position: absolute;
    z-index: 999;
    top: 7%;
    left: 30px;
    width: 59px;
    height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .latest__content-logo-img--image {
    height: 18px;
    padding-left: 2px; }
  .latest__content-logo-text {
    font-size: 7px;
    padding-left: 3px;
    padding-top: 1px;
    font-family: 'Roboto Bold', sans-serif; }
  .latest__item:hover .latest__content-container {
    padding-top: 70px;
    height: 100%;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    position: absolute;
    bottom: 0;
    width: 96.5%;
    -webkit-box-shadow: 0 0 7px rgba(33, 33, 33, 0.8);
            box-shadow: 0 0 7px rgba(33, 33, 33, 0.8); }
  .latest__item:hover .latest__content {
    line-height: 25px; }
  .latest__item:hover .latest__content-text {
    display: block; }
  .latest__item:hover .latest__content-text-body {
    font-family: 'Roboto Regular', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    display: inline; }
  .latest__item:hover .latest__content-text-readmore {
    display: inline;
    font-family: 'Roboto Black', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline; } }

/*
 * Mobile layout
 */
.parallax__wrapper {
  background-repeat: no-repeat;
  background-size: cover; }

.parallax__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px; }

.parallax__content-body {
  color: #fff;
  height: 100%;
  width: 905px;
  margin: auto; }

/*
 * Desktop layout
 */
@media screen and (min-width: 1299px) {
  .parallax__wrapper {
    padding-left: 0;
    padding-right: 0; } }

/*
 * Tablet layout
 */
@media screen and (min-width: 767px) {
  .parallax__wrapper {
    max-height: 577px; }
  .parallax__content-body {
    height: 542px; } }

/*
 * Mobile layout
 */
.scimex__wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
  height: 362px;
  position: relative; }
  .scimex__wrapper .scimex__carousel {
    height: 212px;
    position: relative;
    max-width: 1300px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px; }
  .scimex__wrapper .scimex__carousel-item {
    list-style: none;
    position: relative; }
  .scimex__wrapper .scimex__carousel-item-container {
    background: #f1f2f2;
    width: 87%;
    margin: 0 auto;
    padding: 19px; }
  .scimex__wrapper .scimex__carousel-controls {
    margin: auto;
    position: relative;
    height: 212px; }
  .scimex__wrapper .scimex__carousel-image-img {
    height: 165px;
    width: 93%;
    margin: auto; }
  .scimex__wrapper .scimex__carousel-image-img:hover {
    -webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.6);
            box-shadow: 0 0 11px rgba(33, 33, 33, 0.6);
    background: #f1f2f2; }
  .scimex__wrapper .scimex__carousel-image-img:focus {
    -webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.6);
            box-shadow: 0 0 11px rgba(33, 33, 33, 0.6);
    background: #f1f2f2; }
  .scimex__wrapper .scimex__carousel-item:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.5));
    position: absolute;
    content: '';
    width: 94%;
    bottom: 0;
    left: 7px;
    top: 0;
    height: 165px;
    pointer-events: none; }
  .scimex__wrapper .scimex__carousel-text {
    position: absolute;
    font-size: 11px;
    color: #fff;
    width: 70%;
    bottom: 6px;
    left: 22px;
    line-height: 1.1em;
    text-transform: uppercase;
    font-family: 'Roboto Bold', sans-serif;
    z-index: 99; }
  .scimex__wrapper .scimex__carousel-anchor--link {
    border: solid 2px #000;
    border-radius: 14px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 10px;
    font-family: "Roboto Regular", sans-serif; }
  .scimex__wrapper .scimex__carousel-anchor--link:hover {
    -webkit-box-shadow: 0 0 11px rgba(166, 203, 203, 0.6);
            box-shadow: 0 0 11px rgba(166, 203, 203, 0.6);
    border: solid 2px #a6cbcb;
    color: #a6cbcb; }
  .scimex__wrapper .scimex__carousel-anchor--link:focus {
    -webkit-box-shadow: 0 0 11px rgba(166, 203, 203, 0.6);
            box-shadow: 0 0 11px rgba(166, 203, 203, 0.6);
    border: solid 2px #a6cbcb;
    color: #a6cbcb; }
  .scimex__wrapper .slick-track {
    padding-top: 10px; }
  .scimex__wrapper .slick-prev,
  .scimex__wrapper .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    margin-top: -25px !important;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    outline: none;
    background: transparent; }
  .scimex__wrapper .slick-prev {
    content: "";
    background-image: url(mysource_files/Arrow_Light_Grey1.svg);
    background-size: cover;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: 0px !important; }
  .scimex__wrapper .slick-next {
    content: "";
    background-image: url(mysource_files/Arrow_Light_Grey1.svg);
    background-size: cover;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 0px !important; }
  .scimex__wrapper .scimex__carousel-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .scimex__wrapper .scimex__carousel-logo--img {
    height: 37px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .scimex__wrapper .scimex__carousel-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .scimex__wrapper .scimex__carousel-anchor--link {
    padding: 2px 10px 1px 10px;
    font-size: 11px; }

/*
 * Tablet layout
 */
/*
 * Desktop layout
 */
@media screen and (max-width: 767px) {
  .scimex__wrapper {
    height: 305px;
    background-color: #f1f2f2;
    padding-top: 12px; }
    .scimex__wrapper .scimex__carousel-image-img {
      width: 93%; }
    .scimex__wrapper .scimex__carousel {
      margin: 0; }
    .scimex__wrapper .scimex__carousel-anchor {
      margin-top: 8px; } }

/*
 * Mobile layout
 */
.signup__wrapper {
  max-width: 905px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px; }

a.signup__button {
  text-align: center;
  font-size: 26px !important;
  font-family: 'Roboto Light Italic', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  border: 3px solid #000;
  border-radius: 75px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  font-weight: 300;
  width: 75%;
  margin-left: 12.5%; }

a.signup__button:hover {
  -webkit-box-shadow: 0 0 17px rgba(33, 33, 33, 0.5);
          box-shadow: 0 0 17px rgba(33, 33, 33, 0.5);
  font-weight: 600; }

a.signup__button:focus {
  -webkit-box-shadow: 0 0 17px rgba(33, 33, 33, 0.5);
          box-shadow: 0 0 17px rgba(33, 33, 33, 0.5);
  font-weight: 600; }

/*
 * Tablet layout
 */
/*
 * Desktop layout
 */
@media screen and (max-width: 767px) {
  .signup__button {
    font-size: 19px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #000; } }

/*
 * Mobile layout
 */
.smcnetwork__wrapper {
  background-color: #f2f2f2;
  margin-top: 25px;
  margin-bottom: 25px; }
  .smcnetwork__wrapper .tabs__link.uber-accordion__button-active {
    background: #f4f4f4; }
  .smcnetwork__wrapper .tabs__link {
    background-color: #f4f4f4 !important; }
  .smcnetwork__wrapper h2 {
    text-align: center;
    font-family: 'Roboto Bold', sans-serif;
    font-size: 37px;
    text-transform: uppercase;
    padding-top: 20px;
    margin: 0; }

.about-us .smcnetwork__wrapper {
  background-color: #a38ca1; }

h2 {
  text-align: center;
  font-family: 'Roboto Bold', sans-serif;
  font-size: 37px;
  text-transform: uppercase; }

.tabs__tab-content {
  width: 905px;
  margin: auto;
  padding-bottom: 35px;
  height: 295px;
  font-family: 'Playfair Display Regular';
  font-size: 19px; }

.tabs {
  background-color: #a38ca1; }

.tabs__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1300px;
  margin: auto;
  height: 176px;
  background: #f4f4f4; }

.tabs__background {
  background-color: #f4f4f4; }

.tabs__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.tabs__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0 !important;
  background-color: #f4f4f4; }

.tabs__item-img {
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.tabs__link.uber-accordion__button.uber-accordion__button-active::before {
  position: absolute;
  top: -15px;
  left: 50;
  content: "";
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #a38ca1; }

.tabs__target.uber-accordion__target-active {
  max-height: 350px; }

/*
 * Tablet layout
 */
@media screen and (max-width: 1299px) {
  .tabs__tab-content {
    width: 768px;
    height: 356px;
    margin: auto;
    padding: 1em; }
  .tabs__tab-list {
    width: 768px;
    height: 148px;
    margin: auto; }
  .tabs__item-img {
    height: 77px; }
  .tabs__background {
    background-color: #f2f2f2; } }

/*
 * Desktop layout
 */
@media screen and (max-width: 767px) {
  .smcnetwork__wrapper .tabs__target.uber-accordion__target-active {
    max-height: 120px; }
  .tabs__tab-content {
    width: 320px;
    height: 148px;
    margin: auto;
    font-size: 9px;
    padding: 1em; }
    .tabs__tab-content h2 {
      font-size: 19px; }
  .tabs__tab-list {
    width: 320px;
    height: 62px;
    margin: auto; }
  .tabs__item-img {
    height: 32px; }
  .tabs__link.uber-accordion__button.uber-accordion__button-active::before {
    top: -11px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 10px; } }

/*
 * Mobile layout
 */
.staff__wrapper {
  max-width: 980px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px; }

.content__staff-headline {
  font-family: 'Roboto Bold', sans-serif;
  font-size: 38px;
  text-align: center;
  text-transform: uppercase; }

.content__staff {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.content__staff-item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 17px;
  width: calc(25% - 17px); }

.content__staff-image--img {
  height: 193px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 23px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 23px 3px rgba(0, 0, 0, 0.4);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }

.content__staff-item-body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Roboto Bold', sans-serif;
  font-size: 22px;
  text-align: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
  text-transform: uppercase; }

/*
 * Desktop layout
 */
@media screen and (max-width: 1299px) {
  .content__staff-image--img {
    height: 137px;
    max-width: 137px; }
  .content__staff-item {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .content__staff-item-body--firstname {
    text-align: center; }
  .content__staff-item-body--lastname {
    text-align: center; }
  .content__staff-item-body {
    font-size: 22px; } }

/*
 * Tablet layout
 */
@media screen and (max-width: 767px) {
  .content__staff-item {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

/*
 * Mobile layout
 */
.stats__wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
  background: #f2f2f2; }

.stats__container {
  max-width: 1300px;
  margin: auto;
  background: #f2f2f2;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.stats__container-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
  padding: 0;
  width: 100%; }

.stats__container-item {
  width: calc(25% - 4px);
  border-right: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.stats__container-padding {
  padding: 28px;
  width: 100%; }

.stats__container-item-number {
  font-family: 'Roboto Bold', sans-serif;
  font-size: 52px;
  font-weight: 700; }

.stats__container-item-text {
  font-family: 'Roboto Bold', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase; }

.stats__container-item:last-child {
  border: none; }

/*
 * Desktop layout
 */
/*
 * Tablet layout
 */
@media screen and (max-width: 767px) {
  .stats__container {
    margin: auto;
    height: 312px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto; }
  .stats__container-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    height: 100%; }
  .stats__container-item {
    min-width: 50%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .stats__container-item-number {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 35px;
    font-weight: 700; }
  .stats__container-item-text {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 9px;
    font-weight: 700; }
  .stats__container-padding {
    padding: 0;
    width: 100%; } }

/*
 * Mobile layout
 */
.sticky__wrapper .sticky__container {
  background: #f1f2f2;
  height: 110px;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  position: fixed;
  top: -110px;
  z-index: 9999;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-left: 60px;
  padding-right: 60px; }

.sticky__wrapper .sticky {
  color: #000000;
  border-bottom: 1px solid black;
  position: fixed;
  height: 100px;
  width: 100%; }

.sticky__wrapper .sticky__container-menu {
  padding-top: 19px; }

/*
 * Tablet layout
 */
/*
 * Desktop layout
 */
/*
 * Mobile layout
 */
.supporters__carousel__wrapper {
  max-width: 905px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px; }
  .supporters__carousel__wrapper .slick-prev,
  .supporters__carousel__wrapper .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    margin-top: -10px !important;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    outline: none;
    background: transparent; }
  .supporters__carousel__wrapper .slick-prev {
    content: "";
    background-image: url(mysource_files/Arrow_Light_Grey1.svg);
    background-size: cover;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: 0px !important; }
  .supporters__carousel__wrapper .slick-next {
    content: "";
    background-image: url(mysource_files/Arrow_Light_Grey1.svg);
    background-size: cover;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 0px !important; }
  .supporters__carousel__wrapper .supporters__carousel .supporters__carousel-dots {
    margin-top: 1em;
    text-align: center; }
    .supporters__carousel__wrapper .supporters__carousel .supporters__carousel-dots li {
      display: inline-block;
      *display: inline;
      zoom: 1; }
      .supporters__carousel__wrapper .supporters__carousel .supporters__carousel-dots li + li {
        margin-left: 1em; }
  .supporters__carousel__wrapper .supporters__carousel .slick-prev {
    margin-top: -10px !important;
    left: 0px; }
  .supporters__carousel__wrapper .supporters__carousel .slick-next {
    margin-top: -10px !important;
    right: 0; }
  .supporters__carousel__wrapper .supporters__carousel .slick-slide img {
    display: inline-block; }
  .supporters__carousel__wrapper .supporters__carousel {
    height: 284px;
    position: relative; }
  .supporters__carousel__wrapper .supporters__carousel-heading {
    font-family: 'Roboto bold', sans-serif;
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    height: 33.3%;
    text-transform: uppercase; }
  .supporters__carousel__wrapper .supporters__carousel-link {
    outline: none; }
  .supporters__carousel__wrapper .supporters__carousel-item {
    width: 100%;
    display: inline-block;
    padding: 10px; }
  .supporters__carousel__wrapper .supporters__carousel-item-container {
    width: 80%;
    margin: auto;
    height: 33.3%;
    padding-top: 17px;
    padding-bottom: 17px; }
  .supporters__carousel__wrapper .supporters__carousel-image {
    text-align: center; }
  .supporters__carousel__wrapper .supporters__carousel-image--img {
    height: 54px; }
  .supporters__carousel__wrapper .supporters__carousel-anchor--link {
    border: solid 2px #000;
    border-radius: 14px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 8px;
    padding-top: 2px;
    font-family: "Roboto Regular", sans-serif; }
  .supporters__carousel__wrapper .supporters__carousel-anchor--link:hover,
  .supporters__carousel__wrapper .supporters__carousel-anchor--link:focus {
    -webkit-box-shadow: 0 0 11px rgba(166, 203, 203, 0.6);
            box-shadow: 0 0 11px rgba(166, 203, 203, 0.6);
    border: solid 2px #a6cbcb;
    color: #a6cbcb; }
  .supporters__carousel__wrapper .supporters__carousel-anchor {
    height: 30.3%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 35px;
    padding-top: 29px; }
  .supporters__carousel__wrapper .supporters__carousel .slick-slide img {
    display: inline-block; }

/*
 * Desktop layout
 */
/*
 * tablet layout
 */
/*
 * Mobile layout
 */
.video__wrapper {
  max-width: 905px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px; }
  .video__wrapper img {
    max-width: auto; }

.video__content-icon--img {
  height: 100%;
  max-width: 120px; }

.video__content-anchor:hover circle {
  stroke: #a6cbcb; }

.video__content-anchor:hover path {
  stroke: #a6cbcb; }

.video__content-anchor:hover svg {
  -webkit-box-shadow: 0 0 11px #a6cbcb;
          box-shadow: 0 0 11px #a6cbcb;
  border-radius: 50%; }

.video__content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.video__content {
  margin-left: 20px; }

.video__content-text {
  font-family: 'Playfair Display Regular';
  font-size: 19px; }

.video__content-link {
  display: inline-block;
  font-family: 'Roboto Bold', sans-serif;
  font-size: 14px;
  font-weight: 600; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5); }

.video-container {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 50%;
  width: 905px;
  height: 40%;
  margin-left: -25%;
  margin-top: 10%; }

.hidden {
  display: none; }

/*
 * Tablet layout
 */
@media screen and (max-width: 1299px) {
  .video__wrapper {
    margin-left: 1em;
    margin-right: 1em; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    width: 70%;
    height: 70%;
    left: 30%;
    margin-left: -15%; } }

/*
 * Desktop layout
 */
@media screen and (max-width: 767px) {
  .video__wrapper {
    margin-left: 1em;
    margin-right: 1em; }
  .video__content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 1em;
    margin-right: 1em; }
  .video__content {
    text-align: center;
    margin-left: 0; }
  .video__content-icon {
    padding-bottom: 20px; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0; }
  .video-container {
    padding-bottom: 43.25%; } }

.accordion__link:after {
  content: '+';
  border: 1px solid;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 1em;
  width: 1em;
  text-align: center; }

.accordion__link.uber-accordion__button-active:after {
  content: '-'; }

.js-enabled .accordion__target {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease; }
  .js-enabled .accordion__target.uber-accordion__target-active {
    max-height: 100em; }

.tabs__item {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.tabs__link {
  padding: .5em;
  border: 1px solid;
  border-bottom: 0;
  background: #eee; }
  .tabs__link.uber-accordion__button-active {
    background: #fff; }

.js-enabled .tabs__target {
  display: none; }
  .js-enabled .tabs__target.uber-accordion__target-active {
    display: block; }

.no-js .uber-accordion__target {
  display: none; }
  .no-js .uber-accordion__target:target {
    display: block; }

/*
 *
 * Default CSS for UberAccordion
 * Skin Me s'il vous plait
 *
 */
.uberAccordion {
  padding: 0; }

.uberAccordion > li {
  list-style: none;
  margin: 0; }

.uberAccordion > li > h1 {
  background-color: #e3e3e3;
  margin: 0;
  font-size: 16px;
  padding: 5px;
  cursor: pointer; }

.uberAccordion > li > div {
  background-color: #aaa;
  padding: 15px; }

/* Default CSS for sub-accordion */
.uberAccordion .uberAccordion > li > h1 {
  font-size: 12px;
  padding: 5px; }

.uberAccordion .uberAccordion > li > div {
  background-color: #666666;
  color: #FFF; }

/* Default CSS for vertical orientation */
.uberAccordion.accordion-vertical {
  height: 300px; }

.uberAccordion .uberAccordion.accordion-vertical {
  height: 260px; }

.slick-list {
  position: relative;
  overflow: hidden; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  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; }
  .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-slideshow__slide img {
  margin: 0 auto; }

.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px; }

.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 20px; }

.slick-dots {
  margin-top: 1em;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    *display: inline;
    zoom: 1; }
    .slick-dots li + li {
      margin-left: 1em; }

