body {
    background-color: #f2f5fa;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight:400;
    font-size:14px;
}


img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

body {
    font-family: Helvetica, sans-serif;
    font-size: 14px;
}

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;
}

ul {
    padding-left: 20px;
}

/* MOBILE SIDE MARGIN FIX & MAIN BLOCKS VISIBILITY */

.mobile{
    display:none;
}

.navbar.navbar-expand-lg.secondary-navigation {
    width:100%;
}

@media only screen and (max-width:990px)
{
    .container{
        padding:0px;
    }

    .standard{
        display:none;
    }

    div.mobile, a.mobile {
        display: block;
    }

        div.mobile.row {
            display: flex;
        }

    .social-networks .col-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .social-networks .col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

@media only screen and (max-width:768px) {
    .container {
        padding: 0px 15px;
    }

    p.mobile {
        display: inline-block;
        font-weight:bold;
    }

    .box-filter div[class*="col"]{
        margin-bottom:1rem;
    }

    .box-filter .btn{
        width:100%;
    }

    .box-filter{
        padding-bottom:0 !important;
    }
}

/* 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;
}
/**/


.boxy {
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
    padding:0 15px;
    padding-bottom:15px;
}

/* 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: #055E9A;
        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: #044971;
        }

        .primary-navigation .nav-item.show .nav-link {
            background-color: #044971;
        }

    .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-color: #044971;
        margin-top: -1px;
    }

    .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: #055E9A;
        }
/**/


/* NAVBAR MOBILE */
    .primary-navigation .navbar-toggler {
        border: none;
        background-image: none;
        background-color: #055E9A;
        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;
    background-color:#fff;
}

    .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: 12px;
    text-decoration: none;
    padding-bottom: 1rem;
}

.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;
    background-color: #fff;
}

.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:65%;
    padding-top:42.75%;
}

.col-12 .news-info {
    width: 35%;
}

.featured-news > a:hover{
    text-decoration:none;
}

.image-holder{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

/* ABOUT SECTOR BLOCK */

.le-image {
    width: 50%;
    position: relative;
    padding-top: 30%;
    float: right;
    margin-left: 2rem;
    margin-bottom: 1rem;
}

#sector-info{
    position:relative;
}

.archive-news-link{
    color: #005fa4 !important;
}

    .archive-news-link.sector-9 {
        color: #64d7d2 !important;
    }

    .archive-news-link.sector-10 {
        color: #76c58c !important;
    }

    .archive-news-link.sector-11 {
        color: #a6c872 !important;
    }

    .archive-news-link.sector-12 {
        color: #cdc86c !important;
    }

    .archive-news-link.sector-13 {
        color: #dda479 !important;
    }

    .archive-news-link.sector-14 {
        color: #da7eb1 !important;
    }

    .archive-news-link.sector-15 {
        color: #b66ace !important;
    }

    .archive-news-link.sector-16 {
        color: #7477c8 !important;
    }

    .archive-news-link.sector-17 {
        color: #3f89b0 !important;
    }

    .archive-news-link.sector-18 {
        color: #669ad4 !important;
    }


@media only screen and (max-width:768px){
    #sector-info .le-image {
        width: 100%;
        position: relative;
        padding-top: 60%;
        float: unset;
        margin-left: 0;
        margin-bottom: 1rem;
    }
}

.article-half {
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    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-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;
        }


.featured-news {
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
    padding:15px;
}

.featured-news h2{
    color:#015ea4;
}

.title-line{
    margin-top:5px;
    display:block;
    width:120px;
    border-bottom:3px solid #015ea4;
}

.title-content {
    border-bottom: 2px solid #055E9A;
    display: inline-block;
}

.quick-links h2 {
    color: #015ea4;
}


.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;
    }

.block-links .featured-links li:before {
    background-image: url('/Content/pix/icon-arrow-right2.png');
    background-size:20px;
}

.owl-carousel {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.owl-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    width: 100%;
    height: 200px;
}

.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;
    padding-left: 0;
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    border-top: 1px solid #E6E8EF;
}

    ul.doc-tools li {
        padding-top: 8px;
        padding-right: 8px;
        padding-left: 8px;
        display: inline-block;
        border-right: 1px solid #E6E8EF;
    }


        ul.doc-tools li:first-child {
            width: 100%;
        }

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;
}

.coop, .bananas {
    margin:0 -5px !important;
}

.coop-cont {
    background-color: #fff;
    height:100%;
    padding: 5px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
}

    .coop .col-12, .coop .col-6 , .bananas .col6, .bananas .col-12{
        padding: 0 5px !important;
        height:auto;
    }

.coop-banner {
    position: relative;
    background-color: #fff;
}

.coop-banner.wide{
    padding-top:35%;
}

.coop-banner.narrow{
    padding-top:65%;
}

.coop-banner .lala-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.coop-info{
    padding-top:10px;
    font-weight:bold;
}

.coop a{
    color:#000;
}

.coop a:hover {
    color: #015ea4;
    text-decoration: none !important;
}

.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;
}

.bananas .col-6{
    padding: 0 5px;
}

.latest-news .col-12{
    margin-bottom:.5rem;
}

.latest-a {
    background-image: linear-gradient(to top, rgba(5, 94, 154, 0.95), rgba(5, 94, 154, 0.55));
    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;
}

    .latest-a:hover {
        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;
    }

.latest-link {
    display: block;
    padding: 10px;
    background-image: linear-gradient(to top, rgba(5, 94, 154, 0.95), rgba(5, 94, 154, 0.55));
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 3px #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;
}

.latest-a:hover .latest-link {
    opacity: 0.75;
    -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;
}

.latest-link i{
    margin-left:auto;
}

/**/

/* GALLERY */

.list-photos > li:hover a {
    color: #ccc;
    box-shadow: 0 8px 7px -5px rgba(0,0,0,.2);
    -webkit-transform: scale(1.01) translate(0px, -4px);
    -moz-transform: scale(1.01) translate(0px, -4px);
    -o-transform: scale(1.01) translate(0px, -4px);
    -ms-transform: scale(1.01) translate(0px, -4px);
    transform: scale(1.01) translate(0px, -4px);
}

.gallery-link a {
    display: block;
    min-height: 150px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.gallery-index a {
    min-height: 250px;
}

.gallery-link a {
    background-size: cover !important;
}

.gallery-link a {
    color: #fff;
}

    .gallery-link a::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 150px;
        width: 100%;
        background-image: -moz-linear-gradient(50% 0% -90deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
        background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgba(0,0,0,0.55)),color-stop(1, rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(360deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
        background-image: linear-gradient(360deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
        opacity: .9;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

    .gallery-index a::before {
        height: 250px;
    }

.gallery-link .inner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    padding: 15px;
}


.icon-photo {
    background-image: url(../../Content/pix/icon-photogal.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 20px;
    padding-left: 30px;
    font-weight: bold;
    color: #EEE;
    padding-top: 6px;
    padding-bottom: 6px;
}

.list-photos .circle {
    background-color: transparent;
    color: rgba(255,255,255,.65);
    border: 1px solid rgba(255,255,255,.25);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    right: 25px;
    bottom: 15px;
}

span.circle {
    border-radius: 100%;
    float:right;
}


.gallery-item{
    height:auto;
    min-height:250px;
    position:relative;
}

.gallery-image{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
}

.gallery-item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    background-image: linear-gradient(360deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
}

#gallery-row{
    list-style-type:none !important;
    padding:0 !important;
    margin-bottom:0;
}

/* ENDGALLERY*/

/* 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: 100%;
}

.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:15px 0;
    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;
        }


    .box-filter .btn-primary, .btn-access {
        color: #fff !important;
        background-color: #055E9A !important;
        border-color: #999 !important;
    }
/* TABLE */

table:not(.table-condensed) td, table:not(.table-condensed) th{
    padding: 10px;
}

    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;
}



/* CALENDAR */

.calendar-box {
    background-color: #fff;
}

table.table.calendar td {
    padding: 2px 5px 2px 0;
    vertical-align:bottom;
    text-align:right;
}

.days td {
    width:20% !important;
    padding-top:15px !important;
    color: #bbb;
    border: 1px solid #dee2e6;
}

td.this-month {
    color:#000;
    position:relative;
}

td.today {
    background-color:#055E9A;
    font-weight:bold;
    color:#fff;
}

td.has-news:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 3.5px;
    border-radius: 100%;
    background-color: #055E9A;
}

td.today.has-news:before {
    background-color: #fff;
}

td.has-news:not(.has-actual):before {
    left:3.5px;
}


td.has-actual:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 3.5px;
    border-radius: 100%;
    background-color: #ffc107;
}

td.has-actual:not(.has-news):after {
    left: 3.5px;
}

td.has-news.has-actual:before {
    left:3.5px;
}

td.has-actual.has-news:after {
    left: 11px;
}

/* END CALENDAR */


@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;
    }

    .primary-navigation .dropdown-item {
        white-space: normal !important;
    }

    .primary-navigation .dropdown-menu {
        margin:-1px;
    }
}

@media only screen and (max-width:768px) {
    .main-header {
        min-height: 210px;
    }
}


.datepicker td span.active, .datepicker td.active.day, .datepicker td.active.year {
    background: #055E9A;
    font-weight: bold;
    color: #fff;
}