.hidden {
    display: none;
}

.cnr-alert {
    top: 15px;
    width: 100%;
    z-index: 999;
    position: fixed;
}

.cnr-alert .alert {
    width: 320px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    color: rgba(0,0,0,0.38);
    background: lightgreen;
}

#middlename {
    display: none;
    opacity: 0;
}
.top_bar_right_wrapper {
    position: relative;
}

.top_bar_right_wrapper i {
    color: #98c000;
}

.dropdown {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 202;
    background-color: #efede9;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.dropdown li {
    display: block;
    margin: 5px 0;
}

.dropdown li a {
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .flex {
        display: flex;
        align-items: center;
    }
    .flex .one-fourth {
        padding: 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .flex .one-fourth {
        margin: 0 0 10px;
    }
}

.goal-brown .image_links {
    background: rgba(87, 56, 28, 0.7) !important;
}

.goal-brown .post-more, .goal-brown .post-more:hover, .goal-brown .image_links a:hover {
    color: #57381c !important;
}

.goal-blue .image_links {
    background: rgba(31, 155, 222, 0.7) !important;
}

.goal-blue .post-more, .goal-blue .post-more:hover, .goal-blue .image_links a:hover {
    color: #1f9bde !important;
}

.button_theme-blue {
    background-color: #1f9bde !important;
    color: #fff !important;
}

#back_to_top {
    background-color: #1f9bde;
}

.custom-content-painter p {
    color: #fff;
}

.richtext {
    min-height: 40px;
}

.privacy-link {
    text-align: left;
    margin: 0 0 0 10px;
}

@media only screen and (max-width: 767px) {
    #Top_bar .logo #logo {
        margin: 5px 125px 15px 15px;
    }
}

.custom-headerbanner {
    position: relative;
    overflow: hidden;
    padding: 40px 30px;
    /*display: -webkit-box;*/
    /*display: -moz-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*-moz-box-align-items: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-align-items: center;*/
    /*align-items: center;*/
}

.custom-headerbanner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    max-width: 100%;
    height: auto;
}

.cnr-header-content {
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
}

.header-content {
    position: relative;
    z-index: 5;
    white-space: nowrap;
    font-size: 19px;
    line-height: 19px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: Cabin Sketch;
}

@media screen and (min-width: 620px) {
    .custom-headerbanner {
        padding: 60px 30px
    }
    .header-content {
        font-size: 35px;
        line-height: 35px;
    }
}

@media screen and (min-width: 768px) {
    .custom-headerbanner {
        padding: 100px 30px
    }
    .header-content {
        font-size: 43px;
        line-height: 43px;
    }
}

@media screen and (min-width: 1240px) {
    .custom-headerbanner {
        padding: 160px 30px
    }
    .header-content {
        font-size: 73px;
        line-height: 73px;
    }
}

table th, table td {
    color: #444;
}

button .fa-spinner {
    display: none;
}

button .fa-search {
    display: inline-block;
}

button.loading .fa-spinner {
    display: inline-block;
}
button.loading .fa-search {
    display: none;
}


#searchResult-list {
    list-style-type: none;
    padding: 0;
}

#searchResult-list li {
    margin-bottom: 20px;
}

#searchResult-list a {
    display: block;
}

#searchResult-list .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}


#searchResult-list li {
    margin-bottom: 20px;
}


.img-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}