* {
  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;
  --cream:#CBCAC6;
}
html {
  scroll-behavior: smooth;
}
body{
font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    color: var(--maintext);
    background: var(--lightgray);
}
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: 400;

}
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:900;
  
}
h2{
  font-size: 52px;
font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
  margin-top: 0;
  color:var(--maintext);
  line-height: 1;
  font-weight: 900;
}
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;
}
.btn-back:hover{
  color: var(--white);
  text-decoration: none;
}


.flex-nk{
  display: flex;
  flex-wrap: wrap;
}
.flex-nk.flex-wide-nk{
  justify-content: space-between;
}
.uk-container{
  max-width: 1285px;
}
.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: 55px;
  transition: 0.1s all ease; 
}

header.header-nk.single-nk.active-nk{
  height: 50px;
  transition: 0.1s all ease; 
}

.breadcrumbs-nk {
  width: 100%;
  padding: 15px 0;
}
.breadcrumbs-nk a{
  color: var(--purple);
  margin-right:10px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  transition: 0.3s all ease;
}

.breadcrumbs-nk a:after{
  content: "/";
  position: relative;
  left: 7px;
}
.breadcrumbs-nk a:last-child{
  color: var(--lightgray);
}
.breadcrumbs-nk a:hover{
  color: #57458d;
  transition: 0.3s all ease;
  text-decoration: none;
}
.breadcrumbs-nk a:last-child::after{
  content: none;
}

.top-header-nk{
  padding: 10px 0;
  transition: 0.3s all ease; 
}
.active-nk .top-header-nk{
  height: 0;
  padding: 0;
  transition: 0.1s all ease; 
}
.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;
}
.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;
}

.main-nav-nk {
  margin: auto 0;
  padding: 15px 0;

}
.main-nav-nk nav ul {
  display: flex;
}
.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{
  position: relative;
  z-index: 0;
  background: url('img/back.svg') 50% no-repeat #2e2344;
  background-size: contain;
  padding: 112px 0 80px;
}

.hero-content-nk{
  position: relative;
  z-index: 5;
}
.hero-text-nk{
  width: 65%;
}
.single-intro .hero-text-nk{
  margin: auto 0 0;
}
.hero-text-nk h1{
  color: var(--lightgray);
  margin-bottom: 48px;
}

.hero-text-nk h1 span{
  color: var(--lightblue);
}
.single-intro .hero-text-nk h1{
  margin-bottom: 0;
}
.hero-img-nk{
    width: 30%;
    text-align: right;
    position: relative;
    top: -30px;
}
.single-intro .hero-img-nk{
  position: unset;
}
.hero-text-nk p{
 color: var(--lightgray);
  max-width: 580px;
}


/*Statistics*/

section.stat-info-nk{
  background: var(--darkpurple);
}
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;
}
.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;
}
.filter-holder{
  margin-bottom: 48px;
}
.filter-holder label{
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.filter-holder input{
  border: none;
  border-radius: 2px;
  padding: 0 12px;
  width: 370px;
  height: 48px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
.filter-holder input:placeholder{
  font-size: 16px;
  color: #B7B4BD;
}
.filter-options{
  width: 70%;
}
.filter-options select{
  font-size: 16px;
  border: none;
  border-radius: 2px;
  height: 40px;
  padding: 0 12px;
}

.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);
}
.list-box a:hover{
  color: var(--darkpurple);
  
}
.list-repeater{
  max-height: 448px;
  overflow-y: scroll;
}
.list-repeater .list-box: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: auto 0;
    position: relative;
}

.list-name i:hover > span {
  opacity: 1;
  display: block;
  transition: .4s all ease-in-out;
}
.list-name 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;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), color-stop(50%, #E3E0DA));
    background: linear-gradient(0deg, #fff 50%, #E3E0DA 0);
}
section.subscription-section:after{
      background: url('../img/back2.png') 50% no-repeat;
    background-size: cover;
    content: "";
    height: 50%;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.4;
}
section.subscription-section.inside{
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), color-stop(50%, #E3E0DA));
    background: linear-gradient(0deg, #fff 50%, #2E2344 0);
}
section.subscription-section.inside:after{
  content: none;
}
section.subscription-section.single{
  background: var(--white);
}
section.subscription-section.single:after{
  content: none;
}
.subscription-section .flex-nk{
-webkit-box-align: center;
    align-items: center;
    height: 100%;
}

.subscription-section form {
    height: 300px;
    box-sizing: border-box;
    background: url(img/hero-bg.png) 50% no-repeat #2e2344;
    background-position: 50%;
    background-size: cover;
    padding: 3rem 2rem;
    position: relative !important;
}
.subscription-section form:after{
background: url(img/back2.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: 65%;
}
.form-title h2{
  color:var(--white);
  position: relative;
  z-index: 100;
}
.form-btn-holder{
  width: 35%;
  position: relative;
  z-index: 10;
  text-align: center;
}

.form-btn-holder .btn-purple,
.btn.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: 12px 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    z-index: 99;
}
.form-btn-holder .btn-purple{
  padding: 12px 64px;
}
.form-btn-holder .btn-purple:hover,
.btn.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;
  font-weight: 300;
}
.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('img/fb.svg');
}
.social-btn.tw:after{
  background-image: url('img/tw.svg');
}
.social-btn.lk:after{
  background-image: url('img/lk.svg');
}
.social-btn.yt:after{
  background-image: url('img/yt.svg');
}
.social-btn.ig:after{
  background-image: url('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);
}
.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%;
}

.grid-nk.grid-intro{
  position: relative;
  z-index: 5;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
}
.grid-intro-box span{
    font-size: 80px;
    font-family: 'Lato', sans-serif;
  margin-bottom: 24px;
  color:var(--blue);
  line-height: 1;
  font-weight:900;
  display: block;
}
.grid-intro-box p{
  color: var(--white);
  font-size: 22px;
}
.trail-section{
  background: var(--darkpurple);
  padding-bottom: 90px;
}

.trail-img{
  width: 40%;
}
.mob-img{
  display: none;
}
.trail-text{
  width: 50%;
  margin: auto 0;
}
.trail-text p{
  color: var(--white);
  font-weight: 300;
}
.trail-text h3{
  color: var(--blue);
  font-size: 40px;
  line-height: 1.2;
}
.trail-text .btn.btn-purple img{
  margin-left: 10px;
}
.separator{
  height: 1px;
  background: var(--white);
  margin-bottom: 70px;
}
.separator-vert{
  height: auto;
  width: 1px;
  background: var(--darkpurple);
}
.choose-section{
  padding: 50px 0;
    position: relative;
  z-index: 0;
  background: var(--lightgray);
}
.choose-section:after{
    background: url('../img/back2.png') 50% no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.4;
}
.choose-box{
  width: 45%;
  text-align: center;
  position: relative;
  z-index: 5;
  padding: 30px 0;
}
.choose-box a:hover{
  text-decoration: none;
}
.choose-img{
  margin-bottom: 20px;
  min-height: 270px;
}
.choose-box h3{
  color: var(--purple);
  font-size: 56px;
  margin-bottom: 20px;
}

section.intro-hero-nk.extremism-intro{
  background: #2e2344;
      padding: 100px 0;
}
section.intro-hero-nk.single-intro{
  background: var(--darkpurple);
  padding: 50px 0 70px;
}
.extremism-intro .hero-text-nk {
  width: 47%;
}
.extremism-intro .hero-text-nk h1{
  margin-bottom: 0;
}
.extremism-intro .hero-right-nk {
  width: 47%;
  margin: auto 0 0;
}
.extremism-intro .hero-right-nk p{
  font-weight: 300;
  color: var(--lightgray);
  margin-bottom: 0
}

.funds-section{
  padding: 20px 0 100px;
  background: var(--darkpurple);
}
.grid-nk.funds-grid{
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0px;
}
.funds-title-box{
  display: flex;
  height: 84px;
}
.funds-title-box:nth-child(1){
  background: #3B2C57;
}
.funds-title-box:nth-child(2){
  background: #644AAB;
}
.funds-title-box:nth-child(3){
  background: #765FB7;
}
.funds-title-box:nth-child(4){
  background: #896DDB;
}
.funds-title-box h4,
.funds-box h4{
  margin: auto;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--lightgray);
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.2px;
}
.funds-box{
  background: #d6d5d1;
  min-height: 550px;
  padding: 20px 0;
  border-right:1px solid var(--darkpurple);
  border-bottom:1px solid var(--darkpurple);
}
.funds-box:first-child{
  border-right: none;
  background: #CBCAC6;
}
.funds-box.flex-nk{
  flex-direction: column;
  justify-content: space-evenly;
}
.funds-box h4{
  color: var(--darkpurple);
}
.flex-line{
  margin-left: 30px;
  align-items: center;
  min-height: 180px;
}
.funds-text{
    margin: auto 0;
    padding-left: 20px;
    box-sizing: border-box;
}
.funds-img{
  margin: unset;
  width: 32%;
}
.funds-text{
  width: 55%;
}
.funds-img{
  width: 85px;
  height: 105px;
}
.funds-box a{
  font-size: 20px;
  font-weight: 400;
  color: var(--purple);
}
.funds-text img{
  display: block;
  margin-top: 10px;
}
.type-title{
  color: var(--purple);
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

main.single-main-nk{
  padding: 70px 0 100px;
  background: var(--white);
}
.single-content-nk{
  max-width: 50%;
}
.single-content-nk p{
  font-weight: 300;
}
.single-content-nk .btn{
  padding: 12px 30px;
}
.funds-text i{
  width: 16px;
    height: 16px;
    margin: 0 0 auto 0;
    position: relative;
}

.funds-text i:hover > span{
  opacity: 1;
  display: block;
  transition: .4s all ease-in-out;
}
.funds-text i span {
    position: absolute;
    right: 25px;
    bottom: 25px;
    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: 160px;
    text-align: center;
    display: none;
    transition: .4s all ease-in-out;
}


section.funds-mob{
  display: none;
  background:var(--darkpurple); 
}
.funds-title-mob{
  display: flex;
  background: #3B2C57;
  height: 47px;
  width: 25%;
}
.funds-title-mob p{
  margin: auto;
  color: var(--white);
  text-transform: uppercase;
  font-size: 13px;
}
.funds-select{
  width: 75%;
  background: #6D58AD;
}
.funds-select select{
  width: 100%;
  height: 100%;
  text-align: center;
  border:none;
  background: var(--purple);
  color: var(--darkpurple);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.funds-select select:focus{
  outline: none;
}

.funds-content{
    background: #D6D5D1;
  height: 640px;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  justify-content: space-evenly;
}
.funds-mob-box{
  margin: auto;
  text-align: center;
}
.funds-mob-box .funds-img {
    width: 70px;
    height: 80px;
    margin: 0 auto 8px;
}
.funds-mob-box .funds-img img{
  height: 100%;
}
.funds-mob-box .funds-text{
  padding: 0;
  width: unset;
}
.funds-mob-box .funds-text a{
    font-weight: 400;
  color: var(--purple);
  size: 14px;
  text-align: center;
}
.funds-mob-box .funds-text i{
  display: block;
  width: 20px;
  height: 20px;
  margin: auto auto 10px;
}
.box1,.box2{
  width: 100%;
  position: relative;
  padding-bottom: 47px;
  overflow: hidden;
  background: #CBCAC6;
}
.slide-title{
  display: flex;
  background: #CFCDCA;
  height: 47px;
}
.slide-title p{
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin: auto;
  text-align: center;
}
.swiper{
  overflow: visible;
  width: 220px;
  margin-left: 0;
}
.swiper-slide{
  width: 220px !important;
  border-right: 1px solid var(--darkpurple);
}

.swiper-button-next{
  top: unset;
  bottom: 0;
}
.swiper-button-next:after{
  content: "";
  background: url('img/rightmob.svg');
  height: 20px;
    width: 20px;
    background-repeat: no-repeat;
}
.swiper-button-prev{
  top: unset;
  bottom: 0;
}
.swiper-button-prev:after{
  content: "";
  background: url('img/leftmob.svg');
  height: 20px;
    width: 20px;
    background-repeat: no-repeat;
}
sup{
  font-size: 10px;
    display: inline-block;
    padding: 2px;
     font-family: 'Lato', sans-serif;
}
.page-notes{
  width: 40%;
}
.page-notes sup{
  margin-right: 18px;
  min-width: 14px;
}
.page-notes p{
  font-size: 13px;
  font-weight: 300;
}
