img {
    width: 100%;
}

.post-type-archive-services .fallback-page-header {
    margin-bottom: 0 !important;
}

.post-type-archive-services .newsletter-signup {
    margin: 28px 0 -35px 0;
}

header li.social a {
    color: #ffffff;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0 !important;
    line-height: 1.3 !important;
}

ul li {
    list-style: none;
}

.tf_hubspot_form {
    pointer-events: auto;
}

/* Preloader */
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.preloader {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: visible;
    background-color: #fff;
    color: #242424;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    opacity: 0.98;
}

.preloader__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader__icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 45px;
    content: '\f1ce';
    position: absolute;
    display: block;
    animation: spin 3s ease-in-out infinite;
}

.preloader--hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

/*Styles for Section*/
.tf-services-archive {
    padding-top: 35px;
    position: relative;
    z-index: 1;
    margin-bottom: 90px;
}

.tf-services-archive::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 850px;
    z-index: -10;
}

.tf-services-archive__bottom-text {
    padding: 60px 15px 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

.tf-services-archive__bottom-text p {
    font-size: 18px;
    color: #2b2f35;
    font-weight: 400;
    line-height: 1.35;
    font-style: italic;
    text-align: center;
    margin: 0;
    padding: 0;
}

/*Styles for Container*/
.container.tf-container-full-js {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tf-main-container {
    width: 100%;
    max-width: 900px;
    padding: 0 15px;
    margin: 0 auto;
}

/*Styles for Categories Wrapper*/
.tf-servives-categories-wrapper {
    width: 100%;
    max-width: 970px;
    margin: 0 auto 25px;
    padding: 30px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 99px;
    box-shadow: 3px 3px 10px -1px #757575;
}

/*Styles for Categories*/
.tf-servives-cat {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tf-servives-cat li {
    font-size: 16px;
    color: #2b2f35;
    font-weight: 800;
    line-height: 1;
    padding: 7px 14px;
    margin: 0 5px;
    display: inline-block;
    transition: all 0.3s;
    border: 2px solid #ffffff;
    cursor: pointer;
    border-radius: 99px;
}

.tf-servives-cat li:hover,
.tf-servives-cat li:focus {
    color: #2a62bc;
    text-decoration: none;
}

.tf-servives-cat li.tf-select-cat {
    border-radius: 99px;
    border: 2px solid #2b2f35;
}

.tf-servives-cat li.tf-select-cat:hover,
.tf-servives-cat li.tf-select-cat:focus {
    border-radius: 99px;
    border: 2px solid #2a62bc;
}

/*Styles for Hotspots*/
.tf-servives-hotspots {
    position: relative;
}

.tf-servives-hotspots__map-image-wrp {
    position: relative;
}

.tf-servives-hotspots__map-image-wrp::after,
.tf-servives-hotspots__map-image-wrp::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 120%;
}

.tf-servives-hotspots__map-image-wrp::before {
    left: auto;
    right: -100%;
}

.tf-servives-hotspots__map-image {
    max-width: 100%;
    height: auto;
    display: block;
}

.tf-servives-hotspot {
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    position: absolute;
    max-width: 135px;
    transition: all 0.3s;
    text-decoration: none;
    padding: 4px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.tf-servives-hotspot:hover,
.tf-servives-hotspot:focus {
    text-decoration: none;
    outline: none;
}

.tf-servives-hotspots .tf-servives-hotspot__icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: auto;
    object-fit: contain;
    transition: opacity 0.5s;
}

.tf-servives-hotspot-wrapper:not(.active) .tf-servives-hotspot {
    opacity: 0.35;
}

.tf-servives-hotspot-wrapper.opacity-on-load .tf-servives-hotspot {
    opacity: 0.35;
}

.tf-servives-hotspot-wrapper.is-open .tf-servives-hotspot__content {
    pointer-events: none;
    padding: 50px 15px;
}

.tf-servives-hotspot-wrapper.is-open .tf-servives-hotspot__content .tf-servives-hotspot__content-permalink {
    pointer-events: auto;
}

.tf-servives-hotspot-wrapper.is-open .tf-servives-hotspot__content .tf-servives-hotspot__content-btn-wrp a {
    pointer-events: auto;
}

.tf-servives-hotspot-wrapper.is-open .tf-servives-hotspot__content .tf-servives-hotspot__content-related-inner-btn a {
    pointer-events: auto;
}

.tf-servives-hotspot-wrapper .tf-servives-hotspot__content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -15px;
    top: 100%;
    width: calc(100% + 30px);
    margin-top: 120px;
    background-color: white;
    display: none;
}

.tf-servives-hotspot-wrapper.is-open .tf-servives-hotspot__content {
    visibility: visible;
    opacity: 1;
    display: block;
}

.tf-servives-hotspot__content-post {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 5px solid #DADADB;
}

.tf-servives-hotspot__content-post:last-child {
    border-bottom: 0;
}

.tf-servives-hotspot__content-heading {
    display: flex;
    margin-bottom: 15px;
}

.tf-servives-hotspot__content-title {
    font-size: 30px;
    color: #2b2f35;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 30px;
}

.tf-servives-hotspot__content-title .tf-servives-hotspot__content-icon {
    max-width: 60px;
    width: 100%;
    margin-right: 15px;
    display: inline-block;
}

.tf-servives-hotspot__content-permalink-wrp {
    width: 100%;
    max-width: 240px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tf-servives-hotspot__content-permalink {
    font-size: 17px;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    background-color: #750071;
    border-radius: 4px;
    padding: 17px 25px;
    display: inline-block;
    transition: all 0.3s;
}

.tf-servives-hotspot__content-permalink:hover,
.tf-servives-hotspot__content-permalink:focus {
    background-color: #0b0b0b;
    color: #ffffff;
    text-decoration: none;
}

.tf-servives-hotspot__content-text {
    margin-bottom: 30px;
}

.tf-servives-hotspot__content-text p {
    font-size: 20px;
    color: #000000;
    line-height: 1.35;
    margin-bottom: 20px;
}

.tf-servives-hotspot__content-text p:last-child {
    margin-bottom: 0;
}

.tf-servives-hotspot__content-btn-wrp {
    display: flex;
    flex-wrap: wrap;
}

.tf-servives-hotspot__content-btn-wrp a {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    display: inline-block;
    color: #5D0D7E;
    border: 3px solid #5D0D7E;
    border-radius: 4px;
    padding: 15px 20px;
    background-color: transparent;
    width: 100%;
    max-width: 210px;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.tf-servives-hotspot__content-btn-wrp a:last-child {
    margin-right: 0;
}

.tf-servives-hotspot__content-btn-wrp a:hover,
.tf-servives-hotspot__content-btn-wrp a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #5D0D7E;
}

.tf-servives-hotspot__content-related {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 5px solid #DADADB;
}

.tf-servives-hotspot__content-related:last-child {
    border-bottom: 0;
}

.tf-servives-hotspot__content-related .tf-servives-hotspot__content-related-inner {
    margin-bottom: 30px;
}

.tf-servives-hotspot__content-related .tf-servives-hotspot__content-related-inner:last-child {
    margin-bottom: 0;
}

.tf-servives-hotspot__content-related-title {
    font-size: 30px;
    color: #2b2f35;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.3;
}

.tf-servives-hotspot__content-related-inner {
    display: flex;
}

.tf-servives-hotspot__content-related-inner-wrp {
    width: 100%;
    padding-right: 30px;
}

.tf-servives-hotspot__content-related-inner__title {
    font-size: 20px;
    color: #000000;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.tf-servives-hotspot__content-related-inner__title .tf-servives-hotspot__content-related-inner__icon {
    width: 100%;
    max-width: 37px;
    margin-right: 10px;
    display: inline-block;
}

.tf-servives-hotspot__content-related-inner__text p {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 15px;
}

.tf-servives-hotspot__content-related-inner__text p:last-child {
    margin-bottom: 0;
}

.tf-servives-hotspot__content-related-inner-btn {
    width: 100%;
    max-width: 190px;
    display: inline-block;
    text-align: right;
}

.tf-servives-hotspot__content-related-inner-btn a {
    font-size: 17px;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    background-color: #E39A3E;
    border-radius: 4px;
    padding: 15px 25px;
    display: inline-block;
    transition: all 0.3s;
}

.tf-servives-hotspot__content-related-inner-btn a:hover,
.tf-servives-hotspot__content-related-inner-btn a:focus {
    color: #ffffff;
    background-color: #750071;
    text-decoration: none;
}

.tf-services-related-resources__title {
    font-size: 30px;
    color: #2b2f35;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.3;
}

.tf-services-related-resources__inner {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.tf-services-related-resources__inner-type {
    font-size: 20px;
    color: #000000;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.tf-services-related-resources__inner-title {
    font-size: 20px;
    color: #000000;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.tf-services-related-resources__inner-posttext,
.tf-services-related-resources__inner-sumtext {
    margin-bottom: 15px;
}

.tf-services-related-resources__inner-posttext p,
.tf-services-related-resources__inner-sumtext p {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 15px;
}

.tf-services-related-resources__inner-posttext p:last-child,
.tf-services-related-resources__inner-sumtext p:last-child {
    margin-bottom: 0;
}

.tf-services-related-resources__inner-btn {
    font-size: 17px;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    background-color: #E39A3E;
    border-radius: 4px;
    padding: 15px 25px;
    display: inline-block;
    transition: all 0.3s;
    pointer-events: auto;
}

.tf-services-related-resources__inner-btn:hover,
.tf-services-related-resources__inner-btn:focus {
    color: #ffffff !important;
    background-color: #750071 !important;
    text-decoration: none !important;
}

/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*STYLES FOR SINGLE SERVICES PAGE*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/

.tf-services-single {
    padding: 60px 0;
    background-color: #ffffff;
}

.tf-services-single__breadcrumbs {
    margin-bottom: 20px;
}

.tf-services-single__breadcrumbs span {
    font-size: 12px;
    color: #626262;
}

.tf-services-single__breadcrumbs span a {
    font-size: 12px;
    color: #626262;
}

.tf-services-single .tf-main-container .tf-services-single__in {
    border-bottom: 4px solid #DADADB;
}

.tf-services-single .tf-main-container .tf-services-single__in:last-child {
    border-bottom: 0;
}

.tf-services-single__hero {
    display: flex;
    margin-bottom: 20px;
}

.tf-services-single__hero-content {
    display: flex;
    align-items: flex-start;
    width: 100%;
    background-color: #ffffff;
    border: 2px solid #F6F6F6;
    padding: 20px 15px;
    margin-right: 15px;
}

.tf-services-single__hero-icon {
    max-width: 50px;
    width: 100%;
    margin-right: 20px;
    object-fit: contain;
}

.tf-services-single__hero-title {
    margin: 0 0 10px;
    font-size: 18px;
}

.tf-services-single__hero-text p {
    font-size: 14px;
    margin-bottom: 5px;
}

.tf-services-single__hero-text p:last-child {
    margin-bottom: 0;
}

.tf-services-single__hero-image {
    width: 30%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tf-services-single__hero-image img {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .tf-services-single__hero-content {
        width: 100%;
        margin-right: 0;
    }

    .tf-services-single__hero-image {
        display: none;
    }
}

.tf-services-single__contact-btn {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.tf-services-single__contact-btn a {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    display: inline-block;
    color: #5D0D7E;
    border: 3px solid #5D0D7E;
    border-radius: 4px;
    padding: 15px 20px;
    background-color: transparent;
    width: 100%;
    max-width: 210px;
    text-align: center;
    transition: all 0.3s;
    pointer-events: auto;
}

.tf-services-single__contact-btn a:hover,
.tf-services-single__contact-btn a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #5D0D7E;
}

.tf-services-single__contact-btn span {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    display: inline-block;
    color: #5D0D7E;
    border: 3px solid #5D0D7E;
    border-radius: 4px;
    padding: 15px 20px;
    background-color: transparent;
    width: 100%;
    max-width: 210px;
    text-align: center;
    transition: all 0.3s;
    pointer-events: auto;
    cursor: pointer;
}

.tf-services-single__contact-btn span:hover,
.tf-services-single__contact-btn span:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #5D0D7E;
}

/*Styles for Related Single*/
.tf-related-service {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.tf-services-single__related-title {
    font-size: 30px;
    color: #2b2f35;
    margin-bottom: 25px;
    line-height: 1.3;
    font-weight: 800;
}

.tf-related-service__inner {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 2px solid #F6F6F6;
    padding: 30px 20px;
    margin-bottom: 15px;
}

.tf-related-service__inner:last-child {
    margin-bottom: 0;
}

.tf-related-service__icon-wrp {
    width: 100%;
    max-width: 60px;
    margin-right: 20px;
}

.tf-related-service__icon {
    width: 100%;
}

.tf-related-service__inner-title {
    margin-top: 0;
    margin-bottom: 10px;
}

.tf-related-service__inner-text {
    margin-bottom: 15px;
}

.tf-related-service__inner-text p {
    font-size: 14px;
    margin-bottom: 10px;
}

.tf-related-service__inner-text p:last-child {
    margin-bottom: 0;
}

.tf-related-service__inner-button a {
    font-size: 14px;
    pointer-events: auto;
}

@media only screen and (max-width: 1024px) {
    .tf-related-service__inner {
        padding: 40px 20px;
        margin-bottom: 15px;
    }

    .tf-related-service__icon-wrp {
        max-width: 70px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .tf-related-service__inner {
        align-items: flex-start;
        padding: 20px 10px;
    }

    .tf-related-service__icon-wrp {
        max-width: 40px;
    }
}

/*Styles for Related Resources*/
.tf-single-res {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.tf-single-res__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.tf-single-res__inner {
    width: 100%;
    border: 2px solid #F6F6F6;
}

.tf-single-res__image {
    width: calc(100% + 4px);
    position: relative;
    left: -2px;
    object-fit: cover;
}

.tf-single-res__placeholder {
    width: calc(100% + 4px);
    position: relative;
    left: -2px;
    text-align: center;
}

.tf-single-res__placeholder-img {
    width: 100%;
    max-width: 60%;
    object-fit: contain;
}

.tf-single-res__inner-content {
    padding: 10px;
}

.tf-single-res__inner-title, .tf-single-res__inner-resource {
    font-size: 16px;
    margin: 0 0 5px;
}

.tf-single-res__inner-resource {
    font-size: 14px;
    color: #545455;
    background-color: #d4d4d4;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 99px;
    line-height: 1;
}

.tf-single-res__inner-link {
    display: block;
    margin-top: 10px;
    pointer-events: auto;
}

@media only screen and (max-width: 1024px) {
    .tf-single-res__wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 992px) {
    .tf-single-res__wrapper {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 640px) {
    .tf-single-res__image {
        min-height: 150px;
        max-height: 150px;
    }

    .tf-single-res__placeholder-img {
        min-height: 150px;
        max-height: 150px;
    }
}

.tf-services-single__related-resources__title {
    font-size: 30px;
    color: #2b2f35;
    margin-bottom: 25px;
    line-height: 1.3;
    font-weight: 800;
}

.tf-services-single__related-resources__inner {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.tf-services-single__related-resources__inner-type {
    font-size: 18px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 10px;
}

.tf-services-single__related-resources__inner-title {
    font-size: 18px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 10px;
}

.tf-services-single__related-resources__inner-sumtext,
.tf-services-single__related-resources__inner-posttext {
    margin-bottom: 15px;
}

.tf-services-single__related-resources__inner-sumtext p,
.tf-services-single__related-resources__inner-posttext p {
    font-size: 16px;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 10px;
}

.tf-services-single__related-resources__inner-sumtext p:last-child,
.tf-services-single__related-resources__inner-posttext p:last-child {
    margin-bottom: 0;
}

.tf-services-single__related-resources__inner-btn {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    display: inline-block;
    color: #5D0D7E;
    border: 3px solid #5D0D7E;
    border-radius: 4px;
    padding: 7px 15px;
    background-color: transparent;
    text-align: center;
    transition: all 0.3s;
}

.tf-services-single__related-resources__inner-btn:hover,
.tf-services-single__related-resources__inner-btn:focus {
    text-decoration: none !important;
    color: #ffffff !important;
    background-color: #5D0D7E !important;
    border: 3px solid #5D0D7E !important;
}

.tf-services-single__related-resources__course {
    margin-bottom: 20px;
}

.tf-services-single__related-resources__inner--right {
    width: 100%;
}

.tf-services-single__related-resources__if-image {
    max-width: 200px;
    padding-left: 15px;
    width: 100%;
}

.tf-services-single__related-resources__course span {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.tf-services-single__related-resources__course .tf-services-single__related-resources__course-type {
    color: #ff9200;
}

/*Styles for Tablet and Mobile*/
@media only screen and (max-width: 1024px) {
    .tf-servives-hotspot__content-heading {
        flex-direction: column;
    }

    .tf-servives-hotspot__content-title {
        padding-right: 0;
        margin-bottom: 5px;
        font-size: 26px;
    }

    .tf-servives-hotspot__content-title .tf-servives-hotspot__content-icon {
        max-width: 40px;
    }

    .tf-servives-hotspot__content-permalink-wrp {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .tf-servives-hotspot__content-text p {
        font-size: 18px;
    }

    .tf-servives-hotspot__content-permalink {
        font-size: 16px;
    }

    .tf-servives-hotspot__content-btn-wrp a {
        font-size: 16px;
    }

    .tf-servives-hotspot__content-related-title,
    .tf-services-related-resources__title {
        font-size: 26px;
    }

    .tf-services-archive__bottom-text {
        padding: 40px 15px 0;
    }

    .tf-services-archive__bottom-text p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .tf-services-archive::before {
        height: 750px;
    }

    .tf-servives-categories-wrapper {
        padding: 20px 10px;
    }

    .tf-servives-hotspot {
        font-size: 11px;
    }

    .tf-servives-hotspot__content-title {
        font-size: 24px;
    }

    .tf-servives-hotspot__content-title .tf-servives-hotspot__content-icon {
        max-width: 35px;
    }

    .tf-servives-hotspot__content-related-inner {
        flex-direction: column;
    }

    .tf-servives-hotspot__content-related-inner-wrp {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .tf-servives-hotspot__content-related-inner-btn {
        text-align: left;
    }
}

@media only screen and (max-width: 700px) {
    .tf-services-archive::before {
        height: 700px;
    }

    .tf-servives-cat li {
        font-size: 14px;
    }

    .tf-services-single__related-resources__inner {
        flex-direction: column-reverse;
    }

    .tf-services-single__related-resources__if-image {
        padding-left: 0;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .tf-services-related-resources__inner {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 640px) {
    .tf-services-archive-desktop {
        display: none;
    }

    .tf-services-archive-mobile {
        display: block;
    }

    .tf-services-archive-mobile__text {
        padding-bottom: 30px;
    }

    .tf-services-archive-mobile__text p {
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        line-height: 1.35;
        margin-bottom: 15px;
    }

    .tf-services-archive-mobile__text p:last-child {
        margin-bottom: 0;
    }

    #tf-mobile-accordion {
        width: 100%;
        margin: 0 auto;
    }

    #tf-mobile-accordion .tf-services-archive-mobile__li-title {
        font-size: 18px;
        padding: 15px;
        margin: 0;
        line-height: 1;
        cursor: pointer;
        transition: all 0.3s;
    }

    #tf-mobile-accordion ul {
        padding: 0;
        margin: 0;
    }

    #tf-mobile-accordion ul ul li a {
        font-size: 14px;
        text-decoration: none;
        display: block;
        padding: 5px 10px 5px 30px;
        transition: all 0.3s;
    }

    #tf-mobile-accordion ul ul {
        display: none;
    }

    #tf-mobile-accordion li.active ul {
        display: block;
    }
}

@media only screen and (min-width: 641px) {
    .tf-services-archive-mobile {
        display: none;
    }
}
