.solid {
    width: 52px;
    height: 4px;
    background: #2C8E5D;
    margin-top: 24px;
}
.width-50 {
    width: 50%;
}
.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-24 {
    margin-top: 24px;
}

.margin-top-32 {
    margin-top: 32px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-120 {
    margin-top: 120px;
}


.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}

.weight-500 {
    font-weight: 500;
}

.weight-400-important {
    font-weight: 400 !important;
}

.logo-w {
    width: 16px;
}

.text-green {
    color: #1C9865;
}

.text-green-2 {
    color: #2C8E5D;
}



.padding-top-40 {
    padding-top: 40px;
}

.nav-bg-light {
    background-color: #f8f9fa !important;
}

.nav-bg-dark {
    background-color: #555555 !important;
}

.comm-text-light {
    color: #FFFFFF !important;
}

.comm-text-light:hover {
    color: #2C8E5D !important;
}

.hidden {
    display: none;
}

.link {
    color: #FFFFFF;
}
.link:hover {
    color: #FFFFFF;
}
.text-green-i {
    color: #1C9865 !important;
    /*background-color: #1C9865 !important;*/
}

.position-wrap {
    height: 40px;
    border-bottom: #1C9865 2px solid;
    margin-top:20px;
}
