body {
  position: relative;
  min-width: 320px;
  background: #f3f3f3; }

.group::after {
  visibility: hidden;
  display: block;
  content: '';
  clear: both;
  height: 0; }

.col {
  display: inline-block;
  vertical-align: top;
  float: left; }
  .col--2 {
    width: 50%; }
  .col--3 {
    width: 33.33333%; }
  .col--4 {
    width: 25%; }
  .col--5 {
    width: 20%; }

@media (max-width: 62em) {
  .col--3 {
    width: 50%; } }

@media (max-width: 33em) {
  .col--3 {
    width: 100%; } }

section {
  position: relative; }
  section.top {
    padding-top: 3.5em; }
  section.short-top {
    padding-top: 1.5em; }
  section.bottom {
    padding-bottom: 4.5em; }

.impacted {
  max-width: 90%;
  padding: 0 3em;
  margin: 0 auto; }

.content {
  max-width: 90%;
  padding: 0 3em;
  margin: 0 auto; }

.wrapper {
  position: relative; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.container {
  margin: 0 -1.5em -2em; }
  .container.thin {
    margin-left: -.5em;
    margin-right: -.5em;
    margin-bottom: -1em; }
  .container.extend {
    margin-bottom: 0; }
  .container.issue {
    margin-left: -3.34375em;
    margin-right: -3.34375em;
    margin-bottom: -3em; }

.col-2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 1.5em 2em;
  z-index: 1;
  float: left; }
  .col-2.no-float {
    float: none; }

.col-3 {
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
  padding: 0 1.5em 2em;
  float: left; }
  .col-3.no-float {
    float: none; }
  .col-3.thin {
    padding-left: .5em;
    padding-right: .5em;
    padding-bottom: 1em; }
  .col-3.issue {
    padding-left: 3.34375em;
    padding-right: 3.34375em;
    padding-bottom: 3em; }

.col-4 {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 1.5em 2em;
  float: left; }
  .col-4.no-float {
    float: none; }
  .col-4.thin {
    padding-left: .5em;
    padding-right: .5em;
    padding-bottom: 1em; }

.main {
  display: inline-block;
  vertical-align: top;
  width: 82%; }
  .main.with-sidebar {
    width: 59%;
    padding-left: 2em;
    border-left: 1px solid #5d5d5d; }
  .main.with-left-sidebar {
    width: 77%;
    padding-left: 2em;
    border-left: 1px solid #5d5d5d; }
  .main.no-border {
    border: 0; }

.sidebar-right {
  float: right;
  display: inline-block;
  vertical-align: top;
  width: 18%;
  padding-left: 2.5em; }

.center {
  text-align: center; }

@media screen and (max-width: 90em) {
  .content,
  .impacted {
    max-width: 81em; } }

@media screen and (max-width: 62em) {
  .content {
    padding: 0 50px; }
  .col-2 {
    width: 100%; }
  .col-3 {
    width: 50%; }
  .col-4 {
    width: 50%; }
  .sidebar-right {
    width: 25%; }
  .main {
    width: 75%;
    padding-left: 0;
    border: 0; }
    .main.with-sidebar {
      width: 75%;
      padding-left: 0;
      border: 0; }
    .main.with-left-sidebar {
      width: 100%;
      padding-left: 0;
      border: 0; } }

@media screen and (max-width: 87.5em) {
  .content {
    max-width: 1266px; } }

@media screen and (max-width: 1266px) {
  .impacted {
    padding-right: 16em; } }

@media screen and (max-width: 75em) {
  .impacted {
    padding-right: 15em; } }

@media screen and (max-width: 73em) {
  .content {
    padding: 0 2em; }
  .impacted {
    padding-left: 15em; } }

@media screen and (max-width: 1023px) {
  .impacted {
    padding-left: 2em;
    padding-right: 2em; } }

@media screen and (max-width: 41em) {
  .flex {
    display: block; } }

@media screen and (max-width: 47em) {
  section.top {
    padding-top: 2em; }
  section.bottom {
    padding-bottom: 1.5em; }
  .sidebar-right {
    padding-left: 2em; } }

@media screen and (max-width: 599px) {
  .col-3 {
    width: 100%; }
  .col-4 {
    width: 100%; }
  .main {
    width: 100%; }
    .main.with-sidebar {
      width: 100%; }
  .sidebar-right {
    width: 100%;
    padding-top: 2em;
    padding-left: 0; } }

@media screen and (max-width: 600px) {
  .content,
  .impacted {
    padding: 0 25px !important; } }

@media screen and (max-width: 450px) {
  .content,
  .impacted {
    padding: 0 20px !important; } }

@media screen and (max-width: 374px) {
  .content,
  .impacted {
    padding: 0 15px !important; } }

* {
  box-sizing: border-box; }

html,
body {
  max-width: 100%;
  height: 100%; }

body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
  min-width: 320px; }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-width: 0; }

input,
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }

.meta {
  font-weight: 500;
  margin: 1em 0;
  font-size: 0.75em;
  line-height: 1.2; }
  .meta.large {
    font-size: 1em; }

.sidebar {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.55556;
  float: left;
  padding-right: 2rem; }
  .sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .sidebar ul.children {
      margin-top: 1.5em;
      margin-left: 1.5em; }
  .sidebar li {
    display: block;
    position: relative; }
    .sidebar li a::after {
      content: '';
      position: absolute;
      width: 1.25em;
      height: 0.22222em;
      bottom: 0; }
    .sidebar li + li {
      margin-top: 1.5rem; }
    .sidebar li.current_page_item {
      color: #8d1b3d; }
      .sidebar li.current_page_item > a::after {
        background: #8d1b3d; }
  .sidebar a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0.22222em; }
  .sidebar__ministers li.page-item-108, .sidebar__ministers li.page-item-265, .sidebar__ministers li.page-item-3571 {
    color: #8d1b3d; }
    .sidebar__ministers li.page-item-108 a::after, .sidebar__ministers li.page-item-265 a::after, .sidebar__ministers li.page-item-3571 a::after {
      background: #8d1b3d; }
  .sidebar__speeches-hh-the-amir li.page-item-1963, .sidebar__speeches-hh-the-amir li.page-item-1968, .sidebar__speeches-hh-the-amir li.page-item-3480 {
    color: #8d1b3d; }
    .sidebar__speeches-hh-the-amir li.page-item-1963 a::after, .sidebar__speeches-hh-the-amir li.page-item-1968 a::after, .sidebar__speeches-hh-the-amir li.page-item-3480 a::after {
      background: #8d1b3d; }
  .sidebar__speeches-prime-minister li.page-item-2366, .sidebar__speeches-prime-minister li.page-item-2368, .sidebar__speeches-prime-minister li.page-item-3522 {
    color: #8d1b3d; }
    .sidebar__speeches-prime-minister li.page-item-2366 a::after, .sidebar__speeches-prime-minister li.page-item-2368 a::after, .sidebar__speeches-prime-minister li.page-item-3522 a::after {
      background: #8d1b3d; }
  .sidebar__engagements-director-of-the-gco li.page-item-4138, .sidebar__engagements-director-of-the-gco li.page-item-4144, .sidebar__engagements-director-of-the-gco li.page-item-4146 {
    color: #8d1b3d; }
    .sidebar__engagements-director-of-the-gco li.page-item-4138 a::after, .sidebar__engagements-director-of-the-gco li.page-item-4144 a::after, .sidebar__engagements-director-of-the-gco li.page-item-4146 a::after {
      background: #8d1b3d; }
  .sidebar__engagements-hh-the-amir li.page-item-1961, .sidebar__engagements-hh-the-amir li.page-item-1970, .sidebar__engagements-hh-the-amir li.page-item-3520 {
    color: #8d1b3d; }
    .sidebar__engagements-hh-the-amir li.page-item-1961 a::after, .sidebar__engagements-hh-the-amir li.page-item-1970 a::after, .sidebar__engagements-hh-the-amir li.page-item-3520 a::after {
      background: #8d1b3d; }
  .sidebar__engagements-prime-minister li.page-item-3432, .sidebar__engagements-prime-minister li.page-item-3434, .sidebar__engagements-prime-minister li.page-item-3614 {
    color: #8d1b3d; }
    .sidebar__engagements-prime-minister li.page-item-3432 a::after, .sidebar__engagements-prime-minister li.page-item-3434 a::after, .sidebar__engagements-prime-minister li.page-item-3614 a::after {
      background: #8d1b3d; }

hr.fade {
  background-image: url("../img/shadow.png");
  border: 0;
  height: 0;
  padding-bottom: 4%;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  margin: 5em 0 1em; }

.sidebar-right p:first-child {
  margin-top: 0; }

.page-nav {
  margin-top: 2em; }

a[href*='.pdf'] {
  font-weight: 700;
  color: #8d1b3d; }
  a[href*='.pdf']::before {
    font-family: 'FontAwesome';
    content: '\f1c1';
    font-size: 2.5em;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.125em; }

.en .sidebar a::after {
  left: 0; }

.en .page-nav button {
  float: right;
  margin-right: 0; }

.en a[href*='.pdf']::before {
  margin-right: 0.375em; }

.ar .sidebar a::after {
  right: 0; }

.ar .page-nav button {
  float: left;
  margin-left: 0; }

.ar a[href*='.pdf']::before {
  margin-left: 0.375em; }

ul {
  padding: 0 1.25em; }

audio + h4 {
  margin-top: 0; }

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%; }

@media (max-width: 90em) {
  .meta {
    font-size: 12px; } }

@media (max-width: 62em) {
  .sidebar {
    display: none; }
  hr.fade {
    margin: 3em 0 1em; } }

@media (max-width: 47em) {
  hr.solid {
    margin: 10px auto 40px; } }

@media (max-width: 600px) {
  .is_home::before {
    background-image: none; } }

@font-face {
  font-family: 'JH Dima';
  src: url("../fonts/jh-dima/light.eot");
  src: url("../fonts/jh-dima/light.eot?#iefix") format("embedded-opentype"), url("../fonts/jh-dima/light.woff2") format("woff2"), url("../fonts/jh-dima/light.woff") format("woff"), url("../fonts/jh-dima/light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'JH Dima';
  src: url("../fonts/jh-dima/medium.eot");
  src: url("../fonts/jh-dima/medium.eot?#iefix") format("embedded-opentype"), url("../fonts/jh-dima/medium.woff2") format("woff2"), url("../fonts/jh-dima/medium.woff") format("woff"), url("../fonts/jh-dima/medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'JH Dima';
  src: url("../fonts/jh-dima/bold.eot");
  src: url("../fonts/jh-dima/bold.eot?#iefix") format("embedded-opentype"), url("../fonts/jh-dima/bold.woff2") format("woff2"), url("../fonts/jh-dima/bold.woff") format("woff"), url("../fonts/jh-dima/bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 1vw; }

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.875;
  color: #5d5d5d;
  font-weight: 400; }
  body p {
    font-size: 1em;
    line-height: 1.875; }

h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2.375em;
  line-height: 1.21053;
  margin: 0.78947em 0; }
  h1.taxonomy-title {
    border-bottom: 1px solid #8d1b3d;
    padding-bottom: .25em;
    margin: 1.31579em 0; }

h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2.75em;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  margin: 0; }
  h2.home-title {
    font-size: 3.25em;
    line-height: 1.15385;
    font-weight: 700;
    color: #5d5d5d;
    text-transform: none; }

h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0.9375rem 0; }
  h3.caption {
    color: #8d1b3d;
    padding-left: 1rem;
    border-left: 0.375rem solid #8d1b3d; }

h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 2.1874rem;
  margin: 1em 0; }
  h4.caption {
    font-size: 1rem;
    padding-left: 1rem;
    border-left: 0.375rem solid #8d1b3d; }

.ar h2.home-title {
  font-size: 4.25em; }

a {
  -webkit-transition: .2s ease;
  transition: .2s ease; }
  a:hover {
    color: #8d1b3d; }

.main h1 {
  font-size: 2.375em;
  line-height: 1.210526316;
  color: #8d1b3d; }
  .main h1:first-child {
    margin-top: 0; }

.main h3 {
  margin: 2em 0 1em; }
  .main h3:first-child {
    margin-top: 0; }

.main h4 {
  font-size: 1.5em;
  line-height: 1.45833333; }
  .main h4:first-child {
    margin-top: 0; }

.main p {
  margin: 1.25em 0; }
  .main p:first-child {
    margin-top: 0; }
  .main p:last-child {
    margin-bottom: 0; }

.main ul,
.main ol {
  font-size: 1em;
  line-height: 1.875; }

@media (max-width: 100em) {
  html,
  body {
    font-size: 16px; } }

@media (max-width: 62em) {
  html,
  body {
    font-size: 15px; }
  h2 {
    font-size: 2em; }
    h2.home-title {
      font-size: 2.375em; } }

@media (max-width: 28em) {
  html,
  body {
    font-size: 14px; }
  h1 {
    margin-bottom: 1.25rem; }
  h2.home-title {
    font-size: 2em; } }

.header-image {
  position: relative;
  height: 0;
  padding-bottom: 30%;
  background-size: cover;
  background-position: center;
  background-color: #5d5d5d;
  color: #fff; }
  .header-image h1 {
    text-transform: capitalize;
    display: inline-block;
    padding: 0.26316em 0.65789em;
    border: 1px solid #fff;
    margin-bottom: 0.65789em 0; }
    .header-image h1 a {
      display: block;
      color: #fff;
      padding: 0.26316em 0.65789em;
      margin: -0.26316em -0.65789em; }
      .header-image h1 a:hover {
        background: #8d1b3d; }
  .header-image .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.17) 14%, rgba(0, 0, 0, 0.07) 19%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.07) 68%, rgba(0, 0, 0, 0.2) 76%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.17) 14%, rgba(0, 0, 0, 0.07) 19%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.07) 68%, rgba(0, 0, 0, 0.2) 76%, rgba(0, 0, 0, 0.7) 100%); }

@media screen and (max-width: 62em) {
  .header-image {
    padding-bottom: 40%; }
    .header-image h1 {
      padding: 10px 15px; }
      .header-image h1 a {
        padding: 10px 15px;
        margin: -10px -15px; } }

@media screen and (max-width: 47em) {
  .header-image {
    padding-bottom: 45%; }
    .header-image h1 {
      font-size: 2em; } }

@media screen and (max-width: 37.5em) {
  .header-image {
    margin-top: 59px; }
    .header-image h1 {
      font-size: 1.8em; } }

@media screen and (max-width: 27em) {
  .header-image h1 {
    font-size: 1em; } }

.navigation {
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  background-color: #fff;
  padding: 1.5em 0;
  z-index: 10;
  text-align: right; }
  .navigation__wrapper {
    position: relative; }
  .navigation__logo {
    display: inline-block;
    vertical-align: top;
    float: left; }
    .navigation__logo img {
      height: 6.59722vw;
      width: auto; }
  .navigation__top {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .navigation__language {
    font-size: 0.6875em;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 1rem;
    line-height: 1.25rem; }
    .navigation__language-switcher {
      position: relative;
      display: none; }
      .navigation__language-switcher::before {
        position: absolute;
        content: '';
        height: 5px;
        width: 1px;
        background-color: #8d1b3d;
        top: 50%;
        -webkit-transform: rotate(45deg) translate3d(0, -50%, 0);
                transform: rotate(45deg) translate3d(0, -50%, 0);
        margin-top: -3px;
        right: 10px; }
      .navigation__language-switcher::after {
        position: absolute;
        content: '';
        height: 5px;
        width: 1px;
        background-color: #8d1b3d;
        top: 50%;
        -webkit-transform: rotate(-45deg) translate3d(0, -50%, 0);
                transform: rotate(-45deg) translate3d(0, -50%, 0);
        margin-top: -3px;
        right: 10px; }
      .navigation__language-switcher select {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        text-transform: uppercase;
        border: 1px solid #8d1b3d;
        border-radius: 0;
        font-family: Helvetica, Arial, sans-serif;
        padding: 6px;
        padding-right: 16px; }
    .navigation__language a {
      margin: 0 0.3125em;
      font-family: Helvetica, Arial, sans-serif; }
      .navigation__language a.active {
        color: #8d1b3d; }
      .navigation__language a:nth-child(2) {
        font-family: 'JH Dima', Helvetica, Arial, sans-serif;
        font-size: 1.5em;
        font-weight: 500; }
  .navigation__social {
    line-height: .75rem; }
    .navigation__social ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .navigation__social li + li {
      margin-left: 1rem; }
  .navigation__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .navigation__menu ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
    .navigation__menu li {
      position: relative;
      display: inline-block;
      vertical-align: top; }
      .navigation__menu li.menu-item-has-children > a {
        position: relative; }
        .navigation__menu li.menu-item-has-children > a::before {
          position: absolute;
          content: '';
          height: 0.3125rem;
          width: 0.0625rem;
          background-color: #8d1b3d;
          top: 50%;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          margin-top: -0.1875rem; }
        .navigation__menu li.menu-item-has-children > a::after {
          position: absolute;
          content: '';
          height: 0.3125rem;
          width: 0.0625rem;
          background-color: #8d1b3d;
          top: 50%;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin-top: -0.1875rem; }
    .navigation__menu .sub-menu {
      display: none;
      background-color: #8d1b3d;
      font-size: 1.1em;
      text-transform: none;
      color: #fff;
      font-weight: 400;
      min-width: 100%; }
      .navigation__menu .sub-menu .menu-item-has-children > a::before, .navigation__menu .sub-menu .menu-item-has-children > a::after {
        background-color: #fff; }
      .navigation__menu .sub-menu li {
        display: block;
        float: none !important; }
      .navigation__menu .sub-menu a {
        padding: 0.625em 1.25em; }
      .navigation__menu .sub-menu .sub-menu {
        font-size: 1em;
        display: none;
        padding: 0;
        top: 0;
        min-width: 0; }
  .navigation__primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.8125rem;
    line-height: 1.25rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #8f0f3a; }
    .navigation__primary > ul > li:hover > a {
      background-color: #8d1b3d;
      color: #fff; }
      .navigation__primary > ul > li:hover > a::before, .navigation__primary > ul > li:hover > a::after {
        background-color: #fff; }
    .navigation__primary a {
      display: block;
      white-space: nowrap;
      padding: 0.9375rem 1.25rem;
      -webkit-transition: none;
      transition: none; }
  .navigation__btn {
    background-color: #8d1b3d;
    color: #fff;
    font-weight: 700; }
    .navigation__btn:hover {
      color: #fff; }
  .navigation__secondary {
    display: none;
    font-size: 0.75em; }
    .navigation__secondary ul {
      padding: 1em 0 3em; }
    .navigation__secondary li a {
      padding: 5px 0;
      border: 0; }
  .navigation__close {
    display: none; }
  .navigation__burger {
    display: none;
    font-size: 8px;
    line-height: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 35px 0 0;
    cursor: pointer;
    vertical-align: top;
    padding: 7px 10px;
    background: #8d1b3d;
    font-weight: 700;
    float: right; }
  .navigation__bar {
    display: block;
    width: 26px;
    height: 3px;
    background: #fff;
    margin: 4px 0; }

.en .navigation__menu li {
  float: left; }
  .en .navigation__menu li.menu-item-has-children > a {
    padding-right: 2.83333em; }
    .en .navigation__menu li.menu-item-has-children > a::before {
      right: 1.5em; }
    .en .navigation__menu li.menu-item-has-children > a::after {
      right: 1.75em; }

.en .navigation__menu .sub-menu {
  text-align: left; }
  .en .navigation__menu .sub-menu .sub-menu {
    box-shadow: inset 7px 0 9px -6px rgba(0, 0, 0, 0.5);
    left: 100%; }

.ar .navigation__menu li {
  float: right; }
  .ar .navigation__menu li.menu-item-has-children > a {
    padding-left: 2.83333em; }
    .ar .navigation__menu li.menu-item-has-children > a::before {
      left: 1.75em; }
    .ar .navigation__menu li.menu-item-has-children > a::after {
      left: 1.5em; }
  .ar .navigation__menu li .sub-menu {
    text-align: right; }
    .ar .navigation__menu li .sub-menu .sub-menu {
      box-shadow: inset -7px 0 9px -6px rgba(0, 0, 0, 0.5);
      right: 100%; }

.ar .navigation__primary {
  font-size: 1.04rem;
  font-weight: 500; }

@media (max-width: 90em) {
  .navigation__logo img {
    height: 95px; } }

@media (min-width: 1170px) {
  .navigation__menu li .sub-menu {
    position: absolute; }
    .navigation__menu li .sub-menu a:hover {
      color: #8d1b3d;
      background-color: #fff; }
      .navigation__menu li .sub-menu a:hover::before, .navigation__menu li .sub-menu a:hover::after {
        background-color: #8d1b3d; }
    .navigation__menu li .sub-menu .sub-menu {
      position: absolute;
      background-color: #e6e6e6;
      color: #8d1b3d; }
  .navigation__menu li:hover > .sub-menu {
    display: block; }
  .navigation__menu li + li {
    border-top: 1px solid #fff; }
  .en .navigation__menu .sub-menu li.menu-item-has-children > a::before {
    margin-top: -0.125rem;
    right: 1rem; }
  .en .navigation__menu .sub-menu li.menu-item-has-children > a::after {
    margin-top: -0.3125rem;
    right: 1rem; }
  .ar .navigation__menu li .sub-menu li.menu-item-has-children > a::before {
    margin-top: -0.3125rem;
    left: 1rem; }
  .ar .navigation__menu li .sub-menu li.menu-item-has-children > a::after {
    margin-top: -0.125rem;
    left: 1rem; } }

@media (max-width: 1169px) {
  .navigation {
    padding: 1em 0;
    text-align: left; }
    .navigation__logo {
      margin-top: 5px; }
      .navigation__logo img {
        height: 70px; }
    .navigation__menu {
      display: block;
      position: fixed;
      top: 0;
      bottom: 0;
      -webkit-transition: .5s ease;
      transition: .5s ease;
      background-color: #8d1b3d;
      width: 19em;
      padding: 0 1.5em 1.5em;
      overflow: auto;
      font-size: 16px; }
      .navigation__menu.active {
        -webkit-transform: translateX(0) !important;
                transform: translateX(0) !important; }
      .navigation__menu ul {
        font-weight: 700;
        margin: 0; }
      .navigation__menu li {
        display: block;
        line-height: 30px;
        width: 100%; }
        .navigation__menu li a {
          position: relative;
          display: block;
          white-space: normal; }
          .navigation__menu li a:hover {
            color: inherit; }
        .navigation__menu li.menu-item-has-children > a::before, .navigation__menu li.menu-item-has-children > a::after {
          height: 10px;
          width: 2px;
          background-color: #fff;
          margin-top: -6px; }
      .navigation__menu .sub-menu {
        box-shadow: none !important;
        padding: 0;
        font-size: 1em; }
    .navigation__overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.75);
      opacity: 0;
      visibility: hidden;
      cursor: pointer; }
      .navigation__overlay.active {
        opacity: 1;
        visibility: visible; }
    .navigation__primary {
      display: block;
      margin-top: 0;
      color: #fff;
      font-size: 1rem;
      text-transform: none;
      padding: 6rem 0; }
      .navigation__primary li a {
        padding: 10px;
        border-bottom: 1px solid #bd2954; }
    .navigation__btn {
      display: inline-block !important;
      vertical-align: top;
      background-color: #fff;
      color: #8d1b3d;
      margin-bottom: 5px; }
      .navigation__btn:hover {
        color: #8d1b3d; }
    .navigation__secondary {
      margin-top: 0;
      color: #fff;
      text-transform: none;
      display: block; }
    .navigation__close {
      position: relative;
      margin-top: 1.5em;
      width: 25px;
      height: 25px;
      padding-top: 10px;
      cursor: pointer;
      display: inline-block;
      vertical-align: top; }
      .navigation__close::before {
        position: absolute;
        content: '';
        width: 25px;
        height: 3px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        background: #fff; }
      .navigation__close::after {
        position: absolute;
        content: '';
        width: 25px;
        height: 3px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        background: #fff; }
    .navigation__burger {
      display: inline-block;
      margin-top: 30px; }
  .en .navigation__menu {
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
    .en .navigation__menu li {
      float: left; }
      .en .navigation__menu li.menu-item-has-children > a {
        padding-right: 34px; }
        .en .navigation__menu li.menu-item-has-children > a::before {
          right: 16px; }
        .en .navigation__menu li.menu-item-has-children > a::after {
          right: 22px; }
    .en .navigation__menu .sub-menu .sub-menu {
      padding-left: 1.25em; }
  .en .navigation__close {
    float: right; }
    .en .navigation__close::before, .en .navigation__close::after {
      right: 10px; }
  .ar .navigation__menu {
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
    .ar .navigation__menu li.menu-item-has-children > a::before {
      left: 22px; }
    .ar .navigation__menu li.menu-item-has-children > a::after {
      left: 16px; }
    .ar .navigation__menu .sub-menu .sub-menu {
      padding-right: 1.25em; }
  .ar .navigation__close {
    float: left; }
    .ar .navigation__close::before, .ar .navigation__close::after {
      left: 0; } }

@media screen and (max-width: 47em) {
  .navigation__menu {
    font-size: 15px; } }

@media (max-width: 600px) {
  .navigation {
    padding: 5px 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    box-shadow: 0 2px 2px -2px rgba(141, 27, 61, 0.15), 0 4px 6px 0 rgba(141, 27, 61, 0.25);
    background-color: #f5f5f5; }
    .navigation__logo {
      margin-top: 0; }
      .navigation__logo img {
        height: 43px;
        margin-top: 3px;
        width: auto; }
    .navigation__top {
      right: 40px;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0); }
    .navigation__language select {
      font-size: 12px; }
    .navigation__language-switcher::before, .navigation__language-switcher::after {
      margin-top: -1px; }
    .navigation__social {
      display: block; }
    .navigation__burger {
      margin: 0;
      background-color: #f5f5f5;
      color: #8d1b3d;
      margin-right: -10px; }
    .navigation__bar {
      background-color: #8d1b3d; } }

@media (max-width: 499px) {
  .navigation__menu {
    font-size: 14px; }
  .navigation__language-tabs {
    display: none; }
  .navigation__language-switcher {
    display: block; } }

@media (max-width: 374px) {
  .navigation__social {
    display: none; } }

@media (max-width: 352px) {
  .navigation .content {
    padding: 0 10px !important; }
  .navigation__language {
    margin: 0 !important; } }

.slider {
  position: relative;
  height: 0;
  padding-bottom: 37.5%;
  min-height: 480px;
  background-color: #e6e6e6; }
  .slider .dots {
    display: inline-block;
    margin: 0 -0.3125em; }
  .slider .dot {
    width: 0.625em;
    height: 0.625em;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0.3125em;
    cursor: pointer;
    background: #fff;
    float: left; }
    .slider .dot.active {
      background: #8d1b3d; }
  .slider .gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.5) 100%); }
  .slider .arrow-left {
    position: absolute;
    bottom: 50%;
    background: rgba(30, 30, 30, 0.5);
    width: 2.5em;
    height: 2.5em;
    cursor: pointer;
    left: 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
    .slider .arrow-left::before {
      content: '';
      position: absolute;
      height: 0.75em;
      width: 0.125em;
      background-color: #fff;
      left: 50%;
      top: 50%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-top: -0.625em;
      margin-left: -0.1875em; }
    .slider .arrow-left::after {
      content: '';
      position: absolute;
      height: 0.75em;
      width: 0.125em;
      background-color: #fff;
      left: 50%;
      bottom: 50%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-bottom: -0.625em;
      margin-left: -0.1875em; }
    .slider .arrow-left:hover {
      opacity: .5; }
  .slider .arrow-right {
    position: absolute;
    bottom: 50%;
    background: rgba(30, 30, 30, 0.5);
    width: 2.5em;
    height: 2.5em;
    cursor: pointer;
    right: 14em;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
    .slider .arrow-right::before {
      content: '';
      position: absolute;
      height: 0.75em;
      width: 0.125em;
      background-color: #fff;
      left: 50%;
      top: 50%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-top: -0.625em;
      margin-right: -0.1875em; }
    .slider .arrow-right::after {
      content: '';
      position: absolute;
      height: 0.75em;
      width: 0.125em;
      background-color: #fff;
      left: 50%;
      bottom: 50%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-bottom: -0.625em;
      margin-right: -0.1875em; }
    .slider .arrow-right:hover {
      opacity: .5; }

.slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 14em;
  bottom: 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
  visibility: hidden; }
  .slide.active {
    opacity: 1;
    visibility: visible; }
  .slide__autoplay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
    .slide__autoplay video {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      min-height: 100%;
      max-width: none;
      width: 100%; }
  .slide .text {
    padding-bottom: 3.5em;
    position: static;
    margin-right: -14em; }
  .slide h3 {
    font-size: 2.375em;
    line-height: 1.44737;
    margin-bottom: 0; }
    .slide h3 a:hover {
      color: inherit; }

.responsive-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .responsive-video .video-container {
    position: static;
    height: auto;
    padding-bottom: 0; }
  .responsive-video iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

.text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  .text h3 {
    max-width: 52.25rem; }

.controls {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5em;
  z-index: 2; }

.play-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0; }
  .play-button.active {
    opacity: 1; }
  .play-button img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4em;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.ar .slide h3 {
  font-size: 3.8em;
  line-height: 1; }

@media screen and (max-width: 80em) {
  .slider .arrow-right {
    right: 13em; }
  .slide {
    right: 13em; }
    .slide .text {
      margin-right: -13em; } }

@media screen and (max-width: 73em) {
  .slide h3 {
    font-size: 2em; }
  .ar .slide h3 {
    font-size: 2.8em; } }

@media screen and (max-width: 1023px) {
  .text h3 {
    max-width: 100%; }
  .slider .arrow-right {
    right: 0; }
  .slide {
    right: 0; }
    .slide .text {
      margin-right: 0; } }

@media screen and (max-width: 53em) {
  .slider {
    min-height: 0;
    padding-bottom: 56.25%; } }

@media screen and (max-width: 47em) {
  .slider .controls {
    bottom: 1em; }
  .slider .arrow-left,
  .slider .arrow-right {
    height: 4em;
    width: 2em;
    -webkit-transform: translateY(50%) scaleX(1);
            transform: translateY(50%) scaleX(1); } }

@media screen and (max-width: 37.5em) {
  .slider {
    margin-top: 59px; }
    .slider .text {
      text-align: center;
      padding-top: 1.5em;
      background-color: #e6e6e6;
      color: #5d5d5d; }
    .slider .controls {
      text-align: center;
      bottom: auto;
      top: 100%;
      -webkit-transform: translateY(-3em);
              transform: translateY(-3em); }
    .slider .gradient {
      top: 100%;
      background: none; }
  .slide h3 {
    font-size: 1.8em;
    margin: 0; }
  .ar .slide h3 {
    font-size: 2.4em; } }

@media screen and (max-width: 30em) {
  .slider .text {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 2.5em; }
  .slider .controls {
    -webkit-transform: translateY(-2.5em);
            transform: translateY(-2.5em); }
  .slide h3 {
    font-size: 1.1em; }
  .ar .slide h3 {
    font-size: 1.5em; } }

hr.solid {
  height: 0.125em;
  width: 50px;
  max-width: 100%;
  margin: 1em auto;
  border: 0;
  background: #8d1b3d; }

.sticky-bar {
  position: absolute;
  background-color: #e6e6e6;
  margin-top: -37.5%;
  top: auto;
  width: 14em;
  z-index: 2;
  text-align: center;
  right: 0; }
  .sticky-bar p {
    font-size: 0.75em;
    line-height: 1.125rem;
    margin: 0;
    text-align: left; }
  .sticky-bar h4 {
    font-size: 1.125em;
    margin: 0 0 .55em;
    color: #8e1537; }
  .sticky-bar a {
    display: block; }
  .sticky-bar button {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    outline: none;
    border: 0;
    line-height: 1.5;
    background-color: #fff;
    color: #8d1b3d;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0; }
    .sticky-bar button a {
      padding: .666em .85em; }
  .sticky-bar .current-date {
    position: relative;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.5em;
    margin: 0 auto; }
    .sticky-bar .current-date::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border: 1px solid #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.events {
  background-color: #4e5057;
  color: #fff;
  padding: 2em 1.5em; }
  .events .events__btn {
    display: block;
    border: 3px solid #fff;
    padding: .6rem 1rem;
    font-size: 1em;
    line-height: 2rem; }
    .events .events__btn:hover {
      color: #4e5057;
      background-color: #fff; }

.latest-news {
  padding: 1em 0 0; }
  .latest-news::before {
    content: '\f1ea';
    font-family: 'FontAwesome';
    font-size: 1.5em;
    line-height: 1;
    color: #8d1b3d; }

.tweets {
  padding: 1em 0 0; }
  .tweets::before {
    content: '\f099';
    font-family: 'FontAwesome';
    font-size: 1.5em;
    line-height: 1;
    color: #8d1b3d; }

.sticky-snippet {
  padding: 0.625em 1.5em 0.8125em;
  border-top: 1px solid #d0d2d9; }
  .sticky-snippet .meta {
    color: #8d1b3d;
    line-height: 2.5; }

.sticky-button {
  padding: 1em 0;
  border-top: 1px solid #d0d2d9; }

.the-emir {
  padding-top: 3.75em; }
  .the-emir .image {
    position: relative;
    width: 30.55556em;
    display: inline-block;
    vertical-align: top;
    float: left; }
    .the-emir .image img {
      width: 100%; }
  .the-emir h3 {
    font-weight: 700;
    font-size: 2.375em;
    line-height: 1.21053;
    color: #8d1b3d;
    margin: 0; }

.emir-text {
  position: relative;
  width: calc(100% - (44000em / 1440));
  display: inline-block;
  vertical-align: top;
  padding-top: 1em; }
  .emir-text .meta {
    color: #8d1b3d; }
  .emir-text p {
    margin: 1.5em 0; }
    .emir-text p:first-child {
      margin-top: 0; }
    .emir-text p:last-child {
      margin-bottom: 0; }

.subheader {
  text-align: center;
  margin-bottom: 0;
  color: #8d1b3d;
  font-size: 1.25em;
  line-height: 1.3;
  margin-top: 1em; }

h3.focus-caption {
  padding: 1.5625rem;
  line-height: 1.25rem;
  color: #8d1b3d; }

.en .emir-text {
  padding-left: 2.25em; }

.en h3.focus-caption {
  border-left: 2px solid #8d1b3d; }

.ar .sticky-bar h4 {
  font-size: 1.325rem; }

.ar .sticky-bar p {
  font-size: 1.1em;
  font-weight: 100; }
  .ar .sticky-bar p strong {
    font-weight: 400; }

.ar .the-emir h3 {
  font-weight: 400;
  font-size: 3.375em;
  line-height: 1.1; }

.ar .emir-text {
  padding-right: 2.25em; }

.ar .subheader {
  font-size: 1.75em !important;
  font-weight: 400;
  line-height: 1.3; }

.ar .tweets .tweets__snippet {
  font-size: 0.8125rem; }

.ar h3.focus-caption {
  border-right: 2px solid #8d1b3d;
  font-size: 1.75em;
  font-weight: 400; }

@media screen and (max-width: 90em) {
  .sticky-bar p {
    font-size: 12px; } }

@media screen and (max-width: 80em) {
  .sticky-bar {
    margin-top: -480px;
    width: 13em; }
  .events {
    padding: 1.5em 1em; }
  .sticky-snippet {
    padding-left: 1em;
    padding-right: 1em; } }

@media screen and (max-width: 75em) {
  .the-emir {
    margin: 0 -1em; }
    .the-emir .image {
      width: 50%;
      padding: 0 1em; }
  .emir-text {
    width: 50%;
    padding: 0 1em; }
  .en .emir-text {
    padding-left: 1em; }
  .ar .emir-text {
    padding-right: 1em; } }

.spacing {
  margin: 3em 0 0;
  padding: 0 0 3em;
  background: #f3f3f3; }

@media screen and (max-width: 1023px) {
  .latest {
    display: none; } }

@media screen and (max-width: 62em) {
  .col-3.thin {
    width: 33.33333%; } }

@media screen and (max-width: 900px) {
  .featured-focus {
    position: relative;
    width: 50%;
    float: left;
    padding-right: .5em; }
    .featured-focus .image {
      position: relative;
      display: block;
      height: 0;
      padding-bottom: 63.05556%;
      overflow: hidden; }
    .featured-focus img {
      position: absolute;
      height: 100%;
      width: auto !important;
      max-width: none;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .col-3.thin {
    width: 50%; } }

@media screen and (max-width: 53em) {
  .sticky-bar {
    margin-top: -56.25%; } }

@media screen and (max-width: 47em) {
  .the-emir {
    padding: 2em 0 0; }
    .the-emir .image {
      width: 100%;
      margin-bottom: 2em; }
    .the-emir h3 {
      font-size: 2em; }
  .emir-text {
    width: 100%; }
  .spacing {
    margin: 2em 0 0;
    padding: 0 0 1.5em; }
  .sticky-bar {
    margin-top: 0;
    width: 100%;
    position: static; }
    .sticky-bar p {
      text-align: center; }
    .sticky-bar button {
      background-color: #8d1b3d;
      color: #fff; }
  .latest-news {
    display: block;
    padding-bottom: 0;
    border: 0; }
  h3.focus-caption {
    padding: 1em; } }

@media screen and (max-width: 37.5em) {
  .sticky-bar {
    border-top: 5px solid #8d1b3d; }
  .featured-focus {
    width: 100%;
    padding-right: 0; }
  .col-3.thin {
    width: 100%; } }

.press {
  padding-top: 1.625em; }

.separator {
  margin: 0 1em; }

.featured .caption {
  font-size: 2.375em; }

.featured .excerpt {
  margin-left: 3.0875em; }

.in-focus img {
  width: 100%; }

/*Fonts*/
.purple, .main .col-2 h4, .featured h3 {
  color: #8d1b3d; }

/*Text Sizing*/
.main .number-panel {
  line-height: 1.5; }

/*Text*/
.main p.excerpt {
  margin: 1.5em 0; }

.en .pull-out {
  float: right;
  max-width: 50%;
  margin-left: 1em; }

.en .pull-out blockquote {
  margin: 1em 0; }

.en blockquote {
  margin: 2em 0;
  padding-left: 30px;
  border-left: 6px solid #8d1b3d;
  font-weight: 700; }

.pull-out .author-tagline {
  display: block;
  color: #8d1b3d;
  margin: 5px 0 0; }

.rectangle-quote {
  background: #e6e6e6; }

.rectangle-quote blockquote {
  margin: 0;
  padding: 1.5em;
  font-weight: normal;
  border: none; }

.rectangle-quote .author-tagline {
  display: block;
  color: #8d1b3d;
  margin: 5px 0 0;
  font-weight: 700; }

/*Text Arabic*/
.ar .pull-out {
  float: left;
  max-width: 50%;
  margin-right: 1em; }

.ar .pull-out blockquote {
  margin: 1em 0; }

.ar blockquote {
  margin: 2em 0;
  padding-right: 30px;
  border-right: 6px solid #8d1b3d;
  font-weight: 700; }

@media screen and (max-width: 850px) {
  .en .pull-out {
    max-width: 100%;
    margin: -2em 0 0; }
  .ar .pull-out {
    max-width: 100%;
    margin: -2em 0 0; } }

@media screen and (max-width: 47em) {
  /*Text*/
  .en .featured h3, .ar .featured h3 {
    font-size: 32px;
    line-height: 44px; }
  .en blockquote {
    padding-left: 15px; }
  .ar blockquote {
    padding-right: 15px; }
  .rectangle-quote blockquote {
    padding: 1.5em; }
  .en h3.caption, .ar h3.caption, .ar p.caption {
    border-width: 4px; } }

@media screen and (max-width: 599px) {
  /*Layout*/
  img {
    width: 100%; }
  .en .press-release {
    width: 100%;
    padding-right: 0; }
  .ar .press-release {
    width: 100%;
    padding-left: 0; }
  .col-2 .col-2 {
    width: 100%; }
  /*Header*/
  .number-panel {
    font-size: 16px;
    line-height: 26px; }
  .en .featured h3, .ar .featured h3 {
    font-size: 28px;
    line-height: 40px; } }

.news {
  padding-bottom: 3.625em; }
  .news__title {
    font-size: 3.25em;
    line-height: 1.15385;
    font-weight: 700;
    color: #5d5d5d;
    text-transform: none;
    margin-bottom: 4.0625rem; }
  .news__featured {
    display: inline-block;
    vertical-align: top;
    width: 59.85915%;
    float: left; }
    .news__featured img {
      width: 100%; }
    .news__featured_title {
      font-size: 2.1875rem;
      color: #8e1537; }
  .news__single {
    display: inline-block;
    vertical-align: top;
    width: 40.14085%;
    float: right;
    padding-left: 5rem; }
    .news__single img {
      width: 100%; }
    .news__single_title {
      font-size: 1.6875rem;
      color: #8e1537;
      margin: 1.3125rem 0 0; }
  .news__number {
    position: relative;
    color: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 700;
    margin-left: 2.0625rem; }
    .news__number::before {
      content: '';
      display: inline-block;
      vertical-align: top;
      width: 2.2975rem;
      background-color: #8d1b3d;
      height: 2.2975rem;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: center;
              transform-origin: center; }
    .news__number span {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      vertical-align: top;
      width: 2.2975rem;
      height: 2.2975rem;
      line-height: 2.2975rem;
      font-size: 1em;
      text-align: center; }
  .news__snippet {
    margin-bottom: 2rem;
    border-left: 0.3125rem solid #8e1537;
    padding-left: 1.3125rem; }
  .news__date {
    margin: 0;
    line-height: 1.25; }
  .news__excerpt {
    line-height: 1.6875; }

.en .news__featured_title {
  line-height: 1.14286; }

.en .news__single_title {
  line-height: 1.11111; }

.ar .news__featured_title {
  line-height: 1.28571; }

.ar .news__single_title {
  line-height: 1.2963; }

@media screen and (max-width: 62em) {
  .news {
    padding-bottom: 2.5em; }
    .news__title {
      font-size: 2.375em; }
    .news__featured {
      padding-right: 1.5em; }
    .news__single {
      padding-left: 1.5em; } }

@media screen and (max-width: 50em) {
  .news__featured {
    width: 58%;
    padding-right: 1em; }
  .news__single {
    width: 42%;
    padding-left: 1em; } }

@media screen and (max-width: 47em) {
  .news__title {
    margin-bottom: 0.84211em; }
  .news__featured {
    width: 100%;
    padding-right: 0; }
    .news__featured_title {
      font-size: 1.5em; }
  .news__single {
    width: 100%;
    padding-left: 0; }
    .news__single_title {
      font-size: 1.5em; }
  .en .news__featured_title {
    line-height: 1.2; }
  .en .news__single_title {
    line-height: 1.2; }
  .ar .news__featured_title {
    line-height: 1.35; }
  .ar .news__single_title {
    line-height: 1.35; } }

@media screen and (max-width: 38em) {
  .news {
    padding-bottom: 1.5em; }
    .news__date {
      font-size: 12px !important; }
    .news__excerpt {
      display: none; }
  .en .news__snippet {
    border-left-width: 3px;
    padding-left: 15px; }
  .en .news__number {
    margin-left: 1.75em; }
  .ar .news__snippet {
    border-right-width: 3px;
    padding-right: 15px; }
  .ar .news__number {
    margin-right: 1.75em; } }

@media screen and (max-width: 28em) {
  .news__title {
    font-size: 2em;
    margin-bottom: 1em; } }

.infographic {
  cursor: pointer; }
  .infographic img {
    width: 100%; }

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 10;
  cursor: pointer; }
  .lightbox .arrow-right {
    height: 72px;
    width: 40px;
    position: absolute;
    display: block;
    background: none;
    -webkit-transform: none;
            transform: none;
    margin-top: -36px;
    right: 20px;
    opacity: 1; }
    .lightbox .arrow-right::before {
      content: '';
      width: 40px;
      height: 2px;
      display: block;
      position: absolute;
      background: #fff;
      -webkit-transform: rotate(50deg);
              transform: rotate(50deg);
      top: 20px; }
    .lightbox .arrow-right::after {
      content: '';
      width: 40px;
      height: 2px;
      display: block;
      position: absolute;
      background: #fff;
      -webkit-transform: rotate(-50deg);
              transform: rotate(-50deg);
      bottom: 20px; }
    .lightbox .arrow-right:hover {
      opacity: .5; }
  .lightbox .arrow-left {
    height: 72px;
    width: 40px;
    position: absolute;
    display: block;
    background: none;
    -webkit-transform: none;
            transform: none;
    margin-top: -36px;
    left: 20px;
    opacity: 1; }
    .lightbox .arrow-left::before {
      content: '';
      width: 40px;
      height: 2px;
      display: block;
      position: absolute;
      background: #fff;
      -webkit-transform: rotate(-50deg);
              transform: rotate(-50deg);
      top: 20px; }
    .lightbox .arrow-left::after {
      content: '';
      width: 40px;
      height: 2px;
      display: block;
      position: absolute;
      background: #fff;
      -webkit-transform: rotate(50deg);
              transform: rotate(50deg);
      bottom: 20px; }
    .lightbox .arrow-left:hover {
      opacity: .5; }
  .lightbox .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 22px 37px 26px 10px;
    background: rgba(141, 27, 61, 0.7);
    opacity: 0; }

.image-container {
  position: absolute;
  left: 50%;
  margin-left: -512px;
  width: 1024px;
  height: auto;
  top: 100px;
  cursor: default;
  overflow: scroll; }
  .image-container:hover .close {
    opacity: 1 !important; }
  .image-container img {
    width: 100%; }

.lightbox-controls {
  top: 50%;
  position: absolute;
  width: 100%; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  cursor: pointer; }
  .overlay.active {
    opacity: 1;
    visibility: visible; }

.close {
  width: 25px;
  height: 25px;
  padding-top: 10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  float: right; }
  .close::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 3px;
    right: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff; }
  .close::after {
    position: absolute;
    content: '';
    width: 25px;
    height: 3px;
    right: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #fff; }

.ar .close {
  left: 0;
  right: auto; }

.ar .lightbox .arrow-left {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: auto;
  right: 20px; }

.ar .lightbox .arrow-right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 20px;
  right: auto; }

@media screen and (max-width: 1080px) {
  .image-container {
    left: 20px;
    margin-left: 0;
    right: 20px;
    width: auto; }
  .lightbox-controls {
    width: auto;
    left: 20px;
    right: 20px; } }

@media screen and (max-width: 450px) {
  .image-container {
    left: 10px;
    margin-left: 0;
    right: 10px;
    width: auto; }
  .lightbox-controls {
    width: auto;
    left: 10px;
    right: 10px; }
  .lightbox .arrow-left {
    left: 5px; }
  .lightbox .arrow-right {
    right: 5px; }
  .ar .lightbox .arrow-left {
    right: 5px; }
  .ar .lightbox .arrow-right {
    left: 5px; } }

.calendar {
  color: #5d5d5d;
  margin-top: -3.5rem;
  font-size: 1rem; }
  .calendar .arrow-left {
    display: inline-block;
    background: url("../img/nav-arrow-down.png");
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 16px;
    height: 8px;
    margin-top: -4px;
    cursor: pointer; }
  .calendar .arrow-right {
    display: inline-block;
    background: url("../img/nav-arrow-down.png");
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 16px;
    height: 8px;
    margin-top: 4px;
    cursor: pointer; }

.year-box {
  position: relative;
  text-align: center;
  background-color: #e6e6e6; }
  .year-box .year {
    font-size: 1.25em;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.arrow-box {
  width: 44px;
  display: inline-block;
  text-align: center;
  padding: 28px 0;
  background: #1e1e1e;
  opacity: .15;
  cursor: pointer; }
  .arrow-box.right {
    float: right; }
  .arrow-box.left {
    float: left; }
  .arrow-box.deactive {
    opacity: 0;
    visibility: hidden; }

.months {
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-weight: 400;
  padding: 0 !important; }
  .months li {
    margin-bottom: 0;
    background-color: #e6e6e6;
    padding: 0; }
    .months li.active, .months li:hover {
      background-color: #fff; }
    .months li::after {
      display: none; }
    .months li a,
    .months li span {
      display: block;
      border-bottom: 1px solid #d0d2d9;
      padding: .4rem 1.5rem;
      font-size: 1em; }
      .months li a::after,
      .months li span::after {
        display: none; }
    .months li + li {
      margin-top: 0; }

.event {
  padding-top: 1.5rem;
  border-bottom: 1px solid #5d5d5d;
  padding-bottom: 2.5rem;
  margin-bottom: 1.5rem; }
  .event__image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 28.84615%; }
  .event__excerpt {
    display: inline-block;
    vertical-align: top;
    width: 71.15385%; }
    .event__excerpt:first-child {
      width: 100%;
      padding-left: 0 !important;
      padding-right: 0 !important; }
  .event .meta {
    color: #8d1b3d;
    margin-top: 0;
    line-height: 1;
    margin-bottom: .5rem; }
  .event__date {
    margin-bottom: 0.3125rem !important; }
  .event h1 {
    margin: 0 0 .5rem; }
  .event:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .event__share {
    display: inline-block;
    vertical-align: top;
    width: 28.84615%;
    text-align: center; }
    .event__share a {
      margin: 0 0.1875rem; }
      .event__share a::before {
        font-family: 'FontAwesome';
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 50%;
        color: #ccc; }
      .event__share a:hover::before {
        border-color: #8d1b3d;
        color: #8d1b3d; }
      .event__share a[href*='https://twitter.com']::before {
        content: '\f099'; }
      .event__share a[href*='https://www.facebook.com']::before {
        content: '\f09a'; }
      .event__share a.email::before {
        content: '\f0e0'; }
  .event__more {
    font-weight: 700;
    line-height: 2;
    margin: 0 !important;
    color: #8e1537; }
  .event__add {
    position: relative;
    letter-spacing: 0.0525rem;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.75rem !important;
    font-weight: 300;
    line-height: 2.66667;
    border: 1px solid #ccc !important;
    color: #54565a;
    cursor: pointer;
    background-color: transparent !important; }
    .event__add:hover {
      color: #8e1537;
      border-color: #8e1537; }
    .event__add .copyx {
      display: none !important; }
    .event__add span {
      font-size: 1rem !important; }
    .event__add .addeventatc_dropdown {
      padding: 0 !important; }
    .event__add .addeventatc_icon {
      top: 50% !important;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-size: contain !important; }

.en .event__image {
  float: left; }

.en .event__excerpt {
  float: right;
  padding-left: 1.875rem; }

.en .event__share {
  float: left;
  margin-right: 1.875rem; }

.en .event__more {
  float: left; }

.en .event__add {
  float: right;
  padding: 0.75em 1.25em 0.75em 3.5em !important; }
  .en .event__add .addeventatc_icon {
    left: 1em !important; }

.ar .event__image {
  float: right; }

.ar .event__excerpt {
  float: left;
  padding-right: 1.875em; }

.ar .event__share {
  float: right;
  margin-left: 1.875em; }

.ar .event__more {
  float: right; }

.ar .event__add {
  float: left;
  padding: 0.75em 3.5em 0.75em 1.25em !important; }
  .ar .event__add .addeventatc_icon {
    right: 1em !important; }

.mobile-form {
  display: none; }
  .mobile-form select {
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 1px solid transparent;
    font-size: 1em;
    height: 3em;
    padding: 0.3125em 0.625em;
    width: 20em;
    background-color: #e6e6e6;
    color: #5d5d5d;
    font-family: inherit;
    border-radius: 0;
    outline: none;
    margin-bottom: 0.625em;
    background-image: url("../img/arrow.png");
    background-size: 2em;
    background-repeat: no-repeat; }
    .mobile-form select:active, .mobile-form select:focus {
      border: 1px solid #8d1b3d; }

.en .mobile-form select {
  background-position: calc(100% - .5em); }

.ar .mobile-form select {
  background-position: .5em; }

.date-picker {
  display: none; }
  .date-picker li {
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
    float: left;
    list-style-type: none;
    width: 14.28571%;
    padding-bottom: 14.28571%;
    height: 0;
    background-color: #fff;
    color: #5d5d5d;
    text-align: center;
    border-bottom: 1px solid #d0d2d9; }
    .date-picker li.current {
      background-color: #8d1b3d; }
      .date-picker li.current a,
      .date-picker li.current span {
        color: #fff; }
    .date-picker li a,
    .date-picker li span {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      padding: 0;
      border: 0; }

@media screen and (max-width: 62em) {
  .calendar {
    margin-top: 0; }
  .arrow-box {
    display: none; }
  .year-box .year {
    display: none; }
  .months {
    display: none; }
  .mobile-form {
    display: block; }
  .calendar__sidebar {
    display: block;
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 2em; } }

@media screen and (max-width: 47em) {
  .calendar {
    font-size: 14px; }
  .event h1 {
    font-size: 2em; }
  .event__share {
    position: absolute;
    bottom: 0; }
    .event__share a {
      display: block; }
    .event__share a + a {
      margin-top: .5em; }
  .en .event__more {
    float: none; }
  .en .event__add {
    float: none;
    margin-top: 1em; }
  .en .event__actions {
    position: relative; }
  .en .event__share {
    left: 0; }
  .ar .event__more {
    float: none; }
  .ar .event__add {
    float: none;
    margin-top: 1em; }
  .ar .event__actions {
    position: relative; }
  .ar .event__share {
    right: 0; } }

@media screen and (max-width: 33em) {
  .mobile-form select {
    width: 100%; } }

.contact-text {
  text-align: center; }
  .contact-text hr {
    width: 8.75em;
    height: 0.5em;
    border: 0;
    background-color: #8d1b3d;
    margin: 2em auto; }
  .contact-text a:hover {
    text-decoration: underline; }

.map {
  position: relative;
  margin-top: 3em;
  height: 28em; }
  .map iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    border: 0;
    width: 100%;
    height: 100%; }

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media screen and (max-width: 37.5em) {
  .map iframe {
    height: 400px; } }

.minister {
  margin: 2.5em 0; }
  .minister:first-child {
    margin-top: 0; }
  .minister:last-child {
    margin-bottom: 0; }
  .minister h4 {
    line-height: 1.5;
    margin: 1em 0; }

h3.ministry-title {
  font-size: 1.5em;
  line-height: 2.1875rem;
  margin: 1em 0;
  background: #8d1b3d;
  color: #fff;
  padding: 0.3125rem 0.9375em; }
  h3.ministry-title a {
    color: #fff; }

.ministry-image {
  max-width: 14em;
  float: left;
  margin-right: 25px; }

@media screen and (max-width: 599px) {
  .ministry-image {
    float: right;
    max-width: 50%;
    margin-right: 0;
    margin-left: 10px; } }

.footer {
  position: relative;
  background: #e6e6e6;
  padding: 3.5em 0 3em; }
  .footer .widget {
    display: block;
    width: 100%;
    float: left; }
  .footer .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 2.5rem;
    right: 0;
    background-image: url("../img/qlife-logo.png");
    background-repeat: no-repeat;
    background-size: 11.6875rem 2.5rem;
    background-position: 50% 0;
    width: 15.625rem;
    height: 4.5rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.6875em;
    font-weight: 500;
    text-align: center;
    line-height: 1.1; }
    .footer .footer__logo:hover {
      background-image: url("../img/qlife-logo-hover.png"); }
  @media (max-width: 752px) {
    .footer .footer__logo {
      position: relative;
      top: 0;
      margin: 2.5rem auto 2.1875rem; } }

.menu-footer {
  padding: 0;
  margin: 0 -3em;
  font-weight: bold; }
  .menu-footer li {
    display: inline-block;
    vertical-align: top;
    padding: 0 3em; }
    .menu-footer li:nth-child(2) ul {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2;
      -webkit-column-gap: 2em;
         -moz-column-gap: 2em;
              column-gap: 2em; }
  .menu-footer .sub-menu {
    padding: 0;
    margin: 1.25em 0 0;
    font-weight: 300;
    letter-spacing: 0.01562em; }
    .menu-footer .sub-menu li {
      float: none !important;
      display: block;
      padding: 0; }
      .menu-footer .sub-menu li a {
        padding-bottom: 0.0625em;
        border-bottom: 1px solid #b8b8b8; }

.menu-copyright {
  padding: 0;
  margin: 0.625em 0 1.875em; }
  .menu-copyright li {
    display: inline-block;
    vertical-align: top; }
    .menu-copyright li a {
      padding-bottom: 0.0625em;
      border-bottom: 1px solid #b8b8b8; }

.copyright {
  position: relative;
  font-weight: 300;
  margin: 3em 0 0;
  padding: 2em 0 0;
  border-top: 1px solid #b8b8b8;
  padding-right: 16.5625em; }
  .copyright nav {
    display: inline-block;
    vertical-align: top; }
  .copyright .small {
    font-size: 0.75em; }
  .copyright p {
    margin: 0; }

.ar .footer__logo {
  height: 5.125rem;
  line-height: 1.2; }

.ar .copyright p {
  font-weight: 300; }

.ar .copyright .small {
  font-size: 1.25rem; }

.ar .menu-footer .menu-item-has-children > a {
  font-size: 1.75rem;
  line-height: 1.625rem;
  font-weight: 400; }

.ar .menu-footer li {
  float: right;
  border-left: 1px solid #b8b8b8; }
  .ar .menu-footer li:last-child {
    border-left: 0; }

.ar .menu-footer .sub-menu li {
  border-left: 0;
  font-size: 1.3rem;
  line-height: 2.2rem; }

.ar .menu-copyright li {
  float: right;
  margin-left: 1.875em;
  font-size: 1.3rem; }
  .ar .menu-copyright li:last-child {
    margin-left: 0; }

.en .copyright {
  letter-spacing: 0.01562em; }

.en .menu-footer .menu-item-has-children > a {
  font-size: 1.25rem;
  line-height: 1.625rem; }

.en .menu-footer li {
  float: left;
  border-right: 1px solid #b8b8b8; }
  .en .menu-footer li:last-child {
    border-right: 0; }

.en .menu-footer .sub-menu li {
  border-right: 0; }

.en .menu-copyright li {
  float: left;
  margin-right: 1.875em; }
  .en .menu-copyright li:last-child {
    margin-right: 0; }

@media screen and (max-width: 73em) {
  .menu-footer {
    margin: 0 -2em; }
    .menu-footer li {
      padding: 0 2em; } }

@media screen and (max-width: 62em) {
  .footer {
    padding-top: 3em; }
  .menu-footer {
    margin: 0 -1.5em; }
    .menu-footer li {
      padding: 0 1.5em;
      min-width: 200px; }
  .copyright {
    margin-top: 2em;
    padding-top: 1.5em; } }

@media screen and (max-width: 899px) {
  .menu-footer {
    margin: 0 -2em; }
    .menu-footer li {
      padding: 0 2em;
      min-width: 0; }
      .menu-footer li:nth-child(2) ul {
        -webkit-columns: 1;
           -moz-columns: 1;
                columns: 1; } }

@media screen and (max-width: 799px) {
  .menu-footer > li {
    max-width: 35%; } }

@media screen and (max-width: 767px) {
  .menu-footer {
    margin: 0 -25px; }
    .menu-footer li {
      padding: 0 25px; } }

@media (max-width: 752px) {
  .copyright {
    padding: 1.5em 0 0; } }

@media screen and (max-width: 41em) {
  .menu-footer {
    display: block;
    margin: 0 0 -2em; }
    .menu-footer li {
      max-width: 100%;
      float: none;
      border: 0 !important;
      width: 100%;
      padding: 0 0 2em; }
  .en .menu-copyright li {
    margin-right: 20px; }
  .ar .menu-copyright li {
    margin-left: 20px; } }

@media screen and (max-width: 599px) {
  .footer {
    padding-bottom: 40px; }
    .footer .widget {
      width: 100%;
      float: none; }
  .copyright {
    padding: 15px 0 0; }
    .copyright nav {
      display: block;
      float: none !important; }
    .copyright .small {
      margin-top: 10px; }
  .menu-copyright li {
    display: block;
    float: none;
    margin: 0; } }

@media screen and (max-width: 450px) {
  .menu-footer .sub-menu {
    display: none; } }

.information {
  margin-top: 2rem; }

.number-panel {
  position: relative;
  line-height: 3.25rem;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  margin-top: -1.625rem;
  margin-left: 0.625rem; }

.number {
  position: absolute;
  left: -1.625rem;
  right: -1.625rem;
  text-align: center;
  line-height: 3.25rem; }

.diamond {
  position: relative;
  width: 0;
  height: 0;
  border: 1.625rem solid transparent;
  border-bottom-color: #fff;
  display: inline-block;
  vertical-align: top;
  color: #8d1b3d;
  top: -1.625rem;
  margin-right: 0.875rem; }
  .diamond.invert {
    color: #fff;
    border-bottom-color: #8d1b3d; }
    .diamond.invert::after {
      border-top-color: #8d1b3d; }
  .diamond::after {
    position: absolute;
    content: '';
    left: -1.625rem;
    top: 1.625rem;
    width: 0;
    height: 0;
    border: 1.625rem solid transparent;
    border-top-color: #fff;
    z-index: -1; }

@media screen and (max-width: 47em) {
  .diamond {
    border-width: 24px;
    top: -24px; }
    .diamond::after {
      top: 24px;
      border-width: 24px; }
  .number {
    line-height: 48px;
    left: -24px;
    right: -24px; } }

.magazine__filter {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 1.625em;
  line-height: 1.57692;
  color: #b1b1b1;
  font-weight: 700;
  border-bottom: 0.07692em solid #d9d8d6;
  margin-bottom: 1.92308em;
  margin-top: 2.69231em; }
  .magazine__filter li {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0.69231em;
    border-bottom: 0.30769em solid transparent;
    margin-bottom: -0.19231em;
    cursor: pointer; }
  .magazine__filter .active {
    color: #8d1b3d;
    border-bottom-color: #8d1b3d; }

.magazine__container {
  margin: 0 -0.75em -1.5em; }

.magazine .col--3 {
  padding: 0 0.75em 1.5em;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 350ms ease;
  transition: 350ms ease; }
  .magazine .col--3.hide {
    display: none; }
  .magazine .col--3.active {
    -webkit-transform: scale(1);
            transform: scale(1); }

.magazine__wrapper {
  position: relative;
  background-color: #fff;
  padding: 1.625em 1.625em 1.25em; }

.magazine__image a::before {
  display: none; }

.magazine__image img {
  width: 100%; }

.magazine__snippet {
  position: relative;
  margin-top: 1.25em; }
  .magazine__snippet p {
    margin: 0; }

.magazine__title {
  font-size: 1.625em;
  line-height: 1.34615;
  margin: 0 !important;
  color: #8d1b3d; }

.magazine__country {
  font-size: 1.125em;
  line-height: 1.66667;
  font-weight: 700; }

.magazine__date {
  margin-top: 0.3125em !important;
  line-height: 1.125; }

.magazine__pdf::before {
  font-family: 'FontAwesome';
  content: '\f1c1';
  color: #8d1b3d;
  position: absolute;
  font-weight: 700;
  bottom: 0;
  font-size: 2.5em;
  line-height: 1.2;
  margin: 0 !important; }

.magazine__joomag {
  position: absolute;
  bottom: 0;
  right: 0; }

.en .magazine__pdf::before {
  right: 0; }

.en .magazine__filter li {
  float: left; }

.en .magazine__filter li + li {
  margin-left: 2.5em; }

.ar .magazine__pdf::before {
  left: 0; }

.ar .magazine__filter li {
  float: right; }

.ar .magazine__filter li + li {
  margin-right: 2.5em; }

@media screen and (max-width: 62em) {
  .magazine__filter {
    margin-top: 2.5em;
    font-size: 1.5em; }
  .en .magazine__filter li + li {
    margin-left: 2em; }
  .ar .magazine__filter li + li {
    margin-right: 2em; } }

@media screen and (max-width: 30em) {
  .magazine__filter {
    background-color: #8d1b3d;
    color: #fff;
    margin-top: 2em;
    margin-bottom: 1em; }
    .magazine__filter li {
      position: relative;
      width: 100%;
      line-height: 45px;
      display: none;
      color: #fff;
      margin-bottom: 0;
      padding: 0 20px;
      border-bottom: 0;
      cursor: pointer; }
    .magazine__filter .active {
      display: block;
      color: #fff;
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
      .magazine__filter .active::before {
        content: '';
        position: absolute;
        top: 50%;
        height: 2px;
        width: 10px;
        background-color: #fff;
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg); }
      .magazine__filter .active::after {
        content: '';
        position: absolute;
        top: 50%;
        height: 2px;
        width: 10px;
        background-color: #fff;
        -webkit-transform: translateY(-50%) rotate(-45deg);
                transform: translateY(-50%) rotate(-45deg); }
    .magazine__filter li + li {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .magazine__active .active::before, .magazine__active .active::after {
    display: none; }
  .en .magazine__filter .active::before {
    right: 26px; }
  .en .magazine__filter .active::after {
    right: 20px; }
  .ar .magazine__filter .active::before {
    left: 20px; }
  .ar .magazine__filter .active::after {
    left: 26px; } }

.speeches-year, .fact-title {
  position: relative;
  font-size: 1.25em;
  font-weight: 700;
  margin: .5em 0;
  cursor: pointer;
  line-height: 1.6;
  padding: .4em 1.5em;
  background-color: #8d1b3d;
  color: #fff;
  padding-right: 2.2em; }
  .speeches-year .plus, .fact-title .plus {
    position: absolute;
    width: 1.6em;
    top: .3em;
    bottom: .3em;
    color: #8d1b3d;
    text-align: center;
    right: .3em;
    background-color: #fff; }
    .speeches-year .plus span, .fact-title .plus span {
      position: absolute;
      z-index: 1;
      line-height: 1;
      display: block;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      right: 0; }
  .speeches-year:first-child, .fact-title:first-child {
    margin-top: 0; }
  .speeches-year:nth-last-child(2), .fact-title:nth-last-child(2) {
    margin-bottom: 0; }

.speeches, .fact-content {
  display: none;
  padding: 1.5em 0 2.5em;
  overflow: hidden; }
  .speeches.active, .active.fact-content {
    display: block; }
  .speeches:last-child, .fact-content:last-child {
    padding-top: 2em;
    padding-bottom: 0; }
  .speeches__snippet {
    position: relative;
    margin-top: 1.618em;
    border-left: 0.375em solid #8d1b3d;
    padding-left: 1em;
    padding-right: 2.5em; }
    .speeches__snippet h3 {
      font-size: 1.618em;
      line-height: 1;
      margin: 0;
      color: #8d1b3d; }
    .speeches__snippet h4 {
      font-size: 1.125em;
      margin: 0; }
    .speeches__snippet p {
      margin-top: .5em;
      line-height: 1; }
    .speeches__snippet a::before {
      display: none; }
    .speeches__snippet i {
      position: absolute;
      top: 0;
      right: 0; }
    .speeches__snippet .pdf::after {
      font-family: 'FontAwesome';
      content: '\f1c1';
      color: #8d1b3d;
      position: absolute;
      top: 0;
      font-size: 2.5em;
      line-height: 1.2;
      right: 0; }

.issue a::before {
  display: none; }

@media (max-width: 752px) {
  .speeches-year .plus, .fact-title .plus {
    width: 28px; } }

@media (max-width: 550px) {
  .speeches-year, .fact-title {
    padding-left: 1em; }
  .speeches, .fact-content {
    padding: 1em 0 2em; } }

.livestream {
  padding-top: 5.9375em;
  padding-bottom: 4.5em; }

@media screen and (max-width: 47em) {
  .livestream {
    padding-top: 3em; } }

@media screen and (max-width: 37.5em) {
  .livestream {
    margin-top: 59px; } }

.timeline {
  position: relative;
  margin-top: 4.8125em;
  margin-bottom: 9.375em; }
  .timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    background-color: #b1b1b1;
    width: 0.3125em;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); }
  .timeline__post {
    position: relative;
    width: 50%; }
    .timeline__post:nth-child(odd) {
      margin-left: auto;
      padding-left: 50px; }
      .timeline__post:nth-child(odd) .timeline__date {
        right: 100%;
        margin-right: 35px; }
      .timeline__post:nth-child(odd) .timeline__diamond {
        left: 0;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
                transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
    .timeline__post:nth-child(even) {
      margin-right: auto;
      padding-right: 50px; }
      .timeline__post:nth-child(even) .timeline__date {
        left: 100%;
        margin-left: 35px; }
      .timeline__post:nth-child(even) .timeline__diamond {
        right: 0;
        -webkit-transform: translate3d(50%, -50%, 0) rotate(-45deg);
                transform: translate3d(50%, -50%, 0) rotate(-45deg); }
  .timeline__date {
    position: absolute;
    font-size: 2.0625em;
    color: #8e1537;
    white-space: nowrap;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  .timeline__diamond {
    position: absolute;
    top: 0;
    width: 1.375em;
    height: 1.375em;
    background-color: #8d1b3d; }
  .timeline__video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%; }
    .timeline__video iframe,
    .timeline__video video {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      display: block; }
  .timeline__image img {
    width: 100%; }
  .timeline__snippet {
    background-color: #fff;
    padding: 1.25em 1.5625em;
    margin-bottom: 4.8125em; }

@media screen and (max-width: 62em) {
  .timeline {
    margin-top: 4.0625em;
    margin-bottom: 6.25em; }
    .timeline::before {
      left: 10px; }
    .timeline__post {
      width: 100%;
      border-top: 2px solid #8d1b3d; }
      .timeline__post:nth-child(odd) {
        padding-left: 50px; }
        .timeline__post:nth-child(odd) .timeline__date {
          left: 0;
          margin: 0; }
        .timeline__post:nth-child(odd) .timeline__diamond {
          -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
                  transform: translate3d(0, -50%, 0) rotate(-45deg); }
      .timeline__post:nth-child(even) {
        padding-left: 50px;
        padding-right: 0; }
        .timeline__post:nth-child(even) .timeline__date {
          left: 0;
          margin: 0; }
        .timeline__post:nth-child(even) .timeline__diamond {
          left: 0;
          -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
                  transform: translate3d(0, -50%, 0) rotate(-45deg); }
    .timeline__date {
      position: relative;
      -webkit-transform: none;
              transform: none;
      font-size: 18px;
      background-color: #fff;
      padding: 1.11111em 1.38889em; }
    .timeline__diamond + .timeline__snippet {
      padding-top: 0; }
    .timeline__snippet {
      margin-bottom: 3.4375em; } }

@media screen and (max-width: 33em) {
  .timeline__post {
    padding-left: 30px !important; } }

.button {
  line-height: 2; }
  .button a {
    display: inline-block;
    background-color: #8d1b3d;
    color: #fff;
    padding: 0 1em; }
  .button.large a {
    display: inline-block;
    font-size: 1.5em;
    padding: .5em 1.5em; }
  .button.transparent a {
    color: #8d1b3d;
    background: none;
    border: 1px solid #8d1b3d;
    display: inline-block;
    padding: 0 15px;
    font-weight: 700;
    font-size: 1em; }
    .button.transparent a:hover {
      color: #fff;
      background: #8d1b3d; }
  .button.right a {
    float: right; }

button {
  font-family: Helvetica, Arial, sans-serif;
  padding: 0;
  background-color: #8d1b3d;
  color: #fff;
  font-size: 1em;
  border: 0;
  margin-right: 1em; }
  button a {
    padding: .5em 1em;
    display: block; }
    button a:hover {
      color: inherit; }

.button.small a {
  display: inline-block;
  padding: 0 15px;
  margin: 15px 0 40px;
  line-height: 30px; }

.button__top {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 2em;
  background: #8d1b3d;
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  right: 2em; }
  .button__top::before {
    content: '';
    position: absolute;
    height: 0.75em;
    width: 0.125em;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin-left: 0.25em;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  .button__top::after {
    content: '';
    position: absolute;
    height: 0.75em;
    width: 0.125em;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin-left: -0.25em;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }

.btn {
  display: inline-block;
  vertical-align: top;
  background-color: #8d1b3d;
  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.6;
  padding: 0.9375rem 1.875rem;
  width: 20rem; }
  .btn:hover {
    color: #fff; }
  @media (max-width: 992px) {
    .btn {
      width: auto; } }

@media (max-width: 47em) {
  .button__top.active {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 37.5em) {
  .button__top {
    bottom: 25px;
    right: 25px; } }

@media (max-width: 28em) {
  .button__top {
    bottom: 20px;
    right: 20px; } }

@media (max-width: 23em) {
  .button__top {
    right: 15px; } }

.col-2 img {
  width: 100%; }

.col-3 img {
  width: 100%; }

.alignleft {
  float: left;
  margin-right: 3rem;
  margin-bottom: 1rem; }
  .alignleft img {
    width: 100%; }

.alignright {
  float: right;
  margin-left: 3rem;
  margin-bottom: 1rem; }
  .alignright img {
    width: 100%; }

.aligncenter {
  margin: 0 auto; }

.wp-caption.overwrite .wp-caption-text {
  font-size: .8em; }

.wp-caption-text {
  margin: 1em 0 0;
  color: #8d1b3d;
  font-weight: 700;
  font-size: 1.1875em;
  line-height: 1.5;
  border-left: 0.375rem solid #8d1b3d;
  padding-left: 1rem; }

.image img {
  width: 100%; }

@media screen and (max-width: 62em) {
  .alignleft,
  .alignright {
    float: none;
    margin: 0 0 2em; } }

.resize {
  margin: 1.5em -0.125em 0;
  padding: 0 0 1.5em;
  border-bottom: 0.0625em solid #5d5d5d; }
  .resize button {
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: 0;
    border-radius: 0;
    background: none;
    padding: 0;
    overflow: hidden;
    text-indent: -20em;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 1em;
    width: 1.75em;
    height: 1.75em;
    cursor: pointer;
    margin: 0 0.125em;
    float: left; }
  .resize .small {
    background-image: url("../img/resize-small.svg"); }
  .resize .medium {
    background-image: url("../img/resize-medium.svg"); }
  .resize .large {
    background-image: url("../img/resize-large.svg"); }

html[textsize='small'] .main {
  font-size: 0.875em; }

html[textsize='small'] .resize .small {
  opacity: .5; }

html[textsize='medium'] .resize .medium {
  opacity: .5; }

html[textsize='large'] .main {
  font-size: 1.25em; }

html[textsize='large'] .resize .large {
  opacity: .5; }

.pagination {
  margin-top: 3rem;
  color: #fff;
  text-transform: capitalize; }
  .pagination .page-numbers {
    position: relative;
    display: none;
    background-color: #8d1b3d;
    padding: 0 1rem;
    line-height: 2.5rem;
    font-size: 1em; }
    .pagination .page-numbers .arrow {
      display: inline-block;
      vertical-align: top;
      width: 1.5rem;
      height: 2.5rem; }
  .pagination a:hover {
    color: inherit; }
  .pagination .next {
    display: inline-block;
    float: right;
    padding-right: 0; }
    .pagination .next .arrow {
      border-left: 1px solid #781130;
      margin-left: 1rem; }
      .pagination .next .arrow::before {
        content: '';
        position: absolute;
        top: 50%;
        right: .5rem;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 0.3125rem solid transparent;
        border-bottom: 0.3125rem solid transparent;
        border-left: 0.3125rem solid #fff; }
  .pagination .prev {
    display: block;
    float: left;
    padding-left: 0; }
    .pagination .prev .arrow {
      border-right: 1px solid #781130;
      margin-right: 1rem; }
      .pagination .prev .arrow::before {
        content: '';
        position: absolute;
        top: 50%;
        left: .5rem;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 0.3125rem solid transparent;
        border-bottom: 0.3125rem solid transparent;
        border-right: 0.3125rem solid #fff; }

.social-share {
  position: relative;
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #5d5d5d;
  padding-left: 2.5em; }
  .social-share li {
    display: block;
    line-height: 2.5rem;
    margin: 1rem 0;
    font-size: 1em; }
  .social-share a {
    display: block;
    padding-left: 1.25rem; }
    .social-share a::before {
      font-family: 'FontAwesome';
      position: absolute;
      left: 0;
      width: 2.375rem;
      height: 2.375rem;
      line-height: 2.5rem;
      display: block;
      text-align: center;
      border: 1px solid #ccc;
      border-radius: 50%;
      color: #ccc;
      font-size: 1.125rem; }
    .social-share a[href*='https://twitter.com']::before {
      content: '\f099'; }
    .social-share a[href*='https://www.facebook.com']::before {
      content: '\f09a'; }
    .social-share a[href*='https://www.linkedin.com']::before {
      content: '\f0e1'; }
    .social-share a[href*='https://plus.google.com']::before {
      content: '\f0d5'; }
    .social-share a[href*='https://www.instagram.com']::before {
      content: '\f16d'; }
    .social-share a[href*='https://www.youtube.com']::before {
      content: '\f167'; }
    .social-share a[href*='https://www.flickr.com']::before {
      content: '\f16e'; }
    .social-share a.email::before {
      content: '\f0e0'; }

.social-bar {
  text-align: center; }
  .social-bar nav {
    border-top: 1px solid #dfdfdf; }
  .social-bar ul {
    margin: 0;
    padding: 1em 0;
    list-style-type: none;
    border-top: 1px solid #fff; }
  .social-bar li {
    display: inline-block;
    vertical-align: middle; }
  .social-bar a {
    font-size: 1.5em;
    margin: 0 .666em;
    color: #a9a9a9; }
    .social-bar a:hover {
      color: #8d1b3d; }
    .social-bar a::before {
      font-family: 'FontAwesome'; }
    .social-bar a[href*='https://twitter.com']::before {
      content: '\f099'; }
    .social-bar a[href*='https://www.facebook.com']::before {
      content: '\f09a'; }
    .social-bar a[href*='https://www.linkedin.com']::before {
      content: '\f0e1'; }
    .social-bar a[href*='https://plus.google.com']::before {
      content: '\f0d5'; }
    .social-bar a[href*='https://www.instagram.com']::before {
      content: '\f16d'; }
    .social-bar a[href*='https://www.youtube.com']::before {
      content: '\f167'; }
    .social-bar a[href*='https://www.flickr.com']::before {
      content: '\f16e'; }

@media screen and (max-width: 599px) {
  .social-share {
    padding-bottom: 0;
    border: 0; } }

iframe {
  max-width: 100%; }

.video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .video .video__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    cursor: pointer;
    overflow: hidden; }
    .video .video__thumbnail img {
      width: auto;
      height: 100%;
      max-width: none; }
    .video .video__thumbnail .icon--play {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
  .video iframe,
  .video video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: block; }

.icon {
  display: inline-block;
  vertical-align: top; }
  .icon--arrow {
    background-image: url("../img/icons/arrow-right.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 16px; }
  .icon--joomag {
    background-image: url("../img/icons/joomag.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 21px; }
  .icon--link {
    background-image: url("../img/icons/external-link-alt.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.1875em;
    height: 1.9375em; }
  .icon--quote {
    background-image: url("../img/icons/quote.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 4.85em;
    height: 3.75em;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    text-indent: 99999px; }
  .icon--play {
    background-image: url("../img/play-button.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.625em;
    height: 5.625em; }
  .icon--pdf {
    font-style: normal; }
    .icon--pdf::before {
      font-family: 'FontAwesome';
      content: '\f1c1';
      font-size: 2.5em;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      margin-top: -0.125em; }
  .icon--health-1 {
    background-image: url("../img/icons/health-1.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 5em;
    height: 5em; }
  .icon--health-2 {
    background-image: url("../img/icons/health-2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 5em;
    height: 5em; }
  .icon--health-3 {
    background-image: url("../img/icons/health-3.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 5em;
    height: 5em; }
  .icon--health-4 {
    background-image: url("../img/icons/health-4.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 5em;
    height: 5em; }
  .icon--health-5 {
    background-image: url("../img/icons/health-5.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 5em;
    height: 5em; }
  .icon--twitter {
    -webkit-mask-image: url("../img/icons/twitter.svg");
            mask-image: url("../img/icons/twitter.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    width: 0.875em;
    height: 0.75em;
    background-color: #4e5057;
    -webkit-transition: 200ms ease;
    transition: 200ms ease; }
    .icon--twitter:hover {
      background-color: #8e1537; }
  .icon--youtube {
    -webkit-mask-image: url("../img/icons/youtube.svg");
            mask-image: url("../img/icons/youtube.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    width: 1em;
    height: 0.75em;
    background-color: #4e5057;
    -webkit-transition: 200ms ease;
    transition: 200ms ease; }
    .icon--youtube:hover {
      background-color: #8e1537; }
  @media (max-width: 1440px) {
    .icon--twitter {
      width: 14px;
      height: 12px; }
    .icon--youtube {
      width: 16px;
      height: 12px; } }
  @media (max-width: 600px) {
    .icon--twitter {
      width: 20px;
      height: 20px; }
    .icon--youtube {
      width: 20px;
      height: 20px; } }

.quote {
  margin: 3.75em 0; }
  .quote:first-child {
    margin-top: 0; }
  .quote:last-child {
    margin-bottom: 0; }
  .quote .quote__container {
    margin: 0 -1.5625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .quote .quote__text {
    width: 100%;
    padding: 0 1.5625em; }
    .quote .quote__text h3 {
      font-family: "EB Garamond", serif;
      font-size: 1.625em;
      font-weight: 500;
      line-height: 1.2;
      margin: 0.9375em 0; }
  .quote .quote__author {
    line-height: 1.2; }
  .quote img {
    width: 50%;
    padding: 0 1.5625em; }
  .quote p:first-child {
    margin-top: 0; }
  .quote p:last-child {
    margin-bottom: 0; }
  @media (max-width: 1023px) {
    .quote .quote__container {
      display: block; }
    .quote img {
      width: 100%;
      margin-bottom: 1.5625em; } }
  @media (max-width: 752px) {
    .quote {
      margin: 3em 0; } }

.accordion {
  margin-top: 3.125em; }
  .accordion .accordion__title {
    position: relative;
    font-size: 1.25em;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.6;
    padding: .4em 1.5em;
    background-color: #8d1b3d;
    color: #fff;
    padding-right: 2.2em; }
  .accordion .accordion__plus {
    position: absolute;
    width: 1.6em;
    top: .3em;
    bottom: .3em;
    color: #8d1b3d;
    text-align: center;
    right: .3em;
    background-color: #fff; }
    .accordion .accordion__plus span {
      position: absolute;
      z-index: 1;
      line-height: 1;
      display: block;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      right: 0; }
  .accordion .accordion__content {
    display: none;
    padding: 1.5em 0 2.5em;
    padding-left: 1em;
    padding-right: 2.75em; }
    .accordion .accordion__content.active {
      display: block; }
  .accordion .accordion__container {
    margin: 0 -2em -2em;
    text-align: center; }
    .accordion .accordion__container .col {
      padding: 0 2em 2em; }
  .accordion + .accordion {
    margin-top: 1em; }
  @media (max-width: 992px) {
    .accordion .accordion__container {
      text-align: left; }
      .accordion .accordion__container .col--2 {
        width: 100%; } }
  @media (max-width: 833px) {
    .accordion {
      margin-top: 2.5em; }
      .accordion .accordion__content {
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 752px) {
    .accordion .accordion__plus {
      width: 28px; } }
  @media (max-width: 550px) {
    .accordion .accordion__title {
      padding-left: 1em; }
    .accordion .accordion__content {
      padding: 1em 0 2em; } }

.information {
  margin-top: 3.75em; }
  .information .information__title {
    font-size: 1.5em;
    line-height: 1.3;
    color: #8d1b3d; }
  .information .information__container {
    position: relative;
    margin: 0 -0.375em -0.75em; }
  .information .information__post {
    display: block;
    position: relative; }
    .information .information__post:hover .information__gradient {
      -webkit-transform: translate3d(0, -71.42857%, 0);
              transform: translate3d(0, -71.42857%, 0); }
    .information .information__post:hover .information__title {
      bottom: 50%;
      -webkit-transform: translate3d(0, 50%, 0);
              transform: translate3d(0, 50%, 0); }
    .information .information__post:hover .small .information__gradient {
      -webkit-transform: translate3d(0, -58.82353%, 0);
              transform: translate3d(0, -58.82353%, 0); }
  .information .information__image {
    position: relative;
    height: 0;
    padding-bottom: 170%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
    .information .information__image img {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
      bottom: 0;
      max-width: none;
      width: auto;
      height: 100%; }
    .information .information__image.small {
      padding-bottom: calc(63.75% - (9em / 16)); }
      .information .information__image.small img {
        width: 100%;
        height: auto; }
      .information .information__image.small .information__gradient {
        top: 30%;
        height: 170%;
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 41.17647%, rgba(0, 0, 0, 0.7) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 41.17647%, rgba(0, 0, 0, 0.7) 100%); }
  .information .information__gradient {
    position: absolute;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 28.57143%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 28.57143%, rgba(0, 0, 0, 0.7) 100%);
    top: 60%;
    left: 0;
    right: 0;
    height: 140%;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out; }
  .information .information__subtitle {
    position: absolute;
    bottom: 1.875rem;
    left: 1.25rem;
    right: 1.25rem;
    text-align: center;
    text-transform: none;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.3;
    margin: 0;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out; }
  .information .information__actions {
    text-align: center;
    margin-top: 3.125rem; }
  .information .col {
    padding: 0 0.375em 0.75em; }
    .information .col--narrow {
      width: 30%; }
    .information .col--wide {
      width: 40%; }
    .information .col.position--4 {
      position: absolute;
      left: 30%;
      -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0); }
  @media (max-width: 833px) {
    .information {
      margin-top: 3.125em; }
      .information .information__image {
        padding-bottom: 0 !important;
        height: 6.25rem; }
        .information .information__image img {
          width: 100% !important;
          height: auto !important; }
      .information .information__title {
        bottom: 50%;
        -webkit-transform: translate3d(0, 50%, 0);
                transform: translate3d(0, 50%, 0); }
      .information .information__gradient {
        background: #000 !important;
        opacity: .5;
        top: 0 !important;
        bottom: 0;
        height: auto !important;
        -webkit-transform: none !important;
                transform: none !important; }
      .information .information__actions {
        margin-top: 2.5rem; }
        .information .information__actions .col {
          width: 100%; }
      .information .col--narrow {
        width: 100%; }
      .information .col--wide {
        width: 100%; }
      .information .col.position--4 {
        position: relative;
        left: 0;
        -webkit-transform: none;
                transform: none; } }
  @media (max-width: 550px) {
    .information {
      margin-top: 2.5em; } }

.briefings {
  margin-top: 3.75em;
  border-bottom: 1px solid #999;
  max-width: 75%; }
  .briefings.wide {
    max-width: none; }
  .briefings:first-child {
    margin-top: 0; }
  .briefings .briefings__title {
    font-size: 2em;
    color: #8d1938;
    text-align: left; }
    .briefings .briefings__title + .briefings__post {
      margin-top: 1.25em; }
  .briefings .briefings__post {
    display: block;
    position: relative;
    padding: 1.875em 0;
    padding-right: 1.875em;
    border-top: 1px solid #999; }
    .briefings .briefings__post:first-child {
      padding-top: 0;
      border-top: 0; }
    .briefings .briefings__post i {
      position: absolute;
      top: 1.875em;
      right: 0;
      width: 1.5625em; }
  .briefings .briefings__subtitle {
    font-size: 1.5em;
    margin-bottom: 0;
    text-transform: none;
    text-align: left;
    color: #8d1938; }
  .briefings .briefings__date {
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.5;
    margin: 0.625em 0 0; }
  @media (max-width: 1169px) {
    .briefings {
      max-width: none; } }
  @media (max-width: 752px) {
    .briefings .col--2 {
      width: 100%; } }

.briefing {
  max-width: 37.5em; }
  .briefing.wide {
    max-width: none; }
  .briefing .briefing__container {
    margin: 2.5em -0.9375em 0; }
    .briefing .briefing__container .col {
      padding: 0 0.9375em 2.5em; }
  .briefing .briefing__title {
    font-size: 1.625em;
    margin-bottom: 0;
    text-transform: none;
    text-align: left;
    color: #8d1938; }
  .briefing .briefing__date {
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.5;
    margin: 0.625em 0 0; }
  .briefing .briefing__image {
    margin: 2.5em 0; }
  .briefing .briefing__video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin: 2.5em 0; }
    .briefing .briefing__video iframe,
    .briefing .briefing__video video {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      display: block; }
    .briefing .briefing__video:first-child {
      margin-top: 0; }
    .briefing .briefing__video:last-child {
      margin-bottom: 0; }
  .briefing .briefing__documents {
    margin: 1.875em 0 0;
    list-style: none;
    padding-left: 0;
    font-size: 1em;
    line-height: 1.875; }
    .briefing .briefing__documents li {
      display: block; }
      .briefing .briefing__documents li + li {
        margin-top: 1.25em; }
  .briefing .briefing__document i {
    margin-right: 0.625em; }
  .briefing p:first-child {
    margin-top: 0; }
  .briefing p:last-child {
    margin-top: 0; }
  @media (max-width: 599px) {
    .briefing .briefing__container {
      margin-top: 2em; }
      .briefing .briefing__container .col {
        padding-bottom: 2em; }
    .briefing .briefing__video {
      margin: 2em 0; } }

.documents {
  margin: 1.875em 0 0;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
  line-height: 1.875; }
  .documents li {
    display: block; }
    .documents li + li {
      margin-top: 1.25em; }
  .documents .documents__file i {
    margin-right: 0.625em; }

.stats {
  margin-top: 3.75em; }
  .stats:first-child {
    margin-top: 0; }
  .stats .stats__container {
    margin: 0 -0.375em -0.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .stats .col {
    padding: 0 0.375em 0.75em; }
  @media (min-width: 1366px) {
    .stats .stats__container::after {
      display: none; } }
  @media (max-width: 1365px) {
    .stats .stats__container {
      display: block; }
    .stats .col--5 {
      width: 33.33333%; } }
  @media (max-width: 992px) and (min-width: 753px) {
    .stats .stats__container {
      margin: 0 -0.25em -0.5em; }
    .stats .col {
      padding: 0 0.25em 0.5em; } }
  @media (max-width: 833px) {
    .stats {
      margin-top: 3.125em; } }
  @media (max-width: 752px) {
    .stats .col--5 {
      width: 100%; } }
  @media (max-width: 550px) {
    .stats {
      margin-top: 2.5em; } }

.stat {
  border: 1px solid #52473e;
  text-align: center;
  padding: 3.75em 1.25em; }
  .stat .stat__image img {
    max-height: 5rem;
    width: auto;
    margin: 0 auto; }
  .stat .stat__title {
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 8.75em;
    margin-left: auto;
    margin-right: auto;
    min-height: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .stat .stat__title:last-child {
      margin-bottom: 0; }
  .stat .stat__number {
    font-size: 4.5em;
    line-height: 5rem;
    font-weight: 700;
    color: #8d1b3d; }
    .stat .stat__number.small {
      font-size: 1.5em; }
    .stat .stat__number.medium {
      font-size: 3.5em; }
  @media (max-width: 992px) {
    .stat {
      padding: 2.5em 0.9375em; }
      .stat .stat__number {
        font-size: 4.5em;
        line-height: 4.5rem; }
        .stat .stat__number.medium {
          font-size: 3.5em;
          line-height: 4.5rem; } }
  @media (max-width: 752px) {
    .stat {
      position: relative;
      padding: 1.875em;
      text-align: left; }
      .stat .stat__title {
        display: block;
        max-width: none;
        min-height: 0;
        margin-top: 0; }
      .stat .stat__number {
        padding-left: 7.1875rem;
        font-size: 3.5em; }
        .stat .stat__number.medium {
          font-size: 3.5em; }
        .stat .stat__number.small {
          font-size: 2.5em; }
      .stat .stat__image {
        position: absolute;
        left: 1.875em;
        bottom: 1.875em;
        width: 4.6875em; }
        .stat .stat__image img {
          max-height: 4.6875em; }
      .stat i {
        position: absolute;
        left: 1.875em;
        bottom: 1.875em;
        width: 4.6875em;
        height: 4.6875em; } }
  @media (max-width: 413px) {
    .stat .stat__number.small {
      font-size: 2em; } }
  @media (max-width: 374px) {
    .stat {
      padding: 1.25em; }
      .stat i {
        position: absolute;
        left: 1.25em;
        bottom: 1.25em; } }

.logos + .logos {
  margin-top: 2em; }

.logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -0.9375rem -1.875rem; }

.logos li {
  width: 33.33333%;
  padding: 0 0.9375rem 1.875rem; }
  .logos li:nth-child(3n+1) img {
    margin-left: 0; }
  .logos li:nth-child(3n+3) img {
    margin-right: 0; }

.logos a {
  display: block;
  opacity: 1; }
  .logos a:hover {
    opacity: .5; }

.logos img {
  display: block;
  max-width: 11.25rem;
  max-height: 9.375rem;
  margin: 0 auto; }

@media (max-width: 992px) {
  .logos img {
    max-width: 9.375rem;
    max-height: 7.5rem; } }

@media (max-width: 752px) and (min-width: 600px) {
  .logos li {
    width: 50%; }
    .logos li:nth-child(odd) img {
      margin-right: auto;
      margin-left: 0; }
    .logos li:nth-child(even) img {
      margin-right: 0;
      margin-left: auto; } }

@media (max-width: 480px) {
  .logos li {
    width: 50%; }
    .logos li:nth-child(odd) img {
      margin-right: auto;
      margin-left: 0; }
    .logos li:nth-child(even) img {
      margin-right: 0;
      margin-left: auto; } }

.quiz .quiz__diamond {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #fff;
  width: 3.25rem;
  font-size: 1em;
  line-height: 3.25rem;
  margin-right: .875rem;
  text-align: center;
  font-weight: 700; }
  .quiz .quiz__diamond::before {
    content: '';
    position: absolute;
    top: .5rem;
    left: .5rem;
    right: .5rem;
    bottom: .5rem;
    background-color: #8d1b3d;
    z-index: -1;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.quiz .quiz__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .quiz .quiz__question h4 {
    margin: .5rem 0 1.5rem;
    max-width: calc(100% - 4.125rem); }

.quiz .quiz__answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.25rem .75rem;
  padding-left: 4.125rem; }
  .quiz .quiz__answers p {
    margin-top: .5rem;
    margin-bottom: 0; }
  .quiz .quiz__answers .radio {
    padding: 0 1.25rem 1.25rem; }
    .quiz .quiz__answers .radio.row {
      width: 100%; }
  .quiz .quiz__answers .select {
    margin: 0 1.25rem 1.25rem; }

.quiz .quiz__scenarios {
  display: none;
  border: 2px solid #8d1b3d;
  padding: 3rem;
  margin-top: 3rem; }
  .quiz .quiz__scenarios.active {
    display: block; }

.quiz .quiz__scenario {
  display: none; }
  .quiz .quiz__scenario.active {
    display: block; }

.quiz .quiz__validation {
  width: 100%;
  margin-top: 1rem;
  color: #8d1b3d; }

.quiz .quiz__btn {
  margin-left: 4.125rem;
  font-size: 1rem;
  background-color: #8d1b3d;
  color: #fff;
  padding: .5rem 1rem; }

.quiz .quiz__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0; }
  .quiz .quiz__container:first-child {
    margin-top: 0; }
  .quiz .quiz__container:last-child {
    margin-bottom: 0; }

.quiz .quiz__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 10rem; }
  .quiz .quiz__icon img {
    max-width: 4.6875rem;
    max-height: 5.625rem; }

.quiz .quiz__text {
  width: calc(100% - 10rem); }

.quiz .quiz__content {
  margin: 3rem 0; }
  .quiz .quiz__content.border {
    border: 1px solid #8d1b3d;
    padding: 2rem; }
  .quiz .quiz__content:first-child {
    margin-top: 0; }
  .quiz .quiz__content:last-child {
    margin-bottom: 0; }

.quiz p {
  width: 100%; }

.quiz ol {
  list-style-type: upper-alpha; }

@media (max-width: 1279px) {
  .quiz .quiz__scenarios {
    padding: 3rem 2rem; }
  .quiz .quiz__container {
    display: block; }
  .quiz .quiz__icon {
    width: 120px;
    margin-bottom: 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .quiz .quiz__text {
    width: 100%; }
  .quiz .quiz__content.border {
    padding: 1.5rem; } }

@media (max-width: 499px) {
  .quiz .quiz__scenarios {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
    border-left: 0;
    border-right: 0; }
  .quiz .quiz__container {
    margin: 2rem 0; }
  .quiz .quiz__content {
    margin: 2rem 0; } }

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .radio__wrapper {
    position: relative;
    margin-right: .5rem; }
    .radio__wrapper label {
      position: relative;
      border: 1px solid #8d1b3d;
      border-radius: 50%;
      display: block;
      width: 1.8em;
      height: 1.8em;
      overflow: hidden;
      background-color: #fff; }
      .radio__wrapper label::after {
        position: absolute;
        content: '';
        opacity: 0;
        top: .3rem;
        left: .3rem;
        right: .3rem;
        bottom: .3rem;
        background-color: #8d1b3d;
        border-radius: 50%; }
    .radio__wrapper input {
      display: none; }
      .radio__wrapper input:checked + label::after {
        opacity: 1; }
  .radio__label {
    font-weight: 700;
    display: inline-block;
    padding-top: 2px; }
  @media (hover: hover) {
    .radio:hover label::after {
      opacity: .5; } }
  .radio.is-error {
    color: #903c3b; }

.select {
  padding: 1em;
  padding-right: 2em;
  min-width: 18.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 1px solid #bababa;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #5d5d5d;
  background-image: url("../img/icons/arrow-down.svg");
  background-position: 16.875rem 50%;
  background-repeat: no-repeat; }
  .select.multiple {
    padding: 1em;
    min-height: 10.9375rem;
    background-image: none; }
    .select.multiple option {
      font-size: 0.9375rem;
      font-weight: 700;
      color: #5d5d5d;
      padding: .3em 0; }

.ar .select {
  background-position-x: 0.9375rem; }
