body{
    background: #f2f8fc;
}

div.wrapper{
    background-color: #FFFFFF;
}

.logo .wrapper img{
    margin: 0px auto;
    transform:translateX(0%);
    max-height: 87px;
}

#mainwrapper{
    max-width: 1024px;
    margin: 52px auto;
    box-shadow: #bec6cc 0px 0px 8px;
}

#navBar .wrapper{
    background: #007bc7;

    font-weight: bold;
    font-size: 14px;
    border-bottom: 13px solid #b2d7ee;
}

#main-menu-links{
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 17px 0 0 31px;
}
#navBar .wrapper{
    align-content: end;
}

#main-menu-links li{
    float: left;
    margin: 0;
    padding: 0;
}

#main-menu-links li a{
    color: #FFFFFF;
    display: block;
    margin-right: 4px;
    padding: 4px 10px 6px;
    text-decoration: none;
    font-size: 18px;
}

#main-menu-links li a:hover{
    background-color: #B2D7EE;
    color: #154273;
    text-decoration: none;
}

.green-bg {
    color: #FFFFFF;
    background: #39870C 0% 0% no-repeat padding-box;
}

.orange-bg {
    color: #FFFFFF;
    background: #F47421 0% 0% no-repeat padding-box;
}

.brown-bg {
    color: #FFFFFF;
    background: #673327 0% 0% no-repeat padding-box;
}

.purple-bg {
    color: #FFFFFF;
    background: #A90061 0% 0% no-repeat padding-box;
}

.blue-bg {
    color: #FFFFFF;
    background: #007CC6 0% 0% no-repeat padding-box;
}

#infographic-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
}

a:visited{
    color: #01496d;
}

/******** Header ********/
.infographic-header-wrapper {
    width: 100%;
}

.infographic-header-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.infographic-header-image img{
    width: 100%;
}

.infographic-header-text {
    width: 100%;
}

.infographic-header-text h1 {
    font-size: 50px;
    line-height: 64px;
    color: #204270;
    text-align: center;
    margin: 0;
}

.infographic-header-text h3 {
    color: #009EE2;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    margin: 0;
}

.infographic-header-intro{
    width: 100%;
    padding: 20px 0;
}

.infographic-header-intro p{
    font-size: 26px;
    line-height: 32px;
    color: #000000;
    padding: 0px 50px;
    font-weight: 200;
    margin: 0;
    text-align: center;
}

/******** Navigation ********/
.infographic-navigation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.infographic-navigation-header{
    width: 100%;
}

.infographic-navigation-header h4{
    text-align: left;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #1F406C;
    opacity: 1;
    margin-bottom: 20px;
}

.navigation-item {
    width: 49%;
    height: 65px;
    background: #F1F8FC 0% 0% no-repeat padding-box;
    display: flex;
    cursor: pointer;
}

.navigation-item-block {
    width: 65px;
    height: 65px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.navigation-item-block span {
    font-size: 18px;
    font-weight: 700;
}


.navigation-item-text {
    height: 65px;
    display: inline-flex;
    justify-content: left;
    align-items: center;
    padding-left: 20px;
}
.navigation-item-text span{
    font-size: 24px;
    color: #204270;
    font-weight: bold;
}

/******** Accordeon ********/
.infographic-accordeon {
    width: 100%;
    margin-bottom: 60px;
    background-image: url('/assets/images/wave.svg');
    background-repeat: no-repeat;
    background-position: top;
    background-color: #d9ebf7;
    background-size: 100% auto;
    padding: 0 30px 30px;
}
.infographic-accordeon.no-bg{
    background-image: url('');
    background-color: #FFFFFF;
}

.accordeon-header-wrapper {
    display: flex;
    margin-bottom: 20px;
}

.accordeon-header-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 30px;

}

.accordeon-header-title {
    font-size: 50px;
    color: #204270;
    letter-spacing: 0px;
}

.accordeon-header-title h2 {
    border-top: none;
    font-size: 40px;
}

.accordeon-header-text {
    letter-spacing: 0px;
    color: #000000;
}
.accordeon-header-text p{
    font-size: 28px;
    font-weight: 200;
}
.accordeon-header-text a{
    text-decoration: none;
}
.accordeon-header-text a:visited{
    color: #01496d;
}

.accordeon-header-image {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.accordeon-header-image img{
    width: 100%;
}

.accordeon-item-wrapper {
    margin-bottom: 5px;
}

.accordeon-item-wrapper.active .blue-bg{
    background-color: #154273;
}

.accordeon-item {
    height: 67px;
    font-size: 28px;
    display: flex;
    cursor: pointer;
}

.accordeon-item-wrapper:hover .accordeon-item-text ,
.accordeon-item-wrapper:hover .blue-bg{
    background-color: #154273;
}

.accordeon-item-block {
    width: 67px;
    min-width: 67px;
    height: 67px;
    margin-right: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #d9ebf7;
}

.accordeon-item-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    width: 100%;
    padding-right: 20px;
    position: relative;
}

.accordeon-item-wrapper.active .accordeon-item-text::after{
    transform: rotate(-90deg);
}
.accordeon-item-text::after{
    content: '>';
    font-weight: 700;
    position: absolute;
    right: 30px;
    top: 15px;
    transform: rotate(90deg);
    font-size: 36px;
    line-height: 36px;
}

.accordeon-item-text h3{
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    position: absolute;
    left: 20px;
    max-width: 90%;
    margin-bottom: 0;
}

.accordeon-content-wrapper {
    overflow: hidden;
    height: 0;
    box-shadow: 0px 3px 6px #00000029;
}

.accordeon-content {
    padding: 30px;
    background-color: #FFFFFF;
}

.accordeon-content h2{
    border-top: none;
}

div.content.article{
    max-width: 1024px;
    flex-basis: 100%;
    padding-right: 0;
    padding-left: 0;

}

.textbox {
    padding: 30px;
    border: 1px solid #154273;
    position: relative;
    margin-bottom: 30px;
}

.textbox.close::after{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: -25px;
    right: -25px;
    background-color: #154273;
}

.textbox h2{
    color: #154273;
    border: none;
    padding-top: 0;
}

.accordeon-content ul{

}
.accordeon-content ol{

}

.buttons{
    display: flex;
    width: 100%;

    justify-content: space-between;
    align-content: center;
}

.buttons .box-button{
    width: 48%;
    border: 1px solid #007cc6;
    padding: 10px 10px 10px 60px;
    color: #007cc6;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 16px 10px;

    height: 50px;

}

.buttons .box-button.view-more{
    background-image: url('images/more-icon.svg');
    background-size: 28px;
}
.buttons .box-button.download{
    background-image: url('images/download-icon.svg');
    background-size: 25px;
}



.site-footer{
    background-color: #b2d7ee;
    height: 13px;
    position: relative;
}
.site-footer .footer-block{
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #154273;
}

@media (max-width: 991px) {
    .accordeon-header-content{
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .logo .wrapper img{
        margin-bottom: 12px;
    }
}

@media (max-width: 600px) {
    .accordeon-header-wrapper{
        flex-direction: column-reverse;
    }

    .accordeon-header-image{
        max-width: 300px;
        margin: 0 auto 20px;
    }

    .accordeon-header-image,
    .accordeon-header-content{
        width: 100%;
    }

}

@media (max-width: 600px) {
    .infographic-navigation{
        flex-direction: column;
    }
    .infographic-navigation .navigation-item{
        width: 100%;
    }
    .infographic-navigation .navigation-item:first-child{
        margin-bottom: 15px;
    }

}


@media (max-width: 456px) {
    div.content.article{
        width: 100%;
    }
    main > .wrapper:not(.is-full-width){
        width: 100%;
    }
}