@font-face {
    font-family: Lato-Regular;
    /*src:url("./lato-regular-webfont.woff");*/
    src:url("./Lato-Regular.ttf");
    font-weight:normal;
}

@font-face {
    font-family: Lato-Bold;
    src:url("./Lato-Bold.ttf");
    font-weight:bold;
}

@font-face {
    font-family: Lato-Black;
    /*src:url("./lato-heavy-webfont.woff");*/
    src:url("./Lato-Black.ttf");
    font-weight:bold;
}

@font-face {
    font-family:Spectral-Regular;
    src:url("./Spectral-Regular.ttf");
    font-weight:normal;
}

@font-face {
    font-family:Spectral-SemiBold;
    src:url("./Spectral-SemiBold.ttf");
    font-weight:bold;
}

@font-face {
    font-family:Spectral-Bold;
    src:url("./Spectral-Bold.ttf");
    font-weight:bold;
}

body {
    margin:0;
    padding:0;
    color:#07468f;
    font-family: 'Lato-Regular', Arial, sans-serif;
}

div, section, article{
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.center{
    max-width: 1226px;
    margin: 0 auto;
}

.clear {
    clear:both;
}

.head-stripe{
    background-color: #0071bb;
    color: #ffffff;
    height: 60px;
}

.head-stripe div.center div, footer div.center div{
    display: inline-block;
    width: 49%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.head-stripe-left, .footer-left{
    text-align: left;
    vertical-align: top;
    padding-left: 20px;
}

.head-stripe-right, .footer-right{
    text-align: right;
    padding-right: 20px;
    line-height: initial;
}

.top-header-link{
    color: #ffcb00;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Lato-Black';
    line-height: 12px;
    display: inline-block;
    width:160px;
    hyphens: manual;
    background: url("../images/grot2.png") no-repeat right center;
    background-size: 8px 10px;
    text-decoration: none;
    margin-bottom: 20px;
    padding-right: 20px;
}

.header-left{
    display: inline-block;
    text-align: left;
    width: 380px;
}
.header-left a{
    display: block;
}



header{
    background-color: #FFFFFF;
    border-bottom: 1px solid #3f72ad;
    color: #004492;
}

.header-right{
    display: inline-block;
    float: right;
    width: 300px;
    margin-top: 10px;
    margin-bottom: 37px;
    margin-right: 20px
}

div.header-right::after {
    display: block;
    content:"";
    width: 100%;
    height: 6px;
    position:relative;
    left: 0;
    bottom: -37px;
    border:none;
    background-image: linear-gradient(90deg, #ffcb00 20%, #004492 90%);
    background-image: -webkit-linear-gradient(0deg, #ffcb00 20%, #004492 90%);
}


#logo{
    height: 160px;
}

#logo-bi{
    height: 110px;
    vertical-align: bottom;
}

.title{
    display: inline-block;
    width: 200px;
    text-align: left;
    vertical-align: bottom;
}

.data{
    font-size: 20px;
}

h1 {
    font-family: 'Lato-Bold';
    font-size: 28px;
    display: inline-block;
    width: 210px;
    text-align: left;
    margin: 18px 0;
}

main{
    background-color: #dfeaef;
    overflow: auto;
}

section.unit{
    background-color: #fff;
    /*margin: 40px 45px;*/
    margin: 3.5% 4%;
}

section.unit::after {
    display: block;
    content:"";
    width: 100%;
    height: 6px;
    position:relative;
    left: 0;
    bottom: 0px;
    border:none;
    background-image: linear-gradient(90deg, #ffcb00 20%, #004492 90%);
    background-image: -webkit-linear-gradient(0deg, #ffcb00 20%, #004492 90%);
}

section.unit h2{
    display: block;
    background-color: #07468f;
    color: #fff;
    text-transform: uppercase;
    /*padding: 14px 25px;*/
    padding: 14px 4%;
    font-size: 16px;
}


article.table-of-contents{
    background-color: #dfeaef;
    /*padding: 30px;*/
    /*margin: 35px 40px;*/
	padding: 3%;
    margin: 3.5% 4%;
}

article.table-of-contents a {
    color: #0671b8;
    text-decoration: none;
    line-height: 24px;
    font-size: 18px;
}

article.table-of-contents a:hover {
    color: #0671b8;
    text-decoration: underline;
}

article.table-of-contents ul {
    margin: 0;
    /*padding-left: 10px;*/
    list-style: square;
    padding-left: calc(max(20px,2%));
}

article.news {
    /*margin: 20px 40px;*/
    margin: 3% 4%;
    border-bottom: 1px solid #07468f;
}

article.news:last-of-type{
    border-bottom: none;
}

article.news h3{
    font-size: 24px;
    font-family: 'Lato-Bold';
    margin: 10px 0;
}

article.news div {
    line-height: 24px;
    font-size: 18px;
}

article.news a {
    text-decoration: none;
    color: #2d8ac7;
}

article.news a:hover {
    text-decoration: underline;
    color: #2d8ac7;
}

article.news a.more{
    display: block;
    width: 140px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Lato-Black';
    line-height: 12px;
    /*color:#07468f;*/
    color:#0671b8;
    hyphens: manual;
    background: url("../images/grot.png") no-repeat right center;
    background-size: 8px 10px;
    text-decoration: none;
    margin-bottom: 20px;
}

article.news a.post-link{
    color: #07468f;
    background: url("../images/grot.png") no-repeat right 10px;
    background-size: 10px 12px;
    text-decoration: none;
    margin-bottom: 20px;
    padding-right: 18px;
    padding-bottom: -10px;
}

article.news ul {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

article.news ul li {
	line-height: 20px;
	margin-bottom: 8px;
}

div.back-button {
    text-align: right;
    display: block;
}

div.back-button a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #0071bb;
    padding: 6px 10px 5px 12px;
    vertical-align: top;
}

div.back-button a img{
    vertical-align: bottom;
    margin-left: 3px;
}


.rodo-info {
    background-color: #fff;
    text-align: left;
    font-family: 'Lato-Regular', Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    padding: 40px 45px;
}

.rodo-info span.rodo_subtitle{
    font-weight: bold;
    color: #004492;
    text-decoration: none;
}


footer{
    background-color: #0071bb;
}
footer div.center .footer-left{
    padding-bottom: 0;
    padding-top: 0;
}
.footer-left a{
    width: 160px;
    display: block;
}

.footer-left img{
    height: 60px;
}
.footer-right{
    color: #FFFFFF;
}

.dataTables_filter{
    margin-right: 20px;
}

@media all and (max-width:765px) {
    #logo{
        max-height: 130px;
    }
    #logo-bi{
        max-height: 80px;
    }
    h1{
        font-size: 22px;
    }
    .title{
        width: 180px;
    }
    .data{
        font-size: 18px;
    }
    .header-right{
        width: 260px;
    }
    .header-left{
        width: 295px;
    }
}

@media all and (max-width:610px) {
    #logo{
        max-height: 100px;
    }
    #logo-bi{
        max-height: 65px;
    }
    h1{
        font-size: 20px;
        margin: 10px 0;
    }
    .header-right{
        margin-bottom: 15px;
    }
    div.header-right::after{
        bottom: -22px;
    }
    .title{
        width: 150px;
    }
    .data{
        font-size: 16px;
    }
    .header-right{
        width: 230px;
    }
    .header-left{
        width: 250px;
    }
}

@media all and (max-width:520px) {
    .header-right{
        float: left;
        margin-left: 20px;
    }

    div.header-right::after{
        bottom: -15px;
    }
}
