.form-control {
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
}

.col-md-6 {
    width: 50%;
}

.col-md-12 {
    width: 100%;
}

/* ========= Resources Page =========*/
.container-1350 {
    max-width: 1350px;
    margin: 0 auto;
}


/* Search Arae */
body#main .resources-search {
    padding: 16px 0;
    border-bottom: 2px solid #efefef;
    transition: 300ms all ease;
}

body#main .resources-search.focus-search {
    padding: 0 0;
}

body#main .resources-search .resources-search-form {
    padding: 0;
    position: relative;
    z-index: 10001;
    background-color: #ffffff;
    transition: 300ms all ease;
    border: 2px solid transparent;
    border-bottom: 0;
}

body#main .resources-search .resources-search-form:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #3ac4d7;
    opacity: 0;
    visibility: hidden;
}

body#main .resources-search.focus-search .resources-search-form {
    padding: 16px 0;
    border-color: #efefef;
}

body#main .resources-search.focus-search .resources-search-form:after {
    opacity: 1;
    visibility: visible;
}

body#main .resources-search .resources-search-form form {
    position: relative;
    width: 100%;
    padding-left: 60px;
}

body#main .resources-search .resources-search-form form .s-btn {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: url('../images/resources/icon-search.svg') no-repeat center;
    background-size: 22px;
    width: 60px;
    height: 43px;
    border: none;
    text-indent: -9999999px;
}

body#main .resources-search .resources-search-form form input {
    outline: none;
    font-family: 'Hind', sans-serif;
    line-height: 43px;
    height: 43px;
    font-size: 16px;
    border: none;
    width: 100%;
    border-left: 2px solid #e6e6e6;
    padding: 0 20px;
}

body#main .resources-search .resources-search-form .search-instant-results {
    border: 2px solid #efefef;
    display: none;
    border-top: 0;
    position: absolute;
    margin-top: 2px;
    top: 100%;
    left: -2px;
    right: -2px;
    background-color: #ffffff;
}

body#main .resources-search .resources-search-form .search-instant-results .result-list {
    padding: 0;
    margin: 0;
    height: 320px;
    overflow-y: hidden;
}

body#main .resources-search .resources-search-form .search-instant-results .result-list li {
    border-bottom: 1px solid #F7F7F7;
}

body#main .resources-search .resources-search-form .search-instant-results .result-list.scrollable {
    height: 470px;
    overflow-y: scroll;
}

body#main .resources-search .resources-search-form .search-instant-results .result-list.scrollable::-webkit-scrollbar {
    width: 5px;
    background: white;
}

/* Track */
body#main .resources-search .resources-search-form .search-instant-results .result-list.scrollable::-webkit-scrollbar-track {
    width: 5px;
    background: #F7F7F7;
}

/* Handle */
body#main .resources-search .resources-search-form .search-instant-results .result-list.scrollable::-webkit-scrollbar-thumb {
    height: 100px;
    width: 10px;
    background: #30C1D5;
}


body#main .resources-search .resources-search-form .search-instant-results .result-list li a {
    display: block;
    line-height: 1.2;
    padding: 28px 60px;
    font-size: 18px;
    color: #384257;
    overflow: hidden;
}

body#main .resources-search .resources-search-form .search-instant-results .result-list li a .title {
    float: left;
    display: block;
    color: #384257;
    transition: 300ms all ease;
}

body#main .resources-search .resources-search-form .search-instant-results .result-list li a .cat {
    float: right;
    display: block;
    color: #384257;
    transition: 300ms all ease;
}

body#main .resources-search .resources-search-form .search-instant-results .result-list li:hover a .title {
    color: #3ac4d7;
}

body#main .resources-search .resources-search-form .search-instant-results .result-list li:hover a .cat {
    color: #3ac4d7;
}

body#main .resources-search .resources-search-form .search-instant-results .result-list li.no-resources {
    border: none;
    padding: 50px 60px;
}

body#main .resources-search .resources-search-form .search-instant-results .result-list li.no-resources .nothing-found span {
    display: block;
    font-size: 18px;
    color: #384257;
}

body#main .resources-search .resources-search-form .search-instant-results .action-wrapper {
}

body#main .resources-search .resources-search-form .search-instant-results .action-wrapper .view-all {
    background-color: #3ac4d7;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
    width: 190px;
    text-align: center;
    display: none;
    margin: 55px auto;
    color: #fff;
    border: 1px solid #3ac4d7;
    font-weight: 600;
    border-radius: 4px;
    line-height: 40px;
    transition: 300ms all ease;
}

body#main .resources-search .resources-search-form .search-instant-results .action-wrapper .instant-loader {
    display: block;
    margin: 55px auto;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3ac4d7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

body#main .resources-search .search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(239, 239, 239, 0.6);
    z-index: 10000;
}

/* Resouces Navigation */
#main .resources-navigation {
    border-bottom: 2px solid #efefef;
    transition: 300ms all ease;
}

#main .resources-navigation .resources-menu {
    padding: 25px 0;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    min-width: 700px;
}

#main .resources-navigation .resources-menu.disappear {
    display: block;
}

#main .resources-navigation .resources-menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: space-around;
    align-items: flex-start;
}

#main .resources-navigation .resources-menu ul li {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
}

#main .resources-navigation .resources-menu ul li + li {
    border-left: 2px solid #efefef;
}

#main .resources-navigation .resources-menu ul li a {
    display: block;
    text-align: center;
    padding: 2px 0;
}
img.dlogo {
    height: 43px;
}

#main .resources-navigation .resources-menu ul li a .menu-icon {
    margin-bottom: 10px;
    transition: 300ms all ease;
    height: 52px;
    overflow: hidden;
    display: block;
    width: 74px;
    margin: 0 auto 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#main .resources-navigation .resources-menu ul li a .menu-icon img {
    display: block;
    margin: 0 auto;
}

#main .resources-navigation .resources-menu ul li a h4 {
    font-family: 'Hind', sans-serif;
    text-transform: none;
    font-size: 18px;
    color: #384257;
    font-weight: 400;
    margin: 0;
    transition: 300ms all ease;
}

#main .resources-header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}

#main .resources-header.fixed-res-header {
}

#main .resources-header.fixed-res-header .resources-navigation {
    padding: 5px 0;
}

#main .resources-header.fixed-res-header .resources-menu {
    padding: 0;
}

#main .resources-header.fixed-res-header .resources-menu ul li a .menu-icon {
    height: 0;
    margin-bottom: 0;
}

#main .resources-header.fixed-res-header .resources-menu ul li a h4 {
    padding: 15px 0;
}

#main .resources-navigation .resources-menu ul li.current-page a h4 {
    color: #3AC4D7;
}

/* Resources Posts */
#main .resources-section {
    position: relative;
    min-height: 1300px;
    padding-top: 199px;
    transition: 300ms all ease;
}

#main .resources-section .resources-posts-area {
    border-right: 2px solid #efefef;
}

.fixed-res-header .resources-section {
    padding-top: 142px;
}

#main .resources-section .resources-container {
    max-width: 1350px;
    width: 100%;
    padding: 0;
}

#main .resources-section .resources-container::after {
    content: '';
    display: table;
    clear: both;
}

#main .resources-section .resource-post {
    padding-bottom: 65px;
    width: 100%;
    max-width: 682px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

#main .resources-section .resource-post + .resource-post {
    padding-top: 65px;
    border-top: 2px solid #efefef;
}

#main .resources-section .resource-post .thumbnail-img {
    display: block;
    margin-bottom: 40px;
}

#main .resources-section .resource-post .thumbnail-img img {
    display: block;
    width: 100%;
    height: auto;
}

#main .resources-section .resource-post .post-infos {
}

#main .resources-section .resource-post .post-infos h3 {
    font-size: 28px;
    margin: 0;
    margin-bottom: 30px;
    color: #384257;
    font-weight: 700;
    text-transform: none;
}

#main .resources-section .resource-post .post-infos h3 a {
    font-size: 28px;
    line-height: 35px;
    color: #384257;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    transition: 300ms all ease;
}

#main .resources-section .resource-post .post-infos h3 a:hover {
    color: #3ac4d7;
}

#main .resources-section .resource-post .post-infos .post-meta {
    overflow: hidden;
    margin-bottom: 30px;
}

#main .resources-section .resource-post .post-infos .post-meta .category {
    float: left;
}

#main .resources-section .resource-post .post-infos .post-meta .category h3 {
    font-size: 22px;
    font-style: normal;
    display: inline-block;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #384257 !important;
    margin: 0;
    padding: 0;
}

#main .resources-section .resource-post .post-infos .post-meta .tags {
    float: right;
    overflow: hidden;
    padding: 9px 0 8px;
}

#main .resources-section .resource-post .post-infos .post-meta .tags a {
    font-size: 14px;
    font-style: normal;
    display: block;
    float: left;
    font-weight: 300;
    line-height: 1;
    color: #b8b8b8 !important;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

#main .resources-section .resource-post .post-infos .post-meta .tags a + a {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #46c7d9;
}

#main .resources-section .resource-post .post-infos .post-short-description {
    margin-bottom: 38px;
}

#main .resources-section .resource-post .post-infos .post-short-description p {
    font-size: 16px;
    margin-bottom: 0;
    color: #384257;
    font-family: 'Hind', sans-serif;
}

#main .resources-section .resource-post .post-action {
}

#main .resources-section .resource-post .post-action .view-resource-btn {
    background-color: #3ac4d7;
    font-size: 14px;
    letter-spacing: 0.5px;
    width: fit-content;
    text-align: center;
    display: block;
    color: #fff;
    border: 1px solid #3ac4d7;
    font-weight: 600;
    border-radius: 30px;
    line-height: 40px;
    transition: 300ms all ease;
    padding: 2px 33px;
}

#main .resources-section .resource-post .post-action .view-resource-btn:hover {
    background-color: #3badbb;
    color: #ffffff;
}

#main .resources-section .resource-post.sticky-resource {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

#main .resources-section .resource-post.sticky-resource .thumbnail-img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}

#main .resources-section .resource-post.sticky-resource .post-infos {
    display: block;
    width: 100%;
    max-width: 652px;
    margin: 0 auto;
}

#main .resources-carousel-area {
    margin-bottom: 65px;
    background: url('../images/resources/resources-carousel-bg.jpg') repeat-x center;
    padding: 18px 0 30px;
}

#main .resources-carousel-area .res-carousel-wrapper {
    display: block;
    width: 100%;
    max-width: 652px;
    margin: 0 auto;
}

#main .resources-carousel-area .res-carousel-wrapper h3 {
    font-size: 24px;
    color: #ffffff;
    text-transform: none;
    font-weight: 700;
    margin: 0;
    padding-bottom: 8px;
    margin-bottom: 25px;
    border-bottom: 2px solid #ffffff;
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider {
    margin: 0 -20px;
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .carousel-item {
    padding: 0 20px;
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .carousel-item .res-carousel-box {
    background-color: #ffffff;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .carousel-item .res-carousel-box .thumb {
    height: 100px;
    overflow: hidden;
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .carousel-item .res-carousel-box .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .carousel-item .res-carousel-box .post-info {
    padding: 0 10px 14px;
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .carousel-item .res-carousel-box .post-info h4 {
    font-size: 12px;
    height: 50px;
    color: #384257;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .carousel-item .res-carousel-box .post-info h4 a {
    font-size: 12px;
    color: #384257;
    font-weight: 300;
    line-height: 1;
    font-family: 'Hind', sans-serif;
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .carousel-item .res-carousel-box .post-info .author-area {
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .carousel-item .res-carousel-box .post-info .author-area .author-image {
    float: left;
    width: 27px;
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .carousel-item .res-carousel-box .post-info .author-area .author-image img {
    display: block;
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .carousel-item .res-carousel-box .post-info .author-area .author-infos {
    display: block;
    overflow: hidden;
    margin-left: 32px;
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .carousel-item .res-carousel-box .post-info .author-area .author-infos p {
    font-size: 12px;
    color: #b8b8b8;
    font-weight: 300;
    font-family: 'Hind', sans-serif;
    line-height: 1.3;
    margin: 0 0 10px;
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .carousel-item .res-carousel-box .post-info .author-area .author-infos p span {
    font-size: 11px;
    color: #3ac4d7;
    font-weight: 300;
    font-family: 'Hind', sans-serif;
    line-height: 1.3;
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .carousel-item .res-carousel-box .post-info .author-area .author-infos p span a {
    color: #3AC4D7;
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .carousel-item .res-carousel-box .post-info .read-more-btn {
    font-weight: 700;
    color: #3ac4d7;
    font-size: 12px;
    font-family: 'Hind', sans-serif;
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .slick-prev {
    width: 28px;
    height: 28px;
    display: block;
    background: #389aab url('../images/resources/icon-arrow-left-white.svg') no-repeat center;
    background-size: 12px 12px;
    border-radius: 50%;
    top: 50%;
    left: -23px;
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .slick-prev:before {
    display: none;
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .slick-next {
    width: 28px;
    height: 28px;
    display: block;
    background: #389aab url('../images/resources/icon-arrow-right-white.svg') no-repeat center;
    background-size: 12px 12px;
    border-radius: 50%;
    top: 50%;
    right: -23px;
    left: auto;
}

#main .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .slick-next:before {
    display: none;
}

/* Resources Sidebar */

#main .table-of-content-sticky {
    top: 90px;
    position: -webkit-sticky;
    position: sticky;
}

#main #sticky-sidebar > div {
    max-width: 298px;
}

#main .resources-sidebar {
    padding-left: 40px;
    padding-top: 30px;
    padding-right: 40px;
}

#main .resources-sidebar .widget-subscribe {
    margin-bottom: 60px;
}

#main .resources-sidebar .widget-subscribe h4 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 10px;
    color: #384257;
    font-weight: 700;
    text-transform: none;
}

#main .resources-sidebar .widget-subscribe p {
    font-size: 16px;
    color: #384257;
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.1;
}

#main .resources-sidebar .widget-subscribe form {
    max-width: 205px;
    width: 100%;
    position: relative;
    padding-right: 31px;
    overflow: hidden;
}

#main .resources-sidebar .widget-subscribe form input[type="email"] {
    width: 100%;
    display: block;
    background-color: #f5f5f5;
    height: 37px;
    line-height: 37px;
    padding: 0 10px;
    border: none;
    outline: none;
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    color: #384257;
}

#main .resources-sidebar .widget-subscribe form input[type="email"]::-webkit-input-placeholder {
    color: #bdbdbf;
}

#main .resources-sidebar .widget-subscribe form input[type="email"]::-moz-placeholder {
    color: #bdbdbf;
}

#main .resources-sidebar .widget-subscribe form input[type="email"]:-ms-input-placeholder {
    color: #bdbdbf;
}

#main .resources-sidebar .widget-subscribe form input[type="email"]:-moz-placeholder {
    color: #bdbdbf;
}

#main .resources-sidebar .widget-subscribe form input[type="submit"] {
    display: block;
    position: absolute;
    width: 31px;
    height: 37px;
    background: #ff6e5e url('../images/resources/icon-arrow-right-white.svg') no-repeat center;
    background-size: 8px 15px;
    text-indent: -99999px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 30px;
}

#main .resources-sidebar .widget-subscribe form input[type="submit"]:hover {
    background-color: #ec5044;
}

#main .resources-sidebar .widget-side-resources {
    margin-bottom: 60px;
}

#main .resources-sidebar .widget-side-resources h4 {
    font-size: 24px;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #efefef;
    margin-bottom: 10px;
    color: #384257;
    font-weight: 700;
    text-transform: none;
}

#main .resources-sidebar .widget-side-resources ul {
}

#main .resources-sidebar .widget-side-resources ul li {
}

#main .resources-sidebar .widget-side-resources ul li + li {
    margin-top: 16px;
}

#main .resources-sidebar .widget-side-resources ul li a {
    font-size: 16px;
    color: #384257;
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.3;
    transition: 300ms all ease;
}

#main .resources-sidebar .widget-side-resources ul li a:hover {
    color: #3ac4d7;
}

#main .resources-sidebar .widget-side-level {
    margin-bottom: 60px;
}

#main .resources-sidebar .widget-side-level h4 {
    font-size: 24px;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #efefef;
    margin-bottom: 20px;
    color: #384257;
    font-weight: 700;
    text-transform: none;
}

#main .resources-sidebar .widget-side-level ul {
}

#main .resources-sidebar .widget-side-level ul li {
    overflow: hidden;
}

#main .resources-sidebar .widget-side-level ul li + li {
    margin-top: 16px;
}

#main .resources-sidebar .widget-side-level ul li .custom-radio-box {
    position: relative;
    width: 20px;
    height: 20px;
    float: left;
}

#main .resources-sidebar .widget-side-level ul li .custom-radio-box input {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
    cursor: pointer;
    opacity: 0;
}

#main .resources-sidebar .widget-side-level ul li .custom-radio-box span {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 4;
}

#main .resources-sidebar .widget-side-level ul li .custom-radio-box span:after {
    content: '';
    width: 50%;
    height: 50%;
    background: #3ac4d7;
    display: block;
    opacity: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#main .resources-sidebar .widget-side-level ul li .custom-radio-box input:checked ~ span {
    border-color: #3ac4d7;
}

#main .resources-sidebar .widget-side-level ul li .custom-radio-box input:checked ~ span:after {
    opacity: 1;
}

#main .resources-sidebar .widget-side-level ul li label {
    font-weight: 400;
    color: #384257;
    display: block;
    margin-left: 38px;
}

/* Blog */
#main .resources--blog {
}

#main .resources--blog .resource-post {
}

#main .resources--blog .resource-post .post-infos {
}

#main .resources--blog .resource-post .post-infos .post-meta {
}

#main .resources--blog .resource-post .post-infos .post-meta .author-infos {
    float: left;
}

#main .resources--blog .resource-post .post-infos .post-meta .author-infos .author-img {
    float: left;
    width: 27px;
}

#main .resources--blog .resource-post .post-infos .post-meta .author-infos .author-img img {
    display: block;
    width: 100%;
    height: auto;
}

#main .resources--blog .resource-post .post-infos .post-meta .author-infos .posted-infos {
    margin-left: 45px;
    padding: 5px 0;
}

#main .resources--blog .resource-post .post-infos .post-meta .author-infos .posted-infos p {
    font-size: 14px;
    color: #b8b8b8;
}

#main .resources--blog .resource-post .post-infos .post-meta .author-infos .posted-infos p a {
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #3AC4D7;
}

#main .resources--blog .resource-post .post-infos .post-meta .author-infos .posted-infos p span.separator {
    font-size: 14px;
    color: #b8b8b8 !important;
    font-style: normal;
    margin: 0 10px;
    padding: 0;
    font-weight: 400;
}

.
.resources-pagination {
    max-width: 652px;
    margin: 0 auto;
    width: 100%;
}

.resources-pagination.pagination-big {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    width: 100%;
}

ul.pagination li.current span {
    background-color: #3ac4d7 !important;
    color: white !important;
    border: 1px solid #3ac4d7 !important;
    border-radius: 3px;
}

ul.pagination li span.dots {
    border: none;
    color: #3ac4d7;
    border-radius: 3px;
    padding: 0;
    margin-bottom: -6px;
}

/* Jordan Fancy Toolshed */

#main .banner-newsletter {
    margin-bottom: 65px;
    background-color: #384257;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}

#main .banner-newsletter .banner-newsletter-inner {
    padding-top: 42px;
    padding-bottom: 42px;
    max-width: 652px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    display: flex;
}
section.integrations-categories.u-top_m_search.resources-nav {
    margin-top: 0px;
}
#main .banner-newsletter .banner-newsletter-inner.big-inner {
    max-width: 1060px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}

#main .banner-newsletter .newsletter-text h2 {
    text-transform: none;
    color: #ffffff;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}

#main .banner-newsletter .newsletter-text p {
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
}

#main .banner-newsletter .newsletter-form form {
    width: 205px;
    padding-right: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

#main .banner-newsletter .newsletter-form form input[type=email] {
    height: 37px;
    line-height: 37px;
    border: none;
    outline: none;
    width: 100%;
    display: block;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    font-family: 'Hind';
}

#main .banner-newsletter .newsletter-form form input[type="email"]::-webkit-input-placeholder {
    color: #bdbdbf;
    font-size: 16px;
    font-weight: 400;
}

#main .banner-newsletter .newsletter-form form input[type="email"]::-moz-placeholder {
    color: #bdbdbf;
    font-size: 16px;
    font-weight: 400;
}

#main .banner-newsletter .newsletter-form form input[type="email"]:-ms-input-placeholder {
    color: #bdbdbf;
    font-size: 16px;
    font-weight: 400;
}

#main .banner-newsletter .newsletter-form form input[type="email"]:-moz-placeholder {
    color: #bdbdbf;
    font-size: 16px;
    font-weight: 400;
}

#main .banner-newsletter .newsletter-form input[type=submit] {
    display: block;
    position: absolute;
    width: 30px;
    height: 37px;
    background: #ff6e5e url('../images/resources/icon-arrow-right-white.svg') no-repeat center;
    background-size: 8px 15px;
    text-indent: -99999px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 30px;
}

#main .banner-newsletter .btn-action {
    height: 40px;
    line-height: 40px;
    width: 190px;
    text-align: center;
    display: block;
    font-weight: 700;
    border-radius: 30px;
    background: #e36155;
    color: #ffffff;
    transition: 300ms all ease;
    font-family: 'Hind';
    font-size: 14px;
}

#main .banner-newsletter .btn-action:hover {
    background: #d55347;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

#main .resource-heading {
    margin-top: 210px;
    padding-top: 50px;
    text-align: center;
    color: #384257;
    margin-bottom: 50px
}

#main .resource-heading h1.resource-heading-title {
    text-transform: none;
    color: #384257;
    padding-bottom: 20px;
}

#main .resource-heading p {
    font-size: 18px;
    width: 50%;
    margin: auto;
}

#main .resource-post--fancy-toolshed {
    margin-bottom: 60px;
}

#main .resource-post--fancy-toolshed .resource-post-title {
    margin-top: 40px;
}

#main .resource-post--fancy-toolshed .resource-post-title h2 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 0;
    text-transform: none;
    color: #384257;
    margin-top: 20px;
    margin-bottom: 10px;
}

#main .resource-post--fancy-toolshed .resource-post-excerpt {
    margin-bottom: 33px;
}

#main .resource-post--fancy-toolshed .resource-post-title:hover h2 {
    color: #3ac4d7;
}

#main .resource-post--fancy-toolshed .resource-post-meta {
    margin: 33px 0;
}

#main .resource-post--fancy-toolshed .author-icon {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    background-size: 100% auto;
    margin-right: 17px;
    border-radius: 50%;
}

#main .resource-post--fancy-toolshed .author-name {
    padding-right: 14px;
    font-family: 'Hind', sans-serif;
    font-size: 14px;
}

#main .resource-post--fancy-toolshed .resource-post-meta-division {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    background: #b8b8b8;
}

#main .resource-post--fancy-toolshed .resource-post-date {
    padding-left: 14px;
    font-family: 'Hind', sans-serif;
    font-size: 14px;
}

#main .resource-post--fancy-toolshed .author-name, .resource-post-date {
    vertical-align: middle;
    color: #b8b8b8;
}

#main .resource-post--fancy-toolshed .author-link {
    font-family: 'Hind', sans-serif;
    color: #3AC4D7;
}

#main .resource-post--fancy-toolshed p {
    margin-bottom: 33px;
}

#main .resource-post--fancy-toolshed img.attachment-post-thumbnail {
    height: auto;
    max-width: 100%;
    width: auto;
}

#main .resource-post--fancy-toolshed-download-btn {
    border-radius: 30px;
    padding: 11px 35px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    background-color: #3ac4d7;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-family: 'Hind', sans-serif;
}

#main .resource-post--fancy-toolshed-download-btn:hover {
    color: white;
    background-color: #3badbb;
}

#main .resource-banner {
    display: block;
    margin-top: 52px;
    clear: both;
    padding: 42px 145px;
    background-color: #384257;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 90% 0;
}

#main .resource-banner-text h2 {
    text-transform: none;
    margin: 0;
    color: white;
}

#main .resource-banner-text p {
    font-weight: 500;
    color: white;
}

#main .resource-banner.newsletter .newsletter-form {
    margin-top: 27px;
}

#main .resource-banner.newsletter .newsletter-form input {
    height: 38px;
    border: none;
}

#main .resource-banner.newsletter .newsletter-form input[type=email] {
    text-indent: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #afafaf;
}

#main .resource-banner.newsletter .newsletter-form input[type=submit] {
    width: 34px;
    margin-top: -2px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
    background: #ff6e5e;
}

#main .resource-banner.newsletter .newsletter-bg {
    width: 100%;
    height: 100%;
    display: block;
    background: none;
}

#main .resource-blog-wrapper .pagination {
}

/* FANCY TOOLSHED INNER */
#main .resource-heading.resource-heading-fancy-toolshed-inner {
    margin-top: 55px;
}

#main .resource-post-pink-btn {
    display: inline-block;
    padding: 13px 17px 13px 17px;
    margin-top: 30px;
    font-weight: bold;
    background: #ff6e5e;
    border-radius: 5px;
    color: white;
}

#main .resource-post--fancy-toolshed.resource-post--inner {
    padding-left: 145px;
    margin-top: 30px;
    padding-right: 0;
    margin-left: 0;
}

#main .resource-post--fancy-toolshed.resource-post--inner img {
    width: 100%;
    height: auto;
}

#main .fancy-toolshed-inner-form-wrapper {
    margin-top: 30px;
    padding-left: 114px;
}

#main .fancy-toolshed-inner-form {
    max-width: 400px;
    padding: 40px 30px;
    background: #f5f5f5;
}

#main .fancy-toolshed-inner-form input[type="email"] {
    font-family: 'Hind';
    font-size: 14px;
    background-color: #fff;
}

#main .fancy-toolshed-inner-form, #main .fancy-toolshed-inner-form input:not(.fancy-toolshed-inner-form-submit ) {
    border-radius: 5px;
    border: 2px solid #384257;
}

#main .fancy-toolshed-inner-form input:not(.fancy-toolshed-inner-form-submit ) {
    text-indent: 10px;
    margin-bottom: 30px;
    display: block;
    height: 47px;
    width: 100%;
    color: #afafaf;
}

#main .fancy-toolshed-inner-form-submit {
    margin-top: 0;
    padding-left: 56px;
    padding-right: 56px;
    border: none;
    font-family: 'Hind', sans-serif;
    font-size: 14px;
}

#main .fancy-toolshed-inner-form .responce-message {
    padding: 20px 0 0;
}

#main .fancy-toolshed-inner-form .responce-message p {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

#main .fancy-toolshed-inner-form .responce-message.success-message p {
    color: #3bc4d7;
}

#main .fancy-toolshed-inner-form .responce-message.error-message p {
    color: #ff6e5e;
}

#main h3.fancy-toolshed-form-heading {
    margin-top: 0;
    font-weight: bold;
    font-size: 24px;
    text-transform: initial;
    color: #384257;
    line-height: 26px;
    margin-bottom: 20px;
}

.container-1030 {
    margin: 0 auto;
    position: relative;
    max-width: 1060px;
    padding: 0 15px;
}

.container-1030:before, .container-1030:after {
    content: " ";
    display: table;
}

.container-1030:after {
    clear: both;
}

.container-1030 {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body#main .resource-post--inner .resource-description ol {
    padding-left: 40px;
    margin-bottom: 20px;
    color: #384257;
    font-size: 14px;
}

body#main .resource-post--inner .resource-description li {
    list-style-type: initial;
    font-family: 'Hind';
}

body#main .resource-post--inner .resource-description p {
    margin-bottom: 33px;
    color: #545C6E;
}

#main .resources-carousel-area .res-carousel-wrapper.big-carousel {
    max-width: 1060px;
    padding: 0 15px;
}

#main .resources-carousel-area .res-carousel-wrapper.big-carousel .res-carousel-slider {
    padding: 0 42px;
}

#main .resources-carousel-area .res-carousel-wrapper.big-carousel .res-carousel-slider .slick-prev {
    left: 20px;
}

#main .resources-carousel-area .res-carousel-wrapper.big-carousel .res-carousel-slider .slick-next {
    right: 20px;
    left: auto;
}


/* Glossary */
.glossary-container {
    padding-top: 280px;
    overflow-x: hidden;
}

.glossary-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body#main .glossary-container h1 {
    text-align: center;
    margin-bottom: 50px;
    text-transform: none;
    font-size: 38px;
    color: #384257;
}

.glossary-letter-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -35px;
}

.glossary-letter-section .letter-title {
    position: relative;
    background: #3ac4d7;
    height: 2px;
    margin: 15px auto 70px;
    width: calc(100% - 70px);
}

.glossary-letter-section .letter-title span {
    color: #3ac4d7;
    font-family: "Montserrat";
    font-size: 38px;
    line-height: 1em;
    position: absolute;
    top: -19px;
    left: 50%;
    background: #fff;
    width: 80px;
    text-align: center;
    margin-left: -40px;
}

.glossary-grid {
    margin: 0 -35px;
}

.glossary-item {
    padding: 0 35px;
    float: left;
    width: 33.33333%;
    text-align: center;
    margin-bottom: 40px;
}

.glossary-item > img {
    height: 52px;
}

body#main .glossary-item h2 {
    font-size: 24px;
    color: #384257;
    font-family: "Montserrat";
    text-transform: none;
    padding: 0;
    margin: 25px 0 30px;
}


/* Blog single */
.blog-single-container {
    margin-top: 50px;
}

.blog-article-wrapper {
}

.col-main-left {
    width: 71%;
    padding-right: 30px;
    float: left;
}

.col-sidebar-right {
    width: 29%;
    float: right;
}

body#main .blog-article-wrapper h1 {
    font-size: 38px;
    color: #384257;
    text-transform: none;
    padding: 0;
    margin-bottom: 30px;
}

.blog-post-meta {
    margin-bottom: 35px;
}

.blog-post-meta .left {
    float: left;
}

.blog-post-meta .right {
    float: right;
    margin-top: 2.5px;
}

body#main .blog-post-meta .by, body#main .blog-post-meta .date, body#main .blog-post-meta .date time {
    font-size: 16px;
    color: #b8b8b8;
    font-family: 'Hind', sans-serif;
}

body#main .blog-post-meta .sep {
    padding: 0 5px;
    font-size: 16px;
    color: #b8b8b8;
}

body#main .blog-post .blog-post-meta .by img {
    border-radius: 100%;
    margin-right: 10px;
    width: 27px;
}

body#main .blog-post-meta a, body#main .blog-post-meta span.post-meta-author {
    color: #343a46;
    font-size: 16px;
    font-family: 'Hind', sans-serif;
}

.post-tags {
}

.post-tags li {
    list-style: none;
    display: inline-block;
    padding-right: 6px;
    margin-right: 6px;
    border-right: 2px solid #3ac4d7;
    line-height: 1em;
}

.post-tags li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: 0 none;
}

body#main .post-tags li a {
    color: #343a46;
    font-size: 16px;
    text-transform: capitalize;
}

body#main .blog-post .article img {
    margin-top: 0;
}

body#main .blog-article-wrapper .article {
    width: 100%;
    float: none;
}

body#main.single-resources .blog-post .article img {
    width: 100%;
    height: auto;
}

.comments-section {
    margin-top: 70px;
}

.article-similar-posts {
    margin-top: 70px;
}

.article-similar-posts > .title {
    color: #384257;
    font-size: 20px;
    font-family: "Montserrat";
    border-bottom: 2px solid #efefef;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-weight: bold;
}

.article-similar-posts li {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 23px;
    border-bottom: 2px solid #efefef;
    min-height: 125px;
    position: relative;
}

.article-similar-posts li:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
}

.article-similar-posts li .img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 200px;
}

.article-similar-posts li .img img {
    display: block;
    width: 100%;
}

.article-similar-posts li .text {
    padding-left: 280px;
}

body#main .article-similar-posts li .text .title {
    color: #343a46;
    font-family: 'Montserrat';
    display: block;
    margin-bottom: 15px;
}

body#main .article-similar-posts .blog-post-meta a {
    color: #3ac4d7;
    font-family: 'Hind', sans-serif;
}

.article-similar-posts li .blog-post-meta {
    margin-bottom: 0;
}

/* Sidebar */
.blog-single-container .widget {
    margin-bottom: 45px;
}

.widget .widget-title {
    font-size: 20px;
    color: #343a46;
    font-family: "Montserrat";
    border-bottom: 2px solid #efefef;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-weight: bold;
}

body#main .widget-table-contents li {
    margin-bottom: 8px;
    list-style: disc;
    list-style-position: inside;
    font-size: 13px;
    color: #3ac4d7;
    font-family: serif;
}

body#main .widget-table-contents li a {
    font-family: "Georgia", serif;
    color: #3AC4D7;
    line-height: 1.4;
}

#sticky-bonus-widget {
    position: relative;
    max-width: 298px;
}

#sticky-bonus-widget.sticky {
    position: fixed;
    top: 90px;
}

.widget-bonus {
    border: 2px solid #384257;
    border-radius: 4px;
    padding: 20px;
}

.widget-bonus .widget-title {
    font-size: 30px;
    color: #3ac4d7;
    text-transform: uppercase;
}

body#main .widget-bonus p {
    font-size: 24px;
    color: #384257;
    font-family: "Montserrat";
    line-height: 1.3em;
    margin-bottom: 25px;
    font-weight: bold;
}

body#main .widget-bonus a {
    display: block;
    text-align: center;
    border-radius: 4px;
    background: #ff6e5e;
    line-height: 54px;
    color: #fff;
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: bold;
}

section.integrations-categories .wrapper ul li a {
    color: #394257;
    transition: all .4s;
}

section.integrations-categories .wrapper ul li a:hover {
    color: #3ac4d7 !important;
}

section.integrations-categories .wrapper ul li.current-page a {
    color: #3ac4d7 !important;
}


/* EXTRA GRID STYLES */
.row.row-zero {
    margin-right: 0;
    margin-left: 0;
}

.row.row-zero > div {
    padding-left: 0;
    padding-right: 0;
}

.row.row-115 {
    margin-right: 0;
    margin-left: 0;
}

.row.row-115 > div {
    padding-left: 0;
    padding-right: 0;
}

.row::after {
    content: '';
    display: table;
    clear: both;
}
.thrv_wrapper.thrv_text_element.tve_empty_dropzone {
    width: 100%;
}

@media (min-width: 1350px) {

    body .resources-pagination {
        margin-left: 105px;
    }
}

@media (min-width: 992px) {
    .col-md-custom-8 {
        width: 69.4%;
    }

    .col-md-custom-4 {
        width: 30.6%;
    }

    .row.row-115 {
        margin-right: -115px;
        margin-left: -115px;
    }

    .row.row-115 > div {
        padding-left: 115px;
        padding-right: 115px;
    }

}

@media only screen and (max-height: 850px) {

    #main .resources-header.fixed-res-header .resources-navigation {
        padding: 0;
    }

    #main .resources-section .resource-post.sticky-resource {
        max-width: 682px;
    }

    #main .resources-section {
        padding-top: 47px;
    }

    #main .resource-heading {
        margin-top: 40px;
    }

    body#main .resources-search {
        padding: 0;
        border-bottom: none;
    }

    body#main .resources-search .container {
        max-width: auto;
        width: auto;
    }

    #main .resources-navigation .resources-menu {
        padding: 0;
    }

    #main .resources-navigation .resources-menu ul li + li {
        height: 41px;
    }

    #main .resources-navigation .resources-menu ul li a h4 {
        margin-top: 12px;
    }

    #main .resources-header.fixed-res-header .resources-menu ul li a h4 {
        padding: 0;
    }

    body#main .resources-search .resources-search-form form .s-btn {
        height: 40px;
    }

    body#main .resources-search .resources-search-form {
        position: static;
        height: 43px;
        border-right: 2px solid #e6e6e6;
        border-left: 2px solid #e6e6e6;
    }

    body#main .resources-search.focus-search .resources-search-form {
        padding: 0;
    }

    body#main .resources-search .resources-search-form input.instant-search-input {
        display: none;
    }

    body#main .resources-search.expand input.instant-search-input {
        display: block;
    }

    body#main .resources-search .resources-search-form:after {
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
    }

    body#main .resources-search.expand {
        width: 100%;
    }

    body#main .resources-search .resources-search-form .search-instant-results {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
        z-index: 20000;
    }

    #main .resources-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        max-width: 1170px;
        border-bottom: none;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    body#main .resources-search .resources-search-form form input {
        height: 40px;
    }

    #main .resources-header {
        border-bottom: 2px solid #efefef;
    }

    body#main .resources-search .resources-search-form form .s-btn:focus {
        outline: none;
        border-right-color: green;
    }

    #main .resources-navigation .resources-menu.disappear {
        display: none;
    }

    #main .resources-navigation .resources-menu ul li a .menu-icon {
        display: none;
    }

    #main .main-content div.resources-section {
        padding-top: 68px;
    }

  

    #main section.integrations-categories.minified {
        padding: 10px 0;
    }

    #main section.integrations-categories.minified .wrapper li {
        padding: 0 5px;
    }

    #main section.integrations-categories .wrapper {
        display: flex;
        /*overflow-x: scroll;*/
    }

    #main section.integrations-categories .wrapper ul {
        justify-content: center;
        min-width: 1020px;
    }

    #main section.integrations-categories .wrapper ul li a {
        padding: 10px 20px;
    }

   

    #main section.integrations-categories .wrapper div.for-mobile {
        display: flex;
    }

    #main section.search-bar.for-desktop {
        display: none;
    }
}


@media only screen and (max-width: 992px) {
    #main .resources-section .resources-posts-area {
        border-right: none;
    }

    /* #main .resources-sidebar{ padding-left: 0; padding-right: 0; } */
    .glossary-item {
        width: 100%;
    }

    .col-main-left, .col-sidebar-right {
        width: 100%;
        padding-right: 0px;
        float: none;
    }

    body#main .blog-article-wrapper h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    #main #sticky-sidebar > div {
        max-width: initial;
    }

    .blog-post-meta {
        margin-bottom: 20px;
    }

    .blog-post-meta .left, .blog-post-meta .right {
        float: none;
    }

    .blog-post-meta .left {
        margin-bottom: 10px;
    }

    .article-similar-posts li .text {
        padding-left: 240px;
    }

    #main .resource-heading.resource-heading-fancy-toolshed-inner {
        margin-top: 30px;
    }

    #main .resource-post--fancy-toolshed {
        display: block;
        width: 50%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    #main .resource-post--fancy-toolshed.resource-post--inner {
        padding-left: 0;
        width: 70%;
    }

    #main .fancy-toolshed-inner-form-wrapper {
        text-align: center;
        padding-left: 0;
    }

    #main .fancy-toolshed-inner-form {
        margin-left: auto;
        margin-right: auto;
    }

    #main .resource-post--fancy-toolshed:nth-of-type(odd) {
        margin-left: auto;
        padding-right: 0;
    }

    #main .resource-post--fancy-toolshed:nth-of-type(even) {
        margin-right: auto;
        padding-left: 0;
    }

    #main .resource-banner {
        text-align: center;
        padding: 40px 40px;
        background-position: 150% 0;
    }

    #main .resource-blog-wrapper .pagination {
        display: inline-block;
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-top: 50px;
    }

    #main .main-content .resources-section {
        padding-top: 191px;
    }
}

@media only screen and (max-width: 768px) {
    #main .main-content .resources-section {
        padding-top: 68px;
    }

    #main .main-content .container-1350 .col-md-6 {
        width: 100%;
    }

    #main .resource-post--fancy-toolshed img.attachment-post-thumbnail {
        width: 100%;
    }

    #main .resource-heading {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 767px) {

    #main section.integrations-categories .wrapper ul li a .icon {
        display: none;
    }
    #main section.integrations-categories {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0;
    }
    #main .resources-section {
        padding-top: 154px;
    }

    .resources-search {
        padding: 5px 0;
    }

    #main .resources-navigation {
        padding: 10px 0;
    }

    #main .resources-header.fixed-res-header .resources-menu ul li a h4 {
        padding: 5px 0;
    }

    .resources-search .resources-search-form form input {
        height: 35px;
        line-height: 35px;
    }

    .resources-search .resources-search-form form .s-btn {
        height: 35px;
        background-size: 18px;
    }

    body#main .resources-search .resources-search-form .search-instant-results .result-list {
        padding: 0;
        margin: 0;
        height: 240px;
        overflow-y: hidden;
    }

    body#main .resources-search .resources-search-form .search-instant-results .result-list.scrollable {
        height: 300px;
        overflow-y: scroll;
    }

    #main .resources-section .resources-carousel-area .res-carousel-wrapper {
        padding: 0 15px;
    }

    #main .resources-section .resources-carousel-area .res-carousel-wrapper .res-carousel-slider {
        margin: 0 -10px;
    }

    #main .resources-section .resources-carousel-area .res-carousel-wrapper .res-carousel-slider .carousel-item {
        padding: 0 10px;
    }

    #main .resources-section .resource-post .post-infos .post-meta .category span {
        font-size: 20px;
    }

    #main .resources-section .resource-post .post-infos .post-meta .tags span {
        font-size: 12px;
    }

    #main .resources-section .resource-post .post-infos .post-meta .tags span + span {
        margin-left: 10px;
        padding-left: 10px;
    }

    #main .resources-section .resource-post .post-infos h3 a {
        font-size: 24px;
    }

    #main .resources-section .resource-post {
        padding-bottom: 40px;
    }

    #main .resources-section .resource-post + .resource-post {
        padding-top: 40px;
    }

    #main .resources-section .resources-carousel-area {
        margin: 0 0px 40px;
        width: 100%;
    }

    #main .resource-heading-text, #main .resource-post--fancy-toolshed.resource-post--inner {
        width: 90%;
    }

    #main .resource-post--fancy-toolshed {
        width: 90%;
    }

    #main .resource-post--fancy-toolshed img.attachment-post-thumbnail {
        width: 100%;
    }

    #main .banner-newsletter .banner-newsletter-inner.big-inner {
        background-image: none !important;
    }

    .glossary-container {
        padding-top: 220px;
    }

    body#main .resources-search .resources-search-form .search-instant-results .result-list li a {
        padding: 15px;
        font-size: 14px;
    }

    body#main .resources-search .resources-search-form .search-instant-results .result-list li a .title {
        width: 70%;
    }

    body#main .resources-search .resources-search-form .search-instant-results .result-list li a .cat {
        width: 28%;
        text-align: right;
    }

    body#main .resources-search .resources-search-form .search-instant-results .action-wrapper .view-all {
        margin: 20px auto;
    }

    body#main .resources-search .resources-search-form .search-instant-results .action-wrapper .instant-loader {
        margin: 20px auto;
    }

}

@media (max-width: 500px) {
    .article-similar-posts li .img {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    .article-similar-posts li .text {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    #main .resources-carousel-area .res-carousel-wrapper.big-carousel .res-carousel-slider {
        padding: 0;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}