.content-block
{
    width: 100%;
    padding: 30px 0 30px 0;
    z-index: 100;
    position: relative;
    background-color: #ffffff;
}

.content-block-no-padding {
    width: 100%;
    z-index: 100;
    position: relative;
    background-color: #ffffff;
}

.content-kb-search {
    background-image: url('../images/blocks/content-kb-search.png');
    background-size: cover !important;
    min-height: 400px;
    border-bottom: solid 4px #fdbc12;
}

.content-kb-search h1, .content-kb-search h2 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.content-kb-search h1 {
    font-weight: 200;
    margin-bottom: 30px;
}

.content-kb-search h2 {
    margin-top: 100px;
    font-size: 13px;
    font-weight: 200;
}

.content-kb-search .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

.content-kb-categories {
    border-bottom: solid 4px #114090;
    padding-bottom: 60px;
}

.underlined-title
{
    text-align: center;
    padding-bottom: 30px;
}

.underlined-title h1
{
    color: #2c3e50;
    margin: 0;
}

.underlined-title h2
{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #95a5a6;
}

.underlined-title hr
{
    width: 10%;
    border-width: 2px;
    border-color: #16a085;
}


.normal-content {
    color: #2c3e50;
    background-color: #eef3fb;
}

.left-content {
    color: #2c3e50;
    background-color: #eef3fb;
}

.normal-content h1
{
    color: #2c3e50;
}

.normal-content h2
{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #95a5a6;
}

.left-content .underlined-title {
    padding-bottom: 0;
    text-align: left;
}

.left-content .underlined-title hr {
    float: left;
}

.left-content .underlined-title h2 {
    clear: left;
}

.right-content .underlined-title {
    padding-bottom: 0;
    text-align: right;
}

.right-content .underlined-title hr {
    float: right;
}

.right-content .underlined-title h2 {
    clear: right;
}


.overlay-orange {
    background-color: rgba(17, 64, 144, 0.8);
}

@media only screen and (min-width : 768px) {
    .content-kb-search {
        min-height: 400px;
    }
}

@media only screen and (min-width : 992px) {

    .content-kb-search {
        min-height: 500px;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .content-kb-search {
        min-height: 500px;
    }


}



.pomegranate
{
    color: #C0392B !important;
}

.orange {
    color: #fdbc12;
}

.darkgrey {
    color: #5b6577
}

.category {
    min-height: 150px;

}

.category h3 {
    font-weight: 200;
    margin-bottom: 20px;
}

.category i {
    margin-bottom: 20px;
}