/* --- HOME-PAGE CSS STYLES --- */

#wrapperhome {
    margin-top: 20px;
    margin-bottom: 40px;
}

.introcol {
    background: #3498db;
    margin-top: -20px;
    color: #fff;
    padding-top: 30px;
}

.txtintro p {
    /*font-family: 'Playfair Display', serif;*/
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 60px;
    font-size: 26px;
    font-weight: 300;
    max-width: 1080px;
    text-align: center;
}

.products {
    height: 74px !important;
}

.jobads p {
    font-size: 17px;
    color: #fff;
    border: 5px solid rgba(255,255,255,.8);
    padding: 10px;
    height: 150px;
}

.jobads span {
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,.7);
}


#wrapperhome {
    margin-bottom: 0px;
}

div.clickable-div {
    cursor: pointer;
}



.advertisement {
    padding-top: 45px;
    padding-bottom: 40px;
}

.covid {
    /*margin-top: -50px !important;*/
    margin-bottom: 0px !important; /*130*/
    color: #fff;
    margin: auto;
    text-align: center;
    min-height: 100px;
    background: #3498db;
    background-size: cover;
    padding: 30px 30px 14px 30px;
    width: 100%;
}

    .covid p {
        color: #fff;
    }

    .covid .txt1 p {
        margin-bottom: 0;
    }



.usefulcontent {
    /*
    -webkit-box-shadow: 0 4px 7px rgba(0,0,0,.23);
    -ms-box-shadow: 0 4px 7px rgba(0,0,0,.23);
    box-shadow: 0 4px 7px rgba(0,0,0,.23);
    */
    /*width: 31%;*/
    float: left;
    /*margin-top: -100px;*/
    margin-left: 1%;
    margin-right: 1%;
    /*margin-bottom: 40px;*/
    background: #fff;
    border: 1px solid rgba(0,0,0,.10);
}

    .usefulcontent a.aug1 {
        /*-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.35);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.35);
    box-shadow: 0 6px 12px rgba(0,0,0,.35);*/
        color: #0a254b;
        background: #fff;
        padding: 20px;
        font-size: 19px;
        font-weight: 400;
        display: block;
        height: 150px;
    }


    .usefulcontent .revolotar {
        position: absolute !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .5s ease;
        background-color: #59862d;
    }

    .usefulcontent:hover .revolotar {
        cursor: pointer;
        opacity: 1;
    }

.revolotar p {
    padding-top: 50px;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

/*.usefulcontent img {border-radius: 30px 30px 0px 0px;}*/

.bkgusefulcontent {
    /*margin-bottom: 120px;*/
    /*background: -moz-linear-gradient(top, #f3f2f2 0, #d8d8d8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#f3f2f2), color-stop(100%,#d8d8d8));
    background: -webkit-linear-gradient(top, #f3f2f2 0,#d8d8d8 100%);
    background: -o-linear-gradient(top, #f3f2f2 0,#d8d8d8 100%);
    background: -ms-linear-gradient(top, #f3f2f2 0,#d8d8d8 100%);
    background: linear-gradient(to bottom, #f3f2f2 0,#d8d8d8 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#d8d8d8',GradientType=0 );
    background: #eef3f7; /*#d8d8d8*/
    /*margin-top: 120px;*/
    /*background: url(../images/bkg-4.jpg) center no-repeat;*/
    min-height: 300px;
    background-size: cover;
    padding: 50px 20px 50px 20px;
    margin-top: -20px;
    width: 100%;
}




.bkgcareercenter {
    background: #3498db;
    min-height: 100px;
    background-size: cover;
    padding: 30px 20px 0;
    width: 100%;
    text-align: center;
}

    .bkgcareercenter .txtsm {
        font-weight: 500;
        color: #fff;
        text-align: center;
        font-size: 16px;
    }

        .bkgcareercenter .txtsm p {
            margin-bottom: 20px;
        }

.btn-jobsearch {
    background-color: #0a254b;
    border: 1px solid #0a254b;
    border-radius: 0px;
    color: #fff !important;
    display: inline-block;
    margin: 0 0 26px 0px;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

    .btn-jobsearch:hover {
        text-decoration: none;
        background-color: #59862d;
        border-color: #fff;
    }

    .btn-jobsearch.slidcont:hover {
        text-decoration: none;
        background-color: #59862d;
        border-color: #fff;
        border-width: 1px;
    }

    .btn-jobsearch.white {
        color: #0a254b !important;
        background-color: #fff;
        border: 1px solid #fff;
    }

        .btn-jobsearch.white:hover {
            color: #fff !important;
            background-color: #59862d;
            border: 1px solid #fff;
        }


.blueicon {
    max-width: 150px;
}

.txt1 {
    text-transform: uppercase;
    font-family: "Open Sans","Lucida Sans",Verdana,sans-serif;
    font-size: 33px;
    font-weight: 600;
    color: #fff;
}

.txt2 {
    font-family: "Open Sans","Lucida Sans",Verdana,sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.txt3 {
    font-family: "Open Sans","Lucida Sans",Verdana,sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.bkgnews {
    background: #0a254b;
    min-height: 400px;
    background-size: cover;
    padding: 50px 20px;
    width: 100%;
}

.homenews {
    color: #23445d;
}

    .homenews .col-md-6 p, .homenews .col-md-3 p {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 25px;
        padding: 20px;
        /*min-height: 144px;*/
        border: 1px solid #ffffff45;
        /*background: #3498db;*/
        border-radius: 0px;
        color: #fff;
    }

        .homenews .col-md-3 p a {
            color: #fff;
            margin-bottom: 4px;
            display: block;
            font-weight: 500;
        }

    .homenews span.date {
        font-size: 13px;
        display: block;
        font-weight: 400;
    }
/*.homenews .col-md-6 p, .homenews .col-md-3 p {
    font-family: "Open Sans","Lucida Sans",Verdana,sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 25px;
    padding: 13px;
    min-height: 144px;
    border: 5px solid #223343;
    background: rgba(255,255,255,.9);}*/


.txt-green {
    color: #59862d !important;
}

.txt-white {
    color: #fff !important;
}


.products {
    border: 0px solid #fff;
    height: auto;
    font-family: "Open Sans","Lucida Sans",Verdana,sans-serif;
    padding: 10px;
    position: relative;
    margin-bottom: auto;
}


.advert {
    background: #eef3f7;
    margin-top: 0px;
    padding: 80px 20px;
}

    .advert .col-md-4 {
        min-height: 270px;
        padding-top: 5px;
        margin-bottom: 15px;
    }

        .advert .col-md-4.advt {
            text-align: left;
        }



/*.adverttop .col-md-4:first-child, .adverttop .col-md-4:nth-child(2) {width: 33%;}
.adverttop .col-md-4:last-child {width: 34%;}*/


.adcolumnborder p, .adcolumnbordertwo p {
    padding: 0 !important;
    font-size: 27px;
    font-weight: 400;
    padding-right: auto;
    line-height: 1em;
    position: relative;
    top: 15px;
    left: auto;
    height: auto;
    width: auto;
    margin: auto !important;
    margin-bottom: 5px !important;
}

    .adcolumnborder p.fineprint, .adcolumnbordertwo p.fineprint, .fineprint {
        font-size: 18px;
        line-height: 26px;
        padding: 15px 20px 0px !important;
        color: #051227;
        text-align: center;
    }

    .adcolumnbordertwo p.fineprint {
        font-size: 15px;
        line-height: 24px;
    }

.sizing {
    margin: auto;
    text-align: center;
    /*border: 5px solid #fff;
    padding: 15px;
    width: 100px; height: 100px;
    border-radius: 50%;*/
}

/*.products p {
    padding: 0 !important;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    padding-right: auto;
    line-height: 20px;
    position: relative;
    top: 45px;
    left: auto;
    height: auto;
    width: auto;
    margin: auto !important;}*/

.products i {
    position: relative;
    top: 0px;
    right: 21px;
    text-align: center;
}

    .products i img {
        width: 80px;
    }

.adcolumnborder {
    box-shadow: 0 6px 12px rgba(0,0,0,.25);
    min-height: 268px;
    padding-top: 15px;
    border: 3px solid #fff;
}

.adcolumnbordertwo {
    box-shadow: 0 6px 12px rgba(0,0,0,.25);
    height: 368px;
    padding-top: 15px;
    border: 3px solid #fff;
}

@media (max-width: 991px) {
    .advert .col-md-4.advt {
        text-align: center;
    }

    .advert .resp img {
        display: block;
        max-width: 100%;
        height: auto;
        text-align: center;
        margin: auto;
    }
}


@media (max-width: 1199px) {
    .container.fourup .onecol, .container.fourup .twocol {
        margin-bottom: 20px;
    }

        .container.fourup .onecol .forupitem {
            margin: auto;
            max-width: 262px;
        }

        .container.fourup .twocol .forupitem {
            margin: auto;
            max-width: 555px;
        }

    .container.fourup img {
        max-width: 100%;
    }

    .introcol {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    /*.container.fourup .col-sm-3 {width: 100%; margin-bottom: 15px;}*/

}


@media (max-width: 1250px) {
    .container.adverttop {
        width: 100%;
        padding: 0px;
    }

    .adverttop .col-md-4:first-child, .adverttop .col-md-4:nth-child(2) {
        width: 32.1%;
    }

    .adverttop .col-md-4:last-child {
        width: 35%;
    }
}



@media (max-width: 1110px) {
    .adverttop .col-md-4:first-child, .adverttop .col-md-4:nth-child(2) {
        width: 50%;
    }

    .adverttop .col-md-4:last-child {
        width: 100%;
        display: block;
        text-align: center;
    }
}


@media (max-width: 768px) {
    .adverttop .col-md-4:first-child, .adverttop .col-md-4:nth-child(2) {
        width: 403px;
        text-align: center;
        margin: auto;
        float: none;
    }

    .adverttop .col-sm-6 {
        text-align: center;
        margin: auto;
        width: 403px;
    }

        .adverttop .col-sm-6:nth-child(2) {
            text-align: center;
            margin: 20px auto;
        }
}


@media (max-width: 422px) {
    .adverttop .col-md-4:first-child, .adverttop .col-md-4:nth-child(2) {
        width: 100%;
    }

    .adverttop .col-sm-6 {
        text-align: center;
        margin: auto;
        width: 100%;
    }
}


@media (max-width: 768px) {
    .products {
        float: none !important;
    }

    .container.fourup .col-sm-3 {
        height: 400px !important;
        text-align: center !important;
        margin: auto !important;
        float: none !important;
        width: 100% !important;
    }
}
