.welcome-back-alert {
    margin-bottom:70px;
    font-size:1.1em;
    text-align:center;
}

section.padded-content.software {
    padding-bottom:40px !important;
    padding-top:20px !important;
}

section h4 {
    font-weight: bold;
    color: #444;
    margin-top:0;
}

section.software hr {
    border-top: 1px solid #dadada;
}

section.software .software-column {
    display:flex;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-top: 30px;
}

section.software .software-icon {
    margin-right: 20px;
}

section.software .featured-ring {
    width:90px;
    height:90px;
}

section.software .featured-ring .glyphicon-bordered{
    font-size: 36px;
}

section.top-upsell {
    padding: 50px 0;
    background-color:whitesmoke;
}

section.top-upsell h2 {
    margin-top:0;
}

section.promo-section img, #feature-section img {
    width:100%;
    border-radius: 5px;
}

section.promo-section {
    padding-bottom:85px !important;
    padding-top:65px !important;
}

section#platforms {
    text-align:center;
    padding: 30px 0 90px;
}

section#platforms h2 {
    font-weight: bold;
    margin-bottom: 45px;
    font-family: 'Montserrat','Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #48486c;
    font-size: 28px;
}

section#platforms .platform-name {
    font-weight: bold;
    margin-top: 15px;
    color: #48486cd8;
    font-size: 1.2em;
}

section#platforms .platform-logo-col {
    padding: 0 40px;
}

#platform-logo-row {
    display:flex;
    flex-direction:row;
    justify-content:center;
}

.platform-logo-col img {
    height:75px;
}

#promo-header-left-content {
    display:flex;
    flex-direction:column;
    font-family: 'Montserrat','Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

#promo-header-left-content h1 {
    font-weight:bold;
    color: #48486c;
    font-size: 33px;
}

#sub-promo-header {
    font-size:20px;
    color: #48486cd4;
}

#already-a-member, #already-a-member a {
    color: #48486ca3;
    margin-top:15px;
    margin-bottom:30px;
}

#already-a-member a {
    text-decoration: underline;
}

#get-started-btn {
    max-width:200px;
    margin-top:25px;
    text-align:center;
}

#feature-section, .how-to-container {
    background-color:#f7f7fd !important;
    box-shadow: inset 0px 6px 30px 0px #0000000d;
}

#feature-section-header {
    margin-bottom:45px;
    font-weight:bold;
    font-family: 'Montserrat','Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #48486c;
    font-size: 28px;
}

.feature-tab-row {
    margin-top:30px;
    margin-top: 30px;
    font-family: 'Montserrat','Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #48486c;
}

.feature-tab-row h2 {
    margin-top: 30px;
}

.feature-tab-row p {
    font-size: 16px;
}

.feature-image {
    box-shadow: 0 2px 10px 0 #D6D6D6;
}

.feature-get-started {
    margin-top:10px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #48486c !important;
    background-color: #ffffff !important;
    box-shadow: 2px 3px 10px 0 #0000001a !important;
    font-weight: bold;
}

.nav-pills>li>a:hover {
    background: #00000008;
}

/* Mobile */

@media screen and (max-width: 767px) {
    #platform-logo-row {
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    section#platforms .platform-logo-col {
        margin-top: 27px;
        padding: 0 20px;
    }
    section#platforms h2 {
        padding-top:0;
        margin-bottom: 15px;
    }
    .platform-logo-col img {
        height: 50px;
    }
    section.promo-section {
        padding-bottom: 60px !important;
    }
    #promo-header-left-content {
        text-align:center;
    }
    #get-started-btn {
        margin-left: auto;
        margin-right: auto;
    }
    #feature-section-header {
        margin-top: 0px;
    }
    .feature-tab-row h2 {
        font-weight: bold;
        font-size: 25px;
    }
}