.search-wrap,
.search-wrap .search-box {
    position: relative;
    z-index:2;
}

.help-guides-wrap,
.help-home-content h2,
.popular-search,
.write-us-wrap {
    text-align: center
}

#block-system-main {
    margin-top: -79px;
}

.toolbar-drawer #block-system-main {
    margin-top: 0
}

.toolbar-drawer .main-container-wrapper #mini-panel-product_menu {
    background: #ccc
}

.main-container-wrapper #mini-panel-product_menu {
    background: 0 0
}

#mini-panel-product_menu .menu-icon-help-header .product-title a,
.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a {
    color: #FFF;
}
.product-nav-links .menu li a.active, .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a.active, .main-container-wrapper .product-header-top #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a.active{
    box-shadow: 0 -2px 0 #fff inset;
}
.banner-wrap {
    background-color: #103ea0
}

.search-wrap {
    max-width: 720px;
    margin: 0 auto;
    transition: .5s ease
}

.banner-wrap .search-wrap {
    padding: 110px 0 60px
}

.search-box>p {
    display: flex
}

.search-wrap input.search-field {
    font-family: proxima_novalight, Arial, Helvetica, sans-serif;
    display: block;
    border: none;
    outline: 0;
    background: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 30px;
    color: #666;
    width: 100%;
    padding: 10px 10px 10px 50px;
    box-sizing: border-box;
    transition: .5s ease
}

.search-wrap input.search-field:focus {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .4)
}

.search-wrap input.search-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    box-sizing: border-box;
    height: 50px;
    padding: 10px;
    border: none;
    outline: 0;
    background: url(/sites/default/files/help-new-sprite.png) no-repeat;
    background-size: auto 50px;
    cursor: pointer
}

.popular-search {
    margin: 20px 0 0;
    text-overflow: ellipsis;
    color: #fff
}

.popular-search a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px
}

.breadcrumb {
    overflow: hidden;
    background: 0 0;
    border-radius: 0;
    padding: 10px 0
}

.breadcrumb .content-wrap {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 0 20px;
    overflow: hidden
}

.breadcrumb ul li {
    display: block;
    float: left
}

.breadcrumb ul li a {
    color: #999;
    position: relative;
    padding: 2px 13px 2px 10px;
    font-size: 12px
}

.breadcrumb ul li a:after {
    content: '>';
    position: absolute;
    right: 0;
    top: 1px;
    width: 5px
}

.breadcrumb ul li:first-child a {
    padding-left: 0
}

.breadcrumb ul li:last-child a {
    padding-right: 0;
    color: #2b7bb9;
    cursor: default
}

.breadcrumb ul li:last-child a:after {
    display: none
}

.help-home-content {
    padding: 0;
    position: relative
}

.resources-wrap {
    margin: 60px 0;
    padding: 0 0 40px;
    overflow: hidden;
    display: block
}

.resources-wrap>.resources {
    display: table-cell;
    float: left;
    box-sizing: border-box;
    padding: 30px
}

.help-guides-wrap {
    margin: 40px 0 60px;
    overflow: hidden;
    color: #000;
}
.help-guides-wrap h2{
    padding:30px 0;
}
.help-guides-wrap h3 {
    font-size: 26px
}

.help-guides-wrap ul {
    margin: 30px auto 0;
    overflow: hidden;
    text-align: center
}

.help-guides-wrap li {
    display: inline-block;
    width: 22%;
    margin: 1%;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    vertical-align: top
}

.help-guides-wrap li>div {
    margin: 5px 10px;
    min-height: 150px;
    box-sizing: border-box;
    padding: 30px 20px
}

.help-guides-wrap li>div>span {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-bottom: 10px;
    background: url(/sites/default/files/help-new-icon-sprite.png) left top no-repeat;
    background-size: auto 100px
}

.help-guides-wrap li>div a {
    text-decoration: none
}

.help-guides-wrap li>div p+p {
    margin: 15px 0 0
}

.help-guides-wrap li>div>a {
    text-decoration: underline
}

.write-us-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    padding-top: 200px
}

.write-us-wrap:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -110px;
    width: 180px;
    height: 180px;
    background: url(../images/looking-for-icon.png) left top no-repeat;
    background-size: cover
}

.write-us-wrap h3 {
    line-height: 40px;
    color: #666
}

.write-us-wrap h3+a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 5px 20px;
    background: #5794ff;
    border-radius: 4px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #block-system-main .content-wrap {
        width: 90%
    }
    .help-guides-wrap li {
        width: 30%
    }
    .help-home-content .faq h3 {
        text-align: left
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #block-system-main .content-wrap {
        width: 90%
    }
    .help-guides-wrap li {
        width: 47%
    }
    .help-guides-wrap h2{
        padding:20px 0;
    }
    .help-home-content .faq h3 {
        text-align: left
    }
    .help-home-content .faq li {
        width: 50%
    }
    .write-us-wrap {
        padding-top: 130px
    }
    .write-us-wrap::before {
        height: 120px;
        margin: 0 0 0 -70px;
        width: 120px
    }
}

@media only screen and (max-width:767px) {
    #block-system-main .content-wrap,
    .help-home-content .faq .content-wrap {
        width: 80%
    }
    #block-system-main {
        margin-top: 7px
    }
    .banner-wrap .search-wrap {
        padding: 40px 0
    }
    .help-guides-wrap h2{
        padding:10px 0;
    }
    .main-container-wrapper #mini-panel-product_menu {
        background: #fff
    }
    #mini-panel-product_menu .menu-icon-help-header .product-title a,
    .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a {
        color: #333
    }
    .search-wrap input.search-field {
        background: rgba(0, 0, 0, .5);
        color: #ccc
    }
    .breadcrumb,
    .popular-search {
        display: none
    }
    .help-guides-wrap ul {
        margin: 20px auto 0
    }
    .help-guides-wrap h3 {
        font-size: 22px
    }
    .help-guides-wrap li {
        display: block;
        margin: 20px auto;
        width: 80%
    }
    .help-home-content .faq h3 {
        text-align: left
    }
    .help-home-content .faq li {
        display: block;
        float: none;
        margin: 5px 0;
        width: 100%
    }
    .write-us-wrap {
        padding-top: 130px
    }
    .write-us-wrap::before {
        height: 120px;
        margin: 0 0 0 -70px;
        width: 120px
    }
    .help-guides-wrap .content-wrap li {
        width: 100%
    }
}