.assignments .nectar-post-grid-item-bg-wrap {
    display: none !important;
}

.nectar-social.fixed {
    display: none;
}

.asg-container {
    width: 100%;
    margin: 15px 0;
}


.asg-container .asg-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px rgba(0,0,0,0.2) solid;
   
    padding: 10px 0;
}

.asg-container .asg-label {
    width: 30%;
}

.asg-container .asg-description {
    width: 70%;
}

.asg-container a {
    width: 70%;
}
.asg-container .asg-apply {
    width: 100%;
    text-align: center;
    margin: 25px 25%;
    background: #ff8400;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
}