/* menu.css starts */
.smbFooter .footerWrap {
    overflow: hidden;
    padding-top: 0px;
    height: auto;
}
.smbFooter .col-products {
    margin-bottom: 0px;
    margin-top: 5px;
}
.smbFooter .col-resource {
    margin-bottom: 0px;
    margin-top: 4px;
}
.smbFooter .col-support {
    margin-bottom: 0px;
    margin-top: 3px;
    padding-left: 0;
}
.smbFooter {
    position: relative;
    padding-top: 0px;
    margin: 0px auto;
    clear: both;
}
.smbFooter a:hover {
    color: #000000;
    text-decoration: underline;
}
.smbFooter .column {
    float: left;
    display: block;
    width: 25%;
}
.topLevelLinks {
    margin-bottom: 0;
}
.smbFooter a,
.smbFooter a:hover,
.smbFooter a:focus,
.smbFooter a:active,
.smbFooter a:visited {
    color: #000000;
}
.smbFooter .topLevelLinks li {
    margin-bottom: 7px;
    line-height: normal;
}
.smbFooter a {
    color: #000000;
    font-family: "Poppins Regular", sans-serif;
}
.smbFooter .footerWrap {
    overflow: hidden;
    padding-top: 0px;
    margin-bottom: 80px;
}
.smbFooter .topLevelLinks li {
    font-size: 14px !important;
    font-style: normal;
    text-align: left;
    font-family: "Poppins Regular", sans-serif;
    line-height: 21px;
}
.smbFooter .socContainer {
    display: block;
    height: 50px;
    width: 192px;
    float: right;
    margin-top: 0px;
    margin-bottom: 15px;
    background-image: url(/c/small-business/assets/images/global/SocialMediaIcons.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center 0px;
}
.socIcon {
    width: 25%;
    height: 100%;
    float: left;
}
.smbFooter .column h4 {
    font-size: 23px;
    color: #000000;
    line-height: 31px;
    padding-bottom: 4px;
    margin-bottom: 5px;
    font-family: "Poppins SemiBold", sans-serif;
}
.lookingForMore {
    margin-left: 0px;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-family: "Poppins SemiBold", sans-serif;
    line-height: 36px;
}
.fatFooterColsWrapper {
    width: 100%;
    margin: auto;
    display: table;
}
.fatFooterColsWrapper:after {
    content: '';
    clear: both;
    display: block;
}
.smbFooter .footerWrap .lookingForMore {
    text-align: left;
    line-height: 36px;
    font-family: "Poppins SemiBold", sans-serif;
    color: black;
    font-size: 28px;
    float: left;
}

.smbFooter .col-resource {
    margin-left: -30px;
    font-family: "Maison Neue Bold";
}
.smbFooter .col-support {
    margin-left: 0px;
    font-family: "Maison Neue Bold";
}
.smbFooter {
    width: auto;
}
@media (max-width:990px) {
    .smbFooter .footerWrap .lookingForMore {
        margin-left: 0px;
        text-align: center;
        font-size: 27px;
        margin-top: 0;
    }
    .smbFooter .col-products {
        margin-left: 0px;
    }
    .smbFooter .col-resource {
        margin-left: 0px;
    }
    .smbFooter .col-support {
        margin-left: 0px;
    }
    .smbFooter a {
        font-size: 14px;
    }
    .smbFooter .column h4 {
        font-size: 16px;
    }
}
@media only screen and (min-width: 280px) and (max-width: 350px){
    .smbFooter .socContainer {
        display: block;
        height: 36px;
        width: 174px;
        float: none;
        margin-top: 48px;
        margin-bottom: 3px;
        background-image: url(/c/small-business/assets/images/global/SocialMediaIcons.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
        margin-left: 60px !important;
    }
}
@media (max-width: 767px) {
    .smbFooter .socContainer {
        display: block;
        height: 36px;
        width: 174px;
        float: none;
        margin-top: 48px;
        margin-bottom: 3px;
        background-image: url(/c/small-business/assets/images/global/SocialMediaIcons.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
        margin-left: 120px;
    }
    .smbFooter .column h4 {
        font-size: 18px;
        color: black;
    }
    .smbFooter .topLevelLinks li {
        text-align: center;
        margin-bottom: 3px;
    }
    div#smbPortalFooter {
        max-width: none !important;
        text-align: center;
    }
    .bodyWithZeroPadding {
        padding: 0px !important;
    }
    .smbFooter {
        position: relative;
        padding: 0px;
    }
    .smbFooter .footerWrap {
        margin-bottom: 61px;
    }
    .smbFooter .footerWrap .lookingForMore {
        float: none;
        font-size: 28px;
        margin-top: 0px;
    }
    .smbFooter .col-products {
        margin-left: 0px;
        font-family: "Maison Neue Bold";
    }
    .smbFooter .col-resource {
        margin-left: 0px;
        font-family: "Maison Neue Bold";
    }
    .smbFooter .col-support {
        margin-left: 0px;
        font-family: "Maison Neue Bold";
        padding-left: 15px;
    }
    .smbFooter .column {
        display: block;
        padding: 0;
        margin: 4px 0;
        width: 100%;
    }
    #globFooter {
        padding: 0 15px;
    }
    .fatFooterColsWrapper {
        width: 100%;
        margin: auto;
    }
}