@charset "UTF-8";
/*
  This file holds all CSS for the WeTransfer custom newsroom.
  It imports the base CSS used for all custom newsrooms, and files that override that CSS.
  If you need to make changes, edit the CSS files in the wetranfser/ folder, not the base! 
*/
.about__container {
  margin-top: 65px;
  width: 100%; }

.about__title {
  font-size: 40px; }

.about__title--small {
  font-size: 22px; }

.about__title--smaller {
  font-size: 16px; }

.about__content {
  line-height: 1.8; }

@media screen and (min-width: 64em) {
  .about__container {
    width: 75%; } }
/* 
  GRID
  For use with custom newsrooms
  .cn prefix stands for custom newsroom :)

  Columns:
    Sizes:
      one-third 
      two-thirds
      full-width (100%)
      halve-width (50%)

  Gutters:
    Set the gutters yourself, there's no standard gutter on columns
    Like this: .cn-gutter-i-j:
      i = direction (undefined = right and left)
      j = gutter size per column
*/
.cn-row {
  max-width: 75rem;
  margin: 0 auto; }

.cn-column-one-eight {
  width: calc(100% / 8);
  float: left;
  box-sizing: border-box; }

.cn-column-one-sixth {
  width: calc(100% / 6);
  float: left;
  box-sizing: border-box; }

.cn-column-one-third {
  width: calc(100% / 3);
  float: left;
  box-sizing: border-box; }

.cn-column-two-thirds {
  width: calc(100% / 1.5);
  float: left;
  box-sizing: border-box; }

.cn-column-100 {
  width: 100%;
  float: left;
  box-sizing: border-box; }

.cn-column-50 {
  width: 50%;
  float: left;
  box-sizing: border-box; }

.cn-column-25 {
  width: 25%;
  float: left;
  box-sizing: border-box; }

.cn-gutter-0 {
  padding: 0px; }

.cn-gutter-8 {
  padding: 0px 8px; }

.cn-gutter-16 {
  padding: 0px 16px; }

.cn-gutter-r-40 {
  padding-right: 40px; }

/* MEDIA QUERIES */
@media screen and (max-width: 40em) {
  .cn-column-one-eight-s {
    width: calc(100% / 8);
    float: left;
    box-sizing: border-box; }

  .cn-column-one-sixth-s {
    width: calc(100% / 6);
    float: left;
    box-sizing: border-box; }

  .cn-column-one-third-s {
    width: calc(100% / 3);
    float: left;
    box-sizing: border-box; }

  .cn-column-two-thirds-s {
    width: calc(100% / 1.5);
    float: left;
    box-sizing: border-box; }

  .cn-column-100-s {
    width: 100%;
    float: left;
    box-sizing: border-box; }

  .cn-column-50-s {
    width: 50%;
    float: left;
    box-sizing: border-box; }

  .cn-column-25-s {
    width: 25%;
    float: left;
    box-sizing: border-box; }

  .cn-gutter-0-s {
    padding: 0px; }

  .cn-gutter-8-s {
    padding: 0px 8px; }

  .cn-gutter-r-40-s {
    padding-right: 40px; } }
@media screen and (min-width: 40em) {
  .cn-column-one-eight-ns {
    width: calc(100% / 8);
    float: left;
    box-sizing: border-box; }

  .cn-column-one-sixth-ns {
    width: calc(100% / 6);
    float: left;
    box-sizing: border-box; }

  .cn-column-one-third-ns {
    width: calc(100% / 3);
    float: left;
    box-sizing: border-box; }

  .cn-column-two-thirds-ns {
    width: calc(100% / 1.5);
    float: left;
    box-sizing: border-box; }

  .cn-column-100-ns {
    width: 100%;
    float: left;
    box-sizing: border-box; }

  .cn-column-50-ns {
    width: 50%;
    float: left;
    box-sizing: border-box; }

  .cn-column-25-ns {
    width: 25%;
    float: left;
    box-sizing: border-box; }

  .cn-gutter-0-ns {
    padding: 0px; }

  .cn-gutter-8-ns {
    padding: 0px 8px; }

  .cn-gutter-r-40-ns {
    padding-right: 40px; } }
@media screen and (min-width: 64em) {
  .cn-column-one-eight-m {
    width: calc(100% / 8);
    float: left;
    box-sizing: border-box; }

  .cn-column-one-sixth-m {
    width: calc(100% / 6);
    float: left;
    box-sizing: border-box; }

  .cn-column-one-third-m {
    width: calc(100% / 3);
    float: left;
    box-sizing: border-box; }

  .cn-column-two-thirds-m {
    width: calc(100% / 1.5);
    float: left;
    box-sizing: border-box; }

  .cn-column-100-m {
    width: 100%;
    float: left;
    box-sizing: border-box; }

  .cn-column-50-m {
    width: 50%;
    float: left;
    box-sizing: border-box; }

  .cn-column-25-m {
    width: 25%;
    float: left;
    box-sizing: border-box; }

  .cn-gutter-0-m {
    padding: 0px; }

  .cn-gutter-8-m {
    padding: 0px 8px; }

  .cn-gutter-r-40-m {
    padding-right: 40px; } }
@media screen and (min-width: 75em) {
  .cn-column-one-eight-l {
    width: calc(100% / 8);
    float: left;
    box-sizing: border-box; }

  .cn-column-one-sixth-l {
    width: calc(100% / 6);
    float: left;
    box-sizing: border-box; }

  .cn-column-one-third-l {
    width: calc(100% / 3);
    float: left;
    box-sizing: border-box; }

  .cn-column-two-thirds-l {
    width: calc(100% / 1.5);
    float: left;
    box-sizing: border-box; }

  .cn-column-100-l {
    width: 100%;
    float: left;
    box-sizing: border-box; }

  .cn-column-50-l {
    width: 50%;
    float: left;
    box-sizing: border-box; }

  .cn-column-25-l {
    width: 25%;
    float: left;
    box-sizing: border-box; }

  .cn-gutter-0-l {
    padding: 0px; }

  .cn-gutter-8-l {
    padding: 0px 8px; }

  .cn-gutter-r-40-l {
    padding-right: 40px; } }
.contact_title--media_kit {
  margin-bottom: 7px; }

.media_kits_title {
  font-size: 40px;
  margin: 20px 0px 40px 0px; }

.media_kits_container {
  width: 100%;
  padding-top: 64px; }

.media_kits_link a {
  text-decoration: none; }

.media_kit_item__title {
  font-size: 16px;
  margin-top: 16px;
  text-decoration: none;
  color: #171819; }

.media_kit_item__summary {
  background-color: white; }

.media_kit_item__link {
  margin-top: 8px; }

.media_kit_item_container {
  margin-bottom: 40px;
  max-height: 244px; }

.media_kit_item {
  height: 172px;
  display: block;
  border: 1px solid #E9EBED;
  border-radius: 5px;
  padding: 17px;
  transition: opacity 0.2s; }

.media_kit_item:hover {
  opacity: 0.8; }

.media_kit_item__thumb {
  width: 100%;
  height: 100%;
  background-size: cover; }

.media_kit_item__thumb > img {
  display: none; }

/* MEDIA QUERIES */
.attachment_container.image .attachment_content img {
  max-width: 100% !important; }

.attachment_container .attachment_details {
  width: 13em !important; }

.attachment_container .attachment_details a {
  text-decoration: none !important; }

.attachment_container .attachment_details p {
  font-size: 12px !important; }

.attachment_container .attachment_details .embed_box a {
  color: white !important; }

.attachment_container .attachment_details h6 {
  font-weight: 400; }

.flex-video iframe {
  max-width: 100% !important; }

.pressroom_empty_title {
  font-size: 24px;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 12rem; }

.pressroom_items a {
  text-decoration: none; }

.press_release_item {
  height: 410px;
  margin-bottom: 40px;
  opacity: 1;
  transition: opacity 0.15s;
  -webkit-transition: opacity .15s ease-in-out; }

.press_release_item--clipping {
  height: auto;
  width: 100%; }

.press_release_item:hover {
  opacity: 0.9; }

.press_release_item__date {
  color: #919599;
  margin-top: 7px;
  font-size: 14px; }

.press_release__details {
  width: 100%; }

.press_release__title {
  font-size: 16px;
  margin-top: 16px;
  text-decoration: none;
  color: black; }

.press_release__title--clipping {
  font-size: 22px; }

.press_release__description {
  color: #484A4D;
  margin-top: 7px;
  margin-bottom: 0px;
  font-size: 14px; }

.press_release__image {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.press_release__image--clipping {
  width: 160px;
  height: 120px;
  float: left;
  margin-right: 30px; }

/* TO-DO: Refactor pagination! */
.pressroom_pagination {
  float: left;
  width: 100%;
  margin-bottom: 32px; }

.pagination {
  display: table;
  margin: 0 auto;
  font-family: "Fakt Pro Normal"; }

.pagination span, .pagination a {
  display: inline-block;
  padding: 10px 16px;
  margin-right: 8px;
  transition: all 200ms;
  text-decoration: none;
  color: #919599;
  border: 1px solid white; }

.pagination .current {
  border: 1px solid #D4D7D9;
  border-radius: 6px;
  color: black; }

.pagination .next, .pagination .prev {
  border: none;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position-y: 4px;
  height: 10px;
  top: 15px;
  position: relative; }

.pagination .next {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/icons/next_arrow-9f42f39a0b4ca5fcb01bc04e0fbb69e8.png);
  margin-left: 8px; }

.pagination .prev {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/icons/back_arrow-b51822c57db8164b1f98be88089f0cc8.png);
  margin-right: 8px; }

.pagination a:hover {
  border: 1px solid #D4D7D9;
  border-radius: 6px;
  color: black; }

.pagination a.next:hover, .pagination a.prev:hover {
  border: none; }

/* SEARCH */
/* TO-DO: Refactor! */
.search__container {
  width: 100%;
  float: left; }

.search_form__input {
  width: 100%;
  background-color: white;
  border: 1px solid lightgray;
  padding: 12px;
  border-radius: 2px 0px 0px 2px;
  float: left;
  font-size: 18px;
  margin-bottom: 34px; }

.search_form_container {
  width: 100%;
  float: left; }

.search_form__button {
  border: 2px solid #0077A6;
  font-size: 14px;
  color: white;
  padding: 12px;
  width: 140px;
  float: left;
  display: block;
  background-color: #0077A6;
  font-weight: bold;
  font-family: "Open Sans";
  text-align: left; }

.search_form__button:hover {
  cursor: pointer; }

.search_results__header {
  font-size: 14px;
  display: block;
  margin-bottom: 20px; }

.release_result {
  text-decoration: none;
  display: block;
  margin-bottom: 40px; }

.release_result__header {
  font-size: 20px;
  font-weight: bold;
  color: black;
  text-decoration: none;
  text-transform: uppercase; }

.release_result__description {
  font-size: 14px;
  color: black; }

/* MEDIA QUERIES */
@media screen and (min-width: 64em) {
  .search__container {
    width: 70%; }

  .search_form__input {
    width: 70%; }

  .pressroom_pagination {
    margin-bottom: 120px; } }
@media print {
  .hide-for-print {
    display: none !important; }

  .media_kit_item_container {
    display: inline-block;
    width: 50%;
    max-height: none; }

  .media_kit_item {
    border: none;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: auto; }

  .media_kit_item__thumb {
    background-image: none !important;
    display: inline-block; }

  .media_kit_item__thumb img {
    display: block;
    width: 90%; } }
/* OVERRIDE SOCIAL SHARING ICONS*/
.social-twitter:before, .social-linkedin:before, .social-facebook:before {
  font-family: inherit !important;
  content: "" !important;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  background-size: cover; }

.social-twitter:before {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/icons/social/icon-twitter-blue-e10153309248a59f691b1155e83d1dc0.svg);
  width: 18px;
  margin-right: 0px; }

.social-linkedin:before {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/icons/social/icon-linkedin-blue-d362d8434d2a836cacd049c0e16fbb84.svg); }

.social-facebook:before {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/icons/social/icon-facebook-blue-7b13295f40a32d4758753ee7e3e078b2.svg); }

/* fin :) */
.release__head {
  width: 100%; }

.release__body {
  line-height: 30px;
  width: 100%; }

.release__body a {
  color: #409FFF; }

.release__top_info {
  float: left;
  width: 100%;
  padding-bottom: 19px;
  border-bottom: 1px solid #E8EBED;
  margin-bottom: 20px;
  margin-top: 67px; }

.social_shares {
  display: inline-block;
  float: right; }

.release_date {
  display: inline-block;
  float: left; }

.social_shares_span {
  font-size: 14px;
  margin-right: 4px;
  display: none; }

.social_shares a.share_button_popup.custom-text-color {
  text-decoration: none !important;
  position: relative;
  top: 4px; }

.social_shares a span {
  display: none; }

.release__title h1 {
  margin-bottom: 10px; }

.release__subtitle h2 {
  font-size: 22px;
  font-weight: 200;
  margin-top: 0px; }

.release section h6 {
  font-size: 22px; }

.release__summary {
  margin-bottom: 32px; }

.release__summary h6 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px; }

.release__summary i {
  font-style: normal; }

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

.release__body h6 {
  margin-bottom: 20px; }

.release blockquote {
  border-left: 1px solid #E8EBED;
  padding-left: 8px;
  margin-left: 0px; }

.release__link {
  border: 1px solid #E8EBED;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 4px;
  text-decoration: none !important;
  display: block; }

.release__link span {
  color: black;
  font-size: 14px;
  margin-left: 8px; }

.release__link small {
  display: none; }

.release #pr_contacts {
  margin-left: 0px; }

.release #freeform .element > h2 {
  font-size: 24px !important; }

.release_date h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0px; }

.thumbnails ul {
  list-style-type: none;
  padding-left: 0px; }

.thumbnails ul li {
  display: inline-block; }

.about_container {
  border-top: 1px solid #E8EBED;
  margin-top: 40px;
  padding-top: 32px; }

.about_container__title {
  font-size: 22px;
  margin: 8px 0px; }

.about_container__content {
  font-size: 16px;
  width: 100%;
  font-weight: normal;
  line-height: 1.8; }

.info-header.optional-image {
  background-color: white; }

.download_pdf_link span {
  margin-top: 32px !important;
  color: white;
  background-color: #409FFF;
  display: inline-block;
  padding: 16px;
  border-radius: 4px;
  transition: background-color 0.2s; }

.download_pdf_link span:hover {
  background-color: #0073E5; }

.release__image {
  margin-top: 30px;
  width: 100%;
  border-radius: 4px; }

.more_releases_container {
  padding-top: 0px;
  float: left; }

.more_releases__title {
  border-top: 1px solid #E8EBED;
  padding-top: 32px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 32px; }

/* MEDIA QUERIES */
@media screen and (min-width: 64em) {
  .about_container__content {
    width: 70%; }

  .release__body {
    width: 75%; }

  .more_releases_container {
    margin-bottom: 90px; } }
@media screen and (min-width: 40em) {
  .social_shares_span {
    display: inline; } }
.sidebar {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #E9EBED;
  padding-top: 12px;
  margin-top: 25px; }

.sidebar a {
  color: black;
  transition: opacity 0.2s; }

.sidebar a:hover {
  opacity: 0.7; }

.sidebar__title {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px; }

.sidebar__panel {
  padding-top: 12px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EBED; }

.sidebar__panel:last-child {
  border-bottom: none;
  margin-bottom: 0px; }

.sidebar__info {
  margin: 0px;
  font-size: 14px; }

.spokesperson_list {
  padding-left: 0px;
  list-style-type: none;
  padding-bottom: 2px;
  margin: 0px; }

.spokesperson__avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%; }

.spokesperson__name {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 2px; }

.spokesperson__info {
  font-size: 14px; }

.spokesperson__info a {
  text-decoration: underline; }

.spokesperson__username {
  margin: 0px; }

.social_link {
  text-decoration: none;
  display: block;
  height: 46px; }

.social_link:last-child {
  height: 25px; }

.social_link__icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: cover;
  margin-right: 14px;
  position: relative;
  top: 5px; }

.social_link__icon--twitter {
  height: 20px; }

.social_link__icon--medium {
  width: 22px;
  height: 18px; }

.social_link__icon--youtube {
  width: 24px;
  height: 27px;
  top: -2px; }

@media screen and (min-width: 64em) {
  .sidebar {
    margin: 65px 0px 80px 127px;
    width: auto;
    text-align: left;
    border-top: none;
    padding-top: 0px; }

  .sidebar__panel:last-child {
    border-bottom: 1px solid #E9EBED; }

  .social_link__icon {
    position: inherit;
    top: 0px;
    float: left; } }
@media screen and (min-width: 75em) {
  .sidebar {
    width: 234px;
    margin-left: 152px; } }
.testimonials {
  margin-top: 20px;
  margin-bottom: 120px;
  float: left; }

.testimonial {
  margin-bottom: 60px;
  min-height: 90px; }

.testimonial__text {
  font-size: 22px; }

.testimonial__person {
  font-size: 16px; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.mb-0 {
  margin-bottom: 0; }

footer {
  height: 80px;
  display: block;
  clear: both; }

@media print {
  .hide-for-print, .hide-for-print * {
    display: none; } }
.about__title {
  font-family: freight-sans-pro, sans-serif;
  margin-bottom: 40px; }

.about__title--small {
  font-family: freight-sans-pro, sans-serif;
  font-weight: bold;
  margin-bottom: 12px; }

.about__content {
  font-family: "Fakt Pro Normal";
  color: #484A4D;
  float: left;
  margin-bottom: 80px; }

.about__content--large {
  font-family: freight-sans-pro, sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #17181a; }

.about__content strong, .about__content b {
  font-family: "Fakt Pro Medium";
  letter-spacing: 0.5px;
  color: #17181a; }

.about__spokespersons {
  float: left;
  margin-bottom: 32px; }

.about__spokesperson {
  float: left;
  display: inline-block;
  width: 100%;
  margin: 20px 0px; }

.about__spokesperson--right {
  float: right; }

.number_items {
  margin-top: 20px;
  margin-bottom: 120px; }

.number_item {
  float: left;
  display: inline-block;
  width: 50%;
  margin: 20px 0px; }
  @media (max-width: 463px) {
    .number_item {
      width: 100%; } }

.number_item--right {
  float: right; }

.number_item__number {
  font-size: 70px;
  display: block;
  width: 100%;
  height: 54px;
  float: left;
  line-height: 0.5;
  font-family: "Fakt Pro Medium"; }

.number_item__number small {
  font-family: freight-sans-pro, sans-serif;
  font-weight: bold;
  color: #919599;
  font-size: 18px;
  position: relative;
  top: -35px;
  left: -8px; }

.number_item__content {
  float: left;
  height: 64px;
  padding-top: 4px; }

.about__avatar {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/custom/wetransfer/avatars_sprite-f19dcf83ee624cc8219d74b1f7ced79b.png);
  background-size: 128px;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  display: inline-block;
  float: left; }

.about__avatar--damian {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/custom/wetransfer/Damian-9e2c9b14b676f8146b963862f72f9770.jpg);
  background-size: cover; }

.about__avatar--gordon {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/custom/wetransfer/Gordon-1bcfda204ca46df19783d412e788022e.jpg);
  background-size: cover; }

.about__avatar--marili {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/custom/wetransfer/Marili-f3c08670599efa9d46d93c9961eb6c55.jpg);
  background-size: cover; }

.about__avatar--bastiaan {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/custom/wetransfer/Bastiaan-86e375796f4a15e9444ee6f413fea3de.jpg);
  background-size: cover; }

.about__avatar--georg {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/custom/wetransfer/Georg-920cc7c3feda3c2284558ac9814fd030.jpg);
  background-size: cover; }

.about__avatar--nalden {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/custom/wetransfer/Nalden-d1d7ac5c7bbd1763de5cf4a5bcc5a56e.jpg);
  background-size: cover; }

.spokesperson_content {
  float: left;
  height: 64px;
  padding-left: 16px;
  padding-top: 10px; }

.about__spokesperson_name {
  font-family: "Fakt Pro Normal";
  margin-bottom: 2px; }

.about__spokesperson_info {
  font-family: "Fakt Pro Normal";
  color: #484A4D; }

@media screen and (min-width: 64em) {
  .about__spokesperson {
    width: 50%; }

  .about__spokesperson--right {
    width: 45%; }

  .number_item--right {
    width: 40%; } }
.logo_container {
  margin-bottom: 122px;
  margin-top: 32px; }

.credential_logo {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/custom/wetransfer/logos_sprite-aafdb82a6eed73d71d806437df02566f.png);
  background-size: cover;
  background-position-x: left;
  margin-bottom: 20px; }

.credential_logo--forbes {
  background-position-x: 0px;
  width: 123px;
  height: 32px; }

.credential_logo--billboard {
  background-position-x: -163px;
  width: 155px;
  height: 32px; }

.credential_logo--tnw {
  background-position-x: -358px;
  width: 116px;
  height: 32px; }

.credential_logo--wired {
  background-position-x: -514px;
  width: 153px;
  height: 32px; }

.header {
  background-color: #2AA9FB;
  font-family: "Fakt Pro Medium", freight-sans-pro; }

.header__container {
  height: 32px;
  padding: 19px 0px; }

.header__logo {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/custom/wetransfer/logowhite-9f6d8f69c6ab435f7c1a93c58d1b6330.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  width: 42px;
  height: 20px;
  position: relative;
  top: 5px; }

.header_logo_container:hover {
  cursor: pointer;
  float: left;
  opacity: 0.7; }

.header__title {
  display: inline-block;
  color: white;
  float: left;
  border-left: 1px solid white;
  padding-left: 16px;
  margin-left: 16px;
  height: 25px;
  padding-top: 5px;
  position: relative;
  font-size: 15px;
  text-decoration: none; }

.header__title:hover {
  opacity: 0.7; }

.header__link {
  float: right;
  color: white;
  font-size: 15px;
  text-decoration: none;
  margin-right: 20px;
  display: none;
  opacity: 1;
  transition: opacity 0.2s;
  position: relative;
  top: 6px; }

.header__link--left-border {
  border-left: 1px solid white;
  padding-left: 30px;
  margin-left: 10px;
  height: 25px;
  padding-top: 5px;
  position: relative;
  top: 2px; }

.header__link:hover {
  opacity: 0.7; }

.header__link--mobile {
  display: block;
  width: 100%;
  text-align: left;
  float: none;
  padding: 22px 15px;
  background-color: white;
  border-bottom: 1px solid #E8EBED;
  color: #2AA9FB; }

.header__link--mobile:hover, .header__link--mobile:active {
  opacity: 1.0;
  background-color: #F7F9FA; }

.header-nav {
  background-color: #2AA9FB;
  color: white;
  display: none; }

.header-nav--mobile {
  display: inherit; }

.header-nav__container {
  width: 100%; }

.header-nav__container ul {
  display: table;
  height: 40px;
  padding-left: 0px; }

.header-nav__container ul li {
  display: table-cell; }

.header-nav__container ul li a {
  text-transform: uppercase; }

.header-nav__container ul li.level_1 {
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 3.2;
  text-decoration: none;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  width: 100%;
  padding: 0px 16px; }

.header-nav__container ul li.level_1 ul {
  background-color: white;
  visibility: hidden;
  position: absolute;
  width: 50%;
  padding: 32px;
  z-index: 99;
  display: table; }

.nav_show {
  visibility: visible !important;
  opacity: 1 !important; }

.header-nav__container ul li.level_1 a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 13px; }

.header-nav__container ul li.level_1.leaf.active {
  background-color: #007EBD; }

.header-nav__container ul li.level_2 a {
  color: #009AD9;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  float: left; }

.header-nav__container ul li.level_2.leaf {
  width: 47%;
  margin-right: 2%;
  border-bottom: 2px solid #009AD9;
  margin-bottom: 40px;
  display: table-cell;
  float: left; }

.header-nav__item {
  font-size: 13px;
  display: inline-block;
  text-align: center;
  height: 34px;
  padding: 11px 0px 0px;
  text-decoration: none;
  color: white;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  font-weight: bold;
  width: 100%; }

.header-nav__item:hover, .header-nav__container ul li.level_1:hover {
  background-color: #007EBD;
  cursor: pointer; }

.header-nav__item--selected {
  background-color: #007EBD; }

.mobile-menu-button {
  float: right;
  display: block;
  width: 64px;
  height: 100%;
  padding-top: 6px; }

.mobile-menu-button:hover {
  cursor: pointer; }

.mobile-menu-button-container {
  display: inline-block; }

.mobile-menu-close {
  padding: 8px;
  font-weight: 800;
  float: right;
  color: white;
  display: block;
  transition: all 0.2s; }

.mobile-menu-button__text {
  float: right;
  color: white;
  margin-left: 5px; }

.mobile-menu-button__line {
  background-color: white;
  width: 16px;
  height: 1px;
  border-radius: 1px;
  display: block;
  margin-top: 4px; }

.mobile-menu-button--close {
  transition: all 0.2s; }

.mobile-menu-button--close {
  margin-right: 26px; }

.mobile-menu-button--close .mobile-menu-button__line--1 {
  transform: rotate(45deg);
  position: relative;
  left: 2px; }

.mobile-menu-button--close .mobile-menu-button__line--2 {
  display: none; }

.mobile-menu-button--close .mobile-menu-button__line--3 {
  transform: rotate(-45deg);
  position: relative;
  left: 2px;
  top: -5px; }

.mobile-menu {
  width: 100vw;
  height: 100%;
  position: fixed;
  background-color: white;
  overflow: hidden;
  z-index: 99;
  top: 64px; }

.mobile-menu-hide {
  display: none; }

/* MEDIA QUERIES */
@media screen and (min-width: 860px) {
  .mobile-menu-button__text {
    display: none; }

  .header-nav__container ul li.level_1 {
    width: auto; }

  .header-nav {
    display: inherit; }

  .header-nav__item {
    width: auto;
    height: auto;
    padding: 11px 20px;
    float: left; }

  .header-nav__container {
    height: 40px; }

  .mobile-menu-button {
    display: none; }

  .header-nav--mobile {
    display: none; }

  .mobile-menu {
    display: none; }

  .header__link {
    display: inline; }

  .header__bike {
    display: inline-block; } }
.media_kits_title {
  font-family: freight-sans-pro, sans-serif; }

.media_kits_link {
  color: #919599;
  font-family: "Fakt Pro Normal"; }

.media_kits_link a {
  color: #409FFF; }

.media_kit_item__title {
  font-family: "Fakt Pro Medium"; }

@media screen and (min-width: 64em) {
  .media_kits_container {
    width: 112%; } }
.pressroom_items {
  font-family: "Fakt Pro Normal"; }

h1.pressroom_title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: freight-sans-pro, sans-serif; }

.pressroom_empty_title {
  color: #bec0c3;
  margin-top: 6rem;
  margin-bottom: 12rem; }

.press_release__title {
  font-family: "Fakt Pro Medium";
  letter-spacing: 0.1px; }

.press_release__title--clipping {
  font-family: freight-sans-pro, sans-serif; }

.press_release__image {
  border-radius: 5px; }

.press_release__image:hover {
  opacity: 0.9; }

.press_release__description {
  line-height: 1.6;
  letter-spacing: 0.1px; }

/* SEARCH */
.search__container {
  width: 100%;
  float: left; }

.search_form__input {
  width: 100%;
  background-color: white;
  border: 1px solid lightgray;
  padding: 12px;
  border-radius: 2px 0px 0px 2px;
  float: left;
  font-size: 18px;
  margin-bottom: 34px; }

.search_form_container {
  width: 100%;
  float: left; }

.search_form__button {
  border: 2px solid #0077A6;
  font-size: 14px;
  color: white;
  padding: 12px;
  width: 140px;
  float: left;
  display: block;
  background-color: #0077A6;
  font-weight: bold;
  font-family: "Open Sans";
  text-align: left; }

.search_form__button:hover {
  cursor: pointer; }

.search_results__header {
  font-size: 14px;
  display: block;
  margin-bottom: 20px; }

.release_result {
  text-decoration: none;
  display: block;
  margin-bottom: 40px; }

.release_result__header {
  font-size: 20px;
  font-weight: bold;
  color: black;
  text-decoration: none;
  text-transform: uppercase; }

.release_result__description {
  font-size: 14px;
  color: black; }

.attachment_details > .small.white.button.radius.text-center {
  border-radius: 1.25em;
  background: #409FFF;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  outline: 0;
  border: 1px solid #409FFF;
  cursor: pointer;
  height: 2.5em;
  line-height: 2.5em;
  -webkit-transition: border-color 0.2s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.2s cubic-bezier(0.77, 0, 0.175, 1), color 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: border-color 0.2s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.2s cubic-bezier(0.77, 0, 0.175, 1), color 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  font-weight: 500;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: 1em;
  color: #FFFFFF; }

.attachment_details > .small.white.button.radius.text-center:hover {
  background: #0073e5;
  border-color: #0073e5; }

/* MEDIA QUERIES */
@media screen and (min-width: 64em) {
  .search__container {
    width: 70%; }

  .search_form__input {
    width: 70%; }

  h1.pressroom_title {
    margin-top: 65px;
    margin-bottom: 40px; } }
/* OVERRIDE SOCIAL SHARING ICONS*/
.release {
  margin-top: 48px;
  padding-top: 16px;
  font-family: "Fakt Pro Normal"; }

.more_releases__title {
  font-family: freight-sans-pro, sans-serif;
  font-weight: bold;
  font-size: 22px; }

#press_release p a {
  color: #409FFF; }

.release__body strong {
  font-family: "Fakt Pro Medium";
  letter-spacing: 0.75px; }

.release__body ul {
  color: #484A4D; }

.release section h6 {
  font-family: freight-sans-pro, sans-serif;
  font-weight: bold; }

.release__title {
  font-family: freight-sans-pro, sans-serif; }

.release__subtitle h2 {
  font-family: freight-sans-pro, sans-serif;
  color: #484A4D; }

.release__summary h6 {
  font-family: freight-sans-pro, sans-serif;
  font-weight: bold; }

.release__summary i, .release__body p {
  color: #484A4D; }

.release_date h6 {
  font-family: "Fakt Pro Normal";
  color: #919599;
  text-transform: lowercase;
  margin: 0px; }

.social_shares a {
  color: #409FFF !important; }

.social_shares_span {
  font-family: "Fakt Pro Normal";
  color: #484A4D; }

.about_container__title {
  font-family: freight-sans-pro, sans-serif;
  font-weight: bold; }

.about_container__content {
  font-family: "Fakt Pro Normal";
  color: #484A4D; }

article.release {
  display: block;
  clear: none; }

section#status {
  display: block;
  clear: both;
  overflow: hidden; }

section#status > div {
  background: #f1f1f1;
  overflow: hidden;
  display: block;
  padding: 10px; }

section#status > #embargo {
  background: red;
  color: #fff; }

section#status h3, section#status h4, section#status h4 {
  font-family: "Fakt Pro Medium";
  letter-spacing: 0.1px;
  margin: 0;
  font-weight: 400;
  float: left; }

section#status h4 {
  display: none;
  float: right; }

/* FREEFORM STYLES */
.flex-video {
  position: relative;
  padding-top: 0;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.vimeo {
    padding-top: 0px; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }

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

#freeform .image img {
  display: block;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out; }

#freeform .image img:hover {
  opacity: 0.9;
  cursor: pointer; }

#freeform .element h1 {
  font-family: "Fakt Pro Medium";
  letter-spacing: 0.1px;
  margin: 1.4rem 0px 20px 0px; }

#freeform .element h2 {
  font-family: freight-sans-pro, sans-serif;
  color: #484A4D;
  font-size: 22px;
  font-weight: 200;
  margin: 1.25rem 0px 1.0625rem 0px; }

#freeform .element h3 {
  font-family: freight-sans-pro, sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin: 1.33rem 0px 0.53125rem 0px; }

#freeform .element p, #freeform .element > ul > li {
  line-height: 30px;
  color: #484A4D;
  font-family: "Fakt Pro Normal";
  margin: 0; }

#freeform .element p a {
  color: #409FFF;
  font-weight: normal; }

#freeform .element p a b {
  font-weight: 600; }

#freeform .element p strong, #freeform .element p b {
  font-weight: 600; }

#freeform .element blockquote {
  border-left: 2px solid #BABCBF;
  padding: 24px 0 24px 24px;
  margin: 20px 0; }

#freeform .element blockquote p:before {
  font-family: freight-sans-pro, sans-serif;
  font-size: 20px;
  content: "\201C"; }

#freeform .element blockquote p:after {
  font-family: freight-sans-pro, sans-serif;
  font-size: 20px;
  content: "\201D"; }

#freeform .element blockquote p {
  font-family: freight-sans-pro, sans-serif;
  font-size: 20px;
  color: #484A4C;
  letter-spacing: 0;
  line-height: 30px; }

#freeform .element blockquote footer {
  height: auto;
  margin-top: 5px; }

#freeform .element blockquote footer cite {
  font-style: normal;
  color: #484A4D;
  font-size: 16px;
  color: #484A4C;
  letter-spacing: 0;
  line-height: 32px; }

#freeform .element blockquote footer cite:before {
  content: "–";
  margin-right: 5px;
  top: -1px;
  position: relative; }

#freeform .empty-block {
  display: block;
  min-height: 1.85938rem;
  line-height: 1.85938rem; }

body #freeform .collection {
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 1.0625rem 0px 1.0625rem 0px; }

body #freeform .block .element {
  width: 100%;
  float: right;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none !important; }

body #freeform .collection > ul {
  display: block;
  padding: 0;
  margin: 0 -4px;
  overflow: hidden;
  box-sizing: border-box; }

body #freeform .collection.double > ul:before, body #freeform .collection.double > ul:after, body #freeform .collection.triple > ul:before, body #freeform .collection.triple > ul:after, body #freeform .collection.quadruple > ul:before, body #freeform .collection.quadruple > ul:after {
  content: " ";
  display: table;
  box-sizing: border-box; }

body #freeform .collection.double > ul li, body #freeform .collection.triple > ul li, body #freeform .collection.quadruple > ul li {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

body #freeform .collection.double > ul > li, body #freeform .collection.triple > ul > li, body #freeform .collection.quadruple > ul > li {
  width: 50%;
  padding: 0 4px 8px;
  list-style: none; }

body #freeform .collection.double > ul > li, body #freeform .collection.triple > ul > li, body #freeform .collection.quadruple > ul > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 4px 8px;
  box-sizing: border-box; }

body #freeform .collection .card.full, body .gu-mirror .card.full {
  overflow: hidden; }

body #freeform .collection .card, body .gu-mirror .card {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #e6e6e6;
  display: block;
  position: relative; }

body main#content .collection a {
  outline: 0px solid transparent !important; }

body #freeform .collection .card.full:before, body .gu-mirror .card.full:before {
  content: "";
  display: block;
  padding-top: 100%; }

#freeform .collection .card.full > div.image, body #freeform .collection .card.full > div.video, body .gu-mirror .card.full > div.image, body .gu-mirror .card.full > div.video {
  left: 0.4rem;
  right: 0.4rem;
  top: 0.4rem;
  bottom: 0.4rem; }

body #freeform .collection .card.full > div, body .gu-mirror .card.full > div {
  display: block;
  position: absolute; }

body #freeform .collection .image, body #freeform .collection .video, body .gu-mirror .image, body .gu-mirror .video {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

body #freeform .element > img, body #freeform .element > a > img, body #freeform .element > .image, body #freeform .element > a > .image, body #freeform .element > .video, body #freeform .element > a > .video {
  margin: 1.0625rem 0px 1.0625rem 0px; }

body #freeform .collection .card.full > div.image img, body #freeform .collection .card.full > div.video img, body .gu-mirror .card.full > div.image img, body .gu-mirror .card.full > div.video img {
  display: none; }

body #freeform .element > img.outset-center, body #freeform .element > a > img.outset-center, body #freeform .element img.outset-center, body #freeform .element > img.fill-width, body #freeform .element > a > img.fill-width {
  width: 100%; }

body #freeform .element .video-for-print {
  display: none !important; }

body #freeform .collection .card:hover, body .gu-mirror .card:hover {
  border: 1px solid #68bcff;
  cursor: pointer; }

body #freeform .collection.double > ul:before, body #freeform .collection.double > ul:after, body #freeform .collection.triple > ul:before, body #freeform .collection.triple > ul:after, body #freeform .collection.quadruple > ul:before, body #freeform .collection.quadruple > ul:after {
  content: " ";
  display: table; }

body #freeform .collection .card h4, body #freeform .collection .card p, body .gu-mirror .card h4, body .gu-mirror .card p {
  letter-spacing: 0.1px; }

body #freeform .collection .spokesperson h4, body #freeform .collection .spokesperson p, body #freeform .collection .spokesperson ul.social, body .gu-mirror .spokesperson h4, body .gu-mirror .spokesperson p, body .gu-mirror .spokesperson ul.social {
  margin-left: 48px; }

body #freeform .collection .spokesperson h4, body .gu-mirror .spokesperson h4 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: black;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  min-height: 19.2px;
  letter-spacing: -0.01px;
  margin-bottom: 2px;
  margin-top: 4px; }

body #freeform .collection .spokesperson img, body .gu-mirror .spokesperson img {
  position: absolute;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.1); }

body #freeform .collection .spokesperson h4, body .gu-mirror .spokesperson h4 {
  font-size: 16px; }

body #freeform .collection .spokesperson h4, body #freeform .collection .spokesperson p, body #freeform .collection .spokesperson ul.social, body .gu-mirror .spokesperson h4, body .gu-mirror .spokesperson p, body .gu-mirror .spokesperson ul.social {
  margin-left: 64px; }

body #freeform .collection .spokesperson h4, body .gu-mirror .spokesperson h4 {
  margin-top: 20px; }

body #freeform .collection .spokesperson img, body .gu-mirror .spokesperson img {
  left: 16px;
  top: 20px;
  width: 36px;
  height: 36px;
  border-radius: 18px; }

body #freeform .collection .spokesperson {
  padding-bottom: 20px; }

body #freeform .collection.spokespeople li {
  width: 100% !important; }

body #freeform .collection.double > ul > li, body #freeform .collection.triple > ul > li, body #freeform .collection.quadruple > ul > li {
  width: 50%;
  padding: 0 4px 8px;
  list-style: none; }

body #freeform .collection .spokesperson p.contact_info {
  line-height: initial; }

body #freeform .collection .spokesperson p a.email {
  text-decoration: underline;
  color: #484A4D; }

body #freeform .collection .spokesperson p a:not(.email) {
  text-decoration: none; }

body #freeform .collection .spokesperson p.extra_links {
  margin-top: 8px; }

body #freeform .resource {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #e6e6e6;
  display: block; }

body #freeform .resource:hover {
  border-color: #00A7FA; }

body #freeform .resource {
  margin: 1.25rem 0px 1.25rem 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
  position: relative; }

body #freeform .resource > div {
  overflow: hidden; }

body #freeform .resource .left {
  position: absolute;
  height: 100%;
  left: 10px;
  top: 0px;
  float: left; }

body #freeform .resource .left, body #freeform .resource .center {
  float: left; }

body #freeform .resource .center {
  padding-left: 50px;
  padding-right: 10px; }

body #freeform .resource .btn {
  display: none; }

body #freeform .resource h4 {
  letter-spacing: -0.01em;
  margin: 0;
  padding: 0;
  color: #333;
  font-weight: normal; }

body #freeform .resource img {
  width: 32px;
  max-width: 32px;
  height: 32px;
  position: relative;
  top: 50%;
  margin-top: -50%; }

@media only screen and (min-width: 47.063em) {
  section#status h4 {
    display: inline; }

  body #freeform .collection.spokespeople li {
    width: 50% !important; }

  #freeform .element p {
    width: 75%; }

  #freeform .element > ul {
    width: 75%; }

  #freeform .collection.quadruple > ul {
    display: block;
    padding: 0;
    margin: 0 -4px;
    overflow: hidden; }

  body #freeform .collection.quadruple > ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 4px 8px; }

  body #freeform .collection.triple > ul > li, body #freeform .collection.quadruple > ul > li {
    width: 33.33333%;
    padding: 0 4px 8px;
    list-style: none; }

  body #freeform .collection.triple > ul > li, body #freeform .collection.quadruple > ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 4px 8px; }

  body #freeform .collection.spokespeople > ul {
    display: block;
    padding: 0;
    margin: 0 -4px;
    overflow: hidden; }

  body #freeform .collection.spokespeople > ul:before, body #freeform .collection.spokespeople > ul:after {
    content: " ";
    display: table; }

  body #freeform .collection.spokespeople > ul > li {
    width: 50%;
    padding: 0 4px 8px;
    list-style: none; }

  body #freeform .collection.spokespeople > ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 4px 8px; }

  body #freeform .collection.quadruple > ul > li {
    width: 25%;
    padding: 0 4px 8px;
    list-style: none; }

  body #freeform .collection.triple > ul > li {
    width: 33.33333%;
    padding: 0 4px 8px;
    list-style: none; }

  body #freeform .collection.double > ul > li {
    width: 50%;
    padding: 0 4px 8px;
    list-style: none; }

  body #freeform .resource {
    width: 75%; } }
.sidebar {
  color: #484A4D; }

.sidebar a {
  color: #484A4D; }

.sidebar__title {
  color: #919599;
  text-transform: lowercase;
  font-family: "Fakt Pro Normal";
  margin-bottom: 10px; }

.sidebar__info {
  font-family: "Fakt Pro Normal"; }

.spokesperson_list > .spokesperson {
  margin-bottom: 30px; }

.spokesperson__name {
  font-family: "Fakt Pro Medium";
  color: #484A4D; }

.spokesperson__info {
  font-family: "Fakt Pro Normal";
  font-size: 14px; }

.spokesperson__username {
  font-family: "Fakt Pro Normal";
  font-size: 14px; }

.social_link__text {
  font-family: "Fakt Pro Normal"; }

.social_link:hover {
  opacity: 1 !important; }

.social_link:hover .social_link__icon--twitter {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/icons/social/icon-twitter-blue-e10153309248a59f691b1155e83d1dc0.svg) !important; }

.social_link:hover .social_link__icon--facebook {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/icons/social/icon-facebook-blue-7b13295f40a32d4758753ee7e3e078b2.svg) !important; }

.social_link:hover .social_link__icon--instagram {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/icons/social/icon-instagram-blue-7588620ee0b57fa7ab5d5dc7f5082106.svg) !important; }

.social_link:hover .social_link__icon--medium {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/icons/social/icon-medium-blue-887c69014a8258ea96102ebd9e9e8115.svg) !important; }

.social_link:hover .social_link__icon--youtube {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/icons/social/icon-youtube-blue-80cb195ea4ce414586319f6a21121ed1.svg) !important; }

.testimonial__text {
  font-family: freight-sans-pro, sans-serif;
  font-weight: bold;
  color: #171819; }

.testimonial__person {
  font-family: "Fakt Pro Normal";
  color: #484A4C;
  margin-top: 4px; }

.awards_list {
  list-style: none;
  margin: 0;
  padding: 0; }

.awards_list__organisation {
  display: block;
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 150px;
  margin-bottom: 70px; }

.awards_list__award_logo {
  background-color: #F7F9FA;
  width: auto;
  height: 150px;
  position: relative;
  margin-bottom: 11px; }
  @media only screen and (min-width: 600px) {
    .awards_list__award_logo {
      width: 200px;
      position: absolute;
      border-radius: 5px;
      left: 0;
      margin: 0; } }

.awards_list__award_logo__image {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.awards_list__awards {
  position: relative; }
  @media only screen and (min-width: 600px) {
    .awards_list__awards {
      display: inline-block;
      padding-left: 244px; } }

h2.organisation_title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  font-family: freight-sans-pro;
  margin-bottom: 5px; }

ul.individual_awards {
  list-style: none;
  margin: 0;
  padding: 0; }

li.award {
  list-style: none;
  font-family: "Fakt Pro Normal";
  font-size: 16px;
  margin-bottom: 1px;
  color: #484A4D; }

li.award > a {
  text-decoration: underline;
  color: #484A4D !important; }

li.award > a:hover {
  opacity: 0.7; }

@media only screen and (min-width: 600px) {
  li.award > a:after {
    content: ","; } }
@media only screen and (max-width: 600px) {
  li.award > span {
    display: block;
    margin-bottom: 5px;
    color: #666; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

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

.attachment_container {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  background: #16181A;
  background: rgba(0, 0, 0, 0.9); }
  @media only screen and (min-width: 47.063em) {
    .attachment_container {
      max-width: 90%;
      display: inline-block;
      padding: 0; } }
  @media screen and (min-width: 47.063em) {
    .attachment_container {
      max-width: 1200px; } }
  .attachment_container .attachment_content {
    display: block;
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 47.063em) {
      .attachment_container .attachment_content {
        width: auto;
        margin-right: 15em; } }
  .attachment_container .attachment_details {
    padding: 1em;
    text-align: left;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
    text-overflow: ellipsis;
    margin-top: 1em; }
    .attachment_container .attachment_details h6 {
      color: #fff;
      margin-bottom: 1em;
      font-size: 0.9em; }
    .attachment_container .attachment_details p {
      color: #ccc;
      margin-top: 1rem;
      font-size: 0.6rem; }
    .attachment_container .attachment_details .embed_box {
      margin-top: 2em; }
      .attachment_container .attachment_details .embed_box label {
        display: block;
        font-size: 0.7rem;
        color: #808080;
        margin-bottom: 0.1em;
        margin-top: 1em; }
      .attachment_container .attachment_details .embed_box a {
        font-size: 0.7em; }
      .attachment_container .attachment_details .embed_box textarea {
        margin: 0;
        background: #141414;
        color: #6F6F6F;
        font-size: 10px;
        height: 8em;
        border: 1px solid #333;
        border-radius: 3px; }
    .attachment_container .attachment_details a.button.white {
      display: block;
      margin: 0;
      border-radius: 3px;
      color: #fff !important;
      text-shadow: none;
      text-align: center;
      text-transform: uppercase; }
    @media only screen and (min-width: 47.063em) {
      .attachment_container .attachment_details {
        width: 15em;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        border: 0;
        padding: 1rem;
        margin: 0; }
        .attachment_container .attachment_details h6 {
          font-size: 0.75rem; }
        .attachment_container .attachment_details a.button.white {
          position: absolute;
          bottom: 1rem;
          left: 1rem;
          right: 1rem;
          background: none;
          border: 1px solid #AFAFAF; } }
  .attachment_container button.mfp-close {
    color: #999;
    text-shadow: none; }

.attachment_container.image .attachment_content {
  min-height: 200px;
  min-width: 200px; }
  .attachment_container.image .attachment_content img {
    margin: 0 auto;
    max-height: 90%;
    background-color: #fff; }
  .attachment_container.image .attachment_content.dark_background img {
    background-color: #000; }
.attachment_container.image.document-thumb .attachment_content img {
  max-height: 600px; }

.attachment_container.video .attachment_content {
  width: 100%; }
  @media only screen and (min-width: 47.063em) {
    .attachment_container.video .attachment_content {
      width: 25rem;
      height: 18.45rem; } }
  @media only screen and (min-width: 75.063em) {
    .attachment_container.video .attachment_content {
      width: 32rem;
      height: 23.2rem; } }
  @media screen and (min-width: 47.063em) {
    .attachment_container.video .attachment_content {
      width: 40rem;
      height: 29.1rem; } }
  @media only screen and (min-width: 95.063em) {
    .attachment_container.video .attachment_content {
      width: 45rem;
      height: 32rem; } }

.attachment_container.sound .attachment_content {
  width: 100%;
  height: 10em;
  background: #000; }
  .attachment_container.sound .attachment_content .audio_container {
    display: block;
    top: 5em;
    position: relative;
    padding: 0em 1.3em;
    margin-top: -30px; }
    .attachment_container.sound .attachment_content .audio_container .mejs-container {
      width: 100% !important; }
    .attachment_container.sound .attachment_content .audio_container .mejs-volume-button, .attachment_container.sound .attachment_content .audio_container .mejs-horizontal-volume-slider {
      display: none; }
  @media only screen and (min-width: 47.063em) {
    .attachment_container.sound .attachment_content {
      width: 25em;
      height: 20em; }
      .attachment_container.sound .attachment_content .audio_container {
        top: 10em; }
        .attachment_container.sound .attachment_content .audio_container .mejs-volume-button, .attachment_container.sound .attachment_content .audio_container .mejs-horizontal-volume-slider {
          display: inline; } }

.attachment_container.document .attachment_content {
  width: 100%;
  height: 10em;
  line-height: 11em;
  background: #FFF; }
  .attachment_container.document .attachment_content i {
    font-size: 4em;
    color: rgba(0, 0, 0, 0.3); }
  @media only screen and (min-width: 47.063em) {
    .attachment_container.document .attachment_content {
      width: 25em;
      height: 20em;
      line-height: 22em; }
      .attachment_container.document .attachment_content i {
        font-size: 9em; } }

.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0; }

.me-plugin {
  position: absolute; }

.mejs-embed {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden; }
  .mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden; }

.mejs-fullscreen {
  overflow: hidden !important; }

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000; }
  .mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
    width: 100%;
    height: 100%; }

.mejs-clear {
  clear: both; }

.mejs-background {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

:root .mejs-poster img {
  display: none; }

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0; }

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-overlay-play {
  cursor: pointer; }

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/bigplay-f0916f6c524e16752b4b8eb57382f685.svg) no-repeat; }

.no-svg .mejs-overlay-button {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/bigplay-b271ec2c61df8fad4a1e18bcfb386074.png); }

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px; }

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/background-3b634fef4832757d5545dc1de60ed30e.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9)); }
  .mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: transparent url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/loading-8318b17fcefd3b792e2d9083f04aea03.gif) 50% 50% no-repeat; }

.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: #000;
  height: 30px;
  width: 100%; }
  .mejs-container .mejs-controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    font-family: Helvetica, Arial;
    border: 0; }

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/controls-2b3087278dd6426d194edfe3ef51c069.svg) no-repeat; }

.no-svg .mejs-controls .mejs-button button {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/controls-a93d69b532efd84297183e5690a521f8.png); }

.mejs-controls .mejs-button button:focus {
  outline: solid 1px yellow; }

.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  .mejs-container .mejs-controls .mejs-time span {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    display: block;
    float: left;
    margin: 1px 2px 0 0;
    width: auto; }

.mejs-controls .mejs-play button {
  background-position: 0 0; }
.mejs-controls .mejs-pause button {
  background-position: 0 -16px; }
.mejs-controls .mejs-stop button {
  background-position: -112px 0; }
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px; }
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer; }
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite; }
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0; }
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0; }
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center; }
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111; }
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0; }
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px; }

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px; }
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px; }
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px; }

.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0; }
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px; }
.mejs-controls .mejs-mute button {
  background-position: -16px -16px; }
.mejs-controls .mejs-unmute button {
  background-position: -16px 0; }
.mejs-controls .mejs-volume-button {
  position: relative; }
  .mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/background-3b634fef4832757d5545dc1de60ed30e.png);
    background: rgba(50, 50, 50, 0.7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: -115px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0; }
  .mejs-controls .mejs-volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
  .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.5);
    margin: 0; }
  .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.9);
    margin: 0; }
  .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 4px;
    top: -3px;
    width: 16px;
    height: 6px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.9);
    cursor: N-resize;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 0; }
.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative; }
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); }
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none; }
.mejs-controls .mejs-captions-button {
  position: relative; }
  .mejs-controls .mejs-captions-button button {
    background-position: -48px 0; }
  .mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/background-3b634fef4832757d5545dc1de60ed30e.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
      margin: 0;
      padding: 0;
      display: block;
      list-style-type: none !important;
      overflow: hidden; }
      .mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
        margin: 0 0 6px 0;
        padding: 0;
        list-style-type: none !important;
        display: block;
        color: #fff;
        overflow: hidden; }
        .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
          clear: both;
          float: left;
          margin: 3px 3px 0 5px; }
        .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
          width: 100px;
          float: left;
          padding: 4px 0 0 0;
          line-height: 15px;
          font-family: helvetica, arial;
          font-size: 10px; }
  .mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px 0; }

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1; }
  .mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #222;
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
    overflow: hidden;
    border: 0; }
    .mejs-chapters .mejs-chapter .mejs-chapter-block {
      font-size: 11px;
      color: #fff;
      padding: 5px;
      display: block;
      border-right: solid 1px #333;
      border-bottom: solid 1px #333;
      cursor: pointer; }
    .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
      border-right: none; }
    .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
      background: #666;
      background: rgba(102, 102, 102, 0.7);
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
      background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
      background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
      background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
      background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
      background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
      filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232); }
    .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
      font-size: 12px;
      font-weight: bold;
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin: 0 0 3px 0;
      line-height: 12px; }
    .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
      font-size: 12px;
      line-height: 12px;
      margin: 3px 0 4px 0;
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis; }

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff; }
  .mejs-captions-layer a {
    color: #fff;
    text-decoration: underline; }
  .mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal; }

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }

.mejs-captions-position-hover {
  bottom: 45px; }

.mejs-captions-text {
  padding: 3px 5px;
  background: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/background-3b634fef4832757d5545dc1de60ed30e.png);
  background: rgba(20, 20, 20, 0.8); }

.me-cannotplay a {
  color: #fff;
  font-weight: bold; }
.me-cannotplay span {
  padding: 15px;
  display: block; }

.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px; }
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0; }
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px; }
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0; }
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0; }

.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001; }
  .mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #333; }
  .mejs-contextmenu .mejs-contextmenu-item {
    font-family: Helvetica, Arial;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #333; }
    .mejs-contextmenu .mejs-contextmenu-item:hover {
      background: #2C7C91;
      color: #fff; }

.mejs-controls .mejs-sourcechooser-button {
  position: relative; }
  .mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0; }
  .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/background-3b634fef4832757d5545dc1de60ed30e.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
      margin: 0;
      padding: 0;
      display: block;
      list-style-type: none !important;
      overflow: hidden; }
      .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
        margin: 0 0 6px 0;
        padding: 0;
        list-style-type: none !important;
        display: block;
        color: #fff;
        overflow: hidden; }
        .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
          clear: both;
          float: left;
          margin: 3px 3px 0 5px; }
        .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
          width: 100px;
          float: left;
          padding: 4px 0 0 0;
          line-height: 15px;
          font-family: helvetica, arial;
          font-size: 10px; }

.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/background-3b634fef4832757d5545dc1de60ed30e.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden; }

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%; }

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/background-3b634fef4832757d5545dc1de60ed30e.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer; }

.ie8 .me-plugin {
  position: static; }
