
*{
    font-family: 'Open Sans', sans-serif;
}

/* Row columns equal height */
.row-equal {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}


/* Main image */

.main-page-image{
    height: 400px;
    width: 100%;
    max-width: 100%;
}

/* Partnership */

.partnership{
    background-color: #046598;
    padding: 5px 0;
}

.partnership-image{
    width: 100%;
    height: 95%;
}
.select2{
margin: 0;
}
.partnership h1{
    font-size: 20px;
    line-height: 27px;
    color: white;
    display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 8px;
}

.partnership-content{
    color: white;
    font-size: 12px;
    line-height: 20px;
}

/*  Left side links and Right content container */

.right-main-container{
    padding: 10px 5px;
}

.left-side-links a{
    margin: 5px 0;
    padding: 10px;
    color: #046598;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    width: 100%;
    background-color: white;
    border: 1px grey;
}

.left-side-links a:hover, .left-side-links a:visited{
    color: #046598;
}
.left-side-links .current_page_item a{
    background-color: #046598;
    color: #fff;
    border-radius: 10px;
}
.left-side-links a:hover, .left-side-links a:hover{
    color: #fff;
    background-color: #046598;
    border-radius: 10px;
}
.left-side-links li{
    border-bottom: 1px solid #046598;
}
.partnership p{
    color: #fff;
    font-size: 16px;
}
.hero-image{
    background-position: center !important;
    height: 400px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.news-card{
    margin: 0;
}

.news-card .section-news-content{
    background-color: #046598;
    padding: 15px 15px;
}

.news-figure-image:hover + .section-news-content, .section-news-content:hover, .section-news-content:hover .read-more{
    background-color: #00A416;
}

.news-figure-image{
    padding: 0;
}

.section-news-content h3 a {
    color: white !important;
    text-transform: uppercase;
    font-weight: 600;
}

.section-news-content .excerpt{
    margin-bottom: 30px;
}

.section-news-content .excerpt, .section-news-content time{
    color: white;
}

.section-news-content .read-more{
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.section-news-content .read-more a {
    color: white !important;
    font-weight: 600;
}

.section-news-content .read-more:hover{
    background-color: #EE3D24;
}

.news-figure, .news-figure img{
    height: 100%;
    width: 100%;
}

.section-news{
    margin-bottom: 20px;
}

.section-news h2{
    font-size: 20px;
    color: #046598;
}

.section-news h3 a:hover{
    text-decoration: none;
    opacity: 0.8;
}
.section-news h3 a{
    color: #046598;

}
.section-news h3{
    font-size: 18px;
    color: #046598;
    display: inline-block;
}
.section-news .date-published{
    font-style: italic;
    font-size: 13px;
}
.section-news .read-more a:hover{
    color: #046598;
    text-decoration: none;
    opacity: 0.8;
}
.section-news .read-more a{
    color: #046598;
}
.section-news .read-more{
    text-align: right;
    font-size: 14px;
}
.section-news .excerpt{
    margin-top: 10px;
}
.section-news .news h2 a:hover{
    text-decoration: none;
    opacity: 0.8;
}
.section-news .news h2 a{
    line-height: 1.234;
    padding: 0;
    color: #046598;
    vertical-align: middle;
}
.section-news .news h2{
    position: relative;
    display: block;
    margin-left: 5px;
    margin-bottom: 0;
    color: #046598;
    padding-bottom: 0 !important;
}
.section-news .news, .section-documents .news{
    position: relative;
    display: block;
    padding-bottom: 10px;
}
.section-documents .news{
    position: relative;
}
.section-news .news:after{
    position: absolute;
    content: "";
    border-bottom: 2px solid #046598;
    width: 25%;
    bottom: 0;
    left: 0px;
}
.section-documents .news:after{
    position: absolute;
    content: "";
    border-bottom: 2px solid #046598;
    width: 100%;
    bottom: 0;
    left: 0px;
}
.news{
    pointer-events: none;
}
.news .news-icon{
    pointer-events: auto;
}
h2.news-title{
    pointer-events: auto;
}
h2.news-title a{
    pointer-events: auto;
}
/*.section-news-col .news:hover, .section-news-col .news .news-icon:hover,.section-news-col .news h2.news-title:hover,.section-news-col .news h2.news-title a:hover{

    text-decoration: none;
    color: white;
    width: 25%;
    background: #046598;
    border-radius: 5px;
    border-bottom: transparent;

}*/
/*.section-documents .news:hover, h2.news-title:hover, h2.news-title a:hover{

    text-decoration: none;
    color: white;
    background: #046598;
    border-radius: 5px;

}*/


h2.news-title a{
    line-height: 1.234;
    padding: 0;
    color: #046598;
    vertical-align: middle;
}
h2.news-title {
    position: relative;
    display: block;
    margin-left: 5px;
    margin-bottom: 0;
    font-size: 20px;
    color: #046598;
    text-transform: uppercase;
    padding-bottom: 0 !important;
}
#practices-content ul li a time{
    display: block;
    font-style: italic;
    text-transform: lowercase;
    color: rgba(0,0,0,0.5);
}
#practices-content ul{
    list-style: none;
    padding: 0;
    margin-left: 10px;
}

.co-documents thead th:first-of-type{
    width: 80% !important;
}
.co-documents tbody td a{
    display: inline-block;
}
.container-members .table thead th:first-of-type {
    width: 35% !important;
}
.container-members .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}

.container-members{
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -moz-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -o-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -ms-box-shadow: 1px 1px 2px 0 #CCCCCC;
    box-shadow: 1px 1px 2px 0 #CCCCCC;
    margin-bottom: 16px;
    -webikt-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
#contener-members-documents{
    background: #ebebeb;
    -webkit-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -moz-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -o-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -ms-box-shadow: 1px 1px 2px 0 #CCCCCC;
    box-shadow: 1px 1px 2px 0 #CCCCCC;
    margin-bottom: 16px;
    -webikt-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.container-members span{
    color: #046598;
    font-size: 18px;
}
.container-members a:hover{
    text-decoration: none;
    opacity: 0.8;
}
.container-members a:visited{
    color: #046598;
}
.container-members a{
    color: #046598;
    display: block;
}
.ovp-button:hover{
    opacity: 0.8;
}
.ovp-button{
    background: #046598;
    color: #fff;
    border-radius: 10px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    padding:10px;
}
.shadow-box{
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}
.modal-backdrop.fade{
    opacity: 0.5 !important;
}
#login-form input{
    padding: 5px 10px;
}
input.error{
    border: 1px solid red;
}
label.error{
    color: red;
    font-size: 12px;
    font-style: italic;
}
#modal-register .alert.alert-success{
    margin: 100px;
    text-align: center;
}
.blog-categories-thumbnails{
    padding: 15px;
    border-radius: 10px;
}
.blog-categories-thumbnails:hover{
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.title-news .blog-categories-thumbnails a {
    text-align: center;
}
.title-news .blog-categories-thumbnails a img {
    float: none;
    margin-right: 0;
    max-height: 130px;
    width: auto;
    text-align: center;
}
.news-docs-best{
    background: #ebebeb;
    padding-left: 15px;
    padding-top: 20px;
    margin-top: -24px;
}

.docs-best{
    background: #00A416;
    padding-top: 15px;
    padding-left: 15px;
    margin-top: 20px;
}

.docs-best:hover{
    background: #EE3D24;
}

.docs-best .news::after{
    border-bottom: 2px solid white;
}

.docs-best h2 a, .docs-best time, .docs-best .ovp-li a{
    color: white !important;
}

.best-title{
    margin: 0;
}

.section-news-col article{
    padding-bottom: 20px;
    position: relative;
}
.section-news-col article:last-of-type:after{
    border-bottom: none;
}
.section-news-col article:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
#docs-content  .ovp-ul li::before {
    content: '';
    display: inline-block;
    height: 18px;
    width: 18px;
    background-size: 18px;
    background-image: url(../img/download.svg);
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: center center;
    vertical-align: middle;
    left: -25px;
    position: absolute;
    top: 18px;
}
#organization_register_form input, #organization_register_form textarea, #organization_register_form select{
    padding: 5px 10px;
}
#organization_register_form ul{
    list-style: none;
    padding: 0;
}
.grecaptcha-badge {
    visibility: hidden;
    position: absolute;
}
.ovp-documents h5{
    color: #046598;
}
.cursor-pointer{
    cursor: pointer;
}
.card h5 a{
    color: #046598;
}

.modal-header{
    background-color: #F6F6F6;
}

.modal-title{
    color: #046598;
    font-weight: 600;
}

.modal-content{
    border: 3px solid #046598 !important;
}

.registration-modal input::placeholder{
    color: #1C4857;
}

.login-info{
    padding: 10px;
}

#modal-login .modal-body{
    padding: 0;
}

#login-form a, #login-form a:visited{
    color: #046598;
    font-weight: 600;
}

.login-options{
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
}

.login-options div, .login-options a{
    width: 100%;
    display: flex;
    justify-content: center;
}

.login-options a:hover, .login-options a:visited, .login-options a:active{
    background-color: #CBE0E9;
    text-decoration: none;
}

.pagination-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-container a, .pagination-container span{
    padding: 5px 10px;
    margin: 0 5px;
    color: white;
    background-color: #046598;
}

.pagination-container a:hover{
    background-color: #00A416;
}

.pagination-container span{
    background-color: #00A416;
}

.pagination-container .dots{
    background-color: #046598   ;
}

.entry-meta .posted-on, .entry-meta .byline {
    display: none !important;
}

.nap-documents h3{
    color: #046598;
    font-weight: 600;
}

.nap-documents h4{
    margin: 10px 0 !important;
    color: black;
    font-weight: 600;
}

.nap-documents ul li{
    padding-bottom: 5px;
    padding-left: 15px;
}

@media (max-width: 767px){

    .section-news-content{
        padding-top: 20px;
    }

    .news-docs-best, .docs-best{
        margin-left: 0;
        margin-right: 0;
    }

}

.full-proposal-description span{
    text-align: right;
    display: block;
    margin-bottom: 15px;
}