@font-face {
  font-family: Fuerte;
  src: url("../fonts/Fuerte-RegularRounded.woff2") format("woff2"), url("../fonts/Fuerte-RegularRounded.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Fuerte;
  src: url("../fonts/Fuerte-BoldRounded.woff2") format("woff2"), url("../fonts/Fuerte-BoldRounded.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MOSans;
  src: url("../fonts/MOSans-Regular.woff2") format("woff2"), url("../fonts/MOSans-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MOSans;
  src: url("../fonts/MOSans-Black.woff2") format("woff2"), url("../fonts/MOSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.c-footer a {
  color: white;
}

.c-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.c-hero__main {
  max-width: 600px;
}

.c-hero__form {
  max-width: 450px;
}

.c-media__code {
  width: 100%;
  height: 0;
  padding-top: 72%;
  position: relative;
}
.c-media__code embed,
.c-media__code iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-media__thumb-link {
  display: block;
  position: relative;
}

.c-media__counter, .c-media__counter--inline {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #101820;
  color: white;
  text-align: center;
  min-width: 10px;
  padding: 2px 5px 0;
  font-size: 12px;
}

.c-media__counter--inline {
  position: static;
  display: inline-block;
}

.c-media__attachment {
  display: inline-block;
  position: relative;
  padding-left: 36px;
}
.c-media__attachment:before {
  position: absolute;
  top: -7px;
  left: 0;
  display: inline-block;
  content: "";
  width: 28px;
  height: 28px;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: top;
}

.c-media__attachment--small {
  padding-left: 24px;
}
.c-media__attachment--small:before {
  width: 18px;
  height: 18px;
  top: 2px;
  left: 1px;
}

.c-media__attachment--word:before {
  background-image: url("../images/icons/word.svg");
}

.c-media__attachment--excel:before {
  background-image: url("../images/icons/excel.svg");
}

.c-media__attachment--powerpoint:before {
  background-image: url("../images/icons/ppt.svg");
}

.c-media__attachment--pdf:before {
  background-image: url("../images/icons/pdf.svg");
}

.c-media__attachment--video:before {
  background-image: url("../images/icons/video.svg");
}

.c-media__attachment--compressed:before {
  background-image: url("../images/icons/zip.svg");
}

.c-media__attachment--wetransfer:before {
  background-image: url("../images/icons/wetransfer.svg");
}

[data-admin-counter] {
  position: relative;
}
[data-admin-counter]:before {
  content: attr(data-admin-counter);
  position: absolute;
  top: 0;
  right: 4px;
  background-color: #101820;
  color: white;
  text-align: center;
  min-width: 10px;
  padding: 2px 5px 0;
  font-size: 12px;
}

.c-intro {
  border-color: rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 1200px) {
  .c-intro {
    height: 100%;
  }
}

.c-intro__list li {
  border-color: rgba(0, 0, 0, 0.08);
}

.c-intro__link {
  color: #101820;
  display: inline-block;
}
.c-intro__link:hover, .c-intro__link:focus {
  font-style: italic;
  font-weight: 500;
}

.c-sidebar,
.c-sidebar .list-group-item {
  border-color: rgba(0, 0, 0, 0.08);
}

.c-sidebar__link:hover, .c-sidebar__link:focus {
  font-style: italic;
  font-weight: 500;
}

.c-login__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: top;
}

.c-login__main {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .c-login__main {
    max-width: 600px;
  }
}

.c-login__form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-login__form {
    width: 450px;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-family: MOSans, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

body, p {
  font-family: Fuerte, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}
