#Support {
    width: 100%;
    float: left;
    background: #fdfdfd;
}

.divider-new {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    margin-top:5px;
    margin-bottom:45px;
}

.divider-new::before {
    content: '';
    height: 1.5px;
    background: #666;
    flex: 1;
    margin: 0 .45em 0 0;
}

.divider-new::after {
    content: '';
    height: 1.5px;
    background: #666;
    flex: 1;
    margin: 0 0 0 .45em;
}

.divider-new h1 {
    font-size: 3.5rem;
    color: #5f5d5d;
    margin: 0;
    padding: 0;
}


.featured-image-container {
    float: left;
    width: 100%;
}

.featured-image-container a.featured-image {
    float: left;
    width: 100%;
}
.featured-image-container a.featured-image img {
    float: left;
    width: 100%;
}
.post-content {
    float: left;
    width: 100%;
}

.post-content h2 a {
    color: #03a9f4;
    font-size: 23px;
    line-height: 27px;
    margin: 0 0 25px;
}

.post-content p{
    font-size: 18px;
}

.post-content a.read-more {
    background: #ed145b;
    color: #fff;
    padding: 3px 7px 2px 3px;
    float: left;
    font-size: 13px;
}

.Support{
    margin-bottom: 50px !important;
}


.sidebar-menu {
    background: #e4e7e8;
    font-size: 15px;
    padding: 2em;
    -webkit-box-shadow: 0 1px 10px 3px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 10px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 10px 3px rgba(0, 0, 0, .05);
    margin: 0 0 2em;
}

.sidebar-menu li {
    margin: 0 0 .25em;
    padding: 0;
    display: block;
}

.sidebar-menu li a {
    color: #00a85d;
    font-weight: normal;
    text-transform: uppercase;

}
.sidebar-menu li li a {
    color: #6f6f6f;
    text-transform: none;
}