.box2 {
    height: 86px;
    cursor: pointer;
    border-radius: 4px;
    padding: 0px 30px 0px 30px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e4ecf3;
    margin: 20px 0 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box2:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.xe-comment-entry img {
    float: left;
    display: block;
    margin-right: 10px;
}

.xe-comment {
    transform: translateY(-50%);
    position: absolute;
    margin-left: 50px;
    top: 50%;
}

.xe-comment p {
    margin-bottom: 0px;
    margin-right: 15px;
}

.overflowClip_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.overflowClip_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.submit-tag {
    margin-top: 50px;

}

.img-circle {
    padding: 7px 0;
}

/* Flexbox sticky footer */
/* Flexbox sticky footer adjustments */
html,
body {
    height: 100%;
}

.main-content {
    display: flex !important;
    flex-direction: column;
    min-height: 100vh;
}

#main-content-container {
    flex: 1;
    margin-bottom: 60px;
}

.main-footer {
    margin-top: auto;
}

/* Search box - match xenon-core specificity to override */
.user-info-navbar .user-info-menu > li.search-form {
    margin-top: 22px;
    margin-left: 15px;
}

.search-box {
    border-radius: 20px;
    padding: 5px 15px;
    width: 250px;
    max-width: calc(100vw - 80px);
    background-color: #f5f5f5;
    border: none;
    outline: none;
    box-shadow: none;
}

.search-box:focus {
    background-color: #fff;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.3);
    transition: all 0.2s ease;
}

/* Navigation card links - override Bootstrap a.label-info backgrounds */
a.nav-card,
a.nav-card:hover,
a.nav-card:focus,
a.nav-card:active,
a.nav-card:visited {
    display: block;
    text-decoration: none;
    color: inherit;
    background-color: #fff;
    outline: none;
}

/* Screen reader only text */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}