@font-face {
    font-family: 'Glosa Headline';
    src: url('../fonts/GlosaHeadline-Black.woff2') format('woff2'),
        url('../fonts/GlosaHeadline-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Glosa Headline Roman';
    src: url('../fonts/GlosaHeadline-Roman.woff2') format('woff2'),
        url('../fonts/GlosaHeadline-Roman.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Glosa Headline';
    src: url('../fonts/GlosaHeadline-Medium.woff2') format('woff2'),
        url('../fonts/GlosaHeadline-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Glosa Headline';
    src: url('../fonts/GlosaHeadline-Bold.woff2') format('woff2'),
        url('../fonts/GlosaHeadline-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #000;
  position: relative;
}

.analytics {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
}
.blocker {
  z-index: 99999 !important;
}
.modal a.close-modal {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6NJREFUeNrsmz1M20AUxy+hqC1USioV1AVEO3VgqMQGA4aNiWSjU5OFqaIwsCGFCPamqBNLwgZTszE2XdhQU4mho6UMbcOAI1Vpq5aq71l3lXH8Ed+dz7HTv3Q6ELa5n5/v7r27dykSkj5NTGSh0qA8hbIIJUt/dpMBpUnLRyiNJ5eXuux2pUKAzEFZpbWoELgO5bUs+JQk0BmoShQyG9JH06Dg9ciALaAFok5o6SKAN5QCA+wuVC9DtKif0NJbQT/1FKdV3/oMQKpkUOhaKMAAi320GqFV3VQD6KJUYIAtUNhBFfbpPIAbwsAA+wqqTTL4wjl8yQs6lQDLBoJOJwyW0MG0GtjCAIs3fiDxVRmsvNsXMHUREXaGxFtLdgfF7ZMuJQAWVaXGcweGC7SYjMj9iLm+nhYukWRpk3qHvcB0VNZI8lRys/BzkafeX18nDw8OzFqG0pkMGVtYMGtBFZiVb9n6Lrd1J/f3b4Denp0lXzY2uFuYWVsjk3t7JuyfTod8hmd9Oz0VgcbIbist07r2BqO1eWHxXmZZrB9sbwtb2f5JCy3J/Gq1XBvOA2vX6NSUKHAWo720JewTCvnaOzuBAIJe2zk5kTEsrDILL4o+CfuXW5/tB9oT9vjY9YUGlJa2ONzCwobxQPvBigx+dkeEAUube4NCK4Q1NULnJ6mu5M+LC/IbBrF7Kys9f7sD0xUOQNgFVMOyeTiUIAEbjHICQtDR6WkyNj+vFJZNS6EtyHk1PApYBhzqcmsQgLBhfZd4VEKrgFUGPEhSAizqeMgGbkYNqxIagY0oYLtnZ5FAI7CuGhYHqFYuJ+R7cwOHkVbQrwfF63vLGLQaqmFFAw5R4GYUsBFA6wz4fVSwiqEb/7ZaIGq64vWrMfp5fH4uxYPygtOXl81ITEB5q+PBnR2DkY8sd9HrnhGx5VoDM4CswEe8T7rudKT6xk734lLtDzHr1syXxn570+3qL8bHNZ74+LrdNt/+3bk58/erw0PyVXBZFT/d79Q5wRpfAP4fAT0DRuPGdmlMN8D7si5LeunZHwbodyR5+0uPmIPlFC2VEwZbsXqTPcB0x7ySEFjdbkC3eLgcVlChWEV7No8jML0oH3PYslMCquuKB1yM/nUxprB1pwwe3yUemrQZN2hPQ/muaVHoSoxgxVIPY+SUYH+Vk1xqgR6e9GELNPrag5QgXgxyDuL/EQAOaw/HIQ8X8GQf43EAH46DWh7wGhmwo3h/BRgAUGDXfjRAuckAAAAASUVORK5CYII=') !important;
}
.modal.video-modal {
  height: 100%;
  overflow: unset;
  max-width: none !important;
  max-height: 100vh !important;
  padding: 0 !important;
}
.modal.video-modal .dailymotion-player-root {
  padding-bottom: 0 !important;
  position: initial !important;
}
.modal.video-modal > div, .modal.video-modal iframe {
  height: 100%;
}

.section {
  padding-top: 0;
  padding-bottom: 0;
}
#trigger1 {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.share {
  position: fixed;
  top: 20px;
  right: 110px;
  padding: 5px 10px;
  border-radius: 50px;
  text-align: center;
  z-index: 999;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.share.active {
  background-color: rgba(255,255,255,1) !important;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.share > a {

}
.share > a i {
  color: #D9D9D9;
  font-size: 20px;
}
.share .social-icons {
  display: none;
}
.share .social-icons li {

}
.share .social-icons li a {

}
.share .social-icons li a i {
  color: #AFAFAF;
  font-size: 18px;
}
.share .social-icons li a:hover i {
  color: #3B3B3B;
}
.menu-icon {
  position: fixed;
  top: 20px;
  right: 30px;
  padding: 5px 10px;
  border-radius: 50px;
  text-align: center;
  z-index: 1000;
}
.menu-icon a {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #D9D9D9;
  font-size: 18px;
  line-height: 1em;
}

.menu-wrapper {
  background-color: #000;
  color: #FFF;
  width: 100vw;
  height: 100vh;
  padding: 2rem 0 3rem;
  position: fixed;
  z-index: 99999;
  top: 0;
  overflow: scroll;
  display: none;
}
.menu-title {
  font-family: 'Glosa Headline';
  font-weight: 700;
  font-size: 100px;
  line-height: 1em;
}
.close-menu {
  display: inline-flex;
  background-color: #D81515;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.close-menu i {
  color: #FFF;
  font-size: 16px;
}
.menu-stories {

}
.menu-multimedia {

}
.menu-subtitle {
  font-family: 'Glosa Headline';
  font-weight: 900;
  font-size: 19px;
  line-height: 1em;
}
.tiles {
  margin-top: 0.5rem;
}
.tiles .tile {

}
.link-to {
  display: block;
  position: relative;
  color: #FFF;
}
.link-to .link-image {

}
.menu-stories .link-to .link-head {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-family: 'Glosa Headline';
  font-weight: 700;
  font-size: 17px;
  line-height: 1.25em;
  padding: 12px 16px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );
}
.menu-multimedia .tiles {
  height: 100%;
}
.menu-multimedia .link-to {
  height: 100%;
}
.menu-multimedia .link-to .link-image {
  height: 100%;
  width: 100%;
}
.menu-multimedia .link-to .link-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.menu-multimedia .link-to .link-head {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  font-family: 'Glosa Headline';
  font-weight: 900;
  font-size: 22px;
  line-height: 1.25em;
  padding: 12px 16px;
}

.cover {
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.cover .logos {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}
.cover .logos a {
  display: inline-block;
}
.cover .logos a:not(:last-child) {
  margin-right: 15px;
}
.cover .logos a img {
  height: 56px;
}
.cover .title-tag {
  background-color: #D81515;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1em;
  padding: 8px 10px;
  display: inline-block;
  margin-bottom: 15px;
  opacity: 0;
  transform: scale(10);
}
.cover .title-logo {
  display: inline-block;
  width: 100%;
  opacity: 0;
}
.cover .article-subtitle {
  font-size: 26px;
  line-height: 1.3em;
  color: #FFF;
  display: block;
  text-align: center;
  opacity: 0;
  margin-top: 0.5rem;
}
.cover .scroll-down {
  position: absolute;
  bottom: 1rem;
}
.cover .scroll-down img {
  display: inline-block;
  width: 20px;
}
.cover .arrow {
  text-align: center;
  position: absolute;
  bottom: 1rem;
}
.cover .arrow a {
  color: #FFF;
}
.cover .arrow a i {

}
.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.intro-text {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.intro-text p {
  color: #FFF;
  font-family: 'Merriweather', serif;
  font-size: 18px;
  line-height: 1.6em;
}
.intro-text p:not(:last-child) {
  margin-bottom: 1.6rem;
}




/****************** Videogallery *********************/
.videogallery {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.videogallery .vidgal-title {
  font-family: 'Glosa Headline';
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  color: #FFF;
  text-align: center;
}
.videogallery .video-tiles {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.videogallery .video-tiles .tile {
  min-width: 20%;
  max-width: 20%;
  padding: 2px;
  width: 20% !important;
  opacity: 0;
}
.videogallery .video-tiles .tile a {
  overflow: hidden;
  cursor: url("../media/images/play.png") 29 33, auto;
}
.videogallery .video-tiles .tile a img {

}








/****************** DB Tool *********************/
.top-info {
  color: #FFF;
  padding-top: 4rem;
  margin-bottom: 2rem;
}
.top-info .total {

}
.top-info .total .total-number {
  font-family: 'Glosa Headline';
  font-weight: 900;
  font-size: 124px;
  line-height: 1em;
  color: #D81515;
}
.top-info .total-descrip {
  font-family: 'Glosa Headline';
  font-weight: 900;
  line-height: 1.2em;
  font-size: 36px;
  color: #D81515;
}
.top-info .summary {
  font-size: 18px;
  line-height: 1.33em;
  opacity: 0.75;
}
.top-info .chart-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 1em;
  font-size: 18px;
}
.top-info .charts {
  margin-top: 1.5rem;
}
.top-info .charts .for-chart {
  width: 100%;
  height: 100px
}
.top-info .border-right {
  border-right: 1px dashed #FFF;
}
.top-info .indications {
  font-weight: 900;
  font-size: 24px;
}
.top-info .indications ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
.top-info .indications ol li {
  font-weight: 400;
  font-size: 18px;
  margin: 1rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
.top-info .indications ol li::before {
  content: counter(my-awesome-counter);
  color: #000;
  font-size: 18px;
  font-weight: 900;
  position: absolute;
  --size: 30px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background-color: #FFF;
  border-radius: 50%;
  text-align: center;
}


.search-input {
  position: relative;
  height: 100%;
}
.search-input input {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  padding: 10px 15px;
  outline: 0 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1em;
  color: #000;
  background-color: #FFF;
}
.search-input input::placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
  color: #CCCCCC;
}
.search-input .bsearch {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  border: 0;
  background-color: transparent;
  padding: 0 15px;
  outline: 0;
  cursor: pointer;
}
.search-input .bsearch i {
  font-size: 20px;
  color: #000;
}
.search-count {
  color: #FFF;
  font-size: 19px;
  text-align: right;
  line-height: 1.6em;
}
.search-count .count {
  font-weight: 700;
  font-size: 36px;
}

.for-filters {
  margin-top: 1rem;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.for-filters.active {
  background-color: #F5F5F5;
}
.for-filters .show-hide-filters {
  color: #FFFFFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.for-filters.active .show-hide-filters {
  color: #D81515;
}
.for-filters .show-hide-filters i {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.for-filters.active .show-hide-filters i {
  transform: rotate(180deg);
}
.show-hide-filters {
  border: 0;
  background-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  color: #000;
  padding: 0;
  outline: 0;
  cursor: pointer;
}
.filters-wrapper {
  padding-bottom: 2.5rem;
  font-size: 12px;
  display: none;
}
.filters-wrapper .filter-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2em;
  display: block;
}
.select2-container {
  width: 100% !important;
}
.filters-wrapper .filter-select {
  border: 1px solid #CCC;
  background-color: #FFF;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #B2B6B7;
  padding: 4px 10px;
  border-radius: 3px;
}
.for-cards {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.for-cards .card {
  display: block;
  cursor: pointer;
  outline: 0 !important;
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.75em;
  padding: 0.75rem;
  height: 100%;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.for-cards .card:hover {
  background-color: #dbf7de;
  transform: scale(1.03);
}
.for-cards .card .date {
  color: #D81515;
}
.for-cards .card .fullname {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: block;
  line-height: 1.3em;
  margin-bottom: 0.5rem;
}
.for-cards .card .instance {
  font-weight: 700;
}

.range-slider {
  margin-top: 1rem;
}
.noUi-handle-touch-area {
  width: 21px;
  height: 21px;
  left: -3px;
  top: -3px;
}
.noUi-connect {
	background: #5FBFCD;
}
.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
	background: #5FBFCD;
}
.noUi-target.noUi-horizontal .noUi-tooltip {
	background-color: #5FBFCD;
  font-weight: 500;
}
.radio-group {
  display: flex;
  align-items: center;
  margin-top: 0.5em;
}
.radio-group input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.radio-group label {
  position: relative;
  margin-right: 1em;
  padding-left: 2em;
  padding-right: 1em;
  line-height: 2;
  cursor: pointer;
}
.radio-group label::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  display: block;
  width: 1.4em;
  height: 1.4em;
  border: 2px solid #5FBFCD;
  border-radius: .25em;
}
.radio-group input[type="radio"] + label::after {
  border-radius: 1em;
}

/* Checked */
.radio-group input[type="radio"]:checked + label::after {
  background: #5FBFCD;
}

/* Transition */
.radio-group label,
.radio-group label::after {
  transition: .25s all ease;
}

.modal.case-modal {
  overflow: unset;
  max-width: 90% !important;
  padding: 30px;
}
.case-modal .case-detail {

}
.case-modal .photo {
  position: relative;
  width: 100%;
  padding-top: 125%;
  margin-bottom: 0.5rem;
}
.case-modal .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-modal .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 0.75rem;
}
.case-modal .info {
  font-size: 12px;
  margin-bottom: 1.5rem;
}
.case-modal .date {
  background-color: #D81515;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 4px;
  margin-bottom: 0.5rem;
}
.case-modal .instance {
  font-weight: 900;
  font-size: 14px;
  line-height: 1.3em;
  color: #D81515;
  text-align: center;
}
.case-modal .detail-info {

}
.case-modal .detail-info .column:not(:first-child) {
  border-top: 1px dashed #B2B6B7;
}
.case-modal .m-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3em;
  color: #AAAAAA;
  margin-bottom: 0 !important;
}
.case-modal .m-p {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 0 !important;
}
.pagination > li > a {
  color: #000;
}
.pagination > .active > a {
  background-color: #D81515;
  border-color: #D81515;
}


/* Revenge cases */
.revcases {
  margin-left: -2px;
  margin-right: -2px;
}
.revcases .guy {
  display: inline-flex;
  margin: 1.5rem 2px 0;
}
.revcases .guy img {

}
.tooltip {
  font-family: 'Roboto', sans-serif;
  background-color: #3C9A8A;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  color: #FFF;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.2em;
  padding: 4px 8px;
  border-radius: 4px;
  pointer-events: none;
  top: -10px !important;
}
.tooltip .tooltip-arrow {
  border-style: solid;
  position: absolute;
  border-width: 5px 5px 0px 5px;
  border-color: #3C9A8A transparent transparent transparent;
  bottom: -5px;
  left: calc(50% - 5px) !important;
}





.cover-chapters {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.cover-chapters a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 118%;
}
.cover-chapters a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}
.cover-chapters a .link-head {
  position: absolute;
  width: 100%;
  height: 35%;
  padding: 0.75rem;
  font-family: 'Glosa Headline';
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3em;
  color: #FFF;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );
}
.cover-chapters a .link-head .chapter {
  display: block;
  font-family: 'Glosa Headline Roman';
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3em;
  color: #FFF;
  margin-bottom: 0.25rem;
}
.cover-chapters a .link-summary {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0,0,0,0.8);
  padding: 1rem 1.5rem;
  font-size: 16px;
  line-height: 1.4em;
  color: #FFF;
  display: flex;
  align-items: flex-end;
  opacity: 0;
}


.for-links {
  margin-top: 1rem;
  margin-bottom: 6rem;
}
.for-links .counter {
  font-family: 'Glosa Headline';
  font-weight: 700;
  font-size: 15px;
  color: #FFF;
  line-height: 1em;
  height: 2rem;
}
.for-links .counter.active {
  font-family: 'Glosa Headline';
  font-weight: 900;
  font-size: 19px;
}
.for-links .counter.active span {
  color: #FFF;
  background-color: #D81515;
  border-radius: 500%;
  width: 24px;
  height: 24px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  padding-top: 4px;
}
.for-links .link-to .link-head {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-family: 'Glosa Headline';
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3em;
  padding: 12px 16px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );
}



/****************** Credits *********************/
.credits {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #EEEEEE;
}
.credits img {
  height: 50px;
}
.credits .top-bar {
  width: 100%;
  height: 2px;
  margin-bottom: 0.5rem;
}
.credits .cred-dl .top-bar {
  background-color: #028875;
}
.credits .cred-conn .top-bar {
  background-color: #000000;
}
.credits ul {
  color: #FFF;
  margin-bottom: 1.5rem;
}
.credits ul li {
  font-size: 15px;
}
.credits ul li.concept {
  font-family: 'Glosa Headline';
  font-weight: 700;
  color: #80b9b1;
}


.page-footer {
  font-size: 16px;
  color: #FFF;
  line-height: 1.6em;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.page-footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-footer .logo a {
  display: inline-block;
}
.page-footer .logo img {
  height: 60px;
}
.page-footer p {
  font-size: 16px;
  font-style: italic;;
}
.page-footer p a {
  color: #FFF;
  font-weight: 500;
}

/* Tablet and up */
@media screen and (min-width: 768px), print {
  .container.intro-text {
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .cover .title-tag {
    font-size: 24px;
  }
  .cover .article-subtitle {
    font-size: 20px;
  }
  .cover .logos a img {
    height: 45px;
  }
  .share {
    right: 5.5rem;
  }
  .menu-icon {
    right: 1rem;
  }

  .menu-title {
    font-size: 60px;
  }
  .menu-stories .link-to .link-head {
    font-size: 14px;
    padding: 10px 12px;
  }
  .menu-multimedia .link-to .link-head { 
    font-size: 18px;
    padding: 10px 12px;
  }



  /****************** Videogallery *********************/
  .videogallery .video-tiles .tile {
    min-width: 33.3333%;
    max-width: 33.3333%;
    width: 33.3333% !important;
  }


  .page-footer {
    padding-bottom: 3rem;
    padding-top: 2rem;
    font-size: 14px;
    font-weight: 500;
  }

  .credits .credits-title {
    font-size: 30px;
  }

  /****************** DB Tool *********************/
  .modal.case-modal {
    max-width: 100% !important;
    width: 100%;
    padding: 1.25rem;
  }
  .top-info .border-right {
    border-right: 0 !important;
  }
}
