html {
   font-family: Helvetica, Arial, sans-serif;
   padding: 0;
   margin: 0;
   height: 100%;
}
body {
   height: 100%;
   padding: 0;
   margin: 0;
   background-color: #E8E8E8;
}
h4 {
   margin: 0;
}
a {
   text-decoration: none;
   color: #004b69;
}
a:not(.btn){
   color:#27a0d2;
}
a:not(.btn):not(.card):hover{
   text-decoration: underline;
}
legend {
   font-weight: bold;
}
input[type="text"],
input[type="number"] {
   box-sizing: border-box;
   font-size: 1em;
   margin-bottom: 0px;
   color: #000;
   border-bottom-color: #004B69;
   background-color: transparent;
   border: none;
   border-bottom: 1px solid #9e9e9e;
   outline: none;
   width: 100%;
   height: 3rem;
   font-size: 16px;
   margin: 0 0 8px 0;
   padding: 0;
}
input[type="text"]:focus,
input[type="number"]:focus {
   border-bottom: 1px solid #9e9e9e;
}
input[type="number"] {
   width: 5em;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*
input[type="radio"],
input[type="checkbox"] {
   height: 1.5em;
   vertical-align: top;
}*/
select {
   height: 3rem;
   outline: none;
   padding: 0;
   border: solid 1px black;
   border-width: 0 0 1px 0;
   background-color: transparent;
   font-size: 16px;
   width: 48%;
   color: #000;
   border-bottom-color: #004B69;
}
select:disabled, input:disabled {
   opacity: 38%;
}
select[name="l0"],
select[name="l1"],
select[name="l2"] {
   margin-bottom: .5em;
}
.oct {
   min-height: 100%;
   position: relative;
   display: grid;
   grid-template-rows: auto 1fr auto;
   grid-template-columns: 100%;
}
.header {
   position: relative;
   display: flex;
   align-items: center;
   height: 65px;
   background: rgb(0,75,106);
   background: linear-gradient(90deg, #004b69 0%, #2aa0d1 100%);
}

main {
   max-width: 1100px;
   width: 90%;
   margin: 0 auto;
   padding-top: 1em;
}
.toolName {
   font-size: 1.3em;
   margin: 0 0 0.5em 0;
   font-weight: normal;

}
.background-container {
   background-color: white;
}
.home p {
   line-height: 1.5;
   margin-top: 0;
}
.homeLogo{
   width: 240px;
}
.about p,
.howDoesItWork p,
.bilingualTermExtraction p {
   line-height: 1.5;
}
.results {
   max-width: 1200px;
}
.tabs {
   padding: 0;
   list-style-type: none;
   position: relative;
   width: 100%;
   white-space: nowrap;
   margin: 0;
}
.tabs li {
   display: inline-block;
   text-align: center;
   line-height: 48px;
   height: 48px;
   padding: 0;
   margin: 0 .2em 0 0;
   text-transform: uppercase;
   border-radius: .2em .2em 0 0;
   border: solid 3px #DDD;
   border-width: 3px 0 0 0;
   background-color: #F2F2F2;
}
.tabs li a,
.tabs li > span {
   color: #555;
   font-size: 1.1em;
   line-height: 3em;
   padding: .5em 1em;
}
.tabs li > span {
   color: #AAA;
   cursor: not-allowed;
}
.tabs li.active a {
   color: #004B69;
}
.tabs li.active {
   border: solid 3px #004B69;
   border-width: 3px 0 0 0;
   background-color: white;
}
.tabs li.disabled {
   color: #DDD !important;
}
.btn-primary {
   background-color: #d35500;
   color: white;
   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.btn-primary path {
   fill: white;
}
.btn-primary:hover {
   background-color: #b14d09;
   color: white;
}
.btn-secondary {
   background-color: #004B69;
   color: white;
   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.btn-secondary path {
   fill: white;
}
.btn-secondary:hover {
   background-color: #006992;
   color: white;
}
.btn-text {
   background-color: transparent;
   color: #004B69;
   box-shadow: none;
}
.btn-text:hover {
   background-color: #A3CCDD;
}
.btn {
   margin-left: 10px;
   margin-right: 10px;
   text-align: center;
   letter-spacing: .5px;
   cursor: pointer;
   border: none;
   border-radius: 2px;
   display: inline-block;
   height: 36px;
   line-height: 36px;
   padding: 0 16px;
   text-transform: uppercase;
   vertical-align: middle;
   text-transform: uppercase;
   font-weight: 500;
   outline: none;
   -webkit-tap-highlight-color: transparent;
}
.btn:disabled, .btn.disabled {
   background-color: #DDD;
   box-shadow: none;
   color: black;
   cursor: default;
   opacity: 38%;
   pointer-events: none;
}
.btn:disabled:hover, .btn.disabled:hover {
   background-color: #DDD;
   color: black;
}
.btn-pulse {
   margin: 5px;
}
.text-left {
   text-align: left;
}
.text-center {
   text-align: center;
}
.text-right {
   text-align: right;
}

#reloadButtons {
   text-align: center;
   margin-bottom: 1em;
}
span.kwic {
   color: #C52031;
}
span.title {
   display: inline-flex;
   font-size: 2rem;
   margin-top: -.5rem;
   text-transform: uppercase;
   color: #004B69;
}
#logo {
   display: inline-block;
   padding: 0.5em 1.5em;
}
#logo img {
   vertical-align: middle;
}
#user {
   padding: .4em;
   color: white;
   font-size: 90%;
   font-weight: bold;
}
#user a {
   color: white;
   text-decoration: none;
}
#user a:hover {
   color: white;
}
.shadow {
   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.dropzone {
   outline: none;
   background-color: white;
   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
   padding: 1em;
   border-radius: .2em;
   margin-bottom: 0.75em;
   text-align: center;
}
.dropzone label {
   cursor: pointer;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   outline: none;
}
.dropzone.disabled label {
   cursor: default;
}
.dropzone input[type="file"] {
   width: 1px;
   height: 1px;
   opacity: 0;
   overflow: hidden;
   position: absolute;
   z-index: -1;
}
.dropzone small {
   color: #AAA;
}
.box {
   font-size: 1.25rem;
   padding: 50px 20px 70px 20px;
   position: relative;
   outline: 2px dashed #92b0b3;
   outline-offset: -10px;
   background-color: white;
   -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
   transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.input-text {
   font-size: 1rem;
   position: absolute;
   top: 40%;
   left: 0;
   right: 0;
   text-align: center;
}
.files {
   top: 30px;
   position: relative;
   left: 50%;
   transform: translate(-50%);
   font-size: .9rem;
   text-align: center;
   width: 100%;
}
.files .f {
   display: inline-block;
   padding: .3em;
   background-color: #DDD;
   margin: 2px;
   border-radius: 3px;
   white-space: nowrap;
}
.remove-icon {
   cursor: pointer;
}
.tooltipIcon {
   position: relative;
   bottom: .3em;
   color: black;
   font-weight: bold;
   font-size: .9rem;
   text-decoration: none;
   text-decoration: none!important;
}
.tooltip {
   cursor: help;
}
.tippy-content{
   text-align: left;
}
.blurredResultTip{
   opacity: 0.3;
   font-weight: bold;
   filter: grayscale(1);
}
.blurredResultTip:hover{
   opacity:1;
}
.eyeIcon {
   display: inline-block;
   width: 20px;
   height: 12px;
   background-image: url(../img/eye.png);
   background-size: contain;
}
.link {
   cursor: pointer;
   color: #004B69;
   overflow-wrap: break-word;
}
.link:hover {
   text-decoration: underline;
}
.is-dragover {
   outline-offset: -20px;
   outline-color: #C8DADF;
   background-color: #FFF;
}
#usermenu > ul li {
   padding: .3em .7em;;
}
.plus-icon {
   cursor: pointer;
}
.guessing .icon {
   position: absolute;
   top: 50%;
   left: 50%;
   animation-name: spin;
   animation-duration: 2s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
   transform-origin: 50% 50%;
   display: inline-block;
}
@keyframes spin {
   0% {
      transform: rotate(0deg);
   }
   100% {
      transform: rotate(360deg);
   }
}
.modal-container {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
.modal {
   width: 60%;
   position: relative;
   box-sizing: border-box;
   min-width: 200px;
   margin: 8em auto;
   background-color: white;
   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
   border-radius: 4px;
   padding: 2em;
}
.modal-close {
   float: right;
   cursor: pointer;
   fill: #999;
   position: relative;
   top: -1em;
   right: -1em;
}
.modal-large {
   width: 80%;
   margin: 1em auto;
}
.modal-small {
   max-width: 500px;
}
.progressbar {
   width: auto;
   padding: 0;
   background-color: #CFECF4;
   border-radius: 2px;
   margin-top: 1em;
}
.progressbar > div {
   height: 1em;
   background-color: #004B69;
   border-radius: 4px;
}
.footer {
   background-color: #DDD;
   color: #888;
   text-align: center;
   font-size: 80%;
   width: 100%;
   margin-top: 2em;
   padding: 1em 0 1em 0;
}
.footer a {
   color: #777;
}
.footer a:hover {
   color: black;
}
.download svg {
   transform: rotate(180deg);
   vertical-align: text-top;
}
#settings {
   overflow: visible;
   padding: 1em;
}
#settings fieldset {
   padding: 1em;
   border: solid 1px #EEE;
   margin-bottom: 1em;
}
#settings input[type="number"] {
   margin-left: .5em;
   height: 1.5em;
}
table.corpinfo th {
   text-align: left;
}
table.corpinfo tr:nth-child(odd) {
   background-color: #E8E8E8;
}
label {
   color: #004B69;
}
.field {
   padding: 1em 0 1em 0;
   width: 100%;
   float: left;
}
.bigarr {
   font-size: 200%;
}
.half {
   width: 50%;
   float: left;
   padding: 0;
   margin: 0;
}
.half-inner {
   padding: 1em;
}
.half-inner select {
   width: 100%;
}
.third {
   width: 33%;
   float: left;
   padding: 0;
   margin: 0;
}
.field.label {
   padding: 0;
}
input[type="range"] {
   width: 100%;
   display: block;
   margin: 0 0 1em 0;
}
p.help {
   opacity: 0.2;
   font-size: 90%;
   margin: 0;
   padding: 0 2em 0 .5em;
}
ul.k-columns {
   column-count: 4;
   column-gap: .5em;
   list-style-type: none;
   padding-left: 0;
}
ul.t-columns {
   column-count: 3;
   column-gap: .5em;
   list-style-type: none;
   padding-left: 0;
}
ul.k-columns li,
ul.t-columns li {
   border-radius: 3px;
   padding: 2px 6px;
   margin: 4px;
}
.table {
   border-collapse: collapse;
   width: 100%;
   word-break: break-word;
}
.table thead tr {
   border: solid 1px #004B69;
   border-width: 0 0 1px 0;
}
.table thead th {
   color: black;
   font-weight: bold;
   padding: .4em .5em;
}
.table td,
.table th {
   padding: .2em .5em;
   color: #333;
}
.table th {
   text-align: left;
}
.table tr:nth-child(even) {
   background-color: #f7f7f7;
}
.table tr td.empty {
   color: #CCC;
   font-style: italic;
}
.table-rows tr {
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: rgba(0,0,0,.12);
}
.word {
   text-align: left;
   font-weight: bold;
   word-break: keep-all
}
tbody td.num,
thead th.num {
   text-align: right;
   word-break: keep-all;
   white-space: nowrap;
}
h3 {
   text-transform: uppercase;
   color: #004B69;
   font-weight: normal;
   font-size: 140%;
   margin: 0 0 .5em 0;
}
.langitem::after:last-of-type {
   content: "."
}
.langitem::after {
   content: ", "
}
.cards {
   display:flex;
   justify-content: center;
}
.card {
   width: 50%;
   max-width: 300px;
   background-color: white;
   margin: 0 8px;
   padding: 40px 10px 20px;
   vertical-align: top;
   margin-bottom: 20px;
   cursor: pointer;
   text-align: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.card:hover {
   box-shadow: 0 4px 4px 0 rgba(0,0,0,0.14), 0 6px 2px -4px rgba(0,0,0,0.12), 0 2px 10px 0 rgba(0,0,0,0.2);
}
.card .title {
   font-size: 1.3em;
   color: #212121;
   margin-top: 1em;
}
.card .subtitle {
   margin-top: 0.5em;
   font-size: 1.2em;
   font-style: italic;
}
.card .desc {
   line-height: 1.5;
   flex-grow: 1;
}
.note {
   font-size: 0.8em;
   color: #9e9e9e;
}
.note .tooltip {
   color: #6e6e6e;
}
.breadcrumbs {
   display: flex;
   color: white;
   vertical-align: middle;
   height: 100%;
   align-items: center;
   text-decoration: none;
}
.breadcrumbs a {
   padding: 0 .5em;
   text-transform: uppercase;
   font-weight: 500;
   color: white;
   text-decoration: none;
   line-height: 65px;
   opacity: 60%;
}
.breadcrumbs > a:last-of-type {
   opacity: 1;
}
.breadcrumbs a:hover:not(.inactive){
   text-decoration: underline;
}
.breadcrumbs a::after {
   content: ">";
   font-weight: bold;
   padding-left: 1em;
   display: inline-block;
}
.breadcrumbs a:hover::after {
   text-decoration: none !important;
}
.breadcrumbs > a:last-of-type::after {
   content: none;
}
limited-mode-warning{
   display: block;
   text-align: center;
}
.limitedModeWarning {
   width: 100%;
   background-color: white;
   padding: .75em;
   display: inline-block;
   border: 2px solid #004B69;
   border-radius: .2em;
}
#reorderFiles {
   border-collapse: collapse;
   margin: 0 auto 2em auto;
}
#reorderFiles td {
   padding: 6px 8px;
   border: solid 1px #DDD;
}
/* Firefox */
@supports (-moz-appearance:none) {
   select {
      -moz-appearance:none !important;
      background: transparent url('data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==') right center no-repeat !important;
      background-position: calc(100% - 5px) center !important;
   }
}
select:focus {
   outline: none;
}
*:-moz-focus-inner {
   border: none;
}
a {
   outline: 0;
}
.subitemn {
   font-size: small;
   color: #CCC;
   font-weight: bold;
}
.bold {
   font-weight: bold;
}
.table tbody tr.tbapproved {
   background-color: #d8f4db;
}
.table tbody tr.tbdeclined {
   background-color: #FDD;
}
.table tbody tr.tbapproved:nth-child(even) {
   background-color: #d0ecd2;
}
.table tbody tr.tbdeclined:nth-child(even) {
   background-color: #F7D5D5;
}
select.inline {
   height: 1.6em;
   min-width: 6em;
   font-size: 85%;
}
.sortable {
   cursor: pointer;
   white-space: nowrap;
   color: #004B69 !important;
}
.sortable:not(.num)::after {
   content: '\2193';
   padding-left: 2px;
   display: inline-block;
   top: -2px;
   position: relative;
   opacity: 0;
}
.sortable.num::before {
   content: '\2193';
   padding-right: 2px;
   opacity: 0;
   top: -2px;
   position: relative;
}
.sortable.sort-active::before, .sortable.sort-active::after {
   opacity: 1 !important;
}

.sortable:not(.num):hover::after {
   opacity: 1;
}
.sortable.num:hover::before {
   opacity: 1;
}
.score {
   word-break: keep-all;
}
.resultDiv {
   background-color: white;
   padding: .5em 0em;
   min-height: 300px;
}
.resultHeader{
   padding: 0 1em;
}
.resultTable th:first-child{
   padding-left: 0.5em;
}
.resultTable td:first-child{
   padding-left: 1em;
}
.resultTable th:last-child{
   padding-right: 0.5em;
}
.resultTable td:last-child{
   padding-right: 1em;
}
.resultTable.showStats th.num{
   padding: 0.4em 0.2em;
   width: 1px;
}
.resultDiv .rowNumber{
   width: 1px;
   text-align: right;
   white-space: nowrap;
   color: #a8a8a8;
   font-size: 0.7em;
}
.equal {
   text-align: center;
   margin: 0;
   padding: 0;
   color: #C52031;
}
.pulse {
   animation: pulse 2s infinite;
}
@keyframes pulse {
   0% { opacity: 1.0; }
   50% { opacity: 0.2; }
   100% { opacity: 1.0; }
}

.info {
   border-radius: 50%;
   display: inline-block;
   width: 18px;
   height: 18px;
   border: 2px solid #279FD2;
   color: #279FD2;
   background-color: white;
   text-align: center;
}
.infoIcon {
   margin-top: -1.3em;
   margin-right: 0.75em;
   float: right;
   cursor: pointer;
   border-radius: 50%;
   width: 20px;
   height: 20px;
   line-height: 20px;
   border: 2px solid #004B69;
   color: #004B69;
   text-align: center;
   font-size: 1.1em;
}
.settingsIcon {
   margin-top: -1.5em;
   float: right;
   cursor: pointer;
}
.settingsIcon path, .settingsIconLink path, .openIcon path {
   fill: #004B69;
}
.settingsIconLink {
   vertical-align: middle;
   margin-left: .25em;
   display: inline-block;
}
.settingsIconLink svg {
   width: 16px;
}
.openIcon {
   vertical-align: middle;
}
.openInNewIcon{
   display:inline-block;
   vertical-align: middle;
   margin-left:5px;
   position: relative;
   border: 1px solid;
   width: 8px;
   height: 8px;
}
.openInNewIcon:after {
   position: absolute;
   top:-8px;
   right:-2px;
   font-size:0.8em;
   content:"\1f855";
}
.openInNewIcon:before {
   position: absolute;
   top: -3px;
   right: -3px;
   content: " ";
   border: 4px solid white;
}

.listNumber {
   width: 1.5em;
   height: 1.5em;
   display: inline-block;
   background-color: rgb(237, 174, 68);
   border-radius: 50%;
   text-align: center;
   line-height: 1.5em;
   margin: 10px;
}
.listNumber.pulse-shadow {
   margin: 10px;
   box-shadow: 0 0 0 0 rgba(237, 174, 68, 1);
   animation: pulse-yellow 2s infinite;
}

.blur {
   color: transparent !important;
   text-shadow: #777 0px 0px 10px;
   user-select: none;
}

.langs {
   column-count: 4;
   line-height: 2;
}

.downloadTable {
   border-spacing: 1em;
}

.downloadTable td{
   padding: 15px 5px;
}

.spinner {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(85,85,85,.3);
  border-radius: 50%;
  border-top-color: #555;
  animation: spin 1s ease infinite;
}

.sessionIsLoading{
   padding-top: 30vh;
}

.resultError{
   font-size: 22px;
   color: grey;
   margin-top: 130px;
   text-align: center;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
.inline-loader {
  width: 12px;
  height: 12px;
  position: relative;
  margin-right: -12px;
  animation: inline-loader 2.5s infinite linear both;
  display: inline-block;
}

.inline-loader-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: inline-loader-dot 2.0s infinite ease-in-out both;
}

.inline-loader-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #555;
  border-radius: 100%;
  animation: inline-loader-dot-before 2.0s infinite ease-in-out both;
}

.inline-loader-dot:nth-child(1) { animation-delay: -1.1s; }
.inline-loader-dot:nth-child(2) { animation-delay: -1.0s; }
.inline-loader-dot:nth-child(3) { animation-delay: -0.9s; }
.inline-loader-dot:nth-child(4) { animation-delay: -0.8s; }
.inline-loader-dot:nth-child(5) { animation-delay: -0.7s; }
.inline-loader-dot:nth-child(6) { animation-delay: -0.6s; }
.inline-loader-dot:nth-child(1):before { animation-delay: -1.1s; }
.inline-loader-dot:nth-child(2):before { animation-delay: -1.0s; }
.inline-loader-dot:nth-child(3):before { animation-delay: -0.9s; }
.inline-loader-dot:nth-child(4):before { animation-delay: -0.8s; }
.inline-loader-dot:nth-child(5):before { animation-delay: -0.7s; }
.inline-loader-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes inline-loader {
  100% { transform: rotate(360deg); }
}

@keyframes inline-loader-dot {
  80%, 100% { transform: rotate(360deg); }
}

@keyframes inline-loader-dot-before {
  50% {
   transform: scale(0.4);
  } 100%, 0% {
   transform: scale(1.0);
  }
}

@keyframes pulse-yellow {
   0% {
      box-shadow: 0 0 0 0 rgba(237, 174, 68, 0.7);
   }

   70% {
      box-shadow: 0 0 0 10px rgba(237, 174, 68, 0);
   }

   100% {
      box-shadow: 0 0 0 0 rgba(237, 174, 68, 0);
   }
}
.btn-primary.pulse-shadow:not(.disabled):enabled {
   margin: 5px;
   box-shadow: 0 0 0 0 rgba(197, 32, 49, 1);
   animation: pulse-red 2s infinite;
}
@keyframes pulse-blue {
   0% {
      box-shadow: 0 0 0 0 rgba(0, 75, 105, 0.7);
   }

   70% {
      box-shadow: 0 0 0 5px rgba(0, 75, 105, 0);
   }

   100% {
      box-shadow: 0 0 0 0 rgba(0, 75, 105, 0);
   }
}
@keyframes pulse-red {
   0% {
      box-shadow: 0 0 0 0 rgba(197, 32, 49, 0.7);
   }

   70% {
      box-shadow: 0 0 0 5px rgba(197, 32, 49, 0);
   }

   100% {
      box-shadow: 0 0 0 0 rgba(197, 32, 49, 0);
   }
}

/* Utility classes */
.flex {
   display: flex;
}
.block {
   display: block;
}
.ib {
   display: inline-block;
}
.m-0 {
   margin: 0;
}
.mr-0 {
   margin-right: 0;
}
.mr-4 {
   margin-right: 1em;
}
.mx-0 {
   margin-left: 0;
   margin-right: 0;
}
.ml-auto {
   margin-left: auto;
}
.ml-1 {
   margin-left: 0.25em;
}
.ml-4 {
   margin-left: 1em;
}
.ml-8 {
   margin-left: 2em;
}
.ml-12 {
   margin-left: 3em;
}
.mt-0 {
   margin-top: 0;
}
.mt-2 {
   margin-top: 0.5em;
}
.mt-4 {
   margin-top: 1em;
}
.mt-6 {
   margin-top: 1.5em;
}
.mt-8 {
   margin-top: 2em;
}
.mt-12 {
   margin-top: 3em;
}
.mt-16 {
   margin-top: 4em;
}
.mt-24 {
   margin-top: 6em;
}
.mb-0 {
   margin-bottom: 0;
}
.mb-2 {
   margin-bottom: 0.5em;
}
.mb-4 {
   margin-bottom: 1em;
}
.mb-6 {
   margin-bottom: 1.5em;
}
.mb-8 {
   margin-bottom: 2em;
}
.mb-12 {
   margin-bottom: 3em;
}
.mb-16 {
   margin-bottom: 4em;
}
.mb-24 {
   margin-bottom: 6em;
}
.pt-6 {
   padding-top: 1.5em;
}
.p-0 {
   padding: 0;
}
.py-0 {
   padding-top: 0;
   padding-bottom: 0;
}
.disabled {
   opacity: 38%;
}
.i {
   font-style: italic;
}
.pointer {
   cursor: pointer;
}
.red-text {
   color: #C52031 !important;
}
.grey-text {
   color: #808080 !important;
}
.smaller-text {
   font-size: smaller;
}
.border-top {
   border-top: 1px solid black;
}
.left {
   float: left;
}
.right {
   float: right;
}
.keep-line {
   word-break: keep-all;
}
.lh-2 {
   line-height: 2;
}
.star{
   font-size: 30px;
   color: rgb(241 221 47);
   display: inline-block;
   line-height: 23px;
   vertical-align: text-bottom;
}
.wikiIcon svg{
   vertical-align: text-bottom;
}

@media only screen and (max-width: 1200px) {
   ul.k-columns {
      column-count: 3;
   }
   ul.t-columns {
      column-count: 2;
   }
   .hide-for-medium {
      display: none;
   }
}
@media only screen and (min-width: 1201px) {
   .hide-for-large {
      display: none;
   }
}
@media only screen and (max-width: 1200px) {
   .modal{
      width: 70%;
   }
}
@media only screen and (max-width: 1000px) {
   .modal{
      width: 80%;
   }
}
@media only screen and (max-width: 800px) {
   ul.k-columns {
      column-count: 2;
   }
   ul.t-columns {
      column-count: 1;
   }
   .half {
      width: 100%;
   }
   .hide-for-small {
      display: none;
   }
   .tabs li a {
      padding: .2em;
   }
   .resultDiv {
      padding: .2em !important;
      width: fit-content;
   }
   .results {
      min-width: auto;
   }
   .breadcrumbs {
      margin-left: .2em;
   }
   .breadcrumbs > span::after {
      padding-left: .2em;
   }
}
@media only screen and (max-width: 600px) {
   main {
      width: 96%;
   }
   ul.k-columns {
      column-count: 1;
   }
   .modal{
      width: 90%;
   }
}

