﻿.index-section {
    padding: 30px 0;
    overflow: hidden;
}
.index-section--blue {
    background-image: linear-gradient(to bottom, #2f2f2f, #0f0f0f);
}
.index-section--blue h2 {
    color: white;
}
.index-section--blue p {
    color: white;
}
.index-section--white{
    background-color: white;
}
.index-section--white a {
    color: #5b009b;
}
.index-section__welcome p {
    margin-top: 14px;
    margin-bottom: 24px;
}
.index-section__welcome ul {
    overflow: hidden;
    display: block;
}
.index-section__welcome li {
    float: left;
}
.btn-welcome {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*width: 50%;*/
}
.index-section__welcome li > a,
.btn-welcome li > a {
    line-height: 24px;
    border-radius: 13px;
    font-size: 12px;
    padding: 0 6px;
    margin-right: 12px;
    margin-bottom: 10px;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
}
.index-section__welcome li > a:hover,
.btn-welcome li > a:hover {
    background-image: linear-gradient(to bottom,#8440b4,#5b009b);
    border-color: #8440b4;
    color: #FFFFFF;
}
.index-section__welcome-image img {
    display: block;
    margin: auto;
    width: 80%;
}
.index-section__header {
    overflow: hidden;
}
.trusted-partners {
    background-color: #f8f8f8;
    padding: 50px 0 35px 0;
    border-bottom: solid 1px #dddddd;
}
.trusted-partners__header {
    text-align: center;
    margin-bottom: 30px;
    font-family: BwGlennSans;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #424242;
}
.trusted-partners__partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.trusted-partners__partner {
    height: 40px;    
    width: 31%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 5px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
    margin-bottom: 15px;
}
.trusted-partners__partner:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.index-banner__main-mobile{
    display: block;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 25px !important;
}
.index-banner__main-mobile .cta__shortcode-wrapper{
    width: 100%;
    margin-bottom: 24px;
}
.index-banner__main-mobile .cta__shortcode-wrapper .cta__shortcode-link button{
    margin: 0;
}
.index-section__header h2{
    margin-top: 0;
    font-weight: 800;
}
.index-section--white .secondary-cta:nth-of-type(2){
    margin: 0 auto;
    float: none;
    width: 327px;
}
.index-section .secondary-cta:nth-of-type(2) button{
     border-width: 2px;
     font-weight: 800;
}
.index-section--blue .secondary-cta:nth-of-type(2){
    margin: 0 auto;
    float: none;
    width: 140px;
}
.index-section--blue .secondary-cta:nth-of-type(2) button{
    border-width: 2px;
    font-weight: 800;
}
.green-button, .purple-button{
     margin: 30px auto 0;
     float: none !important;
     width: 140px;
 }
.green-button button, .purple-button button{
    border-width: 2px !important;
    font-weight: 800 !important;
}
.index-section__guide-cards .guide-card .guide-card__image{
    height: 150px;
}

@media (min-width: 500px) {
    .trusted-partners__partner {
        background-size: 70% auto;
    }
}
@media (min-width: 768px) {
    .trusted-partners__partner {
        width: 18%;
    }
}
@media only screen and (min-width: 992px) {
    .index-section {
        padding: 60px 0;
    }
    .index-section__welcome {
        height: 450px;
    }
    .index-section__welcome-image {
        padding-left: 15px;
    }
    .index-section__exchange-cards, .index-section__wallet-cards, .index-section__guide-cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .index-section h2 {
        float: left;
    }
    .index-section .secondary-cta {
        float: right;
    }
    .index-section__grid-left {
        float: left;
        width: 50%;
    }
    .index-section__grid-right {
         float: left;
         width: 50%;
    }
    .trusted-partners__partner {
        width: 18%;
        background-size: 64% auto;
    }
    .index-banner__main-mobile{
        display: none !important;
    }
    .index-section .directory-cards{
        margin-bottom: 24px;
    }
    .info-section .container{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .info-section .info-post:not(:first-of-type){
        width: 49%;
    }
    .info-section .info-post:nth-of-type(even){
        margin-right: 2%;
    }
    .index-section__wallet-cards .wallet-card{
        width:32%;
        margin-right: 2%;
    }
    .full-width{
        width:100% !important;
    }
}