/*
  Theme Name: Transcribathon
  Author: Developer Team (Facts & Files - Digital Services)
  Author URI: http://factsandfiles.com
  Description: A child theme of Vantage (SiteOrigin)
  Template: vantage
  Version: 3.31.6
*/

/* Retreive styles from mother theme */
@import url("../vantage/style.css");
/* Retreive styles from mother theme */
@import url("css/logos.css");
/* Main font */
@import url("css/fonts.css");
/* Make some global variables */
:root {
  --main-color: #0a72cc;
  --main-color-hover: #0963b3;
  --main-color-light: #daeaf8;
  --bg-main-color: #f8f8f8;
  --h-font-family: 'Dosis', sans-serif;
  --p-font-family: 'Open Sans', sans-serif;
}
/* Theme settings */
nav[role='navigation'] ul#menu-main-menu li a {
  color: var(--main-color)!important;
}
nav[role='navigation'] ul#menu-main-menu li a:hover,
.theme-color-hover:not(.active):hover,
.theme-color-hover:hover .theme-hover-child
{
  color: #fff!important;
  background-color: var(--main-color)!important;
}
nav[role='navigation'].sticky {
  position: fixed!important;
}
.theme-color-background{
  color: #fff !important;
  background-color: var(--main-color)!important;
  background-image: none !important;
}
#main .theme-color, .widget_headline-widget h3 {
  color: var(--main-color)!important;
}
#main .theme-color.theme-hover:hover {
  color: var(--main-color-hover)!important;
}
div.um-profile-nav div.um-profile-nav-item a:hover,
.theme-color-border,
.div.um-profile-nav div.um-profile-nav-item.active a {
  border-color: var(--main-color);
}
.um-button {
  color: #fff!important;
  background-image: none!important;
  background-color: var(--main-color)!important;
}
.um_request_name {
  display: none;
}
ul#_transcribathon_topmenu li ul li a:hover {
  background-color: #707070!important;
}
h1 {
  color: var(--main-color)!important;
}
#page-wrapper {
  background-color: #FFF;
}

/* .main-navigation ul ul.sub-menu {
  max-height: 80dvh;
  overflow-y: auto;
} */
/*----------------------------------- Main settings (p,div,select...)---------------------------*/
html {
  background: #000;
  /*font-size: 1.7vh;*/
  font-size: 16px;
  overflow-y: auto;
  font-family: 'Dosis', sans-serif!important;
}
.hr-theme-bg {
  height: 2px;
  width: 100%;
  border: 0;
}
a {
  text-decoration: none!important;
}
.hr-tb, .widget_tct-home-stats-widget {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
p {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
}
div {
  font-size: 16px;
}
body, button, input, select, div, textarea {
  font-family: 'Open Sans', sans-serif;
  color: black;
}
select {
  border-radius: 3px;
  border-color: #cccccc;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Dosis', sans-serif!important;
}
h1 {
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.entry-content p,
.entry-content > ul,
.entry-content > ol,
.entry-content > li,
.entry-content > dl,
.entry-content pre,
.entry-content code,
.entry-content blockquote {
  margin: 10px 0;
}
.entry-content .panel-title {
  display: inline-block;
  margin: 0px;
}

.entry-content a:not(.bg-main-color, a.bubble),
#page-wrapper .entry-content a.text-main-color {
  color: var(--main-color) !important;
  text-decoration: none;
}

.entry-content a:hover:not(.bg-main-color, a.bubble),
#page-wrapper .entry-content a.text-main-color:hover {
  color: var(--main-color-hover) !important;
  text-decoration: none;
}

#page-wrapper .entry-content a.bg-main-color {
  background-color: var(--main-color) !important;
}

#page-wrapper .entry-content a.bg-main-color:hover {
  background-color: var(--main-color-hover) !important;
}

.tibet-script {
  font-size: 26px;
}

/*----------------------- Main Nvigation and everything regarding navbar ---------------------*/
div._transcribathon_mainnav {
  height: 50px;
  background: #2b2b2b;
  color: #fff;
  width: 100%;
  text-align: center;
  align-items: center;
  padding: 0px 35px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
  font-family: var(--h-font-family);
}
.nav-right-side{
  color: #fff;
}
nav li {
  display: inline-flex;
}
nav.navbar {

  z-index: 10;
  padding: 8px 16px 15px 16px!important;
}
/* Die Logo-Datei (image) befindet sich in der Datei logos.css */
._transcribathon_partnerlogo {
  position: relative;
  bottom: -2px;
  width: 120px;
  height: 44px!important;
  background: #fff;
  z-index: 2;
}
._transcribathon_partnerlogo img {
  max-width: 85%;
  height: auto;
  position: relative;
  top: 5px;
}
._transcribathon_partnerlogo img[alt="Berlin 1945 Logo"] {
  top: 0!important;
  max-height: 100%!important;
}
._transcribathon_logo {
  background-color: #2b2b2b;
}
ul#_transcribathon_topmenu {
  display: block;
  right: 80px;
  height: 50px;
  line-height: 49px;
  letter-spacing: 0.8px;
  top: 0;
  position: absolute;
}
ul#_transcribathon_topmenu li a {
  background-color: transparent;
}
/* Projekt-spezifische Styles */
nav[role=navigation] {
  background: #fff;
  border-bottom: none;
  text-transform: uppercase;
/*  height: 100px; */
}
ul#_transcribathon_topmenu li ul li a {
  background: #2b2b2b;
  letter-spacing: 0.3px;
}
ul#_transcribathon_topmenu li ul {
  background: transparent;
  width: 160px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
ul#_transcribathon_topmenu li {
  margin-right: 10px;
}
/* Navigation-Colours are set in css/custom.php */
nav[role=navigation].main-navigation #menu-main-menu > li a {
  text-transform: uppercase;
  letter-spacing: 0.3px;
/*  font-weight: 400; */
  font-size: 16px;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 13px;
  padding-top: 17px!important;
}
nav[role=navigation].main-navigation .sub-menu > li a {
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 400;
  font-size: 12px;
  background: #fff;
  padding: 15px 10px;
}
a.contact-area {
  font-weight: 400;
  outline: none;
}
nav[role=navigation].main-navigation .menu {
  margin-left: 0px !important;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
ul#menu-main-menu {
  display: none!important;
}
#_transcribathon_topmenu > li > a {
  padding: 0 10px;
}
.sub-menu {
  line-height: normal!important;
}

.main-navigation .tct-custom-menu ul ul ul {
  bottom: auto!important;
  transform: translateX( 90% );
  position: fixed;
  z-index: 99999999999999;
  max-height: 50dvh;
  overflow-y: auto;
}

.main-navigation .tct-custom-menu ul ul li a {
  font-weight: 400!important;
}

.main-navigation .tct-custom-menu ul ul ul li a:hover {
  background-color: var(--main-color)!important;
}

.main-navigation ul.top-menu.custom-menu > li > ul {
  position: absolute;
  top: auto;
  left: 0;
  max-height: 80dvh!important;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}

.main-navigation ul.top-menu.custom-menu > li > ul::-webkit-scrollbar {
    display: none; /* hides scrollbar */
}

/* .main-navigation ul.top-menu.custom-menu > li > a {
  font-weight: bold;
} */

/*----------- tutorial section --------------- */
.help-tutorials {
  right: 10px;
  position: absolute;
  top: 4px;
}
#help-tutorials i {
  font-size: 23px;
  color: #ffffff;
}
#tutorial-menu-slider-area .slick-arrow:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tutorial-model {
  cursor: pointer;
}
/*tutorial slider scrollbar design*/
.tutorial-window-slider .slick-slide::-webkit-scrollbar {
  width: 13px;
}
.tutorial-window-slider .slick-slide::-webkit-scrollbar-track {
  border: 1px #f7f7f7 solid;
}
.tutorial-window-slider .slick-slide::-webkit-scrollbar-thumb {
  background: #F1EFF0;
  height: 5px;
}
.tutorial-window-slider .slick-slide::-webkit-scrollbar-thumb:hover {
  background: #c4c4c4;
}
/* popup tutorial test*/
/* The Modal (background) */
#tutorial-popup-window-container {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  padding-top: 10px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  z-index: 999991;
}
/* Modal Content */
#help-tab .tutorial-right {
  position: relative;
  width: 100%;
  height: 96%;
}
#help-tab .tutorial-text-area {
  width: 100%;
  margin-top: 10px;
}
#help-tab .tabcontent {
  overflow: unset;
}
#help-tab .tutorial-window-slider .slick-dots li {
  height: 5px;
}
#help-tab .tutorial-window-slider .slick-dots button {
  padding: 5px;
}
#help-tab .tutorial-window-slider .slick-dots {
  bottom: -17px;
  right: 3em;
}
#help-tab .tutorial-window-slider button.slick-arrow {
  bottom: 0;
}
#tutorial-window-popup {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  /*max-width: 100vh;*/
  width: 66%;
  height: 90%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.testing.active.slick-slide.slick-current.slick-active {
  height: 100%;
}
.tutorial-image-area img {
  height: auto;
  max-width: 100%;
  /*width: auto;
  max-height: 100%;*/
}
.tutorial-window-slider .slick-list {
  height: 100%;
}
.tutorial-window-slider .slick-track {
  height: 100%;
}
.tutorial-window-slider .slick-slide {
  overflow-y: auto;
  overflow-x: hidden;
}
.tutorial-text-area {
  margin-top: 10px;
}
/* The Close Button */
.tutorial-window-close {
  color: black;
  float: right;
  font-size: 25px;
  /*font-weight: bold;*/
}
.tutorial-window-close:hover, .tutorial-window-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.tutorial-window-popup-header {
  padding: 10px 16px;
  background-color: #ffffff;
  color: white;
  margin-bottom: 15px;
}
.tutorial-window-popup-header h2 {
  display: inline;
}
.tutorial-window-popup-body {
  padding: 2px 16px;
  height: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tutorial-left {
  width: 220px;
  background: #eeeeee;
  padding: 20px 0;
  margin: 0 20px 15px 0;
  /*font-size: 16px;*/
}
.tutorial-left ul {
  list-style: none;
}
.tutorial-left ul li {
  margin: 4px 0;
}
.tutorial-right {
  position: static;
  width: calc(100% - 220px);
  height: 100%;
  min-width: 350px;
  padding: 0 20px;
}
.tutorial-text-area h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.tutorial-window-popup-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
.tutorial-window-slider .slick-dots {
  position: absolute;
  bottom: 4px;
  right: 7em;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.tutorial-window-slider .slick-dots button {
  display: block;
  height: 8px;
  width: 8px;
  padding: 10px;
  outline: none;
  border: none;
  border-radius: 100%;
  background-color: #9b9999;
  background-image: none;
  text-indent: -99999px;
}
.tutorial-window-slider .slick-dots li {
  margin-right: 3px;
}
.tutorial-window-slider .slick-list {
  margin-right: -7px;
}
.tutorial-window-slider .slick-prev:before {
  content: "\f177";
  font-family: 'Font Awesome 5 Pro';
  font-size: 22px;
  margin-right: 5px;
}
.tutorial-window-slider .slick-next:after {
  content: "\f178 ";
  font-family: 'Font Awesome 5 Pro';
  font-size: 22px;
  margin-left: 5px;
}
.tutorial-window-slider button.slick-arrow {
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 0;
  padding: 5px;
  outline: none;
  border: none;
  text-align: center;
  background: white;
}
.tutorial-window-slider button.slick-prev.slick-arrow {
  position: absolute;
  z-index: 1;
}
.tutorial-window-slider button.slick-next.slick-arrow {
  right: 16px;
}
.tutorial-window-slider li.slick-active button {
  background-color: black;
}
.tutorial-window-slider li:nth-child(6n) {
  display: block;
}
.tutorial-left ul li a {
  color: gray;
  text-decoration: none;
  outline: none;
}
.tutorial-left ul {
  margin-left: 15px;
}
.tutorial-tables td {
  padding-left: 10px;
}
.tutorial-tables th {
  padding-left: 10px;
}
.tutorial-sub-list {
  margin-left: 15px;
}
/*tutorial end*/
/*-------------------------------------------------*/
/* New navbar styling */
nav.navbar {
  background: #2b2b2b;
  height: 55px;
}
nav a{
  color: #fff;
}
#navbarToggler {
  background: #2b2b2b;
  padding: 0 0 0 120px;
}
div.container-fluid {
  height: 60px;
}
/*------------------------------ End of Navbar and Top Menü ------------------------------------*/
/*------------------------------------ Footer ------------------------------------------------- */
footer {
  background-color: #222222 !important;
  color: #6b6b6b !important;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p {
  color: #000 !important;
}
footer a {
  color: #6b6b6b !important;
  text-decoration: none;
}
footer#colophon a:hover {
  color: #2b2b2b !important;
}
footer a:hover:not(footer#colophon a:hover) {
  color: #fff !important;
}
a._tct_footerlogo, p._tct_footerlogo {
  display: block;
  padding: 0px;
  font-size: 0;
  min-height: 40px;
}
/*main main footer*/
footer._tct_footer {
  position: relative;
}
.main-footer-bottom-right {
  position: absolute;
  color: #6B6B6B;
  bottom: 4px;
  right: 20px;
  font-size: 10px;
}
.main-footer-bottom-left {
  position: absolute;
  color: #6B6B6B;
  bottom: 4px;
  left: 20px;
  font-size: 10px;
}
.main-footer-bottom-left a {
  margin-right: 20px;
  text-decoration: none;
}
#colophon {
  background-color: #f8f8f8 !important;
  color: #000!important;
  border-top: 2px solid #000;
}
/*----------------------------- End Of Footer and related things ------------------------------*/
/*----------------------------------------- Main Page(home) -----------------------------------*/
/*--- Main Page Banner under navigation ----*/
#main-slider {
  position: relative;
}
#main-slider div.label.complete {
  border-color: #55d126 transparent transparent #55d126;
}
#main-slider div.label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 0px;
  width: 0px;
  border: 30px solid;
  border-color: rgba(0, 0, 0, 0.3) transparent transparent rgba(0, 0, 0, 0.3);
}
#main-slider:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 65%;
  /*background: #0c7da7;
  background: -moz-linear-gradient(90deg, rgba(12, 125, 167, 0) 0%, #0c7da7 100%);
  background: -webkit-linear-gradient(90deg, rgba(12, 125, 167, 0) 0%, #0c7da7 100%);
  /*background: linear-gradient(90deg, rgba(12, 125, 167, 0) 0%, rgba(12, 125, 167, 0.6) 100%);
  z-index: 9;*/
}
/*--------------- end of banner ------------ */
/*----------------Bubbles(big circular buttons)--*/
.bubbles {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -115px;
  margin-bottom: 50px;
  z-index: 10;
  background: transparent;
  text-align: center;
}
.bubbles .bubble {
  position: relative;
  display: inline-block;
  margin: 25px 2vw 10px 2vw;
  height: 100px;
  width: 100px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
  letter-spacing: 0.3px;
  -webkit-transition: background-color 1s ease 0.1s;
  transition: background-color 1s ease 0.1s;
}
.bubbles .bubble:hover {
  text-decoration: none;
  background: #2b2b2b !important;
}
.bubbles .bubble.big {
  height: 180px;
  width: 180px;
  font-size: 20px;
}
div.entry-content.bubbles a.bubble:hover {
  color: #fff!important;
}
.bubbles .bubble.big i {
  width: 53px;
  height: 53px;
  font-size: 53px;
}
.bubbles .bubble.tutorial-model {
  cursor: pointer;
}
.bubbles .bubble i {
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
  top: 33px;
  font-size: 36px;
  margin: 0 auto;
}
.bubbles .hr-theme-bg {
  position: absolute;
  z-index: 0;
  margin-top: 19px;
}
@media all and (max-width: 630px) {
  .bubbles {
    display: block;
    margin-top: 0px;
    z-index: 10;
  }
  .bubbles .bubble, .bubbles .bubble.big {
    display: block;
    text-align: center;
    border-radius: 2px;
    width: 100%;
    height: auto;
    font-size: 16px;
    padding: 10px;
    margin: 10px 0px 0px 0px;
  }
  .bubbles .bubble br, .bubbles .bubble.big br {
    display: none;
  }
  .bubbles .bubble i, .bubbles .bubble.big i {
    display: none;
    font-size: 16px;
    width: 20px;
    height: auto;
    position: relative;
  }
  #frontpage-bottom-link-list li {
    width: 100%;
    margin-left: 0 !important;
  }
  ul#frontpage-bottom-link-list {
    margin-left: 0;
  }

  .metaslider .theme-default .nivoSlider img {
    height: 250px!important;
    object-fit: cover;
  }
}
.rwd-mobile-display {
   display: none;
}
@media all and (max-width: 630px) {
  .rwd-mobile-display {
   display: block;
 }
}
/*------ end of 'bubbles' -----*/
/* ------- Europeana Front Page bottom 3 'stickers'(members,document-map,progress)-------*/
#frontpage-bottom {
  margin-top: 80px;
}
#frontpage-bottom-link-list li {
  display: inline-block;
  text-align: center;
  width: 18%;
  margin-left: 7.5% !important;
  margin-right: 7.5% !important;
}
.frontpage-bottom-link-div {
  padding-top: 1em;
}
.frontpage-bottom-icon {
  font-weight: 500;
  font-size: 60px;
}
/*------------------ End of Europeana frontpage bottom ------------------------*/
/*------ Transcribathon home page 'Take part in transcribathon...' widget -----*/
.widget_headline-widget {
  margin-bottom: 0px !important;
}
.widget_headline-widget .decoration {
  display: none;
}
.widget_headline-widget h3 {
  font-family: var(--h-font-family);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.3px;
}
/*-------------------------------------------------------------------------------*/
/*-------- Widgets with stats on transcribathon and europeana home page ---------*/
.widget_tct-home-stats-widget {
  text-align: center !important;
  margin: 95px 0 30px !important;
}
.widget_tct-home-stats-widget .home-stats-content {
  max-width: 960px;
  margin: auto;
  padding: 40px 0;
  overflow: hidden;
}
.widget_tct-home-stats-widget .stat-number {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.widget_tct-home-stats-widget .stat-number h3 {
  font-family: var(--h-font-family);
  font-size: 40px;
  margin: 0;
}
.widget_tct-home-stats-widget .stat-number h3 span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
/*----------------------------------------------------------------------------*/
/*----------------- Page Wrappers ---------------------------------------------*/
/*only for 404page*/
.non-existpage {
  margin: 0px 100px 10px 100px;
  padding: 100px 10px 10px 10px;
}
/*ends*/
#primary-least-width {
  padding: 0px 150px 35px;
}
#primary-medium-width {
  padding: 35px 250px;
}
#primary-padded-x {
  padding-left: 40px;
  padding-right: 40px;
  min-height: 55vh;
}
/*temporary css for the responsive primary-least width*/
@media all and (max-width: 1680px) and (min-width: 1401px) {
  #primary-least-width {
    padding: 0px 150px 35px;
  }
}
@media all and (max-width: 1400px) and (min-width: 1001px) {
  #primary-least-width {
    padding: 0px 150px 35px;
  }
}
@media all and (max-width: 1000px) and (min-width: 601px) {
  #primary-least-width {
    padding: 0px 150px 35px;
  }
}
@media all and (max-width: 600px) and (min-width: 481px) {
  #primary-least-width {
    padding: 0px 150px 35px;
  }
}
@media only screen and (max-width: 860px) {
  #primary-medium-width {
    padding: 35px;
  }
}
body.responsive.layout-full #page-wrapper #primary-least-width {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
body.responsive.layout-full #page-wrapper .primary-full-width {
  padding-left: 50px;
  padding-right: 50px;
}
/* body.responsive.layout-full #page-wrapper #primary-full-width {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
} */
body.responsive.layout-full #page-wrapper .full-container {
  max-width: none;
}
#main {
  padding: 0;
  background-color: white;
  padding-bottom: 20px;
}
.primary-full-width {
  padding: 10px 0 0 45px;
}

.primary-full-width-header {
  padding-top: 35px;
}
#primary-full-width-header {
  padding-top: 0px;
}
/* ------------------------------------------------------------------------ */
/* --------------------get documents page(solr search) ---------------------*/
.search-page-mobile-facets i {
  font-size: 30px;
}
.search-page-mobile-facets {
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 18px;
}
.facet-close-button {
  float: right;
  font-size: 19px;
  display: none;
}
button:focus {
  outline: 0!important;
}
/*------------------------------------------------------------------------------------*/
/*-------------------------------------RUNS page -------------------------------------*/
/*----- Top-Transcriber-Widget(@ transcribathon/progress also) ------*/
ul.topusers {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-position: outside;
}
ul.topusers li {
  position: relative;
  padding: 5px;
  margin: 10px 0px;
  border: 1px solid #eee;
  display: block;
  border-top-left-radius: 20px;
}
ul.topusers li span.rang {
  display: block;
  float: left;
  width: 45px;
  height: 45px;
  background: #b7b7b7;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
  margin-right: 10px;
  border-radius: 50%;
  line-height: 45px;
}
ul.topusers li.p1 {
  background: #dfb8db;
}
ul.topusers li.p2 {
  background: #e9cfe6;
}
ul.topusers li.p3 {
  background: #f2e5f1;
}
ul.topusers li.p4 {
  background: #f8f3f8;
}
ul.topusers li.p1 span.rang {
  background: #7f3978;
}
ul.topusers li.p2 span.rang {
  background: #a87aa4;
}
ul.topusers li.p3 span.rang {
  background: #c7a9c4;
}
ul.topusers li.p4 span.rang {
  background: #c0afbe;
}
ul.topusers li h2 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-right: 40px;
}
ul.topusers li h2 a {
  color: #444 !important;
}
ul.topusers li p {
  margin-top: 0px;
  color: #444;
  padding-top: 0px;
  padding-left: 40px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
div.ttnav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-position: outside;
  width: 100%;
  display: block;
}
div.ttnav ul li.ttprev {
  float: left;
  padding-left: 0px;
  margin-left: 0px;
}
div.ttnav ul li.ttnext {
  float: right;
}
ul.topusers li div.tct-user-banner {
  max-width: 10% !important;
  max-height: 60px !important;
  right: 2% !important;
  top: -5px !important;
}
ul.topusers li div.tct_tt-achievments div {
  display: block;
  position: absolute;
  right: 8%;
  top: -5px;
  z-index: 4;
  width: 100px;
  max-width: 15%;
  height: 60px;
  background-size: contain;
  background-color: transparent;
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 0;
  color: rgba(255, 255, 255, 0);
}
ul.topusers li p span.milage {
  font-size: 0.9em;
  font-weight: 600;
}
ul.topusers li p span.milage:before {
  content: '\f11e';
  font-family: 'Font Awesome 5 Pro';
  padding-right: 5px;
  font-weight: 300;
}
ul.topusers li p span.chars {
  font-size: 0.9em;
}
span.chars {
  color: #444;
}
ul.topusers li h2 span.teammem {
  font-weight: 300 !important;
  font-size: 14px !important;
}
/*----------------------------- end of top users --------------------*/
/*----------------- Statistic widgets on /runs/ page -----------------*/
.numbers-widget-container {
  display: block;
  width: 100%;
  color: #444;
  text-align: center;
}
.numbers-widget-number {
  display: block;
  text-align: center;
  font-size: 2rem;
  padding: 0px !important;
  margin: 0px !important;
  text-indent: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.numbers-widget-text {
  display: block;
  text-align: center;
  font-size: 1.0rem;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  text-indent: 0px;
}
/*------------------------------------------------------------------------*/
/*--------------- Story titles at the bottom of the page -----------------*/
.storybox-title, .monthStoryContent h1 {
  font-size: 15px;
  font-family: var(--h-font-family);
  color: var(--main-color);
  letter-spacing: 0.025em;
  font-weight: 500;
}
.sotm-popup .sotm-status-dot {
  height: 8px;
  width: 8px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 6px;
}
/*-------------------------------- End of Runs --------------------------------------------*/
/*-------------------------------- Item page ----------------------------------------------*/
.completed-achievement {
  background-color: #e2cc45;
}
.achievement-row {
  border: 2px black solid;
  border-radius: 10px;
  margin: 10px 0px;
}
.achievements-subheadline {
  margin-bottom: 0px;
}
.achievement-name {
  width: 300px;
  float: left;
}
.um-field-half {
  width: 100% !important;
}
button.active {
  color: var(--main-color);
}
/*----------------------------------------End of item page----------------------------------*/
/*----------------------------------------news page css-------------------------------------*/
#doc-results {
  padding: 0 50px;
}
.bottombutton {
  display: inline-block;
  border-radius: 0px!important;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.bottombutton a{
  text-decoration: none;
  color: #ffffff;
}
.col.newsarchiv{
  position:relative;
  padding-bottom:50px !important;
}
.col.newsarchiv div.bottombutton{
  position:absolute;
  border-top:1px solid #eee;
}
.col.newsarchiv a.more{
  display:inline-block;
  color:#fff;
  padding:4px 10px;
  text-align:center;
  -moz-border-radius:2px;
  -o-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
}
.col.newsarchiv.empty{
  background:transparent !important;
}
#additional-news-border {
  border: 2px solid #eee;
}
.col.newsarchiv .dcholder{
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  background-color:#444;
  border: 5px solid #fff;
}
.col.newsarchiv .dcholder img{
  width:100%;
  max-width:100%;
}
.col.newsarchiv h1{
  text-transform: none;
  font-weight:600; font-size:1.1em; letter-spacing:0.3px; line-height:1.2; padding:10px 0px 0px 0px; color:#000;}
.col.newsarchiv h3{font-weight:600; font-size:1em; letter-spacing:0.3px; line-height:1.2; padding:5px 0px 5px 0px; color:#000;}
.col.newsarchiv p{/*font-weight:300;*/ font-size:0.9em; letter-spacing:0.3px; line-height:1.4; padding:5px 0px 5px 0px; color:#000;}
.col.newsarchiv div.newsdate{display:block; margin-bottom: 1px; margin-top:-90px; margin-left:20px; background:#fff; height:130px; border:1px solid #ccc; max-width:140px; padding:5px 0px;}
.col.newsarchiv div.newsdate.single{max-width:64px;}
.col.newsarchiv div.newsdate p.clear{clear:both;}
.col.newsarchiv div.newsdate h4{line-height:1.1 !important; font-weight:400; font-size:3em; text-align:center;}
.col.newsarchiv div.newsdate h5{line-height:1 !important; font-weight:400 !important; font-size:1.5em !important; color:#000 !important; text-transform:uppercase; text-align:center;}
.col.newsarchiv div.newsdate h6{line-height:1.2 !important; font-weight:400; padding-top:3px; font-size:1.3em !important; color:#000 !important; text-transform:uppercase; text-align:center;}
.col.newsarchiv div.newsdate div.leftdate{position:relative;display:inline-block; width:60px;}
.col.newsarchiv div.newsdate div.rightdate{position:relative;float:right; display:block;width:60px;}
.col.newsarchiv div.newsdate div.rightdate:before{content:'–'; font-weight:300; line-height:2.5; font-size:3em; color:#000; position:absolute;left:-22px;}
.col.newsarchiv div.nodate{display:block;height:22px;}
.col.collection{position:relative;}
.col .dcholder{background-size:cover; background-position:center 20%; border:1px solid #ccc; background-color:#444;}
.col .dcholder img{width:100%; max-width:100%;}
/* .col.collection h3{font-weight:600; font-size:0.9em; letter-spacing:0.3px; line-height:1.4; padding:10px 0px 5px 0px; color:#000; font-family:"Open Sans","Arial", sans-serif; min-height:55px;} */
.col.collection h3 span{font-weight:300 !important; font-size:1.1em; letter-spacing:0.3px; line-height:1.4; display:block; color:#000 !important; font-family:"Open Sans","Arial", sans-serif;}
/*------------------------------------- End of news section --------------------------*/
/*-----not sure, couldn't find it on the page----*/
.news-container .slick-list {
  margin-right: -30px;
}
.news-container .slick-slide {
  margin-right: 30px;
}
.news-container h2 {
  margin-top: 0;
}
.news-container .slick-prev:before {
  content: "\f053";
  font-family: 'Font Awesome 5 Pro';
  font-size: 22px;
}
.news-container .slick-next:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Pro';
  font-size: 22px;
}
.news-container button.slick-next.slick-arrow {
  position: absolute;
  right: -3%;
  bottom: 50%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  outline: none;
  border: none;
  text-align: center;
  background: none;
  width: 0;
}
.news-container button.slick-prev.slick-arrow {
  position: absolute;
  left: -3%;
  bottom: 50%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  outline: none;
  border: none;
  text-align: center;
  background: none;
  width: 0;
}
@media all and (max-width: 1024px) {
  .news-container button.slick-next.slick-arrow {
    right: 2%;
  bottom: 10px;
  }
  .news-container button.slick-prev.slick-arrow {
    left: 2%;
  bottom: 10px;
  }
}
.transcription-comparison-button {
  height: 30px;
  padding: 5px !important;
  outline: none;
}
a.transcription-comparison-button {
  text-decoration: none;
  color: inherit !important;
}
.notes-questions-submit {
  display: none;
}
/*steps of status*/
.dropbtn {
  background-color: var(--main-color);
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
  background-color: var(--main-color-hover);
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content:not(#editor-overlay .dropdown-content) {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown a:hover {
  background-color: #ddd;
}
/*Progress status bar*/
.progress-bar-section {
  /*border-right: 2px solid hsla(0,0%,78%); */
  float: left;
  font-size: 12px;
  color: transparent;
}
.progress-bar:last-child {
  border-right: none;
}
/*gradient for progress bar*/
#progress-bar-Review-section {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffc720), color-stop(1, #f0b146));
}
#progress-bar-Not-Started-section {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #eeeeee));
}
#progress-bar-Edit-section {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff700), color-stop(1, #ffd800));
}
#progress-bar-Completed-section {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #91f26b), color-stop(1, #4dcd1c));
}
/**/
.status-info-box-color-indicator {
  display: inline-block;
  width: 20px;
  text-align: center;
  height: 15px;
  margin-right: 5px;
}
.not-yet-num {
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-right: 5px;
  background-color: #eeeeee;
}
.complete-num {
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-right: 5px;
}
.review-num {
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-right: 5px;
}
.edit-num {
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-right: 5px;
}
.status-info-box-text {
  display: inline-block;
  /*min-width: 30px;*/
  text-align: right;
  padding-right: 5px;
}
.status-info-box-percentage {
  display: inline-block;
  min-width: 30px;
  text-align: right;
  padding-right: 5px;
}
.prog-refer {
  margin-top: -10px;
}
.prog-refer:after {
  content: "";
  clear: both;
  display: table;
}
#item-status-changer {
  float: left;
  margin-right: 15px;
}
.prog-refer > ul > li {
  float: left;
  display: inline-block;
}
.transcription {
  padding-bottom: 40px;
}
.show {
  display: block !important;
}
.icon-str {
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #999;
  margin-right: 10px;
  margin-left: 4px;
  color: #fff;
}
.icon-edit {
  background-color: #ffdb00;
  border-radius: 50%;
  border: 2px solid #999;
  margin-right: 10px;
  margin-left: 4px;
  color: #ffdb00;
}
.icon-rev {
  background-color: #ffac20;
  border-radius: 50%;
  border: 2px solid #999;
  margin-right: 10px;
  margin-left: 4px;
  color: #ffac20;
}
.icon-comp {
  background-color: #55d126;
  border-radius: 50%;
  border: 2px solid #999;
  margin-right: 10px;
  margin-left: 4px;
  color: #55d126;
}
/* Resposive Grids */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}
.column-rgs {
  display: block;
  float: left;
  margin: 1% 0 1% 3%;
}
.column-rgs:first-child {
  margin-left: 0;
}
/*.group:before,.group:after { content:""; display:table; }*/
.group:after {
  clear: both;
}
.group {
  zoom: 1;
}
.span_3_of_3 {
  width: 100%;
}
.span_2_of_3 {
  width: 65.66%;
}
.span_1_of_3 {
  width: 31.33%;
}
.span_2_of_2 {
  width: 100%;
}
.span_1_of_2 {
  width: 48.5%;
}
.span_1_of_1 {
  width: 100%;
}
.span_4_of_4 {
  width: 100%;
}
.span_3_of_4 {
  width: 74.25%;
}
.span_2_of_4 {
  width: 48.5%;
}
.span_1_of_4 {
  width: 22.75%;
}
.span_5_of_5 {
  width: 100%;
}
.span_4_of_5 {
  width: 79.4%;
}
.span_3_of_5 {
  width: 58.8%;
}
.span_2_of_5 {
  width: 38.2%;
}
.span_1_of_5 {
  width: 17.6%;
}
.column {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.column:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 860px) {
  .maingroup .column-rgs {
    margin: 1% 0 1% 0%;
  }
  .maingroup .span_3_of_3.mn, .maingroup .span_2_of_3.mn, .maingroup .span_1_of_3.mn {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .column-rgs {
    margin: 1% 0 1% 0%;
  }
  .span_3_of_3, .span_2_of_3, .span_1_of_3 {
    width: 100%;
  }
  .span_2_of_2, .span_1_of_2 {
    width: 100%;
  }
  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
    width: 100%;
  }
  .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 {
    width: 100%;
  }
}
/*text alignment for profile page*/
.alg_c {
  text-align: center;
}
div.number-ball {
  display: table;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 150px;
  height: 150px;
}
div.number-ball-content {
  width: 200px;
  height: 200px;
  /*padding-top: 50px;*/
  text-align: center;
  vertical-align: middle;
  border: 5px solid #7E7E7E;
  border-radius: 50%;
}
div.number-ball-content p {
  display: block;
  color: #7E7E7E;
  font-size: 35px;
  margin: 70px 0px 10px 0px !important;
  text-transform: uppercase;
}
div.number-ball-content span {
  display: block;
  width: 100%;
  color: #7E7E7E;
  font-size: 12px;
  text-transform: uppercase;
}
@media all and (max-width: 1680px) and (min-width: 1401px) {
  .span_1_of_5 div.number-ball {
    display: table;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 11vw !important;
    height: 11vw !important;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span_1_of_5 div.number-ball-content {
    /*display:table-cell;*/
    width: 11vw;
    height: 11vw;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding-top:20px;*/
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
  }
  .span_1_of_5 div.number-ball-content p {
    display: block;
    color: #7E7E7E;
    font-size: 2.5vw;
    margin: 44px 0px 0px 0px !important;
  }
  .span_1_of_5 div.number-ball-content span {
    display: block;
    width: 100%;
    color: #7E7E7E;
    font-size: 0.8vw;
  }
}
@media all and (max-width: 1400px) and (min-width: 1001px) {
  .span_1_of_5 div.number-ball {
    display: table;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 12vw !important;
    height: 12vw !important;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span_1_of_5 div.number-ball-content {
    /*display:table-cell;*/
    width: 12vw;
    height: 12vw;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding-top:20px;*/
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
  }
  .span_1_of_5 div.number-ball-content p {
    display: block;
    color: #7E7E7E;
    font-size: 2.5vw;
    margin: 48px 0px 0px 0px !important;
  }
  .span_1_of_5 div.number-ball-content span {
    display: block;
    width: 100%;
    color: #7E7E7E;
    font-size: 0.9vw;
  }
}
@media all and (max-width: 1000px) and (min-width: 601px) {
  .span_1_of_5 div.number-ball {
    display: table;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 15vw !important;
    height: 15vw !important;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span_1_of_5 div.number-ball-content {
    width: 15vw;
    height: 15vw;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
  }
  .span_1_of_5 div.number-ball-content p {
    display: block;
    color: #7E7E7E;
    font-size: 3.5vw;
    margin: 30px 0px 0px 0px !important;
  }

  .span_1_of_5 div.number-ball-content span {
    display: block;
    width: 100%;
    color: #7E7E7E;
    font-size: 1.1vw;
  }
}
@media all and (max-width: 600px) and (min-width: 481px) {
  .span_1_of_5 div.number-ball {
    display: table;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 15vw !important;
    height: 15vw !important;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span_1_of_5 div.number-ball-content {
    /*display:table-cell;*/
    width: 15vw;
    height: 15vw;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding-top:20px;*/
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
  }
  .span_1_of_5 div.number-ball-content p {
    display: block;
    color: #7E7E7E;
    font-size: 3.5vw;
    margin: 15px 0px 0px 0px !important;
  }
  .span_1_of_5 div.number-ball-content span {
    display: block;
    width: 100%;
    color: #7E7E7E;
    margin-top: -10px;
    font-size: 1.1vw;
    text-transform: uppercase;
  }
}
@media all and (max-width: 850px) {
    .tct-prof-banner-area {
      display: none!important;
    }
}
@media all and (max-width: 550px) {
  .um-profile-photo {
    display: none!important;
  }
  .um-39.um .um-profile-meta {
    padding-left: 10px!important;
    display: flex;
  }
}
/*Navigation bar for profile page*/
div.um-header {
  border-bottom: none !important;
  margin-right: 35px;
}
.um-profile-photo {
  min-width: 200px;
  display: inline-block;
  float: none!important;
}
.um-name {
  position: relative;
  margin-right: 0!important;
  margin-left: 10px;
}
.um-meta-text {
  margin-left: 10px!important;
}
.um-profile-meta {
  display: inline-block!important;
  padding-left: 10px!important;
  padding-right: unset!important;
}
.um-profile-navbar.um-messaging-bar {
  width: 80%!important;
  margin: 0 auto!important;
}
.um-profile-nav-item a i.fa.fa-users {
  left: 7px!important;
}
div.um-profile-nav {
  margin-top: 35px;
  background-color: transparent;
  padding: 0px 65px;
  border-bottom: 5px solid rgb(156, 163, 175);
}
div.um-profile-nav div.um-profile-nav-item {
  margin: 0 !important;
}
div.um-profile-nav div.um-profile-nav-item a {
  color: #666 !important;
  padding-right: 20px !important;
  border-radius: 0px;
  border-bottom: 5px solid transparent !important;
  margin-bottom: -5px;
  margin-top: 5px;
  margin-left:  0!important;
  right: 2px;
}
div.um-profile-nav div.um-profile-nav-item a:hover {
  color: #444 !important;
  background: transparent;
}
div.um-profile-nav div.um-profile-nav-item.active a {
  color: #000 !important;
  background: transparent !important;
  border-radius: 0px;
  border-bottom: 5px solid #b33e3e!important;
}
div.um-profile-nav p {
  display: inline-block;
}
div.um-profile-body {
  max-width: 100% !important;
}
/* Comments-Field */
div#comments {
  max-height: 1500px;
}
h2.comments-head {
  font-size: 22px;
  padding: 10px 8px;
  margin-bottom: 0px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
h2.comments-head:before {
  content: '\f086';
  font-family: 'Font Awesome 5 Pro';
  font-size: 24px;
  padding-right: 10px;
}
div#single-comments-wrapper div#respond h3.comment-reply-title {
  border: none;
}
div#comments ol.commentlist li {
  padding-left: 0px;
  margin-left: 0px;
}
div#comments ol.commentlist li footer:after {
  content: '';
  display: block;
  clear: both;
}
nav#comment-nav-below {
  border-top: 1px solid #c7c7c7;
  background: transparent;
  margin-bottom: -30px;
}
nav#comment-nav-below div.nav-previous a:before {
  content: '\f053';
  font-family: 'Font Awesome 5 Pro';
  font-size: 0.8em;
  padding-right: 5px;
}
nav#comment-nav-below div.nav-next a:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Pro';
  font-size: 0.8em;
  padding-left: 5px;
}
div#comments ol.commentlist li.comment {
  background: #fff;
  padding: 0px;
  border: 1px solid #ead8e8;
  margin-bottom: 15px;
  padding-bottom: 0px;
  padding-top: 0px;
}
/* User-Info */
div#comments ol.commentlist li footer {
  border-bottom: 1px solid #ead8e8;
  clear: both;
  padding: 0 !important;
  text-align: right;
  background: #f0e3ef;
}
div#comments ol.commentlist li footer div.comment-author {
  display: inline-block;
  margin: 0;
  float: left;
  padding: 8px 0px 0px 0px;
}
div#comments ol.commentlist li footer div.comment-author:before {
  content: '\f007';
  font-family: 'Font Awesome 5 Pro';
  padding-right: 3px;
  padding-left: 5px;
}
div#comments ol.commentlist li div.comment-meta {
  margin: 0;
  padding: 0px;
  display: inline-block;
}
div#comments ol.commentlist li div.comment-meta span.support a.comment-edit-link {
  display: inline;
  width: 20px;
  padding-right: 5px;
  padding-top: 5px;
  overflow: hidden;
  font-size: 0;
}
div#comments ol.commentlist li div.comment-meta span.support a.comment-edit-link:before {
  content: '\f040';
  font-size: 14px;
  font-family: 'Font Awesome 5 Pro';
  padding-right: 5px;
  padding-left: 5px;
  line-height: 0.5;
}
div#comments ol.commentlist li div.comment-meta span.support a.comment-reply-link {
  padding-right: 5px;
}
div#comments ol.commentlist li div.comment-meta span.support a.comment-reply-link:before {
  content: '\f112';
  font-size: 14px;
  font-family: 'Font Awesome 5 Pro';
  padding-right: 5px;
  padding-left: 5px;
  line-height: 0.5;
}
div#comments ol.commentlist li article.comment div.comment-content {
  padding: 10px;
  margin: 0;
  color: #222;
  font-size: 0.9em;
  line-height: 1.2;
}
div#comments ol.commentlist li article.comment div.comment-content p {
  font-size: 0.85em;
}
div#comments ol.commentlist li a.show-hide-children {
  font-size: 0.75em;
  display: block;
  padding-left: 8px;
  font-weight: 600;
  border-top: 1px dotted #ead8e8;
}
div#comments ol.commentlist li a.show-hide-children.closed:before {
  content: '\f055';
  font-family: 'Font Awesome 5 Pro';
  padding-right: 5px;
  font-weight: normal;
}
div#comments ol.commentlist li a.show-hide-children.open:before {
  content: '\f056';
  font-family: 'Font Awesome 5 Pro';
  padding-right: 5px;
  font-weight: normal;
}
/* Comment-Replies */
div#comments ul.children {
  display: none;
  margin-left: 0 !important;
  background: #f6f7f9;
}
div#comments ul.children li.comment {
  margin: 0;
  border: none;
  background: #f6f7f9;
  color: #3a4c5f;
}
div#comments ul.children li.comment p {
  color: #3a4c5f !important;
}
div#comments ul.children li.comment footer {
  background: #eaeef2;
  color: #587391 !important;
  padding-bottom: 0px;
  position: relative;
  border-bottom: 1px solid #dae1e8;
}
div#comments ul.children li.comment footer div.comment-author {
  display: inline-block;
  color: #587391 !important;
  margin-left: 30px;
  float: left;
  padding: 8px 0px 0px 0px;
}
div#comments ul.children li.comment footer:before {
  content: '\f148';
  padding: 0px 10px 10px 0px;
  color: #587391 !important;
  position: absolute;
  left: 5px;
  top: 2px;
  font-family: 'Font Awesome 5 Pro';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
div#comments ol.commentlist li.comment li.comment {
  background: #f6f7f9;
  margin-top: 0px;
}
div#comments ol.commentlist li.comment li.comment p {
  margin-bottom: 0px;
  background: #f6f7f9;
}
div#comments ol.commentlist li.comment article {
  margin-bottom: 0px !important;
}
/* Comment-Form
div#comments div#respond {
   background: #fff;
   margin: 10px 0px;
   padding: 0px 10px;
   border: 1px solid #eee;
}*/
div#comments div#respond h3#reply-title {
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: block;
  line-height: 1em;
  border-bottom: none;
}
div#comments div#respond label[for=comment] {
  display: none;
}
div#comments div#respond p.logged-in-as {
  display: none;
}
div#comments div#respond form#commentform {
  margin-top: -15px;
  padding-top: 0px;
}
div#comments div#respond div.commentform-error p {
  font-size: 0.75em;
}
div#comments div#respond textarea {
  padding: 0 10px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 6px;
  border-radius: 0px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  resize: none;
  outline: none;
}
div#comments div#respond input#submit {
  /* margin-top: 10px; */
  /* width: 100%; */
  margin-bottom: -20px;
  letter-spacing: 0.5px;
  float: right;
  /*width: 146.71px;*/
  height: 40px;
}
div#comments div#respond a#cancel-comment-reply-link {
  display: block;
  float: right;
  font-weight: 600;
  font-size: 1.2em;
}
div#comments p.meldung {
  font-size: 0.8em;
}
/*"transcribed documents" section -(transcriptions tab)*/
.tablegrid {
  display: table;
  table-layout: fixed;
  margin-right: 0px;
  border-collapse: separate;
  border-spacing: 10px;
}
/*for the section of "Transcribed Documents"*/
h3.nopad, .column.collection h3.nopad {
  font-size: 17px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  min-height: 10px !important;
}
p.smallinfo {
  color: #444 !important;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 5px;
}
.doc-results.profile .collection {
  position: relative;
}
.tablegrid .section.group .column {
  display: table-cell !important;
  margin: 0 !important;
  float: none;
  vertical-align: top;
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
}
.wikidata-redirect-link {
  display: inline-block;
  float: left;
  height: 15px;
  cursor: pointer!important;
  margin-right: 3px;
  width: 15px;
  background: url(admin/inc/custom_shortcodes/upload-images/wikidata.png) center center no-repeat;
}
#location-google-search-container {
  width: 100%;
  position: relative;
}
.entry-content #location-google-search-container input {
  background-color: white;
}
.tablegrid .section.group {
  display: table-row;
}
/*Front Page*/
.article_content_item {
  float: left;
}
#full-view-comment {
  padding-top: 10px;
}
div#geo-tagging-map {
  /* height: 100em; */
  /*width: 380px;*/
  width: auto;
  padding-bottom: 13px;
}
#item-page-switcher {
  position: absolute;
  z-index: 9999991;
  left: 50%;
  top: 0;
}
.frontpage-top-text {
  text-align: center;
}
.entry-content #frontpage-top-link-list {
  margin-left: 0px;
}
.entry-content #frontpage-top-link-list li {
  display: inline-block;
  text-align: center;
  width: 33%;
  margin-left: 0px;
}
.news-container {
  max-width: 958px;
  margin: auto;
  /*background: #eee;*/
  padding: 26px 22px;
  /*overflow: hidden;*/
  position: relative;
}
@media screen and (max-width: 800px) {
  .news-container {
    width: 658px;
  }
}
@media screen and (max-width: 600px) {
  .news-container {
    width: 358px;
  }
}
.news-slider {
  margin-bottom: 10px;
  background: #fff;
}
.news-navigation {
  float: left;
  width: 100%;
}
.news-image {
  height: 200px;
  overflow: hidden;
}
.news-image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.news-article .entry-content img {
  max-width: none;
}
.news-article {
  width: 300px;
}
.news-article.slick-active:last-of-type {
  margin-right: 0px;
}
.entry-content .news-headline {
  text-align: center;
  margin: 10px 0px;
  font-size: 20px;
  font-weight: bold;
}
.news-text {
  height: 26vh;
  overflow: hidden;
  padding: 0px 10px 0px 10px;
  font-size: 2vh;
}
@media all and (max-width: 1680px) and (min-width: 1401px) {
  .news-text {
    height: 26vh !important;
  }
}
@media all and (max-width: 1400px) and (min-width: 1001px) {
  .news-text {
    height: 16vh !important;
  }
}
@media all and (max-width: 1000px) and (min-width: 601px) {
  .news-text {
    height: 22vh !important;
  }
}
@media all and (max-width: 600px) and (min-width: 481px) {
}
@media all and (max-width: 450px) {
  .news-text {
    height: 37vh;
  }
}
@media all and (max-width: 419px) {
  .news-text {
    height: 30vh;
  }
}
@media all and (max-width: 375px) {
  .news-text {
    height: 34vh;
  }
}
@media all and (max-width: 325px) {
  .news-text {
    height: 39vh;
  }
}
.news-text h2 {
  margin: 0;
  padding: 0;
}
.news-text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  margin: 0 0 10px 0;
  padding: 0;
}
.news-container a {
  float: right;
  background-color: var(--main-color);
  text-decoration: none;
  color: #fff !important;
  padding: 0 8px;
  font-size: 15px;
}
.dots {
  position: absolute;
  bottom: 40px;
}
.news-description {
  padding-top: 15px;
}
.news-description:after {
  content: '';
  width: 914px;
  height: 225px;
  position: absolute;
  left: 0;
  bottom: 30px;
  background: linear-gradient(transparent 200px, white);
}
/* User banner */
/* User banner */
div.tct-prof-banner-area {
  position: absolute;
  right: 13%;
  top: 11px;
  display: flex;
}
div.tct-user-banner {
  display: block;
  /* position: absolute;
  right: 1%;
  top: -10px; */
  z-index: 4;
  width: 120px;
  /* max-width: 15%; */
  height: 170px;
  background-size: contain;
  background-color: transparent;
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 0;
  color: rgba(255, 255, 255, 0);
}
div.tct-user-banner.member, div.tct-user-banner.trainee {
  background-image: url(images/trainee-01.svg);
  /* top: -1%; */
}
div.tct-user-banner.runner {
  background-image: url(images/runner-01.svg);
  /* top: -1%; */
}
div.tct-user-banner.champion {
  background-image: url(images/champ-01.svg);
  /* top: -1%; */
}
div.tct-user-banner.sprinter {
  background-image: url(images/sprinter-01.svg);
  /* top: -1%; */
}
div.tct-user-banner.administrator {
  background-image: url(images/admin-01.svg);
  /* right: 10%;
  top: -1%; */
}
div.tct-user-star {
  background-image: url(images/rating_star.svg);
  /* right: 10%;
  top: -1%; */
}
div.tct-user-star {
    display: inline-block;
    /*position: absolute;
    right: 3%; */
    z-index: 50;
    width: 18px;
    height: 25px;
    background-size: contain;
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
}
.tct-banner-stars {
  position: relative;
}
.stars-three div:nth-child(1) {
  position: absolute;
  top: 49px;
  left: 23px;
}
.stars-three div:nth-child(2) {
  position: absolute;
  top: 42px;
  left: 50px;
}
.stars-three div:nth-child(3) {
  position: absolute;
  top: 49px;
  right: 25px;
}
/* Achievments */
div.achievments div {
  display: block;
  position: absolute;
  top: -10px;
  z-index: 4;
  width: 120px;
  max-width: 15%;
  height: 170px;
  background-size: contain;
  background-color: transparent;
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 0;
  color: rgba(255, 255, 255, 0);
}
div.achievments div.xmas-2016-gold {
  background-image: url(images/pokal-christmas-run-2016-gold.svg);
}
div.achievments div.xmas-2016-silver {
  background-image: url(images/pokal-christmas-run-2016-silver.svg);
}
div.achievments div.xmas-2016-bronce {
  background-image: url(images/pokal-christmas-run-2016-bronce.svg);
}
div.achievments div.cent-gold {
  background-image: url(images/pokal-cent-run-gold.png);
}
div.tct_tt-achievments div.xmas-2016-gold {
  background-image: url(images/pokal-christmas-run-2016-gold.svg);
}
div.tct_tt-achievments div.xmas-2016-silver {
  background-image: url(images/pokal-christmas-run-2016-silver.svg);
}
div.tct_tt-achievments div.xmas-2016-bronce {
  background-image: url(images/pokal-christmas-run-2016-bronce.svg);
}
div.tct_tt-achievments div.cent-gold {
  background-image: url(images/pokal-cent-run-gold.png);
}
@media all and (min-width: 1010px) {
  div.achievments div {
    right: 18%;
  }
}
@media all and (max-width: 1009px) and (min-width: 870px) {
  div.achievments div {
    right: 20%;
  }
}
@media all and (max-width: 869px) and (min-width: 590px) {
  div.achievments div {
    right: 26%;
  }
}
@media all and (max-width: 589px) {
  div.achievments div {
    left: 5%;
  }
}
/* Linechart-Widget */
h3.tct_linechart_head {
  font-size: 16px;
}
div.tct_linechart_area {
  display: table;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  /*border: 1px solid #eee;*/
  width: 100%;
  height: 250px;
  position: relative;
  text-align: center;
}
div.tct_linechart_holder {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  vertical-align: bottom;
}
div.tct_linechart_area div.tct_linechart_holder div.tct_linechart_bar {
  display: inline-block;
  width: 8%;
  background-color: #ccc;
  position: relative;
  text-align: center;
}
div.tct_linechart_area div.tct_linechart_holder div.tct_linechart_bar.months {
  width: 8%;
}
div.tct_linechart_area div.tct_linechart_holder div.tct_linechart_bar:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  margin-left: 50%;
  margin-top: -2px;
  background: #7f3978;
  border-radius: 50%;
}
div.tct_linechart_area div.tct_linechart_holder div.tct_linechart_bar span {
  position: absolute;
  display: none;
  padding: 3px 3px;
  line-height: 10px;
  color: #444;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.3);
  top: -10px;
  left: 35px;
  z-index: 3;
}
div.tct_linechart_area div.tct_linechart_holder div.tct_linechart_bar span:before {
  content: '';
  display: none;
  position: absolute;
  width: 0px;
  height: 0px;
  line-height: 0px;
  border: 9px solid;
  border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
  top: -1px;
  left: -18px;
}
div.tct_linechart_area div.tct_linechart_holder div.tct_linechart_step {
  display: inline-block;
  width: 100%;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  position: absolute;
  bottom: 0;
  text-align: right;
}
div.tct_linechart_area div.tct_linechart_holder div.tct_linechart_step span {
  position: absolute;
  display: inline-block;
  padding: 3px 0px 3px 10px;
  line-height: 10px;
  color: #999;
  font-size: 11px;
  background: #fcfcfc;
  border: none;
  right: 0px;
  margin-top: -8px;
  text-align: right;
  z-index: 2;
}
div.tct_linechart_area:hover div.tct_linechart_holder div.tct_linechart_bar span {
  display: inline-block;
}
div.tct_linechart_area:hover div.tct_linechart_holder div.tct_linechart_bar span:before {
  display: block;
}
div.tct_linechart_legend {
  display: block;
  width: 100%;
  text-align: left;
}
div.tct_linechart_legend table {
  width: auto;
  margin-top: 10px;
  border: none;
  border-collapse: collapse;
}
div.tct_linechart_legend table tr td {
  padding: 3px 10px 3px 0px;
  vertical-align: middle;
  font-size: 11px;
  line-height: 16px;
}
div.tct_linechart_legend table tr td:last-child {
  padding: 3px 0px 3px 0px;
}
div.tct_linechart_legend table td span.colorbox {
  background: #ccc;
  width: 10px;
  height: 10px;
  border: 1px solid #999;
}
div.tct_linechart_area div.tct_linechart_holder circle.but {
  cursor: pointer;
}
div.tct_linechart_area div.tct_linechart_holder .textbut {
  cursor: pointer;
}
div.tct_linechart_area div.tct_linechart_holder .tooltip {
  pointer-events: none;
  /*let mouse events pass through*/
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
div.tct_linechart_area div.tct_linechart_holder g.tooltip rect {
  fill: #b33e3e;
  stroke: #b33e3e;
  z-index: 200;
}
div.tct_linechart_area div.tct_linechart_holder g.tooltip rect text {
  font-size: 11px;
}
div.tct_linechart_area div.tct_linechart_holder circle:hover + g.tooltip {
  opacity: 1;
}
.theme-colored-data-box {
  color: white;
  margin: 0;
  margin-left: 6px;
  padding: 2px 10px;
  border-radius: 3px;
  outline: none;
}
.disabled-dropdown {
  border-color: #d2d2d2;
  color: #8c8c8c;
}
hr {
  background: #ccc;
  border: none;
  border-bottom: #fff;
  height: 1px;
  margin: 2.5em 0px 2em 0px;
}
/*the container must be positioned relative:*/
.language-selector-background {
  position: relative;
}
.language-selector-background select {
  display: none;
  /*hide original SELECT element:*/
}
.language-item-select::-webkit-scrollbar {
  width: 13px;
  background-color: #dadada;
}
.language-item-select::-webkit-scrollbar-thumb {
  background: #a7a7a7;
  height: 40px;
}
.language-item-select::-webkit-scrollbar-thumb:hover {
  background: #969696;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.language-item-select div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
/* The checkbox-container
/* Create a custom checkbox */
/* .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  background-color: #eee;
} */
/* On mouse-over, add a grey background color */
.square-checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.square-checkbox-container input:checked ~ .checkmark {
  background-color: var(--main-color);
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.square-checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.square-checkbox-container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*search panel view*/
.complete-search-content {
  padding: 0 1.6rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-content-right {
  background-color: #fff;
  position: relative;
  padding-left: 40px;
  margin-bottom: 40px;
}
.search-content-right-header {
  float: right;
  font-size: .875rem;
  /*border-bottom: 1px solid #dedede;*/
  margin-bottom: 1.6rem;
  overflow: hidden;
  padding: .65rem .4rem;
}
.search-content-results-headline.search-headline {
  margin-top: 1em;
  margin-left: 12px;
}
.search-content-results-headline {
  margin-top: 0.2em;
  color: #444;
  display: inline-block;
  font-size: 14px;
}
.search-page-tab-button {
  border: 1px solid #dedede;
  padding: 6px 12px;
  outline: none;
  line-height: 1.6em;
  height: 40px;
}
.search-page-tab-button.left {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right: none;
  background: transparent;
  letter-spacing: 0.5px;
}
.search-page-tab-button.right {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: none;
  background: transparent;
  letter-spacing: 0.5px;
}
.search-results-radio input {
  position: absolute;
  visibility: hidden;
  display: none;
}
.search-results-radio label {
  border: 1px solid #dedede;
  outline: none;
  padding: 6px 12px;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
}
.search-results-radio.left label {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right: none;
  background: transparent;
  letter-spacing: 0.5px;
}
.search-results-radio.right label {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: none;
  background: transparent;
  letter-spacing: 0.5px;
}
ul.content-view-bar > li {
  display: inline-block;
  list-style: none;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}
ul.content-view-bar {
  margin-left: 0;
}
button.content-view-button {
  background: transparent;
  border: none;
  height: auto;
  width: auto;
  outline: none;
}
/*test*/
.important {
  font-weight: bold;
  font-size: xx-large;
}
.inner_content1 {
  background: #ccc;
}
.blue {
  color: blue;
}
.search-content-right-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-page-single-result {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #ccc;
}
.maingridview.search-page-single-result {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 250px;
  flex: 1 0 250px;
  border: 1px solid #eeeeee;
  padding: 0;
  margin: 5px 10px 5px 0px;
  max-width: 300px;
}
.listview.search-page-single-result {
  width: 100%;
}
.maingridview {
  width: 32%;
  border-bottom: 0;
}
.maingridview .search-page-single-result-description {
  display: none;
}
.maingridview .search-page-single-result-image {
  width: 100%;
  padding: 12px 10px 0 10px;
}
.maingridview .search-page-single-result-image img {
  height: auto;
}
.listview .search-page-single-result-image {
  float: right;
}
.inner_content1, .inner_content2 {
  width: 50%;
}
.active {
  background: transparent;
  border: 0;
}
.maingridview .search-page-single-result-info {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.maingridview .search-page-single-result-info h2 {
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  margin: 7px 0;
}
.search-page-single-result-info h2 {
  margin-top: 0;
}
.maingridview .search-page-single-result-info, .maingridview .search-page-single-result-image {
  width: 100%;
}
.content-view-grid .hr {
  display: none;
}
/* Clear floats after the columns */
.search-content-right-items:after {
  content: "";
  display: table;
  clear: both;
}
.search-content-right-items {
  padding-top: 20px;
  margin-bottom: 20px;
  float: right;
}
.search-content-left {
  width: 100%;
  background: #ffffff;
  padding: 0 1.6rem 0 1.6rem;
  list-style: none;
}
.search-content-left > h2 {
  font-size: 16px;
}
.search-content-left > .filter {
  position: relative;
}
.search-panel-default {
  border-top: 1px solid #dedede;
}
.collapse-controller {
  cursor: pointer;
}
.left-panel-dropdown-title {
  display: inline-block;
  margin: 0px;
}
.left-panel-dropdown-title > li > a {
  text-decoration: none;
}
/* The container */
.search-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.progre {
  float: right;
}
/* Hide the browser's default checkbox */
.search-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.search-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.search-container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.search-container input:checked ~ .checkmark {
  background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.search-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.search-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.facet-search-subsection {
  padding: 8px 0px;
}
/*search bar*/
.facet-form-search {
  position: relative;
  top: 25px;
  width: 600px;
  margin: auto;
  padding: 4.8rem 1.6rem;
  vertical-align: middle;
}
.map-search-page {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 5px;
}
.map-search-page a {
  text-decoration: none;
}
/*temporary background for search bar*/
.facet-form-search .search-field {
  padding: 11.5px;
  font-size: 17px;
  border: 1px solid #ccc;
  float: left;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 84%;
  background-color: #fff;
  outline: none;
}
form.search-bar button {
  float: left;
  padding: 9.8px;
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
  margin-left: .8rem;
  border-radius: 4px;
  font-weight: bold;
}
form.search-bar::after {
  content: "";
  clear: both;
  display: table;
}
.status-not-started {
  background-color: white;
  color: white;
}
.status-edit {
  background-color: #ffdb00;
  color: #ffdb00;
}
.status-review {
  background-color: #ffac20;
  color: #ffac20;
}
.status-complete {
  background-color: #55d126;
  color: #55d126;
}
/* Landing page */
#no-text-container {
  width: 147px;
}
#no-text-label {
  background-color: white;
  line-height: 9px;
  height: 23px;
  text-align: right;
  display: block;
  position: relative;
  padding: 5px 5px 5px 25px;
  margin-right: 8px;
  border: 2px solid #b9b9b9;
  border-radius: 5px;
  color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color .2s, -webkit-box-shadow .2s;
  transition: background-color .2s, -webkit-box-shadow .2s;
  transition: background-color .2s, box-shadow .2s;
  transition: background-color .2s, box-shadow .2s, -webkit-box-shadow .2s;
}
#no-text-label::before {
  content: '';
  left: 10px;
  top: 2px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
#no-text-checkbox {
  position: absolute;
  left: -9999px;
}
/*slider*/
.switch-notext-mark {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch-notext-mark input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.transcription-toggle a {
  color: inherit;
  text-decoration: none;
}
.transcription-toggle:hover {
  color: #000;
  border-bottom: 1px solid #000;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #096181;
  background: #096181;
  color: #777620;
}
#default-login-container {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  z-index: 999991;
}
/* Modal Content */
#default-login-popup {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  min-width: 350px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.default-login-popup-header {
  padding: 20px 16px;
  position: relative;
  background-color: #fff;
  color: var(--main-color);
}
.default-login-popup-body {
  padding: 2px 16px;
}
.default-login-popup-footer {
  padding: 12px 16px;
  background-color: #fff;
  color: var(--main-color);
}

/* The Close Button */
.item-login-close {
  color: #000;
  position: absolute;
  font-size: 28px;
  top: 10px;
  right: 10px;
  font-weight: bold;
  line-height: 1px;
}
.login-title {
  width: 100%;
  max-width: 350px;
  color: #000;
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 0 auto;
  font-family: var(--h-font-family);
  font-weight: 700;
  font-size: 21px;
}
.item-login-close:hover, .item-login-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.search-page-pagination button {
  float: left;
  padding: 0;
  text-decoration: none;
  width: 37px;
  height: 37px;
  border-radius: 0px;
  border: none;
  background: none;
}
.pagination,
.entry-content .pagination {
  display: none;
}
label.um-field-checkbox input {
  margin-right: 5px;
}
a.ow-icon-placement-top.ow-button-hover {
  text-decoration: none;
}
.search-page-single-result-description {
  /*font-size: 1.7vh;*/
  font-size: 16px;
  text-align: justify;
  height: 160px;
  overflow: hidden;
}
.search-page-single-result-info {
  /*float: left;*/
  width: 75%;
}
.search-page-single-result-info a {
  text-decoration: none;
  outline: none;
}
.search-page-single-result-image {
  width: 25%;
  padding: 0% 3%;
}
.full-spinner-container {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
}
.facts dd {
  word-break: break-word;
}
.person-data-output-birthDeath {
  width: 50%;
  float: left;
}
.person-data-output-content {
  margin-top: 10px;
}
.person-data-edit-container {
  display: none;
  margin: 15px 0 5px 0;
}
.link-data-edit-container {
  display: none;
  margin: 15px 0 5px 0;
}
.search-page-tab-container {
  width: 300px;
  display: inline-block;
}
.document-search-button {
  border: none;
  outline: none;
  margin: 1px 0 0 4px;
  padding: 11.5px 10px;
}
.item-name-header {
  font-weight: bold;
  letter-spacing: 0.5px;
}
/* .item-date-display {
  border: 1px solid #eeeeee;
  padding: 4px 8px;
  background-color: #f3f3f3;
  font-weight: bold;
  border-radius: 5px;
}
.item-date-display-container {
  margin-top: 6px;
} */
.edit-data-cancel-right {
  float: right;
  padding: 8px 12px;
  margin-right: 4px;
  letter-spacing: 0.5px;
}
.form-buttons-right {
  margin-top: 12px;
}
.admin-teams-list {
  list-style: none;
  margin: 0;
}
.person-dots {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.person-output-description-headline {
  font-weight: 400;
  margin-left: 15px;
  letter-spacing: 0;
}
.admin-teams-list li {
  border: 2px #c4c4c4 solid;
  border-radius: 5px;
  padding: 0 10px;
  margin-right: 100px;
  margin-bottom: 20px;
}
/* Team-Tab */
table.team-tab {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: none;
}
table.team-tab td {
  padding: 2px 0px;
  border-bottom: 1px solid #444;
}
table.team-tab td.tct_tmname i {
  display: inline-block;
  width: 25px;
  text-align: left;
  color: #444;
}
table.team-tab td.tct_tmname i:before {
  content: '\f0c0';
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
}
table.team-tab td.tct_tmtools {
  text-align: right;
}
table.team-tab td.tct_tmtools ul {
  margin: 0px !important;
  margin-bottom: -5px !important;
  padding: 0px !important;
  height: 20px;
  width: auto;
  float: right;
}
table.team-tab td.tct_tmtools ul li {
  margin: 0px !important;
  padding: 0px 2px;
  display: inline-block;
  position: relative;
}
table.team-tab td.tct_tmtools ul li a {
  font-size: 0;
  display: inline-block;
  width: 16px;
  height: 20px;
  color: #444;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table.team-tab td.tct_tmtools ul li a i {
  font-size: 14px;
}
table.team-tab td.tct_tmtools ul li a:hover {
  color: #71336A;
}
table.nopad {
  padding: 0 !important;
  margin: 0 !important;
  border-collapse: collapse;
  width: 100%;
  border: none !important;
}
table.nopad td {
  padding: 0px;
  vertical-align: middle;
  border: none !important;
}
form#tct-crtrtm-frm {
  display: none;
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
}
form#tct-crtrtm-frm p {
  font-weight: 300;
  font-size: 14px;
}
form#tct-crtrtm-frm label {
  font-weight: 400;
  font-size: 14px;
}
form#tct-crtrtm-frm label:after {
  content: ':';
}
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_3_of_3, .span_2_of_3, .span_1_of_3 {
    width: 100%;
  }
  .span_2_of_2, .span_1_of_2 {
    width: 100%;
  }
  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
    width: 100%;
  }
  .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 {
    width: 100%;
  }
}
.tableholder {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.tablegrid {
  display: table;
  table-layout: fixed;
  margin-left: -20px;
  margin-right: 0px;
  border-collapse: separate;
  border-spacing: 10px 50px;
  width: -o-calc(100% + 40px);
  width: calc(100% + 40px);
}
.tablegrid .section.group {
  display: table-row;
}
.tablegrid .section.group .col {
  display: table-cell !important;
  margin: 0 !important;
  float: none;
  vertical-align: top;
  padding: 5px;
  background: #fff;
  border: 1px solid #eee;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.tablegrid .span_4_of_4 {
  width: 100%;
}
.tablegrid .span_3_of_4 {
  width: 75%;
}
.tablegrid .span_2_of_4 {
  width: 50%;
}
.tablegrid .span_1_of_4 {
  width: 25%;
}
.tablegrid .span_3_of_3 {
  width: 100%;
}
.tablegrid .span_2_of_3 {
  width: 66.66%;
}
.tablegrid .span_1_of_3 {
  width: 33.33%;
}
.tablegrid .span_2_of_2 {
  width: 100%;
}
.tablegrid .span_1_of_2 {
  width: 50%;
}
.tablegrid span.sep {
  display: none;
}
.col.collection {
  position: relative;
}
.col .dcholder {
  background-size: cover;
  background-position: center 20%;
  background-color: #444;
}
.dcholder.news-page-images {
  height: 300px;
}
.col .dcholder img {
  width: 100%;
  max-width: 100%;
}
.col.collection h3 {
  font-size: 12px;
  padding: 0px 10px 0px 10px;
  color: #000;
  font-family: "Open Sans", "Arial", sans-serif;
  min-height: 55px;
}
.col.collection h3 a {
  text-decoration: none;
}
.col.collection h3 span {
  font-weight: 300 !important;
  font-size: 1.1em;
  letter-spacing: 0.3px;
  line-height: 1.4;
  display: block;
  color: #000 !important;
  font-family: "Open Sans", "Arial", sans-serif;
}
.col.collection .allbar {
  /*bottom:15px; position:absolute;  */
  position: relative;
  /*width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);*/
}
.box-progress-bar {
  position: relative;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.language-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */
}
  /* Position the tooltip text - see examples below! */

/* Show the tooltip text when you mouse over the tooltip container */
.language-tooltip:hover .language-tooltip-text {
  visibility: visible;
}
/* Balkenchart-Widget */
h3.tct_barchar_head {
  font-size: 16px;
}
div.tct_barchart_area {
  display: table;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 250px;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
div.tct_barchart_holder {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  vertical-align: bottom;
}
div.tct_barchart_area div.tct_barchart_holder div.tct_barchart_bar {
  display: inline-block;
  width: 25px;
  background-color: #ccc;
  position: relative;
  text-align: center;
  margin-bottom: -7px;
}
div.tct_barchart_area div.tct_barchart_holder div.tct_barchart_bar span {
  position: absolute;
  display: none;
  padding: 3px 3px;
  line-height: 10px;
  color: #444;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.3);
  top: -10px;
  left: 35px;
  z-index: 3;
}
div.tct_barchart_area div.tct_barchart_holder div.tct_barchart_bar span:before {
  content: '';
  display: none;
  position: absolute;
  width: 0px;
  height: 0px;
  line-height: 0px;
  border: 9px solid;
  border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
  top: -1px;
  left: -18px;
}
div.tct_barchart_area div.tct_barchart_holder div.tct_barchart_step {
  display: inline-block;
  width: 100%;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  position: absolute;
  bottom: 0;
  text-align: right;
}
div.tct_barchart_area div.tct_barchart_holder div.tct_barchart_step span {
  position: absolute;
  display: inline-block;
  padding: 3px 0px 3px 10px;
  line-height: 10px;
  color: #999;
  font-size: 11px;
  background: #fcfcfc;
  border: none;
  right: 0px;
  margin-top: -8px;
  text-align: right;
  z-index: 2;
}
div.tct_barchart_area:hover div.tct_barchart_holder div.tct_barchart_bar span {
  display: inline-block;
}
div.tct_barchart_area:hover div.tct_barchart_holder div.tct_barchart_bar span:before {
  display: block;
}
div.tct_barchart_legend {
  display: block;
  width: 100%;
  text-align: left;
}
div.tct_barchart_legend table {
  width: auto;
  margin-top: 10px;
  border: none;
  border-collapse: collapse;
}
div.tct_barchart_legend table tr td {
  padding: 3px 10px 3px 0px;
  vertical-align: middle;
  font-size: 11px;
  line-height: 16px;
}
div.tct_barchart_legend table tr td:last-child {
  padding: 3px 0px 3px 0px;
}
div.tct_barchart_legend table td span.colorbox {
  background: #ccc;
  width: 10px;
  height: 10px;
  border: 1px solid #999;
}
.main-navigation {
  z-index: 99999 !important;
}
#wpadminbar {
  z-index: 99999 !important;
}
#locked-warning-container {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  z-index: 999991;
}
.locked-warning-popup {
  position: relative;
  width: 650px;
  height: 175px;
  left: calc(50% - 325px);
  top: calc(50% - 87.5px);
  background: white;
  border: 1px #979797 solid;
  border-radius: 5px;
  padding: 20px 10px;
  text-align: center;
  -webkit-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}
.locked-warning-popup .locked-text2 {
  margin-bottom: 0;
}
.locked-warning-popup #close-locked-window {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 13px;
  padding: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.locked-warning-popup #close-locked-window:hover {
  background-color: #ccc;
}
.box-status-bar-info-box {
  text-align: left;
}
/*test responsiveness*/
/*@media only screen and (min-width: 993px) and (max-width:1206px){
    .person-item-data-container div:first-of-type {
        display: flex;
    }
    input#person-description-input-field {
        width: 100%;
    }
}*/
@media screen and (min-width: 769px){
  /* STYLES HERE */
  .tibet-script {
    font-size: 28px;
  }

}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* STYLES HERE */
  .location-display {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* STYLES HERE */
  .location-display {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .search-page-mobile-facets {
    display: block;
  }
  .primary-full-width {
    padding-top: 0px;
  }
  .search-content-results-headline.search-headline {
    display: inline-block;
  }
  .facet-close-button {
    display: block;
    cursor: pointer;
  }
  .complete-search-content {
    position: relative;
  }
  #story-page-right-side {
    width: 100%;
  }
  #full-view-right {
    width: 100%;
    margin-left: 0;
  }
  #full-view-left {
    width: 100%;
  }
  .tutorial-left {
    display: none;
  }
  .tutorial-right {
    width: 100%;
  }
  #tutorial-window-popup {
    width: 88%;
    height: 50%;
    margin-top: 4em;
  }
  .tutorial-text-area {
    height: 116px;
  }
}
@media screen and (max-width: 492px) {
  .input-response {
    width: 100%;
    margin: 10px 0;
  }
  .date-input-response {
    width: 94%;
  }
  button.ui-datepicker-trigger {
    width: 2%;
  }
  .person-item-data-container input:not(:first-of-type) {
    margin-left: 0;
  }
  .person-item-data-container div:first-of-type {
    margin-bottom: 0;
  }
  .person-description-input {
    margin-bottom: 0;
  }
  input#person-description-input-field {
    width: 100%;
  }
  .person-description-input input {
    width: 100%;
  }
}
.tct-vio-but {
  text-decoration: none;
  list-style: none;
  text-align: center;
  display: block;
}
a.tct-vio-but {
  min-height: 20px;
  text-decoration: none;
  border: none !important;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  padding: 5px 30px;
  font-weight: 400;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  text-shadow: none !important;
  margin-top: 4px !important;
}
.circle-icon-box.circle-icon-position-top.circle-icon-hide-box.circle-icon-size-small a {
  outline: none;
}
/*-----------------------------------------Ultimate Member Css--------------------------------------------------*/
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
.um.um-profile .um-form,
.um.um-account .um-form {
  width: 80%!important;
  margin: 0 auto;
}
.um.um-account .um-form {
  padding: 25px 0;
}
.um-page.um-page-account .entry-header {
  display: none;
}
.um.um-account .um-form .um-export-data-button,
.um.um-account .um-form .um-erase-data-button {
  color: #FFF!important;
  background-color: var(--main-color)!important;
}
.um.um-account .um-account-side li a.current span.um-account-icon {
  color: var(--main-color);
}
.um.um-profile .um-profile-nav {
  padding: 0!important;
  margin: 50px auto 20px;
}
.um.um-login.um-38,
#default-login-popup .default-login-popup-body .um.um-login {
  margin-left: auto;
  margin-right: auto;
}
.um-form {
  text-align: left!important;
}
.um-form label {
  font-family: var(--h-font-family)!important;
  font-weight: normal;
  letter-spacing: 00.025em;
}
.um-right.um-half a.um-button.um-alt {
  background-color: #fff!important;
  border: 1px solid #EEE!important;
  color: #000!important;
}
.um-login:not(.um-login.um-4) .um-col-alt div.um-left.um-half::after {
  content: 'or';
  text-transform: none!important;
  display: inline-block;
  position: relative;
  font-family: var(--h-font-family);
  letter-spacing: 00.025em;
  left: calc( 50% - 13px);
  margin-top: 13px;
}
.um-login:not(.um-login.um-4) .um-right.um-half a.um-button.um-alt::before{
  content: url('css/logos_images/EuropeanaLogo.svg');
  margin-right: 10px!important;
  position: relative;
  display: inline-block;
  width: 17px;
  top: 5px;
}
.um-field-checkbox-option {
  content: 'hello';
}
.um-form input[type=text], .um-form input[type=search], .um-form input[type=tel], .um-form input[type=number], .um-form input[type=password] {
  padding: 0 12px !important;
  width: 100%;
  display: block !important;
  outline: none !important;
  cursor: text !important;
  font-size: 15px !important;
  height: 40px;
  box-sizing: border-box !important;
  box-shadow: none !important;
  border-radius: 0%!important;
  margin: 0 !important;
  position: static;
  outline: none !important;
}
.um.um-login.um-40 {
  margin-left: auto;
  margin-right: auto;
}
a.um-link-alt:hover {
  text-decoration: underline !important;
}
a.um-link-alt {
  line-height: 22px;
  color: #888 !important;
  display: block !important;
  text-decoration: none !important;
  font-family: var(--h-font-family);
  letter-spacing: 00.025em;
  font-weight: normal;
  text-align: center;
  border-bottom: none !important;
}
.um-col-alt-b {
  padding-top: 20px;
}
.um-col-alt {
  margin: 15px 0 5px 0;
}
.um * {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.um *, .um *:before, .um *:after {
  box-sizing: content-box;
}
.um-field-b, .um-field-c {
  padding-top: 0 !important;
}
.um-field {
  position: relative;
  padding: 15px 0 0 0;
}
.um-field-radio-state {
  width: unset!important;
}

.um-field-radio-option {
  text-align: left;
}
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i {
  color: var(--main-color)!important;
}
.um-field-area {
  margin-top: 9px;
  position: relative;
  word-wrap: break-word;
}
.um-field-checkbox:not(.um-field), .um-field-radio:not(.um-field) {
  display: block;
  margin: 8px 0;
  position: relative;
}
.um-field-c .um-field-checkbox {
  margin-bottom: 14px;
  margin-top: 0 !important;
  position: relative;
}
.um:not(.um-directory) input, .um:not(.um-directory) select, .um:not(.um-directory) textarea {
  font-size: 15px;
}
a.um-button {
  font-size: 16px;
  border: none !important;
  display: block;
  width: 100%;
  line-height: 1em !important;
  padding: 16px 20px !important;
  text-decoration: none !important;
  text-align: center;
  text-transform: none !important;
  font-weight: normal !important;
  overflow: hidden;
  position: relative;
  transition: 0.25s;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  border-radius: 0%!important;
  opacity: 1;
}
.um-button {
  font-size: 15px;
  border: none !important;
  display: block;
  width: 100%;
  line-height: 1em !important;
  padding: 16px 20px !important;
  text-decoration: none !important;
  text-align: center;
  text-transform: none !important;
  font-weight: normal !important;
  overflow: hidden;
  position: relative;
  transition: 0.25s;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  border-radius: 0%!important;
  opacity: 1;
}
.um-half {
  width: 100%;
  margin-bottom: 13px;
}

.um-clear {
  clear: both;
}
input[type=submit].um-button, input[type=submit].um-button:focus {
  vertical-align: middle !important;
  height: auto !important;
  font-size: 18px;
  cursor: pointer !important;
  width: 100%;
  box-shadow: none;
  text-shadow: none;
  font-family: var(--h-font-family);
  font-weight: 700;
  outline: none !important;
  letter-spacing: 0.025em;
  margin: 0;
  opacity: 1;
  -webkit-appearance: none;
}
div.um .g-recaptcha {
  max-width: 300px;
  margin: auto;
  margin-bottom: 30px;
}

.um-39.um .um-profile-photo a.um-profile-photo-img {
  top: -105px !important;
  width: 190px !important;
  height: 190px !important;
}
/*---------------------------------------------- End of Ultimate Member ---------------------------------------*/
input.mapboxgl-ctrl-geocoder--input:not(#documentsMap input.mapboxgl-ctrl-geocoder--input) {
  width: 25em;
  padding: 15px 10px;
}
.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right > * {
  right: 42px !important;
  top: 5px !important;
}
/*to hide automatic enrichments on normal view*/
#full-view-autoEnrichment{
  display: none;
 }
.auto-enrich-save {
  border: 1px solid #eeeeee;
  background: #eeeeee;
  color: #000;
  letter-spacing: 0.9px;
  outline: none;
  border-radius: 0;
}
/*for toggle button*/
.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 20px;
  top: 5px;
  margin-right: 8px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: -6px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: var(--main-color)!important;
}
input:focus + .slider {
  box-shadow: 0 0 1px var(--main-color)!important;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.ae-button{
  padding: 8px 12px;
  letter-spacing: 0.5px;
  outline: none;
  border: none;
  margin-top: 13px;
  margin-bottom: 13px;
}
/*sachsen slider arrow disable*/
.sachsen-slider .sow-slide-nav.sow-slide-nav-prev {
  display: block !important;
}
.sachsen-slider .sow-slide-nav.sow-slide-nav-next {
  display: block !important;
}
#new-temp-container {
  display: inline;
}
a#new-temporary-prof {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  padding: 1px 40px;
  background: var(--main-color);
  color: #ffffff !important;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  font-weight: 400;
  float: right;
}
a#new-temporary-prof:hover {
  background-color: var(--main-color-hover)!important;
}
#new-temporary-ques{
  float: right;
  margin-left: 10px;
  padding-top: 2px;
  top: 7px;
  font-size: 1.7em;
  color: #7E7E7E;
}
@media all and (max-width: 840px) {
  span.temp-respve {
    display: none;
  }
}
@media all and (max-width: 644px) and (min-width: 571px) {
  span.temp-respve {
    display: none;
}
  a#new-temporary-prof {
    padding: 5px 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
}
@media all and (max-width: 570px) and (min-width: 280px) {
  span.temp-respve {
    display: none;
}
  a#new-temporary-prof {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 5px 12px;
    top: 48%;
    right: 1%;
  }
}
@media all and (max-width: 1960px) {
  div.tct-user-banner {
    right: 12%;
    top: 0%;
}
}
@media all and (max-width: 1200px) {}
@media all and (max-width: 1024px) {
  #search-form {
    margin-right: 10px!important;
    width: 179px!important;
  }
}
@media all and (max-width: 782px) {
  .siteorigin-widget-tinymce.textwidget, .so-widget-sow-image, .widget_media_video {
    max-width: 85%!important;
    margin: 0 auto!important;
  }
  #front-datasets {
    /* flex-direction: row!important; */
    gap: 10px;
  }
  #front-datasets div {
    margin-bottom: 0px!important;
  }
  #front-datasets div.so-widget-sow-image {
    max-height: 200px;
    overflow: hidden;
  }
  #search-form {
    display: none;
  }
}
@media all and (max-width: 768px) {
  ul#_transcribathon_topmenu {
        margin-top: 10px;
        display: block;
        right: 0!important;
        height: unset!important;
        line-height: unset!important;
        letter-spacing: unset!important;
        text-align: center;
    }
  ul#_transcribathon_topmenu li {
      margin-right: 5px!important;
      font-size: 11px!important;
  }
  #_transcribathon_topmenu > li > a {
      padding: 0!important;
  }
  .mobilenav-main-link {
      color: var(--main-color)!important;
  }

}
@media all and (max-width: 575px) {
  #primary-least-width{
    padding: 0!important;
  }
  .tablegrid .section.group .col {
    display: block!important;
  }
  .tablegrid .span_1_of_4 {
    width: 90%!important;
  }
}
@media all and (max-width: 480px) {
  .siteorigin-widget-tinymce.textwidget, .so-widget-sow-image, .widget_media_video {
    max-width: 85%!important;
    margin: 0 auto!important;
  }
}
@media all and (max-width: 320px) {}
.ttnav {
  padding-top: 50px;
}
.widget_headline-widget h1 {
  font-weight: 600;
}
.widget_headline-widget h3 {
  font-weight: 300;
}
.widget_tct-home-stats-widget .stat-number h3 {
  font-weight: 600;
}
/*@media screen and (max-width: 780px) {*/
/* .siteorigin-widget-tinymce.textwidget {
    width: 80%;
    margin: 0 auto;
  } */
/*}*/
#project-items {
  color: #000;
  margin: 0 0 0 10px;
}
@media screen and (max-width:992px){
  #project-items {
    margin: 0 0 0 50px;
  }
}
/* button for maximizing image */
.expand-img {
  position: relative;
  text-align: center;
  width: 25px;
  background: var(--main-color);
  color: #fff;
  bottom: -35px;
  left: 473px;
}
.col-lg-6 #location-position{
  display: none;
}
.info-left p{
  line-height: 1;
}
.info-right p{
  line-height: 1;
}
.table-data {
  color: #000;
  position: relative;
  display: inline-block;
}
.table-label-r {
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: 600;
  width: 200px;
  display: inline-block;
  padding: 15px 0 5px 50px;
}
.table-data-r {
  color: #000;
  position: relative;
  width: 200px;
  display: inline-block;
}
.table-l {
  color: var(--main-color);
  font-weight: 600;
  margin-left: 50px;
  margin-right: 5px;
}
.table-rm {
  color: var(--main-color);
  font-weight: 600;
  margin-left: 25px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.table-r {
  text-align: center;
}
.progress-div {
  background-color: #f8f8f8;
  padding: 10px 0 10px;
}
.progress-div span{
  width: 25%;
}
.progress-p {
  background-color:#f8f8f8;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  font-family: 'Dosis', sans-serif;
}
.mb-1 {
  color: var(--main-color);
  font-weight: 600;
  padding: 0!important;
}
.list-group-item {
  background-color: #fff;
  border: none!important;
  padding: 0!important;
}
.meta-data {
  font-size: 14px;
  line-height: 1.2;
}
#itemMetaCollapse {
  border: none;
}
/* item page v2 */
#full-view-v2-left {
  width: 90%;
  margin: 0 auto;
}
.item-left {
  position: relative;
  width: 48%;
  float: left;
  margin-left: 1%;
}
.trleft {
  padding-right: 5%;
}
.trans-left {
  width: 50%;
  float: left;
}
.trans-right {
  width: 50%;
  float: right;
}
#item-status-bar-info-box {
  top: 18px;
  right: 100px;
}
.item-status-info-box {
  display: none;
  position: absolute;
  padding: 15px;
  min-width: 190px;
  z-index: 9999;
  background: #fff;
  border: 0.8px solid #ccc;
}
.item-status-chart:hover .item-status-info-box {
  display: block;
}
.item-status-info-box-list {
  margin: 0;
}
.item-status-info-box-list li {
  list-style-type: none;
  list-style-position: outside;
  padding: 3px 0px;
  margin: 0px;
  text-transform: uppercase;
  color: #666;
  font-size: 10px;
  line-height: 10px;
  border-bottom: 1px solid #eee;
}
.status-info-box-color-indicator {
  display: inline-block;
  width: 20px;
  text-align: center;
  height: 15px;
  margin-right: 5px;
}
.status-info-box-percentage {
  display: inline-block;
  min-width: 30px;
  text-align: right;
  padding-right: 5px;
}
.status-info-box-text {
  display: inline-block;
  min-width: 30px;
  text-align: right;
  padding-right: 5px;
}
/* search page update */
.list-overview {
  display: block;
  width: 80%;
  margin-left: 10%;
}
.list-overview .search-page-single-result-image {
  width: 30%;
  float: right;
}
.list-overview .search-page-single-result-description {
  width: 30%;
  float: left;
}
.list-overview .search-page-single-result-description h2 {
  font-size: 20px;
  padding: 20px;
}
.result-viewtype {
  float: right;
}
.story-facet-content {
  width: 22%;
  max-width: 250px;
  min-width: 170px;
  float: left;
  margin-right: 5%;
}
.item-facet-content {
  width: 22%;
  max-width: 250px;
  min-width: 170px;
  float: left;
  margin-right: 5%;
}
#search-page-story-tab {
  float: right;
}
#search-page-item-tab {
  float: right;
}
.left-buttons {
  float: left;
}
.story-results, .item-results {
  margin-top: 10px;
  margin-bottom: 10px;
}
.search-form-style {
  margin: auto;
  width: 300px;
  top: 45%;
  height: 50px;
  position: relative;
}
.search-form-style input {
  border-radius: 0;
  height: 50px;
  font-size: 20px;
  padding: 3px 4px;
  display: inline-block;
  border: 0.1px solid;
  border-right: none;
}
.search-form-style a {
  color: white;
  font-size: 18.8px;
  bottom: 2.5px;
  position: relative;
  padding: 9.5px 5px 12px;
  border-radius: 0;
  border: 0.1px solid;
  border-left: none;
}
.search-form-style form {
  display: inline-block;
}
.search-result-grid-radio, .search-result-list-radio {
  height: 40px;
}
/* Map search */
#documentsMap {
  height: 700px;
}
/* Search Form in Menu(navigation) */
.menu-main-menu-container {
  float: left;
  max-height: 50px;
  font-family: var(--h-font-family);
  letter-spacing: 0.025em;
}
#search-form {
  float: right;
  width: 200px;
  padding: 2px 0;
  align-content: center;
  margin-right: 87px;
}
.search-submit {
  padding: 5px!important;
  height: 30px;
  position: relative;
  bottom: 2px;
}
.search-text {
  width: 80%;
  height: 30px;
}
.search-submitV :active{
  margin: 0!important;
  border: 0!important;
}
/*
* TCT StoryBoxes Widget style
**/
.single-doc {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.25s;
}
.single-doc:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.single-box-status div.status-hover {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s linear 1s, opacity 1.5s ease 0s;
}
.single-box-status:hover div.status-hover {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

/* DEV / LOCAL slider missing css */
.metaslider.metaslider-102 .theme-default .nivo-controlNav {
  line-height: 12px;
  padding: 0;
  background: transparent;
  z-index: 99;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  width: auto;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  position: absolute;
}
