﻿/*BEGIN ibv */
#ibvContent h3 {
    color: #63a259 !important;
}

#ibvcaps {
    margin-top: 15px;
}

#ibvcaps .ibvcapcont {
    color: #525B64;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}

#ibvcaps .ibvcapHd {
    /*background-color: #529447;*/
    color: #0b2f88;
    padding: 10px;
    padding-bottom: 0px;
}

#ibvcaps .ibvcapdet {
    padding: 10px;
    padding-top: 0px;
    padding-left: 45px;
}

#ibvcaps .ibvcapdet, #ibvcaps p {
    font-size: 9.5pt !important;
}

.ibvcapdet a {
    color: blue;
}

.howesign {
    padding: 10px;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 13px;
    color: #0c0c0c;
}

.howesign img {
    margin-bottom: 10px;
}

.howesign h5 {
    color: #689c4c;
    margin-bottom: 15px;
}

.donethanks {
    color: #1a1a1a;
}

.donethanks h5 {
    color: #0b2f88;
    margin-top: 45px;
    margin-bottom: 15px;
}

.donethanks img {
    margin-top: 45px;
}

.donethanks p {
    margin-bottom: 10px;
}

.donethanks .tag {
    color: #388909;
}

.sub-footer-content.text-center {
    border: none;
    margin-top: 0px;
}

.chkContLabel {
    text-align: right;
}

.chkContLabel label {
    font-size: 12px !important;
}

.hmApplyPad {
    padding-top: 60px;
}

/*END ibv */

/*BEGIN Members area*/
#memberwrapper {
    position: relative;
}

.leftnav {
    float: left;
    width: 250px;
    top: 0;
    bottom: 0;
    background: url(../assets/images/members/bg.png);
    background-size: cover;
    /*z-index: 10000;*/
    position: absolute;
}

.rightcont {
    padding-left: 265px;
    padding-bottom: 50px;
    padding-right: 15px;
    background: #f5f5f5;
    min-height: 600px;
}

.rightcont .btnNextArr, .modalcont .btnNextArr {
    font-size: 20px;
}

.rightcont .btn.next-step, .rightcont .btn.prev-step, .modalcont .btn.next-step, .modalcont .btn.prev-step {
    font-size: 15px;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}

.rightcontnonav {
    padding-left: 0px;
    padding-bottom: 50px;
}

.memmobnav {
    color: #ffffff;
    background: #67a22b;
    display: none;
}

.memmobnav.fixed {
    display: block;
    position: fixed;
    top: 61px;
    width: 100%;
    z-index: 1000;
}

#mobmenu {
    cursor: pointer;
    font-size: 19px;
}

.memmobarrow {
    margin-left: 10px;
    margin-right: 10px;
}

.sidebar-nav {
    margin: 0;
    margin-top: 30px;
    padding: 0;
    list-style: none;
    color: #ffffff;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 50px;
    margin-bottom: 10px;
}

.sidebar-nav li img {
    margin-right: 10px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
}

.sidebar-nav li a i {
    display: inline;
    font-size: 20px;
    margin-right: 12px;
    vertical-align: middle;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: #49731f;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.membershd h2 {
    /*font-weight: 300;*/
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 25px;
}

.boxcont {
    background: #ffffff;
    margin-top: 30px;
    font-size: 14px;
    padding: 15px;
    border: solid 1px #dddddd;
}

.boxcont h2 {
    color: #0b2f88;
    font-size: 15px;
    text-align: left;
}

/*Collections*/
.collActionLink a, .collActionLink button, .collActionLinkSm a {
    color: #00b9fc;
    font-size: 22px;
}

.collActionLinkSm a {
    font-size: 14px;
}

.collPayChoice select {
    width: 100px;
    height: 30px;
}

.collHeader {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 768px) {
    .membcont {
        padding: 0;
        background-color: #f5f5f5;
    }

    .leftnav {
        /*visibility: hidden;*/
        /*width: 0px;*/
        z-index: 1000;
        position: fixed;
        display: none;
    }

    .rightcont {
        padding-left: 15px;
        min-height: 0;
    }

    .memmobnav {
        display: block;
    }

    #memberwrapper.toggled .leftnav {
        /*visibility: visible;*/
        width: 250px;
        /*position: fixed;*/
        /*-webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;*/
    }

    .custAreaHey {
        font-size: 20px;
    }

    .custAreaHmStatus h2 {
        font-size: 14px;
    }

    .custAreaLoyalty h2 {
        font-size: 25px;
    }

    .memloyaltystat {
        width: 50px;
    }
}

/*END Members area*/

/*=========Common button style==================*/

a.btn-type {
    color: #222;
    border: 1px solid #222;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 120px;
    margin-left: 25px;
}
a.btn-type:hover {
    border: 1px solid transparent;
}
a.cta-button {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    padding-left: 50px;
    text-align: center;
    width: 240px;
    background: -webkit-linear-gradient(#2965f6, #112b6a);
    background: linear-gradient(#2965f6, #112b6a);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.40);
}
a.cta-button:hover {
    background: linear-gradient(#112b6a, #2965f6);
}
a.cta-button i {
    color: #000000;
    font-size: 22px;
    opacity: .6;
    padding-left: 36px;
}
.section-button p {
    font-size: 12px;
    
    font-weight: 400;
    padding-top: 18px;
}
.btn.next-step {
    background: linear-gradient(#2965f6, #112b6a);
    color: #FFF;
    font-size: 18px;
    
    font-weight: bold;
    border: none;
    padding: 17px 95px;
    box-shadow: none;
}
.contact-form input.submit-button {
    color: #fff;
    
    font-weight: bold;
    text-transform: capitalize;
    background: linear-gradient(#2965f6, #112b6a);
    width: 170px;
    height: 50px;
    line-height: 50px;
    border: none;
}
.invite-btn-1 input.submit-button {
    height: 60px;
    width: 240px;
    font-size: 18px;
    
    font-weight: bold;
    padding-left: 40px;
    line-height: 60px;
}
.share-btn {
    background: #3b5998;
    color: #fff;
    font-size: 18px;
    
    font-weight: bold;
    border: none;
    height: 60px;
    width: 240px;
    line-height: 62px;
    border-radius: 3px;
}
.share-btn i {
    padding-right: 8px;
}