@font-face {
  font-family: "flexslider-icon";
  src: url("/assets/flexslider/fonts/flexslider-icon.eot");
  src: url("/assets/flexslider/fonts/flexslider-icon.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/flexslider/fonts/flexslider-icon.woff") format("woff"),
    url("/assets/flexslider/fonts/flexslider-icon.ttf") format("truetype"),
    url("/assets/flexslider/fonts/flexslider-icon.svg#flexslider-icon")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: "\f002";
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "\f003";
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@font-face {
  font-family: "museo-sans";
  src: url("/assets/fonts/MuseoSans_300-webfont.eot");
  src: url("/assets/fonts/MuseoSans_300-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/MuseoSans_300-webfont.woff2") format("woff2"),
    url("/assets/fonts/MuseoSans_300-webfont.woff") format("woff"),
    url("/assets/fonts/MuseoSans_300-webfont.ttf") format("truetype"),
    url("/assets/fonts/MuseoSans_300-webfont.svg#museo_sans300") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "museo-sans";
  src: url("/assets/fonts/MuseoSans_500-webfont.eot");
  src: url("/assets/fonts/MuseoSans_500-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/MuseoSans_500-webfont.woff2") format("woff2"),
    url("/assets/fonts/MuseoSans_500-webfont.woff") format("woff"),
    url("/assets/fonts/MuseoSans_500-webfont.ttf") format("truetype"),
    url("/assets/fonts/MuseoSans_500-webfont.svg#museo_sans500") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "museo-sans";
  src: url("/assets/fonts/MuseoSans_500_Italic-webfont.eot");
  src: url("/assets/fonts/MuseoSans_500_Italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/MuseoSans_500_Italic-webfont.woff2") format("woff2"),
    url("/assets/fonts/MuseoSans_500_Italic-webfont.woff") format("woff"),
    url("/assets/fonts/MuseoSans_500_Italic-webfont.ttf") format("truetype"),
    url("/assets/fonts/MuseoSans_500_Italic-webfont.svg#museo_sans500_italic")
      format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "museo-sans";
  src: url("/assets/fonts/MuseoSans_700-webfont.eot");
  src: url("/assets/fonts/MuseoSans_700-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/MuseoSans_700-webfont.woff2") format("woff2"),
    url("/assets/fonts/MuseoSans_700-webfont.woff") format("woff"),
    url("/assets/fonts/MuseoSans_700-webfont.ttf") format("truetype"),
    url("/assets/fonts/MuseoSans_700-webfont.svg#museo_sans700") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "museo-sans";
  src: url("/assets/fonts/MuseoSans_900-webfont.eot");
  src: url("/assets/fonts/MuseoSans_900-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/MuseoSans_900-webfont.woff2") format("woff2"),
    url("/assets/fonts/MuseoSans_900-webfont.woff") format("woff"),
    url("/assets/fonts/MuseoSans_900-webfont.ttf") format("truetype"),
    url("/assets/fonts/MuseoSans_900-webfont.svg#museo_sans900") format("svg");
  font-weight: 900;
  font-style: normal;
}
h1,
h2,
h3,
h4 {
  font-family: "museo-sans", "Helvetica", "Arial", sans-serif !important;
}
body,
.listbody {
  background-color: #f2f0f1 !important;
}
body.pushable > .pusher {
  background-color: #f2f0f1 !important;
}
body.card-layout {
  background-color: #f2f0f1;
}
ins {
  text-decoration: none;
}
::selection {
  background: #e8ff03;
}
::-moz-selection {
  background: #e8ff03;
}
@media (max-width: 767px) {
  article {
    background-color: #fff;
  }
}
.ui.seo.header {
  position: absolute;
  text-indent: -9999em;
}
.ui.section.header {
  margin-top: 2em;
  margin-bottom: 1em;
  font-family: "museo-sans", "Helvetica", "Arial", sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
}
.ui.container .listbody a {
  color: #434a54;
}
.ui.container .listbody a:hover {
  color: #8a0ebd;
}
@media (min-width: 768px) {
  .ui.container.fullwidth {
    max-width: 1000px !important;
  }
}
@media (max-width: 767px) {
  .ui.container.fullwidth {
    width: 100%;
    margin: 0 !important;
  }
}
.ui.container.fullwidth .ui.segment {
  margin: 2em 0;
}
@media (max-width: 767px) {
  .ui.container.fullwidth .ui.segment {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .ui.container.fullwidth .listbody {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.ui.container.fullwidth h3.sections {
  font-size: 2em !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  color: rgba(0, 0, 0, 0.87) !important;
  margin-top: 0.2em;
}
@media (min-width: 1200px) {
  .ui.container.maxwidth {
    max-width: 900px !important;
  }
}
.ui.container.maxwidth.maincontainer h1.ui.header {
  font-family: "museo-sans", "Helvetica", "Arial", sans-serif !important;
}
.ui.container.maxwidth.maincontainer .listbody {
  background-color: #fff;
}
@media (min-width: 768px) {
  .ui.container.maxwidth.maincontainer .listbody {
    padding: 1rem;
  }
}
.ui.container.maxwidth.maincontainer .listbody .ui.right.attached.rail {
  margin-left: 10px;
}
.ui.container.maxwidth.maincontainer .listbody h3.sections {
  font-size: 2em !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.ui.container.maxwidth.maincontainer.article {
  font-size: 1.2em;
}
.ui.container.maxwidth.maincontainer.article
  .ui.items
  > .item
  > .content
  > .header {
  font-family: "museo-sans", "Helvetica", "Arial", sans-serif !important;
}
@media (max-width: 767px) {
  .ui.container.maxwidth.maincontainer.article {
    font-size: 1.2em;
  }
}
.ui.container.maxwidth.maincontainer.article h1.ui.header {
  text-align: center;
  margin-top: 0.1em;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .ui.container.maxwidth.maincontainer.article h1.ui.header {
    font-size: 2em;
  }
}
.ui.container.maxwidth.maincontainer.article .category {
  color: #8a0ebd;
}
.ui.container.maxwidth.maincontainer.article .articleheader {
  margin-top: 1em;
  margin-bottom: 1em;
}
.ui.container.maxwidth.maincontainer.article .articlebody {
  margin-top: 0;
}
@media (min-width: 768px) {
  .ui.container.maxwidth.maincontainer.article .articlebody {
    background-color: #fff;
    margin: 1em;
    border-radius: 0.2em;
  }
}
@media (min-width: 768px) {
  .ui.container.maxwidth.maincontainer.article .articlebody .topimage {
    padding-left: inherit !important;
    padding-right: inherit !important;
  }
}
.ui.container.maxwidth.maincontainer.article .sources {
  font-size: 0.7em;
  color: #e9e9e9;
}
.ui.container.maxwidth.maincontainer.article h2.ui.header {
  font-size: 1.3rem;
  line-height: 1.4em;
  font-weight: 700;
}
.ui.container.maxwidth.maincontainer.article h4 {
  font-size: 1.28rem;
  color: #8a0ebd;
}
.ui.container.maxwidth.maincontainer.article .textblock {
  font-family: "museo-sans", "Helvetica", "Arial", sans-serif !important;
  line-height: 1.6em;
  font-weight: 500;
}
.ui.container.maxwidth.maincontainer.article .textblock p {
  line-height: inherit;
}
.ui.container.maxwidth.maincontainer.article .textblock ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.ui.container.maxwidth.maincontainer.article .textblock ul li:before {
  content: "• ";
  color: #8a0ebd;
  font-weight: bold;
  padding-right: 10px;
}
.ui.container.maxwidth.maincontainer.article .textblock ul li {
  margin-left: 10px;
  padding-left: 10px;
  text-indent: -20px;
  padding-bottom: 10px;
}
.ui.container.maxwidth.maincontainer.article .textblock ul li:last-child {
  padding-bottom: 0 !important;
}
.ui.container.maxwidth.maincontainer.article .ui.sticky.social {
  z-index: 1;
}
.ui.container.maxwidth.maincontainer.article .textblock a {
  border-bottom: 1px solid #8a0ebd;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.ui.container.maxwidth.maincontainer.article .textblock a:hover,
.ui.container.maxwidth.maincontainer.article .textblock a:active,
.ui.container.maxwidth.maincontainer.article .textblock a:focus,
.ui.container.maxwidth.maincontainer.article .morelinks a:hover,
.ui.container.maxwidth.maincontainer.article .morelinks a:active,
.ui.container.maxwidth.maincontainer.article .morelinks a:focus {
  color: #0072ff;
  text-decoration: none;
}
.ui.container.maxwidth.maincontainer.article .card a {
  border-bottom: 0 !important;
}
.ui.container.maxwidth.maincontainer.article .ui.comments {
  max-width: 800px;
}
.ui.container.maxwidth.maincontainer.article blockquote {
  font-size: 1.7rem;
  color: #8a0ebd;
  line-height: 1.2em;
  margin: 2em 0;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 767px) {
  .ui.container.maxwidth.maincontainer.article blockquote {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .ui.container.maxwidth.maincontainer.article blockquote {
    margin: 2em;
  }
}
.ui.container.maxwidth.maincontainer.article blockquote em {
  font-size: 1rem;
  font-style: normal;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
}
.ui.container.maxwidth.maincontainer .topimage {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .ui.container.maxwidth.maincontainer .topimage {
    padding-right: 0;
    padding-left: 0;
  }
}
.ui.container.maxwidth.maincontainer .ui.fluid.image .label p {
  padding-top: 0;
}
.ui.container.maxwidth.maincontainer .ui.fluid.image p {
  font-size: 0.9em;
  padding-top: 1em;
  opacity: 0.6;
}
.ui.container.maxwidth.maincontainer
  .ui.fluid.image
  .ui.top.right.attached.label {
  background-color: rgba(232, 232, 232, 0.42);
}
.ui.container.maxwidth.maincontainer .ui.medium.rectangle.banner {
  text-align: center;
}
.ui.container.maxwidth.maincontainer .ui.divider.banner {
  color: rgba(0, 0, 0, 0.28);
}
.ui.container.maxwidth.maincontainer .socialoverlay.fixed {
  margin-left: 12px;
}
.ui.container.maxwidth.maincontainer .logintext {
  padding: 1em;
  font-size: 0.8em;
}
.ui.container.maxwidth.maincontainer .embedly-card {
  margin-bottom: 3rem;
  margin-bottom: 3rem;
}
.ui.container.maxwidth.maincontainer .ui.embed {
  margin-top: 1rem;
}
.ui.container.maxwidth.maincontainer .pb_feed {
  margin-top: 1rem;
}
.ui.container .fotoalbum .column {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .mainpage {
    margin-top: 49px;
  }
  .ui.container.mainpage {
    margin-left: 0.4em !important;
    margin-right: 0.4em !important;
  }
  .ui.stackable.full.grid > .column:not(.row) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .ui.container.maxwidth {
    max-width: 1000px !important;
  }
}
.footer {
  font-family: "museo-sans", "Helvetica", "Arial", sans-serif !important;
  margin-top: 30px !important;
}
.contentad {
  text-align: center;
}
.ui.medium.rectangle {
  text-align: left;
  font-size: 14px;
}
.emoji-sm {
  height: 20px;
  width: 20px;
}
.emoji {
  margin: 2px;
}
.ui.horizontal.divider {
  font-family: "museo-sans", "Helvetica", "Arial", sans-serif !important;
  font-weight: 900;
}
.ui.divider.listview a,
.ui.divider.listview a:visited,
.ui.divider.listview a:active {
  color: #8a0ebd;
  font-size: 2em;
}
.ui.divider.listview a:hover {
  color: #670a8e;
}
.ui.divider.comfeed a,
.ui.divider.comfeed a:visited,
.ui.divider.comfeed a:active {
  color: #8a0ebd;
}
.ui.divider.comfeed a:hover {
  color: #670a8e;
}
.topbar .ui.container.maxwidth > .item:first-child {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .topbar .ui.container.maxwidth > .item:first-child {
    padding-left: 0.5em !important;
  }
}
.topbar .ui.container.maxwidth > .item:last-child {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .topbar .ui.container.maxwidth > .item:last-child {
    padding-right: 0.5em !important;
  }
}
.ui.tense.grid > .column:not(.row),
.ui.tense.grid .ui.tense.grid > .row > .column,
.ui.tense.grid .ui.grid > .tense.row > .column {
  padding: 0.5rem !important;
}
.ui.grid[class*="horizontally padded"] {
  margin-left: -0.4em !important;
  margin-right: -0.4em !important;
}
.ui.gradient .ui.huge.header {
  font-family: "museo-sans", "Helvetica", "Arial", sans-serif !important;
}
.ui.gradient.segment:not(.inverted) {
  border: 0;
  padding: 3px;
}
.ui.gradient.segment:not(.inverted) > div {
  background-color: #f2f0f1;
  padding: 1em;
}
.ui.gradient.bluepink.segment:not(.inverted) {
  background: #0cbcf1;
  background-image: -webkit-linear-gradient(45deg, #0cbcf1 0, #8a0ebd 100%);
  background-image: linear-gradient(45deg, #0cbcf1 0, #8a0ebd 100%);
  background: #0cbcf1;
  background-image: -webkit-linear-gradient(45deg, #0cbcf1 0, #8a0ebd 100%);
  background-image: linear-gradient(45deg, #0cbcf1 0, #8a0ebd 100%);
}
.ui.gradient.greenlight.segment:not(.inverted) {
  background-image: linear-gradient(135deg, #81fbb8 0%, #28c76f 100%);
}
.ui.gradient.redyellow.segment:not(.inverted) {
  background-image: linear-gradient(135deg, #fdd819 0%, #e80505 100%);
}
.ui.gradient.instagram.segment:not(.inverted) {
  background: #edd042;
  background: -moz-linear-gradient(
    -45deg,
    #edd042 0%,
    #e76d40 32%,
    #6f33bf 67%,
    #555cd1 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #edd042 0%,
    #e76d40 32%,
    #6f33bf 67%,
    #555cd1 100%
  );
  background: linear-gradient(
    135deg,
    #edd042 0%,
    #e76d40 32%,
    #6f33bf 67%,
    #555cd1 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edd042', endColorstr='#555cd1',GradientType=1 );
}
.ui.gradient.infobox.segment {
  margin: 2em 0;
}
.ui.gradient.infobox.segment h1,
.ui.gradient.infobox.segment h2,
.ui.gradient.infobox.segment h3 {
  margin-top: 0;
}
.ui.gradient.infobox.segment .header {
  display: initial !important;
}
.ui.gradient.infobox.segment p {
  line-height: initial;
}
.ui.gradient.infobox.segment .ui.tiny.image {
  border: 0;
}
.ui.gradient.infobox.segment img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .ui.gradient.infobox.segment .ui.items:not(.unstackable) > .item {
    margin: 0 !important;
  }
}
.ui.gradient.box.segment .ui.items > .item > .content > .description {
  margin-top: 0 !important;
}
.ui.gradient.box.segment ul {
  margin: 10px 0;
}
.ui.gradient.box.segment ul li {
  padding-bottom: 7px;
}
.ui.gradient.productbox.segment .header {
  display: initial !important;
}
.ui.gradient.productbox.segment p {
  line-height: initial;
}
.ui.gradient.productbox.segment .ui.tiny.image {
  border: 0;
}
.ui.gradient.productbox.segment img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .ui.gradient.productbox.segment .item {
    margin: 0 !important;
  }
}
#community-content {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
#community-content .ui.horizontal.list > .item {
  margin-left: 0;
}
@media (min-width: 768px) {
  #community-content .ui.avatar.image {
    width: 2.4em;
    height: 2.4em;
  }
}
.mailcount:empty {
  display: none;
}
@media (min-width: 992px) and (max-width: 1330px) {
  .ui.container {
    margin-left: 40px !important;
    position: relative;
  }
}
#nat-gdfj .natpl-title {
  font-weight: 700 !important;
}
.ui.medium.rectangle {
  margin: 1em 0;
  text-align: center;
}
.ui.grey.menu {
  background: #f4f1f3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cookieconsent .js_consentEdit {
  display: none;
  height: 250px;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.cookieconsent .js_consentEditHeader {
  display: none;
}
.consentbar {
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  position: fixed;
  z-index: 101;
  margin: 0;
  width: 100%;
}
.ui.placeholder.segment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: initial;
  -webkit-animation: none;
  animation: none;
  overflow: visible;
  padding: 1em 1em;
  min-height: 18rem;
  background: #f9fafb;
  border-color: rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
  box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
}
.ui.placeholder .header {
  position: relative;
  overflow: hidden;
}
.ui.placeholder.segment .button,
.ui.placeholder.segment .field,
.ui.placeholder.segment textarea,
.ui.placeholder.segment > .ui.input {
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
}
.ui.placeholder.segment .button,
.ui.placeholder.segment textarea {
  display: block;
}
.leaderboard {
  min-height: 30px;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .leaderboard {
    width: 1000px;
  }
}
@media (max-width: 767px) {
  article .leaderboard {
    margin-bottom: -25px;
  }
}
@media (max-width: 767px) {
  .leaderboard.index {
    margin-bottom: -25px;
  }
}
.leaderboard-wallpaper {
  text-align: right !important;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  margin-right: -30px !important;
}
.skyscraper-wallpaper {
  text-align: left !important;
  margin-top: -90px !important;
}
.leaderboard-expwallpaper {
  text-align: right !important;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  margin-right: -248px !important;
}
.skyscraper-expwallpaper {
  text-align: right !important;
  margin-right: 80px !important;
}
.background-adclick {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 1500px;
}
[class^="svg-"],
[class*=" svg-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.svg-small {
  width: 0.75em;
  height: 0.75em;
  vertical-align: middle;
  line-height: 1;
}
.svg-large {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  line-height: 1;
}
.svg-big {
  width: 2em;
  height: 2em;
  vertical-align: middle;
  line-height: 1;
}
.svg-huge {
  width: 4em;
  height: 4em;
  vertical-align: middle;
  line-height: 1;
}
.svg-massive {
  width: 8em;
  height: 8em;
  vertical-align: middle;
  line-height: 1;
}
.sectioncolor {
  color: #8a0ebd;
}
.fbcolor {
  color: #3b5998;
}
.twcolor {
  color: #55acee;
}
.svg-emo-gaylove {
  vertical-align: button;
}
.svg-emo-gayflag {
  vertical-align: sub;
}
.svg-emo-gaycouple {
  vertical-align: sub;
}
.svg-emo-hot {
  vertical-align: bottom;
}
.svg-emo-unicorn {
  vertical-align: baseline;
}
.svg-emo-heart {
  vertical-align: bottom;
}
.sidebar .item > span {
  padding-left: 15px;
  font-size: 1.2em;
}
.sidebar .item svg {
  color: #8a0ebd;
  width: 1.4em;
  height: 1.4em;
  vertical-align: sub;
}
#asideopen {
  cursor: pointer;
}
.ui.card,
.teaser-full,
.teaser-row {
  font-family: "museo-sans", "Helvetica", "Arial", sans-serif !important;
}
.ui.card .overlay,
.teaser-full .overlay,
.teaser-row .overlay {
  position: absolute;
  margin: 1em;
  height: 60px;
  width: 60px;
  text-align: left;
}
.ui.card .overlay img,
.teaser-full .overlay img,
.teaser-row .overlay img {
  width: 100%;
}
.ui.card .overlay.right,
.teaser-full .overlay.right,
.teaser-row .overlay.right {
  right: 0;
  text-align: right;
}
.ui.card .overlay .svg-play,
.teaser-full .overlay .svg-play,
.teaser-row .overlay .svg-play {
  fill: white;
  height: 2em;
  width: 2em;
}
@media (min-width: 768px) {
  .teaser-full .overlay .svg-play {
    height: 4em;
    width: 4em;
  }
}
.ui.card.magazin {
  -webkit-box-shadow: 0 1px 3px 0 #f2f0f1, 0 0 0 1px #f2f0f1;
  box-shadow: 0 1px 3px 0 #f2f0f1, 0 0 0 1px #f2f0f1;
  width: 100%;
}
.ui.card.magazin .content {
  min-height: 130px;
}
.ui.card.magazin .content .header {
  font-family: "museo-sans", "Helvetica", "Arial", sans-serif !important;
}
@media (max-width: 767px) {
  .ui.card.magazin .content .header {
    margin-bottom: 1.5em;
  }
}
.ui.card.magazin .meta {
  padding-bottom: 0.7em;
  color: #8a0ebd;
}
#nativendo-infeed .ui.card.magazin .ui.image {
  width: 100% !important;
}
.ui.card.background {
  height: 100%;
  -webkit-box-shadow: 0 1px 3px 0 #f2f0f1, 0 0 0 1px #f2f0f1;
  box-shadow: 0 1px 3px 0 #f2f0f1, 0 0 0 1px #f2f0f1;
  background-size: cover;
  background-position: 50% 50%;
}
.ui.card.background > .content {
  background-color: #0000004a;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.ui.card.background > .content > .header {
  color: #fff;
  font-size: 2em;
}
.ui.card.background > .content > .description {
  color: #fff;
}
.teasercard {
  height: 20em;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  z-index: 1;
  position: relative;
  border-radius: 0.28571429rem;
  box-sizing: border-box;
}
.teasercard .teaserover {
  position: absolute;
  bottom: 0;
  line-height: normal;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 16px 16px 16px;
  background: -webkit-linear-gradient(transparent 0%, #000 100%);
  background: -o-linear-gradient(transparent 0%, #000 100%);
  background: linear-gradient(transparent 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.teasercard .teasertitle {
  font-size: 1.6em;
  line-height: 1.35;
  font-weight: 700;
  color: #ffffff;
  font-family: "museo-sans", "Helvetica", "Arial", sans-serif !important;
}
.teasercard .teasertitle .teaserchannel {
  opacity: 0.8;
  font-weight: 500;
  font-size: 0.7em;
}
.teasercard .teasersub {
  font-size: 1em;
  line-height: 1.35;
  display: block;
  color: #ffffff;
  font-family: "museo-sans", "Helvetica", "Arial", sans-serif;
}
.teasercard .teaserlabel {
  position: absolute;
  right: 0;
  width: 250px;
  text-align: right;
  font-size: 2rem;
  line-height: normal;
  box-sizing: border-box;
  padding: 16px 25px;
  font-family: "museo-sans", "Helvetica", "Arial", sans-serif !important;
}
.teasercard .teaserlabel.video {
  color: #e8ff03;
}
.teasercard .teaserlabel.video div {
  margin-top: -5px;
  margin-right: -4px;
  font-size: 0.5em;
  font-weight: bold;
}
.teasercard .teaserlabel.quiz {
  color: #ff3397;
}
.teasercard .teaserlabel.quiz div {
  font-size: 0.5em;
  font-weight: bold;
  margin-top: -5px;
  margin-right: -1px;
}
.teasercard .teaserlabel.ratgeber {
  color: #e8ff03;
}
.teasercard .teaserlabel.ratgeber div {
  font-size: 15px;
  margin-top: -10px;
  margin-right: -15px;
}
.teasercard .teaserlabel.sponsored {
  color: #fff;
}
.teasercard .teaserlabel.sponsored div {
  font-size: 0.4em;
  margin-top: -10px;
  margin-right: -13px;
}
.teasercard .teaser-card__top--quiz {
  color: #ff3397;
}
.teasercard .teaser-card__top--quiz div {
  font-size: 15px;
  margin-top: -10px;
  margin-right: 1px;
}
.teasercard .teaser-card__top--ratgeber {
  color: #24bbff;
}
.teasercard .teaser-card__top--ratgeber div {
  font-size: 15px;
  margin-top: -10px;
  margin-right: -13px;
}
.teasercard .teaser-card__top--poll {
  color: #ffc107;
}
.teasercard .teaser-card__top--poll div {
  font-size: 15px;
  margin-top: -10px;
  margin-right: -13px;
}
.teasercard .teaser-card__top--sponsored {
  color: #afff02;
}
.teasercard .teaser-card__top--sponsored div {
  font-size: 15px;
  margin-top: -10px;
  margin-right: -13px;
}
.teaser-card--ad {
  background-color: #eee;
}
.teaser--ad {
  border-right: 5px solid #afff02;
}
.teaser--list {
  height: 200px;
}
.teaser--list .teaser-card__actions {
  padding: 7px;
}
.teaser--list .teaser-card__actions .teaser-card__title {
  font-size: 15px;
}
.story {
  background-color: #f2f0f1 !important;
}
.story h3 {
  color: #9325c3 !important;
}
@media (max-width: 767px) {
  .story .teasercard {
    height: 15em;
  }
}
@media (max-width: 767px) {
  .story .teasercard .teaserover {
    padding: 50px 10px 10px 10px;
  }
}
.story .teasercard .teaserover .teasertitle {
  font-size: 1.2em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .story .teasercard .teaserover .teasertitle {
    font-size: 1em;
  }
}
.story .teasercard .source {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  padding: 1em;
}
.story .teasercard .source .ui.image {
  min-width: inherit !important;
  -webkit-box-shadow: 0px 0px 0px 3px white;
  -moz-box-shadow: 0px 0px 0px 3px white;
  box-shadow: 0px 0px 0px 3px white;
}
.story .teasertoptitle {
  opacity: 0.8;
  font-weight: 500;
  font-size: 0.7em;
}
.story .teaserlayer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  height: 20em;
}
@media (max-width: 767px) {
  .story .teaserlayer {
    height: 15em;
  }
}
.story .teaserlayer h2 {
  text-align: center;
  margin: 0 10px;
}
.story .teaserlayer .teasertitle {
  font-size: 1.2em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .story .teaserlayer .teasertitle {
    font-size: 1em;
  }
}
.teaser-card--quote .teaser-card--expand {
  background: -moz-linear-gradient(
    left,
    #29c6ed 0%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    #29c6ed 0%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to right,
    #29c6ed 0%,
    rgba(125, 185, 232, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29c6ed', endColorstr='#007db9e8',GradientType=1 );
}
.teaser-card--quote .teaser-card__actions {
  top: 50px;
  width: 50%;
  background: 0;
}
.teaser-card--quote .teaser-card__title {
  font-style: italic;
  color: #29c6ed;
}
.teaserrow {
  padding-bottom: 1em !important;
}
@media (max-width: 767px) {
  .teaser-card .teaser-card__title {
    font-size: 26px;
  }
  .teaser-card--ad {
    height: initial;
  }
  .teaser-card--quote .teaser-card__actions {
    top: 0;
    padding-top: 15%;
    width: 100%;
    background: rgba(4, 104, 191, 0.6);
  }
  .teaser--row a:first-child > div {
    margin-bottom: 16px;
  }
  .teaserfull {
    background-position: top center;
    background-position-y: 50%;
    height: 30em;
  }
}
@media (min-width: 768px) {
  .teasertop {
    height: 489px;
  }
  .teasertop .teasertitle {
    font-size: 30px;
    font-weight: 900;
  }
  .teasertop .teasertitle.firstcard {
    font-size: 40px;
    font-weight: 900;
  }
  .teasertop .teasertitle .teaserchannel {
    font-size: 0.6em;
  }
  .teasertop .teasersub {
    font-size: 20px;
  }
  .teaserthree h2.teasertitle {
    font-size: 2em;
  }
  .teaserfull {
    height: 574px;
  }
}
@font-face {
  font-family: "museo-sans";
  src: url("/assets/fonts/MuseoSans_300-webfont.eot");
  src: url("/assets/fonts/MuseoSans_300-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/MuseoSans_300-webfont.woff2") format("woff2"),
    url("/assets/fonts/MuseoSans_300-webfont.woff") format("woff"),
    url("/assets/fonts/MuseoSans_300-webfont.ttf") format("truetype"),
    url("/assets/fonts/MuseoSans_300-webfont.svg#museo_sans300") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "museo-sans";
  src: url("/assets/fonts/MuseoSans_500-webfont.eot");
  src: url("/assets/fonts/MuseoSans_500-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/MuseoSans_500-webfont.woff2") format("woff2"),
    url("/assets/fonts/MuseoSans_500-webfont.woff") format("woff"),
    url("/assets/fonts/MuseoSans_500-webfont.ttf") format("truetype"),
    url("/assets/fonts/MuseoSans_500-webfont.svg#museo_sans500") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "museo-sans";
  src: url("/assets/fonts/MuseoSans_500_Italic-webfont.eot");
  src: url("/assets/fonts/MuseoSans_500_Italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/MuseoSans_500_Italic-webfont.woff2") format("woff2"),
    url("/assets/fonts/MuseoSans_500_Italic-webfont.woff") format("woff"),
    url("/assets/fonts/MuseoSans_500_Italic-webfont.ttf") format("truetype"),
    url("/assets/fonts/MuseoSans_500_Italic-webfont.svg#museo_sans500_italic")
      format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "museo-sans";
  src: url("/assets/fonts/MuseoSans_700-webfont.eot");
  src: url("/assets/fonts/MuseoSans_700-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/MuseoSans_700-webfont.woff2") format("woff2"),
    url("/assets/fonts/MuseoSans_700-webfont.woff") format("woff"),
    url("/assets/fonts/MuseoSans_700-webfont.ttf") format("truetype"),
    url("/assets/fonts/MuseoSans_700-webfont.svg#museo_sans700") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "museo-sans";
  src: url("/assets/fonts/MuseoSans_900-webfont.eot");
  src: url("/assets/fonts/MuseoSans_900-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/MuseoSans_900-webfont.woff2") format("woff2"),
    url("/assets/fonts/MuseoSans_900-webfont.woff") format("woff"),
    url("/assets/fonts/MuseoSans_900-webfont.ttf") format("truetype"),
    url("/assets/fonts/MuseoSans_900-webfont.svg#museo_sans900") format("svg");
  font-weight: 900;
  font-style: normal;
}
.stream .slider {
  display: block;
  height: 235px;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.stream .slider .usercards {
  margin-left: 15px;
  width: 153px;
  display: inline-block;
}
.stream .slider .usercards:first-child {
  margin-left: 0;
}
.albumcards .slider {
  display: block;
  height: 170px;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.albumcards .slider .album {
  margin-left: 15px;
  width: 153px;
  display: inline-block;
}
.albumcards .slider .album:first-child {
  margin-left: 0;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.stream .slick-list {
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0.3em;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img:not(.twemoji) {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:focus {
  outline: none;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icons";
  font-size: 20px;
  line-height: 1;
  color: #00c6ff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -20px;
}
@media (max-width: 767px) {
  .slick-prev {
    left: -6px;
    z-index: 2;
  }
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -20px;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}
.slick-next {
  right: -20px;
}
@media (max-width: 767px) {
  .slick-next {
    right: -7px;
  }
}
[dir="rtl"] .slick-next {
  left: -20px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "icons";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
@font-face {
  font-family: "museo-sans";
  src: url("/assets/fonts/MuseoSans_300-webfont.eot");
  src: url("/assets/fonts/MuseoSans_300-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/MuseoSans_300-webfont.woff2") format("woff2"),
    url("/assets/fonts/MuseoSans_300-webfont.woff") format("woff"),
    url("/assets/fonts/MuseoSans_300-webfont.ttf") format("truetype"),
    url("/assets/fonts/MuseoSans_300-webfont.svg#museo_sans300") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "museo-sans";
  src: url("/assets/fonts/MuseoSans_500-webfont.eot");
  src: url("/assets/fonts/MuseoSans_500-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/MuseoSans_500-webfont.woff2") format("woff2"),
    url("/assets/fonts/MuseoSans_500-webfont.woff") format("woff"),
    url("/assets/fonts/MuseoSans_500-webfont.ttf") format("truetype"),
    url("/assets/fonts/MuseoSans_500-webfont.svg#museo_sans500") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "museo-sans";
  src: url("/assets/fonts/MuseoSans_500_Italic-webfont.eot");
  src: url("/assets/fonts/MuseoSans_500_Italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/MuseoSans_500_Italic-webfont.woff2") format("woff2"),
    url("/assets/fonts/MuseoSans_500_Italic-webfont.woff") format("woff"),
    url("/assets/fonts/MuseoSans_500_Italic-webfont.ttf") format("truetype"),
    url("/assets/fonts/MuseoSans_500_Italic-webfont.svg#museo_sans500_italic")
      format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "museo-sans";
  src: url("/assets/fonts/MuseoSans_700-webfont.eot");
  src: url("/assets/fonts/MuseoSans_700-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/MuseoSans_700-webfont.woff2") format("woff2"),
    url("/assets/fonts/MuseoSans_700-webfont.woff") format("woff"),
    url("/assets/fonts/MuseoSans_700-webfont.ttf") format("truetype"),
    url("/assets/fonts/MuseoSans_700-webfont.svg#museo_sans700") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "museo-sans";
  src: url("/assets/fonts/MuseoSans_900-webfont.eot");
  src: url("/assets/fonts/MuseoSans_900-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/MuseoSans_900-webfont.woff2") format("woff2"),
    url("/assets/fonts/MuseoSans_900-webfont.woff") format("woff"),
    url("/assets/fonts/MuseoSans_900-webfont.ttf") format("truetype"),
    url("/assets/fonts/MuseoSans_900-webfont.svg#museo_sans900") format("svg");
  font-weight: 900;
  font-style: normal;
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-tablet {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-desktop {
    display: none !important;
  }
}
.scroll {
  height: 410px;
  overflow: hidden;
  overflow-y: auto;
}
.textellipsis {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth {
  clear: both;
}
.displaynone {
  display: none;
}
.textcenter {
  text-align: center;
}
.text-center {
  text-align: center;
}
.dbna-text {
  background-image: linear-gradient(45deg, #0cbcf1 0, #8a0ebd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 10px auto;
}
.spinner--sm > .spinner {
  width: 20px;
  height: 20px;
  margin: 5px auto;
}
.spinner--xs > .spinner {
  width: 10px;
  height: 10px;
  margin: 5px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #40d5ff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
i.icon.camera.retro:before {
  content: "\e947";
}
i.icon.bullhorn:before {
  content: "\e903";
}
@media (min-width: 992px) {
  .ui.mini.modal {
    width: 360px;
    margin: 0 0 0 -180px;
  }
}
@media (min-width: 992px) {
  .ui.tiny.modal {
    width: 540px;
    margin: 0 0 0 -270px;
  }
}
.stripebar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 9998;
  min-width: 105%;
}
.welcome .showmore {
  width: 100%;
  text-align: center;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: point;
  animation-name: point;
  margin-top: -50px;
  margin-bottom: 30px;
}
.welcome .ui.inverted.black.segment {
  background-color: rgba(27, 28, 29, 0.14) !important;
  color: #fff;
}
.welcome .ui.menu .dropdown.item:hover {
  background: rgba(0, 0, 0, 0);
}
.welcome .login .ui.segment {
  background: rgba(255, 255, 255, 0.33);
  color: #fff;
}
.welcome .login .ui.form .field > label {
  color: #fff;
  font-weight: 400;
}
.welcome .login .ui.checkbox label,
.welcome .login .ui.checkbox + label {
  font-weight: 400;
}
.welcome .login .ui.mini.message {
  background-color: #fff;
}
.welcome .login .ui.mini.message > .icon {
  margin-right: 0.2em;
  opacity: 1;
}
.welcome .login .ui.error.message {
  color: #fd3a72;
  box-shadow: 0 0 0 2px #fd3a72 inset, 0 0 0 0 transparent;
}
.welcome .login .ui.warning.message {
  color: #fd3a72;
  box-shadow: 0 0 0 2px #fd3a72 inset, 0 0 0 0 transparent;
}
.welcome .masthead.segment {
  min-height: 600px;
  padding: 1em 0em;
  background: #f2f0f1;
}
.welcome .masthead .bgimage {
  background-image: url("/images/brand/adv1.jpg");
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: transform;
}
.welcome .masthead .bgimageabout {
  background-image: url("/images/brand/team.jpg");
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: transform;
}
.welcome .masthead .bgimageteam {
  background-image: url("/images/brand/brand-team.jpg");
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: transform;
}
.welcome .masthead .bgimagepress {
  background-image: url("/images/brand/press.jpg");
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: transform;
}
.welcome .masthead .gradient {
  position: absolute;
  bottom: 0;
  top: 0;
  line-height: normal;
  width: 100%;
  box-sizing: border-box;
  background-color: #00000033;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .welcome .masthead .gradient {
    padding-bottom: 60px;
  }
}
.welcome .masthead .logo.item img {
  margin-right: 1em;
}
.welcome .masthead .ui.menu .ui.button {
  margin-left: 0.5em;
}
@media (max-width: 767px) {
  .welcome .masthead .slogan {
    padding-top: 1em;
    padding-bottom: 0;
  }
}
.welcome .masthead .slogan h1.ui.header {
  font-family: "museo-sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-top: -1em;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 992px) {
  .welcome .masthead .slogan h1.ui.header {
    font-size: 5em;
  }
}
@media (max-width: 767px) {
  .welcome .masthead .slogan h1.ui.header {
    text-align: center;
    margin-top: -2em;
  }
}
.welcome .masthead .slogan h1.ui.header span {
  text-transform: uppercase;
}
.welcome .masthead h2 {
  font-size: 1.7em;
  font-weight: normal;
}
.welcome .bumper.segment {
  min-height: 600px;
  padding: 1em 0em;
  background: #f2f0f1;
}
.welcome .bumper h1.ui.header {
  font-family: "museo-sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 992px) {
  .welcome .bumper h1.ui.header {
    font-size: 5em;
  }
}
@media (max-width: 767px) {
  .welcome .bumper h1.ui.header {
    text-align: center;
  }
}
.welcome .bumper h1.ui.header span {
  text-transform: uppercase;
}
.welcome .bumper h1.ui.header .sub.header {
  text-align: left;
  padding: 1em 1em;
  color: #fff;
  font-size: 0.3em;
  font-weight: normal;
}
.welcome .bumper h1.ui.header .sub.header span {
  text-transform: inherit;
  font-style: normal;
}
@media (max-width: 767px) {
  .welcome .bumper h1.ui.header .sub.header {
    display: none;
  }
}
@media (min-width: 768px) {
  .welcome .bumper h1.ui.header .sub.header {
    padding: 1em 3em 1em 0;
  }
}
.welcome .bumper h2 {
  font-size: 1.7em;
  font-weight: normal;
}
.welcome .bumper.bgimage {
  background-image: url("/images/brand/adv5.jpg");
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: transform;
}
.welcome .bumper.gradient {
  position: absolute;
  bottom: 0;
  top: 0;
  line-height: normal;
  width: 100%;
  box-sizing: border-box;
  background-image: linear-gradient(
    45deg,
    rgba(12, 188, 241, 0.5) 0,
    rgba(138, 14, 189, 0.5) 100%
  );
}
.welcome .source {
  display: none;
  position: absolute;
  bottom: 2em;
  left: 2em;
  opacity: 0.5;
}
.welcome .ui.vertical.stripe {
  padding: 5em 0;
  background-color: #f0f2f1;
  border-bottom: none;
}
.welcome .ui.vertical.stripe.mission,
.welcome .ui.vertical.stripe.features,
.welcome .ui.vertical.stripe.testimonials,
.welcome .ui.vertical.stripe.apps,
.welcome .ui.vertical.stripe.promises {
  font-family: "museo-sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.welcome .ui.vertical.stripe h3 {
  font-family: "museo-sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 900;
}
@media (max-width: 767px) {
  .welcome .ui.vertical.stripe h3 {
    font-size: 1.5em;
  }
}
.welcome .ui.vertical.stripe h3 .sub.header {
  text-transform: none;
}
.welcome .ui.vertical.stripe .button + h3,
.welcome .ui.vertical.stripe p + h3 {
  margin-top: 3em;
}
.welcome .ui.vertical.stripe .floated.image {
  clear: both;
}
@media (min-width: 992px) {
  .welcome .ui.vertical.stripe p {
    font-size: 1.33em;
  }
}
.welcome .ui.vertical.stripe.mission {
  background-color: #fff;
}
.welcome .ui.vertical.stripe.features {
  background-image: url("/images/layout/welcome/you.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
@media (max-width: 767px) {
  .welcome .ui.vertical.stripe.features {
    background-image: linear-gradient(262deg, #fc785a, #f92d7f);
  }
}
.welcome .ui.vertical.stripe.features h3 {
  color: #fff;
}
.welcome .ui.vertical.stripe.testimonials {
  padding: 0;
  background-image: url("/images/layout/welcome/testimonials.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 25em;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
}
@media (max-width: 767px) {
  .welcome .ui.vertical.stripe.testimonials {
    display: none;
  }
}
.welcome .ui.vertical.stripe.testimonials .claim {
  flex: 0 0 auto;
  font-size: 7vw;
  line-height: 0.8;
  width: 100%;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #0cbcf1 0, #8a0ebd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  bottom: -10px;
  position: relative;
}
.welcome .ui.vertical.stripe.apps {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0;
  background-image: linear-gradient(90deg, #0cbcf1 0, #8a0ebd 100%);
  min-height: 7em;
  color: #fff;
}
@media (max-width: 767px) {
  .welcome .ui.vertical.stripe.apps {
    display: none;
  }
}
.welcome .ui.vertical.stripe.apps div {
  flex: 0 0 auto;
  font-size: 2em;
  text-transform: inherit;
  text-transform: uppercase;
  font-weight: 900;
}
.welcome .ui.vertical.stripe.promises {
  background-color: #fff;
}
.welcome .ui.vertical.stripe.promises p {
  padding-top: 1em;
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .welcome
    .ui.vertical.stripe.promises
    .ui.cards
    > .card
    > .content
    > .header:not(.ui) {
    font-size: 1em;
  }
}
.welcome .ui.vertical.stripe.links {
  background-color: #fff;
}
.welcome .ui.vertical.stripe.signup {
  background-color: #e3e3e3;
}
.welcome .ui.vertical.stripe.signup .ui.header {
  font-family: "museo-sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.welcome .ui.vertical.stripe.signup p {
  padding-top: 1em;
  font-size: 1.2em;
}
.welcome .ui.vertical.stripe.signup .birthday {
  text-align: center;
}
.welcome .ui.vertical.stripe.signup .birthday .ui.label {
  margin-top: 0;
}
@media (max-width: 767px) {
  .welcome .ui.vertical.stripe.signup .birthday .field {
    padding-bottom: 1em;
  }
}
.welcome .ui.vertical.segment.gaymarketing h1 {
  margin-bottom: 1em;
}
.welcome .ui.vertical.segment.gaymarketing .slick-list {
  margin: 3em;
}
.welcome .ui.vertical.segment.gaymarketing .slick-list h3.ui.header {
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .welcome .ui.vertical.segment.gaymarketing .slick-list h3.ui.header {
    font-size: 1em;
  }
}
.welcome .ui.vertical.segment.gaymarketing .slick-list a {
  color: #fff;
  opacity: 0.6;
}
.welcome .ui.vertical.segment.gaymarketing .slick-prev,
.welcome .ui.vertical.segment.gaymarketing .slick-next {
  top: 30%;
}
.welcome .quotes .slogan {
  margin-top: 3em;
}
.welcome .quotes.segment {
  min-height: 500px;
  padding: 1em 0em;
  background: #f2f0f1;
}
.welcome .quotes h1.ui.header {
  font-family: "museo-sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 992px) {
  .welcome .quotes h1.ui.header {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  .welcome .quotes h1.ui.header {
    text-align: center;
  }
}
.welcome .quotes.bgimage {
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: transform;
}
.welcome .quotes.gradient {
  position: absolute;
  bottom: 0;
  top: 0;
  line-height: normal;
  width: 100%;
  box-sizing: border-box;
  background-image: linear-gradient(45deg, #0cbcf1 0, #8a0ebd 100%);
}
.welcome .quotes .slick-list {
  margin: 3em;
}
.welcome .quotes .slick-list h3.ui.header {
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .welcome .quotes .slick-list h3.ui.header {
    font-size: 1em;
  }
}
.welcome .quotes .slick-list a {
  color: #fff;
  opacity: 0.6;
}
.welcome .quotes .slick-prev,
.welcome .quotes .slick-next {
  top: 30%;
}
.welcome .ui.vertical.stripe .horizontal.divider {
  margin: 3em 0;
}
.welcome .gradient.stripe.segment {
  padding: 8em 0 !important;
}
.welcome .stripe .contactright {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .welcome .stripe .contactright {
    padding-bottom: 60px !important;
    padding-top: 0 !important;
  }
}
.welcome .pulse .ui.horizontal.divider {
  color: #fff;
}
.welcome .footer.segment {
  padding: 5em 0em;
}
@media (max-width: 1330px) and (min-width: 992px) {
  .welcome.events .ui.container {
    margin-left: auto !important;
    position: relative;
  }
}
.welcome.events .masthead.segment {
  margin-top: 49px;
  min-height: 200px;
  padding: 1em 0em;
  background: #f2f0f1;
}
@media (max-width: 767px) {
  .welcome.events .masthead.segment {
    min-height: 90px;
  }
}
.welcome.events .masthead.segment .bgimageevent {
  background-image: url(https://static.spontacts.com/grid/category-pictures/daacb9fb-8a25-4845-9d0e-2fb547dfcc35-large.jpg);
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.welcome.events .masthead.segment .gradient {
  position: absolute;
  bottom: 0;
  top: 0;
  line-height: normal;
  width: 100%;
  box-sizing: border-box;
  background-image: linear-gradient(
    45deg,
    rgba(12, 188, 241, 0.5) 0,
    rgba(138, 14, 189, 0.5) 100%
  );
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.welcome.events .masthead.segment .gradient h1 {
  text-transform: uppercase;
  font-size: 5em;
  font-weight: 900;
}
.welcome.events .eventcard .header {
  font-size: 1.6em !important;
}
@-webkit-keyframes mustheadGradient {
  0% {
    background-position: 18% 0%;
  }
  50% {
    background-position: 83% 100%;
  }
  100% {
    background-position: 18% 0%;
  }
}
@-moz-keyframes mustheadGradient {
  0% {
    background-position: 18% 0%;
  }
  50% {
    background-position: 83% 100%;
  }
  100% {
    background-position: 18% 0%;
  }
}
@keyframes mustheadGradient {
  0% {
    background-position: 18% 0%;
  }
  50% {
    background-position: 83% 100%;
  }
  100% {
    background-position: 18% 0%;
  }
}
.hidden.menu {
  display: none;
}
.secondary.pointing.menu .toc.item {
  display: none;
}
.ui.secondary.pointing.menu {
  border-bottom: none;
}
.ui.inverted.menu {
  border: none;
}
@media only screen and (max-width: 700px) {
  .ui.fixed.menu:not(.topbar) {
    display: none !important;
  }
  .secondary.pointing.menu .item,
  .secondary.pointing.menu .menu {
    display: none;
  }
  .secondary.pointing.menu .toc.item {
    display: block;
    padding-top: 0.3em;
    padding-right: 0;
    font-size: 1.4em;
  }
}
.ui.secondary.pointing.menu {
  border-bottom: none;
}
.ui.secondary.pointing.menu .dbnalogo {
  margin-top: 1.6em;
}
@media (max-width: 767px) {
  .ui.secondary.pointing.menu .dbnalogo {
    margin-left: 1.3em;
  }
}
.ui.secondary.pointing.menu .right .item {
  margin-top: 1em;
}
.ui.secondary.pointing.menu .item {
  margin: 0 10px -2px;
  padding: 0.1em 0.1em;
  -ms-flex-item-align: center;
  align-self: center;
}
.ui.secondary.pointing.menu .item span {
  color: #777;
}
.ui.secondary.pointing.menu a {
  padding-bottom: 2px;
}
.ui.secondary.pointing.menu a.active,
.ui.secondary.pointing.menu a.active:hover {
  border-bottom: 2px solid #fff;
  font-weight: 400 !important;
  padding-bottom: 0;
}
.ui.secondary.pointing.menu a.active span,
.ui.secondary.pointing.menu a.active:hover span {
  color: #fff;
}
.ui.secondary.pointing.menu .active.item,
.ui.secondary.pointing.menu .active.item:hover {
  border-color: #fff;
  font-weight: 400 !important;
}
.ui.secondary.pointing.menu .active.item span,
.ui.secondary.pointing.menu .active.item:hover span {
  color: #fff;
}
.ui.secondary.pointing.menu .item:first-child {
  margin-left: 0;
}
a.teaser {
  color: black;
}
.teaser {
  border-radius: 0.28571429rem;
}
.teaser .ui.image {
  border-radius: 2px;
}
@media (max-width: 767px) {
  .teaser .ui.image {
    border-radius: 0;
  }
}
.teaser .channel {
  margin-top: 1.4em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .teaser .channel {
    font-size: 1em;
  }
}
.teaser h2 {
  margin-top: 0.4em;
  font-size: 1.5em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .teaser h2 {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
  }
}
.teaser.teaser-card {
  display: block;
  height: 490px;
  background-size: cover;
  background-position: 50% 50%;
}
.teaser.teaser-card .teaser-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.teaser.teaser-card .teaser-overlay .teaser-title {
  display: block;
  margin: 0 auto 45px;
  max-width: 650px;
  padding: 0 20px;
}
.teaser.teaser-card .teaser-overlay .teaser-title h2 {
  padding: 0;
  line-height: 1.4;
  font-size: 2.3em;
  font-weight: 900;
  white-space: normal;
  padding: 8px 0 6px;
  box-decoration-break: clone;
  box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
  display: inline;
  color: #000;
  background: #fff;
}
@media (max-width: 767px) {
  .teaser.teaser-card .teaser-overlay .teaser-title h2 {
    line-height: 1.6;
    font-size: 1.6em;
  }
}
.teaser.teaser-card .teaser-overlay .teaser-title h2:hover {
  box-shadow: 12px 0 0 #8a0ebd, -12px 0 0 #8a0ebd;
  display: inline;
  color: #fff;
  background: #8a0ebd;
}
.teaser-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 0;
  background: 0 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.1s ease;
  transition: -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
  z-index: "";
  border-radius: 0.28571429rem;
  background-color: #fff;
}
.teaser-row .image {
  width: 140px;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  max-height: "";
  -ms-flex-item-align: top;
  align-self: top;
}
.teaser-row img {
  border-top-left-radius: 0.28571429rem;
  border-bottom-left-radius: 0.28571429rem;
  display: block;
  width: 100%;
  height: auto;
  border: none;
}
.teaser-row.basic img {
  width: 140px;
  height: 80px;
}
.teaser-row.basic .content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  text-align: center !important;
}
.teaser-row .content {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: 0 0;
  margin: 0;
  padding: 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.9em;
  border: none;
  border-radius: 0;
  min-width: 0;
  width: auto;
  -ms-flex-item-align: top;
  align-self: top;
  text-align: left;
}
.teaser-row .content .meta {
  font-size: 1em;
  color: #8a0ebd;
}
.teaser-row .content .ui.header:nth-child(2) {
  margin-top: 1em;
}
.teaser-full-mobile {
  position: relative;
  margin-top: 49px;
  text-align: center;
}
.teaser-full-mobile .teaser {
  border-radius: 0;
}
.teaser-full-mobile .teaser.teaser-card {
  height: 70vh;
}
.flexslider {
  border: 0;
  margin: 0 0 80px;
}
.flex-direction-nav a {
  height: 45px;
  top: 40%;
}
.flex-direction-nav a:before {
  margin-top: 20px;
}
.flex-caption {
  width: 100%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
.flex-copy {
  position: absolute;
  padding: 5px;
  color: rgba(197, 202, 209, 0.64);
  white-space: nowrap;
  font-size: 10px;
}
.slides__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slides__image--portrait {
  background-size: contain;
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-tablet {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-desktop {
    display: none !important;
  }
}
.scroll {
  height: 410px;
  overflow: hidden;
  overflow-y: auto;
}
.textellipsis {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth {
  clear: both;
}
.displaynone {
  display: none;
}
.textcenter {
  text-align: center;
}
.text-center {
  text-align: center;
}
.dbna-text {
  background-image: linear-gradient(45deg, #0cbcf1 0, #8a0ebd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 10px auto;
}
.spinner--sm > .spinner {
  width: 20px;
  height: 20px;
  margin: 5px auto;
}
.spinner--xs > .spinner {
  width: 10px;
  height: 10px;
  margin: 5px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #40d5ff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
