.height-336{
    height: 336px;
}
.height-273{
    height: 336px;
}
.object-fit-cover{
    object-fit: cover;
}
.input-group-radio input[type=checkbox]{
    width: 20px;
}
/*.input-group-radio input[type=checkbox]:before{
    content: "\f00c";
    font-size: 15px;
    background: none;
}
.input-group-radio input[type=checkbox].element-no-valid:before{
    background: #fef2e0;
}*/
.input-group-radio input[type=checkbox].element-no-valid + label{
    color: #ff3333;
}
.post-password-form .input, .post-password-form label{
    font-size: 20px;
}
.post-password-form .btn{
    color: white;
    background-color: #03A688;
    margin-left: 0px;
    margin-top: 0px;
}
.post-password-form .btn:hover{
    background-color: #03A688;
    opacity: 0.9;
}
.single .container em{
    font-style: italic;
}
.single .container li{
    list-style: inherit;
}
.single .container b, .single .container strong{
    font-weight: bold;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.pt-10{
   padding-top: 10px;
}
.pt-5{
    padding-top: 5px;
}
.max-height_273{
    max-height: 273px;
    overflow: hidden;
}
.project_custom_menu.menu li:not(:last-child) {
    margin-right: 16px;
}
.max-height_335{
    max-height: 335px;
    overflow: hidden;
}

.footer_logo-img{
    background: white;
    max-width: max-content;
}
.organization-overview-original-site-link{
    text-align: center;
    margin-bottom: 15px;
}
.organization-overview-image{
    float: left;
    margin: 0 20px 20px 0;
}
.interactive .interactive_map{
    width: 100%;
}
.input-group-radio{
    display: flex;
}
.input-group-radio input{
    margin-right: 15px;
}
.input-group-radio label{
    padding-top: 6px;
}
.section-map .double-form select{
    max-width: 210px;
}


.account_project_select{
 max-width:666px;
}
#account-change-password{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgb(26 32 36 / 32%), 0px 1px 2px rgb(91 104 113 / 32%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/*preloader*/
.block-preloader-wrp{
    position: relative;
}
.block-preloader-wrp{
    position: relative;
}
.block-preloader{
    left: 0;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0.15, 0.15, 0.15, 0.3);
    display: none;
}

.block-preloader-spinner,
.block-preloader-spinner:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.block-preloader-spinner {
    display: block;
    margin: 0px auto;
    font-size: 10px;
    position: relative;
    top: calc(50% - 50px);
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*preloader end*/
input.element-no-valid {
    border-color: #ff3333;
}
.step-wrp{
    display: none;
}
.next-step {
    cursor: pointer;
}
.active.step-wrp{
    display: block;
}
.d-none{
    display: none!important;
}
.sub-menu .current_page_item a
{
   background:  #50BFAB;
    color: #FFFFFF;
}
.partner-column-wrp{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 20px 0;
}
.project_more{
    cursor: pointer;
}
.project .project_content p{
    color: #6c757d;
}
.partner-column-items-wrp h3 {
    font-size: 16px;
    font-weight: bold;
}
.partner-items-wrp{
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.partner-column-wrp .partner-colum-item-btn{
    border: none;
    width: 100%;
}
.partner-colum-item{
    margin: 5px 0;
}
/*jqueryFileTree*/
.info-content .jqueryFileTree LI.directory:before{
    font-size: 25px;
}
.info-content UL.jqueryFileTree A{
    font-size: 18px;
    padding: 0px 2px 0px 15px !important;
}
.info-content UL.jqueryFileTree LI{
    line-height: 34px !important;
}
.info-content UL.jqueryFileTree LI.file{
    background-size: 24px!important;
}
/*end jqueryFileTree*/
@media (max-width: 1080px) {
    .organization-overview-image{
        float: none;
        text-align: center;
    }
}
@media (min-width: 1080px) {
    #primary-menu .mobile-profile {
        display: none!important;
    }
}