@media only screen and (max-width: 767px) {
    .mx-xs-only-10 {
        margin: 0 10px;
    }
    .seo-category-list-wrapper .list .list-item {
        float: none !important;
        width: 100% !important;
        text-align: center;
    }
}

.seo-grid-wrapper {
    width: 100%;
}
.seo-grid-wrapper .seo-grid-row {
    margin: 0 -5px;
    width: calc(100% + 10px);
}
.seo-grid-wrapper .seo-grid-row:after {
    content: "";
    display: table;
    clear: both;
}
.seo-grid-wrapper .seo-grid-row .seo-grid-col {
    padding: 0 5px;
    width: calc(100% - 10px);
    float: left;
}
.seo-grid-wrapper .seo-grid-row.seo-grid-row--col-2 .seo-grid-col {
    width: calc(50% - 10px);
}
.seo-grid-wrapper .seo-grid-row.seo-grid-row--col-3 .seo-grid-col {
    width: calc(33.33% - 10px);
}
.seo-link-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.seo-link-list li {
    margin-bottom: 5px;
}
.seo-img-block {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
.seo-img-block:after {
    content: "";
    display: block;
    padding-bottom: 66.6%;
}
.seo-img-block img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.item-overlay {
    height: 150px;
    position: absolute;
    width: 100%;
    background: #1f3d8a;
    top: 0px;
    right: 0;
    left: 0;
    text-align: center;
}
.item-overlay i {
    font-size: 100px;
    color: #fff;
}
.link-block .item-overlay i {
    height: 100%;
    position: absolute;
    top: 50%;
    bottom: 0;
    transform: translate(-50%, -40%);
    left: 50%;
}
.seo-img-block.link-block:after {
    padding-bottom: 0;
}
.seo-category-list .grid_3 {
    margin-right: 0 !important;
}
.seo-category-list ul {
    margin: 0;
    list-style: none;
}
.seo-category-list-wrapper .list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.seo-category-list-wrapper .list:after {
    display: table;
    content: "";
    clear: both;
}
.seo-category-list-wrapper .list .list-item {
    float: left;
    width: 33.33%;
}
.seo-category-list-wrapper .list .list-item a {
    display: inline-block;
    padding: 5px 0;
}
.toggle-btn {
    text-align: center;
    margin: 30px 0;
}
.toggle-btn .btn {
    padding: 0;
    outline: 0;
    box-shadow: none;
    border: 0;
    background: none;
    cursor: pointer;
}
.toggle-btn .btn .fa {
    color: #1c3f9e;
}
.mobile .seo-grid-wrapper h2 {
    text-align: center;
}
#seoCategoryHeader {
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.seo-category-heading .mobile-heading {
    line-height: 0.7;
    padding-bottom: 10px;
}
.mobileSearchContainer .viewsort {
    border-bottom: .1px solid #1c3f9e;
}
.seo-description h2 {
    padding-top: 15px;
}