﻿.fixFullWidth {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    overflow: hidden;
    height: 202px;
}

#headerImgContainer {
    max-height: 202px;
    width: 100%;
}

#headerImg {
    /*max-height: 202px;*/
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    max-width: initial;
}


.header {
    text-align: center;
    /*font-size: 38px;*/
    font-size: 34px;
    font-family: 'Neo Sans Medium';
    vertical-align: middle;
    color: #77ca4e;
    margin-top: 50px;
}

.header {
    line-height: 2.8rem;
}

.title {
    /*font-size: 31px;*/
    font-size: 24px;
    font-family: 'Neo Sans Medium';
    vertical-align: middle;
    color: #0a5b7b;
    margin-top: 20px;
    margin-bottom: 60px;
    width: 428px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.title {
    line-height: 2.2rem;
}


.text {
    /*font-size: 18px;*/
    font-size: 16px;
    margin: 10px;
    font-family: Lato;
    /*color: #0a5b7b;*/
    /*max-width: 1000px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: center;
}

    .text > p {
        line-height: 1.5rem;
        font-size: 16px;
        color: #1f1f1f;
    }


/*.margined {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}*/



.textitem > span > p {
    line-height: 1.8em;
}


.text > p {
    margin: 0;
    padding: 0;
}

.particularcontainer {
    display: inline-block;
    margin-top: 10px;
    /*padding-left:0px;*/
}

    .particularcontainer > hr {
        margin-top: 25px;
    }

.attachDownload {
    font-size: 14px;
    color: #8bc760;
    font-weight: bold;
}



/*.attachments{
    height:300px;
}*/

.pdficon {
    width: 20px;
    height: auto;
    display: inline-block;
    float: right;
}

.inline {
    display: inline;
}


.attachName > span {
    /*font-size: 18px;*/
    font-size: 16px;
    color: #4d4d4d;
    font-family: lato;
}

.attachDownload {
    float: right;
    margin-right: 10px;
    margin-top: 0.5%;
}


/*.line{
    padding-left:0px;
}*/


/*.indicator{
    float: inherit;
}*/



/**********************   svg  ****************/
.cls-1, .cls-4 {
    fill: none;
}

.cls-2 {
    clip-path: url(#clip-path);
}

.cls-3 {
    fill: #8bc761;
}

.cls-4 {
    stroke: #8bc761;
    stroke-linejoin: round;
}
/**********************   svg  ****************/




@media (max-width: 1200px) {

    .attachments {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (max-width: 1024px) {
    .margined {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (max-width: 992px) {

    #firstLine {
        display: none;
    }

    .indicator {
        margin-bottom: 40px;
    }

    .valContainer {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .margined {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .row {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #headerImgContainer {
        max-height: 101px;
    }

    #headerImg {
        height: 101px;
        max-width: initial;
        width: auto;
    }
}

@media (max-width: 768px) {

    /*#SlideshowFixHeight{
        display:block;
        height: 150px;
    }*/

    .presentationimg {
        height: 101px;
    }

    .header {
        font-size: 18px;
        line-height: inherit;
    }


    .title {
        font-size: 16px;
        margin: auto;
        line-height: inherit;
        margin-top: 30px;
        margin-bottom: 30px;
    }


    .text {
        font-size: 14px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        text-align: left;
        line-height: inherit;
    }

        .text > p {
            font-size: 14px;
        }

    .titleFin {
        font-size: 18px !important;
    }

    .subtitleFin {
        font-size: 16px !important;
    }

    .bodyFin {
        font-size: 14px !important;
    }

    .attachName > span {
        font-size: 14px;
    }

    .attachDownload {
        font-size: 11px;
        margin-top: 1.5%;
    }

    .indicator {
        margin-bottom: 20px;
    }
}

@media (max-device-width : 320px) {
    .attachDownload {
        max-width: 75px;
        text-align: center;
    }
}
