.onboarding-overlay.reads .content .col h3 span {
    justify-content: center;
}

.onboarding-overlay.reads .content .col h3 span:first-child {
    display: inline-flex;
    width: 66px;
    height: 66px;
    background-color: #2DDB73;
    border-radius: 50%;
    margin-right: 30px;
    align-items: center;
}

.onboarding-overlay.reads .content .col section {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.onboarding-overlay.reads .content .col section p {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
}

.onboarding-overlay.reads .content .col section p b {
    font-weight: bold;
    font-size: 20px;
}

.onboarding-overlay.reads .content .col section p.small {
    font-size: 16px;
}

.onboarding-overlay.reads .content .col section p a {
    color: #45DF77;
    font-size: 16px;
}

.onboarding-overlay.reads .content .col section p a:hover {
    text-decoration: underline;
}

.onboarding-overlay.reads .content .col h2 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
    -webkit-font-smoothing: antialiased;
    font-family: "proxima-nova";
}

.onboarding-overlay.reads .content .col h2 b {
    color: #45DF77;
    text-decoration: underline;
}

.onboarding-overlay.reads .content .col h2 .info  {
    position: relative;
    display: inline;
}

.onboarding-overlay.reads .content .col h2 .info:hover span { 
    display: block;
    z-index: 10000;
}

.onboarding-overlay.reads .content .col h2 .info span {
    display: none;
    position: absolute;
    background-color: #000;
    padding: 15px;
    border-radius: 5px;
    left: 0;
    top: 29px;
    font-size: 14px;
    line-height: 18px;
    width: 250px;
    border: 1px solid #ffff;
    -webkit-font-smoothing: antialiased;
}

.onboarding-overlay.reads .content .col h2 .info i {
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 1px;
    background: url("/img/info-icon.png") no-repeat center center / cover;
}

.onboarding-overlay.reads .content .col.sample-profile {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 30%;
    padding:5px 0 0 0;
}

.onboarding-overlay.reads .content .col.sample-profile a {
    color: #45DF77;
    display: block;
    font-size: 24px;
    line-height: 20px;
    padding-left: 5px;
}

.onboarding-overlay.reads .content .col.sample-profile img {
    margin: 5px 0px 20px 0px;
}

.onboarding-overlay.reads .content .col.sample-profile .quick-links{
    padding: 10px 0px 0px 25px;
    -webkit-font-smoothing: antialiased;
}

.onboarding-overlay.reads .content .col.sample-profile .quick-links a {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding-left:0;
}

.onboarding-overlay.reads .content .col.sample-profile .quick-links label {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

.onboarding-overlay.reads .content .col.sample-profile .quick-links label .linkedin {
    display: inline-block;
    background: url("/img/linkedin-white.png") no-repeat center center / cover;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    margin-left: 2px;
}

.onboarding-overlay.reads .content .col section span {
    display: inline-flex;
    width: 66px;
    height: 45px;
    margin-right: 30px;
    justify-content: center;
    align-items: flex-start;
}

.onboarding-overlay.reads.last-step {
    position: initial;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    border: 0;
}

.onboarding-overlay.reads.last-step .content {
    margin: 80px 80px 0 80px;
    border: 1px solid #676767;
    border-radius: 0;
    align-items: flex-start;
}

.onboarding-overlay.reads .content .col h3 {
    font-size: 28px;
    color: #fff;
    line-height: 32px;
    font-weight: 700;
    font-family: "proxima-nova";
}

.onboarding-overlay.reads .content .col h3 i {
    color: #2ddb73;
    font-style: normal;
}

.onboarding-overlay.reads .content .col h2:last-child {
    margin-bottom: 0;
}

.onboarding-overlay.reads.last-step .content .col section p {
    font-size: 16px;
}

.onboarding-overlay.reads.last-step .content .col:first-child {
    width: 65%;
}

.onboarding-overlay.reads.last-step .content .col .inner-cols {
    display: flex;
    align-items:  stretch;
    vertical-align: top;
    box-sizing: border-box;
}

.onboarding-overlay.reads.last-step .content .col .inner-cols div {
/*     margin: auto; */
/*     height: 100%; */
}

.onboarding-overlay.reads.last-step .content .col .inner-cols div:first-child {
    width: 66%;
}

.onboarding-overlay.reads.last-step .content .col .inner-cols div:last-child {
    border-left: 1px solid #3d3d3d;
    padding-left: 25px;
    margin-left: 15px;
}

.onboarding-overlay.reads.last-step .content .col {
    padding-right: 0;
}


.onboarding-overlay.reads.last-step .content .col .inner-cols div:last-child p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
}

.onboarding-overlay.reads.last-step .content .col .inner-cols div:last-child p a {
    color: #45df77;
}

.onboarding-overlay.reads.last-step .content .col:last-child {
    border-left: 1px solid #3d3d3d;
    padding-left: 40px;
    margin-left: 15px;
    width: 35%;
    box-sizing: border-box;
}

.onboarding-overlay.reads.last-step .content .col:last-child h4 {
    font-size: 26px;
    line-height: 32px;
    margin: 0;
    padding-bottom: 15px;
    color: #2ddb73;
    font-weight: 400;
}

.onboarding-overlay.reads.last-step .content .col:last-child p {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.onboarding-overlay.reads.last-step .content .col:last-child h4 + p {
    padding-bottom: 15px;
}

.last-step .invite {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: stretch;
}

.onboarding-overlay.reads.last-step .content .col:last-child a {
    color: #2ddb73;
    text-decoration: none;
}

.onboarding-overlay.reads.last-step .content .col:last-child a:hover {
    text-decoration: underline;
}

.last-step .invite input, .last-step .invite .preview-message, .last-step .invite button {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px !important;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
}

.last-step .invite input[name="email"] {
    background: #000;
    color: #838383;
    border: 1px solid #2ddb73;
    margin-right: 5px;
    width: 40%;
    outline: none;
}

.last-step .invite .preview-message {
    background: #838383;
    color: #fff;
    border: 0;
    margin-right: 5px;
    width: 40%;
    outline: none;
    font-size: 14px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.last-step .invite .preview-message p {
    display: none;
    position: absolute;
    height: 245px;
    box-sizing: border-box;
    padding: 15px;
    font-size: 12px !important;
    line-height: 14px !important;
    color: #fff;
    background: #000;
    border: 3px solid #fff;
    border-radius: 6px;
    text-align: left;
    width: 340px;
    left: -123px;
    top: -252px;
    z-index: 2999999999;
    white-space: initial !important;
}

.last-step .invite .preview-message i {
    display: none;
    position: absolute;
    top: -7px;
    left: 53px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.last-step .invite button {
    background: #2ddb73;
    color: #000;
    font-weight: 700;
    border: 0;
}

.last-step .invite.sent input, .last-step .invite.sent .preview-message, .last-step .invite.sent + p {
    opacity: 0.2;
}

.last-step .invite.sent button {
    background: #000;
    color: #2ddb73;
    border: 1px solid #333;
    outline: none;
}

.onboarding-overlay.reads.last-step .content .col:last-child .invite + p a {
    cursor: pointer;
}

.onboarding-overlay.reads.last-step .content .col:last-child .invite + p {
    padding: 5px 0 15px 0;
    text-align: right;
}

.invite + p b {
    display: none;
    font-size: 14px;
    padding: 0 110px;
}

.invite + p.copied {
    font-size: 0 !important;
}

.invite + p.copied b {
    display: inline-block;
}


.onboarding-overlay.reads.last-step .content .col:last-child p + p {
    color: #838383;
    text-align: right;
    margin: 0;
    padding: 0;
}

.last-step .invite .preview-message:hover {
    overflow: visible;
}

.last-step .invite .preview-message:hover p, .last-step .invite .preview-message:hover i {
    display: block;
}

.last-step .invite.sent .preview-message:hover p, .last-step .invite.sent .preview-message:hover i {
    display: none;
}




