.join-us-title {
    color: #509ec7;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0;
}

.join-us-side-menu {
    font-size: 15px;
    width: 80%;
    cursor: pointer;
    border-radius: 0% !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-top-width: 0 !important;
    border: transparent;
    border-right: 6px solid #00BCD4 !important;
    margin: 5px 0 8px 0 !important;
    background-color: #7dcbf5 !important;
    color: #FFF;
}

.join-us-side-menu:hover {
    background-color: #6cc1f2 !important;
    color: #fff;
}

.join-us-side-menu.active {
    background-color: #4f9ac5 !important;
    color: #fff;
}

.join-us-main {
    font-size: initial;
}

.join-us-icon {
    margin-right: 5px;
}

.join-us-img {
    width: 100% !important;
}

.separator {
    color: #ccc;
    line-height: 1.2em;
    margin: 50px auto 30px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.separator::before,
.separator::after {
    border-bottom: 1px solid #e2e2e2;
    content: "";
    display: inline-block;
    height: .65em;
    margin: 0 -4px 0 -100%;
    vertical-align: top;
    width: 50%;
}

.separator::after {
    margin: 0 -100% 0 0;
}

.separator i,
.separator span,
.separator a {
    display: inline-block;
    margin: 0 20px 0 24px;
    font-size: 20px;
}

.separator.separator-rouned i,
.separator.separator-border-rouned i {
    background-color: #069cec;
    color: tomato;
    border-radius: 50%;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: -12px auto auto;
    position: absolute;
    right: 0;
    width: 40px;
}
