/*
Theme Name: Georgian 2023 - Beaver Builder Child Theme
Theme URI: https://pixeljar.com
Version: 1.0
Description: A child theme for Beaver Builder that can be used as a starting point for custom development.
Author: Pixel Jar
Author URI: https://pixeljar.com
template: bb-theme
Text Domain: gpbb
*/

/* Add your custom styles here... */

@font-face {
    font-family: 'Butler';
    src: url('fonts/butler/Butler.woff2') format('woff2'),
        url('fonts/butler/Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('fonts/butler/Butler-Bold.woff2') format('woff2'),
        url('fonts/butler/Butler-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.fl-page h2.fl-heading,
.fl-page h3.fl-heading,
.fl-page h4.fl-heading,
.fl-page h5.fl-heading,
.fl-page h5.fl-heading,
.fl-page p,
.fl-page li {
    font-family: proxima-nova, sans-serif;
}

.fl-page h1,
.fl-page h3.highlight .fl-page h3.cta {
    font-family: 'Butler', serif;
}

.fl-button,
.fl-button:hover {
    transition: all 0.2s ease;
}

.menu .cta.menu-item a {
    background-color: #f1bc0b;
    border-radius: 4px;
    color: #032970 !important;
    margin-left: 17px;
    margin-right: 17px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    transition: all 0.2s ease;
}

.cta.menu-item:hover a {
    background-color: #f8db31;
    color: #ffffff !important;
    transition: all 0.2s ease;
}

.menu > li.cta.menu-item > a:hover {
    color: #012970;
}

.blog-featured-image .fl-photo-content img {
    border-radius: 8px;
    max-width: 944px;
}

.blog-post-info span {
    display: block;
}

.blog-post-info .fl-post-info-author {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.single .fl-page-content {
    background-color: #f5f7fc;
    background: linear-gradient(
        180deg,
        rgba(245, 247, 252, 1) 0%,
        rgba(245, 247, 252, 1) 100px,
        rgba(232, 236, 251, 1) 580px,
        rgba(255, 255, 255, 1) 580px
    );
}

.menu .cta.secondary.menu-item a {
    background-color: transparent;
    border: 1px solid #2746da;
    color: #2746da !important;
}

.menu > li.cta.menu-item > a:hover {
    background: #2746da;
    color: #ffffff !important;
}

.menu-item-description {
    color: #303132;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-top: 6px;
    text-transform: none;
}

ul.fl-menu-horizontal li.mega-menu > ul.sub-menu {
    padding-left: 15%;
    padding-right: 15%;
}

.mobile-header .cta.menu-item {
    display: none;
}

.mobile-header .menu {
    background-color: #ffffff;
    border-bottom: 4px solid #e3e6ee;
    border-radius: 0 0 8px 8px;
    padding: 7px 25px 25px 25px;
}

.mobile-header .menu > .menu-item {
    border-bottom: 1px solid #b5b7bc;
}

.mobile-header .menu > .menu-item .menu-item a {
    font-size: 20px;
}

header.fl-builder-content .fl-row.mobile-header .fl-col-group {
    display: flex;
}

header.fl-builder-content
    .fl-row.mobile-header
    .fl-col-group
    .fl-col.mobile-logo {
    width: 160px !important;
}

header.fl-builder-content
    .fl-row.mobile-header
    .fl-col-group
    .fl-col.mobile-cta {
    width: calc(100% - 300px) !important;
}

header.fl-builder-content
    .fl-row.mobile-header
    .fl-col-group
    .fl-col.mobile-menu {
    width: 70px !important;
}

.fl-builder-content .mobile-menu .fl-menu {
    text-align: center;
}

.mobile-header .fl-menu .fl-menu-mobile-toggle.hamburger {
    margin-top: 5px;
}

.mobile-header .fl-menu .fl-menu-mobile-toggle.hamburger .svg-container,
.blog-submenu .fl-menu .fl-menu-mobile-toggle.hamburger .svg-container {
    display: none !important;
}

.mobile-header .fl-menu .fl-menu-mobile-toggle.hamburger::before {
    content: '\f0c9';
    width: 28px;
    height: 28px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 28px;
    font-weight: 300;
}

.mobile-header .fl-menu .fl-menu-mobile-toggle.hamburger.fl-active::before {
    content: '\f00d';
    color: #2645da;
}

.mobile-header .fl-menu .fl-has-submenu-container .fl-menu-toggle:before,
.blog-submenu .fl-menu .fl-menu-mobile-toggle.hamburger::before {
    border: none;
    bottom: 0;
    color: #2645da;
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    font-size: 140%;
    font-weight: 300;
    position: absolute;
    right: 20px;
    top: 0;
    transform: none;
}

.blog-submenu .fl-menu .fl-menu-mobile-toggle.hamburger::before {
    right: -19px;
    top: 15px;
}

.mobile-header .fl-menu .menu > .fl-active > .fl-has-submenu-container > a {
    color: #f7901e;
}

.mobile-header
    .fl-menu
    .fl-active
    .fl-has-submenu-container
    .fl-menu-toggle:before {
    color: #f7901e;
    right: 8px;
}

.blog-breadcrumb a {
    color: #2746da !important;
}

.blog-author .fl-author-bio-name,
.blog-author .fl-author-bio-thumb {
    display: none;
}

.blog-author .fl-author-bio-text {
    font-size: 16px;
}

.blog-author .fl-author-bio-text {
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.blog-quote .fl-rich-text {
    margin: 0 auto;
    max-width: 700px;
    position: relative;
}

.blog-quote .fl-rich-text::before {
    content: '\201C';
    font-family: 'Butler', serif;
    font-size: 56px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -58px;
    width: 100%;
}

.zero-bottom-margin p {
    margin-bottom: 0;
}

.trending-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}

.trending-topics .trending-topic {
    line-height: 3.5;
}

.trending-topics .trending-topic a {
    background-color: #f1bc0b;
    color: #012970;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 24px;
    text-transform: uppercase;
}

.trending-topics .trending-topic a:hover {
    background-color: #eccf25;
}

.uabb-blog-posts.slick-slider ul.slick-dots {
    padding-left: 0;
}

.uabb-blog-posts.slick-slider ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
}

.uabb-blog-posts.slick-slider ul.slick-dots li button::before {
    border: 1px solid #2746da;
    border-radius: 50px;
    color: transparent;
    height: 8px;
    font-size: 8px;
    line-height: 8px;
    opacity: 1;
    width: 8px;
}

.uabb-blog-posts.slick-slider ul.slick-dots li.slick-active button::before {
    background-color: #2746da;
    opacity: 1;
}

.uabb-blog-posts.slick-slider ul.slick-dots li button::before {
    background-color: transparent;
    color: transparent !important;
}

.facetwp-type-autocomplete {
    margin: 0 auto;
    max-width: 940px;
}

.uabb-masonary-filters li {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.uabb-masonary-filters li.uabb-masonary-current {
    text-decoration: underline;
}

.spacer-filter {
    display: none;
}

.team-filter.fixed .facetwp-facet {
    margin-bottom: 0;
}

.team-filter.fixed {
    background-color: #ffffff;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 99px;
    width: 100%;
    z-index: 10;
}

.admin-bar .team-filter.fixed {
    top: 131px;
}

.facetwp-autocomplete-update {
    display: none;
}

input[type='text'].facetwp-autocomplete {
    background: #ffffff;
    border: 1px solid #b5b7bc;
    font-size: 24px;
    padding: 12px 16px;
}

.facetwp-type-autocomplete {
    position: relative;
}

.uabb-gf-style .gfield .ginput_container_select:after {
    color: #2746da;
    content: '\f078';
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    right: 12px;
    top: 30%;
}

.uabb-gf-style .gfield .ginput_container_select:after {
    top: 60% !important;
}

.square-header {
    height: 137px;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.ginput_complex {
    display: flex;
}

.ginput_complex span {
    margin-right: 1%;
    width: 49%;
}

.ginput_complex span:last-child {
    margin-left: 1%;
    margin-right: 0;
    width: 49%;
}

.light .gform_heading .gform_required_legend {
    color: #2746da !important;
}

.fl-col.limit .fl-module .fl-module-content {
    max-width: 600px;
    width: 100%;
}

.fl-col.limit.left .fl-module {
    display: flex;
    flex-direction: row-reverse;
}

.fl-rich-text ul {
    padding-left: 28px;
}

.fl-rich-text ul li {
    padding-bottom: 14px;
}

.gform_required_legend {
    display: none;
}

.uabb-gf-style .ginput_container_select::after {
    color: #2746da;
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    right: 12px;
    top: 55%;
}

.facetwp-type-dropdown {
    position: relative;
    width: 100%;
}

.facetwp-type-dropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}

.facetwp-type-dropdown::before {
    color: #2746da;
    content: '\f078';
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    right: 12px;
    top: 30%;
}

.facetwp-dropdown {
    border: 1px solid #b5b7bc;
    border-radius: 4px;
    color: #2746da;
    padding: 16px;
    position: relative;
    width: 100%;
}

.facet.pagination {
    text-align: center;
}

.link-bottom {
    bottom: 20px;
    position: absolute;
}

.quote-icon {
    position: relative;
}

.quote-icon::before {
    color: #303132;
    content: '\201C' !important;
    font-family: 'Butler', serif;
    font-size: 56px;
    height: 56px;
    left: -24px;
    position: absolute;
    top: 0;
    width: 56px;
}

.featured-clients.faceted {
    display: none;
}

.gp-toolkit-section {
    border-left: 1px solid #b5b7bc;
}

.fl-module-gp-toolkit-sub-nav {
    border-left: 1px solid #b5b7bc;
}

.gp-whitepaper-nav-row,
.gp-toolkit-nav-row,
.gp-toolkit-sub-nav-row {
    background-color: #fff;
    margin: 40px 0 -40px;
    line-height: 1.2;
}

.gp-toolkit-nav-row {
    background-color: #fff;
    margin: 100px 40px 0 -40px;
    line-height: 1.5;
}

.gp-whitepaper-nav-row > .fl-row-content-wrap,
.gp-toolkit-nav-row > .fl-row-content-wrap {
    margin-left: auto;
    max-width: 320px;
}

.gp-toolkit-sub-nav-row > .fl-row-content-wrap {
    margin-right: auto;
    max-width: 320px;
}

.gp-whitepaper-nav-row ul,
.gp-toolkit-nav-row ul,
.gp-toolkit-sub-nav-row ul {
    list-style: none;
    padding: 0;
}

.gp-whitepaper-nav-row li.indent-1,
.gp-toolkit-nav-row li.title-indent-1,
.gp-toolkit-sub-nav-row li.sub-nav-indent-1 {
    margin-left: 20px;
}

.gp-whitepaper-nav-row li.indent-2,
.gp-toolkit-nav-row li.title-indent-2,
.gp-toolkit-sub-nav-row li.sub-nav-indent-2 {
    margin-left: 40px;
}

.gp-whitepaper-nav-row p,
.gp-toolkit-nav-row p,
.gp-toolkit-sub-nav-row p {
    margin-bottom: 10px;
}

.gp-whitepaper-nav-row button,
.gp-toolkit-nav-row button,
.gp-toolkit-sub-nav-row button {
    margin-bottom: 0;
    text-align: left;
}

.gp-whitepaper-nav-row button,
.gp-whitepaper-section button.gp-whitepaper-button-next,
.gp-whitepaper-section button.gp-whitepaper-button-prev,
.gp-toolkit-nav-row button,
.gp-toolkit-section button.gp-toolkit-button-next,
.gp-toolkit-section button.gp-toolkit-button-prev,
.gp-toolkit-sub-nav-row button,
.toolkit-top-bar-row button {
    background: transparent;
    border: none;
    font-size: 16px;
    padding: 0;
}

.gp-whitepaper-section button.gp-whitepaper-button-next,
.gp-whitepaper-section button.gp-whitepaper-button-prev,
.gp-toolkit-section button.gp-toolkit-button-next,
.gp-toolkit-section button.gp-toolkit-button-prev {
    color: #012970;
}

.gp-whitepaper-section.white-nav button.gp-whitepaper-button-next,
.gp-whitepaper-section.white-nav button.gp-whitepaper-button-prev,
.gp-whitepaper-section button.gp-whitepaper-button-next:active,
.gp-whitepaper-section button.gp-whitepaper-button-next:focus,
.gp-whitepaper-section button.gp-whitepaper-button-next:hover,
.gp-whitepaper-section button.gp-whitepaper-button-prev:active,
.gp-whitepaper-section button.gp-whitepaper-button-prev:focus,
.gp-whitepaper-section button.gp-whitepaper-button-prev:hover,
.gp-toolkit-section.white-nav button.gp-toolkit-button-next,
.gp-toolkit-section.white-nav button.gp-toolkit-button-prev,
.gp-toolkit-section button.gp-toolkit-button-next:active,
.gp-toolkit-section button.gp-toolkit-button-next:focus,
.gp-toolkit-section button.gp-toolkit-button-next:hover,
.gp-toolkit-section button.gp-toolkit-button-prev:active,
.gp-toolkit-section button.gp-toolkit-button-prev:focus,
.gp-toolkit-section button.gp-toolkit-button-prev:hover {
    color: #f7901e;
}

.gp-whitepaper-section .gp-section-nav button.gp-whitepaper-button-next,
.gp-whitepaper-section .gp-section-nav button.gp-whitepaper-button-prev,
.gp-toolkit-section .gp-section-nav button.gp-toolkit-button-next,
.gp-toolkit-section .gp-section-nav button.gp-toolkit-button-prev {
    background-color: white;
    border: 1px solid #2746da;
    border-radius: 4px;
    color: #2746da;
    font-size: 16px;
    padding: 12px 24px;
}

.gp-whitepaper-section .gp-section-nav button.gp-whitepaper-button-next:active,
.gp-whitepaper-section .gp-section-nav button.gp-whitepaper-button-next:focus,
.gp-whitepaper-section .gp-section-nav button.gp-whitepaper-button-next:hover,
.gp-whitepaper-section .gp-section-nav button.gp-whitepaper-button-prev:active,
.gp-whitepaper-section .gp-section-nav button.gp-whitepaper-button-prev:focus,
.gp-whitepaper-section .gp-section-nav button.gp-whitepaper-button-prev:hover,
.gp-toolkit-section .gp-section-nav button.gp-toolkit-button-next:active,
.gp-toolkit-section .gp-section-nav button.gp-toolkit-button-next:focus,
.gp-toolkit-section .gp-section-nav button.gp-toolkit-button-next:hover,
.gp-toolkit-section .gp-section-nav button.gp-toolkit-button-prev:active,
.gp-toolkit-section .gp-section-nav button.gp-toolkit-button-prev:focus,
.gp-toolkit-section .gp-section-nav button.gp-toolkit-button-prev:hover {
    background-color: #2746da;
    color: #ffffff;
}

.gp-whitepaper-extra,
.gp-whitepaper-section,
.gp-toolkit-extra,
.gp-toolkit-section {
    clear: both;
}

.gp-whitepaper-section,
.gp-toolkit-section {
    display: none;
}

.gp-whitepaper-extra > .fl-row-content-wrap,
.gp-whitepaper-section > .fl-row-content-wrap,
.gp-toolkit-extra > .fl-row-content-wrap,
.gp-toolkit-section > .fl-row-content-wrap {
    max-width: 960px;
    flex-direction: column;
}

.gp-whitepaper-section .gp-section-nav:after,
.gp-toolkit-section .gp-section-nav:after {
    clear: both;
    content: '';
    display: table;
}

.gp-whitepaper-section .gp-whitepaper-button-next,
.gp-whitepaper-section .gp-whitepaper-button-prev,
.gp-toolkit-section .gp-toolkit-button-next,
.gp-toolkit-section .gp-toolkit-button-prev {
    margin: 0 20px;
    text-align: left;
}

.gp-whitepaper-section .gp-whitepaper-button-next span,
.gp-whitepaper-section .gp-whitepaper-button-prev span,
.gp-toolkit-section .gp-toolkit-button-next span,
.gp-toolkit-section .gp-toolkit-button-prev span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.gp-whitepaper-section .gp-whitepaper-button-next,
.gp-toolkit-section .gp-toolkit-button-next {
    float: right;
}

.gp-whitepaper-section .gp-whitepaper-button-prev,
.gp-toolkit-section .gp-toolkit-button-prev {
    float: left;
}

.fl-builder-edit .gp-whitepaper-extra,
.fl-builder-edit .gp-whitepaper-section,
.fl-builder-edit .gp-toolkit-extra,
.fl-builder-edit .gp-toolkit-section {
    display: block;
}

.archive-page-tiles .uabb-post-wrapper .uabb-post-thumbnail,
.top-podcasts-tiles .uabb-post-wrapper .uabb-post-thumbnail {
    border-radius: 8px;
    position: relative;
}

.archive-page-tiles .uabb-post-wrapper .uabb-post-thumbnail {
    height: 160px;
}

.archive-page-tiles .uabb-post-wrapper .uabb-post-thumbnail .wp-post-image,
.top-podcasts-tiles .uabb-post-wrapper .uabb-post-thumbnail .wp-post-image {
    bottom: 0;
    height: auto !important;
    margin: auto;
    position: absolute;
    top: 0;
}

@media screen and (min-width: 769px) {
    .gp-whitepaper-nav-row {
        bottom: 0;
        float: left;
        height: calc(100vh - 120px);
        margin: 0;
        padding: 12px 0 0;
        position: fixed;
        width: 25%;
    }

    .gp-whitepaper-nav-row > div {
        height: 100%;
        overflow-y: scroll;
    }

    .gp-whitepaper-nav-row.absolute {
        height: auto;
        position: absolute;
    }

    .gp-whitepaper-extra,
    .gp-whitepaper-section {
        float: right;
        margin-bottom: 60px;
        margin-top: 40px;
        width: 75%;
    }

    .gp-toolkit-nav-row {
        padding: 0;
        float: left;
        margin: 0;
        position: absolute;
        width: 20%;
        display: flex !important;
    }

    .gp-toolkit-nav-row > div {
        height: 100%;
        overflow-y: auto;
    }

    .gp-toolkit-sub-nav-row {
        right: 0;
        padding: 0;
        float: right;
        margin: 0;
        position: absolute;
        width: 20%;
        display: flex;
    }

    .gp-toolkit-sub-nav-row > div {
        height: 100%;
        overflow-y: auto;
    }

    .gp-toolkit-extra,
    .gp-toolkit-section {
        float: center;
        margin-bottom: 60px;
        margin-top: 40px;
        width: 60%;
    }

    .fl-builder.fl-full-width
        .container.fl-content-full
        article.tag-white-papers
        + .fl-comments {
        float: right;
        max-width: 1280px;
        width: 75%;
    }

    .fl-builder.fl-full-width
        .container.fl-content-full
        article.tag-white-papers
        + .fl-comments
        > div {
        max-width: 960px;
        padding: 0 40px;
    }

    .fl-builder.fl-full-width
        .container.fl-content-full
        article.tag-white-papers
        + .fl-comments:after {
        clear: both;
        content: '';
        display: table;
    }
}

.fl-builder-edit .gp-whitepaper-row-title:before,
.fl-builder-edit .gp-toolkit-row-title:before {
    background-color: #dc143c;
    color: #fff;
    content: 'Custom Title Module';
}

.fl-button-wrap a.fl-button,
.fl-button-wrap a.fl-button:visited {
    background: none;
    border: none;
    border-radius: 0;
    font-family: Butler, serif;
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: #012970;
    line-height: 1;
    padding: 0;
}

.fl-builder-content
    .fl-node-5ef15c8b1c8f6
    .fl-module-content
    button.gp-whitepaper-button:focus,
.fl-builder-content
    .fl-node-5ef15c8b1c8f6
    .fl-module-content
    button.gp-whitepaper-button.active,
.fl-builder-content
    .fl-node-5ef15c8b1c8f6
    .fl-module-content
    button.gp-whitepaper-button:hover {
    color: #f7901e;
}

.fl-builder-content
    .fl-node-5ef15c8b1c8f6
    .fl-module-content
    button.gp-whitepaper-button {
    color: #012970;
}

.fl-builder-content
    .fl-node-e6a2tmk3gvyr
    .fl-module-content
    button.gp-toolkit-button:hover {
    color: #f7901e;
}

.fl-builder-content
    .fl-node-pg67cwdqxuvi
    .fl-module-content
    button.gp-toolkit-button:hover {
    color: #f7901e;
}

.fl-builder-content
    .fl-node-pg67cwdqxuvi
    .fl-module-content
    .gp-toolkit-button.current-page {
    color: #f7901e;
}

.fl-builder-content
    .fl-node-s4qp3ihjcav7
    .fl-module-content
    button.gp-toolkit-button:hover {
    color: #f7901e;
}

.fl-builder-content
    .fl-node-s4qp3ihjcav7
    .fl-module-content
    .gp-toolkit-button.current-page {
    color: #f7901e;
}

.fl-builder-content
    .fl-node-e6a2tmk3gvyr
    .fl-module-content
    button.gp-toolkit-button {
    color: #012970;
}

.fl-builder-content
    .fl-node-1uih897rd0pn
    .fl-module-content
    button.gp-toolkit-sub-nav-button:hover {
    color: #f7901e;
}

.fl-builder-content
    .fl-node-1uih897rd0pn
    .fl-module-content
    button.gp-toolkit-sub-nav-button {
    color: #012970;
}

.fl-theme-builder-archive-archive-posts header,
.fl-theme-builder-archive-archive-posts .blog-submenu,
.fl-theme-builder-archive-archive-category header,
.fl-theme-builder-archive-archive-category .blog-submenu {
    background-color: #f2f5fb;
}

input[type='text'].facetwp-autocomplete,
.facetwp-dropdown {
    font-family: 'proxima-nova', sans-serif !important;
}

.facetwp-facet-team_functions_sort .facetwp-radio,
.facetwp-facet-team_functions_sort .facetwp-radio.checked,
.facetwp-facet-team_functions_sort_copy .facetwp-radio,
.facetwp-facet-team_functions_sort_copy .facetwp-radio.checked {
    background-image: none;
    color: #2746da;
    font-family: 'proxima-nova', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.facetwp-radio .facetwp-counter {
    display: none;
}

.facetwp-facet-team_functions_sort,
.facetwp-facet-team_functions_sort_copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.facetwp-facet-team_functions_sort .facetwp-radio.checked,
.facetwp-facet-team_functions_sort_copy .facetwp-radio.checked {
    color: #f7901e;
    text-decoration: underline;
}

@media screen and (min-width: 1200px) {
    .companies .fl-post-column:nth-child(5n + 1) {
        clear: none !important;
    }

    .companies .fl-post-column:nth-child(5n + 10),
    .companies .fl-post-column:nth-child(4),
    .companies .fl-post-column:nth-child(7),
    .companies .fl-post-column:nth-child(10) {
        clear: both;
    }

    .companies.faceted .fl-post-column:nth-child(5n + 10),
    .companies.faceted .fl-post-column:nth-child(4),
    .companies.faceted .fl-post-column:nth-child(7),
    .companies.faceted .fl-post-column:nth-child(10) {
        clear: none !important;
    }

    .companies.faceted .fl-post-column:nth-child(5n + 1) {
        clear: both !important;
    }

    .featured-clients {
        left: calc(50% + 110px);
        padding-top: 20px;
        position: absolute;
        width: 450px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
    .companies .fl-post-column:nth-child(3n + 1) {
        clear: none !important;
    }

    .companies .fl-post-column:nth-child(3n + 10),
    .companies .fl-post-column:nth-child(3),
    .companies .fl-post-column:nth-child(5),
    .companies .fl-post-column:nth-child(7) {
        clear: both !important;
    }

    .companies.faceted .fl-post-column:nth-child(3n + 10),
    .companies.faceted .fl-post-column:nth-child(3),
    .companies.faceted .fl-post-column:nth-child(5),
    .companies.faceted .fl-post-column:nth-child(7) {
        clear: none !important;
    }

    .companies.faceted .fl-post-column:nth-child(3n + 1) {
        clear: both !important;
    }

    .featured-clients {
        left: calc(66%);
        padding-top: 20px;
        position: absolute;
        width: 33%;
    }
}

@media screen and (max-width: 1200px) {
    header.fl-builder-content .fl-row.mobile-header .fl-col-group {
        display: flex;
    }

    header.fl-builder-content
        .fl-row.mobile-header
        .fl-col-group
        .fl-col.mobile-logo {
        width: 160px !important;
    }

    header.fl-builder-content
        .fl-row.mobile-header
        .fl-col-group
        .fl-col.mobile-cta {
        width: calc(100% - 300px) !important;
    }

    header.fl-builder-content
        .fl-row.mobile-header
        .fl-col-group
        .fl-col.mobile-menu {
        width: 70px !important;
    }

    .link-bottom {
        bottom: auto;
        position: relative;
    }

    .uabb-blog-posts-shadow,
    .fl-node-usl9oi0r5myd .uabb-blog-posts .uabb-blog-posts-shadow {
        border-left-width: 0 !important;
        border-right-width: 0 !important;
    }

    .fl-col.limit .fl-module .fl-module-content {
        margin: 0 auto;
        padding: 0 20px;
    }

    .square-header {
        height: auto;
    }

    .fl-html .facetwp-facet {
        margin-bottom: 10px;
    }

    #team ul.uabb-masonary-filters {
        border: 1px solid #b5b7bd;
        border-radius: 4px;
        display: block;
        margin: 0 auto 32px;
        max-width: 940px;
        padding: 0;
        position: relative;
        width: 100%;
    }

    #team ul.uabb-masonary-filters > li {
        cursor: pointer;
        display: none;
        margin: 0;
        padding: 16px 12px;
        text-align: left;
    }

    #team ul.uabb-masonary-filters > li.uabb-masonary-current {
        color: #2746da;
        text-decoration: none;
    }

    #team .uabb-masonary-filters li:first-child,
    #team .uabb-masonary-filters.open li {
        background-color: transparent;
        display: block;
    }

    #team .uabb-masonary-filters li:first-child:before {
        color: #2746da;
        content: '\f078';
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        right: 15px;
        top: 17px;
    }

    #team .uabb-masonary-filters.open li:first-child:before {
        content: '\f077';
    }

    .trending-topics .trending-topic a {
        font-size: 12px;
        padding: 12px;
    }

    .trending-topics .trending-topic {
        line-height: 2.2;
    }

    .menu-blog .fl-menu .fl-menu-mobile-toggle {
        float: right;
    }

    #menu-blog-menu {
        background-color: #ffffff;
        border-bottom: 4px solid #e3e6ee;
        border-radius: 0 0 8px 8px;
    }

    #menu-blog-menu.menu .menu-item a {
        border-bottom: 1px solid #b5b7bd;
        margin: 0 16px;
        padding: 16px 0;
    }

    #menu-blog-menu.menu .menu-item a {
        border-bottom: 1px solid #b5b7bd;
        margin: 0 16px;
        padding: 16px 0;
    }

    #menu-blog-menu.menu .menu-item .sub-menu .menu-item a {
        text-transform: capitalize;
    }

    #menu-blog-menu.menu .cta.secondary.menu-item a {
        border: 1px solid #2746da;
        text-align: center;
    }

    #menu-blog-menu.menu .menu-item .focus > a,
    #menu-blog-menu.menu .latest-post > a {
        border-bottom: none;
    }

    #menu-blog-menu.menu .latest-post > a {
        display: flex;
        line-height: 1.4;
    }

    #menu-blog-menu.menu .menu-item .main-category {
        text-align: right;
        text-transform: none;
    }

    #menu-blog-menu.menu .menu-item .main-category {
        text-align: right;
        text-transform: none;
    }

    #menu-blog-menu.menu .menu-item .fl-has-submenu-container::before {
        border: none;
        bottom: 0;
        color: #2645da;
        content: '\f078';
        font-family: 'Font Awesome 5 Pro';
        font-size: 140%;
        font-weight: 300;
        position: absolute;
        right: 20px;
        top: 12px;
        transform: none;
    }

    #menu-blog-menu.menu .menu-item .fl-has-submenu-container.focus::before {
        color: #f7901e;
        content: '\f077';
    }

    #menu-blog-menu.menu ul.sub-menu ul.sub-menu > li.latest-post a img {
        border-radius: 4px;
        margin-right: 16px;
        width: 120px;
    }

    #menu-blog-menu.menu ul.sub-menu ul.sub-menu > li.latest-post a img {
        border-radius: 4px;
        margin-right: 16px;
        width: 120px;
    }

    #menu-blog-menu.menu .menu-item.fl-menu-search-item {
        display: block;
    }

    #menu-blog-menu.menu .menu-item.fl-menu-search-item a {
        border-bottom: none;
    }

    #menu-blog-menu {
        padding-bottom: 16px;
        padding-top: 16px;
    }

    #menu-blog-menu .menu-item.fl-menu-search-item {
        float: right;
        text-align: right;
        width: calc(100% - 150px);
    }

    #menu-blog-menu .fl-menu-search-item .fl-search-form-fields {
        justify-content: right;
    }

    #menu-blog-menu .menu-item.cta.secondary {
        float: left;
        width: 150px;
    }

    #menu-blog-menu.menu > .menu-item:nth-child(5) {
        clear: both;
        padding-top: 16px;
    }

    .menu .cta.secondary.menu-item a {
        border: none;
    }

    .blog-submenu .fl-col-group.fl-col-group-equal-height {
        display: flex;
    }

    .footer-menu {
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: opacity 1s ease-out;
    }

    .footer-col-header .fl-heading {
        position: relative;
    }

    .footer-col-header .fl-heading:after {
        bottom: 0;
        content: '\f078';
        font-family: 'Font Awesome 5 Pro';
        font-size: 150%;
        font-weight: 300;
        position: absolute;
        right: 5px;
        top: -5px;
    }

    .open .footer-menu {
        height: auto;
        opacity: 1;
    }

    .open .footer-col-header .fl-heading:after {
        color: #bfc7ef;
        content: '\f077';
    }
}

@media screen and (max-width: 992px) {
    header.fl-builder-content .fl-row.mobile-header .fl-col-group {
        display: flex;
    }

    header.fl-builder-content
        .fl-row.mobile-header
        .fl-col-group
        .fl-col.mobile-logo {
        width: 160px !important;
    }

    header.fl-builder-content
        .fl-row.mobile-header
        .fl-col-group
        .fl-col.mobile-cta {
        width: calc(100% - 300px) !important;
    }

    header.fl-builder-content
        .fl-row.mobile-header
        .fl-col-group
        .fl-col.mobile-menu {
        width: 70px !important;
    }

    .single .fl-page-content {
        background-color: #f5f7fc;
        background: linear-gradient(
            180deg,
            rgba(245, 247, 252, 1) 0%,
            rgba(245, 247, 252, 1) 100px,
            rgba(232, 236, 251, 1) 370px,
            rgba(255, 255, 255, 1) 370px
        );
    }

    .featured-clients {
        margin: 0 auto;
        max-width: 450px;
        width: 96%;
    }

    .quote-icon::before {
        left: 18px;
        top: -24px;
    }
}

.hs-form-field label {
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.hbspt-form .input .hs-input {
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
}

fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}

.hs_submit .actions .hs-button {
    color: #2746da !important;
    background-color: transparent;
    margin-top: 24px;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #2746da;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 24px;
    padding-right: 24px;
}

.hs_submit .actions .hs-button:hover {
    background-color: #e8ecfb;
}

.main-category a {
    color: #303132 !important;
    text-transform: none !important;
}

.facetwp-reset {
    border-color: #2746da;
    font-size: 24px;
    margin-bottom: 0;
    padding: 14px 16px;
    width: 100%;
}

.facetwp-type-autocomplete {
    margin-bottom: 0;
}

.facetwp-facet-team_functions_sort .facetwp-radio,
.facetwp-facet-team_functions_sort .facetwp-radio.checked {
    font-size: 19px;
}

.fcomplete-wrap {
    background-color: #ffffff;
    z-index: 10;
}

.uabb-taxonomy.tags a:hover,
.uabb-taxonomy a:hover,
.blog .fl-terms-list a:hover,
.blog .fl-post-meta-terms a:hover,
.archive.category .fl-terms-list a:hover,
.archive.category .fl-post-meta-terms a:hover {
    color: #f1bc0b;
}

button.gp-whitepaper-button:hover,
button.gp-whitepaper-button:focus,
button.gp-toolkit-button:hover,
button.gp-toolkit-button:focus,
button.gp-toolkit-sub-nav-button:hover,
button.gp-toolkit-sub-nav-button:focus,
.toolkit-top-bar-row button:hover,
.toolkit-top-bar-row button:focus {
    background-color: transparent;
    border: none;
}

@media screen and (max-width: 1200px) {
    .team-filter.fixed {
        top: 71px;
    }

    .admin-bar .team-filter.fixed {
        top: 103px;
    }
}

@media screen and (max-width: 992px) {
    .team-filter.fixed {
        top: 65px;
    }

    .admin-bar .team-filter.fixed {
        top: 97px;
    }
}

@media screen and (max-width: 768px) {
    .team-filter.fixed {
        top: 71px;
    }

    .admin-bar .team-filter.fixed {
        top: 103px;
    }
}

@media (max-width: 992px) {
    header .fl-col-group .fl-col:not(.fl-col-small-custom-width) {
        flex-basis: 0;
    }
}

.tagged-tiles .uabb-blog-post-inner-wrap,
.tagged-tiles .uabb-blog-post-content {
    height: 100%;
}

.toolkit-top-bar-row {
    padding: 10px 42px;
    margin-top: 100px;
    border-bottom: 1px solid #b5b7bc;
    display: block !important;
}

@media screen and (max-width: 768px) {
    .toolkit-top-bar-row {
        margin: 0;
        padding: 10px;
    }

    #fl-main-content {
        padding-top: 80px !important;
    }
}

.toolkit-top-bar-row .fl-row-content-wrap,
.toolkit-top-bar-row .fl-row-content {
    margin: auto;
    padding: 0;
}

.toolkit-top-bar-row .fl-module-content {
    margin: auto;
}

.toolkit-top-bar-row .toolkit-title {
    font-size: 24px;
    font-weight: bold;
    color: #012970;
    margin-right: 20px;
}

.toolkit-top-bar-row .toolkit-buttons a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

#toolkit-top-bar {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0;
}

.toolkit-top-bar-row ul {
    list-style-type: none;
    padding: 0;
}

.toolkit-top-bar-row > ul {
    display: none;
}

.toolkit-top-bar-row button {
    color: #012970 !important;
}

.toolkit-top-bar-row .toolkit-collapsible-subheading-content {
    margin-left: 20px;
}

/* .toolkit-top-bar-row .title-indent-1,
.toolkit-top-bar-row .sub-nav-indent-1 {
    padding-left: 20px;
} */

.toolkit-top-bar-row .toolkit-collapsible-subheading-button {
    font-size: 14px;
}

.toolkit-top-bar-row .gp-toolkit-button {
    text-transform: uppercase;
    font-weight: 600;
}

.toolkit-top-bar-row .title-indent-2,
.toolkit-top-bar-row .sub-nav-indent-2 {
    padding-left: 40px;
}

.toolkit-top-bar-row button:hover {
    color: #f7901e !important;
}

.toolkit-buttons {
    display: flex;
    align-items: center;
    color: #2746da !important;
}

.toolkit-buttons a {
    display: flex;
    align-items: center;
    margin-right: 20px;
    color: #2746da !important;
}

.toolkit-buttons p {
    margin: 0;
}

.toolkit-buttons i {
    margin-left: 6px;
}

.toolkit-top-bar-toggle-menu {
    display: none;
    cursor: pointer;
}

.toolkit-collapsible-sectionTitle,
.toolkit-collapsible-sectionTitle-indented,
.toolkit-top-bar-row > ul > li,
.toolkit-collapsible-subheading-content
    > ul
    > li
    > .toolkit-collapsible-subheading-content
    > ul
    > li {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 4px;
    height: 34px;
    padding: 4px 10px;
}

.toolkit-collapsible-toggle {
    color: #2746da;
}

.toolkit-collapsible-subheading-content {
    display: none;
}

.toolkit-collapsible-subheading-content ul {
    padding: 0;
}

.toolkit-collapsible-subheading-content
    .toolkit-collapsible-subheading-content
    .toolkit-collapsible-sectionTitle {
    padding: 0;
    height: 26px;
}

.toolkit-collapsible-sectionTitle,
.toolkit-collapsible-subheading-content li {
    border-radius: 4px;
}

.toolkit-collapsible-sectionTitle:hover,
.toolkit-top-bar-row > ul > li:hover,
.toolkit-collapsible-subheading-content
    > ul
    > li
    > .toolkit-collapsible-subheading-content
    > ul
    > li:hover {
    background-color: #f5f7fc;
}

.toolkit-collapsible-subheading-content
    > ul
    > li
    > .toolkit-collapsible-subheading-content
    > ul {
    padding-left: 20px;
}

/* End CSSs */