@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Regular.ttf')  format('truetype');
}

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }
  
* {
  font-family: 'Exo';
}

body{
  background: url("../imgs/dust_scratches.png");
}

footer{
  text-align: center;
  padding: 10px 10px;
}


/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #1756a9; }
  a:hover {
    color: #111;
    text-decoration: underline; 
  }
a[target="_blank"]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0px 2px 0px 8px;
}

/**
 * Wrapper
 */
.wrapper {
  text-align: center;
  }
/**
 * Site header
 */
.site-header {
  min-height: 320px;
  min-width: 1280px;
}

.site-header-background {
  min-height: 420px;
  min-width: 1280px;
  position: absolute;
  background: url("../imgs/background2.jpg");
  background-size: cover;
  background-position: center;
  border-bottom: 0 0px 25px #111;
  width: 100%;
  z-index: -1;
  box-shadow: 0 8px 12px -6px black;
}

.site-header-image{
  border-radius: 50%;
  width: 256px;
  max-height: 256px;
  box-shadow: 0 10px 30px #555;
  border: 4px solid #FFF;
  margin-top: 20px;
}

.site-title {
  display: block;
  font-size: 3em;
  font-weight: 500;
  line-height: 54px;
  margin-top: 12px;
  text-shadow: 0 0 2px #000;
  margin-bottom: 0;
  color: #FFF;
  }
  .site-title, .site-title:visited {
    color: #FFF; }
  .site-title:hover{
    text-decoration: none;
    color: #FFF;
  }
    

.site-nav {
  display: block;
  width: 100%;
  line-height: 54px; }
  .site-nav .nav-trigger {
    display: none; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #444;
    border: 1px solid rgb(255,255,255);
    font-weight: bold;
    font-size: 1em;
    padding: 8px 24px;
    margin: 6px;
    border-radius: 30px;
    box-shadow: 0 0 2px #000;
    background: rgb(255,255,255);
    transition: 0.2s;
  }
  .site-nav .page-link:hover{
    text-decoration: none;
    color: #000;
    border-color: rgba(255,255,255,1);
    transition: 0.2s;
  }
  
.trigger{
    margin: 12px 0px;
    border-radius: 10px;
    width: 100%;
  }
          
.center{
    text-align: justify;
    text-align-last: center;
}

.container{
  overflow: auto;
  min-width: 1280px;
  max-width: 1440px;
  margin: auto;
}

.content{
  background: #FFF;
  position: relative;
  min-height: 200px;
  width: 75%;
  left: 12.5%;
  border-radius: 5px;
  box-shadow: 8px 14px 38px rgba(39,44,49,.06),1px 3px 8px rgba(39,44,49,.03);
  z-index: 10;
  margin-bottom: 10px;
}

.text{
  padding: 1px 8% 1% 8%;
}

.paragraph_1{
  text-align: justify;
  text-align-last: center;
  max-width: 640px;
  margin: auto;
}

.light-dense{
  color: #738a94;
}

.dense{
  display: block;
  color: #738a94;
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.header_1{
  margin: 40px 0px 25px 0px;
  font-size: 1.3rem;
  line-height: 1.15em;
  text-align: center;
}

.header_light{
  font-size: 0.8em;
  color: #738a94;
  margin-top: 6px;
  margin-bottom: -15px;
  text-align: justify;
  text-align-last: center;
}

.header_light a{
  font-size: 0.9em;
  color: #87a2ad;
}

.subsections{
  margin: 20px 0px;
}

.subsections ul{
  list-style-type: none;
  width: 100%;
  text-align: center;
}

.subsections ul li{
  display: inline-block;
  vertical-align: top;
  margin: 8px 16px;
  width: 160px;
}

.image_container{
  height: 100px;
  width: 200px;
  position: relative;
  width: 100%;
  padding-bottom: 8px;
}

.text_container{
  display: inline-block;
}

.subsections_image{
  max-height: 100%;  
  max-width: 100%; 
  width: auto;
  height: auto;
  position: absolute;  
  top: 0;  
  bottom: 0;  
  left: 0;  
  right: 0;  
  margin: auto;
  border-radius: 3px;
}

.subsections_header{
  display: block;
  color: #738a94;
  font-size: 1rem;
  line-height: 1.15em;
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 4px 0 1px 0;
}

.subsections_bold_text{
  font-weight: bold;
  color:#637780;
}

.subsections_text_light{
  font-size: 0.8em;
  color: #7d96a1;
}

.subsections_text{
  
}


dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 4px 10px;
  text-align: right;
  text-align-last: right;
}

dt {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 120px;
}

.text_chart {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  width: 120px;
  background-color: white;
  position: absolute;
  left: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.percentage {
  font-size: .8em;
  line-height: 1;
  text-transform: uppercase;
  height: 24px;
  margin-left: 120px;
  background: repeating-linear-gradient(to right, #ddd, #ddd 1px, #fff 1px, #fff 10%);
}
.percentage:after {
  content: "";
  display: block;
  background-color: #738a94;
  width: 50px;
  margin-bottom: 10px;
  height: 90%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
  text-align: right;
  color:#FFF;
  font-weight: bold;
  font-size: 2em;
}
.percentage:hover:after, .percentage:focus:after {
  background-color: #aaa;
}

.percentage-1:after {
  width: 10%;
  content:'1';
}

.percentage-2:after {
  width: 20%;
  content:'2';
}

.percentage-3:after {
  width: 30%;
  content:'3';
}

.percentage-4:after {
  width: 40%;
  content:'4';
}

.percentage-5:after {
  width: 50%;
  content:'5';
}

.percentage-6:after {
  width: 60%;
  content:'6';
}

.percentage-7:after {
  width: 70%;
  content:'7';
}

.percentage-8:after {
  width: 80%;
  content:'8';
}

.percentage-9:after {
  width: 90%;
  content:'9';
}

.percentage-10:after {
  width: 100%;
  content:'10';
}

table{
  width: 100%;
}

table td{
  height: 12px;
  vertical-align: text-top;
}

table td:not(:first-child){
  text-align: left;
}

table th:first-child{
  font-size: 1.3rem;
  line-height: 1.15em;
  color: #333;
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
}

table td:first-child{
  color: #738a94;
}

table td:first-child, th:first-child{
  padding: 2px 12px 2px 0px;
  vertical-align: text-top;
  text-align: right;
  width: 300px;
  font-size: 0.9em;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.overflow{
    overflow: auto;
}


@media screen and (max-width: 1279px) {
    body{
    }

    .site-header{
        min-width: 100%;
    }
    
    .site-header-background{
        min-width: 100%;
    }
    
    .container{
        width: 100%;
        min-width: 100%;
        overflow: hidden;
    }
    
    .content{
        width: 100%;
        left: 0;
    }
    
    .header_light a{
        font-size: 1em;
        margin: 6px;
        line-height: 1.75;
    }
    
    .site-nav .page-link{
        padding: 6px 16px;
        margin: 8px;
        border-radius: 16px;
        border: 2px solid rgba(255,255,255,1);
    }
    
    .image_container {
        height: 100px;
        width: 200px;
        position: relative;
        width: 100%;
    }
    
    .subsections_image{
    }
    
    .text_chart{
        font-size: 1em;
        margin-top: 2.5px;
        height: 24px;
        width: 80px;
        vertical-align: middle;
    }
    
    .percentage{
        margin-left: 80px;
    }
    
    .subsections_text_light{
        font-size: 0.8em;
    }
    
    .text{
        padding: 1px 5% 1% 5%;
    }
    
    table td:first-child, th:first-child{
        font-size: 0.8em;
        letter-spacing: -1px;
        width: auto;
        padding: 2px 8px 2px 0px;
    }
    
    table th:first-child{
        letter-spacing: 0;
        font-size: 0.9em;
        letter-spacing: 0;
        width: auto;
    }
    
    table td:not(:first-child) {
        font-size: 0.8em;
        text-align: left;
    }

}
