.get-started-items-container{
    margin-top:30px;
}
.get-started-item-wrapper{
    padding:0;
    height: 588px;
}
.get-started-item * {
    position: initial;
}
.get-started-item-verso {
    background-color: #75A629;
    padding: 16px;
    padding-bottom: 0;
}
.get-started-item-recto > .row{
    min-height: 440px;
    padding: 16px;
}
.get-started-item-wrapper .submit-btn-position{
    margin-top: 0;
}
.get-started-item-verso .submit-btn-position{
    margin-top: 22px;
}
.property-value{
    text-align:center;
}
.property-title h6{
    font-size:14px;
}
.property-value h3{
    margin:0;
}
.get-started-img-container{
    height:50px;
    margin-bottom: 18px;
}
.get-started-img-container h3 {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0;
}
.get-started-img-container img{
    display: inline-block;
    vertical-align: bottom;
    height:100%;
    margin-right: 8px;
}
.get-started-more-recto {
    margin-top:8px;
    font-size: 12px;
}

.click-for-more {
    margin-top:8px;
    font-size: 14px;
}
.get-started-more-details-btn {
    margin-top: 16px;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    flex-basis: calc(100% + 32px);
    cursor: pointer;
    font-size: 18px;
    padding: 4px 0;
    display: inline-block;
    width: 100%;
}
.get-started-more-details-btn a:hover{
    text-decoration: none;
}
.get-started-stats-container{
    align-self: flex-end;
    text-align: center;
}
.get-started-stats-item-wrapper{
    text-align: center;
}
.get-started-stat-item{
    width: 70px;
    height: 70px;
    border: 1px solid white;
    border-radius: 50%;
    margin: 0 auto;
    padding: 4px;
}
.get-started-stat-item-label{
    margin-top:2px;
    margin-bottom:2px;
}
.get-started-stat-item-value{
    margin-top: 2px;
    margin-bottom: 2px;
}
.get-started-stats-bar{
    margin-top: 2.5em;
    margin-bottom: 1.2em;
    height: 16px;
}
.get-started-bar-progress {
    height: 100%;
    float: left;
}
.progress-complete{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.progress-remaining{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    text-align: right;
}
.purchased-invitations {
    margin-bottom: 18px;
    height: fit-content;
    flex: 0 0 60%;
}
.purchased-qty {
    margin-bottom: 18px;
    height: fit-content;
    flex: 0 0 40%;
}
.bar-pointer{
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, calc(-50% - 8px));
    backface-visibility: hidden;
}
.get-started-item-wrapper.flip .bar-pointer {
    transform: translate(-50%, -50%) rotateY(180deg);
}
.bar-pointer p{
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
}
.progress-remaining p{
    margin:0px;
    padding-right:4px;
    line-height: 1;
}
.get-started-item-details-wrapper {
    transition: ease-out 1s;
}
.get-started-details-img-container {
    height: fit-content;
}
.get-started-details-step-container {
    margin-bottom: 18px;
}
.get-started-details-step-container .step-arrow-container.last {
    display: none;
}
.profit-graph-container img {
    width: 100%;
    max-width: 348px;
}
.profit-summary-container {
    margin: 16px 0;
    /* display: flex; */
    align-self: center;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    max-width: 380px;
    /* margin-left: 80px; */
}
.profit-cell {
    display: flex;
    align-items: center;
}
.profit-cell-op {
    flex: 0 0 10%;
    font-size: 20px;
    font-weight: bold;
}
.profit-cell-title {
    flex: 0 0 40%;
}
.profit-cell-value {
    flex: 0 0 50%;
    font-size: 20px;
}
.profit-op {
    font-size: 24px;
    margin: 0 8px;
}
.light-green,a.light-green, a.light-green:hover,.light-green a, .light-green a:hover{
    color: #75A629;
    text-decoration: none;
}
.bg-dark-green{
    background-color: #086634;
}
.yellow,a.yellow, a.yellow:hover,.yellow a, .yellow a:hover{
    color: #D4A91F;
    text-decoration: none;
}
.mobile-hidden {
    display: none !important;
}
.step-content-wrapper {
    text-align: center;
}