@-webkit-keyframes arrowBounce {
  from {
    -webkit-transform: translate(0, -2px) rotate(0.02deg);
    -moz-transform: translate(0, -2px) rotate(0.02deg);
    -o-transform: translate(0, -2px) rotate(0.02deg);
    -ms-transform: translate(0, -2px) rotate(0.02deg);
    transform: translate(0, -2px) rotate(0.02deg);
  }

  to {
    -webkit-transform: translate(0, 4px) rotate(0deg);
    -moz-transform: translate(0, 4px) rotate(0deg);
    -o-transform: translate(0, 4px) rotate(0deg);
    -ms-transform: translate(0, 4px) rotate(0deg);
    transform: translate(0, 4px) rotate(0deg);
  }
}

@-moz-keyframes arrowBounce {
  from {
    -webkit-transform: translate(0, -2px) rotate(0.02deg);
    -moz-transform: translate(0, -2px) rotate(0.02deg);
    -o-transform: translate(0, -2px) rotate(0.02deg);
    -ms-transform: translate(0, -2px) rotate(0.02deg);
    transform: translate(0, -2px) rotate(0.02deg);
  }

  to {
    -webkit-transform: translate(0, 4px) rotate(0deg);
    -moz-transform: translate(0, 4px) rotate(0deg);
    -o-transform: translate(0, 4px) rotate(0deg);
    -ms-transform: translate(0, 4px) rotate(0deg);
    transform: translate(0, 4px) rotate(0deg);
  }
}

@-o-keyframes arrowBounce {
  from {
    -webkit-transform: translate(0, -2px) rotate(0.02deg);
    -moz-transform: translate(0, -2px) rotate(0.02deg);
    -o-transform: translate(0, -2px) rotate(0.02deg);
    -ms-transform: translate(0, -2px) rotate(0.02deg);
    transform: translate(0, -2px) rotate(0.02deg);
  }

  to {
    -webkit-transform: translate(0, 4px) rotate(0deg);
    -moz-transform: translate(0, 4px) rotate(0deg);
    -o-transform: translate(0, 4px) rotate(0deg);
    -ms-transform: translate(0, 4px) rotate(0deg);
    transform: translate(0, 4px) rotate(0deg);
  }
}

@keyframes arrowBounce {
  from {
    -webkit-transform: translate(0, -2px) rotate(0.02deg);
    -moz-transform: translate(0, -2px) rotate(0.02deg);
    -o-transform: translate(0, -2px) rotate(0.02deg);
    -ms-transform: translate(0, -2px) rotate(0.02deg);
    transform: translate(0, -2px) rotate(0.02deg);
  }

  to {
    -webkit-transform: translate(0, 4px) rotate(0deg);
    -moz-transform: translate(0, 4px) rotate(0deg);
    -o-transform: translate(0, 4px) rotate(0deg);
    -ms-transform: translate(0, 4px) rotate(0deg);
    transform: translate(0, 4px) rotate(0deg);
  }
}

@-webkit-keyframes float {
  from {
    -webkit-transform: translate(0, -10px) rotate(0.02deg);
    -moz-transform: translate(0, -10px) rotate(0.02deg);
    -o-transform: translate(0, -10px) rotate(0.02deg);
    -ms-transform: translate(0, -10px) rotate(0.02deg);
    transform: translate(0, -10px) rotate(0.02deg);
  }

  to {
    -webkit-transform: translate(0, 10px) rotate(0deg);
    -moz-transform: translate(0, 10px) rotate(0deg);
    -o-transform: translate(0, 10px) rotate(0deg);
    -ms-transform: translate(0, 10px) rotate(0deg);
    transform: translate(0, 10px) rotate(0deg);
  }
}

@-moz-keyframes float {
  from {
    -webkit-transform: translate(0, -10px) rotate(0.02deg);
    -moz-transform: translate(0, -10px) rotate(0.02deg);
    -o-transform: translate(0, -10px) rotate(0.02deg);
    -ms-transform: translate(0, -10px) rotate(0.02deg);
    transform: translate(0, -10px) rotate(0.02deg);
  }

  to {
    -webkit-transform: translate(0, 10px) rotate(0deg);
    -moz-transform: translate(0, 10px) rotate(0deg);
    -o-transform: translate(0, 10px) rotate(0deg);
    -ms-transform: translate(0, 10px) rotate(0deg);
    transform: translate(0, 10px) rotate(0deg);
  }
}

@-o-keyframes float {
  from {
    -webkit-transform: translate(0, -10px) rotate(0.02deg);
    -moz-transform: translate(0, -10px) rotate(0.02deg);
    -o-transform: translate(0, -10px) rotate(0.02deg);
    -ms-transform: translate(0, -10px) rotate(0.02deg);
    transform: translate(0, -10px) rotate(0.02deg);
  }

  to {
    -webkit-transform: translate(0, 10px) rotate(0deg);
    -moz-transform: translate(0, 10px) rotate(0deg);
    -o-transform: translate(0, 10px) rotate(0deg);
    -ms-transform: translate(0, 10px) rotate(0deg);
    transform: translate(0, 10px) rotate(0deg);
  }
}

@keyframes float {
  from {
    -webkit-transform: translate(0, -10px) rotate(0.02deg);
    -moz-transform: translate(0, -10px) rotate(0.02deg);
    -o-transform: translate(0, -10px) rotate(0.02deg);
    -ms-transform: translate(0, -10px) rotate(0.02deg);
    transform: translate(0, -10px) rotate(0.02deg);
  }

  to {
    -webkit-transform: translate(0, 10px) rotate(0deg);
    -moz-transform: translate(0, 10px) rotate(0deg);
    -o-transform: translate(0, 10px) rotate(0deg);
    -ms-transform: translate(0, 10px) rotate(0deg);
    transform: translate(0, 10px) rotate(0deg);
  }
}

@-webkit-keyframes horizontalArrowBounce {
  from {
    -webkit-transform: translate(-0.125em, 0.2em);
    -moz-transform: translate(-0.125em, 0.2em);
    -o-transform: translate(-0.125em, 0.2em);
    -ms-transform: translate(-0.125em, 0.2em);
    transform: translate(-0.125em, 0.2em);
  }

  to {
    -webkit-transform: translate(0.125em, 0.2em);
    -moz-transform: translate(0.125em, 0.2em);
    -o-transform: translate(0.125em, 0.2em);
    -ms-transform: translate(0.125em, 0.2em);
    transform: translate(0.125em, 0.2em);
  }
}

@-moz-keyframes horizontalArrowBounce {
  from {
    -webkit-transform: translate(-0.125em, 0.2em);
    -moz-transform: translate(-0.125em, 0.2em);
    -o-transform: translate(-0.125em, 0.2em);
    -ms-transform: translate(-0.125em, 0.2em);
    transform: translate(-0.125em, 0.2em);
  }

  to {
    -webkit-transform: translate(0.125em, 0.2em);
    -moz-transform: translate(0.125em, 0.2em);
    -o-transform: translate(0.125em, 0.2em);
    -ms-transform: translate(0.125em, 0.2em);
    transform: translate(0.125em, 0.2em);
  }
}

@-o-keyframes horizontalArrowBounce {
  from {
    -webkit-transform: translate(-0.125em, 0.2em);
    -moz-transform: translate(-0.125em, 0.2em);
    -o-transform: translate(-0.125em, 0.2em);
    -ms-transform: translate(-0.125em, 0.2em);
    transform: translate(-0.125em, 0.2em);
  }

  to {
    -webkit-transform: translate(0.125em, 0.2em);
    -moz-transform: translate(0.125em, 0.2em);
    -o-transform: translate(0.125em, 0.2em);
    -ms-transform: translate(0.125em, 0.2em);
    transform: translate(0.125em, 0.2em);
  }
}

@keyframes horizontalArrowBounce {
  from {
    -webkit-transform: translate(-0.125em, 0.2em);
    -moz-transform: translate(-0.125em, 0.2em);
    -o-transform: translate(-0.125em, 0.2em);
    -ms-transform: translate(-0.125em, 0.2em);
    transform: translate(-0.125em, 0.2em);
  }

  to {
    -webkit-transform: translate(0.125em, 0.2em);
    -moz-transform: translate(0.125em, 0.2em);
    -o-transform: translate(0.125em, 0.2em);
    -ms-transform: translate(0.125em, 0.2em);
    transform: translate(0.125em, 0.2em);
  }
}

@-webkit-keyframes circleLoad {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    stroke-dashoffset: 0;
  }

  to {
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    transform: rotate(1800deg);
    stroke-dashoffset: 480;
  }
}

@-moz-keyframes circleLoad {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    stroke-dashoffset: 0;
  }

  to {
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    transform: rotate(1800deg);
    stroke-dashoffset: 480;
  }
}

@-o-keyframes circleLoad {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    stroke-dashoffset: 0;
  }

  to {
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    transform: rotate(1800deg);
    stroke-dashoffset: 480;
  }
}

@keyframes circleLoad {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    stroke-dashoffset: 0;
  }

  to {
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    transform: rotate(1800deg);
    stroke-dashoffset: 480;
  }
}

@-webkit-keyframes alphaPulse {
  from {
    opacity: .5;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes alphaPulse {
  from {
    opacity: .5;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes alphaPulse {
  from {
    opacity: .5;
  }

  to {
    opacity: 1;
  }
}

@keyframes alphaPulse {
  from {
    opacity: .5;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes coinSpin {
  from {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
  }

  to {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-moz-keyframes coinSpin {
  from {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
  }

  to {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-o-keyframes coinSpin {
  from {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
  }

  to {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes coinSpin {
  from {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
  }

  to {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

svg.diagonal-line line {
  stroke: #f7ff00;
  stroke-width: .25;
}

svg.mb-signet polygon {
  stroke: transparent;
  fill: #0d0d0d;
}

.yellow svg.mb-signet polygon {
  fill: #f7ff00;
}

.diary,
.social-media,
.sm-list {
  display: block;
}
.diary svg,
.social-media svg,
.sm-list svg {
  width: 40px;
  height: 40px;
}
.diary svg polygon,
.diary svg path,
.social-media svg polygon,
.social-media svg path,
.sm-list svg polygon,
.sm-list svg path {
  transition: fill 0.3s;
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -o-transition: fill 0.3s;
}

.diary svg polygon,
.diary svg path,
.social-media svg polygon,
.social-media svg path,
.sm-list svg polygon,
.sm-list svg path {
  fill: #404040;
}
.diary svg polygon[fill="none"],
.diary svg path[fill="none"],
.social-media svg polygon[fill="none"],
.social-media svg path[fill="none"],
.sm-list svg polygon[fill="none"],
.sm-list svg path[fill="none"] {
  fill: none !important;
}

.diary a:hover svg polygon,
.diary a:hover svg path,
.social-media a:hover svg polygon,
.social-media a:hover svg path,
.sm-list:hover svg polygon,
.sm-list:hover svg path {
  fill: #f7ff00;
}
.diary a:hover svg polygon[fill="none"],
.diary a:hover svg path[fill="none"],
.social-media a:hover svg polygon[fill="none"],
.social-media a:hover svg path[fill="none"],
.sm-list:hover svg polygon[fill="none"],
.sm-list:hover svg path[fill="none"] {
  fill: none !important;
}

.decoration {
  pointer-events: none;
}

.decoration.line {
  position: fixed;
  opacity: .3;
  outline-offset: -1px;
  width: 100%;
  pointer-events: none;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.decoration.line > div {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 34em auto 0;
}
.decoration.line > div > div {
  display: block;
  background-color: #f7ff00;
  -webkit-transform: skewY(-49deg);
  -moz-transform: skewY(-49deg);
  -o-transform: skewY(-49deg);
  -ms-transform: skewY(-49deg);
  transform: skewY(-49deg);
  height: 14px;
  position: absolute;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  left: 0;
  top: 0;
}
.decoration.line ~ .decoration.line > div > div {
  top: auto;
  bottom: 10em;
}

.decoration.mb-signet-container {
  width: 100%;
  max-width: 62.5em;
  overflow: hidden;
  position: absolute;
  top: 0;
  margin: -3.875em 0 0 -31.25em;
  left: 50%;
}
.decoration.mb-signet-container > div {
  position: relative;
  background-image: url(/themes/mutaz-barshim/images/mb-signet-black-big.webp);
  background-size: contain;
  background-position: center -18em;
  background-repeat: no-repeat;
}
.yellow .decoration.mb-signet-container > div {
  background-image: url(/themes/mutaz-barshim/images/mb-signet-yellow-big.webp);
}
.decoration.mb-signet-container > div:before {
  content: ' ';
  padding: 54%;
  width: 100%;
  display: block;
}
.decoration.mb-signet-container .logo-mb {
  width: 14%;
  margin: 0 0 -23%;
}
.decoration.mb-signet-container .logo-mb.gold {
  margin-left: -8.75rem;
}
.decoration.mb-signet-container .mb-signet {
  width: 60em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -30% 0 0 -30em;
  z-index: 1;
}

@media (max-width: 64em) {
  .decoration.line > div > div {
    top: 25em;
  }

  .decoration.line ~ .decoration.line > div > div {
    top: auto;
  }

  .decoration.mb-signet-container {
    left: 0;
    margin: -33% 0 0;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .decoration.mb-signet-container > div {
    background-position: center center;
  }
  .decoration.mb-signet-container .logo-mb {
    width: 20%;
    margin: 0 0 -54%;
  }
  .decoration.mb-signet-container .logo-mb.gold {
    margin-left: -20%;
  }
  .decoration.mb-signet-container .mb-signet {
    margin-top: 0;
  }
}
html {
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "raleway", sans-serif;
  color: white;
  background-color: #272727;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

h1 {
  font-family: "kepler-stf", serif;
  color: #f7ff00;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3.75em;
}
h1 strong {
  font-weight: 700;
}

h2 {
  text-transform: uppercase;
  font-family: "raleway", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
}

h3 {
  text-transform: uppercase;
  font-family: "raleway", sans-serif;
  font-weight: 700;
  font-size: 1.25em;
}

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

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.highlighted-container {
  background-color: #f7ff00;
  margin: 0;
  padding: 0;
  text-align: center;
}

.placeholder-page {
  text-align: center;
  margin: -3.875em 0 0 0;
}

.content {
  width: 100%;
  max-width: 62.5em;
  padding: 0 1.25em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  display: block;
}

.mfp-content {
  color: #0d0d0d;
}
.mfp-content .mfp-close {
  color: #0d0d0d;
  font-size: 4em;
  opacity: 1;
}
.mfp-content .mfp-close:hover {
  opacity: 0.5;
}
.mfp-content .text {
  float: left;
  max-width: 540px;
  width: 100%;
  padding: 50px 20px 20px 0;
}
.mfp-content .text h1 {
  color: #0d0d0d;
  font-size: 2em;
}
.mfp-content .text .date {
  font-weight: bold;
}
.mfp-content .text a {
  color: #0d0d0d;
}
.mfp-content .image {
  float: left;
  max-width: 400px;
  width: 100%;
}
.mfp-content .image img {
  display: block;
  max-height: 410px;
  height: auto;
  width: 100%;
}

img {
  outline: none;
}

.jump-height {
  font-family: "raleway", sans-serif;
  font-style: normal;
  font-size: 1.25em;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  line-height: 1em;
}
.jump-height:after {
  font-size: 0.6em;
  content: 'm';
  margin: -1em 0 0 0.1em;
  position: relative;
  text-transform: none;
}
.jump-height.unit-cm:after {
  content: 'cm';
}

@media (max-width: 64em) {
  .content h1 {
    font-size: 2em;
  }
}
fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}

.input {
  width: 100%;
  max-width: 26em;
  margin-bottom: 1em;
}
.input.textarea {
  max-width: none;
}
.input label {
  display: inline-block;
  width: 100%;
  color: #f7ff00;
  font-weight: bold;
  margin-bottom: 1em;
}
.input textarea {
  width: 100%;
  min-height: 25em;
  padding: .75em;
  outline: none;
  resize: vertical;
  font-size: 1em;
  padding: .5em .75em;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.input input[type=text],
.input input[type=password],
.input input[type=email],
.input input[type=tel],
.input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  box-sizing: border-box;
  font-size: 1em;
  width: 100%;
  height: 2.5em;
  border: 1px solid white;
  border-radius: initial;
  background-color: white;
  padding: .5em .75em;
  outline: none;
  position: relative;
  z-index: 5;
}
.input input[type=button],
.input input[type=submit],
.input button,
.input .button {
  display: block;
  color: #0d0d0d;
  font-size: 1rem;
  background-color: #f7ff00;
  border: none;
  outline: none;
  text-transform: uppercase;
  padding: .5em .75em;
}

.contact-us {
  margin-top: -15em;
}
.contact-us .bg-image {
  position: absolute;
  top: -25%;
  right: -5%;
  width: 40%;
}
.contact-us .bg-image img {
  width: 100%;
  height: auto;
}

.message.error {
  color: red;
}

@media (max-width: 48em) {
  .contact-us {
    margin-top: 0px;
  }
  .contact-us .bg-image {
    top: -5%;
    right: 0%;
  }
}
@media (max-width: 420px) {
  .contact-us .bg-image {
    right: 5%;
  }
}
body > nav {
  height: 3.875em;
  background-color: #0d0d0d;
  background-position: center top;
  width: 100%;
  position: relative;
  z-index: 15;
}
body > nav .redBullIcon {
  display: inline-block;
  position: absolute;
  top: 17px;
  right: 123px;
  width: 33px;
  height: 33px;
}
body > nav:after {
  content: '  ';
  position: absolute;
  width: 100%;
  height: 3.875em;
  background-color: #0d0d0d;
  display: block;
  z-index: 2;
}
body > nav > div {
  z-index: 3;
}
body > nav > div {
  width: 62.5em;
  max-width: 100%;
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  margin: 0 0 0 -31.25em;
  padding: 0 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  body > nav > div {
    margin: 0 0 0 -50%;
  }
}
body > nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
body > nav .menu li {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  position: relative;
}
body > nav .menu li + li {
  margin-left: 1em;
}
body > nav .menu li.open {
  background: transparent url(/themes/mutaz-barshim/images/sub-menu-hover.webp) no-repeat bottom center;
}
body > nav .menu li.redbull {
  display: none;
  background: url(/themes/mutaz-barshim/images/rb-icon.webp) no-repeat top right;
  background-size: 1.25em;
}
body > nav .menu li.redbull a {
  color: white;
}
body > nav .menu li span,
body > nav .menu li a {
  font-weight: 400;
  font-family: "raleway", sans-serif;
  background-color: transparent;
  outline: 0;
  border-radius: 0;
  font-size: .95rem;
  border: 0;
  color: #f7ff00;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  padding-top: 0em;
  background-image: url(/themes/mutaz-barshim/images/icon-menu-highlighter.webp);
  background-size: 20px;
  background-repeat: no-repeat;
  background-clip: content-box;
  background-position: center -1.125em;
  transition: background-position 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -webkit-transition: background-position 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -moz-transition: background-position 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -o-transition: background-position 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
}
body > nav .menu li span:before,
body > nav .menu li a:before {
  display: inline-block;
  width: 0;
  height: 100%;
  content: ' ';
  vertical-align: middle;
}
body > nav .menu li span.current, body > nav .menu li span.section, body > nav .menu li span.active, body > nav .menu li span:hover,
body > nav .menu li a.current,
body > nav .menu li a.section,
body > nav .menu li a.active,
body > nav .menu li a:hover {
  background-position: center 0;
}
body > nav .menu li span.current, body > nav .menu li span.section, body > nav .menu li span.active,
body > nav .menu li a.current,
body > nav .menu li a.section,
body > nav .menu li a.active {
  font-weight: 700;
}
body > nav .menu li a.home {
  color: white;
}
body > nav .diary svg polygon,
body > nav .diary svg path,
body > nav .social-media svg polygon,
body > nav .social-media svg path,
body > nav .sm-list svg polygon,
body > nav .sm-list svg path {
  fill: #656565;
}
body > nav .diary svg polygon[fill="none"],
body > nav .diary svg path[fill="none"],
body > nav .social-media svg polygon[fill="none"],
body > nav .social-media svg path[fill="none"],
body > nav .sm-list svg polygon[fill="none"],
body > nav .sm-list svg path[fill="none"] {
  fill: none !important;
}
body > nav .diary a:hover svg polygon,
body > nav .diary a:hover svg path,
body > nav .social-media a:hover svg polygon,
body > nav .social-media a:hover svg path,
body > nav .sm-list:hover svg polygon,
body > nav .sm-list:hover svg path {
  fill: #f7ff00;
}
body > nav .diary a:hover svg polygon[fill="none"],
body > nav .diary a:hover svg path[fill="none"],
body > nav .social-media a:hover svg polygon[fill="none"],
body > nav .social-media a:hover svg path[fill="none"],
body > nav .sm-list:hover svg polygon[fill="none"],
body > nav .sm-list:hover svg path[fill="none"] {
  fill: none !important;
}
body > nav .social-media {
  margin: 0;
  padding: 0;
  float: right;
  display: inline-block;
  vertical-align: middle;
}
body > nav .social-media ul {
  margin: 1.25em 0 0;
  padding: 0;
}
body > nav .social-media li {
  display: inline-block;
}
body > nav .social-media li + li {
  margin: 0;
}
body > nav .social-media a {
  font-size: 0;
}
body > nav .social-media svg {
  width: 1.625rem;
  height: 1.625rem;
}

.content .nav {
  z-index: 1;
}
.content .nav ul {
  z-index: 1;
  list-style-type: none;
  width: 100%;
  padding: 40px 1.25em 0px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.content .nav ul li {
  display: inline-block;
  padding: 0;
  z-index: 1;
  width: auto;
  float: none;
}
.content .nav ul li + li {
  padding-left: 0.625em;
}
.content .nav ul li a {
  z-index: 1;
  color: #656565;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.75em;
  transition: all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -webkit-transition: all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -moz-transition: all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -o-transition: all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
}
.content .nav ul li.current a, .content .nav ul li.section a, .content .nav ul li.active a {
  color: #b4bf06 !important;
}
.content .nav ul li + li:before {
  font-size: 1.75em;
  color: #656565;
  content: '//';
  padding-right: 0.625em;
}
.content .nav ul li:hover a {
  color: #b4bf06;
}

#mini-menu-toggle {
  display: none;
}

@media (min-width: 62em) {
  body > nav .social-media {
    position: absolute;
    top: 0;
    right: 0;
  }

  body > nav .menu .sub-menu {
    margin: 0 0 0 -100%;
    padding: 1.875em;
    background: transparent url(/themes/mutaz-barshim/images/mutaz-pattern-grau.webp) repeat top left;
    transition: top 0.3s;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    min-width: 18.75em;
    width: 100%;
    height: auto;
    color: #0d0d0d;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    left: -50%;
    display: none;
    opacity: 0;
    -moz-box-shadow: 0px 5px 8px #0d0d0d;
    -webkit-box-shadow: 0px 5px 8px #0d0d0d;
    box-shadow: 0px 5px 8px #0d0d0d;
  }
  body > nav .menu .sub-menu li {
    display: block;
    height: auto;
    padding: 0;
    z-index: 1;
    position: relative;
  }
  body > nav .menu .sub-menu li + li {
    padding: .5em 0 0;
    margin: 0;
  }
  body > nav .menu .sub-menu a {
    font-family: "raleway", sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    color: #f7ff00;
    display: inline-block;
    width: auto;
    padding: 0;
    background: none;
    border-bottom: 2px solid transparent;
  }
  body > nav .menu .sub-menu.visible {
    opacity: 1;
    pointer-events: initial;
  }
}
@media (max-width: 62em) {
  body {
    padding-top: 2.75rem;
  }

  body > nav {
    height: 2.75rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  body > nav .redBullIcon {
    display: none;
  }
  body > nav:after {
    content: '';
    display: none;
  }
  body > nav > div {
    margin: 0;
    padding: 0.725em 1.125em;
    height: auto;
    position: static;
  }
  body > nav .menu {
    width: 100%;
  }
  body > nav .menu li {
    font-size: 1em;
    display: inline-block;
  }
  body > nav .menu li.redbull {
    display: block;
  }
  body > nav .menu li + li {
    display: block;
    margin: .5em .75em 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #333333;
    position: relative;
  }
  body > nav .menu li + li:after {
    content: ' ';
    background-image: url(/themes/mutaz-barshim/images/icon-menu-highlighter-right.webp);
    background-size: 100% 100%;
    width: 12px;
    height: 20px;
    display: block;
    position: absolute;
    left: -2.75em;
    top: 1.25rem;
    margin: -1.25em 0 0;
    transition: left 0.3s;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
  }
  body > nav .menu li + li.open:after,
  body > nav .menu li + li.current:after,
  body > nav .menu li + li.active:after {
    left: -1.875rem;
  }
  body > nav .menu li:nth-child(2) {
    margin-top: 2.625em;
  }
  body > nav .menu li span,
  body > nav .menu li a {
    background-image: none;
  }
  body > nav .menu li span:after, body > nav .menu li span:before {
    display: block;
    background-color: #f7ff00;
    position: absolute;
    content: ' ';
  }
  body > nav .menu li span:after {
    width: 17px;
    height: .1875rem;
    right: 0;
    top: .5rem;
  }
  body > nav .menu li span:before {
    width: 3px;
    height: 17px;
    right: 7px;
    top: 1px;
    transition: transform 0.3s, -webkit-transform 0.3s, opacity 0.15s;
    -webkit-transition: transform 0.3s, -webkit-transform 0.3s, opacity 0.15s;
    -moz-transition: transform 0.3s, -webkit-transform 0.3s, opacity 0.15s;
    -o-transition: transform 0.3s, -webkit-transform 0.3s, opacity 0.15s;
    -webkit-transform-origin: 1.5px 8.5px;
    -moz-transform-origin: 1.5px 8.5px;
    -ms-transform-origin: 1.5px 8.5px;
    -o-transform-origin: 1.5px 8.5px;
    transform-origin: 1.5px 8.5px;
  }
  body > nav .menu li.open > span:before {
    transition: transform 0.3s, -webkit-transform 0.3s, opacity 1s 0.3s;
    -webkit-transition: transform 0.3s, -webkit-transform 0.3s, opacity 1s 0.3s;
    -moz-transition: transform 0.3s, -webkit-transform 0.3s, opacity 1s 0.3s;
    -o-transition: transform 0.3s, -webkit-transform 0.3s, opacity 1s 0.3s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  body > nav .sub-menu {
    display: none !important;
    opacity: 1 !important;
    background-color: #b4bf06;
    margin: .5em -1.875rem -.5em;
  }
  body > nav .sub-menu li,
  body > nav .sub-menu li + li,
  body > nav .sub-menu li:nth-child(2) {
    display: block;
    padding: .875rem 1.875rem;
    margin: 0;
    border: 0;
    position: relative;
  }
  body > nav .sub-menu li:nth-child(2),
  body > nav .sub-menu li + li {
    margin-top: -.875em;
  }
  body > nav .sub-menu li a {
    color: #0d0d0d;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  body > nav .open > .sub-menu {
    display: block !important;
  }
  body > nav .social-media {
    width: auto;
    display: block;
    position: static;
    float: none;
    padding: 0 .4em 0;
  }
  body > nav .social-media ul {
    width: 100%;
    font-size: 0;
    margin: 1.875rem 0 .5rem;
    text-align: center;
  }
  body > nav .social-media ul li {
    position: relative;
    display: inline-block;
    width: 21.25%;
    max-width: 8rem;
  }
  body > nav .social-media ul li + li {
    margin-left: 5%;
  }
  body > nav .social-media ul li:after {
    display: block;
    padding: 100% 0 0;
    width: 100%;
    content: ' ';
  }
  body > nav .social-media ul li a,
  body > nav .social-media ul li svg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }

  #mini-menu-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 3.75rem;
    height: 2.75rem;
    background: transparent;
    color: transparent;
    border: 0;
    outline: 0;
    border-radius: 0;
    display: block;
  }
  #mini-menu-toggle span, #mini-menu-toggle:after, #mini-menu-toggle:before {
    content: ' ';
    background: #fff;
    display: block;
    position: absolute;
    height: .1875rem;
    width: 1.875rem;
    left: .45rem;
    transition: transform 0.3s, -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: transform 0.3s, -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: transform 0.3s, -webkit-transform 0.3s, opacity 0.3s;
    -o-transition: transform 0.3s, -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transform-origin: 0.9375rem 0.09375rem;
    -moz-transform-origin: 0.9375rem 0.09375rem;
    -ms-transform-origin: 0.9375rem 0.09375rem;
    -o-transform-origin: 0.9375rem 0.09375rem;
    transform-origin: 0.9375rem 0.09375rem;
  }
  #mini-menu-toggle:before {
    top: .8125rem;
  }
  #mini-menu-toggle span {
    top: 1.3125rem;
  }
  #mini-menu-toggle:after {
    top: 1.8125rem;
  }

  .content .nav ul {
    padding-top: 0;
    padding-left: 0;
    padding-right: 1.25em;
  }
  .content .nav ul li + li:before,
  .content .nav ul li a {
    font-size: 1em;
  }
  .content .nav ul li + li {
    padding-left: .25em;
  }
  .content .nav ul li + li:before {
    padding-right: .25em;
  }

  body.open-mini-menu > nav {
    height: auto;
  }
  body.open-mini-menu #mini-menu-toggle:before {
    -webkit-transform: translate(0, 8px) rotate(45deg);
    -moz-transform: translate(0, 8px) rotate(45deg);
    -o-transform: translate(0, 8px) rotate(45deg);
    -ms-transform: translate(0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg);
  }
  body.open-mini-menu #mini-menu-toggle span {
    opacity: 0;
  }
  body.open-mini-menu #mini-menu-toggle:after {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
    -moz-transform: translate(0, -8px) rotate(-45deg);
    -o-transform: translate(0, -8px) rotate(-45deg);
    -ms-transform: translate(0, -8px) rotate(-45deg);
    transform: translate(0, -8px) rotate(-45deg);
  }
}
.ErrorPage .top-bg-image {
  top: -250px !important;
  background: transparent url(/themes/mutaz-barshim/images/error-cross.webp) no-repeat center;
}
.ErrorPage .headlines h1 {
  font-size: 5em;
  margin-top: 4em;
}
.ErrorPage .headlines p {
  font-size: 2.5em;
  color: white;
}

.partner {
  background: transparent url(/themes/mutaz-barshim/images/partner-mutaz.webp) no-repeat top center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: block;
  top: -300px;
  overflow: hidden;
}
.partner .partner-list {
  max-width: 62.5em;
  position: relative;
  display: block;
  margin: 0 auto;
}
.partner .partner-list:after {
  display: block;
  content: ' ';
  padding-top: 100%;
}
.partner .partner-list > div {
  display: block;
  position: absolute;
}
.partner .partner-list > div a {
  width: 100%;
  height: 100%;
  display: block;
}
.partner .partner-list .partner-nike {
  width: 19%;
  height: 13%;
  top: 32%;
  left: 71%;
  -webkit-transform: rotate(-20deg) translate(0, 0);
  -moz-transform: rotate(-20deg) translate(0, 0);
  -o-transform: rotate(-20deg) translate(0, 0);
  -ms-transform: rotate(-20deg) translate(0, 0);
  transform: rotate(-20deg) translate(0, 0);
}
.partner .partner-list .partner-redbull {
  width: 25%;
  height: 12%;
  top: 20%;
  left: 30%;
  -webkit-transform: rotate(-17deg) translate(0, 0);
  -moz-transform: rotate(-17deg) translate(0, 0);
  -o-transform: rotate(-17deg) translate(0, 0);
  -ms-transform: rotate(-17deg) translate(0, 0);
  transform: rotate(-17deg) translate(0, 0);
}
.partner .partner-list .partner-aspire {
  width: 22%;
  height: 12%;
  top: 51%;
  left: 48%;
  -webkit-transform: rotate(14deg) translate(0, 0);
  -moz-transform: rotate(14deg) translate(0, 0);
  -o-transform: rotate(14deg) translate(0, 0);
  -ms-transform: rotate(14deg) translate(0, 0);
  transform: rotate(14deg) translate(0, 0);
}
.partner .partner-list .partner-quatarolympic {
  width: 19%;
  height: 11%;
  top: 65%;
  left: 13%;
  -webkit-transform: rotate(-1deg) translate(0, 0);
  -moz-transform: rotate(-1deg) translate(0, 0);
  -o-transform: rotate(-1deg) translate(0, 0);
  -ms-transform: rotate(-1deg) translate(0, 0);
  transform: rotate(-1deg) translate(0, 0);
}
.partner .partner-list .partner-beinsport {
  width: 20%;
  height: 12%;
  top: 51%;
  left: 48%;
  -webkit-transform: rotate(14deg) translate(0, 0);
  -moz-transform: rotate(14deg) translate(0, 0);
  -o-transform: rotate(14deg) translate(0, 0);
  -ms-transform: rotate(14deg) translate(0, 0);
  transform: rotate(14deg) translate(0, 0);
}

@media (max-width: 64em) {
  .partner {
    top: -25px;
  }
}
.Page.biography .content p:first-child {
  margin-left: -15%;
}
.Page.biography .content .content-image {
  margin: -40% auto -45%;
  max-width: 115%;
}

@media (max-width: 1300px) {
  .Page.biography .content p:first-child {
    margin-left: -5%;
  }
  .Page.biography .content .content-image {
    margin-bottom: -40%;
    max-width: 100%;
  }
}
@media (max-width: 64em) {
  .top + * {
    margin-top: 25% !important;
  }

  .top + .decoration {
    margin-top: 0 !important;
  }

  .Page.biography .content p:first-child {
    margin-left: 0;
  }
  .Page.biography .content .content-image {
    margin-bottom: -35%;
  }
}
@media (max-width: 560px) {
  .Page.biography .content .content-image {
    margin-bottom: -25%;
  }
}
.Page.imprint .content {
  margin-top: -15em;
}

@media (max-width: 62em) {
  .Page.imprint .content {
    margin-top: 0px;
  }
}
.MediaPage .content {
  margin-top: -220px;
  text-align: center;
}
.MediaPage .content .bg-image {
  position: absolute;
  top: -45%;
  width: 100%;
  height: 100%;
}
.MediaPage .content .bg-image img {
  position: absolute;
  right: 0;
  height: 150%;
  width: auto;
}
.MediaPage .content .video-layer {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 3;
}
.MediaPage .content .video-layer video {
  width: 100%;
  height: auto;
  display: block;
}
.MediaPage .content .video-layer .video-poster {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url(/themes/mutaz-barshim/images/mb-media-poster.webp) no-repeat top center;
  background-size: cover;
  z-index: 10;
}
.MediaPage .content h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  color: #f7ff00;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}
.MediaPage .content .toRbmh {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 2.5em;
  position: relative;
  z-index: 1;
}
.MediaPage .content .logoRbContentPool {
  margin: 0 auto 3.125em;
  display: block;
  position: relative;
  z-index: 1;
}
.MediaPage .content .input {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.MediaPage .content .input .button {
  width: auto;
  display: inline-block;
}

@media (max-width: 62em) {
  .MediaPage .content {
    margin-top: 3em !important;
  }
  .MediaPage .content .bg-image {
    top: -30%;
  }
}
@media (max-width: 64em) {
  .MediaPage .content {
    margin-top: 3em !important;
  }
  .MediaPage .content .bg-image {
    top: -35%;
  }
}
.page-nav {
  position: fixed;
  right: 1.9em;
  top: 50%;
  list-style-type: none;
  margin: -66px 0 0;
  padding: 0;
  z-index: 100;
  text-align: right;
  width: 0;
}
.page-nav li {
  position: relative;
  left: 100%;
  white-space: nowrap;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  transition: right 0.3s;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
}
.page-nav li + li {
  margin-top: 1em;
}
.page-nav li:after {
  width: 0.625em;
  height: 0.625em;
  display: inline-block;
  overflow: hidden;
  content: ' ';
  border: 2px solid white;
  vertical-align: middle;
  border-radius: 50%;
  margin: .2em 1.5em .2em .5em;
  opacity: .5;
  position: relative;
  right: 100%;
  background: rgba(255, 255, 255, 0.01);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  transition: background-color 0.3s, border-color 0.3s, opacity 0.3s, left 0.3s;
  -webkit-transition: background-color 0.3s, border-color 0.3s, opacity 0.3s, left 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s, opacity 0.3s, left 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, opacity 0.3s, left 0.3s;
}
.page-nav li.active:after {
  border-color: #f7ff00;
  background-color: #f7ff00;
}
.page-nav li a {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  color: white;
  font-size: .875em;
  text-transform: uppercase;
  transition: right 0.3s, opacity 0.3s;
  -webkit-transition: right 0.3s, opacity 0.3s;
  -moz-transition: right 0.3s, opacity 0.3s;
  -o-transition: right 0.3s, opacity 0.3s;
  position: absolute;
  right: -20em;
  padding: .2em 2em 0 0;
  margin: 0 -2em 0 0;
  text-align: right;
  opacity: 0.3;
  z-index: 5;
}
.page-nav li a:after {
  content: ' // ';
  letter-spacing: -.2em;
}
.page-nav li.skrollable-between {
  opacity: 1;
}
.page-nav li.skrollable-between a {
  opacity: 1;
}
.page-nav li.skrollable-between:after {
  background: #f7ff00;
  border-color: #f7ff00;
}
.page-nav li:hover {
  left: 0;
}
.page-nav li:hover a {
  right: 0em;
  opacity: 1;
}
.page-nav li:hover:after {
  opacity: 1;
  right: 0;
}

@media (max-width: 48em) {
  .page-nav {
    display: none;
  }
}
.about-me {
  text-align: center;
  margin: -50px auto 100px;
  z-index: 2;
}
.about-me .triangle {
  margin: 0px auto;
  width: 100%;
  max-width: 630px;
  height: 540px;
  /*height: calc(540px - 3.75em);*/
  background-image: url(/themes/mutaz-barshim/images/triangle-down.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 5%;
  line-height: 1.5;
  color: #f7ff00;
}
.about-me .triangle + p {
  margin-top: -7.5em;
}
.about-me p {
  width: 100%;
  max-width: 40em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 75px;
}

/*
* Just for About Page...
*/
.page-about-me .top-bg-image {
  width: 100%;
  height: 150%;
  max-height: 700px;
  top: 180px;
  left: 0;
  bottom: initial;
  overflow: hidden;
}
.page-about-me .top-bg-image:after {
  position: relative;
  left: 125px;
  content: ' ';
  background-image: url("/themes/mutaz-barshim/images/about-me.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  width: 100%;
  height: calc(100% + 225px);
  display: block;
  margin-top: -225px;
}

@media (max-width: 62em) {
  .page-about-me .about-me .above-triangle {
    min-height: 22rem;
  }
  .page-about-me .top-bg-image:after {
    height: calc(100% + 45px);
  }
}
@media (max-width: 50em) {
  .page-about-me .about-me .above-triangle {
    min-height: 26rem;
  }
  .page-about-me .top-bg-image:after {
    left: 85px;
    height: calc(100% + 155px);
  }
}
@media (max-width: 30em) {
  .page-about-me .about-me .above-triangle {
    min-height: 35rem;
  }
  .page-about-me .top-bg-image {
    height: 200%;
  }
  .page-about-me .top-bg-image:after {
    left: 10%;
    width: 90%;
    height: calc(100% + 185px);
  }
}
@media (max-width: 48em) {
  .about-me .content {
    padding: 0px;
  }
  .about-me .content > p {
    padding: 0 1.25em;
  }
}
.diary-container {
  max-width: 62.5em;
  margin: -6em auto 0;
  position: relative;
  min-height: 10em;
}
.diary-container:after {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -50px;
  background-image: url(/themes/mutaz-barshim/images/loading-animation.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  opacity: 0;
  top: -50px;
  -webkit-animation: coinSpin 2s cubic-bezier(0.830, 0.000, 0.220, 1.010) infinite alternate;
  -moz-animation: coinSpin 2s cubic-bezier(0.830, 0.000, 0.220, 1.010) infinite alternate;
  -o-animation: coinSpin 2s cubic-bezier(0.830, 0.000, 0.220, 1.010) infinite alternate;
  animation: coinSpin 2s cubic-bezier(0.830, 0.000, 0.220, 1.010) infinite alternate;
  transition: opacity 1.75s 0.25s, top 1.75s 0.25s;
  -webkit-transition: opacity 1.75s 0.25s, top 1.75s 0.25s;
  -moz-transition: opacity 1.75s 0.25s, top 1.75s 0.25s;
  -o-transition: opacity 1.75s 0.25s, top 1.75s 0.25s;
}
.diary-container.loading:after {
  transition: opacity 0.5s, top 0.5s;
  -webkit-transition: opacity 0.5s, top 0.5s;
  -moz-transition: opacity 0.5s, top 0.5s;
  -o-transition: opacity 0.5s, top 0.5s;
  top: 0;
  opacity: 1;
}
.diary-container .diary header {
  height: 24em;
  margin: 3em auto -14em;
  padding: 3em 0 0;
  background-image: url(/themes/mutaz-barshim/images/triangle-down-black.svg), url(/themes/mutaz-barshim/images/arrow-down.webp);
  background-size: 259px 195px, 30px 67px;
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center top;
  text-align: center;
}
.diary-container .diary header h3 {
  margin: 0;
  padding: 6.25em 0 0;
  font-size: 1rem;
}
.diary-container .diary header .day {
  font-size: 3.125rem;
  font-weight: 700;
  margin: 0 0 0;
  line-height: 1.4em;
}
.diary-container .diary header .month {
  font-size: 3.125rem;
  font-weight: 300;
  margin: -.3em 0 0;
  line-height: 1.4em;
  text-transform: uppercase;
}
.diary-container .diary header .year {
  font-family: "kepler-stf", serif;
  font-weight: 700;
  font-size: 1.875rem;
  margin: 0 0 0;
}
.diary-container .diary.latest-day header {
  margin: 0;
  padding: 1.75rem 0 0;
  margin-bottom: -22em;
  background-image: url(/themes/mutaz-barshim/images/triangle-down-toned-down-highlight.svg);
  background-position: top;
  background-size: contain;
  height: 39rem;
}
.diary-container .diary.latest-day header h3 {
  color: #f7ff00;
  font-family: "kepler-stf", serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  line-height: 1.3em;
  font-style: italic;
  font-size: 1.25em;
}
.diary-container .diary.latest-day .nss-stream {
  min-height: 21em;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 62em) {
  .diary-container .diary.item-count-3 .tiles .nss-stream {
    width: 66.666667%;
    min-width: 40.875rem;
  }
  .diary-container .diary.item-count-3 .tiles .nss-stream .tile {
    width: calc(33.3333% - 1.25em);
  }
  .diary-container .diary.item-count-2 .tiles .nss-stream {
    width: 50%;
    min-width: 30.625rem;
  }
  .diary-container .diary.item-count-2 .tiles .nss-stream .tile {
    width: calc(50% - 1.25em);
  }
  .diary-container .diary.item-count-1 .tiles .nss-stream {
    width: 25%;
    min-width: 15.3125rem;
  }
  .diary-container .diary.item-count-1 .tiles .nss-stream .tile {
    width: 100%;
  }
}
@media (max-width: 62em) {
  .diary-container .diary.latest-day header {
    margin-left: .75em;
    margin-right: .75em;
    margin-bottom: -26em;
    padding-top: 1em;
  }
  .diary-container .diary.latest-day header h3 {
    font-size: .875em;
  }
  .diary-container .diary.latest-day header .day {
    font-size: 2.5rem;
  }
  .diary-container .diary.latest-day header .month {
    font-size: 2.125rem;
  }
  .diary-container .diary .tiles .nss-stream .tile {
    width: calc(33.3333% - 1.25em);
  }
}
@media (max-width: 40em) {
  .diary-container .diary .tiles .nss-stream .tile {
    width: calc(50% - 1.25em);
  }
}
@media (max-width: 25em) {
  .diary-container .diary .tiles .nss-stream .tile {
    width: 100%;
  }
  .diary-container .diary .tiles .nss-stream .tile div,
  .diary-container .diary .tiles .nss-stream .tile p {
    font-size: .8rem;
  }
}

.ForYouPage .tiles {
  margin-bottom: 50px;
  width: calc(100% + 1px);
  background-color: #b4bf06;
}
.ForYouPage .tiles .tile {
  margin-bottom: 0;
}
.ForYouPage .tiles .tile.text {
  cursor: default;
  pointer-events: none;
}
.ForYouPage .tiles .tile.text:hover img {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.ForYouPage .tiles .tile a {
  position: static;
}
.ForYouPage .tiles .tile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ForYouPage .tiles .tile:after {
  content: ' ';
  display: block;
}
.ForYouPage .tiles .tile.ratio-3x4 {
  width: 20%;
}
.ForYouPage .tiles .tile.ratio-3x4:after {
  padding-top: 133.3333333%;
}
.ForYouPage .tiles .tile.ratio-6x8 {
  width: 40%;
}
.ForYouPage .tiles .tile.ratio-6x8:after {
  padding-top: 133.3333333%;
}
.ForYouPage .tiles .tile.ratio-6x4 {
  width: 40%;
}
.ForYouPage .tiles .tile.ratio-6x4:after {
  padding-top: 66.66666666%;
}
.ForYouPage h3#videos + .tiles {
  background: gray;
  font-size: 0;
  padding: 5rem 7rem;
}
.ForYouPage h3#videos + .tiles .tile {
  font-size: 1rem;
  width: 30%;
  float: none;
  display: inline-block;
  margin-right: 5%;
}
.ForYouPage h3#videos + .tiles .tile:nth-child(3n) {
  margin-right: 0;
}
.ForYouPage h3#videos + .tiles .tile a {
  position: relative;
  display: block;
  overflow: hidden;
}
.ForYouPage h3#videos + .tiles .tile a:before {
  content: ' ';
  display: block;
  width: 100%;
  padding-top: 100%;
  position: static;
}
.ForYouPage h3#videos + .tiles .tile a:after {
  position: absolute;
  padding-top: 45%;
  left: 0;
}
.ForYouPage h3#videos + .tiles .tile:after {
  display: none;
}
.ForYouPage h3#videos + .tiles .tile .details {
  line-height: .8125em;
  min-height: 0;
  height: 2.5em;
  padding: .5em 0 1em;
}
.ForYouPage h3#videos + .tiles .tile .details .author,
.ForYouPage h3#videos + .tiles .tile .details .date {
  text-align: center;
  font-size: .8rem;
  color: #0d0d0d;
}
.ForYouPage h3#videos + .tiles .tile .details .author {
  font-weight: 700;
  text-transform: uppercase;
}
.ForYouPage h3#videos + .tiles .tile .details .date {
  font-family: "kepler-stf", serif;
  font-weight: 400;
}
.ForYouPage h3#videos + .tiles .tile .details .date:before {
  content: 'DATE // ';
}

.ForYouPage .for-you {
  padding-right: 1em;
}
.ForYouPage .for-you h3 {
  color: #f7ff00;
  font-weight: normal;
  font-size: 2.25em;
  display: inline-block;
  padding: 0 1em 0 0;
  width: 0;
  position: relative;
  height: 2.35em;
}
.ForYouPage .for-you h3:after {
  background-image: url(/themes/mutaz-barshim/images/arrow-down.webp);
  background-size: 30px 67px;
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  width: 30px;
  height: 67px;
  vertical-align: top;
  position: absolute;
  left: 8em;
  top: .25em;
}

@media (max-width: 48em) {
  .ForYouPage .for-you h3 {
    font-size: 1.5em;
  }
  .ForYouPage .for-you h3:after {
    height: 46px;
    background-position: bottom;
  }
  .ForYouPage .for-you .tiles .tile.ratio-3x4 {
    width: 33.333%;
  }
  .ForYouPage .for-you .tiles .tile.ratio-6x8 {
    width: 66.666%;
  }
  .ForYouPage .for-you .tiles .tile.ratio-6x4 {
    width: 66.666%;
  }
  .ForYouPage .for-you h3#videos + .tiles {
    padding: 1rem;
  }
  .ForYouPage .for-you h3#videos + .tiles .tile {
    width: 47.5%;
    margin-right: 5%;
  }
  .ForYouPage .for-you h3#videos + .tiles .tile:nth-child(2n) {
    margin-right: 0;
  }
  .ForYouPage .for-you h3#videos + .tiles .tile .details {
    height: 4.5em;
  }
}
.news-top .headlines {
  width: 100%;
  max-width: 62.5em;
  padding: 0 1.25em;
  box-sizing: border-box;
  margin: 4em auto 0 !important;
  position: relative !important;
  display: table;
}
.news-top .headlines h1 {
  text-align: left;
  margin-top: 12rem;
}
.news-top .headlines h1 .date {
  width: 100%;
  display: block;
  color: #656565;
  font-size: 1rem;
  font-family: "raleway", sans-serif;
  font-weight: bold;
}
.news-top .content {
  text-align: left;
  margin-top: -300px;
}
.news-top .content .back {
  display: inline-block;
  z-index: 4;
  text-align: left;
  position: relative;
}
.news-top .content .back a {
  color: white;
  display: block;
  text-transform: uppercase;
}
.news-top .content .back a:before {
  display: inline-block;
  content: '<< ';
}

.news-detail {
  margin-top: -20em;
  text-align: left;
}
.news-detail p {
  width: 100%;
  max-width: 780px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-top: 0px;
  margin-bottom: 2.5em;
}
.news-detail .news-images {
  display: block;
  width: 100%;
  max-width: 780px;
  height: auto;
  position: relative;
  z-index: 3;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1.25em;
}
.news-detail .news-images img {
  display: block;
  float: left;
  width: calc(50% - (1.25em) / 2);
  max-width: 380px;
  height: auto;
  margin-bottom: 1.25em;
}
.news-detail .news-images:after {
  clear: both;
  float: none;
  content: ' ';
}

@media (max-width: 64em) {
  .news-detail {
    margin-top: 20em !important;
  }
}
@media (max-width: 30em) {
  .news-top .headlines h1 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .news-detail .news-images img {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: none;
  }
  .news-detail .news-images img:first-child {
    padding-right: 0;
  }
}
.news,
.gallery,
.success-list,
.for-you {
  text-align: left;
  position: relative;
  z-index: 3;
  margin: -150px auto 100px;
}

.success-list {
  margin-top: -100px;
}

.for-you {
  padding-right: 0px;
}

.tiles {
  width: 100%;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
.tiles .tile {
  width: 300px;
  width: calc(33.33333% - 1.25em);
  height: auto;
  box-sizing: border-box;
  float: left;
  margin-bottom: 1.25em;
  border: 0;
  overflow: hidden;
  position: relative;
}
.tiles .tile.image a:after, .tiles .tile.video a:after {
  display: block;
  content: ' ';
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  max-height: 20rem;
  top: 0;
  left: 10px;
  padding-right: 10px;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.tiles .tile.image a:hover:after, .tiles .tile.video a:hover:after {
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center center;
  color: #0d0d0d;
  font-weight: bold;
  opacity: 1;
  z-index: 2;
}
.tiles .tile.image .details, .tiles .tile.video .details {
  height: auto;
  min-height: 100px;
  width: 100%;
}
.tiles .tile.image .details h3, .tiles .tile.video .details h3 {
  color: #656565;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*word-break: break-all;*/
  text-transform: none;
  font-size: 1.1em;
  margin: 0.625em 0px 0px;
}
.tiles .tile.image .details span, .tiles .tile.video .details span {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.tiles .tile.image .details span.date, .tiles .tile.video .details span.date {
  color: #656565;
  font-size: 0.9em;
  font-weight: bold;
}
.tiles .tile.image a:hover:after {
  background-image: url(/themes/mutaz-barshim/images/icon-triangle-down.webp);
  content: 'show';
  padding-top: 70px;
  padding-left: 14px;
  font-size: 1rem;
}
.tiles .tile.video a:hover:after {
  background-image: url(/themes/mutaz-barshim/images/icon-triangle-right.webp);
  content: 'play';
  padding-top: 145px;
  font-size: 1rem;
}
.tiles .tile div.container,
.tiles .tile a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  font-size: 0;
}
.tiles .tile div.container img,
.tiles .tile a img {
  font-size: 0;
  width: 100%;
  height: auto;
  transition: all 1s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.5s cubic-bezier(0, 0.01, 0.205, 1.42);
  -webkit-transition: all 1s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.5s cubic-bezier(0, 0.01, 0.205, 1.42);
  -moz-transition: all 1s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.5s cubic-bezier(0, 0.01, 0.205, 1.42);
  -o-transition: all 1s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.5s cubic-bezier(0, 0.01, 0.205, 1.42);
}
.tiles .tile div.container p,
.tiles .tile div.container span,
.tiles .tile a p,
.tiles .tile a span {
  display: inline-block;
  position: relative;
  font-size: 1rem;
}
.tiles .tile:hover div.container img,
.tiles .tile:hover a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.diary .tiles .tile {
  width: calc(25% - 1.25em);
}

.gallery {
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: 2em;
}
.gallery .highlighted-container {
  width: 100%;
  margin: 0 auto 1em;
  padding: 4.375em 0 10.625em;
  background-color: #f7ff00;
}
.gallery h2, .gallery h3 {
  color: #0d0d0d;
  text-align: center;
  margin: 0 auto 0;
}
.gallery h2 {
  font-size: 3.75em;
  font-weight: 300;
  line-height: 1em;
}
.gallery h3 {
  margin-top: .5em;
  font-size: 1.25em;
  font-weight: 400;
}
.gallery .tiles {
  margin: -8em auto 0;
}
.gallery .tiles .tile {
  background-color: #333333;
  text-align: center;
  margin-bottom: 0px;
  width: 33.33333%;
}
.gallery .tiles .tile.text div.container,
.gallery .tiles .tile.text a {
  position: absolute;
  background-clip: content-box;
  background-color: #404040;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .625rem;
  top: 0;
  left: 0;
  font-size: 0;
}
.gallery .tiles .tile.text div.container:before,
.gallery .tiles .tile.text a:before {
  display: inline-block;
  height: 100%;
  content: ' ';
  width: 0;
  vertical-align: middle;
}
.gallery .tiles .tile.text div.container h4,
.gallery .tiles .tile.text a h4 {
  vertical-align: middle;
  position: static;
  font-size: 1.625rem;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0 .5rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  transition: transform 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), -webkit-transform 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -webkit-transition: transform 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), -webkit-transform 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -moz-transition: transform 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), -webkit-transform 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -o-transition: transform 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), -webkit-transform 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
}
.gallery .tiles .tile.text:hover h4 {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.gallery .tiles .tile.text .highlight {
  background-color: #f7ff00;
}
.gallery .tiles .tile.text .highlight div.container,
.gallery .tiles .tile.text .highlight a {
  background-color: #b4bf06;
}
.gallery .tiles .tile.text .highlight h4 {
  font-size: 3.125rem;
}
.gallery .tiles .tile.image div.container:before,
.gallery .tiles .tile.image div.container:after,
.gallery .tiles .tile.image a:before,
.gallery .tiles .tile.image a:after {
  display: block;
  content: ' ';
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.gallery .tiles .tile.image div.container:before,
.gallery .tiles .tile.image a:before {
  background: #0d0d0d;
  z-index: 2;
}
.gallery .tiles .tile.image div.container:after,
.gallery .tiles .tile.image a:after {
  background-image: url(/themes/mutaz-barshim/images/icon-triangle-down.webp);
  background-repeat: no-repeat;
  background-size: 97px;
  background-position: center center;
  z-index: 2;
}
.gallery .tiles .tile.image img {
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), -webkit-transform 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -webkit-transition: transform 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), -webkit-transform 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -moz-transition: transform 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), -webkit-transform 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -o-transition: transform 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), -webkit-transform 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
}
.gallery .tiles .tile.image h4,
.gallery .tiles .tile.image p {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  color: white;
  width: 90%;
  z-index: 3;
  opacity: 0;
}
.gallery .tiles .tile.image h4 {
  font-weight: 400;
  font-size: 1.625em;
  text-transform: uppercase;
  margin: 4.75em 5%;
}
.gallery .tiles .tile.image p {
  font-weight: 700;
  font-size: 1.125em;
  margin: 9em 5%;
  text-decoration: underline;
}
.gallery .tiles .tile.image:hover a:after {
  opacity: 1;
}
.gallery .tiles .tile.image:hover a:before {
  opacity: .6;
}
.gallery .tiles .tile.image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.gallery .tiles .tile.image:hover h4, .gallery .tiles .tile.image:hover p {
  opacity: 1;
}
.gallery .tiles .tile.image .video p {
  color: #0d0d0d;
  text-decoration: none;
  opacity: 1;
  margin: 8.35em 5% 0 3%;
}
.gallery .tiles .tile.image .video div.container:after,
.gallery .tiles .tile.image .video a:after {
  background-image: url(/themes/mutaz-barshim/images/icon-triangle-right.webp);
  background-size: 66px;
  opacity: 1;
}
.gallery .tiles .tile:after {
  padding-top: 100%;
  margin: 0;
  display: block;
  content: ' ';
}
.gallery .tiles:after {
  content: ' ';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.gallery .tiles div.container > *,
.gallery .tiles a > * {
  position: absolute;
}
.gallery .tiles img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.diary .tiles,
.news .tiles,
.social-media .tiles {
  padding: 0px 0.625em;
}
.diary .tiles .tile,
.news .tiles .tile,
.social-media .tiles .tile {
  overflow: hidden;
  position: relative;
  text-align: left;
  display: inline-block;
  /*cursor: pointer;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #404040;
  padding: 0.625em;
  margin: 0px;
  margin-bottom: 20px;
  height: auto;
}
.diary .tiles .tile h1, .diary .tiles .tile h2,
.news .tiles .tile h1,
.news .tiles .tile h2,
.social-media .tiles .tile h1,
.social-media .tiles .tile h2 {
  font-size: 2rem;
  color: #0d0d0d;
  font-family: "kepler-stf", serif;
  font-weight: 400;
  margin-top: 0px;
}
.diary .tiles .tile .date,
.news .tiles .tile .date,
.social-media .tiles .tile .date {
  color: #f7ff00;
}
.diary .tiles .tile .more,
.news .tiles .tile .more,
.social-media .tiles .tile .more {
  font-weight: bold;
  text-transform: uppercase;
}
.diary .tiles .tile.twitter .nss-facebook-message, .diary .tiles .tile.facebook .nss-facebook-message, .diary .tiles .tile.instagram .nss-facebook-message,
.news .tiles .tile.twitter .nss-facebook-message,
.news .tiles .tile.facebook .nss-facebook-message,
.news .tiles .tile.instagram .nss-facebook-message,
.social-media .tiles .tile.twitter .nss-facebook-message,
.social-media .tiles .tile.facebook .nss-facebook-message,
.social-media .tiles .tile.instagram .nss-facebook-message {
  margin-top: 1rem;
}
.diary .tiles .tile.twitter .nss-facebook-message a, .diary .tiles .tile.facebook .nss-facebook-message a, .diary .tiles .tile.instagram .nss-facebook-message a,
.news .tiles .tile.twitter .nss-facebook-message a,
.news .tiles .tile.facebook .nss-facebook-message a,
.news .tiles .tile.instagram .nss-facebook-message a,
.social-media .tiles .tile.twitter .nss-facebook-message a,
.social-media .tiles .tile.facebook .nss-facebook-message a,
.social-media .tiles .tile.instagram .nss-facebook-message a {
  font-size: 1rem;
  display: inline-block;
  width: auto;
}
.diary .tiles .tile.twitter > div, .diary .tiles .tile.facebook > div, .diary .tiles .tile.instagram > div,
.news .tiles .tile.twitter > div,
.news .tiles .tile.facebook > div,
.news .tiles .tile.instagram > div,
.social-media .tiles .tile.twitter > div,
.social-media .tiles .tile.facebook > div,
.social-media .tiles .tile.instagram > div {
  color: white;
}
.diary .tiles .tile.twitter div.container .author,
.diary .tiles .tile.twitter div.container p,
.diary .tiles .tile.twitter a .author,
.diary .tiles .tile.twitter a p, .diary .tiles .tile.facebook div.container .author,
.diary .tiles .tile.facebook div.container p,
.diary .tiles .tile.facebook a .author,
.diary .tiles .tile.facebook a p, .diary .tiles .tile.instagram div.container .author,
.diary .tiles .tile.instagram div.container p,
.diary .tiles .tile.instagram a .author,
.diary .tiles .tile.instagram a p,
.news .tiles .tile.twitter div.container .author,
.news .tiles .tile.twitter div.container p,
.news .tiles .tile.twitter a .author,
.news .tiles .tile.twitter a p,
.news .tiles .tile.facebook div.container .author,
.news .tiles .tile.facebook div.container p,
.news .tiles .tile.facebook a .author,
.news .tiles .tile.facebook a p,
.news .tiles .tile.instagram div.container .author,
.news .tiles .tile.instagram div.container p,
.news .tiles .tile.instagram a .author,
.news .tiles .tile.instagram a p,
.social-media .tiles .tile.twitter div.container .author,
.social-media .tiles .tile.twitter div.container p,
.social-media .tiles .tile.twitter a .author,
.social-media .tiles .tile.twitter a p,
.social-media .tiles .tile.facebook div.container .author,
.social-media .tiles .tile.facebook div.container p,
.social-media .tiles .tile.facebook a .author,
.social-media .tiles .tile.facebook a p,
.social-media .tiles .tile.instagram div.container .author,
.social-media .tiles .tile.instagram div.container p,
.social-media .tiles .tile.instagram a .author,
.social-media .tiles .tile.instagram a p {
  color: #f7ff00;
}
.diary .tiles .tile.instagram,
.diary .tiles .tile.instagram img,
.news .tiles .tile.instagram,
.news .tiles .tile.instagram img,
.social-media .tiles .tile.instagram,
.social-media .tiles .tile.instagram img {
  padding: 0;
}
.diary .tiles .tile.instagram a, .diary .tiles .tile.instagram img,
.news .tiles .tile.instagram a,
.news .tiles .tile.instagram img,
.social-media .tiles .tile.instagram a,
.social-media .tiles .tile.instagram img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.diary .tiles .tile.instagram:before,
.news .tiles .tile.instagram:before,
.social-media .tiles .tile.instagram:before {
  display: block;
  padding-top: 100%;
  content: ' ';
  height: 0;
  width: 100%;
}
.diary .tiles .tile.instagram svg,
.news .tiles .tile.instagram svg,
.social-media .tiles .tile.instagram svg {
  bottom: 0.625rem;
  right: 0.625rem;
}
.diary .tiles .tile.blog p,
.diary .tiles .tile.blog span,
.news .tiles .tile.blog p,
.news .tiles .tile.blog span,
.social-media .tiles .tile.blog p,
.social-media .tiles .tile.blog span {
  color: #0d0d0d;
}
.diary .tiles .tile.blog:hover,
.news .tiles .tile.blog:hover,
.social-media .tiles .tile.blog:hover {
  transition: all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -webkit-transition: all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -moz-transition: all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -o-transition: all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
}
.diary .tiles .tile.blog:hover.odd,
.news .tiles .tile.blog:hover.odd,
.social-media .tiles .tile.blog:hover.odd {
  background-color: #f7ff00;
}
.diary .tiles .tile.blog:hover.odd .date,
.news .tiles .tile.blog:hover.odd .date,
.social-media .tiles .tile.blog:hover.odd .date {
  color: #b4bf06;
}
.diary .tiles .tile.blog:hover.even,
.news .tiles .tile.blog:hover.even,
.social-media .tiles .tile.blog:hover.even {
  background-color: #b4bf06;
}
.diary .tiles .tile.blog:hover.even .date,
.news .tiles .tile.blog:hover.even .date,
.social-media .tiles .tile.blog:hover.even .date {
  color: #f7ff00;
}
.diary .tiles .tile.blog.odd,
.news .tiles .tile.blog.odd,
.social-media .tiles .tile.blog.odd {
  background-color: #b4bf06;
}
.diary .tiles .tile.blog.odd .date,
.news .tiles .tile.blog.odd .date,
.social-media .tiles .tile.blog.odd .date {
  color: #f7ff00;
}
.diary .tiles .tile.blog.even,
.news .tiles .tile.blog.even,
.social-media .tiles .tile.blog.even {
  background-color: #f7ff00;
}
.diary .tiles .tile.blog.even .date,
.news .tiles .tile.blog.even .date,
.social-media .tiles .tile.blog.even .date {
  color: #b4bf06;
}
.diary .tiles .tile .image,
.news .tiles .tile .image,
.social-media .tiles .tile .image {
  margin-bottom: 1.25em;
}
.diary .tiles .tile img,
.news .tiles .tile img,
.social-media .tiles .tile img {
  display: block;
  padding: 0px 0 1.25em;
  width: auto !important;
  max-width: 100%;
  height: auto;
  /**margin: 0 auto;**/
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.diary .tiles .tile.facebook img,
.news .tiles .tile.facebook img,
.social-media .tiles .tile.facebook img {
  margin: 10px 0;
}
.diary .tiles .tile svg,
.news .tiles .tile svg,
.social-media .tiles .tile svg {
  position: absolute;
  bottom: 0.625em;
  right: 0.625em;
  width: 40px;
  height: 40px;
}
.diary .tiles .tile svg path,
.news .tiles .tile svg path,
.social-media .tiles .tile svg path {
  fill: #656565;
}
.diary .tiles .tile p,
.news .tiles .tile p,
.social-media .tiles .tile p {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
}
.diary .tiles .tile span,
.news .tiles .tile span,
.social-media .tiles .tile span {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.diary .tiles .tile span.author,
.news .tiles .tile span.author,
.social-media .tiles .tile span.author {
  text-decoration: underline;
}
.diary .tiles .tile span.date,
.news .tiles .tile span.date,
.social-media .tiles .tile span.date {
  font-size: 0.9rem;
  font-weight: bold;
}
.diary .tiles .tile.even,
.news .tiles .tile.even,
.social-media .tiles .tile.even {
  background-color: #333333;
}
.diary .tiles .tile.full,
.news .tiles .tile.full,
.social-media .tiles .tile.full {
  min-height: initial;
  padding: 0px;
}
.diary .tiles .tile.full div.container,
.diary .tiles .tile.full a,
.news .tiles .tile.full div.container,
.news .tiles .tile.full a,
.social-media .tiles .tile.full div.container,
.social-media .tiles .tile.full a {
  padding: 0px !important;
}
.diary .tiles .tile.full div.container img,
.diary .tiles .tile.full a img,
.news .tiles .tile.full div.container img,
.news .tiles .tile.full a img,
.social-media .tiles .tile.full div.container img,
.social-media .tiles .tile.full a img {
  top: 0;
  left: 0;
  max-width: 100%;
  /*height: 100%;*/
  padding: 0px !important;
}
.diary .tiles .tile.full div.container svg,
.diary .tiles .tile.full a svg,
.news .tiles .tile.full div.container svg,
.news .tiles .tile.full a svg,
.social-media .tiles .tile.full div.container svg,
.social-media .tiles .tile.full a svg {
  bottom: 10px;
  right: 10px;
}
.diary .tiles .tile.full div.container p,
.diary .tiles .tile.full div.container span,
.diary .tiles .tile.full a p,
.diary .tiles .tile.full a span,
.news .tiles .tile.full div.container p,
.news .tiles .tile.full div.container span,
.news .tiles .tile.full a p,
.news .tiles .tile.full a span,
.social-media .tiles .tile.full div.container p,
.social-media .tiles .tile.full div.container span,
.social-media .tiles .tile.full a p,
.social-media .tiles .tile.full a span {
  display: none;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}
.diary .tiles .tile:hover svg path,
.news .tiles .tile:hover svg path,
.social-media .tiles .tile:hover svg path {
  fill: #f7ff00;
  transition: all 1s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.5s cubic-bezier(0, 0.01, 0.205, 1.42);
  -webkit-transition: all 1s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.5s cubic-bezier(0, 0.01, 0.205, 1.42);
  -moz-transition: all 1s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.5s cubic-bezier(0, 0.01, 0.205, 1.42);
  -o-transition: all 1s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.5s cubic-bezier(0, 0.01, 0.205, 1.42);
}
.diary:after,
.news:after,
.social-media:after {
  content: ' ';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.news .tiles {
  color: #0d0d0d;
}
.news .tiles .blog-list {
  float: left;
  width: 20em;
  width: calc(33.33333% - 1.25em);
  margin-right: 1.25em;
}
.news .tiles .blog-list .tile {
  width: 100%;
}
.news .tiles .blog-list .tile a {
  font-size: 1rem;
}
.news .tiles .sm-list {
  float: left;
  width: 41.25em;
  width: calc(66.66666% + 1.25em);
  margin-right: -1.25em;
}
.news .tiles .sm-list .tile {
  width: 300px;
  width: calc(50% - (1.25em));
}
.news .tiles.layout-my-journey .sm-list {
  display: none;
}
.news .tiles.layout-my-journey .blog-list {
  width: 100%;
  width: calc(100% + 1.25em);
  margin: 0;
}
.news .tiles.layout-my-journey .blog-list .tile {
  width: calc(100%/3 - 1.25em);
}
.news .tiles.layout-social-media .sm-list {
  width: 100%;
  width: calc(100% + 1.25em);
  margin: 0;
}
.news .tiles.layout-social-media .sm-list .tile {
  width: calc(100%/3 - 1.25em);
}
.news .tiles.layout-social-media .blog-list {
  display: none;
}

.gallery + .social-media {
  margin-top: 3em;
}
.gallery + .social-media h2 {
  text-transform: uppercase;
  font-family: "raleway", sans-serif;
  font-weight: 400;
  font-size: 2em;
  text-align: center;
  color: #f7ff00;
}

@media (max-width: 48em) {
  .tiles .tile {
    width: 300px;
    width: calc(50% - 1.25em);
  }

  .news .tiles .sm-list {
    width: 300px;
    width: calc(50% - 1.25em);
  }
  .news .tiles .sm-list .tile {
    width: 100%;
  }
  .news .tiles .blog-list {
    width: 50%;
  }
  .news .tiles .blog-list .tile {
    width: 100%;
  }
  .news .tiles .blog-list .tile h2,
  .news .tiles .blog-list .tile h1 {
    font-size: 1.5rem;
  }
  .news .tiles.layout-blog .blog-list .tile, .news .tiles.layout-social-media .sm-list .tile {
    width: calc(100%/2 - 1.25em);
  }

  .diary .tiles .tile svg,
  .news .tiles .tile svg,
  .social-media .tiles .tile svg {
    width: 20px;
    height: 20px;
    margin: 0 -2px -2px 0;
  }

  .gallery .content {
    padding: 0px;
  }
  .gallery .highlighted-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .gallery .highlighted-container h2 {
    font-size: 1.75em;
  }
  .gallery .highlighted-container h3 {
    font-size: 1em;
  }
  .gallery .tiles .tile {
    width: 50%;
  }
}
@media (max-width: 30em) {
  .gallery .tiles .tile.text a h4 {
    font-size: 1rem;
  }
}
.higher-grounds {
  background-image: url(/themes/mutaz-barshim/images/world-map.webp);
  background-color: #b4bf06;
  background-size: 60em 31.4em;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  height: 125rem;
  position: relative;
  overflow: hidden;
}
.higher-grounds > * {
  position: absolute;
  top: 25%;
}
.higher-grounds h2 {
  color: #EFE913;
  width: 100%;
  margin: -7em 0 0;
  font-size: 3.55em;
  line-height: 1.02em;
}
.higher-grounds .helper-rule,
.higher-grounds .rule {
  left: 50%;
  margin: -4.2em 0 0 -20.775em;
  width: 6.5em;
  position: absolute;
  top: 25%;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.higher-grounds .helper-rule {
  display: none;
}
.higher-grounds .mutaz {
  height: 44.5em;
  margin: -11.2em 0 0 -6em;
  left: 50%;
}
.higher-grounds .vs {
  margin: 8.3em 0 0 -5.5em;
  z-index: 10;
  left: 50%;
  width: 6.5em;
}
.higher-grounds .how-high {
  font-family: "raleway", sans-serif;
  text-transform: uppercase;
  color: #0d0d0d;
  position: absolute;
  width: 100%;
  margin: -11.2em 0 0;
}
.higher-grounds .how-high p {
  margin: 0;
}
.higher-grounds .how-high p + p {
  font-weight: 700;
}
.higher-grounds .my-goal {
  position: absolute;
  top: 25%;
  left: 50%;
  color: #0D0D0D;
  line-height: 1.2em;
  font-size: 6em;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0.7em 0 0 -1.575em;
}
.higher-grounds .my-goal:before {
  position: absolute;
  display: block;
  border-bottom: 1px solid #0D0D0D;
  content: ' ';
  bottom: 0;
  margin: 0 0 0 -0.625em;
  width: 110%;
  width: calc(100% + 0.625em);
}
.higher-grounds .to-go {
  position: absolute;
  top: 25%;
  left: 50%;
  color: #0d0d0d;
  margin: 9.5em 0 0 -30em;
}
.higher-grounds .to-go .jump-height {
  font-size: 3em;
  width: 2em;
}
.higher-grounds .to-go .at-least-text,
.higher-grounds .to-go .to-go-text {
  width: 4em;
  text-align: center;
  display: block;
  font-size: 1.5em;
  position: relative;
  bottom: 0;
}
.higher-grounds .to-go .at-least-text {
  top: .5em;
}
.higher-grounds .to-go .to-go-text {
  bottom: .3em;
}
.higher-grounds .to-go .diff-line {
  border-right: 1px solid #0d0d0d;
  height: 3.75em;
  position: absolute;
  right: -1em;
  top: 1.85em;
}
.higher-grounds .to-go .diff-line:after, .higher-grounds .to-go .diff-line:before {
  width: .75em;
  content: ' ';
  border-top: 1px solid #0d0d0d;
  position: absolute;
  left: 100%;
}
.higher-grounds .to-go .diff-line:after {
  top: 0;
}
.higher-grounds .to-go .diff-line:before {
  bottom: 0;
}
.higher-grounds .rule-caption {
  color: #0d0d0d;
  font-size: 1.125em;
  text-align: left;
  position: relative;
}
.higher-grounds .rule-caption:after, .higher-grounds .rule-caption:before {
  display: block;
  position: absolute;
  content: ' ';
  width: 3em;
  border-top: 1px solid #000;
  left: -3.7em;
  top: .65em;
}
.higher-grounds .rule-caption:after {
  content: '';
  left: auto;
  right: -3.7em;
  display: none;
}
.higher-grounds .rule-caption .jump-height {
  font-family: "raleway", sans-serif;
  position: relative;
  top: 0;
}
.higher-grounds .rule-caption .year:before {
  content: '(';
}
.higher-grounds .rule-caption .year:after {
  content: ')';
}
.higher-grounds .rule-caption .name {
  white-space: nowrap;
}
.higher-grounds .rule-caption .name:before {
  content: 'by ';
}
.higher-grounds .rule-caption span {
  display: inline-block;
  line-height: 1.0rem;
  position: relative;
  top: .10em;
}
.higher-grounds .rule-caption p {
  display: inline-block;
  font-family: "raleway", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0 1.5em 0 0;
}
.higher-grounds .rule-caption p:before {
  content: '//';
  margin-right: .5em;
}
.higher-grounds .rule-caption.not-mutaz {
  color: #576900;
}
.higher-grounds .rule-caption .media-container {
  display: inline-block;
  position: relative;
}
.higher-grounds .rule-caption .media-container span {
  color: white;
  font-family: "raleway", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: .666666667em;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
}
.higher-grounds .rule-caption .media-container > div {
  display: inline-block;
  width: 2.2em;
  text-align: center;
  cursor: pointer;
  position: relative;
  bottom: -.7em;
}
.higher-grounds .rule-caption .media-container > div.video {
  margin: -1.3888888889em 0 0 .5em;
}
.higher-grounds .rule-caption .media-container > div.audio {
  margin: -1.7777778em 0 0 .5em;
}
.higher-grounds .rule-caption .media-container > div + div, .higher-grounds .rule-caption .media-container > div + div.audio, .higher-grounds .rule-caption .media-container > div + div.video {
  margin-left: .75em;
}
.higher-grounds .rule-caption .media-container > div svg {
  position: relative;
  top: 5/18em;
}
.higher-grounds .rule-caption .media-container > div svg polygon,
.higher-grounds .rule-caption .media-container > div svg path {
  fill: #0d0d0d;
  transition: fill 0.2s;
  -webkit-transition: fill 0.2s;
  -moz-transition: fill 0.2s;
  -o-transition: fill 0.2s;
}
.higher-grounds .rule-caption .media-container > div:hover svg polygon,
.higher-grounds .rule-caption .media-container > div:hover svg path {
  fill: #f7ff00;
}
.higher-grounds .rule-caption .media-container > div:hover span {
  color: #f7ff00;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 25px rgba(0, 0, 0, 0.2);
}
.higher-grounds .rule-caption .media-container .icon-audio {
  cursor: pointer;
  width: 1.38889em;
  height: 1.55556em;
}
.higher-grounds .rule-caption .media-container .icon-video {
  cursor: pointer;
  width: 1em;
  height: 1.16667em;
}
.higher-grounds .rule-caption.left:after {
  content: ' ';
  display: block;
}
.higher-grounds .rule-caption.left:before {
  content: '';
  display: none;
}
.higher-grounds .rule-caption.left > * {
  direction: ltr;
}
.higher-grounds .rule-caption.left p:before {
  content: '';
}
.higher-grounds .rule-caption.left p:after {
  content: '//';
  letter-spacing: -.3em;
  margin-right: .3em;
  margin-left: .5em;
}
.higher-grounds .rule-caption.record-holder {
  left: 50%;
  margin: -9.8em 0 0 2.5em;
  position: absolute;
}
.higher-grounds .rule-caption.record-holder p {
  display: block;
}
.higher-grounds .ruler-container {
  z-index: 5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.higher-grounds .ruler-container,
.higher-grounds .ruler-container .caption-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.higher-grounds .ruler-container .rule-caption {
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -8em;
}
.higher-grounds .ruler-container .rule-caption.left {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: 8em;
}
.higher-grounds .ruler-container .rule img {
  width: 100%;
}
.higher-grounds .ruler-container .rule-caption.scale-val-225 {
  margin-top: 32.5em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-226 {
  margin-top: 31.4em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-227 {
  margin-top: 30.3em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-228 {
  margin-top: 29.2em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-229 {
  margin-top: 28.1em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-230 {
  margin-top: 27.0em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-231 {
  margin-top: 25.9em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-232 {
  margin-top: 24.8em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-233 {
  margin-top: 23.7em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-234 {
  margin-top: 22.6em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-235 {
  margin-top: 21.5em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-236 {
  margin-top: 20.4em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-237 {
  margin-top: 19.3em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-238 {
  margin-top: 18.2em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-239 {
  margin-top: 17.1em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-240 {
  margin-top: 16.0em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-241 {
  margin-top: 14.9em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-242 {
  margin-top: 13.8em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-243 {
  margin-top: 12.7em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-244 {
  margin-top: 11.6em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-245 {
  margin-top: 10.5em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-246 {
  margin-top: 9.4em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-247 {
  margin-top: 8.3em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-248 {
  margin-top: 7.2em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-249 {
  margin-top: 6.1em;
}
.higher-grounds .ruler-container .rule-caption.scale-val-250 {
  margin-top: 5.0em;
}
.higher-grounds .big-caption {
  color: #0d0d0d;
  text-align: right;
  left: 50%;
  margin: -11.2em 0 0 -18em;
}
.higher-grounds .big-caption h4 {
  font-family: "raleway", sans-serif;
  font-weight: 300;
  font-size: 2.5em;
  line-height: .85em;
  text-transform: uppercase;
  margin: 0;
}
.higher-grounds .big-caption h4 span ~ span {
  position: relative;
  right: .125em;
}
.higher-grounds .big-caption h4 span ~ span ~ span {
  position: relative;
  right: .25em;
}
.higher-grounds .big-caption p {
  margin: .25em 0 0;
}
.higher-grounds .big-caption.mutaz-caption {
  text-align: left;
  margin-left: 9em;
  margin-top: 19em;
}
.higher-grounds + .gallery {
  margin-top: 0 !important;
}

@media (max-width: 60em) {
  .higher-grounds {
    font-size: 12px;
    height: 100em;
  }
  .higher-grounds h2 {
    font-size: 3.75em;
    padding: 1em .5em;
    margin: 0;
    position: static;
    width: auto;
  }
  .higher-grounds .rule-caption.record-holder {
    margin: -9.8em 0 0 0.5em;
  }
  .higher-grounds .rule {
    margin: -4.2em 0 0 -17.775em;
  }
  .higher-grounds .big-caption.mutaz-caption {
    margin-left: 7.5em;
  }
  .higher-grounds .rule-caption,
  .higher-grounds .to-go {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .higher-grounds .rule-caption:after,
  .higher-grounds .rule-caption:before {
    width: 1em;
    left: -1.7em;
  }
  .higher-grounds .ruler-container {
    position: relative;
    -webkit-transform: translate(0, 38%) scale(1) rotate(0deg) !important;
    -moz-transform: translate(0, 38%) scale(1) rotate(0deg) !important;
    -o-transform: translate(0, 38%) scale(1) rotate(0deg) !important;
    -ms-transform: translate(0, 38%) scale(1) rotate(0deg) !important;
    transform: translate(0, 38%) scale(1) rotate(0deg) !important;
    opacity: 1 !important;
    bottom: 17em;
    top: auto;
  }
  .higher-grounds .ruler-container .caption-container {
    opacity: 1 !important;
  }
  .higher-grounds .ruler-container .my-goal:before {
    margin: 0 0 0 -0.25em;
  }
  .higher-grounds .ruler-container .to-go {
    display: none;
    margin: 9.5em 0 0 -24em;
  }
  .higher-grounds .ruler-container .to-go .diff-line {
    display: none;
  }
}
html.no-skrollr .higher-grounds {
  font-size: 12px;
  height: 100em;
}
html.no-skrollr .higher-grounds h2 {
  font-size: 3.75em;
  padding: 1em .5em;
  margin: 0;
  position: static;
  width: auto;
}
html.no-skrollr .higher-grounds .rule-caption.record-holder {
  margin: -9.8em 0 0 0.5em;
}
html.no-skrollr .higher-grounds .rule {
  margin: -4.2em 0 0 -17.775em;
}
html.no-skrollr .higher-grounds .big-caption.mutaz-caption {
  margin-left: 7.5em;
}
html.no-skrollr .higher-grounds .rule-caption,
html.no-skrollr .higher-grounds .to-go {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
}
html.no-skrollr .higher-grounds .rule-caption:after,
html.no-skrollr .higher-grounds .rule-caption:before {
  width: 1em;
  left: -1.7em;
}
html.no-skrollr .higher-grounds .ruler-container {
  position: relative;
  -webkit-transform: translate(0, 38%) scale(1) rotate(0deg) !important;
  -moz-transform: translate(0, 38%) scale(1) rotate(0deg) !important;
  -o-transform: translate(0, 38%) scale(1) rotate(0deg) !important;
  -ms-transform: translate(0, 38%) scale(1) rotate(0deg) !important;
  transform: translate(0, 38%) scale(1) rotate(0deg) !important;
  opacity: 1 !important;
  bottom: 17em;
  top: auto;
}
html.no-skrollr .higher-grounds .ruler-container .caption-container {
  opacity: 1 !important;
}
html.no-skrollr .higher-grounds .ruler-container .my-goal:before {
  margin: 0 0 0 -0.25em;
}
html.no-skrollr .higher-grounds .ruler-container .to-go {
  display: none;
  margin: 9.5em 0 0 -24em;
}
html.no-skrollr .higher-grounds .ruler-container .to-go .diff-line {
  display: none;
}

@media (max-width: 35em) {
  html.no-skrollr .higher-grounds,
  .higher-grounds {
    font-size: 8px;
  }
}
.calendar-list {
  margin: -6em auto 0;
  width: 100%;
  position: relative;
  display: block;
  z-index: 10;
}
.calendar-list:before {
  display: block;
  content: ' ';
  width: 100%;
  height: 15.8em;
  position: absolute;
  top: 0;
  left: 0;
}
.calendar-list .content {
  padding-right: 0px;
}
.calendar-list .content .cal-event {
  display: inline-block;
  float: left;
  vertical-align: top;
  width: 100%;
  width: calc((100% / 6) - 1.25em);
  height: 180px;
  margin-bottom: 1.25em;
  box-sizing: border-box;
  margin-right: 1.25em;
  cursor: pointer;
}
.calendar-list .content .cal-event:nth-child(6n) {
  margin-right: 0;
}
.calendar-list .content .cal-event .date {
  background-color: #b4bf06;
  display: block;
  color: white;
  text-align: center;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  margin-bottom: 20px;
  transition: all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -webkit-transition: all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -moz-transition: all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -o-transition: all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
}
.calendar-list .content .cal-event span {
  width: 100%;
  display: inline-block;
}
.calendar-list .content .cal-event span.day-month {
  font-size: 3em;
  white-space: nowrap;
}
.calendar-list .content .cal-event span.year {
  font-size: 1em;
}
.calendar-list .content .cal-event:hover .date {
  background-color: #f7ff00;
  color: #272727;
}
.calendar-list .content .cal-event span.more {
  color: #f7ff00;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}

@media (max-width: 900px) {
  .calendar-list .content .cal-event {
    width: 25%;
    width: calc(25% - 1.25em);
  }
  .calendar-list .content .cal-event:nth-child(6n), .calendar-list .content .cal-event:nth-child(3n) {
    margin-right: 1.25em;
  }
  .calendar-list .content .cal-event:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  .calendar-list .content .cal-event {
    width: 25%;
    width: calc((100% / 3) - 1.25em);
  }
  .calendar-list .content .cal-event:nth-child(6n), .calendar-list .content .cal-event:nth-child(4n) {
    margin-right: 1.25em;
  }
  .calendar-list .content .cal-event:nth-child(3n) {
    margin-right: 0;
  }
  .calendar-list .content .cal-event span.day-month {
    font-size: 2.5em;
  }
}
@media (max-width: 30em) {
  .calendar-list {
    margin-top: 2rem;
  }
  .calendar-list .content {
    padding-left: 1.25em;
  }
  .calendar-list .content .cal-event {
    width: 50%;
    width: calc(50% - 1.25em);
  }
  .calendar-list .content .cal-event:nth-child(6n), .calendar-list .content .cal-event:nth-child(4n), .calendar-list .content .cal-event:nth-child(3n) {
    margin-right: 1.25em;
  }
  .calendar-list .content .cal-event:nth-child(2n) {
    margin-right: 0;
  }
}
/* 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: 0px;
  -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;
  background-color: #f7ff00;
}

.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: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.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: white;
  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: #272727;
}

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

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  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: rgba(0, 0, 0, 0);
}

.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 white;
  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 white;
  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%;
  height: 410px;
}

.mfp-iframe-holder .mfp-close {
  top: 0px;
}

.mfp-iframe-scaler {
  width: 100%;
  max-width: 62.5em;
  height: 410px;
  overflow: hidden;
  padding-left: 1.25em;
  padding-right: 1.25em;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.mfp-iframe-scaler iframe {
  position: relative;
  display: block;
  width: 100%;
  max-width: 730px;
  height: 100%;
  max-height: 410px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #f7ff00;
  margin: 0 auto;
}

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

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

.success {
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  height: auto;
  display: block;
}
.success .success-image {
  background-size: cover;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
}
.success .success-image:before {
  content: ' ';
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #b4bf06;
  border-radius: 50%;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.success .success-image.open-image:after {
  padding-left: 13px;
}
.success .success-image.latest {
  width: 290px;
  height: 290px;
  margin-bottom: 80px;
}
.success .success-image.latest:before {
  background-color: #f7ff00;
}
.success .success-image.latest .success-info .medaille {
  color: #b4bf06;
  font-weight: bold;
}
.success .success-image.latest.open-video:after {
  padding-top: 135px;
}
.success .success-image.latest.open-image:after {
  padding-top: 120px;
  padding-left: 10px;
}
.success .success-image.gold {
  width: 240px;
  height: 240px;
}
.success .success-image.gold.open-video:after {
  padding-top: 110px;
}
.success .success-image.gold.open-image:after {
  padding-top: 95px;
}
.success .success-image.silver {
  width: 220px;
  height: 220px;
}
.success .success-image.silver.open-video:after {
  padding-top: 100px;
}
.success .success-image.silver.open-image:after {
  padding-top: 85px;
}
.success .success-image.bronze {
  width: 190px;
  height: 190px;
}
.success .success-image.bronze.open-video:after {
  padding-top: 85px;
}
.success .success-image.bronze.open-image:after {
  padding-top: 70px;
}
.success .success-image svg {
  width: 100%;
  height: 100%;
}
.success .success-image svg circle.circle {
  opacity: 1;
  fill: #b4bf06;
  stroke: #b4bf06;
}
.success .success-image svg circle.bg-image {
  opacity: 0;
}
.success .success-image .success-info {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #0d0d0d;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 40px 15px;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -webkit-transition: all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -moz-transition: all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
  -o-transition: all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42), all 0.3s cubic-bezier(0, 0.01, 0.205, 1.42);
}
.success .success-image .success-info .month-year {
  font-weight: bold;
}
.success .success-image .success-info .medaille {
  margin: 20px 0;
  color: #f7ff00;
}
.success .success-image .success-info .jump-height {
  display: block;
  margin: .2em;
  font-size: 1em;
}
.success .success-image.bronze .success-info {
  margin-top: -1em;
}
.success .success-image:after {
  display: block;
  content: ' ';
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  padding-right: 10px;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.success .success-image:hover {
  cursor: pointer;
}
.success .success-image:hover:before {
  opacity: 0;
}
.success .success-image:hover .success-info {
  left: 250px;
  color: white;
}
.success .success-image:hover.open-video:after {
  background-image: url(/themes/mutaz-barshim/images/icon-triangle-right.webp);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center center;
  color: #0d0d0d;
  font-weight: bold;
  content: 'play';
  opacity: 1;
  z-index: 2;
}
.success .success-image:hover.open-image:after {
  background-image: url(/themes/mutaz-barshim/images/icon-triangle-down.webp);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center center;
  color: #0d0d0d;
  font-weight: bold;
  content: 'show';
  opacity: 1;
  z-index: 2;
}

.SportingSuccessPage .top-bg-image {
  background-image: url("/themes/mutaz-barshim/images/calendar-bg-top.webp");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  width: 100%;
  height: 150%;
  top: 50%;
  left: 0;
  bottom: initial;
  padding: 1.25em;
  box-sizing: border-box;
}

@media (max-width: 48em) {
  .content .success {
    height: 28em;
  }
  .content .success + .success {
    margin-top: 5em;
  }
  .content .success .success-image {
    margin-bottom: 0px;
  }
  .content .success .success-image:before {
    opacity: 0;
  }
  .content .success .success-image .success-info {
    padding: 0px !important;
    left: 0px;
    position: relative;
    top: 105%;
  }
  .content .success .success-image .success-info .jump-height,
  .content .success .success-image .success-info .month-year,
  .content .success .success-image .success-info h2,
  .content .success .success-image .success-info h3 {
    color: white;
  }
  .content .success .success-image.open-video:after {
    background-image: url(/themes/mutaz-barshim/images/icon-triangle-right.webp);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center center;
    color: #0d0d0d;
    font-weight: bold;
    content: 'play';
    opacity: 1;
    z-index: 2;
  }
  .content .success .success-image.open-image:after {
    background-image: url(/themes/mutaz-barshim/images/icon-triangle-down.webp);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center center;
    color: #0d0d0d;
    font-weight: bold;
    content: 'show';
    opacity: 1;
    z-index: 2;
  }
  .content .success .success-image:hover .success-info {
    left: 0px;
  }

  .SportingSuccessPage .top-bg-image {
    top: 90%;
  }
}
.footer {
  text-align: center;
  position: relative;
  padding-top: 7.5em;
  box-sizing: border-box;
}
.footer:before {
  display: block;
  content: ' ';
  background-color: #656565;
  width: 100%;
  height: 15.8em;
  position: absolute;
  top: 6em;
  left: 0;
  z-index: -2;
}
.footer img {
  position: relative;
}
.footer > div {
  z-index: 3;
  position: relative;
}
.footer > div h4 {
  color: #272727;
  font-weight: 400;
  font-size: 1.75em;
  text-transform: uppercase;
  margin-top: 0px;
}
.footer > div .nav ul {
  list-style-type: none;
  width: 100%;
  padding: 40px 0 0;
  box-sizing: border-box;
}
.footer > div .nav ul li {
  display: inline-block;
}
.footer > div .nav ul li + li {
  margin-left: 1.5em;
}
.footer > div .nav ul li a {
  color: #b4bf06;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1em;
}
.footer > div .social-media ul {
  list-style-type: none;
  width: 100%;
  padding: 0px 1.25em;
  box-sizing: border-box;
  text-align: center;
}
.footer > div .social-media ul li {
  display: inline-block;
  padding: 0 5px;
}
.footer .bg-image {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
.footer .bg-image:after {
  position: relative;
  left: 125px;
  content: ' ';
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  width: 100%;
  display: block;
}
.footer .copyright {
  text-align: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 420px;
}
.footer .copyright .logo {
  margin: 0 auto;
}
.footer .copyright .logo svg {
  width: 190px;
  height: 200px;
  max-width: 50%;
}
.footer .copyright .logo svg path {
  fill: #f7ff00;
  stroke: #f7ff00;
}
.footer .copyright .content {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 10px;
}
.footer .copyright .content h1 {
  margin: 40px 0 50px;
}
.footer .copyright .content span {
  font-size: 1.25em;
  color: #656565;
  text-transform: uppercase;
}

.ForYouPage .footer .bg-image:after {
  height: 711px;
  background-image: url("/themes/mutaz-barshim/images/footer_1.webp");
}

.HomePage .bg-image:after {
  left: 0px;
  height: 711px;
  background-image: url("/themes/mutaz-barshim/images/footer_1.webp");
}

.Page .bg-image:after {
  right: -5%;
  height: 620px;
  background-image: url("/themes/mutaz-barshim/images/footer_2.webp");
}

.CalendarPage .footer .bg-image {
  left: 0px;
  right: initial;
  width: 50%;
  min-width: 400px;
}
.CalendarPage .footer .bg-image:after {
  height: 1447px;
  left: 0px;
  background-position: left bottom;
  background-image: url("/themes/mutaz-barshim/images/calendar-bg.webp");
}

.SportingSuccessPage .bg-image:after {
  height: 570px;
  left: 25px;
  background-position: right bottom;
  background-image: url("/themes/mutaz-barshim/images/footer_3.webp");
}

.NewsPage .bg-image:after,
.NewsDetailPage .bg-image:after {
  height: 796px;
  width: 60%;
  left: 55%;
  background-image: url("/themes/mutaz-barshim/images/footer_4.webp");
}

@media (max-width: 48em) {
  .footer > div .nav ul {
    padding-top: 0;
  }
  .footer > div .nav ul li {
    margin: 0;
    display: block;
  }
  .footer > div .nav ul li + li {
    margin-top: .5em;
    margin-left: 0;
  }
  .footer .copyright .content h1 {
    font-size: 1.5em;
  }
}
.word,
.letter {
  display: inline-block;
}

html, body {
  min-height: 100%;
  height: 100%;
}

body {
  transition: background-color 2s;
  -webkit-transition: background-color 2s;
  -moz-transition: background-color 2s;
  -o-transition: background-color 2s;
}
body.black-bg {
  background-color: #000;
}

body.fly .slogan,
body.fly .scroll-down,
body.fly .mutaz-jump-container,
body.fly .mutaz-jump,
body.fly .i-did-it span,
body.fly .letter {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#close-victory-page {
  position: absolute;
  top: 32px;
  right: 18px;
  width: 60px;
  text-align: center;
  display: inline-block;
  z-index: 50;
  opacity: 0;
}
#close-victory-page > * {
  transition: transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
}
#close-victory-page img {
  width: 29px;
  height: 29px;
}
#close-victory-page span {
  color: #b4bf06;
  display: block;
  font-size: 14px;
  margin: 3px 0 0;
  -webkit-font-smoothing: auto;
}
#close-victory-page:hover img {
  transform: rotate(90deg) scale(1.1);
  -webkit-transform: rotate(90deg) scale(1.1);
}

#asian-athletics {
  color: #ebe5d6;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
  top: 8em;
}
#asian-athletics .slogan {
  font-size: 2.625em;
  text-transform: uppercase;
  margin: 0 0 0.3em;
}
#asian-athletics h2 {
  margin: 0;
  position: relative;
  z-index: 1;
}
#asian-athletics h2 p {
  margin: 0;
}
#asian-athletics h2 .i-did-it {
  font-size: 16em;
  color: #f7ff00;
  font-family: "kepler-stf", serif;
  line-height: .8em;
}
#asian-athletics h2 .i-did-it span {
  display: inline-block;
}
#asian-athletics h2 img {
  opacity: .8;
  position: absolute;
  width: 12.8em;
  left: 50%;
  margin: 0 0 0 -6.4em;
  top: -2.5em;
}
#asian-athletics .world-record {
  font-size: 6.5em;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0;
}
#asian-athletics .place {
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: .05em;
  position: relative;
  z-index: -1;
}
#asian-athletics .place span {
  display: block;
}
#asian-athletics .height {
  color: #4c5103;
  font-weight: bold;
  font-size: 26em;
  margin: -.55em 0 0;
  position: relative;
  z-index: -2;
}
#asian-athletics .height .unit {
  font-size: 0.55em;
}
#asian-athletics .height .digit {
  display: inline-block;
  width: .6em;
}
#asian-athletics .text {
  letter-spacing: .05em;
  font-size: 1.25em;
  max-width: 45rem;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 1rem;
}
#asian-athletics .text h3 {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
}
#asian-athletics .text p {
  margin: 0;
}
#asian-athletics .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 83em) {
  #asian-athletics {
    font-size: 14px;
  }
}
@media (max-width: 67em) {
  #asian-athletics {
    font-size: 12px;
  }
}
@media (max-width: 62em) {
  #asian-athletics {
    top: 14em;
    font-size: 10px;
    margin-top: 50px;
  }
}
@media (max-width: 52em) {
  #asian-athletics {
    font-size: 8px;
  }
  #asian-athletics .place,
  #asian-athletics .text {
    font-size: 1rem;
  }
}
@media (max-width: 43em) {
  #asian-athletics {
    font-size: 6px;
  }
}
@media (max-width: 32em) {
  #asian-athletics {
    font-size: 3px;
  }
  #asian-athletics .slogan {
    font-size: .875rem;
  }
  #asian-athletics .video-container {
    position: static;
    margin: 1rem 0;
  }
  #asian-athletics .video-container:after {
    content: ' ';
    display: block;
    padding: 56.25% 0 0;
  }
  #asian-athletics .height {
    margin: 0;
  }
}

@media (max-width: 62em) {
  #close-victory-page {
    top: 10px;
    right: 4px;
  }
  #close-victory-page img {
    height: 20px;
    width: 20px;
  }
  #close-victory-page span {
    margin: 0;
    font-size: 12px;
  }
}
#iaaf {
  background-image: url(/themes/mutaz-barshim/images/trans.webp), url(/themes/mutaz-barshim/images/trans.webp), url(/themes/mutaz-barshim/images/rio_skyline.png);
  background-repeat: no-repeat;
  background-position: bottom left -480px, bottom right -480px, center bottom -200px;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 15;
  text-align: center;
  color: #ebe5d6;
  background-size: 480px, 480px, contain;
  opacity: 0;
  transition: background-position 1.5s, opacity 0.75s;
  -webkit-transition: background-position 1.5s, opacity 0.75s;
  -moz-transition: background-position 1.5s, opacity 0.75s;
  -o-transition: background-position 1.5s, opacity 0.75s;
}
#iaaf.visible {
  background-position: bottom left, bottom right, center bottom;
  opacity: 1;
}
#iaaf:before {
  content: ' ';
  height: 100%;
  display: inline-block;
  width: 0;
  vertical-align: middle;
}
#iaaf .center-element {
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}
#iaaf .slogan {
  text-transform: uppercase;
  font-size: 2.625em;
  margin: 0 0 2em;
}
#iaaf h2 {
  text-transform: uppercase;
  color: #f7ff00;
  font-family: "kepler-stf", serif;
  margin: 0 auto;
  position: relative;
}
#iaaf h2 span {
  display: inline-block;
}
#iaaf h2 p {
  margin: 0 auto;
  line-height: .85em;
  font-size: 10.5em;
}
#iaaf h2 img {
  width: 7.5em;
  left: 50%;
  top: -3.75em;
  margin: 0 0 0 -3.75em;
  position: absolute;
}
#iaaf .place {
  text-transform: uppercase;
  margin: 1em 0 2em;
}
#iaaf .place span {
  display: block;
  letter-spacing: .05em;
  font-size: 3em;
}
#iaaf .world-record {
  font-size: 4.75em;
  text-transform: uppercase;
  margin: 0;
}
#iaaf .text {
  margin: 3em 0 0;
  color: #f7ff00;
  font-size: 2em;
}
#iaaf .text > p {
  font-family: sans-serif;
}
@media (max-width: 72em) {
  #iaaf {
    font-size: 12px;
    background-size: 340px, 340px, contain;
  }
}
@media (max-width: 46em) {
  #iaaf {
    font-size: 10px;
    background-size: 200px, 200px, contain;
  }
}
@media (max-width: 32em) {
  #iaaf {
    background-size: 100px, 100px, contain;
  }
  #iaaf .text,
  #iaaf .place span,
  #iaaf .slogan {
    font-size: 1rem;
    padding-left: 3%;
    padding-right: 3%;
  }
  #iaaf h2 {
    font-size: .4rem;
  }
  #iaaf .world-record {
    font-size: 2rem;
  }
}

.home-top {
  overflow: hidden;
}

.HomePage .home-top h1 br {
  display: none;
}

.top,
.news-top,
.calendar-top,
.success-top,
.for-you-top,
.home-top {
  width: 100%;
  max-width: 100%;
  height: 83em;
  text-align: center;
  position: relative;
  z-index: 0;
}
.top .mutaz-jump-container,
.news-top .mutaz-jump-container,
.calendar-top .mutaz-jump-container,
.success-top .mutaz-jump-container,
.for-you-top .mutaz-jump-container,
.home-top .mutaz-jump-container {
  -webkit-transform-origin: 50% 23em;
  -moz-transform-origin: 50% 23em;
  -ms-transform-origin: 50% 23em;
  -o-transform-origin: 50% 23em;
  transform-origin: 50% 23em;
}
.top .mutaz-jump,
.news-top .mutaz-jump,
.calendar-top .mutaz-jump,
.success-top .mutaz-jump,
.for-you-top .mutaz-jump,
.home-top .mutaz-jump {
  width: 75em;
  height: auto;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -30em;
  top: 2.125em;
  -webkit-animation: float 2s ease-in-out infinite alternate;
  -moz-animation: float 2s ease-in-out infinite alternate;
  -o-animation: float 2s ease-in-out infinite alternate;
  animation: float 2s ease-in-out infinite alternate;
}
.top .diagonal-line,
.news-top .diagonal-line,
.calendar-top .diagonal-line,
.success-top .diagonal-line,
.for-you-top .diagonal-line,
.home-top .diagonal-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 19em;
  box-sizing: border-box;
  z-index: 10;
  opacity: .2;
}
.top .scroll-down,
.news-top .scroll-down,
.calendar-top .scroll-down,
.success-top .scroll-down,
.for-you-top .scroll-down,
.home-top .scroll-down {
  background-image: url(/themes/mutaz-barshim/images/icon-scroll-background.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 35em;
  margin: 0 0 0 -3.03125em;
  z-index: 5;
}
.top .scroll-down,
.top .scroll-down .caption,
.news-top .scroll-down,
.news-top .scroll-down .caption,
.calendar-top .scroll-down,
.calendar-top .scroll-down .caption,
.success-top .scroll-down,
.success-top .scroll-down .caption,
.for-you-top .scroll-down,
.for-you-top .scroll-down .caption,
.home-top .scroll-down,
.home-top .scroll-down .caption {
  width: 6.0625em;
  height: 5.375em;
}
.top .scroll-down .caption,
.news-top .scroll-down .caption,
.calendar-top .scroll-down .caption,
.success-top .scroll-down .caption,
.for-you-top .scroll-down .caption,
.home-top .scroll-down .caption {
  -webkit-animation: arrowBounce 1.3s ease-in-out infinite alternate;
  -moz-animation: arrowBounce 1.3s ease-in-out infinite alternate;
  -o-animation: arrowBounce 1.3s ease-in-out infinite alternate;
  animation: arrowBounce 1.3s ease-in-out infinite alternate;
}
.top .headlines,
.news-top .headlines,
.calendar-top .headlines,
.success-top .headlines,
.for-you-top .headlines,
.home-top .headlines {
  position: absolute;
  width: 100%;
  z-index: 4;
  margin: 4em 0 0;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.5);
}
.top h2, .top h3,
.news-top h2,
.news-top h3,
.calendar-top h2,
.calendar-top h3,
.success-top h2,
.success-top h3,
.for-you-top h2,
.for-you-top h3,
.home-top h2,
.home-top h3 {
  text-shadow: 0 0 20px #0d0d0d, 0 0 5px rgba(0, 0, 0, 0.45);
}
.top h1, .top h2, .top h3,
.news-top h1,
.news-top h2,
.news-top h3,
.calendar-top h1,
.calendar-top h2,
.calendar-top h3,
.success-top h1,
.success-top h2,
.success-top h3,
.for-you-top h1,
.for-you-top h2,
.for-you-top h3,
.home-top h1,
.home-top h2,
.home-top h3 {
  position: relative;
}
.top h1,
.news-top h1,
.calendar-top h1,
.success-top h1,
.for-you-top h1,
.home-top h1 {
  margin: 4.75em auto 1rem;
}
.top h2,
.news-top h2,
.calendar-top h2,
.success-top h2,
.for-you-top h2,
.home-top h2 {
  margin: 0 auto;
}
.top h3,
.news-top h3,
.calendar-top h3,
.success-top h3,
.for-you-top h3,
.home-top h3 {
  margin: 0 auto;
}
.top .text-container,
.news-top .text-container,
.calendar-top .text-container,
.success-top .text-container,
.for-you-top .text-container,
.home-top .text-container {
  width: 100%;
  max-width: 40em;
  margin: 55em auto 0;
  position: relative;
  z-index: 3;
  padding: 0 1.25em;
  box-sizing: border-box;
}
.top p,
.news-top p,
.calendar-top p,
.success-top p,
.for-you-top p,
.home-top p {
  color: #f7ff00;
  font-size: 1.625em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto 0;
  padding: 0;
}
.top p ~ p,
.news-top p ~ p,
.calendar-top p ~ p,
.success-top p ~ p,
.for-you-top p ~ p,
.home-top p ~ p {
  font-weight: 400;
}

.top,
.news-top,
.calendar-top,
.for-you-top,
.success-top {
  height: 45em;
}
.top svg.mb-signet polygon,
.news-top svg.mb-signet polygon,
.calendar-top svg.mb-signet polygon,
.for-you-top svg.mb-signet polygon,
.success-top svg.mb-signet polygon {
  fill: #0d0d0d;
}
.top p,
.news-top p,
.calendar-top p,
.for-you-top p,
.success-top p {
  font-size: 1.25em;
  font-weight: normal;
}

.ErrorPage .top-bg-image {
  top: 100px;
  padding-top: 0px;
  padding-left: 0px;
}

.top-bg-image {
  position: absolute;
  display: block;
  bottom: -460px;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 225px;
  z-index: 1;
  overflow: hidden;
}
.top-bg-image img {
  padding-left: 100px;
  display: inline-block;
  width: 100%;
  max-width: 650px;
  height: auto;
}

.mutaz-jump-fallback {
  -webkit-animation: float 2s ease-in-out infinite alternate;
  -moz-animation: float 2s ease-in-out infinite alternate;
  -o-animation: float 2s ease-in-out infinite alternate;
  animation: float 2s ease-in-out infinite alternate;
  display: none;
}

@media (max-width: 48em) {
  .home-top {
    height: auto;
  }
  .home-top:before {
    position: static;
    display: block;
    width: 100%;
    padding: 180% 0 0;
    content: ' ';
  }
  .home-top > * {
    position: absolute;
  }
  .home-top .mutaz-jump-container {
    position: static;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .home-top .mutaz-jump {
    width: 130%;
    position: absolute;
    top: 6.5%;
    left: 1.5%;
    z-index: 10;
    display: block;
    margin: 0;
  }
  .home-top .headlines {
    z-index: 20;
    position: absolute;
    margin: 0;
    top: 22%;
    font-size: 12px;
  }
  .home-top .headlines h1 {
    margin: 0;
  }
  .home-top .headlines h2, .home-top .headlines h3 {
    font-size: 1.75em;
  }
  .home-top .text-container {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    padding: 0;
    position: absolute;
    bottom: auto;
    top: 60%;
    width: 80%;
    left: 10%;
    margin: 0;
    max-width: none;
  }
  .home-top .scroll-down {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    width: 14%;
    margin: 0;
    height: auto;
    top: 35%;
    left: 43%;
  }
  .home-top .scroll-down:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 0;
    padding: 88.7% 0 0;
  }
  .home-top .scroll-down .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 40em) {
  .home-top .text-container {
    font-size: .75em;
  }
  .home-top .headlines {
    font-size: 8px;
  }
}
@media (max-width: 35em) {
  .home-top .text-container {
    font-size: .625em;
  }
}
@media (max-width: 30em) {
  .home-top .text-container {
    font-size: .5em;
  }
}
@media (max-width: 64em) {
  .top,
  .news-top,
  .calendar-top,
  .success-top,
  .for-you-top {
    height: auto;
  }
  .top .decoration.mb-signet-container,
  .news-top .decoration.mb-signet-container,
  .calendar-top .decoration.mb-signet-container,
  .success-top .decoration.mb-signet-container,
  .for-you-top .decoration.mb-signet-container {
    margin: -33% 0 0;
  }
  .top .headlines,
  .news-top .headlines,
  .calendar-top .headlines,
  .success-top .headlines,
  .for-you-top .headlines {
    position: relative;
    margin: 0;
    padding: 29% 1.25em 1.5em;
    width: auto;
  }
  .top .headlines h1,
  .news-top .headlines h1,
  .calendar-top .headlines h1,
  .success-top .headlines h1,
  .for-you-top .headlines h1 {
    position: relative;
    margin: .5em;
    font-size: 1.875em;
  }
  .top + *, .top + .decoration + *, .top + .decoration + .decoration + *, .top + .decoration + .decoration + .decoration + *,
  .news-top + *,
  .news-top + .decoration + *,
  .news-top + .decoration + .decoration + *,
  .news-top + .decoration + .decoration + .decoration + *,
  .calendar-top + *,
  .calendar-top + .decoration + *,
  .calendar-top + .decoration + .decoration + *,
  .calendar-top + .decoration + .decoration + .decoration + *,
  .success-top + *,
  .success-top + .decoration + *,
  .success-top + .decoration + .decoration + *,
  .success-top + .decoration + .decoration + .decoration + *,
  .for-you-top + *,
  .for-you-top + .decoration + *,
  .for-you-top + .decoration + .decoration + *,
  .for-you-top + .decoration + .decoration + .decoration + * {
    margin-top: 3em;
  }

  .biography .content {
    margin-top: 35% !important;
  }
}

/*
     FILE ARCHIVED ON 19:13:58 Oct 25, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:41:23 May 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.657
  exclusion.robots: 0.073
  exclusion.robots.policy: 0.06
  esindex: 0.011
  cdx.remote: 7.144
  LoadShardBlock: 61.031 (3)
  PetaboxLoader3.datanode: 56.212 (4)
  PetaboxLoader3.resolve: 109.789 (3)
  load_resource: 110.533
*/