@charset "UTF-8";

/** 
 *  
 * @version 1.0.0 
 * @package ns 
 *      
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/mit-license.php
 *  
 */
 
BODY,HTML{
    font-size:12px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top:1.667em;
    margin-bottom:0.833em;
}



H1 {
    font-size:3em;
}

H2 {
  
}

H3 {
   
}

H4 {
   
    
}

H5 {
    
    
}

A {
  
}

UL,OL,
P {
   font-size:1em;
   line-height:1.8em;
}

table {  
    border-collapse:collapse;  
}

/* special */
.black {
    color:black;
}

a.pdf-ico-16,a.pdf-ico-24,a.pdf-ico-32 {
}

a.but-red {
  padding: 5px 20px ;
  background-color: #E30020;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  border-bottom: 0 ;
}
a.but-arrow,
a.but-download {
  text-transform: uppercase;
  display: inline-block;
  color: #333;
  font-weight: 700;
}
a.but-arrow:after {
  content: '';
  background: url('../images/sprite.png') no-repeat left -350px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  margin-top: 5px;
}
h3 a.but-arrow::after {
    background-position: left -346px;
    height: 18px;
}

a.but-download:before {
  content: '';
  background: url('../images/sprite.png') no-repeat left -1150px;
  display: inline-block;
  width: 19px;
  height: 18px;
  margin-right: 10px;
}

a.but-download[href*=".pdf"] {
    background: none;
    min-height: 0;
    padding-left: 0;
}