.read-more-btn{
    padding: 10px 25px;
    border: 1px solid #2A93D1;
    color: #2A93D1;
    background: none;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.8px;
    margin-top: 30px;
    display: inline-block;
}
.read-more-btn:hover, .read-more-btn:focus{
    background: #2A93D1;
    color: #fff;
}
#other_store {
    display: none;
    margin: 15px 0;
}

#other_store .or {
    text-align: center;
}

#other_store .btn {
    width: 100%;
    border: 1px solid #0D648E;
    color: #0D648E !important;
    border-radius: 0;
}
/* SINGLE PAGE */
header.other-page{
    background: url("../img/bg-header-blog.png") no-repeat center center;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-align: center;
    color: #fff;
    height: 400px;
    line-height: 500px;
}
header.other-page .container{
    height: 100%;
}
header.other-page .main-headline{
    display: table;
    height: 100%;
    width: 100%;
}
header.other-page h1{
    display: table-cell;
    vertical-align: middle;
    font-size: 72px;
    letter-spacing: 7.5px;
    color: #fff;
}

header.join{
    background: url("../img/join/desktop.jpg") no-repeat center center;    
    background-size: cover;
    display: block;
    overflow: hidden;
    text-align: center;
    color: #fff;
    height: 400px;
    line-height: 500px;
}

header.join .container{
    height: 100%;    
}

header.join .main-headline{
    display: table;
    height: 100%;
    width: 100%;
}

/** SIDE MENU **/

#join-content{
    margin: 1em 0;
}

.join-banner{
    min-height: 600px;
    background: url("../img/join/banner.jpg") no-repeat center center;    
    background-size: cover;
    display: block;
    overflow: hidden;
    text-align: center;
    color: #fff;
    height: 100%;
    line-height: 500px;
    display: flex;
}

.join-banner img{
    margin: 100% auto;
}

.side-menu-box{
    padding: 70px 0;
}
.side-title-box{
    padding: 70px 30px;
}
.side-menu-title{
    font-size: 40px;
    letter-spacing: 4.2px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
/** CONTENT**/
.content-wrapper{
    padding: 70px 50px;
    /*border-left: 1px solid #E2DFCF;*/
}
.content-wrapper .article{
   padding-bottom: 30px;
}
.content-wrapper .article .col{
    text-align: center;
    padding: 0 20px 30px;
}
.content-wrapper .article .col h4, .content-wrapper .article .col .image{
    margin-bottom: 20px;
}
.content-wrapper .article .col h4{
    height: 48px;
}
.content-wrapper .article .col:nth-child(1) h4, .content-wrapper .article .col:nth-child(2) h4{
    line-height: 48px;
}
.content-wrapper .article .col .image{
    height: 160px;
}

form, label, .form-input{
    color: #616161;
}
.form-input{
    padding: 0 40px 0 15px;
    margin-bottom: 20px;
}
.input-info{
    opacity: 0.5;
    display: block;
}
.input-title{
    text-transform: uppercase;
    margin-bottom: 10px;
}
.input-box{
    border: none;
    border-bottom: 3px solid #0D648E;
    width: 100%;
    padding: 5px !important;
}
.input-box.error{
    border-bottom: 3px solid red;
}
select{
    display: block;
    width: 100%;
}
.select2-container .select2-selection--single{
    height: 36px;
    line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px;
}
.select2-container--default .select2-selection--single{
    border: none;
    border-bottom: 3px solid #0D648E;
    border-radius: 0;
}
.select2-dropdown{
    border: 1px solid #ddd !important;
    border-radius: 0;
}
.join-btn-wrapper {
    margin-top: 30px;
}
.join-btn-wrapper .btn{
    border: 1px solid #0D648E;
    color: #0D648E !important;
    border-radius: 0;
}
.join-btn-wrapper .btn:hover, .join-btn-wrapper .btn:focus{
    background: #0D648E !important;
    color: #fff !important;
}
.join-thankyou{
    padding: 60px 10px;
    text-align: center;
}
.single-faq{
    margin-bottom: 30px;
}

@media only screen and (max-width : 990px) {
    .side-title-box {
        padding: 30px 10px;
    }
    .content-wrapper{
        border: none;
        padding: 0 10px 60px;
    }
    .content-wrapper .article .col .image{
        height: auto;
    }   
    .form-input{
        padding: 0 10px;
    }
}

@media screen and (max-width: 768px){
    header.join{
        background: url("../img/join/mobile.jpg") no-repeat center center;            
        background-size: contain;
    }
     .join-banner{
        display: none;
    }
}