#profile-list .contact-box {
    margin-top: 0;
}

#profile-list .contact-box .g-title {
    padding-bottom: 6px;
}

#profile-list .contact-box a {
    text-decoration: none;
    color: #163259;
}

#profile-list .contact-box .icon-color {
    color: #163259;
}

#profile-list .contact-box a:hover {
    text-decoration: none;
    color: #A01D21;
}

#profile-list .contact-box .contact-area-icon {
    width: 20px;
    color: #163259;
}

#profile-list .contact-box {
   /* border-color: #163259; */
}

#profile-list .contact-box.g-content {
    padding: 1.0rem;
}

#profile-list .moveleft {
}

#profile-list .contact-box {
    height: 200px;
}

@media only screen and (max-width: 768px) {

}

#profile-list .contact-box .g-title {
    font-weight: bold;
    color: #163259;
}

@media (max-width: 768px) {
    .profile-contact-scale {
        font-size: 3vw;
    }
}

@media only screen and (max-width: 768px) {
    #profile-list .contact-box {
        height: unset;
    }

    h3.g-title {
        text-align: center;
    }

    div.mobile-center {
        margin-top: -15px;
    }

    img.mobile-center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

#main-filter {
    margin-bottom: 10px;
}

.voc-filter {
    /*
    right: 3%;
        position: fixed;
    */
    margin-right: 0px;
    padding: 5px 5px 5px;
    border: 1px solid #163259;

}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: white;
    background-color: #A01D21;
}

.sticky .voc-filter {
    border: none;
    margin-left: 20%;
}

.voc-filter .caret {
    margin-top: 12px;
}

.voc-filter .filter-group .caret {
    margin-top: 8px;
}

.voc-filter .filter-group .filter-title {
    cursor: pointer;
}

.voc-filter #filter-title {
    cursor: pointer;
}

.voc-filter .filter-group {
    margin-left: 7px;
}

.voc-filter .filter-title {
    font-size: 13px;
    font-weight: bold;
}

.voc-filter .filter-options {
    font-size: 13px;
    margin-left: 10px;
}

.voc-filter .filter-group .row-fluid [class*="span"] {
    min-height: 25px;
}

.voc-filter .filter-count {
    float: right;
    font-size: 85%;
}

@media only screen and (max-width: 768px) {
    .voc-filter {
        right: 0;
    }

    .voc-filter .filter-group label {
        margin-bottom: 0px;
        padding-top: 0;
    }


    .sticky .voc-filter {
        margin-left: 0;
    }
}
