/*
Theme Name: WP_Ogitive
Theme URI: http://ww.ogitive.com
Author: Ogitive
Author URI: http://www.ogitive.com
Description: Blank template
Version: 2.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpog
Tags:
*/

* {
  margin: 0;
  padding: 0;
   -webkit-locale: "en";
}
:root{
    /*boje*/
  --black:#000;
  --maintext:#2E2344;
  --white:#fff;
  --gray:#D7D5D1;
  --darkgray:#3B3940;
  --lightgray:#E3E0DA;
  --lightblue:#468CBD;
  --red:#A33348;
  --pink:#C6839B;
  --green:#5E9175;
  --yellow:#E5A65F;
  --purple:#6D58AD;
  --darkpurple:#2E2344;
  --blue:#468CBD;
}
html {
  scroll-behavior: smooth;
}
body{
font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    color: var(--maintext);
    background: var(--lightgray);
}
body.frozen{
  overflow: hidden;
  position: relative;
  z-index: 1;
}
  body.frozen::before{
    position: absolute;
    z-index: 5;
    content: "";
    background: rgba(27, 22, 37, 0.6);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
strong{
  font-weight: 900;
}
strong.p-strong{
    font-weight: 400;
}
em{
    font-style: italic;
    color: unset;
}
p{
font-family: 'Lato', sans-serif;
  font-size:18px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
  font-weight: 300;

}
p.p20bold{
  font-weight: 400;
  font-size: 20px;
}
h1{
  font-size: 80px;
font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
  color:var(--maintext);
  line-height: 1;
  font-weight:700;
  
}
h2{
  font-size: 52px;
font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
  margin-top: 0;
  color:var(--maintext);
  line-height: 1;
  font-weight: 700;
}
h3{
  font-size: 32px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
  margin-top: 0;
  color:var(--maintext);
  line-height: 1;
  font-weight: 700;
}
a{
  color: var(--black);
font-family: 'Lato', sans-serif;
text-decoration: none;
    
}
.purple-link-nk{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: var(--purple);
  transition: 0.3s all ease;
}
.purple-link-nk:hover{
  text-decoration: none;
  color: #57458d;
  transition: 0.3s all ease;
}
.hero-small-info .purple-link-nk{
  color: var(--blue);
}

button.purple-link-nk{
  background: none;
  border: none;
  margin-bottom: 16px;
}
button.purple-link-nk:hover{
  cursor: pointer;
}
button.purple-link-nk img{
  position: relative;
  top: 5px;
  margin-left: 5px;
  transition: 0.3s all ease;
}
.active button.purple-link-nk img{
  transform: rotate(180deg);
  transition: 0.3s all ease;
}
button.btn{
  border: none;
  border-radius: 2px;
  font-size: 16px;
  background: #f7f7f8;
  color: #B7B4BD;
  height: 40px;
  text-align: center;
  width: 140px;
}
button.btn:hover{
  cursor: pointer;
}
.btn-back{
  display: block;
  border-radius: 2px;
  background: var(--purple);
  color: var(--white);
  width: 140px;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  transition: 0.3s all ease;
}
.btn-back:hover{
  color: var(--white);
  background: var(--darkpurple);
  text-decoration: none;
  transition: 0.3s all ease;
}


.flex-nk{
  display: flex;
  flex-wrap: wrap;
}
.flex-nk.flex-wide-nk{
  justify-content: space-between;
}
.uk-container{
  max-width: 1270px;
}
.grid-nk{
  display: grid;
}
section.section{
  padding: 80px 0;
}
.section ul li{
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 15px;

}
p.small-p{
  font-size: 13px;
}
/*Header*/
header.header-nk{
  background: var(--darkpurple);
  height: 110px;
  transition: 0.1s all ease; 
  position: relative;
}
header.header-nk.active-nk{
  background: var(--darkpurple);
  height: 20px;
  transition: 0.1s all ease; 
}

header.header-nk.single-nk.active-nk{
  height: 50px;
  transition: 0.1s all ease; 
}
.top-header-nk{
  padding: 10px 0;
  transition: 0.3s all ease; 
  opacity: 1;
}
.active-nk .top-header-nk{
  height: 0;
  padding: 0;
  transition: 0.1s all ease; 
  opacity: 0;
}
.top-header-nk .see-holder-nk{
  width: 20%;
}
.top-header-nk .see-holder-nk h3{
  color: var(--lightblue);
  margin-bottom: 0;
  font-weight: 900;
}
.top-header-nk .see-holder-nk h3:hover{
  text-decoration: none !important;
}
.top-header-nk .logo-holder-nk{
  width: 20%;
}
.header-main-nk{
  border-top:1px solid var(--purple);
  border-bottom:1px solid var(--purple);
  background: var(--darkpurple);
  transition: 0.3s all ease; 
  position: relative;
  z-index: 100;
}
.active-nk .header-main-nk{
  position: fixed;
  z-index: 200;
  width: 100%;
  top: 0;
  background: var(--darkpurple);
  transition: 0.3s all ease;
}
.scroll-logo{
  width: 50%;
  display: none;
}
.scroll-logo h3{
color: var(--lightblue);
    margin-bottom: 0;
    font-weight: 900;
    position: relative;
    top: 9px;
    font-size: 26px;

}
.scroll-logo h3:hover{
  text-decoration: none;
}
.active-nk .scroll-logo{
  width: 50%;
  display: block;
}
.main-nav-nk {
  margin: auto 0;
  padding: 15px 0;
  width: 100%;
  
}
.active-nk .main-nav-nk{
  width: 50%;
  
}
.main-nav-nk nav ul {
  display: flex;
  justify-content: flex-end;
}
.main-nav-nk nav ul > li{
  list-style-type: none;
}
.main-nav-nk nav ul > li > a{
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: var(--lightblue);
  text-transform: uppercase;
  transition: .3s all ease;
  padding: 12px;
}
.main-nav-nk nav ul > li > a.active-nav,
.acc-nav nav ul > li > a.active-nav{
  color: var(--white);
  background:#44375b ;
}
.main-nav-nk nav ul > li > a:hover{
  text-decoration: none;
  color: var(--purple);
  transition: .3s all ease;
}


/*INTRO HERO*/

section.intro-hero-nk{
  background: #2e2344;
  padding: 120px 0 80px;
}

.hero-content-nk{
  position: relative;
  z-index: 5;
}
.hero-text-nk{
  width: 95%;
}
.hero-text-nk h1{
  color: var(--lightgray);
  margin-bottom: 48px;
}
.hero-text-nk h1 span{
  color: var(--lightblue);
}
.hero-img-nk{
  width: 50%;
  text-align: right;
}
.hero-text-nk p{
 color: var(--lightgray);
  max-width: 580px;
}


/*Statistics*/

section.stat-info-nk{
  background: var(--darkpurple);
	overflow:hidden;
}
section.stat-info-nk h2,section.stat-info-nk p{
  color: var(--white);
}
section.stat-info-nk h2{
  text-align: center;
}

p span{
  font-weight: 400;
}

p.not-wide,
.text-block-nk.not-wide{
  width: 65%;
}
.stat-info-nk .uk-subnav {
  justify-content: center;
  padding: 40px 0 20px;
}
.stat-info-nk .uk-subnav li a{
  font-size: 16px;
  color: var(--lightgray);
  font-weight: 400;
}
.stat-info-nk .uk-subnav li a:hover{
  background: unset;
  font-weight: 600;
}
.stat-info-nk .uk-subnav li.uk-active a{
  font-weight: 600;
  border-bottom: 4px solid #E3E0DA;
  background-color: unset;
}
.stat-holder{
  padding: 50px 0 60px;
}
.stat-holder-pie{
  text-align: center;
}
.stat-holder-legend{
  padding-top: 45px;
  justify-content: center;
}
.legend-line{
  margin: 0 5px;
}
.legend-circle{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

/*Mapping*/

.section.mapping-section{
  padding: 100px 0;
	overflow:hidden
}
.section.mapping-section h2{
  text-align: center;
}
.filter-search{
  max-width: 370px;
  position: relative;
  margin-bottom: 40px;
}
.filter-search img{
  position: absolute;
  right: 12px;
  bottom: 14px;
}


.list-box{
  padding: 10px 30px;
  width: 100%;
  box-sizing: border-box;
}
.list-box p{
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.list-box.list-header{
  background: var(--darkpurple);
  border-radius: 2px;
  padding-right: 45px;
}
.list-box.list-header p{
  color: var(--lightgray);
}
.list-box a{
  color: var(--purple);
  width: 90%;
  font-size: 14px;
}
.list-box a:hover{
  color: var(--darkpurple);
  
}
.list-repeater{
  max-height: 525px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.list-repeater .swiper-slide:nth-child(even){
  background: rgba(68, 55, 91, 0.04);
}
.list-country{
  width: 10%;
  margin: auto 0;
}
.list-year{
  width: 6%;
  margin: auto 0;
}
.list-issuing{
  width: 6%;
  margin: auto 0;
}
.list-type{
  width: 8%;
  margin: auto 0;
}
.list-institution{
  width: 12%;
  margin: auto 0;
}
.list-executive{
  width: 12%;
  margin: auto 0;
}
.list-grounds{
  width: 12%;
  margin: auto 0;
}
.list-name{
  width: 20%;
  margin: auto 0;
}
.list-name i{
  width: 16px;
    height: 16px;
    margin: 0 0 auto 0;
    position: relative;
}

.list-name i:hover > span,
.list-box-mob i:hover span{
  opacity: 1;
  display: block;
  transition: .4s all ease-in-out;
}
.list-name i span,
.list-box-mob i span {
  position: absolute;
  right: 10px;
  bottom: -45px;
  z-index: 10;
  opacity: 0;
  padding: 20px;
  border-radius: 2px;
    box-shadow: 1px 1px 6px 2px #acacac;
  background-color: var(--white);
  color: var(--maintext);
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  width: 210px;
  text-align: center;
  display: none;
  transition: .4s all ease-in-out;
}





section.subscription-section{
  padding: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), color-stop(50%, #E3E0DA));
    background: linear-gradient(0deg, #fff 50%, #E3E0DA 0);
	overflow:hidden;
}
.subscription-section .flex-nk{
-webkit-box-align: center;
    align-items: center;
    height: 100%;
}
.subscription-section form{
    height: 300px;
    box-sizing: border-box;
  background: url('assets/img/hero-bg.png') 50% no-repeat #2e2344;
    background-position: 50%;
    background-size: cover;
    padding: 3rem 2rem;
    position: relative !important;
}
.subscription-section form:before{
  background: url('assets/img/hero-pattern.png') 50% no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: 100%;
}
.form-title{
  width: 50%;
}
.form-title h2{
  color:var(--white);
  position: relative;
  z-index: 100;
}
.form-btn-holder{
  width: 50%;
  position: relative;
  z-index: 10;
  text-align: center;
}
.form-btn-holder .btn-purple{
      background-color: #6d58ad;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .02em;
    padding: 8px 64px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    z-index: 99;
}
.form-btn-holder .btn-purple:hover{
    background-color: #57458d;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    text-decoration: none;
}
.form-btn-holder img{
  height: 240px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
   z-index: -1;
}






.footer-nk{
  background: var(--white);
  padding: 48px 0;
}
.footer-logo{
  margin-bottom: 30px;
}
.footer-text{
  max-width: 56%;
  margin-bottom: 40px;
}
.footer-text p{
  margin-bottom: 20px;
}
.footer-text p strong{
  font-weight: 700;
}
.footer-social{
  margin-bottom: 40px;
}
.footer-social p,
.footer-mail p{
  font-size: 11px;
  color: var(--lightblue);
  margin-bottom: 15px;
}
.footer-mail p{
  margin-bottom: 3px;
}
.social-icons{
  display: flex;
  list-style-type: none;
}
.social-btn{
      background-color: #2e2344;
    border-radius: 50%;
    display: block;
    height: 32px;
    margin-right:10px ;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 32px;

}
.social-btn:after,.social-btn:before{
  background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.social-btn:before{
background-color: #44375b;
    border-radius: 50%;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.34,1.56,.64,1);
    transition: -webkit-transform .4s cubic-bezier(.34,1.56,.64,1);
    transition: transform .4s cubic-bezier(.34,1.56,.64,1);
    transition: transform .4s cubic-bezier(.34,1.56,.64,1), -webkit-transform .4s cubic-bezier(.34,1.56,.64,1);
}
.social-btn:focus,.social-btn:hover{
  -webkit-transform: scale(.9);
    transform: scale(.9);
}
.social-btn:hover:before{
    -webkit-transform: scale(0);
    transform: scale(0);
}

.social-btn.fb:after{
  background-image: url('assets/img/fb.svg');
}
.social-btn.tw:after{
  background-image: url('assets/img/tw.svg');
}
.social-btn.lk:after{
  background-image: url('assets/img/lk.svg');
}
.social-btn.yt:after{
  background-image: url('assets/img/yt.svg');
}
.social-btn.ig:after{
  background-image: url('assets/img/ig.svg');
}
.footer-mail a{
  color: var(--maintext);
  font-weight: 300;
  font-size: 18px;
}
.footer-mail a:hover{
  color: var(--purple);
  text-decoration: none;
}


/*SINGLE */

main.single-person{
  padding: 100px 0;

}
main.single-person h1{
   font-size: 40px;
   margin-bottom: 40px;
}
.main-single-info{
  margin-bottom: 60px;
}
.info-box p{
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
}
.info-box a{
  color: var(--purple);
	word-break:break-word;
}
.info-box a:hover{
  color: var(--darkpurple);
  text-decoration: none;
}
.info-box{
  padding: 20px 0;
  border-bottom: 2px solid rgba(183, 180, 189, 0.35);
}
.info-label{
  width: 20%;
  display: flex;
}
.info-label p{
  margin: auto 0;
  font-weight: 700;
}

.info-data {
  width: 80%;
  line-height: 1.4;
}

.mobile-list-holder{
  display: none;
  height: 420px;
  position: relative;
}
.mob-legend{
  width:25% ;
  background: var(--darkpurple);
  height: 100%;
}
.mob-legend-box,.list-box-mob{
  padding: 8px 10px;
  box-sizing: border-box;
  height: 36px;
  display: flex;
}
.list-box-mob{
  flex-direction: column;
  background: #f7f7f8;
}
.mob-legend-box:nth-child(3),
.mob-legend-box:nth-child(5),
.mob-legend-box:nth-child(6),
.mob-legend-box:nth-child(7),
.list-box-mob:nth-child(3),
.list-box-mob:nth-child(5),
.list-box-mob:nth-child(6),
.list-box-mob:nth-child(7){
  height: 56px;
}
.mob-legend-box,.list-box-mob{
    border-right: 2px solid rgba(183, 180, 189, 0.35);
      border-bottom: 2px solid rgba(183, 180, 189, 0.35);
}
.mob-legend-box:nth-child(8),
.list-box-mob:nth-child(8){
  height: 80px;
  border-bottom: none;
}
.mob-legend p{
  color: var(--lightgray);
  font-size: 14px;
}
.list-box-mob p{
  font-weight: 400;
}

.list-slider{
  width: 75%;
  overflow: hidden;
  padding-bottom: 45px;
  
}
.swiper.mySwiper {
  width: 85%;
  overflow: visible;
  margin-left: 0px;
  height: 100%;
  position: unset;
}
.mobile-list-holder.update .swiper.mySwiper{
  width: 84%;
  transition: 0.1s all;
}
.mobile-list-holder p,
.mobile-list-holder a{
  margin: auto 0;
  display: block;
}
.mobile-list-holder a{
  color: var(--purple);
  font-weight: 400;
    overflow: hidden;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mobile-list-holder i{
  display: block;
}
.list-slider p{
  font-size: 14px;
}

.info-data.hide-tip{
  display: none;
  visibility: hidden;
}

.list-slider .swiper-pagination{
  bottom: -30px;
  z-index: 10;
}
.list-slider .swiper-button-next,
.list-slider .swiper-button-prev{
  top: unset;
  bottom: -33px;
  color: var(--maintext);
  height: 20px;
}
.list-slider .swiper-button-next{
  right: 30%;
  z-index: 20;
}
.list-slider .swiper-button-prev{
  left: 30%;
  z-index: 20;
}
.list-slider .swiper-button-next:after,
.list-slider .swiper-button-prev:after{
  font-size: 14px;
}

.mob-img-filter{
  display: none;
}
#filterOpen{
  display: none;
}
.swiper-container.swipe-tabs{
  width: 60%;
  margin: 40px auto 70px;
}
.swiper-container.swipe-tabs .swiper-wrapper{
   justify-content: space-between;
}
.swiper-container.swipe-tabs .swiper-wrapper .swiper-slide{
  width: auto !important;
}
.swiper-container.swipe-tabs .swiper-wrapper .swiper-slide p{
  margin-bottom: 0;
  padding-bottom: 5px;
  font-weight: 400;
}
.swiper-container.swipe-tabs .swiper-wrapper .swiper-slide:hover{
  cursor: pointer;
}

.swiper-container.swipe-tabs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active p{
  border-bottom: 4px solid #e3e0da;
  font-weight: 700;
}
.swiper.tabsSwiper .swiper-slide{
  visibility: hidden;
}
.swiper.tabsSwiper .swiper-slide.swiper-slide-active{
  visibility: visible;
}

.searchandfilter ul {
    display: flex;
flex-wrap: wrap;
}




.searchandfilter ul li{
  margin-right: 15px;
    padding: 5px 40px 5px 12px; 
  background: #f7f7f8;
  position: relative;
  border-radius: 2px;

}
.searchandfilter ul li:hover{
  cursor: pointer;
  transition: 0.3s all ease;
}
.searchandfilter ul li.open{
transition: 0.3s all ease;
  background: var(--darkpurple);
  position: relative;
}
.searchandfilter ul li.open li {
    transition: 0.3s all ease;
    background: var(--lightgray);
    position: relative;
    margin-right: 0;
}

.searchandfilter ul li.open h4{
    color: var(--white);
    transition: 0.3s all ease;
}
.searchandfilter ul ul{
  display: none;
  position: absolute;
  z-index: 100;
  top: 35px;
  left: 0px;
  width: 100%;
  background: #f7f7f8;
  box-shadow: 1px 1px 9px 2px #5e5e5e;
}
.searchandfilter ul li.open ul{
  display: block;
}
.searchandfilter ul > li > ul > li{
  margin-bottom: 0;
  padding: 5px 12px;
  display: flex;
}
.searchandfilter ul ul li label{
  font-size: 14px;
  font-weight: 400;
  color: var(--maintext);
  font-family: 'Lato', sans-serif;
}
.searchandfilter ul .sf-field-search{
  width: 100%;
  display: block;
  background: transparent;
  padding: 0;
  margin-bottom: 40px;
  font-family: 'Lato', sans-serif;
}
.searchandfilter ul li.sf-field-taxonomy-country:after,
.searchandfilter ul li.sf-field-taxonomy-year:after,
.searchandfilter ul li.sf-field-taxonomy-issuing:after,
.searchandfilter ul li.sf-field-taxonomy-type:after,
.searchandfilter ul li.sf-field-taxonomy-institution:after,
.searchandfilter ul li.sf-field-taxonomy-grounds:after{
    position: absolute;
  content: '';
  background: url('assets/img/Chevron.svg');
  background-repeat: no-repeat;
  background-size: cover;
    top: 9px;
    right: 10px;
    width: 15px;
    height: 14px;
transition: 0.3s all ease;
}
.searchandfilter ul li.sf-field-taxonomy-country.open:after,
.searchandfilter ul li.sf-field-taxonomy-year.open:after,
.searchandfilter ul li.sf-field-taxonomy-issuing.open:after,
.searchandfilter ul li.sf-field-taxonomy-type.open:after,
.searchandfilter ul li.sf-field-taxonomy-institution.open:after,
.searchandfilter ul li.sf-field-taxonomy-grounds.open:after{
filter: invert(1);
transform: rotate(180deg);
transition: 0.3s all ease;
}
.searchandfilter ul .sf-field-search:after{
  position: absolute;
  content: '';
  background: url('assets/img/search.png');
  background-repeat: no-repeat;
  background-size: cover;
  top: 55px;
  left: 335px;
  width:20px;
  height: 20px;
}
.searchandfilter ul .sf-field-search.open{
  background: transparent;
}
.searchandfilter ul .sf-field-search.open h4{
  color: var(--maintext);
}
.searchandfilter ul .sf-field-search input{
  border: none;
padding: 10px 12px;
width: 370px;
box-sizing: border-box;
font-size: 16px;
 font-family: 'Lato', sans-serif;
 outline-color: var(--purple);
 outline-width: thin;
  outline-offset: 3px;
}
.searchandfilter ul li h4{
  display: block;
  margin: auto;
    padding: 0;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.searchandfilter ul .sf-field-search h4{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.searchandfilter ul .sf-field-reset{
    background: transparent;
    padding: 0;
    margin-left: auto;
    text-align: right;
    margin-right: 0;
}
.searchandfilter ul .sf-field-reset input{
background: var(--purple);
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 5px 12px;
  font-family: 'Lato', sans-serif;
  transition: 0.3s all ease;
  cursor: pointer;
}
.searchandfilter ul .sf-field-reset input.none{
background: #f7f7f8;
  border: none;
  font-size: 16px;
  color: #b7b4bd;
  padding: 5px 12px;
  font-family: 'Lato', sans-serif;
  transition: 0.3s all ease;
  cursor: default;
  pointer-events: none;
}
.list-holder.desktop{
  margin-top: 30px;
}

.term-list{
  max-width: 750px;
  margin: -190px auto auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
}
.term-list li a{
  color: var(--white);
  font-size: 13px;
  pointer-events: none;
  cursor: none;
}
.term-list li span{
  margin-left: 10px;
  display: inline-block;
  top: 3px;
}
.term-list.country-list li:nth-child(1) span{
  background: #A33348;
}
.term-list.country-list li:nth-child(2) span{
  background: #468CBD;
}
.term-list.country-list li:nth-child(3) span{
  background: #C6839B;
}
.term-list.country-list li:nth-child(4) span{
  background: #5E9175;
}
.term-list.country-list li:nth-child(5) span{
  background: #E5A65F;
}
.term-list.country-list li:nth-child(6) span{
  background: #6D58AD;
}
.term-list.year-list li:nth-child(1) span{
  background: #a33348;
}
.term-list.year-list li:nth-child(2) span{
  background: #468cbd;
}
.term-list.year-list li:nth-child(3) span{
  background: #c6839b;
}
.term-list.year-list li:nth-child(4) span{
  background: #5e9175;
}
.term-list.year-list li:nth-child(5) span{
  background: #e5a65f;
}
.term-list.year-list li:nth-child(6) span{
  background: #6d58ad;
}
.term-list.year-list li:nth-child(7) span{
  background: #cb824c;
}
.term-list.year-list li:nth-child(8) span{
  background: #487b61;
}
.term-list.year-list li:nth-child(9) span{
  background: #877c66;
}
.term-list.year-list li:nth-child(10) span{
  background: #2b6f8f;
}
.term-list.year-list li:nth-child(11) span{
  background: #79153c;
}
.term-list.year-list li:nth-child(12) span{
  background: #22aa99;
}
.term-list.year-list li:nth-child(13) span{
  background: #aaaa11;
}
.term-list.year-list li:nth-child(14) span{
  background: #6633cc;
}
.term-list.issuing-list li:nth-child(1) span{
  background: #a33348;
}
.term-list.issuing-list li:nth-child(2) span{
  background: #468cbd;
}
.term-list.issuing-list li:nth-child(3) span{
  background: #c6839b;
}
.term-list.issuing-list li:nth-child(4) span{
  background: #5e9175;
}
.term-list.type-list li:nth-child(1) span{
  background: #a33348;
}
.term-list.type-list li:nth-child(2) span{
  background: #468cbd;
}
.term-list.type-list li:nth-child(3) span{
  background: #c6839b;
}
.term-list.type-list li:nth-child(4) span{
  background: #5e9175;
}

.term-list.institution-list li:nth-child(1) span{
  background: #a33348;
}
.term-list.institution-list li:nth-child(2) span{
  background: #468cbd;
}
.term-list.institution-list li:nth-child(3) span{
  background: #c6839b;
}
.term-list.institution-list li:nth-child(4) span{
  background: #5e9175;
}
.term-list.institution-list li:nth-child(5) span{
  background: #990099;
}
.term-list.institution-list li:nth-child(6) span{
  background: #0099c6;
}
.term-list.institution-list li:nth-child(7) span{
  background: #dd4477;
}
.term-list.institution-list li:nth-child(8) span{
  background: #66aa00;
}

.term-list.grounds-list li:nth-child(1) span{
  background: #a33348;
}
.term-list.grounds-list li:nth-child(2) span{
  background: #468cbd;
}
.term-list.grounds-list li:nth-child(3) span{
  background: #c6839b;
}
.term-list.grounds-list li:nth-child(4) span{
  background: #5c8e72;
}
.term-list.grounds-list li:nth-child(5) span{
  background: #990099;
}
.term-list.grounds-list li:nth-child(6) span{
  background: #0099c6;
}
.term-list.grounds-list li:nth-child(7) span{
  background: #cb824c;
}
.term-list.grounds-list li:nth-child(8) span{
  background: #877c66;
}
.term-list.grounds-list li:nth-child(9) span{
  background: #487b61;
}
.term-list.grounds-list li:nth-child(10) span{
  background: #2b6f8f;
}
.term-list.grounds-list li:nth-child(11) span{
  background: #994499;
}

.mob-filter{
  display: none;
}

.ays-chart-charts-main-container g text{
  font-family: 'Lato', sans-serif !important;
}
p.no-result{
  margin-top: 20px;
}

  .sf-field-taxonomy-country ul{
    min-width: 198px;
  }
  .sf-field-taxonomy-type ul{
    min-width: 140px;
  }
  .sf-field-taxonomy-institution ul{
    min-width: 360px;
  }
    .sf-field-taxonomy-grounds ul{
    min-width: 240px;
  }


.mob-year{
  display: none;
}





