img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

body {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}

b, strong {
     font-weight: 600 !important; 
}

/* HEADER & TEXT & LABEL SIZES */

h1 {
    font-size: 2em;
    font-weight:700;
}

h2 {
    font-size: 1.5em;
    font-weight: 700;
}

h3 {
    font-size: 1.17em;
    font-weight: 700;
}

h4 {
    font-size: 1em;
    font-weight: 700;
}

h5 {
    font-size: 0.83em;
    font-weight: 700;
}

label {
    font-size: 14px;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 3px;
}

/* MOBILE SIDE MARGIN FIX & MAIN BLOCKS VISIBILITY */

.mobile{
    display:none;
}

@media only screen and (max-width:990px)
{
    .container{
        padding:0px;
    }

    .standard{
        display:none;
    }

    div.mobile {
        display: block;
    }

        div.mobile.row {
            display: flex;
        }       
}

@media only screen and (max-width:768px) {
    .container {
        padding: 0px 15px;
    }

    p.mobile {
        display: inline-block;
        font-weight:bold;
    }
}

/* LANGUAGE CHOICE */

.langbox {
    margin-top: 20px;
    margin-bottom: 35px;
}

.languages {
    background-color: #EEE;
    padding-top: 35px;
    padding-bottom: 25px;
}

.savechoice form {
    margin-top: 25px;
    padding-top: 25px;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #E5E5E5;
}

.languages .col-3 label {
    font-size: 17px;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-left: 0px;
    padding-left: 0px;
    width: 100%;
}

.responsive-info .smallgrey {
    font-size: 11px;
    color: #838383;
    margin-top:10px;
}

.smallgrey span {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 10px;
    border: 1px solid #DDD;
}

.lang-choice h1 {
    font-size: 24px;
    font-weight: normal;
    margin: 0px;
}


/* ACCESSIBILITY */

.access-list{
    list-style:none;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0px;
}

.access-list li{
    display:flex;
    flex:0 0 155px;
    text-align:center;
}

    .access-list > li img{
        margin-bottom:10px;
    }


/* HEADER LINKS */
.language-links {
    padding-bottom: 10px;
}

.language-links a {
    font-weight: bold;
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

.middle-text {
    position:relative;
    color: #fff;
    margin: 0px;
    font-size: 13px;
    font-weight: bold;
    display:inline-block;
}

.language-links a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.language-links .langTagSelected {
    color: #ccc;
}

.language-links a:hover {
    color: #015ea4;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/**/

/* HEADER BACKGROUND, TITLE, SEARCH */

.main-header {
    background-color: #E1E9F0;
    min-height: 150px;
    position: relative;
    z-index: 10;
    background-image: url(../pix/header-bar2.png), url(../pix/header-mvp.png);
    background-repeat: repeat-x, repeat-x, no-repeat;
    background-position: bottom, top, center top;
    margin-top:-6px;
}

    .main-header .title {
        margin: 0px;
        font-size: 24px;
        font-weight: normal;
        line-height: 26px;
        color: #055E9A;
        text-decoration: none;
        position: relative;
    }

.main-header .title:hover {
    color: #fff;
}

.header-container .row {
    min-height: 105px;
}
/**/


/* MAIN NAVIGATION */

.main-navigation{
    margin-top:-45px;
    height: 45px;
    position:relative;
    z-index:1000;
}

.primary-navigation{
    width: 100%;
    padding:0px 15px;
}

    .primary-navigation .navbar-nav {
        align-items: stretch;
        justify-content: space-between;
        width:100%;
    }

    .primary-navigation .nav-link {
        background-color: #999;
        color: #fff;
        height: 45px;
        padding: 0px 1.25rem;
        text-align: center;
        font-size: 12px;
        text-shadow: -1px -1px 0px rgba(0,0,0,0.25);
        text-decoration: none;
    }

    .primary-navigation .nav-item{
        flex:1 1 auto;
        margin-right:2px;
        font-weight:bold;
    }

    .primary-navigation .nav-item:last-child {
        margin-right: 0px;
    }

    .primary-navigation .nav-item:hover .nav-link{
        background-color:#055E9A;
    }

    .primary-navigation .nav-item.show .nav-link{
        background-color:#055E9A;
    }

    .primary-navigation .dropdown-toggle::after {
        display: none;
    }

    .primary-navigation .dropdown-toggle span:after {
        display: inline-block;
        font-size:16px;
        margin-left: .5em;
        vertical-align: .1em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .primary-navigation .dropdown-menu {
        padding: 0px;
        border-radius: 0px;
        background: #055E9A;
        margin-top: -1px;
        position: absolute !important; /*try*/
    }

    .primary-navigation .dropdown-item {
        padding: 0px;
    }

    .primary-navigation .dropdown-item .nav-link{
        height:auto;
        padding:5px 15px;
        text-align:left;
        background-color:transparent;
    }

        .primary-navigation .dropdown-item:hover .nav-link {
            background-color: #999;
        }
/**/


/* NAVBAR MOBILE */
    .primary-navigation .navbar-toggler {
        border: none;
        background-image: none;
        background-color: #999;
        width: 100%;
        height: 45px;
        border-radius: 0px;
        position:relative;
    }

    .primary-navigation .navbar-toggler-icon:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 8px;
        border-color: white transparent transparent transparent;
        padding: 0;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        margin-top: 0.255rem;
    }

.secondary-navigation .nav-item {
    flex: 0 1 100%;
    margin-right: 3px;
}

    .secondary-navigation .nav-item:last-child {
        margin-right: 0px;
    }

.secondary-navigation .nav-link {
    border-top: 4px solid;
    display: block;
    height: 100%;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
    font-size: 13px;
    text-decoration: none;
}

.nav-link.pr-10 {
    padding-right: 20% !important;
}

    .secondary-navigation .nav-link span {
        color: #444;
    }


.secondary-navigation .navbar-toggler {
    border: none;
    background-image: none;
    background-color: #fff;
    width: 100%;
    height: 50px;
    border-radius: 0px;
    position: relative;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
}

.secondary-navigation .nav-link span{
    color:#666;
    font-weight:bold;
}

.secondary-navigation .navbar-toggler-icon:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 8px;
    border-color: #666 transparent transparent transparent;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    margin-top: 0.255rem;
}

    @media only screen and (max-width:990px)
    {
        .primary-navigation .nav-item {
            margin-right: 0px !important;
        }

        .secondary-navigation {
            padding: 5px 15px;
            width: 100%;
        }

            .secondary-navigation .nav-item {
                margin-right: 0px !important;
            }

            .secondary-navigation .nav-link {
                border-top: 0px !important;
                border-left:4px solid;
                padding-left:15px;
            }

            .primary-navigation .toggler-title {
                font-size: 14px;
                color: #fff;
            }

            .secondary-navigation .toggler-title {
                font-size: 14px;
                color: #666;
            }
    }

.secondary-navigation .nav-link {
    position: relative;
}

.secondary-navigation i {
    color: #bbb;
    position: absolute;
    right: .5rem;
    bottom: .5rem;
    font-size: 10px;
}
/**/

.actual-content{
    padding-bottom:30px;
}

.sector-titles {
    color: #444;
}

/* FOOTER */

.footer-info {
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #F8F8F8;
    padding-top: 25px;
}

.footer-info p{
    margin:5px 0px 15px 0px;
}

.footer-end {
    background-color: #F8F8F8;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #666;
}

    .footer-end .copy {
        margin-bottom: 10px;
        font-size: 13px;
    }

.footer-end .footermenu a {
    font-weight: bold;
    color: #666;
    text-decoration: none;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
}

.evlada {
    font-size: 12px;
    background-image: url(../pix/logo-evlada.png);
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 4px;
}

p.responsive {
    margin: 0px;
    font-size: 11px;
    font-weight: bold;
    width: 120px;
    top: 13px;
    right: 0px;
    color: #999;
    line-height: 12px;
    margin-top: 12px;
    margin-bottom: 5px;
}

ul.botmenu {
    list-style-type: none;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    font-size: 13px;
}

    ul.botmenu li {
        line-height: 15px;
    }

ul.botmenu li a {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #666;
    text-decoration: none;
    background-image: url(../pix/icon-arrow-small-circle.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 25px;
}

    ul.botmenu li a:hover {
        color: #055E9A;
        background-position: 0px -19px;
    }

ul.contacts {
    list-style-type: none;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

    ul.contacts li {
        width: 50%;
        color: #666;
        line-height: 1.2em;
        padding-left: 25px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;        
        background-repeat: no-repeat;
        background-position: 0px 3px;
        font-size: 13px;
    }

    ul.contacts .loc {
        background-image: url(../pix/icon-location.png);
        float: left;
    }

    ul.contacts .ctct {
        background-image: url(../pix/icon-contacts.png);
        float: left;
    }

.ctct a {
    color: #999;
}

    .ctct a:hover {
        color: #055e9a;
    }

/**/



/* EXTRA COLOR CONTROL */

.bg-blue {
    background-color: #015ea4;
    color: #fff !important;
}

.bg-white{
    background-color: #fff;
}

.border-blue {
    border-color: #015ea4 !important;
}

/**/

    .page-title{
        padding-left:45px;
    }

.page-title a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .page-title a:hover {
        color: #eee;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .coat-of-arms > img{
        position:absolute;
        top:50%;
        transform:translateY(-50%);
    }

    /**/

        .colorful{
        width:100%;
    }

/* HOMEPAGE FEATUReD NEWS, PROJECTS, SECTOR NEWS*/

.news a {
    color: #000;
    font-weight:600;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .news a:hover {
        color: #055E9A;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

.news h3{
    margin-top:0px;
    margin-bottom:5px;
}

.news-image {
    position: relative;
    height: 0px;
    display: inline-block;
    width: 40%;
    padding-top: 32%;
}

.col-12 .news-image
{
    width:71.25%;
    padding-top:42.75%;
}

.col-12 .news-info {
    width: 28.75%;
}

.image-holder{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}


/* SLIDER */


/*.carousel, .carousel .carousel-item {
    height: 71%;
}*/

    .carousel .carousel-image {
        position:relative;
        padding-top:71%;
    }

.official-data .carousel, .official-data .carousel .carousel-item {
    height: 250px;
}

.official-data .carousel .carousel-image {
    position: relative;
    height: 250px;
}

.carousel .carousel-caption {
    position: absolute;
    padding: 10px;
    color: #FFF;
    width: 100%;
    background-color: rgba(5, 94, 154, 0.70);
    right: 0;
    left: 0;
    bottom: 23px;
}

.official-data .carousel .carousel-caption {
    position: absolute;
    padding: 10px;
    color: #FFF;
    width: 100%;
    background-color: rgba(5, 94, 154, 0.70);
    right: 0;
    left: 0;
    bottom: 0px;
}

.official-data .caption-link {
    color: #FFF;
    display:inline-block;
    padding:0 50px;
}

    .carousel-indicators{
        margin-right:0;
        margin-left:0;
        margin-bottom:0;
        bottom:0px;
        background-color:rgba(5, 94, 154, 0.70)
    }


    .sector-image{
        width:100%;
        padding-top:100%;
        position:relative;
        border:1px solid #eee;
        background-color:#fff;
    }

    .sector-image .image-holder{
        top:5px;
        left:5px;
        bottom:5px;
        right:5px;
    }

.infected p, .cured p, .died p {
    display: block;
    padding: 10px 4px;
    font-size: 16px;
    text-align: center;
}

    .infected p span, .cured p span, .died p span {
        font-weight: bold;
    }

.infected p {
    background-color: #f5d6d7;
    color: #ec1c24;
}

.cured p {
    background-color: #e8feda;
    color: #29a11e;
}

.died p {
    background-color: rgba(0,0,0,0.1);
    color: #000;
}
            

/* ABOUT SECTOR BLOCK*/

.le-image{
    width:50%;
    position:relative;
    padding-top:30%;
    float:right;
    margin-left:1rem;
}

.article-half {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45%;
    background-image: url('../images/hide-text.png');
    background-repeat:repeat-x;
    background-size:contain;
    background-position:top;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.article-half.toggled {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.toggle-text {
    display: block;
    margin-top: 6%;
    font-weight: bold;
    color: #055E9A;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


    .toggle-text:hover {
        text-decoration: none;
        color: #999;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .toggled .toggle-text {
        margin-top:0px !important;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

.homepage-blocks {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .homepage-blocks.block-down {
        margin-top: 45px !important;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

/**/

.news-info {
    width:60%;
    display: inline-block;
    float: right;
    padding:0px 10px;
}


.news-date{
    font-size:10px;
    color:#555;
}

.featured-news {
    background-color: #f2f5fa;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
    padding: 15px;
}

.featured-links {
    padding:0px;
    margin: 0px;
    list-style: none;
}

    .featured-links a {
        color: #055b96;
        text-decoration:none;
        padding:5px 0px 5px 35px;
        display:block;
    }

        .featured-links a:hover {
            color: #666;
        }

.feat-link {
    color: #055b96;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .feat-link:hover {
        color: #666;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .featured-links li:before{
        content:"";
        background-image:url('/Content/pix/icon-arrow-small-circle2-white.png');
        background-size:contain;
        background-position:center;
        background-repeat:no-repeat;
        width:30px;
        height:30px;
        display:inline-block;
        position:absolute;
    }

.extra-projects {
    padding-left:10px;
    margin:0px;
    list-style:none;
}

.project-item {
    display: block;
    width: 33.333333%;
}

.project-item .project-image{
    display:none;
}

.project-item:first-child, .project-item:nth-child(2) {
    display: inline-block;
    width: 33.333333%;
    padding:0px 15px;
}

    .project-item:first-child .project-image, .project-item:nth-child(2) .project-image {
        display:block;
    }

.project-image{
    position:relative;
    padding-top:70%;
    width:100%;
}

.project-link {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .project-link:hover {
        color: #055E9A;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }


.sector-badge{
    padding:5px;
    font-size:12px;
    font-weight:bold;
    background: #fff;
    border-right:5px solid;
}

.small-sector-badge {
    border-left: 5px solid;
    font-size: 12px;
    font-weight: bold;
    margin-left: -10px;
    padding-left: 10px;
}

.news-badge{
    font-size:12px;
    font-weight:bold;

}

.commission-image {
    position: relative;
    padding-top: 50%;
    width: 100%;
}

/**/


/* BREADCRUMBS */

ul.breadcrumbs {
    padding: 15px 0px;
    border-bottom: 1px solid #E6E8EF;
    position: relative;
    display: block;
    overflow: hidden;
}

    ul.breadcrumbs li {
        margin: 0;
        padding: 0px 5px !important;
        list-style: none;
        display:inline-block;        
    }

    ul.breadcrumbs > li a {
        color: #999;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        ul.breadcrumbs > li a:hover {
            color: #055E9A;
            text-decoration: none;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        ul.breadcrumbs li:first-child {
            line-height: 18px;
        }

    ul.breadcrumbs > li::before {
        content: "/";
        color: #aaa;
        margin-right:5px;
    }

    ul.breadcrumbs > li:first-child::before {
        content: " ";
    }

/**/

/* CONTENT PAGE */

ul.doc-tools {
    margin: 0px;
    float: right;
    list-style-type: none;
}

    ul.doc-tools li {
        padding-top: 8px;
        padding-right: 8px;
        padding-left: 8px;
        display: inline-block;
        float: left;
    }

ul.doc-tools li a {
    background-image: url(../pix/icon-doctools.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 0px;
    width: 20px;
    padding-top: 18px;
    overflow: hidden;
}

/* DOC TOOLS BUTTONS */

ul.doc-tools .btn-mail {
    background-position: -20px 0px;
}

ul.doc-tools .btn-down {
    background-position: -40px 0px;
}

ul.doc-tools .btn-aplus {
    background-position: -60px 0px;
}

ul.doc-tools .btn-aminus {
    background-position: -80px 0px;
}

/**/

.date {
    font-size: 0.86em;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
    width: 100%;
    color: #055E9A;
}

.gray-hover {
    display:block;
    padding:7.5px;
    text-decoration: none;
    color:#000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.gray-hover h3, .gray-hover p, .gray-hover span {
    text-decoration:none;
}

    .gray-hover:hover {
        background-color: #eee;
        text-decoration: none;
        color: #055E9A;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .gray-hover:hover h3, .gray-hover:hover p, .gray-hover:hover span {
            text-decoration: none;
        }
/**/
/* BANNERS */
.lala-bg {
    position: relative;
    width: 100%;
    min-height: 75px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.la-la {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .la-la:hover {
        opacity:0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

.lala-bg span {
    position: absolute;
    display: block;
    color: #fff;
    font-weight: bold;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-shadow: 1px 1px 3px #055E9A;
}

.la-la span {
    display: block;
    color: #fff;
    font-weight: bold;
    width: auto;
    text-shadow: 1px 1px 3px #055E9A;
}

/**/

/* SECTOR PAGES */


/* SHARED SIDEBAR */

.sector-name{
    border-left:5px solid;
    padding-left:15px;
    padding-right:15%;
}

.sector-name b{
    color: #000;
}

.sector-sidebar{
    list-style:none;
    padding:0px;
}

    .sector-sidebar .side-item {
        padding: 5px 0px;
        padding-left: 15px;
    }

        .sector-sidebar .side-item .side-link {
            color: #333;
            text-decoration: none;
            font-weight: bold;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .sector-sidebar .side-item .side-link:hover {
            color: #AAA;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

.sector-sidebar .current{
    border-left:5px solid;
    padding-left:10px;
}

.ordinary-pages .current{
    border-color: #055E9A !important;
}

.ordinary-pages .current .side-link {
    color: #055E9A !important;
}

.ordinary-pages .side-link{
    display:block;
}

.ordinary-pages .box-body.collapse.in
{
    margin-top:5px;
}
/**/

.sector-news .news-image {
    position: relative;
    height: 0px;
    display: block;
    width: 100%;
    padding-top: 60%;
}

.col-12 .sector-news .news-image {
    position: relative;
    height: 0px;
    display: inline-block;
    width: 70%;
    padding-top: 42.75%;
}

.sector-news .news-info {
    width: 100%;
    display: block;
    float: unset;
    padding: 5px 0px;
}

.col-12 .sector-news .news-info {
    width: 30%;
    display: inline-block;
    float: right;
    padding: 0px 10px;
}

.sector-featured-docs, .sector-featured-docs tbody, .sector-featured-docs thead,
.sector-featured-docs tr, sector-featured-docs td. sector-featured-docs th {
    border: transparent !important;
    background: transparent !important;
    color: #000;
}

    .sector-featured-docs a{
        font-size:16px;
        text-decoration:none;
        color:#000;
    }

    .sector-featured-docs td {
        padding:9px 0px;
    }


    .sector-featured-docs tbody tr:nth-child(2n) {
        background: transparent !important;
    }


    /* PAGE CONTENTS */



.text-content {
    text-align: justify;
}

.text-content ul {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0em;
    list-style-type: square;
}

.text-content ul li {
    line-height: 1.4em;
    margin-bottom: 8px;
}

    .text-content img.content-image {
        float: left;
        display: inline-block;
        margin-right: 1rem;
        margin-bottom: 0px;
        width: 50%;
        height: auto;
    }

/**/

/* DOC FILTERS */

.box-filter {
    background-color: #F7F7F7;
    border-bottom: 3px solid #CCC;
    padding:12px 18px;
    overflow: hidden;
}

    .box-filter .name {
        font-size: 12px;
        color: #4d4d4d;
    }

    .box-filter .btn-secondary, .btn-access {
        color: #fff !important;
        background-color: #999 !important;
        border-color: #999 !important;
    }
        .box-filter .btn-secondary:hover, .btn-access:hover {
            color: #fff !important;
            background-color: #666 !important;
            border-color: #666 !important;
        }

        .box-filter .btn-secondary.focus, .box-filter .btn-secondary:focus,
        .btn-access.focus, .btn-access:focus {
            box-shadow: 0 0 0 .2rem rgba(153,153,153,.5) !important;
        }

        .box-filter .btn-secondary:not(:disabled):not(.disabled).active,
        .btn-access:not(:disabled):not(.disabled).active,
        .box-filter .btn-secondary:not(:disabled):not(.disabled):active,
        .btn-access:not(:disabled):not(.disabled):active,
        .show > .box-filter .btn-secondary.dropdown-toggle,
        .show > .btn-access.dropdown-toggle {
            color: #fff !important;
            background-color: #333 !important;
            border-color: #333 !important;
        }

/* TABLE */

table:not(.table-condensed) td, table:not(.table-condensed) th {
    padding: 5px 10px !important;
}

    table:not(.table-condensed) td a {
        color: #055E9A;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        table:not(.table-condensed) td a:hover {
            color: #999;
            text-decoration: none;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

/**/

/* DOC TABLES*/

.document-table{
    width:100%;
}

.document-table td{
    min-height:50px;
    padding:15px 15px 15px 0px;
}


    .document-table a {
        display: block;
        height: 100%;
        padding-left: 45px;
        position: relative;
        color: #055E9A;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .document-table a:before {
        content:"";
        width:30px;
        height:30px;
        position:absolute;
        top:50%;
        left:0;
        transform:translateY(-50%);
        background-image:url('../pix/icon-doc-alt.png');
        background-size:contain;
        background-repeat:no-repeat;
        background-position:center;
    }

        .document-table a:hover {
            color: #999;
            margin-left: 15px;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

/**/

/* SEARCH */

.search-results {
    width: 100%;
    margin-bottom: 15px !important;
    border: 1px solid #ddd;
}

.search-results .thead .tr{
    background-color:#999;
}

.search-results .thead .tr div {
    border: 1px solid #ddd;
    padding:10px 15px;
}

.search-results .tbody .tr{
    background-color: transparent;
}

    .search-results .tbody .tr:hover {
        background-color: #f9f9f9;
    }

.search-results .tbody .tr:nth-child(2n+1){
    background-color: #f7f7f7;
}

    .search-results .tbody .tr:nth-child(2n+1):hover {
        background-color: #e8e8e8;
    }

    .search-results .tbody .tr div {
        border: 1px solid #ddd;
        padding: 10px 15px;
    }

    .search-results .tbody a{
        text-decoration:none;
        color:#666;
    }

        .search-results .tbody a:hover {
            text-decoration: none;
            color: #055E9A;
        }

        .search-results .tbody p {
            font-size:12px;
        }

@media only screen and (max-width:768px)
{
    .search-results .tbody .tr {
        border: 1px solid #ddd;
    }

        .search-results .tbody .tr div {
            border: none;
        }

            .search-results .tbody .tr div:first-child {
                border-bottom: 0.5px dashed #ddd
            }

            .search-results .tbody .tr div:last-child {
                border-top: 0.5px dashed #ddd
            }
}
/**/

/* PAGINATION */

.pagination-container {
    width: 100%;
}

.pagination > li {
    display: flex;
    width: 30px;
    height: 30px;
    text-align:center;
    align-items:center;
    justify-content:center;
}

    .pagination > li.active {
        background-color:#eee;
    }

    .pagination > li:not(.disabled):hover {
        border: 1px solid #eee;
        color: #015ea4;
    }

    .pagination > li.active:hover {
        border: 1px solid #ddd;
        color: #015ea4;
    }

.PagedList-skipToPrevious{
    margin-left:0;
    margin-right:auto;
    float:left;
}

.PagedList-ellipses{
    display:none !important;
}

.PagedList-skipToNext {
    margin-left: auto;
    margin-right: 0;
    float: right;
}

.pagination li a{
    display:block;
    text-decoration:none;
}

.pagination li a:hover {
    text-decoration: none;
}
/**/

/* DATEPICKER FIX */



/**/

/* SECTOR COLOR SCHEME */
.sector-9 {
    color: #64d7d2 !important;
    border-color: #64d7d2;
}

.sector-10 {
    color: #76c58c !important;
    border-color: #76c58c;
}

.sector-11 {
    color: #a6c872 !important;
    border-color: #a6c872;
}

.sector-12 {
    color: #cdc86c !important;
    border-color: #cdc86c;
}

.sector-13 {
    color: #dda479 !important;
    border-color: #dda479;
}

.sector-14 {
    color: #da7eb1 !important;
    border-color: #da7eb1;
}

.sector-15 {
    color: #b66ace !important;
    border-color: #b66ace;
}

.sector-16 {
    color: #7477c8 !important;
    border-color: #7477c8;
}

.sector-17 {
    color: #3f89b0 !important;
    border-color: #3f89b0;
}

.sector-18 {
    color: #669ad4 !important;
    border-color: #669ad4;
}

@media only screen and (max-width:990px) {
    /*COLUMN FIX*/

    .col, .col-1, .col-10, .col-11,
    .col-12, .col-2, .col-3, .col-4,
    .col-5, .col-6, .col-7, .col-8,
    .col-9, .col-auto, .col-lg, .col-lg-1,
    .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2,
    .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
    .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
    .col-md, .col-md-1, .col-md-10, .col-md-11,
    .col-md-12, .col-md-2, .col-md-3, .col-md-4,
    .col-md-5, .col-md-6, .col-md-7, .col-md-8,
    .col-md-9, .col-md-auto, .col-sm, .col-sm-1,
    .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
    .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7,
    .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1,
    .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2,
    .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6,
    .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        width: 100%;
        max-width: none;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
}

.datepicker.dropdown-menu {
    height: 217px !important;
}


@media only screen and (max-width:768px) {
    .smallhelper {
        width: 180px;
        float: none;
        margin: 0 auto;
    }

    .loc {
        width: 180px !important;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0px;
    }


    .ctct {
        width: 180px !important;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0px;
    }


    .text-content img.content-image {
        float: none;
        display: block;
        margin-right: 0px;
        margin-bottom:15px;
        width: 100%;
        height: auto;
    }
}