#block-system-main .content-wrap,
#resources ul {
    overflow: hidden
}

#block-system-main {
    margin: 60px 0
}

#block-system-main .content-wrap h1.field-resources-list-heading {
    text-align: center
}

#block-system-main h1.page-heading,
#block-system-main p.page-caption {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    text-align: center
}

#resources {
    position: relative;
    margin: 0
}

#resources .tab-search .content-wrap {
    margin: 20px auto
}

.tab-search {
    width: 100%;
    margin-bottom: 50px;
}

.tab-search .srchbtn {
    display: none
}

.tab-search .src-input {
    display: block;
    outline: 0;
    font-size: 16px;
    height: 58px;
    line-height: 30px;
    color: #333;
    width: 100%;
    padding: 10px 50px 10px 50px;
    box-sizing: border-box;
    transition: .5s ease;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 1px solid #eaeaea;
    background: url(https://www.zoho.com/creator/images/search-icon.png) 13px 16px/24px 24px no-repeat rgba(0, 0, 0, 0);
    cursor: pointer;
}

#resources .content-wrap {
    max-width: 980px;
    width: 90%
}

#resources>.content-wrap {
    margin: 0 auto
}
#resources>.content-wrap h4{
    font-size:24px;
}
#resources li {
    display: inline-block;
    float: left;
    width: 45%;
    margin: 0 5% 0 0
}

#resources li:nth-child(2n+2) {
    margin: 0 0 0 5%
}

#resources li>div {
    position: relative;
    padding: 40px 0 20px 60px
}

#resources li>div span {
    position: absolute;
    left: 0;
    top: 40px;
    display: block;
    height: 50px;
    margin: 0 0 10px;
    width: 50px;
    opacity: .75
}


#resources li>div p {
    display: inline
}

#resources li>div p a,
#resources li>div>a {
    font-size: 16px;
    white-space: nowrap;
    display: inline-block
}

#resources li>div .learnmore-links a {
    position: relative;
    padding: 0 7px;
    display: inline-block;
    font-size: 14px
}

#resources li>div .learnmore-links a:last-child {
    padding-right: 0
}

#resources li>div .learnmore-links a:hover {
    text-decoration: underline
}

#resources li>div .learnmore-links a:visited {
    color: #00add5
}

#resources li>div .learnmore-links a:first-child {
    padding: 0 10px 0 0
}

#resources li>div .learnmore-links a:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 70%;
    background: #ddd;
    right: 0;
    top: 15%
}

#resources li>div .learnmore-links a:last-child:after {
    display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #resources>.content-wrap h4{
        font-size:22px;
    }
    #resources li>div {
        min-height: 140px;
        padding: 20px 0 10px 60px
    }
}

@media only screen and (max-width:767px) {
    #resources>.content-wrap h4{
        font-size:20px;
    }
    #block-system-main .content-wrap {
        max-width: 400px
    }
    #resources li,
    #resources li:nth-child(2n+2) {
        width: 100%;
        margin: 0
    }
    #resources li:nth-child(n+2) {
        border-top: 1px dashed #E2E2E2
    }
    #resources li>div {
        min-height: inherit;
        padding: 40px 0 50px 60px
    }
}