/*
Theme Name: Surefire Local
Theme URI: http://www.surefirelocal.com/
Description: This is the Blaze baseline theme created for the Genesis Framework.
Author URI: https://www.surefirelocal.com/
Version: 2.8.1-dev
Template: genesis
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sfs-blaze
*/

/* Box Sizing */

html {
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}
*, *::before, *::after {
    box-sizing: inherit;
}

/* Float Clearing */
.author-box::before, .clearfix::before, .entry-content::before, .entry::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .widget::before, .wrap::before {
    content: " ";
    display: table
}
.author-box::after, .clearfix::after, .entry-content::after, .entry::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .widget::after, .wrap::after {
    clear: both;
    content: " ";
    display: table
}

/* Typographical Elements */
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body {
    background-color: #fff;
    color: #252525;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block
}
.button, .gallery img, button, input:focus, input[type=button], input[type=reset], input[type=submit], textarea:focus {
    transition: all .2s ease-in-out
}
a {
    color: #4ca6fa;
    text-decoration: none;
}
a:focus, a:hover {
    color: #4ca6fa;
    text-decoration: none;
}
p {
    margin: 0 0 15px;
    padding: 0;
    position: relative;
}
ol, ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
}
li {
    list-style-type: disc;
}
hr {
    border: none;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    clear: both;
    margin: 30px 0;
}
b, strong {
    font-weight: 700;
}
blockquote, cite, em, i {
    font-style: italic;
}
mark {
    background: #ddd;
    color: #333;
}
blockquote {
    margin: 30px;
}
body > img {
    display: none;
}
ul.page-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
ul.one-column {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
.video-review-container {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0 0 20px;
    color: #111111;
    font-weight: 700;
    position: relative;
    padding: 10px 0;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
h1 {
    font-size: 35px;
    font-weight: 700;
}
h2 {
    font-size: 30px;
    padding: 10px 0;
}
h3 {
    font-size: 25px;
    padding: 10px 0;
}
h4 {
    font-size: 20px;
    padding: 10px 0;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

/* Objects */
.wp-caption, embed, iframe, img, object, video {
    max-width: 100%
}
img {
    height: auto;
    vertical-align: top;
    max-width: 100%;
    position: relative;
}
img::before {
    display: block;
    content: '';
    padding-top: calc(100% * 2 / 3);
}
figure {
    margin: 0;
    position: relative;
}

/* Forms */
input, select, textarea {
    background-color: rgba(255, 255, 255, 0.88);
    border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    width: 100%;
    overflow: hidden;
    font-family: inherit;
}
input[type="submit"] {
    -webkit-appearance: none;
}
input:focus, textarea:focus {
    border: 0px solid #999;
    outline: none;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
    width: auto;
}
select::-ms-expand {
    display: none;
}
::-ms-input-placeholder {
    color: #111;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #111;
    opacity: 1;
}
::placeholder {
    color: #111;
    opacity: 1;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
}
button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .button:focus, .button:hover {
    background-color: #0073e5;
    color: #fff;
}
.entry-content .button:focus, .entry-content .button:hover {
    color: #fff;
}
.button {
    display: inline-block;
}
.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled, .site-container input:disabled:hover, .site-container input[type="button"]:disabled, .site-container input[type="button"]:disabled:hover, .site-container input[type="reset"]:disabled, .site-container input[type="reset"]:disabled:hover, .site-container input[type="submit"]:disabled, .site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
    display: none;
}
.fields-container select {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #111111 50%), linear-gradient(135deg, #111111 50%, transparent 50%), linear-gradient(to right, #111111, #111111);
    background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 0px 0em;
    background-repeat: no-repeat;
}
.grecaptcha-badge {
    visibility: hidden;
}
span.ajax-loader {
    position: absolute;
    right: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
form.use-floating-validation-tip span.wpcf7-not-valid-tip {
    padding: 0 5px;
    font-size: 1.2rem;
    font-size: 12px;
    right: 0;
    left: auto;
    top: 0;
    z-index: 1 !important;
}
div.wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border: 2px solid #f7e700;
    background-color: #f7e700;
    color: #000;
}

/* Tables */
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-all;
}
tbody {
    border-bottom: 1px solid #eee;
}
td, th {
    text-align: left;
}
td {
    border: 1px solid #eee;
    padding: 6px;
}
th {
    font-weight: 400;
    padding: 0 6px;
}
td:first-child, th:first-child {
    padding-left: 0;
}

/* Screen Reader Text */
.screen-reader-shortcut, .screen-reader-text, .screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus, .screen-reader-shortcut:focus, .widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: 700;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
}
.more-link {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

/* Site Container */
.site-container {
    animation: fadein 1s;
    word-wrap: break-word;
    padding: 0;
    width: 100%;
    clear: both;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Content CSS*/
.entry .entry-content .wp-block-columns {
    width: 100%;
}
body.home .site-inner {
    display: none;
}
.digital-marketing-items {
    padding: 60px 0;
}
.digital-marketing-items .digital-marketing-item {
    background-color: #ebebeb;
    justify-content: start;
    padding: 5px 5px;
    border-radius: 3px;
    min-height: 60px;
    margin-bottom: 10px;
}
div#tools-item-count_1:hover {
    color: #fff;
    background-color: #e14e38;
}
div#tools-item-count_2:hover {
    color: #fff;
    background-color: #fbb03b;
}
div#tools-item-count_3:hover {
    color: #fff;
    background-color: #00d2ff;
}
div#tools-item-count_4:hover {
    color: #fff;
    background-color: #0052d4;
}
div#tools-item-count_5:hover {
    color: #fff;
    background-color: #31475e;
}
div#tools-item-count_6:hover {
    color: #fff;
    background-color: #4364f7;
}
.digital-marketing-items .digital-marketing-item img {
    margin-right: 10px;
}
.wp-block-group .digital-marketing-items .digital-marketing-item p {
    margin: 0;
    width: auto;
}
.wp-block-group.content-info-padd-left {
    padding-left: 0;
}
.wp-block-group.alignfull.section-with-background {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 15%, rgba(235, 235, 235, 1) 85%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 15%, rgba(235, 235, 235, 1) 85%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 15%, rgba(235, 235, 235, 1) 85%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.wp-block-group.content-info-padd-right {
    padding-right: 0;
}
.wp-block-group.content-info-padd-left > .wp-block-group__inner-container, .wp-block-group.content-info-padd-right > .wp-block-group__inner-container, .wp-block-group .wp-block-columns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}
.wp-block-group .wp-block-columns.alignment-normal {
    align-items: stretch;
}
.wp-block-columns.other-pages.alignment-normal.text-center .wp-block-column {
    background-color: #fff;
}
.wp-block-group.alignfull.why-surefire-local-page {
    background-image: url(/wp-content/uploads/2020/06/why-Surefire-Local-Background.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
.wp-block-column.benefits-list {
    background: rgb(28, 50, 166);
    background: -moz-linear-gradient(left, rgba(28, 50, 166, 1) 0%, rgba(36, 147, 218, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(28, 50, 166, 1) 0%, rgba(36, 147, 218, 1) 100%);
    background: linear-gradient(to right, rgba(28, 50, 166, 1) 0%, rgba(36, 147, 218, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c32a6', endColorstr='#2493da', GradientType=1);
    border-bottom-left-radius: 220px;
    border-top-right-radius: 220px;
    overflow: hidden;
}
.wp-block-column.benefits-list ul {
    padding: 220px 40px;
    position: relative;
}
.wp-block-column.benefits-list:before {
    content: url(/wp-content/uploads/2020/05/benefits-hands.png);
    position: absolute;
    bottom: 0;
}
.wp-block-group.right-image-container {
    overflow: hidden;
}
.wp-block-group.inner-float-content {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 15px 15px;
    width: 100%;
    max-width: 600px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.80);
}
.wp-block-group.alignfull.career-page {
    background-image: url(/wp-content/uploads/2020/06/Career-Background.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 30px 15px;
}
.wp-block-group.carrer-page-oppo {
    padding: 30px 15px;
}
.inner-partners {
    padding-top: 30px;
}
.inner-partners .partner-title {
    border-bottom: 1px solid #ccc;
}
.inner-partners ul.partner-items li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px 0 0;
    margin: 10px 0;
    width: auto;
}
.inner-partners ul.partner-items li:before {
    display: none;
}
.inner-partners ul.partner-items li img {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.inner-partners ul.partner-items li img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
}
.transparency-tabs .tr-desktop-tab {
    width: 100%;
    max-width: 200px;
}
.transparency-tabs .tr-tab-contents {
    width: calc(100%);
}
.transparency-tabs .tr-tab-contents .tab-items.active {
    display: block;
}
.transparency-tabs .tab-item-info .tab-title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.transparency-tabs .active .tr-mobile-tab {
    background-color: #4464f7;
    color: #fff;
}
.transparency-tabs .tr-mobile-tab {
    display: block;
    background-color: #fff;
    color: #111;
    padding: 10px 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.transparency-tabs .tab-items .tr-mobile-tab .tab-item-title:after {
    content: "\f0d7";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    float: right;
    transform: rotate(0);
    transition: transform 0.25s ease-in-out;
}
.transparency-tabs .tab-items.active .tr-mobile-tab .tab-item-title:after {
    transform: rotate(180deg);
}
.transparency-tabs .tr-desktop-tab {
    display: none;
}
.transparency-tabs .tr-tab-contents .tab-items.active .tab-item-info {
    display: block;
    background-color: #fff;
    padding: 30px 15px;
}
.transparency-tabs .tr-tab-contents .tab-items .tab-item-info {
    display: none;
}
.transparency-tabs .tab-image img {
    margin: 20px auto;
    display: block;
}
.advanced-featured .af-nav-tabs .af-nav-tab:first-child {
    display: none;
}
.advanced-featured .af-nav-tabs .af-nav-tab {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 5px 5px 0;
}
.advanced-featured .af-nav-tab .af-nav-title {
    position: absolute;
    display: none;
    font-size: 12px;
    text-align: center;
    padding: 5px 10px;
    background-color: #e1e1e1;
    top: -40px;
    white-space: nowrap;
}
.advanced-featured .af-nav-tab.active .af-nav-title {
    display: block;
}
.advanced-featured .ad-nav-img {
    height: 50px;
    width: 50px;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
}
.advanced-featured .af-content-tabs .af-content-container {
    display: none;
}
.advanced-featured .af-content-img {
    padding-right: 0;
}
.advanced-featured .af-content-tabs .af-content-container.active {
    display: block;
}
.advanced-featured .af-content-img img {
    margin: 0 auto;
    display: block;
}
.advanced-featured .af-nav-tab.active .ad-nav-img:before {
    content: "\f0d7";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    display: block;
    position: absolute;
    font-size: 20px;
    line-height: 1;
    color: #e1e1e1;
    top: -19px;
}
.advanced-featured .af-nav-tab.active .ad-nav-img, .advanced-featured .af-nav-tab:hover .ad-nav-img {
    color: #fff;
    background-color: #31475e;
}
.advanced-featured .af-nav-tab:hover .af-nav-title {
    display: block;
}
.advanced-featured .af-content-tabs {
    padding: 30px 0 0 0;
}
.advanced-featured ul.af-content-list {
    padding: 0;
}
.advanced-featured ul.af-content-list li {
    list-style: none;
    padding-left: 30px;
    margin-bottom: 10px;
}
.advanced-featured ul.af-content-list li:before {
    content: "\f0a9";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #e14e38;
    position: absolute;
    left: 0;
    top: 0;
}
.career-listings .career-navigation {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.career-listings .all-career-position {
    padding-top: 30px;
}
.career-listings .department-openings.active, .career-listings .open-positions.active {
    display: block;
}
.career-listings .department-openings, .career-listings .open-positions {
    display: none;
}
.career-listings .department-openings.active {
    margin-bottom: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.career-listings .department-openings.active .career-openings {
    padding: 15px 15px;
    background-color: #ebebeb;
}
.career-listings .open-positions.active {
    border-top: 1px solid #ccc;
    background-color: #fff;
    padding: 15px 15px;
}
.career-listings .open-positions.active:hover {
    background-color: #e9f2f6;
}
.career-listings .open-positions.active .site-flex .col-4-12 {
    width: 100%;
}
.career-listings .open-positions.active .position-title.col-4-12, .career-listings .open-positions.active .position-url.col-4-12 {
    text-align: center;
}
.wp-block-group.alignfull.leadership-page {
    background-image: url(/wp-content/uploads/2020/06/Leadership-Background.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.sfs-leaders .leaders-item {
    margin: 30px auto 0;
    transition: all 0.5s ease;
    padding: 20px 20px;
    border: 1px solid #ccc;
}
.sfs-leaders .leaders-item.col-3 {
    width: 100%;
}
.sfs-leaders .leaders-item:hover {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
}
.sfs-leaders .leaders-item .leader-info {
    overflow: hidden;
    text-align: center;
}
.sfs-leaders .leaders-item .leader-info p {
    text-align: left;
}
.sfs-leaders .leaders-item .leader-info .leader-name {
    font-size: 25px;
    line-height: 1;
}
.sfs-leaders .leaders-item .leader-info .leader-position {
    line-height: 1;
    margin-bottom: 20px;
}
.sfs-leaders .leaders-item .leader-image {
    margin: 0 auto 20px;
    float: none;
}
.sfs-leaders .leaders-item .leader-image img {
    margin: 0 auto;
    display: block;
}
.sfs-leaders .leaders-item .leader-url {
    padding: 15px 15px;
}
.sfs-leaders .leaders-item:hover .leader-url {
    background-color: #4364f7;
}
.sfs-leaders .leaders-item:hover .leader-url a {
    color: #fff;
}
.sfs-leaders .leaders-item .leader-url a:after {
    content: "\f007";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    float: right;
}
.sfs-directors .director-item {
    border-right: 5px solid #4364f7;
    margin-top: 20px;
}
.wp-block-group.alignfull.news-page {
    background-image: url(/wp-content/uploads/2020/05/Media-Background.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.media-room-post-section .featured-media-room-container, .media-room-post-section .media-room-container {
    padding: 20px 15px;
    border-radius: 5px;
    height: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.media-room-post-section .media-room-title, .media-room-post-section .media-room-fttitle, .press-release-items .press-releases-fttitle, .press-release-items .press-releases-title {
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-size: 25px;
}
.media-room-post-section .media-room-date, .media-room-post-section .media-room-ftdate, .press-release-items .press-releases-ftdate, .press-release-items .press-releases-date {
    margin-bottom: 10px;
    font-size: 14px;
}
.media-room-post-section .media-room-ftcontent, .media-room-post-section .media-room-content, .press-release-items .press-releases-ftcontent, .press-release-items .press-releases-content {
    margin-bottom: 30px;
}
.media-room-post-section .media-room-item .media-room.media-room-post-content, .press-release-items .press-releases-container {
    padding-bottom: 50px;
}
.media-room-post-section .media-room-item .media-room-btn, .press-release-items .press-releases-container .press-btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.media-room-post-section .col-3, .press-releases.press-releases-post {
    margin: 0 0 25px 0;
}
.media-room-post-section .col-3:nth-child(3n+2), .press-releases-post-section .col-3:nth-child(3n+2) {
    margin: 0 0 25px 0;
}
.press-releases.featured-press-releases-post, .press-releases.press-releases-post {
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.press-releases-post-section .press-release-main-btn {
    margin-top: 30px;
}
.media-room-item .media-room-post:hover, .press-releases.press-releases-post:hover, .press-releases.featured-press-releases-post:hover, .media-room-featured .featured-media-room-post:hover {
    background-color: #ebebeb;
}
.media-room-item .media-room-post:hover a.site-btn, .press-releases.press-releases-post:hover a.site-btn, .press-releases.featured-press-releases-post:hover a.site-btn, .media-room-featured .featured-media-room-post:hover a.site-btn {
    background-color: #fff;
    color: #4364f7;
}
p.about-us-leadership {
    padding: 30px 30px;
    background-color: #fff;
    border-left: 3px solid #4364f7;
    color: #4364f7;
}
.wp-block-columns.about-platform-container.alignment-normal {
    margin-bottom: 30px !important;
}
.about-platform-container .wp-block-column.about-platform .wp-block-group, .diff-platform-container .wp-block-column.diff-platform .wp-block-group {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 1);
    padding: 30px 30px;
    height: 100%;
}
.about-platform-container .about-plat-title, .diff-platform-container .diff-plat-title {
    line-height: 1.2;
}
.about-platform-container .about-plat-title img, .diff-platform-container .diff-plat-title img {
    margin-right: 15px;
}
.about-platform-container .about-platform p, .diff-platform-container .diff-platform p {
    margin-top: 20px;
}
.about-platform-container .wp-block-column.about-platform-image, .diff-platform-container .wp-block-column.diff-platform-image {
    padding: 30px 30px;
    background-color: #ebebeb;
}
.wp-block-group.alignfull.about-us-page {
    background-image: url(/wp-content/uploads/2020/06/about-us-background.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.diff-platform-container .wp-block-column.diff-platform .wp-block-group, .diff-platform-container .wp-block-column.diff-platform.difference-img {
    background-color: #fff;
}
figure.wp-block-table.compare-table tr td:first-child {
    max-width: 120px;
    font-size: 14px;
    word-break: initial;
    line-height: 1.3;
    padding: 20px 15px;
}
figure.wp-block-table.compare-table table {
    overflow: scroll;
    width: 738px;
}
figure.wp-block-table.compare-table table tbody {
    overflow: scroll;
    width: 738px;
}
figure.wp-block-table.compare-table tr:first-child td:first-child {
    background-color: #d9e8ee;
}
.wp-block-group.alignfull.compare-page {
    background-image: url(/wp-content/uploads/2020/05/compare-background.png);
    background-repeat: no-repeat;
    background-position: center;
}
.contact-us-page .contact-form {
    padding: 30px 0;
}
.contact-us-page .contact-form .form-title {
    margin-bottom: 20px;
}
.contact-us-page .contact-form label {
    font-size: 12px;
}
.contact-us-page .contact-form .form-field > div {
    margin-bottom: 15px;
}
.contact-us-page .contact-form .form-field input {
    background-color: #e9f2f6;
}
.contact-us-page .contact-form .form-field input.wpcf7-submit {
    background-color: #4364f7;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 15px 15px;
}
.contact-us-page .contact-form .form-field select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #000, #000);
    background-position: calc(100% - 17px) calc(1.1em + 0px), calc(100% - 12px) calc(1.1em + 0px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 0px 0em;
    background-repeat: no-repeat;
    background-color: #e9f2f6;
}
.contact-us-page .contact-form .form-field .recaptcha-note p {
    margin: 0;
    font-size: 11px;
}
.wp-block-group.alignfull.contact-us-page {
    background-image: url(/wp-content/uploads/2020/05/contact-background.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
.surefire-difference-page p.difference-heading {
    font-size: 30px;
    line-height: 1.2;
}
.wp-block-group.alignfull.surefire-difference-page {
    background-image: url(/wp-content/uploads/2020/05/surefire-difference-background.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.superhero-qoute {
    padding: 30px 0;
}
.superhero-qoute ul.qoute-list {
    padding: 0 20px 0 0;
    margin: 0;
}
.superhero-qoute ul.qoute-list li {
    list-style: none;
    padding: 10px 30px 10px 70px;
    position: relative;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    border-radius: 50px;
    line-height: 1.2;
    font-style: italic;
    min-height: 62px;
}
.superhero-qoute ul.qoute-list li:before {
    content: "\f10d";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px 17px;
    background-color: #e35e4c;
    border-radius: 50%;
    font-style: normal;
}
.wp-block-columns.diff-platform-container.alignment-normal {
    margin-bottom: 30px !important;
}
.ebooks-listings .ebook-item, .webinar-listings .webinar-item {
    padding: 50px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
}
.webinar-listings .webinar-list-item {
    margin-bottom: 20px;
}
.ebooks-listings.with-load-more .ebook-item, .webinar-listings.with-load-more .webinar-item {
    display: none;
}
.ebooks-listings .ebook-item:before, .webinar-listings .webinar-item:before, .webinar-list-item .webinar-schedule:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.85);
}
.ebooks-listings .ebook-item:not(:nth-child(4n+1)), .webinar-listings .webinar-item:not(:nth-child(4n+1)), .webinar-listings .webinar-list-item:not(:nth-child(4n+1)) {
    margin-left: 0;
}
.ebooks-listings .ebook-item:not(:nth-child(3n+1)), .webinar-listings .webinar-item:not(:nth-child(3n+1)), .webinar-listings .webinar-list-item:not(:nth-child(2n+1)) {
    margin-left: 0;
}
.ebooks-listings .ebook-item:not(:nth-child(2n+1)), .webinar-listings .webinar-item:not(:nth-child(2n+1)), .webinar-listings .webinar-list-item:not(:nth-child(2n+1)) {
    margin-left: 0;
}
.ebooks-listings .ebook-item .ebook-title, .webinar-listings .webinar-item .webinar-title {
    width: 100%;
    max-width: 160px;
    margin: 0 auto 30px;
    line-height: 1.2;
}
.ebooks-listings .ebook-item:hover:before, .webinar-listings .webinar-item:hover:before {
    background: -moz-linear-gradient(left, rgba(255, 155, 0, 0.8) 0%, rgba(251, 176, 59, 0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 155, 0, 0.8) 0%, rgba(251, 176, 59, 0.8) 100%);
    background: linear-gradient(to right, rgba(255, 155, 0, 0.8) 0%, rgba(251, 176, 59, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccff9b00', endColorstr='#ccfbb03b', GradientType=1);
}
.ebooks-listings .ebook-item:hover .ebook-title, .webinar-listings .webinar-item:hover .webinar-title {
    color: #fff;
}
.ebooks-listings .ebook-item:hover a.site-btn, .webinar-listings .webinar-item:hover a.site-btn {
    background-color: #4364f7;
    color: #fff;
}
.webinar-list-item .webinar-schedule a.site-btn {
    background-color: #4364f7;
    color: #fff;
}
.webinar-list-item:hover .webinar-schedule a.site-btn {
    background-color: #fff;
    color: #4364f7;
    border: 1px solid #ccc;
}
.wp-block-group.alignfull.ebook-page {
    background-image: url(/wp-content/uploads/2020/06/ebooks-background.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.wp-block-group.alignfull.webinar-page {
    background-image: url(/wp-content/uploads/2020/06/Webinar-Background.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.ebooks-listings .ebook-item a.site-btn, .webinar-listings .webinar-item a.site-btn, .webinar-listings .webinar-list-item a.site-btn {
    width: 100%;
}
.webinar-list-item .webinar-title {
    background: -moz-linear-gradient(left, rgba(255, 155, 0, 0.8) 0%, rgba(251, 176, 59, 0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 155, 0, 0.8) 0%, rgba(251, 176, 59, 0.8) 100%);
    background: linear-gradient(to right, rgba(255, 155, 0, 0.8) 0%, rgba(251, 176, 59, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccff9b00', endColorstr='#ccfbb03b', GradientType=1);
    padding: 20px 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.webinar-list-item .webinar-title.text-center.site-flex.justify-content-center, .story-image-cont.site-flex.justify-content-center, .post-image.site-flex.justify-content-center, .ad-nav-img.site-flex.justify-content-center {
    align-items: center;
}
.webinar-list-item .webinar-schedule {
    padding: 20px 20px;
    border: 1px solid #ccc;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.webinar-list-item .webinar-date-time {
    margin-bottom: 20px;
}
div#resources-item-count_1:hover {
    background-color: #e14e38;
    color: #fff;
}
div#resources-item-count_2:hover {
    background-color: #fbb03b;
    color: #fff;
}
div#resources-item-count_3:hover {
    background-color: #00d2ff;
    color: #fff;
}
div#resources-item-count_4:hover {
    background-color: #0052d4;
    color: #fff;
}
div#resources-item-count_5:hover {
    background-color: #31475e;
    color: #fff;
}
div#resources-item-count_6:hover {
    background-color: #4364f7;
    color: #fff;
}
.wp-block-group.alignfull.resources-page {
    background-image: url(/wp-content/uploads/2020/06/resource-background.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.resource-tools .resource-tool-item {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
}
.resource-tools .resource-tool-item .res-tool-title-cont {
    padding: 30px 20px;
    border-radius: 3px;
    color: #fff;
}
.resource-tools .res-tool-info {
    padding: 20px 20px;
}
.resource-tools .res-tool-icon {
    margin-bottom: 20px;
}
.resource-tools .resource-tool-item:hover a.site-btn {
    background-color: #fff;
    color: #4364f7;
    border: 1px solid #ccc;
}
.resource-tools .resource-tool-item:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 1px solid transparent;
}
.resource-tools div#res-tool-1 .res-tool-title-cont {
    background: rgb(225, 78, 56);
    background: -moz-linear-gradient(left, rgba(225, 78, 56, 1) 0%, rgba(254, 128, 110, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(225, 78, 56, 1) 0%, rgba(254, 128, 110, 1) 100%);
    background: linear-gradient(to right, rgba(225, 78, 56, 1) 0%, rgba(254, 128, 110, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e14e38', endColorstr='#fe806e', GradientType=1);
}
.resource-tools div#res-tool-2 .res-tool-title-cont {
    background: rgb(0, 210, 255);
    background: -moz-linear-gradient(left, rgba(0, 210, 255, 1) 0%, rgba(126, 232, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 210, 255, 1) 0%, rgba(126, 232, 255, 1) 100%);
    background: linear-gradient(to right, rgba(0, 210, 255, 1) 0%, rgba(126, 232, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d2ff', endColorstr='#7ee8ff', GradientType=1);
}
.success-stories-items .story-item {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.success-stories-items .story-item .story-image-cont {
    background-color: #f7f7f7;
}
.success-stories-items .story-item .story-info-cont {
    padding: 20px 20px;
}
.success-stories-items .story-item .story-title {
    font-size: 22px;
}
.success-stories-items .story-item .story-desc {
    margin: 20px 0;
}
.wp-block-group.alignfull.more-page-background {
    background-image: none;
    background-color: #ebebeb;
}
.wp-block-group.alignfull.success-stories-page {
    background-image: url(/wp-content/uploads/2020/06/success-stories-background.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.wp-block-group.alignfull.podcast-page {
    background-image: url(/wp-content/uploads/2020/06/podcast-background.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.wp-block-group.alignfull.media-assets {
    background-image: url(/wp-content/uploads/2020/06/media-assets-background.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.wp-block-columns.swap-in-mobile, .wp-block-column.swap-in-mobile {
    display: flex;
    flex-direction: column-reverse !important;
}
.wp-block-column.section-block {
    display: block;
}
body.career-page-class .site-section.inner-footer-section.page-inner-cta {
    display: none;
}
.entry-content ul.sfs-list-logo {
    text-align: center;
    margin: 0 0 50px 0;
    background-color: #ccc;
}
.entry-content ul.sfs-list-logo li {
    display: inline-block;
    vertical-align: top;
    padding: 10px 10px;
    margin: 0 10px;
}
.entry-content ul.sfs-list-logo li:before {
    display: none;
}
.entry-content ul.sfs-list-logo li img {
    height: 70px;
    width: auto;
}
.wp-block-group.alignfull.why-surefire-local-page, .wp-block-group.alignfull.career-page, .wp-block-group.alignfull.leadership-page, .wp-block-group.alignfull.news-page, .wp-block-group.alignfull.about-us-page, .wp-block-group.alignfull.contact-us-page, .wp-block-group.alignfull.surefire-difference-page, .wp-block-group.alignfull.ebook-page, .wp-block-group.alignfull.webinar-page, .wp-block-group.alignfull.resources-page, .wp-block-group.alignfull.success-stories-page, .wp-block-group.alignfull.podcast-page, .wp-block-group.alignfull.media-assets {
    background-size: contain;
}

/* Common Classes */
.c-black, .c-black a {
    color: #111111;
}
.c-white, .c-white a {
    color: #fff;
}
.c-blue {
    color: #5282c0;
}
.t-left {
    text-align: left;
}
.t-right {
    text-align: right;
}
.btn-gradient {
    background: rgb(186, 52, 61);
    background: -moz-linear-gradient(left, rgba(186, 52, 61, 1) 0%, rgba(164, 37, 46, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(186, 52, 61, 1) 0%, rgba(164, 37, 46, 1) 100%);
    background: linear-gradient(to right, rgba(186, 52, 61, 1) 0%, rgba(164, 37, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba343d', endColorstr='#a4252e', GradientType=1);
}
.site-section {
    padding: 30px 15px;
}
.entry-content .wp-block-columns {
    margin-bottom: 0 !important;
}
.wp-block-group.alignfull {
    padding: 30px 0;
}
.site-wrap {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    clear: both;
}
.section-container {
    padding: 30px 15px;
}
.site-wrap .container {
    padding: 0;
    width: 100%;
    position: relative;
    clear: both;
}
.content-info-center {
    padding: 0 0;
}
.content-info-center .footer-col-item {
    margin-bottom: 15px;
}
.background-fixed {
    background-attachment: fixed;
}
.background-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-image-contain {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.background-image-inherit {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: inherit;
}
.background-image-right-cover {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-image-bottom-cover {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-image-right-bottom-contain {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.background-image-top-center-contain {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.background-image-top-center {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-image-right {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
.site-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.justify-content {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}
.justify-content-center {
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: normal;
    flex-wrap: wrap;
}
.justify-content-center-left {
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
.justify-content-left {
    -webkit-justify-content: left;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    align-items: normal;
    flex-wrap: wrap;
}
.justify-content-top {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: normal;
}
.justify-content-bottom {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
}
.justify-content-center-center {
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
a.site-btn {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 20px 25px;
    background-color: #4364f7;
    position: relative;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 1.2em;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #4364f7;
}
a.site-btn.white {
    background-color: #fff;
    color: #4364f7;
    border: 1px solid #4364f7;
}
a.site-btn.arrow.plain {
    background-color: transparent;
    color: #4364f7;
}
a.site-btn.white:hover {
    color: #fff;
}
a.site-btn:hover, a.site-btn.white:hover, a.site-btn.red:hover {
    background-color: #4364f7;
}
a.site-btn.checked:after {
    content: "\f00c";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    margin-left: 5px;
}
a.site-btn.arrow:after {
    content: "\f105";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    margin-left: 5px;
}
a.site-btn.phone:after {
    content: "\f879";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    margin-left: 5px;
}
.mobile-center {
    text-align: center;
    display: block;
    width: 100%;
}
.relative {
    position: relative;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.uppercase {
    text-transform: uppercase;
}
.bold {
    font-weight: 700;
}
.image-list-page img {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}
.section-title {
    font-size: 30px;
    line-height: 1.2em;
    padding-bottom: 20px;
}
.section-sub-title {
    font-size: 25px;
    line-height: 1.2em;
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: relative;
}
.section-disc {
    margin-bottom: 20px;
}
.more-btn a {
    text-transform: uppercase;
    font-weight: 500;
}
.more-btn a:after {
    content: "\f105 ";
    font-family: 'Font Awesome\ 5 Free';
    margin-left: 5px;
    font-weight: 900;
}
.full-width {
    width: 100%;
    margin: 0 auto;
}
.semi-full-width-left, .semi-full-width-right {
    width: 100%;
    max-width: 1560px;
}
.semi-full-width-left {
    margin: 0 0 0 auto;
}
.semi-full-width-right {
    margin: 0 auto 0 0;
}
.inner-width {
    width: 100%;
    max-width: 1200px;
}
a.link-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
p.big-title {
    color: #31475e;
    line-height: 1.2;
    font-size: 35px;
    margin-bottom: 20px;
}
.show-item-mobile {
    display: block;
}
.hide-item-mobile {
    display: none;
}
.entry-content ul.list-white-check li:before {
    content: "\f058";
    color: #fff;
}
.entry-content ul.list-red-check li:before {
    content: "\f0a9";
    color: #e14e38;
}

/* Avatar */
.avatar {
    border-radius: 50%;
    float: left;
}
.author-box .avatar, .alignleft .avatar {
    margin-right: 20px;
}
.alignright .avatar {
    margin-left: 20px;
}
.comment .avatar {
    margin: 0 15px 20px 0;
}

/* Genesis */
.after-entry, .archive-description, .author-box {
    margin-bottom: 40px;
}
.after-entry {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
}
.after-entry .widget:last-of-type {
    margin-bottom: 0;
}
.breadcrumb {
    font-size: 12px;
    padding: 5px 0;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    color: #fff;
}
.breadcrumb span.bc-wrap {
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
}
.breadcrumb .breadcrumb-link-wrap a {
    color: #fff;
}
.archive-description p:last-child, .author-box p:last-child {
    margin-bottom: 0;
}
.breadcrumb .separator {
    margin: 0 5px;
    color: #fff;
}
.breadcrumb .home-icon.relative:after {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: "\f015";
    color: #fff;
}

/* Search Form */
.search-form {
    overflow: hidden;
}
.entry-content .search-form {
    margin-bottom: 40px;
    width: 100%;
}
form.search-form input[type=search] {
    border: 1px solid #000;
    color: #000;
}
.post-password-form input[type="submit"], .search-form input[type="submit"] {
    margin-top: 10px;
}
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}
.search-content .result-title {
    font-size: 30px;
}
.search-content article {
    margin-bottom: 20px;
}
.search-content p, .search-content p a {
    margin: 0;
}
.search-content .no-result:nth-child(odd) {
    display: none;
}

/* Titles */
.archive-description .entry-title, .entry-title, .archive-title, .author-box-title {
    margin-bottom: 10px;
}
.entry-title {
    font-size: 35px;
    margin-bottom: 10px;
}
.entry-title a, .sidebar .widget-title a {
    color: #333;
    text-decoration: none;
}
.entry-title a:focus, .entry-title a:hover {
    color: #0073e5;
}
.widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* WordPress */
a.aligncenter img {
    display: block;
    margin: 0 auto;
}
a.alignnone {
    display: inline-block;
}
.alignleft, .alignright, iframe.alignleft {
    float: none;
    text-align: center;
    margin: 0 auto;
}
a.alignleft, a.alignnone, a.alignright {
    max-width: 100%;
}
img.centered, .aligncenter {
    display: block;
    margin: 0 auto 30px;
}
img.alignnone, .alignnone {
    margin-bottom: 15px;
}
a.alignleft, img.alignleft, .wp-caption.alignleft, a.alignright, img.alignright, .wp-caption.alignright {
    margin: 15px auto;
}
.gallery-caption, .wp-caption-text {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
.entry-content p.wp-caption-text {
    margin-bottom: 0;
}
.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
    margin: 0 0 30px;
}

/* Gallery */
.gallery-title {
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.sfs-category-navigation {
    text-align: center;
    margin-bottom: 15px;
}
.sfs-category-navigation .category-item {
    display: block;
    vertical-align: middle;
    padding: 3px 10px;
    margin: 0 0 5px;
    cursor: pointer;
    border: 1px solid #b2292f;
    line-height: 1;
}
.sfs-category-navigation .category-item.active, .sfs-category-navigation .category-item:hover {
    background-color: #b2292f;
    color: #fff;
}

/* Widgets */
.widget {
    margin-bottom: 40px;
}
.widget ul > li {
    margin-bottom: 10px;
}
.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}
.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}
.widget_calendar table {
    width: 100%;
}
.widget_calendar td, .widget_calendar th {
    text-align: center;
}

/* Genesis eNews Extended */
.after-entry .enews {
    text-align: center;
    padding: 10px;
}
.sidebar .enews {
    background-color: #f5f5f5;
    padding: 30px;
}
.enews-widget input {
    font-size: 16px;
    margin-bottom: 10px;
}
.after-entry .enews-widget input {
    text-align: center;
}
.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}
.enews form + p {
    margin-top: 20px;
}

/* Genesis Simple FAQ */
.gs-faq__question {
    background: transparent;
    border-bottom: 1px solid #eee;
    color: #333;
    padding-left: 0;
    padding-right: 0;
}
.gs-faq__question:focus, .gs-faq__question:hover {
    background: transparent;
    color: #0073e5;
}
.gs-faq__question::after {
    content: "\f132";
    font-family: dashicons;
    float: right;
}
.gs-faq__question.gs-faq--expanded::after {
    content: "\f460";
}

/* Skip Links */
.genesis-skip-link {
    margin: 0;
}
.genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
}
.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}

/* Display outline on focus */
:focus {
    color: initial;
    outline: transparent solid 0px;
}

/* Before Site Header */
.top-header-phone {
    text-align: right;
    padding: 0;
    font-weight: 400;
    position: fixed;
    top: auto !important;
    width: 100%;
    background-color: transparent;
    z-index: 201;
}
.site-section.main-top-header {
    padding: 0;
}
.top-header-phone .header-top-cta {
    display: none;
}
.top-header-phone > div {
    display: inline-block;
    vertical-align: top;
}
.top-header-phone .search_form.component.yxt-SearchBar-wrapper {
    width: 100%;
    max-width: 220px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 25px;
    padding-left: 30px;
}
body.window_scrolled .top-header-phone .search_form.component.yxt-SearchBar-wrapper {
    top: 10px;
}
.top-header-phone .search_form .yxt-SearchBar {
    height: auto;
    text-align: left;
}
.top-header-phone .search_form .yxt-SearchBar-container {
    border-radius: 20px;
}
.top-header-phone .search_form .yxt-SearchBar-form input {
    padding: 5px 10px !important;
    font-size: 14px;
    line-height: 1.2;
}
.top-header-phone .search_form .yxt-SearchBar-form button.js-yext-submit.yxt-SearchBar-button {
    padding: 5px 0px 5px 10px !important;
}
.top-header-phone .search_form .yxt-SearchBar-form button.js-yext-submit.yxt-SearchBar-button svg {
    height: 1.3em;
}
.top-header-phone a {
    font-weight: 700;
    font-size: 20px;
    color: #4364f7;
}
.top-header-phone a:before {
    content: "\f2a0";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #fff;
    background-color: #4364f7;
    padding: 5px;
    border-radius: 50%;
    font-size: 16px;
    margin: 0 5px 0 5px;
    width: 26px;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* Site Header */
.site-header {
    background-color: #fff;
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 200;
    top: auto;
    padding: 5px 15px;
    box-shadow: 0 4px 6px -2px rgba(32, 33, 36, .28);
}
.site-header .wrap {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: block;
    padding: 0;
    position: relative;
}
body.window_scrolled header.site-header {
    height: 50px;
}
/*.widget-area.header-widget-area {
    display: none;
}*/

/* Title Area */
.title-area {
    float: none;
    padding: 0;
}
.wp-custom-logo .title-area {
    max-width: 350px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}
.site-header .title-area img {
    height: auto;
}
body.window_scrolled header.site-header .title-area img {
    height: 40px;
}
header.site-header a.mobile-logo {
    display: inline-block;
}
header.site-header a.main-logo {
    display: none;
}
.site-title a, .site-title a:focus, .site-title a:hover {
    color: #333;
    text-decoration: none;
}
.site-description, .wp-custom-logo .site-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* Site Navigation */
.genesis-nav-menu {
    clear: both;
    line-height: 1;
    width: 100%;
    padding: 0 15px;
}
.genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
}
.genesis-nav-menu a {
    color: #252525;
    display: block;
    font-size: 16px;
    font-weight: 500;
    outline-offset: -1px;
    padding: 10px 10px;
}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    text-decoration: none;
}
.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
    width: 100%;
}
.genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    left: -9999px;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    z-index: 99;
}
.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    font-size: 14px;
    position: relative;
    word-wrap: break-word;
}
.genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
    position: relative;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
    display: block;
    left: auto;
    opacity: 1;
}

/* Responsive Menu */
.menu .menu-item:focus {
    position: static;
}
.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}
.genesis-responsive-menu {
    display: none;
    position: relative;
}
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
    display: none;
}
.menu-toggle, .sub-menu-toggle {
    background-color: transparent;
    border-width: 0;
    color: #252525;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
}
.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
    background-color: transparent;
    border-width: 0;
    color: #fff;
}
body.logged-in .menu-toggle {
    top: 60px;
}
body.window_scrolled.logged-in .menu-toggle {
    top: 46px;
}
.menu-toggle {
    float: right;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px 0;
    position: fixed;
    z-index: 1000;
    top: 15px;
    right: 0;
}
body.window_scrolled .menu-toggle {
    top: 0;
}
button.menu-toggle:before {
    content: "\f0c9";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 24px;
    width: auto;
    height: auto;
    padding: 13px 14px;
    color: #354a5d;
    line-height: 1;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    transition: color .1s ease-in;
    display: inline-block;
    border-radius: 5px;
}
button.menu-toggle.activated:before {
    content: "\f00d";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 24px;
    width: auto;
    height: auto;
    color: #354a5d;
    padding: 13px 17px;
}
.menu-toggle.activated::before {
    content: "\f335";
}
.site-header .menu-toggle::before {
    float: left;
    margin-right: 0px;
    position: relative;
    text-rendering: auto;
}
.sub-menu-toggle {
    float: right;
    padding: 9px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}
.sub-menu-toggle:before {
    content: "\f0da";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 17px;
    line-height: 1;
    color: #252525;
}
.sub-menu .sub-menu-toggle {
    padding: 12px 10px;
}
.sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    transform: rotate(0);
    transition: transform 0.25s ease-in-out;
    color: #252525;
}
.sub-menu-toggle.new-activated::before {
    transform: rotate(270deg);
}
ul.sub-menu.show-submenu {
    display: block !important;
}

/* Mega Menu */
ul.mega-sub-menu {
    padding-left: 15px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    height: 100% !important;
    padding: 0 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mobile-btn-menu a {
    border: 1px solid #777e85 !important;
    border-radius: 3px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    position: relative !important;
    padding: 0 10px !important;
    text-align: center !important;
    margin-bottom: 5px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mobile-btn-menu.request-btn a {
    background-color: #4364f7;
    color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mobile-btn-menu.mega-request-btn a:after {
    content: "\f00c" !important;
    font-family: 'Font Awesome\ 5 Free' !important;
    font-weight: 900 !important;
    margin-left: 5px !important;
    display: inline-block !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mobile-btn-menu.request-btn a {
    background-color: #4364f7 !important;
    color: #fff !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mobile-btn-menu.mega-login-btn a:before {
    content: "\f007" !important;
    font-family: 'Font Awesome\ 5 Free' !important;
    font-weight: 900 !important;
    margin-right: 5px !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    font-family: 'Font Awesome\ 5 Free' !important;
    font-weight: 900 !important;
    content: "\f0d7" !important;
    transition: all 0.3s;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    transform: rotate(180deg);
    transition: all 0.3s;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    transform: rotate(180deg);
    transition: all 0.3s;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > ul.mega-sub-menu > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    transform: rotate(0deg);
    transition: all 0.3s;
    font-family: 'Font Awesome\ 5 Free' !important;
    font-weight: 900 !important;
    content: "\f054" !important;
    transition: all 0.3s;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    -webkit-box-shadow: -1px 0px 2px 1px rgba(204, 204, 204, 0.50);
    -moz-box-shadow: -1px 0px 2px 1px rgba(204, 204, 204, 0.50);
    box-shadow: -1px 0px 2px 1px rgba(204, 204, 204, 0.50);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    -webkit-box-shadow: 1px 0px 2px 1px rgba(204, 204, 204, 0.50);
    -moz-box-shadow: 1px 0px 2px 1px rgba(204, 204, 204, 0.50);
    box-shadow: 1px 0px 2px 1px rgba(204, 204, 204, 0.50);
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    margin-top: -5px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    margin-top: 0;
}

/* Header Menu */
.nav-primary {
    clear: left;
    padding: 15px 15px 100px;
    width: 100%;
    max-width: 1920px;
    position: fixed;
    left: -100%;
    top: 74px;
    z-index: 300;
    margin-top: 0;
    background-color: #fff;
    overflow-y: auto;
    height: 100%;
    display: block !important;
    transition: all 0.3s ease;
}
.nav-primary.show {
    left: 0;
}
body.window_scrolled .nav-primary {
    top: 50px;
}
body.logged-in.window_scrolled .nav-primary {
    top: 96px;
}
body.logged-in .nav-primary {
    top: 120px;
}

/* Footer Menu */
.nav-secondary {
    margin-top: 10px;
}
.nav-secondary .genesis-nav-menu {
    line-height: 1.5;
}
.nav-secondary .menu-item {
    display: inline-block;
}
.nav-secondary a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}

/* Entry Content */
.entry {
    margin-bottom: 40px;
}
.entry-content ol, .the-content ul, .additional-content ol, .additional-content ul {
    margin-bottom: 30px;
    padding: 0 0 0 30px;
}
.entry-content ul {
    padding: 0;
}
.entry-content ul li {
    list-style: none;
    padding: 0 0 5px 30px;
    position: relative;
}
.entry-content ul li:before {
    content: "\f560";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #e35e4c;
    font-size: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.entry-content ol > li, .additional-content ol > li {
    list-style-type: decimal;
}
.entry-content ol ol, .entry-content ul ul, .additional-content ul ul, .additional-content ol ol {
    margin-bottom: 0;
}
.entry-content code {
    background-color: #f5f5f5;
}
.content .sticky {
    background-color: #f5f5f5;
    padding: 30px;
}
.full-width-content .content {
    width: 100%;
}
.wp-block-image {
    width: 100%;
}
.entry-content figure.wp-block-image {
    position: relative;
    display: block;
    margin: 0;
}
.entry-content figure.aligncenter figcaption {
    text-align: center;
    font-size: 14px !important;
}
{
    text-align: center;
}
.entry-content figure.wp-block-image img {
    width: auto;
    display: block;
    margin: 0 auto;
}
.entry-content figure.wp-block-image figcaption {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 15px 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.30);
    font-style: inherit;
}
.wp-block-group.content-info-padd-left .wp-block-group.col-7-12 {
    padding: 30px 0;
}
.wp-block-group.content-info-padd-right .wp-block-group.col-7-12 {
    padding: 30px 0;
}
.wp-block-group.col-2 {
    padding: 20px 0;
}
.wp-block-columns.other-pages .wp-block-column {
    border: 1px solid #ccc;
    padding: 20px 15px;
    border-radius: 3px;
    transition: all 0.5s ease;
}
.wp-block-columns.other-pages .wp-block-column:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 1);
    transform: scale(1.05);
}
.solution-extra.other-pages figure img {
    height: 200px;
}
.solution-extra.other-pages .wp-block-image {
    position: relative;
}
.solution-extra.other-pages .wp-block-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1;
}
.solution-extra.other-pages .webinar-item .wp-block-image:after, .solution-extra.other-pages .ebook-item .wp-block-image:after {
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}
.solution-extra.other-pages .ebook-item .wp-block-image:after {
    content: "Ebook";
}
.solution-extra.other-pages .webinar-item .wp-block-image:after {
    content: "Webinar";
}

/* After Entry Content */

/* Entry Meta */

p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
}
.entry-header .entry-meta {
    margin-bottom: 20px;
}
.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.entry-categories, .entry-tags {
    display: block;
}
.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* Pagination */
.pagination {
    clear: both;
    margin: 60px 0;
    text-align: center;
}
.adjacent-entry-pagination {
    margin-bottom: 0;
}
.archive-pagination li {
    display: inline;
}
.entry-content .archive-pagination li {
    padding: 0 2px;
}
.archive-pagination li a {
    background-color: #f5f5f5;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 3px;
}
.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a {
    background-color: #4364f7;
    color: #fff;
}
.pagination ul li:before {
    display: none;
}

/* Entry Comments */
.comment-respond, .entry-comments, .entry-pings {
    margin-bottom: 40px;
}
.comment-list li {
    padding: 40px 0 0 30px;
}
.comment-list .depth-1 {
    padding-left: 0;
}
.comment-header {
    margin-bottom: 30px;
}
.comment-content {
    clear: both;
}
.comment-content ul > li {
    list-style-type: disc;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
    width: 50%;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.comment-header p {
    margin-bottom: 0;
}
.entry-pings .reply {
    display: none;
}
.comment-form-cookies-consent label {
    display: inline;
    padding-left: 10px;
}

/* Sidebar */
.sidebar {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.sidebar .widget {
    margin-bottom: 20px;
}
.sidebar p {
    margin-bottom: 20px;
}
.sidebar-bg {
    padding: 30px 15px;
}
a.wrap-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.footer-widgets {
    border-top: 1px solid #eee;
    background-color: #fff;
    clear: both;
    padding: 60px 0;
}
.footer-widgets .wrap {
    margin-left: auto;
    margin-right: auto;
}
.footer-widget-area {
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}
.footer-widget-area:last-child, .footer-widgets .widget:last-child {
    margin-bottom: 0;
}

/* Back To Top */
.move-to-top {
    position: fixed;
    right: 10px;
    bottom: 150px;
    z-index: 199;
    cursor: pointer;
    background-color: #96abf7;
    webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    padding: 8px 0;
    border: 2px solid #96abf7;
}
.to-top {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 700;
    color: #111;
}
.move-to-top:before {
    content: "\f077";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    padding: 0px 9px;
    color: #FFF;
}
iframe#zychatObject {
    bottom: 50px;
    right: 5px;
}

/* Floating CTA */

/* POPUP Form */

.popup-section {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    z-index: 999999;
    overflow: auto;
}
.popup-container {
    width: auto;
    margin: 85px auto;
    text-align: left;
}
.popup-section .popup-field.slide-popup {
    right: 0;
    transition: all 0.5s ease;
}
.popup-section .popup-field {
    max-width: 600px;
    border-radius: 0;
    margin: 0 auto;
    padding: 20px 20px;
    right: -100%;
    transition: all 0.5s ease;
    background-color: #ccc;
}
.popup-section .popup-field .wpcf7 {
    border: 5px solid #1bc02f;
    background-color: rgba(0, 0, 0, 0.70);
    padding: 10px 10px;
}
.popup-section .popup-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    padding: 5px 10px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
}
.popup-section .popup-field .form-title {
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.popup-section .popup-field.main-form .form-section input, .popup-section .popup-field.main-form .form-section select, .popup-section .popup-field.main-forms .form-submit input {
    border-radius: 5px;
    color: #000;
}
.popup-section .popup-field .form-submit input {
    width: 100%;
    border-radius: 5px;
    padding: 12px 10px;
    background: rgb(27, 192, 47);
    background: -moz-linear-gradient(top, rgba(27, 192, 47, 1) 0%, rgba(4, 48, 9, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(27, 192, 47, 1) 0%, rgba(4, 48, 9, 1) 100%);
    background: linear-gradient(to bottom, rgba(27, 192, 47, 1) 0%, rgba(4, 48, 9, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bc02f', endColorstr='#043009', GradientType=0);
    color: #fff;
    text-transform: uppercase;
}
.popup-section .popup-field .recaptcha-note {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}
.popup-section .popup-field .recaptcha-note a {
    color: #fff;
}
.popup-section .popup-field textarea {
    height: 120px;
}
.popup-section .popup-field input, .popup-section .popup-field select, .popup-section .popup-field textarea {
    background-color: rgba(255, 255, 255, 0.50);
    color: #111111;
    border-radius: 5px;
    margin-bottom: 5px;
}
.popup-section .popup-field .fields-container select {
    background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), calc(100% - 2.5em) .5em;
}

/* Column By Twelve */
.col-1-12, .col-2-12, .col-3-12, .col-4-12, .col-5-12, .col-6-12, .col-7-12, .col-8-12, .col-9-12, .col-10-12, .col-11-12, .col-12-12 {
    width: 100%;
}

/* Column By 25% */
.col-1-4, .col-2-4, .col-3-4, .col-4-4, .col-three-three {
    width: 100%;
}

/* Column By 20% */
.col-1-5, .col-2-5, .col-3-5, .col-4-5, .col-4-5 {
    width: 100%;
}

/* Column Edge to Edge */
.col-1, .col-2, .col-3, .col-4, .col-5 {
    width: 100%;
}

/* Social Media */
ul.social-media li a.sprite, .footer-social-icon a {
    background-image: url(/wp-content/uploads/2020/06/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}
.footer-social-icon {
    display: inline-block;
    border: 2px solid #1bc02f;
    border-radius: 5px;
    background-color: #111111;
}
.footer-media .media-list {
    display: table;
    margin-bottom: 5px;
}
.footer-media .media-list > div {
    display: inline-block;
    vertical-align: middle;
}
.footer-media .media-list .social-label {
    padding-left: 10px;
}
ul.social-media {
    padding: 0;
    margin: 0;
}
ul.social-media li {
    display: inline-block;
    margin: 0 3px 0 3px;
}
#sprite-angies-icon {
    width: 38px;
    height: 38px;
    background-position: 2 -2px;
}
#sprite-bbb-icon {
    width: 38px;
    height: 38px;
    background-position: -46px -2px;
}
#sprite-bing-icon {
    width: 38px;
    height: 38px;
    background-position: -90px -2px;
}
#sprite-blog-icon {
    width: 38px;
    height: 38px;
    background-position: -134px -2px;
}
#sprite-blogger-icon {
    width: 38px;
    height: 38px;
    background-position: -178px -2px;
}
#sprite-citygridmedia-icon {
    width: 38px;
    height: 38px;
    background-position: -222px -2px;
}
#sprite-email-icon {
    width: 38px;
    height: 38px;
    background-position: -266px -2px;
}
#sprite-facebook-icon {
    width: 38px;
    height: 38px;
    background-position: -310px -2px;
}
#sprite-foursquare-icon {
    width: 38px;
    height: 38px;
    background-position: -354px -2px;
}
#sprite-gaf-icon {
    width: 38px;
    height: 38px;
    background-position: -398px -2px;
}
#sprite-gmb-icon {
    width: 38px;
    height: 38px;
    background-position: -442px -2px;
}
#sprite-google-plus-icon {
    width: 38px;
    height: 38px;
    background-position: -486px -2px;
}
#sprite-guildquality-icon {
    width: 38px;
    height: 38px;
    background-position: -530px -2px;
}
#sprite-homeadvisor-icon {
    width: 38px;
    height: 38px;
    background-position: -574px -2px;
}
#sprite-homestars-icon {
    width: 38px;
    height: 38px;
    background-position: -618px -2px;
}
#sprite-houzz-icon {
    width: 38px;
    height: 38px;
    background-position: -662px -2px;
}
#sprite-instagram-icon {
    width: 38px;
    height: 38px;
    background-position: -706px -2px;
}
#sprite-linkedin-icon {
    width: 38px;
    height: 38px;
    background-position: -750px -2px;
}
#sprite-pinterest-icon {
    width: 38px;
    height: 38px;
    background-position: -794px -2px;
}
#sprite-porch-icon {
    width: 38px;
    height: 38px;
    background-position: -838px 0-2px;
}
#sprite-rss-icon {
    width: 38px;
    height: 38px;
    background-position: -882px -2px;
}
#sprite-superpages-icon {
    width: 38px;
    height: 38px;
    background-position: -926px -2px;
}
#sprite-twitter-icon {
    width: 38px;
    height: 38px;
    background-position: -970px -2px;
}
#sprite-vimeo-icon {
    width: 38px;
    height: 38px;
    background-position: -1014px -2px;
}
#sprite-yellowpages-icon {
    width: 38px;
    height: 38px;
    background-position: -1058px -2px;
}
#sprite-yelp-icon {
    width: 38px;
    height: 38px;
    background-position: -1102px -2px;
}
#sprite-youtube-icon {
    width: 38px;
    height: 38px;
    background-position: -1148px -2px;
}
.platform-section, .difference-section, .news-section {
    display: none;
}
.hero-btn a.site-btn:nth-child(n + 3) {
    display: none;
}
.surefirelocal-home .hero_info-section-container .site-flex:nth-child(02) .hero-image::after {
    top: 0;
    right: -111px;
    display: block;
    content: '';
    width: 667px;
    height: 367px;
    position: absolute;
    background: url(/wp-content/uploads/2020/06/Local-Marketing-Software.png) no-repeat center;
    background-size: cover;
}

/*Text & Go Page*/
.tg-section-4 img {
    margin-bottom: 20px !important;
}
.tg-section-4 .wp-block-columns {
    margin-bottom: 80px !important;
}
.platform {
    margin: 70px 0 70px;
}
.platform-wrap {
    margin-bottom: 40px;
}
.platform-icon span {
    display: inline-block;
    vertical-align: middle;
}
span.platform-label {
    font-size: 16px;
    text-transform: uppercase;
}
.platform-icon {
    width: 100%;
}
.tg-section-4 .col-3 {
    margin-bottom: 40px;
}
.platform-wrap {
    max-width: 206px;
    margin: 0 auto;
}

/*.hero-btn a.site-btn:first-child {
    display: none!important;
}

.surefire_spz_1052_control .site-section.hero-section .hero-info-text .hero-btn {
    margin-left: !important;
}*/
.single-package-post .diplay-design-nav .ds-view-popup a {
    display: none !important;
}

/* Print Styles */
@media print {
    *, *::before, *::after {
        background: transparent !important;
        box-shadow: none !important;
        color: #333 !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " ("attr(href) ")";
    }
    abbr[title]::after {
        content: " ("attr(title) ")";
    }
    a[href^="javascript:"]::after, a[href^="#"]::after, .site-title > a::after {
        content: "";
    }
    thead {
        display: table-header-group;
    }
    img, tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 2cm 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    .content, .content-sidebar {
        width: 100%;
    }
    button, input, select, textarea, .breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area, .hidden-print, .home-top, .nav-primary, .nav-secondary, .post-edit-link, .sidebar {
        display: none !important;
    }
    .title-area {
        text-align: center;
        width: 100%;
    }
    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }
    .site-inner {
        padding-top: 0;
        position: relative;
    }
    .author-box {
        margin-bottom: 0;
    }
    h1, h2, h3, h4, h5, h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }
    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    blockquote, pre, table {
        page-break-inside: avoid;
    }
    dl, ol, ul {
        page-break-before: avoid;
    }
}

/* 404 Page */
.error404 li.page_item.page-item-48829, .error404 li.page_item.page-item-834 {
    display: none;
}
figure.wp-caption.alignleft {
    margin: 15px auto 15px;
    float: none;
}
figure.wp-caption.alignright {
    margin: 15px auto 15px;
    float: none;
}
figure.wp-caption img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}
figure.wp-caption figcaption.wp-caption-text {
    position: absolute;
    bottom: 0;
    font-style: italic;
    left: 0;
    right: 0;
    padding: 15px 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.50);
}

/* HomePage Hero */
.site-section.hero-section {
    margin-top: 75px;
}
.hero-section {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(237, 245, 245, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(237, 245, 245, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(237, 245, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#edf5f5', GradientType=1);
}
.hero-section .hero-info-text {
    padding-left: 0;
}
.hero-section .hero-title {
    font-size: 30px;
    line-height: 1;
}
.hero-section .hero-item-lists {
    padding: 20px 0;
    font-weight: 400;
}
.hero-section .hero-item-lists .item-list {
    padding-left: 30px;
}
.hero-section .item-list:before {
    content: "\f560";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #e35e4c;
    font-size: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.hero-section .hero-image img {
    margin: 30px auto 0;
    display: block;
}
.surefirelocal-home .hero-section .hero-btn .site-btn.site-outline-btn.checked {
    color: #4364F7;
    background-color: #F6FAFA !important;
    border: 1px solid #4364F7;
    margin-left: 15px;
}

/* Homepage Partners */
.partner-section ul.partner-items {
    padding: 0;
}
.partner-section ul.partner-items li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 12px;
    margin: 10px 0;
    width: auto;
}
.partner-section ul.partner-items li img {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    margin: 0 auto;
    display: block;
}
.partner-section ul.partner-items li img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
}

/* Home Content */
.content-sidebar-wrap {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: block;
}
body.search .content-sidebar-wrap, body.single .content-sidebar-wrap, body.archive .content-sidebar-wrap, body.error404 .content-sidebar-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}
body.archive .content-sidebar-wrap {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}
.full-width-content .entry-content .alignwide {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding-left: 15px;
    padding-right: 15px;
}
.site-inner-section {
    padding-top: 30px;
}
.site-inner-section .main-content-image {
    padding-right: 0;
    float: none;
    max-width: 484px;
    margin: 0 auto;
}
.site-inner-section .main-content-text {
    overflow: hidden;
}
.main-content-text p.content-more {
    display: none;
}

/* Marketing Platform */
.site-section.platform-section {
    background-color: #00d2ff;
}
.platform-section .platform-content-info {
    padding-left: 0;
}
.platform-section .platform-items {
    background-color: #fff;
    padding: 30px 15px;
}
.platform-section .platform-items .platform-item {
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 3px;
}
.platform-section .platform-content-item {
    padding-right: 0;
}
.platform-section .platform-content-item .section-title {
    text-align: center;
    color: #fff;
}
.platform-section .platform-item .platfotm-title {
    background-color: #fff;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.2;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 90px;
}
.platform-section .platform-item.active .platfotm-title {
    background-color: #e9f2f6;
    border: 1px solid #e9f2f6;
}
.platform-section .platform-item .platfotm-title img {
    position: absolute;
    left: 20px;
}
.platform-section .platfotm-title-main-title {
    padding-left: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
}
.platform-section .platform-image-view {
    display: none;
}
.platform-section .image-view-container {
    height: 100%;
    margin: 0 -60px 0 0;
}

/*.platform-section .image-view-container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 160px;
    height: calc(100% - 300px);
    background-color: #00d2ff;
}*/
.platform-section .platform-desktop-image {
    height: 140%;
    overflow: hidden;
}
.platform-section .platform-items .platform-item .platform-informations {
    display: none;
}
.platform-section .platform-descriptions ul {
    padding: 0 15px 15px 0;
    margin: 0;
}
.platform-section .platform-descriptions ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.platform-section .platform-descriptions ul li:before {
    content: "\f0a9";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #e14e38;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.platform-section .platform-item .platform-btn {
    margin-bottom: 40px;
}
.platform-section .platform-mobile-image {
    margin-bottom: 20px;
}
.platform-section .platform-desktop-image .image-view {
    visibility: hidden;
    left: -100%;
    position: absolute;
    transition: all 0.5s ease;
    top: 0;
    background-color: #fff;
    padding: 40px 15px;
    height: 100%;
}

/*.platform-desktop-image .image-view.active:before {
    content: "";
    position: absolute;
    right: -100px;
    top: 0;
    background-color: #0052d4;
    width: 85%;
    height: 100%;
    z-index: 1;
}*/
.platform-desktop-image .image-view-wrap-cont {
    background-color: #fff;
    padding: 40px 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
    width: 100%;
    left: 0;
    right: 0;
}
.platform-desktop-image .image-view-wrap-cont:before {
    content: "";
    position: absolute;
    right: 0;
    background-color: #00d2ff;
    width: 100%;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.platform-desktop-image .image-view-wrap-cont:after {
    content: "";
    position: absolute;
    right: 0;
    background-color: #0052d4;
    width: 80%;
    height: 167%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.platform-section .platform-desktop-image .image-view img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: 100%;
}
.platform-desktop-image .image-view.active .image-view-cont {
    background-color: #fff;
    z-index: 1;
    padding: 30px 15px 30px 20px;
}
.platform-desktop-image .image-view.active {
    visibility: visible;
    left: 0;
    overflow: hidden;
    position: relative;
}
.platform-desktop-image .image-view img {
    display: none;
}
.platform-desktop-image .image-view.active img {
    display: block;
}
.platform-section .platform-items .platform-item.active .platform-informations {
    display: block;
}
.platform-section .platform-items .platform-item .platform-mobile-image, .platform-section .platform-items .platform-item .platform-descriptions, .platform-section .platform-items .platform-item .platform-btn {
    display: block;
}
.platform-section .platform-items .platform-item .platform-mobile-image img {
    display: block;
    margin: 0 auto;
}

/* Surefire Difference Section */
.difference-section .difference-info-content .difference-image {
    display: none;
}
.difference-section .difference-info {
    padding-left: 5px;
}
.difference-section .difference-items {
    padding-top: 30px;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
.difference-info-heading .superhero-image img {
    display: inline-block;
}
.difference-section .difference-items .differ-item {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px 15px;
    margin-bottom: 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.difference-items .col-5.differ-item:not(:nth-child(5n+1)) {
    margin-left: 0;
}
.difference-items .col-5.differ-item:not(:nth-child(4n+1)) {
    margin-left: 0;
}
.difference-items .col-5.differ-item:not(:nth-child(3n+1)) {
    margin-left: 0;
}
.difference-items .col-5.differ-item:not(:nth-child(2n+1)) {
    margin-left: 0;
}
.difference-section .difference-items .differ-item:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.difference-section .difference-items .differ-title {
    margin: 10px 0 15px;
    font-size: 22px;
    line-height: 1.2;
}
.difference-section .difference-items .differ-title a:after {
    content: "\f105";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    margin-left: 5px;
}
.difference-section .difference-items .differ-content .content-more {
    display: none;
}

/* Marketing Software */
.software-section .software-items {
    padding-top: 30px;
}
.software-section .software-items .software-icon {
    padding: 24px 15px;
    background-color: #00d2ff;
    border-radius: 50%;
    display: inline-block;
}
.software-section .software-items  .software-item {
    cursor: pointer;
}
.software-section .software-items .software-item.active .software-icon {
    background-color: #31475e;
}
.software-section .software-items .software-title {
    font-size: 18px;
    line-height: 1.2;
    padding: 10px 5px 20px;
}
.software-section .software-items .software-item.active .software-title:after {
    content: "\f0d8";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    font-size: 35px;
    color: #cccccc;
}
.software-section .software-items .software-content {
    display: block;
}
.software-section .hover-show-content {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px 20px;
    display: none;
}
.software-section .hover-show-content .software-content .software-hover-title br {
    display: none;
}
.software-section .hover-show-content .software-content {
    display: none;
}
.software-section .hover-show-content .software-content.active {
    display: block;
}
.software-section .software-mob-control {
    padding-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.software-section .software-mob-control > div {
    width: 49%;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 25px;
}
.software-section .software-items .software-item {
    cursor: pointer;
    display: none;
}
.software-section .software-items .software-item.active {
    display: block;
}

/* Whats New / latest Post */
.news-section {
    background-color: #e9f2f6;
}
.news-section .latest-news {
    padding: 30px 0 40px;
}
.news-section .latest-news .post-item, .inner-news-section .latest-news .post-item {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 15px 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease 0s;
    max-width: 480px;
    margin: 0 auto 20px;
}
.news-section .latest-news .post-item:hover, .inner-news-section .latest-news .post-item:hover {
    transform: scale(1.05);
}
.news-section .latest-news .post-image, .inner-news-section .latest-news .post-image {
    height: 170px;
    background: rgb(17, 17, 17);
    background: -moz-linear-gradient(left, rgba(17, 17, 17, 1) 0%, rgba(54, 54, 54, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(17, 17, 17, 1) 0%, rgba(54, 54, 54, 1) 100%);
    background: linear-gradient(to right, rgba(17, 17, 17, 1) 0%, rgba(54, 54, 54, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#363636', GradientType=1);
}
.news-section .latest-news .post-image img, .inner-news-section .latest-news .post-image img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: max-content;
    width: fit-content;
    width: -webkit-fill-available;
}
.news-section .latest-news .post-category, .inner-news-section .latest-news .post-category {
    font-size: 13px;
    padding: 5px 0;
}
.news-section .latest-news .post-title, .inner-news-section .latest-news .post-title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.news-section .latest-news .post-url, .inner-news-section .latest-news .post-url {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
}
.news-section .latest-news .post-item:hover .post-url, .inner-news-section .latest-news .post-item:hover .post-url {
    font-weight: 700;
}

/* Reviews Section */
.review-section .featured-reviews {
    padding: 30px 0 40px;
}
.review-section .featured-reviews-nav {
    margin-bottom: 30px;
}
.review-section .featured-reviews .review-item {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px 15px;
    margin-bottom: 15px;
}
.review-section .featured-reviews .review-star-date .star {
    font-size: 13px;
    color: #ffc72c;
}
.review-section .featured-reviews .review-star-date .date {
    font-size: 13px;
    color: #ccc;
}
.review-section .featured-reviews .review-item .review-title {
    line-height: 1;
    font-size: 14px;
}
.review-section .featured-reviews .review-item .review-content {
    font-size: 14px;
    padding: 15px 0;
}
.review-section .featured-reviews .review-item .review-author {
    background-color: #e9f2f6;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 16px;
}
.review-section .reviews-nav {
    width: 100%;
    max-width: 49%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    padding: 10px 10px;
    border-radius: 3px;
    background-color: #fff;
}
.review-section .reviews-nav img {
    height: 40px;
}
.review-section .reviews-nav.active {
    background-color: #777e85;
}
.review-section .reviews-nav.active .arrow-down {
    width: 40px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #777e85;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}
.review-section .reviews-nav .reviews-nav-star {
    color: #ffc72c;
    font-size: 16px;
}
.review-section .reviews-nav .reviews-nav-star span:nth-child(1), .review-section .reviews-nav .reviews-nav-star span:nth-child(5) {
    font-size: 9px;
}
.review-section .reviews-nav .reviews-nav-star span:nth-child(2), .review-section .reviews-nav .reviews-nav-star span:nth-child(4) {
    font-size: 12px;
}
.review-section  .review-control, .review-section .review-item-list.active .review-control {
    display: block;
}
.review-section .featured-reviews .review-item-list.active .review-item-list-container {
    height: auto;
    width: auto;
    opacity: 1;
}
.review-section .featured-reviews .review-item-list .review-item-list-container {
    height: 0;
    opacity: 0;
}
.review-section .review-item-list .review-control {
    display: none;
    padding: 30px 0;
    clear: both;
}
.featured-reviews .review-item-list.active .review-control {
    font-size: 30px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.featured-reviews .review-item-list.active .review-control .slick-arrow {
    width: 49%;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 25px;
}
.review-section .reviews-nav.active .colored-logo, .review-section .reviews-nav .white-logo {
    display: none;
}
.review-section .reviews-nav.active .white-logo {
    display: block;
}
ul.yext-reviews-page li:before {
    display: none;
}

/* Get Started Section */
.get-started-section {
    background-color: #0052d4;
}
.get-started-section .get-started-btn a.site-btn.checked {
    color: #0052d4;
    background-color: #fff;
}
.get-started-image img {
    display: block;
    margin: 0 auto;
}
.get-started-btn a, .inner-footer-btn .ft-btn a {
    margin-bottom: 10px;
    min-width: 205px;
}
body.home .site-section.inner-footer-section {
    display: none;
}

/* Site Footer */
body:not(.home) .footer-sec .footer-wrap {
    padding-top: 60px;
}
footer.site-section {
    background: #252525;
}
footer.site-section .footer-col-item .col-title a {
    color: #ffffff;
}
.site-location .location-name {
    color: #ffffff;
}
footer.site-section .site-location .location-address,
footer.site-section .site-location .footer-site-number a {
    color: #9E9E9E;
}
.inner-footer-btn .ft-btn {
    display: inline-block;
    margin-bottom: 10px;
}
.site-section.inner-footer-section {
    background-color: #0052d4;
    padding: 60px 15px;
}
.site-section.copyright-section {
    background-color: #e9f2f6;
    padding: 30px 60px 60px;
}
footer.site-section .footer-section-container {
    font-size: 16px;
    font-weight: 400;
}
footer.site-section .footer-section-container .col-title i {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    transition: all 0.3s;
}
.footer-col-item.active .col-title i {
    transform: rotate(180deg);
}
footer.site-section .footer-section-container {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: block;
}
footer.site-section .footer-section-container .col-title {
    margin-bottom: 25px;
}
.footer-menu ul.menu {
    padding: 0;
}
.footer-menu ul li {
    list-style: none;
    line-height: 2em;
}
.footer-menu ul li a {
    color: #9E9E9E;
}
.menu-copyright-menu-container ul li {
    display: block;
    font-size: 16px;
    padding: 0;
    border-right: 0px solid #ccc;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 5px;
}
.menu-copyright-menu-container ul li:last-child {
    border: 0;
}
.menu-copyright-menu-container ul li a {
    color: #1c2833;
}
.footer-col-item .footer-menu {
    display: none;
}
.copyright-section-container {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: block;
}
.copyright-section .copyright-links {
    float: none;
}
.copyright-section .copyright-links ul {
    padding: 0;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
.copyright-section .copyright-links ul li:first-child {
    padding: 0;
}
.copyright-text {
    text-align: center;
}
.footer-social-media {
    overflow: hidden;
}
.footer-social-media ul {
    position: relative;
    left: -15px;
}
.floating-btn {
    position: fixed;
    bottom: 5px;
    width: 100%;
    padding: 0 10px;
    z-index: 10;
}
.floating-btn .col-2 {
    background-color: #4364f7;
    text-align: center;
    width: 49%;
}
.floating-btn .floating-phone a:before {
    content: "\f2a0";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #fff;
    margin-right: 5px;
}
.floating-btn .col-2 a {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 10px 0;
}
.site-location {
    margin-bottom: 10px;
}
.footer-badge span {
    display: inline-block;
    vertical-align: middle;
}
.footer-badge .google-badge {
    height: 75px;
    margin-right: 10px;
}
.footer-badge .bbb-badge {
    height: 48px;
}

/* Blog Page */
.blog-list-container {
    width: 100%;
}
.blog-archive-container {
    padding: 0;
}
.post-archives-list {
    margin-bottom: 30px;
}
.custom-blog-post .post-image, .page-template-pillar-page .post-layout-container .post-image {
    height: 250px;
    padding: 20px 0;
    background: rgb(17, 17, 17);
    background: -moz-linear-gradient(left, rgba(17, 17, 17, 1) 0%, rgba(54, 54, 54, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(17, 17, 17, 1) 0%, rgba(54, 54, 54, 1) 100%);
    background: linear-gradient(to right, rgba(17, 17, 17, 1) 0%, rgba(54, 54, 54, 1) 100%);
}
.custom-blog-post .post-image img, .page-template-pillar-page .post-layout-container .post-image img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.custom-blog-post .blog-list-container article {
    margin-bottom: 0;
}
.custom-blog-post .post-details, .page-template-pillar-page .post-layout-container .post-details {
    padding: 20px 15px;
    margin: 0 15px;
    top: -50px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    background-color: #fff;
}
.custom-blog-post .post-details .post-title, .page-template-pillar-page .post-layout-container .post-title {
    font-size: 20px;
    line-height: 1.2;
}
.custom-blog-post .post-details .post-content, .page-template-pillar-page .post-layout-container .post-content {
    padding: 20px 0;
}
.custom-blog-post .post-details .post-title a, .custom-blog-post .post-details .post-content a, .custom-blog-post .post-details .post-author-date i, .page-template-pillar-page .post-layout-container .post-title a, .page-template-pillar-page .post-layout-container .post-content a, .page-template-pillar-page .post-layout-container .post-author-date i {
    color: #e14e38;
}
.post-archives-list .all-post-search form.searchform, .post-archives-list .all-post-search form.searchform input {
    padding: 7px 5px;
}
.post-archives-list .container .col-4 .searchform input {
    font-weight: 600;
    -webkit-appearance: textfield;
}
.searchform button.search-icon {
    padding: 0;
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.searchform button.search-icon::before {
    content: "\f002";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #000;
}
.post-archives-list .container .col-4 {
    margin-bottom: 20px;
}
.post-archives-list .col-4 select {
    padding: 15px 10px;
    background-color: #fff;
    color: #000;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #000, #000);
    background-position: calc(100% - 20px) calc(1.3em + 0px), calc(100% - 15px) calc(1.3em + 0px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 0px 0em;
    background-repeat: no-repeat;
}
.post-archives-list .all-post-search form.searchform input {
    border: 0;
}
.post-archives-list .container .all-post-search.col-4 {
    border: 1px solid #ccc;
}
body.archive .site-inner h1.archive-title, body.single .site-inner h1.entry-title, body.search .site-inner h1.archive-title, body.error404 .site-inner h1 {
    text-align: center;
}
body.page-template .content-sidebar-wrap {
    max-width: 100%;
}
body.single.single-post h1.entry-title, body.single.single-post p.entry-meta, body.single.single-post .entry-content {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    display: block;
}
.post-author-date {
    font-size: 11px;
}

/* Video Testimonial Template */
body.page-template-video-testimonial .content-sidebar-wrap {
    max-width: 1200px;
}
.testimonial-video {
    padding-top: 30px;
}
.testimonial-video iframe {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

/* Small Business Growth Page */
.smb-growth-page h1 {
    color: #363636;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    border-bottom: 2px solid #ccc;
}
.smb-growth-tagline-container {
    padding: 10px 30px;
    width: 100%;
    max-width: 650px;
    display: block;
}
.smb-growth-tagline-container {
    font-size: 25px;
    line-height: 1.2em;
}
.smb-growth-page .tagline-name {
    font-size: 35px;
    padding: 10px 10px;
}
.smb-growth-tagline .fa-quote-left, .smb-growth-tagline .fa-quote-right {
    color: #92b943;
    padding: 0 5px;
    position: relative;
    top: -5px;
    font-style: italic;
}
.smb-growth-page .tagline-name .fa-circle {
    font-size: 10px;
    color: #92b943;
}
.smb-chart .chart-percent {
    font-size: 30px;
}
.smb-chart .percent-desc {
    font-size: 18px;
}
.smb-chart:nth-child(odd) .smb-chart-content {
    border: 2px solid #ececec;
}
.smb-chart:nth-child(even) .smb-chart-content {
    border: 2px solid #4da8ef;
}
.smb-chart:nth-child(odd) .smb-chart-content .smb-chart-title {
    background-color: #ececec;
}
.smb-chart:nth-child(even) .smb-chart-content .smb-chart-title {
    background-color: #4da8ef;
    color: #fff;
}
.smb-chart-content .smb-chart-items ul {
    margin: 0;
    padding: 10px;
}
.smb-chart-items ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
}
.smb-chart.smb-chart-1 .smb-chart-items ul li::before, .smb-chart.smb-chart-2 .smb-chart-items ul li::before, .smb-chart.smb-chart-3 .smb-chart-items ul li::before, .smb-chart.smb-chart-4 .smb-chart-items ul li::before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 10px;
}
.smb-chart.smb-chart-1 .smb-chart-items ul li::before {
    content: "\f00d";
}
.smb-chart.smb-chart-2 .smb-chart-items ul li::before {
    content: "\f068";
}
.smb-chart.smb-chart-3 .smb-chart-items ul li::before {
    content: "\f00c";
}
.smb-chart.smb-chart-4 .smb-chart-items ul li::before {
    content: "\f067";
}

/* Optometry Template */
body.page-template-optometry .content-sidebar-wrap {
    padding: 0;
}
.template-banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.50);
}
.template-banner .template-banner-heading, .template-offers .template-offers-wrap.inner-width, .template-client-wrap.inner-width, .template-main-content-wrap.inner-width {
    margin: 0 auto;
    display: block;
    padding: 0 15px;
}
.template-banner .template-banner-heading {
    padding: 80px 15px;
}
.template-banner .banner-heading {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 25px;
}
.template-offers {
    background-color: #f7f7f7;
}
.template-offers .offers-list .item-offer {
    margin: 15px 0.5%;
    border: 1px solid #ccc;
    padding: 30px 15px;
    transition: all 0.5s ease;
}
.template-offers .offers-list .item-offer:hover {
    margin: 0 0.5%;
    padding: 45px 15px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
}
.template-offers .offers-list .item-offer:nth-child(odd) {
    background-color: #fff;
}
.template-offers .the-offer {
    color: #4364f7;
    font-size: 35px;
    line-height: 1;
}
.template-offers .the-offer-text {
    line-height: 1.2;
    font-size: 16px;
}
.template-client {
    padding: 50px 0;
}
.template-client .clt-hd-title {
    color: #4364f7;
    line-height: 1;
}
.template-client .main-info-clt .client-information-wrap > div {
    margin-top: 15px;
}
.template-client .clt-text {
    font-size: 16px;
}
.template-client .challege-summary .clt-hd-title, .template-client .solution-summary .clt-hd-title {
    margin-bottom: 15px;
}
.template-client .client-information-wrap, .template-client .challege-summary, .template-client .solution-summary {
    padding: 0 15px;
}
.template-client .challenge-info {
    margin-top: 15px;
}
.template-main-content {
    padding: 60px 0;
}
.template-main-content-wrap.inner-width {
    width: 100%;
    max-width: 980px;
}
.template-main-content .doctors-list-wrap {
    padding: 30px 0;
}
.template-main-content .doctor-info {
    width: 100%;
    max-width: 360px;
    margin: 10px auto 0;
}
.template-main-content .doctors-list-wrap .doctor-item {
    border: 1px solid #ccc;
    padding: 30px 15px 20px;
    margin-bottom: 20px;
}
.template-main-content .content-quote {
    border-left: 3px solid #e04e38;
    padding: 40px 0 40px 20px;
    display: block;
    margin: 40px 0;
}
.template-main-content .the-quote.bold {
    font-size: 20px;
    color: #e04e38;
    margin-bottom: 15px;
}
.template-main-content .quote-author {
    font-size: 18px;
    line-height: 1;
}
.template-main-content .quote-author-position {
    font-size: 16px;
}
.template-main-content .content-editor-text ul {
    padding: 0;
}
.template-main-content .content-editor-text ul li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 10px;
}
.template-main-content .content-editor-text ul li:before {
    content: "\f0a9";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #e14e38;
    position: absolute;
    left: 0;
    top: 0;
}

/* Pillar Page */
.page-template-pillar-page .site-section.banner-section .page-banner.post-banner {
    min-height: auto;
}
.page-template-pillar-page .site-section.banner-section .page-banner:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0.75) 66%, rgba(0, 0, 0, 0.75) 67%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0.75) 66%, rgba(0, 0, 0, 0.75) 67%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0.75) 66%, rgba(0, 0, 0, 0.75) 67%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000', GradientType=1);
}
.page-template-pillar-page .site-section.banner-section {
    padding: 0;
}
.page-template-pillar-page .post-banner .post-banner-content {
    padding: 30px 15px 30px 15px;
    margin-right: 0;
}
.page-template-pillar-page .post-banner .post-banner-title {
    width: 100%;
    max-width: 1000px;
}
.page-template-pillar-page .post-banner .post-banner-title h1 {
    font-size: 35px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
.page-template-pillar-page .post-banner .post-banner-author {
    font-size: 20px;
}
.page-template-pillar-page .post-banner .post-banner-description {
    padding: 20px 0;
    width: 100%;
    max-width: 1000px;
    font-size: 20px;
    line-height: 1.2em;
}
.page-template-pillar-page .content-sidebar-wrap {
    padding-left: 0;
    padding-right: 0;
}
.page-template-pillar-page .post-banner .post-banner-cta {
    width: 100%;
    max-width: 1000px;
    padding: 15px 15px;
    background-color: #fff;
    color: #363636;
    border-radius: 3px;
}
.page-template-pillar-page .post-banner .post-banner-cta-container {
    padding-right: 0;
    margin-bottom: 10px;
}
.page-template-pillar-page .post-banner .post-banner-cta-container .post-banner-cta-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.page-template-pillar-page .post-banner .post-banner-cta-container .post-banner-cta-content {
    font-size: 16px;
}
.page-template-pillar-page .post-banner .post-banner-cta-button a {
    display: inline-block;
    background-color: #e14e38;
    padding: 5px 30px;
    border-radius: 3px;
    font-size: 14px;
}
.page-template-pillar-page .site-inner {
    margin-top: 0 !important;
}
.page-template-pillar-page .content-sidebar-wrap article {
    margin: 0;
}
.page-template-pillar-page .custom-post-layout .post-layout-content {
    padding: 30px 15px 30px 15px;
}
.page-template-pillar-page .custom-post-layout-container .post-section-toggle-container {
    width: 25%;
    position: absolute;
    top: 150px;
    right: 0;
    z-index: 1;
    display: none;
}
.page-template-pillar-page .custom-post-layout-container > div {
    vertical-align: top;
}
.page-template-pillar-page .post-section-toggle-container.fixed-sidebar {
    background-color: #f6ebe9;
    position: fixed;
    height: 100%;
    top: 0;
}
.page-template-pillar-page .post-section-toggle-container .post-section-toggle-list {
    padding: 30px 15px 30px 15px;
}
.page-template-pillar-page .post-section-toggle-container.fixed-sidebar .post-section-toggle-list {
    padding: 180px 15px 30px 15px;
}
.page-template-pillar-page .post-section-toggle-container .post-section-toggle-list .section-toggle {
    line-height: 1.2;
    padding: 5px 0 5px 20px;
    border-top: 1px dotted #fff;
    cursor: pointer;
}
.page-template-pillar-page .post-section-toggle-container .post-section-toggle-list .share-post-label {
    border-top: 1px dotted #fff;
    padding: 5px 0;
}
.page-template-pillar-page .post-section-toggle-container .post-section-toggle-list .section-toggle:before, .page-template-pillar-page .post-section-toggle-container .post-section-toggle-list .share-post-label:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    line-height: 1.2;
    margin-right: 8px;
}
.page-template-pillar-page .post-section-toggle-container .post-section-toggle-list .section-toggle:before {
    position: absolute;
    left: 0;
}
.page-template-pillar-page .post-section-toggle-container .post-section-toggle-list .section-toggle:before {
    content: "\f192";
}
.page-template-pillar-page .post-section-toggle-container .post-section-toggle-list .share-post-label:before {
    content: "\f1e0";
}
.page-template-pillar-page .post-section-toggle-container.fixed-sidebar .post-section-toggle-list .section-toggle, .page-template-pillar-page .post-section-toggle-container.fixed-sidebar .post-section-toggle-list .share-post-label {
    color: #828080;
    border-top: 1px dotted #000;
}
.page-template-pillar-page .post-section-toggle-container.fixed-sidebar .post-section-toggle-list .section-toggle:before, .page-template-pillar-page .post-section-toggle-container.fixed-sidebar .post-section-toggle-list .share-post-label:before {
    color: #e14e38;
}
.page-template-pillar-page .post-section-toggle-list .post-section-toggle.active .section-toggle, .page-template-pillar-page .post-section-toggle-container.fixed-sidebar .post-section-toggle.active .section-toggle:before {
    font-weight: bold;
    color: #000;
}

/* MObile App Page */
.mobile-activities .mobile-app-navigation {
    border: 1px solid #4364f7;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #4364f7;
    cursor: pointer;
    border-radius: 3px;
    font-size: 16px;
}
.mobile-activities .mobile-app-navigation.active {
    background-color: #4364f7;
    color: #fff;
}
.mobile-activities .desktop-navigation .mobile-app-navigation:not(:first-child), .mobile-activities .mobile-app-information .col-3:not(:first-child) {
    margin: 20px 0 20px 0;
}
.mobile-activities .mobile-app-navigation:after {
    content: "\f105";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    margin-left: 5px;
}
.mobile-add-items .mobile-app-result .mobile-app-information {
    height: 0;
    width: 0;
    opacity: 0;
    margin-top: 0;
    padding: 0;
}
.mobile-add-items .mobile-app-result.active .mobile-app-information {
    height: auto;
    width: auto;
    opacity: 1;
    margin-top: 30px;
}
.mobile-add-items .mobile-app-result.active .mobile-app-information img {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.mobile-add-items .mobile-app-result.active .mobile-app-information .sem-content {
    padding: 15px 0;
}
.mobile-add-items .mobile-app-navigation {
    height: auto;
    width: auto;
    opacity: 1;
}
.mobile-activities .desktop-navigation {
    height: 0;
    width: 0;
    opacity: 0;
}
.mobile-app-information .right-content .mobile-info-icon {
    float: left;
    width: 80px;
    margin-right: 15px;
}
.mobile-app-information .right-content .mobile-info-content, .mobile-app-information .left-content .mobile-info-content {
    overflow: hidden;
}
.mobile-app-information .right-content .content-wrap:not(:first-child), .mobile-app-information .left-content .content-wrap:not(:first-child) {
    margin-top: 20px;
}
.mobile-app-information .left-content .mobile-info-icon {
    float: left;
    width: 80px;
    margin-right: 15px;
}
.mobile-activities .mobile-app-information .center-image {
    text-align: center;
}
.mobile-activities .mobile-app-information .content-wrap {
    min-height: 80px;
}
ul.mobile-app-download li:before {
    display: none;
}
ul.mobile-app-download li {
    padding: 0 10px 10px 0;
    display: inline-block;
    font-variant: all-small-caps;
}
.wp-block-column.right-column-mobile-app {
    padding: 0 15px;
    text-align: center;
}
.wp-block-group.alignfull.mobile-app-everything {
    overflow: hidden;
}
.wp-block-group.alignfull.mobile-app-section-future {
    background: -moz-linear-gradient(left, rgba(215, 215, 215, 1) 0%, rgba(215, 215, 215, 0.7) 68%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(215, 215, 215, 1) 0%, rgba(215, 215, 215, 0.7) 68%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(215, 215, 215, 1) 0%, rgba(215, 215, 215, 0.7) 68%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#00ffffff', GradientType=1);
}
.wp-block-group.alignfull.mobile-app-section-think {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(215, 215, 215, 0.7) 30%, rgba(215, 215, 215, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(215, 215, 215, 0.7) 30%, rgba(215, 215, 215, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(215, 215, 215, 0.7) 30%, rgba(215, 215, 215, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#d7d7d7', GradientType=1);
}
.wp-block-group.alignfull.mobile-app-section-heading {
    background: -moz-linear-gradient(left, rgba(255, 247, 247, 0) 0%, rgba(237, 245, 245, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 247, 247, 0) 0%, rgba(237, 245, 245, 1) 100%);
    background: linear-gradient(to right, rgba(255, 247, 247, 0) 0%, rgba(237, 245, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fff7f7', endColorstr='#edf5f5', GradientType=1);
}
.mobile-add-items .mobile-app-result {
    margin: 5px 0;
}
.section-disabled {
    display: none;
}
.activities-sec .activities-column {
    border-radius: 3px;
    padding: 30px 10px;
    margin-bottom: 2%;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(204, 204, 204, 0.5);
    -moz-box-shadow: 0px 0px 0px 2px rgba(204, 204, 204, 0.5);
    box-shadow: 0px 0px 0px 2px rgba(204, 204, 204, 0.5);
}
.activities-sec .activity-title {
    margin: 20px 0;
    font-size: 25px;
    line-height: 1.2;
}

/* Resources Archive */
.resources-listing {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: block;
    padding: 0 15px;
}
.resources-listing .resources-items {
    margin-top: 30px;
}
.resources-listing .resource-item {
    margin-bottom: 20px;
    background-color: #ffffff;
}
.resources-listing .resource-item:not(:nth-child(4n+1)) {
    margin-left: 2%;
}
.resources-listing .resource-content-wrap {
    padding: 0 15px 15px 15px;
}
.resources-listing .resource-category {
    font-size: 14px;
    padding: 5px 20px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 1;
    font-weight: 600;
    margin: 10px 0;
}
.resources-listing .resource-category.cat-category1 {
    background-color: #738bf9;
    color: #fff;
}
.resources-listing .resource-category.cat-category2 {
    background-color: #00d2ff;
    color: #fff;
}
.resources-listing .resource-category.cat-category3 {
    background-color: #111111;
    color: #fff;
}
.resources-listing .resource-category.cat-category4 {
    background-color: #ffbf5c;
    color: #000;
}
.resources-listing .resource-title {
    font-size: 20px;
    line-height: 1.2;
}
.resources-listing .resource-details {
    font-size: 16px;
}
.resources-listing .resource-filter > div {
    min-height: 48px;
    background-color: #fff;
    margin: 5px 0;
}
.resources-listing .resource-item:hover {
    background-color: #f1f1f1;
}
.resources-listing .resource-search input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px 15px 12px 35px;
    position: relative;
}
.resources-listing .resource-search:before {
    content: "\f002";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #252525;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.resources-listing .resource-select-category {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 0 0 15px;
}
.resources-listing .select-label {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
}
.resources-listing .select-options {
    margin-left: 100px;
    min-height: 46px;
}
.resources-listing select.resource-cat {
    border: 0;
    padding: 11px 25px 11px 15px;
    min-height: 46px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #111111 50%), linear-gradient(135deg, #111111 50%, transparent 50%), linear-gradient(to right, #111111, #111111);
    background-position: calc(100% - 15px) calc(1.1em + 0px), calc(100% - 10px) calc(1.1em + 0px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 0px 0em;
    background-repeat: no-repeat;
}
.resources-listing  .resource-loader {
    text-align: center;
}
.resources-listing  .resource-loader img {
    padding: 60px 0 0;
}
.resources-listing  .resource-loader img:not(:first-child) {
    display: none;
}
.search_form {
    max-width: 400px;
    width: 100%;
    position: absolute;
    right: 390px;
}
.search_form input, .search_form input:focus {
    border: 1px solid #CCC;
    font-size: 16px;
    max-width: 400px;
    width: 100%;
}
.search_form input:focus {
    background: #ebebeb;
}
.search_form form {
    position: relative;
}
.search_form form:before {
    content: "\f002";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    margin-left: 5px;
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Getting Started Meet The Team */
.solid-background-gray {
    background-color: #ebebeb;
}
.gs-team-listing .gs-team {
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 30px 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
}
.gs-team-listing .gs-team-title {
    line-height: 1.2;
    border-left: 5px solid red;
    padding-left: 10px;
    margin-bottom: 15px;
}
.gs-team-listing .gs-team-title {
    line-height: 1.2;
    border-left: 5px solid #4364f7;
    padding-left: 10px;
    margin-bottom: 15px;
}
.gs-team-listing div#gs-team-1 .gs-team-title {
    border-left: 5px solid #e04e39;
}
.gs-team-listing div#gs-team-2 .gs-team-title {
    border-left: 5px solid #ffc72c;
}
.gs-team-listing div#gs-team-3 .gs-team-title {
    border-left: 5px solid #4364f7;
}
.gs-team-listing div#gs-team-4 .gs-team-title {
    border-left: 5px solid #00d2ff;
}
.gs-team-listing div#gs-team-5 .gs-team-title {
    border-left: 5px solid #af272f;
}
.gs-platform-listing {
    margin-top: 20px;
}
.gs-platform-listing .gs-platform {
    padding: 15px 15px;
    border: 1px solid #cccccc;
}
.gs-platform-listing .gs-platform .platform-logo {
    margin-bottom: 15px;
}
.gs-platform-listing .gs-platform .platform-content {
    text-align: center;
}
.gs-platform-listing .platform-title {
    line-height: 1.2;
    margin-bottom: 15px;
}
.gs-platform-listing .platform-logo img {
    margin: 0 auto;
}
.gs-platform-setup .platform-content, .gs-platform-setup .platform-content-mobile {
    display: none;
}
.gs-platform-setup .platform-content-mobile.active {
    display: block;
}
.gs-platform-setup .platform-content.active {
    display: block;
}
.gs-platform-setup .platform-setup-more {
    display: none;
}
.gs-platform-setup .gs-platform-btn a:after {
    content: "\f067";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    margin-left: 10px;
}
.gs-platform-btn a.more:after {
    content: "\f068";
}
.gs-platform-setup .gs-number-row {
    margin-bottom: 30px;
    margin-top: 60px;
}
.gs-platform-setup .gs-platform-setup {
    margin-top: 100px;
}
.gs-platform-setup .gs-nav-title {
    border: 1px solid #ccc;
    padding: 15px 15px;
    line-height: 1.2;
    font-size: 16px;
    min-height: 70px;
    background-color: #ffffff;
    cursor: pointer;
    justify-content: left;
}
.gs-platform-setup .gs-nav-title:not(:last-child) {
    margin: 10px 0;
}
.gs-platform-setup .gs-nav-title.active, .gs-platform-setup .gs-nav-title:hover {
    background-color: #ff6e3f;
    color: #ffffff;
}
.gs-platform-setup .gs-nav-title span {
    padding-left: 25px;
    display: block;
}
.gs-platform-setup .gs-nav-title span:before {
    content: "\f067";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
}
.gs-platform-setup .gs-nav-title.active span:before {
    content: "\f068";
}
.gs-platform-setup .gs-platform-details {
    padding: 30px 30px;
    background-color: #ffffff;
    display: none;
}
.gs-platform-setup .platform-setup-title-wrap {
    align-items: center;
}
.gs-platform-setup .platform-setup-icon img {
    height: 80px;
    margin-right: 15px;
}
.gs-platform-setup .gs-platform-heading {
    padding-left: 20px;
    margin: 30px 0;
}
.gs-platform-setup .gs-platform-heading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    background: rgb(255, 183, 48);
    background: -moz-linear-gradient(top, rgba(255, 183, 48, 1) 0%, rgba(255, 124, 60, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 183, 48, 1) 0%, rgba(255, 124, 60, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 183, 48, 1) 0%, rgba(255, 124, 60, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb730', endColorstr='#ff7c3c', GradientType=0);
}
.gs-platform-setup .gs-platform-desc {
    padding-left: 20px;
}
.gs-platform-setup .gs-platform-desc p {
    text-align: left;
}
.gs-platform-content .platform-setup-more {
    display: none;
}
.gs-platform-setup .gs-platform-btn a {
    border: 1px solid #0052d4;
    padding: 10px 15px;
    display: inline-block;
    cursor: pointer;
}
.gs-platform-setup .platform-number {
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #000000;
}
.gs-platform-setup .platform-number.active {
    background-color: #ff6e3f;
    color: #ffffff;
}
.gs-platform-setup .gs-platform-number:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}
.gs-platform-setup .gs-platform-desc ul li:before {
    content: "\f058";
}
.gs-platform-setup .gs-platform-desc a {
    color: #ff6e3f;
}
.gs-platform-setup .platform-content-mobile {
    background-color: #fff;
    padding: 30px 15px;
}

/* Photo Gallery */
.wp-block-group.alignfull.design-background {
    background-image: url(/wp-content/uploads/2022/04/Webpackage-Background.jpg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}
.design-background h3 {
    font-weight: bold;
}
.colored-gallery-section ul li:before {
    color: #ffffff;
    content: "\f00c";
}
div#grid-gallery, div#album-gallery, div#slideshow-gallery, div#filterable-gallery, div#slide-over-gallery {
    top: -150px;
}
.wp-block-group.alignfull.gallery-sample-nav {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}
.gallery-sample-nav ul {
    text-align: center;
    margin: 0;
}
.gallery-sample-nav ul li:before {
    display: none;
}
.gallery-sample-nav ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
    padding: 0;
}
.gallery-sample-nav ul li a {
    padding: 30px 0;
    display: block;
    position: relative;
}
.gallery-sample-nav ul li a:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ff6e3f;
    left: 0;
    top: 0;
}

/* New Solutions Page */
body.new-solution-page .page-inner-cta {
    display: none;
}
.wp-block-group.new-solution-heading {
    position: relative;
}
.wp-block-group.new-solution-heading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #4364F7 0%, #FF6E3F 100%);
    opacity: 0.15;
}
.new-solution-sub-heading {
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
}
.wp-block-group.solution-blue-box .wp-block-group .wp-block-group__inner-container {
    background-color: #4364f7;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}
.wp-block-group.solution-blue-box {
    position: relative;
    background-color: #ffffff;
}
.wp-block-group.solution-blue-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #F0F3FF;
}
.wp-block-group.solution-blue-box .wp-block-group .wp-block-group__inner-container h2 {
    color: #ffffff;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 20px;
}
.wp-block-group.solution-blue-box .wp-block-group .wp-block-group__inner-container a.site-btn {
    background-color: #ffffff;
    color: #4364f7;
}
.wp-block-group.light-blue-bg {
    background-color: #f0f3ff;
}
.wp-block-group.no-padding-section {
    padding: 0 !important;
}
.wp-block-group.no-padding-section h2 {
    margin: 0 !important;
}
.wp-block-group.new-solution-marketing-cta {
    padding: 60px 0 0 0 !important;
    background-color: #0052d4;
}
.wp-block-group.new-solution-marketing-cta h2 {
    color: #ffffff;
}
.wp-block-group.new-solution-marketing-cta a.site-btn {
    background-color: #ffffff;
    color: #0052d4;
    margin: 30px 0 60px;
}

/* New Pages CSS */
.new-featured-page .page-inner-cta {
    display: none;
}
.new-featured-page .wp-block-columns {
    padding: 30px 0;
}
.new-featured-page .wp-block-group.alignfull.featured-header {
    padding: 90px 0;
}
.new-featured-page.benefits-page .wp-block-group.alignfull.featured-header {
    padding: 0 0;
}
.new-featured-page .featured-header {
    background: linear-gradient(to right, rgba(67,100,247,0.1) 0%,rgba(255,110,63,0.1) 100%);
}
.new-featured-page.benefits-page .featured-header {
    background-image: url(/wp-content/uploads/2024/08/bg-heading-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.new-featured-page.benefits-page .benefits-col-text > * {
    text-align: left !important;
}
.new-featured-page.benefits-page .other-benefits .wp-block-column h3,
.new-featured-page.benefits-page .other-benefits .wp-block-column p {
    text-align: left;
}
.new-featured-page .sub-heading {
    color: #3858EA;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
}
.new-featured-page .sub-description {
    color: #252525;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
    padding-bottom: 20px;
}
.new-featured-page h1 {
    color: #000;
    font-size: 40px;
    line-height: 130%;
    text-align: left !important;
}
.new-featured-page h2 {
    color: #373737;
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.4px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.new-featured-page h3 {
    color: #373737;
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.32px;
}
.new-featured-page .new-featured-icon-title {
    padding: 0 30px;
}
.new-featured-page ul.featured-page-list li {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.new-featured-page .entry-content ul li:before {
    content: "\f00c";
    color: #FF6E3F;
}
.new-featured-page .featured-btn a {
    display: flex;
    padding: 14px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: #4669F3;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.18px;
}
.new-featured-page .wp-block-group.benefits-page-cta {
    padding: 0 !important;
}
.new-featured-page .featured-btn-blue a {
    background: #3858EA;
}
.new-featured-page .featured-btn-white a {
    background: #ffffff;
    color: #4669F3;
}
.new-featured-page .featured-btn-orange a {
    background: #FF6E3F;
}
.new-featured-page .featured-btn-blue a:after,
.new-featured-page .featured-btn-orange a:after {
    content: url('/wp-content/uploads/2023/10/arrow-svg.png');
    position: relative;
}
.new-featured-page .featured-btn-white a:after {
    content: url('/wp-content/uploads/2023/10/arrow-svg-blue.png');
    position: relative;
}
.new-featured-page .featured-btn-blue a:hover {
    background: #0052D4;
}
.new-featured-page .featured-btn-white a:hover {
    background: #DDD;
}
.new-featured-page .featured-btn-orange a:hover {
    background: #D85B32;
}
.new-featured-page .wp-block-group.featured-reviews {
    padding: 60px 0;
}
.new-featured-page .other-benefits .wp-block-column {
    border-radius: 30px;
    background: linear-gradient(12deg, #F3F5FA -4.74%, #FCF5F4 105.71%), #F3F3F3;
    flex: 1 0 0;
    padding: 30px 0 0 30px;
    width: 100%;
    max-width: 567px;
    margin: 0 auto !important;
}
.new-featured-page.benefits-page h1 {
    font-size: 35px;
}
.new-featured-page.benefits-page h2 {
    font-size: 30px;
}
.new-featured-page.benefits-page h3 {
    font-size: 25px;
}
.new-featured-page .other-benefits h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.56px;
    padding: 0 30px 0 0;
    margin: 0 0 10px 0;
}
.new-featured-page .other-benefits p {
    padding: 0 30px 0 0;
    font-size: 16px;
}
.new-featured-page .benefits-page-cta h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -1.2px;
    margin-bottom: 30px;
}
.new-featured-page .benefits-page-cta .wp-block-group {
    border-radius: 20px;
    padding: 60px 15px;
}
.new-featured-page ul.benefits-icons {
    margin: 0;
}
.new-featured-page ul.benefits-icons li {
    padding: 0 30px;
    display: flex !important;
    min-height: 80px;
    justify-content: center;
    align-items: center;
}
.new-featured-page ul.benefits-icons li:before {
    display: none;
}
.new-featured-page.benefits-page .wp-block-buttons>.wp-block-button {
    margin: 0;
}
.st-reviews {
    padding: 36px 24px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 24px 60px 0px rgba(18, 18, 18, 0.06);
}
.st-reviews .st-review-col.st-review-head {
    width: 100%;
    margin-bottom: 30px;
}
.st-reviews .st-review-col.st-review-head .st-rvw-head {
    justify-content: flex-start;
}
.st-reviews .st-review-col.st-review-head .st-rvw-head .col-1 {
    width: auto;
}
.st-reviews .st-rvw-head .st-review-icon {
    order: 1;
}
.st-reviews .st-rvw-head .st-review-star {
    order: 3;
}
.st-reviews .st-rvw-head .st-review-rate {
    order: 2;
    padding: 0 20px;
}
.st-reviews .st-review-col.st-review-listing {
    width: 100%;
    padding: 0 40px;
}
.st-reviews .st-review-author {
    align-items: center;
}
.st-reviews .st-author-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.st-reviews .st-author-img img {
    border-radius: 50%;
}
.st-reviews .st-author-letter {
    width: 36px;
    height: 36px;
    background-color: #AEC32F;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.st-reviews .st-author-title {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    margin-left: 5px;
}
.st-reviews .st-review-star,
.st-reviews .st-rev-rating {
    color: #FF6E3F;
}
.st-reviews .st-rev-rating {
    font-size: 14px;
}
.st-reviews .st-rev-content {
    color: #31393C;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
}
.st-reviews .st-rev-date {
    color: #888;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}
.st-reviews .st-rev-rating-date {
    margin-bottom: 15px;
}
.st-reviews .st-review-author {
    margin-top: 15px;
}
.st-reviews .st-review-item {
    margin: 5px 10px;
}
.st-reviews .st-review-arrows .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background-color: #F8F8F8;
    border-radius: 50%;
    cursor: pointer;
}
.st-reviews .st-review-arrows .right.slick-arrow {
    right: 0;
}
.st-reviews .st-review-arrows .left.slick-arrow {
    left: 0;
}
.st-reviews .st-review-rating {
    color: #31393C;
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
}
.st-reviews .st-review-all {
    color: #31393C;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}
.st-reviews .st-review-star span {
    font-size: 16px;
}
.st-reviews .st-review-star {
    padding: 20px 0;
}
.new-featured-page .featured-page-cta {
    border-radius: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.new-featured-page .featured-page-cta .featured-btn {
    margin-top: 30px;
}
.new-featured-page .featured-integration figure img {
    width: 100% !important;
}
.new-featured-page .featured-page-explore .wp-block-columns {
    padding: 0 15px;
}
.new-featured-page .featured-explore-btn .wp-block-column {
    flex-basis: 100% !important;
    margin: 0;
}
.new-featured-page .featured-explore-btn .wp-block-button {
    width: 100%;
}
.new-featured-page .featured-explore-btn .wp-block-button a {
    border-radius: 100px;
    border: 1px solid #9D9D9D;
    display: flex;
    padding: 15px 15px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background-color: #ffffff;
    color: #373737;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
}
.new-featured-page .featured-explore-btn.second-explore-layer {
    position: relative;
}
.new-featured-page .featured-page-cta-v2 {
    background: linear-gradient(270deg, rgba(67, 100, 247, 0.12) 0%, rgba(255, 110, 63, 0.12) 100%);
}
.new-featured-page .new-ft-ds-boxs .new-ft-box {
    border-radius: 16px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    box-shadow: 0px 15px 18px 0px rgba(88, 91, 86, 0.10);
    padding: 16px 20px;
    align-self: stretch;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 100%;
    width: 100%;
}
.new-featured-page .new-ft-box-icon {
    width: 30px;
    display: flex;
}
.new-featured-page .new-ft-box-icon img {
    width: 20px;
}
.new-featured-page .new-ft-box-info {
    width: calc(100% - 30px);
}
.new-featured-page .new-ft-box-info span {
    display: block;
}
.new-featured-page .new-ft-box-info span.ft-box-big {
    color: #4669F3;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.new-featured-page .new-ft-box-info span.ft-box-small {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
.new-featured-page .wp-block-button.non-design-btn a {
    color: #949494;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    background: transparent;
    padding: 15px 10px;
}
.new-featured-page .wp-block-buttons.mobile-btn-center {
    text-align: center;
    display: block;
}
.new-featured-page .featured-page-logos-2 {
    padding: 30px 0;
}
.new-featured-page .featured-page-logos-2 .logo-listings .logo-item {
    direction: ltr;
    float: right;
}
.new-featured-page .featured-page-logos .logo-listings .logo-item {
    border-radius: 33.01px;
    border: 1px solid #F5F5F5;
    background: var(--White, #FFF);
    box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.03);
    padding: 15px 15px;
    margin: 0 10px;
}
.new-featured-page .featured-page-logos-2 {
    height: 160px;
    overflow: hidden;
}
.new-featured-page .featured-page-logos-2 .logo-listings {
    float: right;
    clear: both;
}

/* New Case Study Template */
body.page-template-case-study {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
body.page-template-case-study .inner-footer-section.page-inner-cta {
    display: none;
}
body.page-template-case-study .content-sidebar-wrap {
    max-width: 1320px;
}
body.page-template-case-study .breadcrumb span.bc-wrap {
    color: #252525;
}
body.page-template-case-study .breadcrumb .breadcrumb-link-wrap a,
body.page-template-case-study .breadcrumb .separator,
body.page-template-case-study .breadcrumb .home-icon.relative:after {
    color: #999999;
}
body.page-template-case-study .top-solution ul {
    padding: 0;
    font-size: 0;
    margin: 0;
}
body.page-template-case-study .top-solution ul li {
    list-style: none;
    display: block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 150%;
    padding: 10px 0;
    border-bottom: 1px solid #D5D5D5;
}
body.page-template-case-study .cs-page-banner img {
    width: 100%;
    padding: 50px 0;
}
body.page-template-case-study .cs-body-content {
    flex-direction: column-reverse;
}
body.page-template-case-study .cs-body-content .cs-content-right,
body.page-template-case-study .cs-body-content .cs-content-left {
    width: 100%;
}
body.page-template-case-study .cs-sidebar {
    background-color: #EBF2F6;
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 16px;
}
body.page-template-case-study .cs-sidebar .cs-side-item:not(:last-child) {
    margin-bottom: 16px;
}
body.page-template-case-study .cs-site-info .cs-sidebar-content {
    display: block;
}
body.page-template-case-study .cs-sidebar.cs-site-cta {
    display: none;
}
body.page-template-case-study .cs-sidebar .cs-logo img {
    max-height: 60px;
}
body.page-template-case-study .cs-sidebar .cs-info-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
body.page-template-case-study .cs-sidebar .cs-info-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
}
body.page-template-case-study .cs-sec-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 1.04px;
    margin-bottom: 20px;
}
body.page-template-case-study .cs-st-rate-item {
    display: flex;
    -webkit-justify-content: left;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    /*flex-wrap: wrap;*/
    align-items: center;
    gap: 15px;
    align-self: stretch;
}
body.page-template-case-study .cs-rate-num {
    border-radius: 12px;
    background: #4669F3;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-width: 82px;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    color: #ffffff;
}
body.page-template-case-study .cs-rate-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
}
body.page-template-case-study .cs-st-rate-item:not(:last-child) {
    margin-bottom: 14px;
}
body.page-template-case-study .cs-cta-title {
    font-size: 22px;
    line-height: 130%;
    margin: 16px 0;
}
body.page-template-case-study .cs-cta-btn a {
    border-radius: 40px;
    background: #4669F3;
    display: flex;
    padding: 16px 36px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.18px;
}
body.page-template-case-study .cs-cta-btn a:after {
    content: url(/wp-content/uploads/2024/04/cs-arrow-white.png);
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
body.page-template-case-study .cs-solution {
    padding: 16px 0;
    margin-bottom: 48px;
}
body.page-template-case-study .cs-sol-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 24px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 24px;
}
body.page-template-case-study .cs-sol-items {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px;
    align-self: stretch;
    flex-wrap: wrap;
}
body.page-template-case-study .cs-sol-item {
    display: flex;
    width: 100%;
    min-height: auto;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
}
body.page-template-case-study div#item-solution_1:before {
    content: url(/wp-content/uploads/2024/04/data-analytics-icon.png);
}
body.page-template-case-study div#item-solution_2:before {
    content: url(/wp-content/uploads/2024/04/content-management-icon.png);
}
body.page-template-case-study div#item-solution_3:before {
    content: url(/wp-content/uploads/2024/04/content-management-icon.png);
}
body.page-template-case-study div#item-solution_4:before {
    content: url(/wp-content/uploads/2024/04/content-management-icon.png);
}
body.page-template-case-study div#item-solution_5:before {
    content: url(/wp-content/uploads/2024/04/digital-marketing-icon.png);
}
body.page-template-case-study div#item-solution_6:before {
    content: url(/wp-content/uploads/2024/04/directories-icon.png);
}
body.page-template-case-study div#item-solution_7:before {
    content: url(/wp-content/uploads/2024/04/geojuice-icon.png);
}
body.page-template-case-study div#item-solution_8:before {
    content: url(/wp-content/uploads/2024/04/google-adwords-icon.png)
}
body.page-template-case-study div#item-solution_9:before {
    content: url(/wp-content/uploads/2024/04/online-presence-icon.png);
}
body.page-template-case-study div#item-solution_10:before {
    content: url(/wp-content/uploads/2024/04/lead-generation-icon.png);
}
body.page-template-case-study div#item-solution_11:before {
    content: url(/wp-content/uploads/2024/04/lead-manager-icon.png)
}
body.page-template-case-study div#item-solution_12:before {
    content: url(/wp-content/uploads/2024/04/seo-and-web-icon.png);
}
body.page-template-case-study div#item-solution_13:before {
    content: url(/wp-content/uploads/2024/04/seo-and-web-icon.png);
}
body.page-template-case-study div#item-solution_14:before {
    content: url(/wp-content/uploads/2024/04/digital-marketing-icon.png);
}
body.page-template-case-study div#item-solution_15:before {
    content: url(/wp-content/uploads/2024/04/reputaion-management-icon.png);
}
body.page-template-case-study div#item-solution_16:before {
    content: url(/wp-content/uploads/2024/04/reputaion-management-icon.png);
}
body.page-template-case-study div#item-solution_17:before {
    content: url(/wp-content/uploads/2024/04/digital-marketing-icon.png);
}
body.page-template-case-study div#item-solution_18:before {
    content: url(/wp-content/uploads/2024/04/seo-and-web-icon.png);
}
body.page-template-case-study div#item-solution_19:before {
    content: url(/wp-content/uploads/2024/04/online-presence-icon.png);
}
body.page-template-case-study div#item-solution_20:before {
    content: url(/wp-content/uploads/2024/04/website-icon.png);
}
body.page-template-case-study div#item-solution_21:before {
    content: url(/wp-content/uploads/2024/04/all-in-one-platfrom-icon.png);
}
body.page-template-case-study div#item-solution_22:before {
    content: url(/wp-content/uploads/2024/04/review-icon.png);
}
body.page-template-case-study .cs-using-items .cs-u-img {
    padding: 24px 0;
}
body.page-template-case-study .cs-section.cs-page-reviews {
    margin-bottom: 48px;
}
body.page-template-case-study .cs-page-reviews .cs-review-item-wrap {
    padding: 16px 0;
}
body.page-template-case-study .cs-page-reviews .cs-review-item {
    border-radius: 20px;
    background: #4669F3;
    padding: 30px;
    align-self: stretch;
}
body.page-template-case-study .cs-page-reviews .cs-review-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.18px;
    color: #ffffff;
}
body.page-template-case-study .cs-page-reviews .cs-review-author {
    display: flex;
    -webkit-justify-content: left;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}
body.page-template-case-study .cs-page-reviews .cs-rev-title {
    color: #ffffff;
}
body.page-template-case-study .cs-page-reviews .cs-rev-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 4px;
}
body.page-template-case-study .cs-page-reviews .cs-rev-position {
    font-size: 14px;
    line-height: 120%;
}
body.page-template-case-study .cs-result-desc {
    padding-bottom: 20px;
}
body.page-template-case-study .cs-result-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 16px;
}
body.page-template-case-study .cs-tnx-items {
    padding-bottom: 30px;
}
body.page-template-case-study .cs-tnx-items .cs-tnx {
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
body.page-template-case-study .cs-tnx-items .cs-tnx:not(:last-child) {
    padding-bottom: 16px;
}
body.page-template-case-study .cs-tnx-items .cs-tnx:before {
    content: url(/wp-content/uploads/2024/04/cs_round-check.png);
    position: absolute;
    left: 0;
    top: 0;
}
body.page-template-case-study .cs-result-items {
    padding-bottom: 30px;
}
body.page-template-case-study .cs-rs-item {
    border-radius: 12px;
    background: #EBF2F6;
    padding: 20px;
}
body.page-template-case-study .cs-rs-item:not(:last-child) {
    margin-bottom: 12px;
}
body.page-template-case-study .cs-rs-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    padding-bottom: 16px;
}
body.page-template-case-study .cs-rs-ratings.not-single-rating {
    display: block;
}
body.page-template-case-study .cs-rs-ratings.not-single-rating .cs-rs-rating:not(:last-child) {
    margin-bottom: 16px;
}
body.page-template-case-study .cs-rs-rating {
    display: flex;
    -webkit-justify-content: left;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    gap: 12px;
}
body.page-template-case-study .rs-rate-num {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #4669F3;
}
body.page-template-case-study .rs-rate-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
}
body.page-template-case-study .cs-section.cs-page-extra {
    padding: 24px 0 48px;
}
body.page-template-case-study .cs-section.cs-page-extra img {
    margin: 0 auto;
    display: block;
}
body.page-template-case-study .cs-page-recommended {
    padding-bottom: 90px;
}
body.page-template-case-study .cs-recom-item {
    border-radius: 16px;
    border: 1px solid #D5D5D5;
    background: #FFF;
    overflow: hidden;
    margin: 0 10px;
}
body.page-template-case-study .cs-recom-banner {
    height: 200px;
}
body.page-template-case-study .cs-recom-body {
    padding: 32px 24px 40px 24px;
}
body.page-template-case-study .cs-recom-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 16px;
}
body.page-template-case-study .cs-recom-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 16px;
}
body.page-template-case-study .cs-recom-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
body.page-template-case-study .cs-recom-btn a {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.16px;
    color: #4669F3;
    display: flex;
}
body.page-template-case-study .cs-recom-btn a:after {
    content: url(/wp-content/uploads/2024/04/cs-arrow-blue.png);
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
body.page-template-case-study .cs-recom-logo img {
    height: 38px;
}
body.page-template-case-study .cs-recom-pages ul.slick-dots > li:only-child {
    display: none;
}
body.page-template-case-study .cs-recom-pages ul.slick-dots {
    padding: 0;
    margin: 10px 0;
    text-align: center;
}
body.page-template-case-study .cs-recom-pages ul.slick-dots li {
    display: inline-block;
    list-style: none;
}
body.page-template-case-study .cs-recom-pages ul.slick-dots li button {
    border-radius: 50%;
    margin: 0 3px;
    padding: 6px 6px;
    background-color: #D9D9D9;
}
body.page-template-case-study .cs-recom-pages ul.slick-dots li.slick-active button {
    background-color: #4669F3;
}
body.page-template-case-study .cs-section-cta {
    border-radius: 0;
    background: #4669F3;
    display: flex;
    padding: 40px 16px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}
body.page-template-case-study .cs-cta-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.4px;
    color: #ffffff;
}
body.page-template-case-study .cs-section-cta-btn a {
    border-radius: 40px;
    background: #FFF;
    display: flex;
    padding: 16px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #4669F3;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.18px;
}
body.page-template-case-study .cs-section-cta-btn a:after {
    content: url(/wp-content/uploads/2024/04/cs-arrow-blue.png);
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

/* Website Checker Template */
body.page-template-website-checker .site-inner {
    background: linear-gradient(to right, #ecf3fe 0%, #fff0eb 100%);
}

body.page-template-website-checker .content-sidebar-wrap {
    max-width: 1280px;
    padding: 0 20px;
}

.wc-content {
    margin-top: 90px;
}

.checker-form {
    background: #22a0ce url(/wp-content/uploads/2025/05/form-bg.png) no-repeat;
    background-size: cover;
    background-position: center right;
    border-radius: 20px;
    color: #ffffff;
    min-height: 455px;
    justify-content: center;
    align-items: center;  
    font-weight: 400;  
    margin-bottom: 60px;
    padding: 20px;
}

.checker-form-wrap {
    max-width: 800px;
    width: 100%;
    text-align: center;
}

.checker-form h1 {
    color: #ffffff;
}

.checker-form p {
    font-size: 14px;
    text-align: center;  
}

.wc-form-fields {
    gap: 30px;
}

.wc-form-wrap input {
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 25px;
    min-height: 65px;
    margin: 0;
}

.wc-field:nth-child(1) {
    max-width: 473px;
    width: 100%;
}

.clear-icon {
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/2025/05/close.png);
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.wc-field .submit-btn {
    background-image: url(/wp-content/uploads/2025/05/checked.png);
    background-color: #0073e5;
    background-repeat: no-repeat;
    background-position: 89% 50%;
    padding-right: 20px;
    width: 270px;
    font-weight: 400;
    text-transform: uppercase;
}

.checker-form .note {
    align-items: center;
    display: flex;
    gap: 10px;    
    font-size: 12px;
    padding-top: 14px;
}

.checker-form .pill-group {
    flex: 1;
    gap: 10px;
}

.checker-form .pill-text {
    background: rgb(84 83 97 / 30%);
    border-radius: 14px;
    padding: 6px 15px;
}

/*Website Domain Overview*/
.overview-infos {
    background: #ffffff;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 100px;
    padding: 60px 45px;
}

.wc_tablinks {
    background: linear-gradient(to right, #ecf3fe 0%, #fff0eb 100%);
    border-radius: 50px;
    gap: 4px;
    margin-bottom: 50px;
    padding: clamp(0.5rem, 0.318rem + 0.7767vw, 1.25rem);    
    align-items: center;
    gap: 14px;
    justify-content: center;
    flex-wrap: nowrap;
}

.wc_tablink:hover,
.wc_tablink.active {
    background: #edf3fd;
    color: #000;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}

.wc_tablink {
    border-radius: 35px;
    background: transparent;
    color: #9e9e9e;
    font-size: clamp(0.625rem, 0.534rem + 0.3883vw, 1rem);
    padding: clamp(0.5rem, 0.2725rem + 0.9709vw, 1.4375rem);
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.wc-icon.search-k {
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2025/05/search-kr-g.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.wc_tablink:hover .wc-icon.search-k, 
.wc_tablink.active .wc-icon.search-k {
    background: url(/wp-content/uploads/2025/05/search-kr.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.wc-icon.search-d {
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2025/05/search-das-g.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.wc_tablink:hover .wc-icon.search-d, 
.wc_tablink.active .wc-icon.search-d {
    background: url(/wp-content/uploads/2025/05/search-das.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.wc_tabcontent h2 {
    font-size: 30px;
    margin-bottom: 0;
}

.wc-domain-name {
    font-size: 20px;
    color: #0052d4;
    margin-bottom: 40px;
    margin-top: 14px;
}

.ao-items {
    gap: 25px;
    flex-wrap: nowrap;
    margin-top: 60px;
}

.ao-item {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
    border: 1px solid #c9d5e1;
    border-radius: 10px;
    overflow: hidden;
}

.ao-item i {
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ff6e3f;
}

.ao-item-number {
    color: #545361;
    font-size: 30px;
    font-weight: 700;
    flex: 1;
    align-items: center;
    padding: 11px;
}

.ao-item-title {
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
    background-color: #0052d4;
    width: 100%;
    text-align: center;
    color: #fff;
}

.wc-box {
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    border-radius: 30px;
    margin-top: 30px;
    margin-bottom: 60px;
    overflow: hidden;
    text-align: center;
}

.wc-box img {
    margin: auto;
    display: block;
    padding: 20px;
}
#das-tab{
    display: none;
}
#das-tab h3 {
   font-size: 20px; 
   margin-bottom: 0;
   padding-bottom: 0;
}

#das-tab h3:after {
    content: "\f059";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ff7796;
    font-size: 15px;
    display: inline;
    justify-items: end;
    align-items: start;
    position: relative;
    vertical-align: super;
    padding-left: 5px;
}

#das-tab  .sub-title {
    font-size: 14px;
    color: #545361;
}

.authority-score-details {
   justify-content: space-between; 
   padding-top: 20px;
}

.asd-score {
    min-height: 258px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #0052d4;
    color: #fff;
    gap: 20px;
    margin-top: 30px;
}

.asd-score-number {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}

.asd-score-title {
    padding: 7px 45px;
    color: #0052d4;
    background: #ffffff;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 500;
}

.asd-graph {
    display: flex;
    margin-top: 12px;
    min-height: 310px;
}

.ot-graph img {
    margin: auto;
    display: block;
    padding: 20px;
}

.np-wrap {
    gap: 2%;
    justify-content: space-between;
}

#das-tab .np-wrap .sub-title {
    color: #3855d9;
}

.np-graph {
    min-height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 0;
}

.ast-graph .graph-container,
.ot-graph .graph-container,
.np-graph .graph-container {
    overflow: auto;
}

.ast-graph .graph-container img,
.ot-graph .graph-container img,
.np-graph .graph-container img {
    width: 1110px;
    height: auto;
    max-width: max-content;
}

.np-graph .graph-container img {
    width: 542px;
}

/*Keyword Ranking Overview*/
.kr-items {
    gap: 25px;
    flex-wrap: nowrap;
    margin-bottom: 65px;
    margin-top: 60px;
}

.kr-item {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
    border: 1px solid #000000;
    border-radius: 10px;
    box-shadow: 8px 8px #000000;
    overflow: hidden;
}

.kr-item i {
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ff6e3f;
}

.kr-item-number {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    flex: 1;
    align-items: center;
    padding: 11px;
}

.kr-item-title {
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
    background-color: #0052d4;
    width: 100%;
    text-align: center;
    color: #fff;
}
/* Keyword Ranking Table */
.data-header-wrap {
    align-items: center;
    gap: 10px;
}

.osp {
    font-size: 18px;
}

.osp span {
    font-weight: 700;
    color: #ff6e3f;
}

.keyword-list-btn {
    background: #0052d4;
    color: #ffffff;
    border-radius: 5px;
    margin-left: auto;
    padding: 15px;    
    max-width: 255px;
    width: 100%;   
    text-align: center; 
}

.export-btn {
    padding: 15px 49px;
    border: 2px solid #0052d4;
    border-radius: 5px;
    min-width: 196px;
    text-align: center;
    width: auto;
}

.export-btn i {
    color: #0052d4;
}

.filters {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.filter-controls {
    display: flex;
    align-items: center;
    width: 100%;
}

.advance-filters {
    margin-left: auto;
}

.filters select {
    padding: 10px 40px;
    height: 57px;
    border-radius: 5px;
    background: #f4f4f4;
    border: #f4f4f4;
}

.filter-controls {
    gap: 10px;
}

.search-container {
    position: relative;
    display: inline-flex;
    border-radius: 5px;
    overflow: hidden;
    clip-path: inset(0 round 5px);
}
.search-container input[type="text"] {
    padding-left: 30px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #f4f4f4;
    height: 53px;
    font-size: 12px;
}
.search-container input:focus, .search-container input:focus-visible {
    outline: 0;
}
.search-icon {
    width: 53px;
    height: 53px;
    display: flex !important;
    align-items: center;
    background: #0052d4;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
}  

.custom-select {
    position: relative;
    display: inline-block;
    min-width: 120px;
}
.custom-select select {
    appearance: none;
    -webkit-appearance: none;
    width: auto;
    padding: 0.5em 60px 0.5em 30px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    border-radius: 0.25rem;
    color: #000;
    cursor: pointer;
    font-size: 12px;
}
.custom-select::after {
    content: "\f107";
    color: #0052d4;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    pointer-events: none;
}


.advance-filters {
    background: #f4f4f4;
    cursor: pointer;
    font-size: 12px;
    padding: 0 40px;
    height: 57px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.filter-icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
    background-image: url("http://www.surefirelocal.com/wp-content/uploads/2025/05/filter.png");
    background-size: contain;
    margin-right: 10px;
}

.table-container {
    padding: 20px;
}

.table-wrap {
    overflow-x: auto;
}

#dataTable {
    border-collapse: collapse;
    font-size: 12px;
    margin-bottom: 32px;
    width: 100%;
    min-width: 1110px;
}

#dataTable tr td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#dataTable tr td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#dataTable th {
    font-weight: 700;
}

#dataTable th, #dataTable td {
    border: 0;
    padding: 10px 20px;
    height: 38px;
    text-align: right;
}

#dataTable .url-heading {
    text-align: left;
}

#dataTable th:first-child i {
    font-size: 15px;
    color: #767676;
}

#dataTable th:first-child i.fa-minus-square {
    color: #0074d9;
}

#dataTable th:first-child,
#dataTable td:first-child {
    width: 60px;
    text-align: right;
    padding-left: 6px;
    padding-right: 0;
}

#dataTable th:nth-child(2),
#dataTable td:nth-child(2) {
    text-align: left;
}

#dataTable .fa-chevron-right {
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: inline-flex    ;
    background: #f4f4f4;
    color: #657a8a;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 8px;
}

td input {
    margin: 0;
}
#dataTable tbody tr:nth-child(even) td { background-color: #f2f2f2; }
#dataTable tbody tr:nth-child(odd) td { background-color: #ffffff; }
.blue-row td { background-color: #0074D9 !important; color: #fff; }

#dataTable .row-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: white;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0;
}

.row-checkbox:checked {
    background: white;
    border-color: #0074D9;
}

.row-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #0074D9;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#dataTable .blue-row .fa-chevron-right {
    background: #0074d9;
    color: #ffffff;
}

#dataTable .keyword i {
    color: #5c7283;
}

#dataTable .keyword span {
    color: #0052d4;
    padding: 0 4px;
}

#dataTable .url {
    color: #0052d4;
    font-size: 10px;
    max-width: 315px;
    text-align: left;
}

#dataTable .kd i {
    font-size: 9px;
    vertical-align: middle;
    color: #0053d0;
    margin-bottom: 3px;
}

#dataTable .blue-row i,
#dataTable .blue-row .keyword span,
#dataTable .blue-row .url {
    color: #ffffff;
}

.pagination-container {
    display: flex;
    align-items: center;
    gap: 4px 20px;
    flex-wrap: wrap;
    padding: 0 10px;
}

#pagination button {
    margin: 0 2px;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    color: #000000;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 12px;
}

#pagination button:disabled {
    cursor: not-allowed;
}
#pagination-summary { 
    display: inline-block; 
    color: #8b8b8b;
    font-size: 12px;
}
.fa-square, .fa-minus-square { 
    font-size: 1.2em; 
}

#rowsPerPage {
    border: 0;
    font-size: 12px;
    width: auto;
}
.filters select:focus-visible,
#rowsPerPage:focus-visible {
    outline: none;
}

.page-filter span {
    padding-left: 10px;
}

.page-filter .custom-select select {
    background: transparent;
    padding-right: 24px;
    padding-left: 10px;
}

.page-filter .custom-select::after {
    content: '\f0d7';
    color: #000000;
    right: 8px;
}


/*Website Checker Footer*/
.wc-footer {
    background: #252525;
    color: #ffffff;
    margin-top: 112px;
}

.footer-cta {
    max-width: 1280px;
    margin: -200px auto 80px;
    width: 100%;
}

.footer-cta-wrap {
    align-items: center;
    background: linear-gradient(45deg, #4096ee 0%, #384dac 100%);
    border-radius: 20px;
    padding: 60px;
}

.footer-cta-text {
    font-size: 30px;
}

.footer-cta .site-btn-group {
    gap: 10px;
    justify-content: end;
}

.footer-cta .site-btn-group a {
    border-radius: 50px;
    font-weight: 700;
    text-transform: capitalize;
    min-width: 210px;
    text-align: center;    
}

.footer-cta .site-btn-group a.c-white {
    color: #ffffff;
}

.footer-cta .site-btn-group i {
    transform: rotate(45deg);
}

footer.wc-footer .footer-section-container .col-title a {
    color: #ffffff;
}

footer.wc-footer .footer-section-container,
.wc-footer .menu-copyright-menu-container ul li a,
.wc-footer .copyright-text {
    font-size: 12px;
}

.wc-footer .footer-menu ul li a,
.wc-footer .location-address,
.wc-footer a,
.wc-footer .menu-copyright-menu-container ul li a {
    color: #9b9b9b;
}

.wc-footer a:hover {
    color: #ffffff !important;
}

.wc-footer .menu-copyright-menu-container ul li {
    border-right: 0;
}

.wc-footer .copyright {
    align-items: center;
}

.wc-footer .copyright-text {
    color: #9b9b9b;
    text-align: right;
}

.wc-footer ul.social-media li a.sprite {
    filter: grayscale(1) brightness(0) invert(1);
}

.wc-footer #menu-copyright-menu {
    display: flex;
    margin-bottom: 0;
    padding-bottom: 0;
    justify-content: center;
    align-items: center;
}


/* Media Queries */
@media only screen and (min-width:480px) {
    .top-header-phone .search_form.component.yxt-SearchBar-wrapper {
        max-width: 270px;
    }
    .platform-section .platform-item .platfotm-title {
        padding: 15px 20px;
        font-size: 20px;
    }
    .transparency-tabs .tr-tab-contents .tab-items.active .tab-item-info {
        padding: 60px 30px;
    }
    .ebooks-listings .ebook-item.col-4, .webinar-listings .webinar-item.col-4, .webinar-listings .webinar-list-item.col-4 {
        width: 49%;
    }
    .ebooks-listings .ebook-item:not(:nth-child(4n+1)), .webinar-listings .webinar-item:not(:nth-child(4n+1)), .webinar-listings .webinar-list-item:not(:nth-child(4n+1)) {
        margin-left: 0;
    }
    .ebooks-listings .ebook-item:not(:nth-child(3n+1)), .webinar-listings .webinar-item:not(:nth-child(3n+1)), .webinar-listings .webinar-list-item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .ebooks-listings .ebook-item:not(:nth-child(2n+1)), .webinar-listings .webinar-item:not(:nth-child(2n+1)), .webinar-listings .webinar-list-item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    .career-listings .open-positions.active .site-flex .col-4-12 {
        width: 33.333%;
    }
    .career-listings .open-positions.active .position-title.col-4-12 {
        text-align: left;
    }
    .career-listings .open-positions.active .position-url.col-4-12 {
        text-align: right;
    }
    .post-author-date {
        font-size: 15px;
    }
    .platform-icon {
        width: 50%;
        margin-bottom: 30px;
    }
    .platform-wrap {
        max-width: initial;
    }
    .resources-listing .select-label {
        font-size: 16px;
    }
    .resources-listing .select-options {
        margin-left: 170px;
    }
}
@media only screen and (min-width:641px) {
    .top-header-phone .search_form.component.yxt-SearchBar-wrapper {
        max-width: 400px;
    }
    .difference-section .difference-items {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    .ebooks-listings .ebook-item.col-4, .webinar-listings .webinar-item.col-4, .webinar-listings .webinar-list-item.col-4 {
        width: 32%;
    }
    .ebooks-listings .ebook-item:not(:nth-child(4n+1)), .webinar-listings .webinar-item:not(:nth-child(4n+1)), .webinar-listings .webinar-list-item:not(:nth-child(4n+1)) {
        margin-left: 0;
    }
    .ebooks-listings .ebook-item:not(:nth-child(2n+1)), .webinar-listings .webinar-item:not(:nth-child(2n+1)), .webinar-listings .webinar-list-item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .ebooks-listings .ebook-item:not(:nth-child(3n+1)), .webinar-listings .webinar-item:not(:nth-child(3n+1)), .webinar-listings .webinar-list-item:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }
    .digital-marketing-items .digital-marketing-item.col-3 {
        width: 49%;
    }
    .digital-marketing-items .digital-marketing-item.col-3:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .digital-marketing-items .digital-marketing-item.col-3:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    .custom-blog-post .post-image, .page-template-pillar-page .post-layout-container .post-image {
        height: 220px;
    }
    .custom-blog-post .blog-list-container article.col-3, .page-template-pillar-page .post-layout-container .post-item.col-3 {
        width: 49%;
    }
    .custom-blog-post .blog-list-container article:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .custom-blog-post .blog-list-container article:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    .sfs-leaders .leaders-item.col-3 {
        width: 49%;
    }
    .wp-block-group.inner-float-content {
        position: absolute;
        bottom: -30px;
        padding: 40px 40px;
    }
    .difference-section .difference-items .col-5.differ-item {
        width: 49%;
    }
    .difference-items .col-5.differ-item:not(:nth-child(5n+1)) {
        margin-left: 0;
    }
    .difference-items .col-5.differ-item:not(:nth-child(4n+1)) {
        margin-left: 0;
    }
    .difference-items .col-5.differ-item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .difference-items .col-5.differ-item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    .post-author-date {
        font-size: 12px;
    }
    .sfs-category-navigation .category-item {
        display: inline-block;
        margin: 0 3px;
    }
    .copyright-section .copyright-links ul {
        display: table;
    }
    .menu-copyright-menu-container ul li {
        display: table-cell;
        margin-bottom: 0;
        padding: 0 10px;
        border-right: 1px solid #ccc;
    }
    .copyright-section .copyright-links ul li:first-child {
        padding: 0 10px 0 0;
    }

    /* Resources Archive */
    .resources-listing .resource-item {
        width: 49%;
    }
    .resources-listing .resource-item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .resources-listing .resource-item:not(:nth-child(4n+1)) {
        margin-left: 0;
    }
    .resources-listing .resource-item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }

    /* New Featured Pages */
    .new-featured-page .featured-explore-btn .wp-block-column {
        flex-basis: 48% !important;
    }
    .new-featured-page .new-ft-ds-boxs .new-ft-box {
        max-width: 180px;
    }
    .new-featured-page .new-ft-ds-boxs .new-ft-box:not(:last-child) {
        margin-right: 10px;
    }
    .new-featured-page .wp-block-buttons.mobile-btn-center {
        text-align: left;
        display: flex;
    }

    /* New case Study */
    body.page-template-case-study .top-solution ul li {
        padding: 0;
        border-bottom: 0;
        display: inline-block;
    }
    body.page-template-case-study .top-solution ul li:not(:last-child) {
        padding: 0 10px 0 0;
        margin-right: 10px;
    }
    body.page-template-case-study .top-solution ul li:not(:last-child):before {
        content: "";
        position: absolute;
        right: 0;
        width: 1px;
        height: 12px;
        background-color: #252525;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    body.page-template-case-study .cs-site-info .cs-sidebar-content {
        display: flex;
        align-items: center;
        gap: 20px;
        align-self: stretch;
        justify-content: space-between;
    }
    body.page-template-case-study .cs-sidebar {
        padding: 30px;
    }
    body.page-template-case-study .cs-sol-items {
        gap: 32px;
    }
    body.page-template-case-study .cs-sol-item {
        width: 192px;
        min-height: 82px;
        flex-direction: column;
        align-items: flex-start;
    }
    body.page-template-case-study .cs-rs-ratings.not-single-rating {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        align-self: stretch;
        flex-wrap: wrap;
    }
    body.page-template-case-study .cs-rs-ratings.not-single-rating .cs-rs-rating {
        width: 49%;
    }
    body.page-template-case-study .cs-rs-ratings.not-single-rating .cs-rs-rating:nth-child(n + 3) {
        padding-top: 16px;
    }
    body.page-template-case-study .cs-rs-ratings.not-single-rating .cs-rs-rating:not(:last-child) {
        margin-bottom: 0;
    }
    body.page-template-case-study .cs-section-cta {
        padding: 40px 24px;
        border-radius: 30px;
    }
    body.page-template-case-study .cs-cta-heading {
        font-size: 35px;
        line-height: 48px;
    }
}
@media only screen and (min-width:769px) {
    .transparency-tabs .tr-tab-contents .tab-items.active .tab-item-info {
        padding: 60px 60px;
    }
    .transparency-tabs .tr-tab-contents .tab-items.active .tab-item-info {
        padding: 60px 60px;
    }
    figure.wp-block-table.compare-table table {
        width: 100%;
    }
    figure.wp-block-table.compare-table table tbody {
        width: 100%;
    }
    .post-author-date {
        font-size: 15px;
    }
    .gs-team-listing .gs-team {
        width: 49%;
        padding: 30px 30px;
    }
    .gs-team-listing .gs-team:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .gs-team-listing .gs-team:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    .gs-platform-listing .gs-platform .platform-logo {
        width: 16.666%;
        margin-bottom: 0;
    }
    .gs-platform-listing .gs-platform .platform-content {
        width: 83.333%;
        text-align: left;
    }
    .gs-platform-setup .platform-content-mobile, .gs-platform-setup .platform-content-mobile.active {
        display: none !important;
    }
    .gs-platform-setup .gs-platform-nav-title {
        padding-right: 20px;
        width: 24.999%;
    }
    .gs-platform-setup .gs-platform-details {
        width: 74.999%;
        display: block;
    }
}
@media only screen and (min-width:783px) {
    body.logged-in .menu-toggle {
        top: 45px;
    }
    body.window_scrolled.logged-in .menu-toggle {
        top: 32px;
    }
    body.logged-in.window_scrolled .nav-primary {
        top: 82px;
    }
    body.logged-in .nav-primary {
        top: 106px;
    }
}
@media only screen and (min-width:991px) {

    /* Site Header */
    body.window_scrolled header.site-header {
        height: auto;
    }
    body.logged-in .site-header {
        top: 74px;
    }
    .site-inner {
        margin-top: 116px;
    }
    .site-header {
        position: fixed;
        width: 100%;
        z-index: 400;
        max-width: 100%;
        height: auto;
        padding: 0 0;
        top: 42px;
    }
/*    .widget-area.header-widget-area {
        float: right;
        display: block;
    }*/
    .widget-area.header-widget-area .header-right {
        padding: 8px 0;
    }
    .title-area {
        float: none;
        padding: 5px 0 5px 0;
        position: absolute;
        z-index: 401;
        left: 15px;
    }
    .site-header .title-area img {
        height: auto;
    }
    body.window_scrolled header.site-header .title-area img {
        height: auto;
    }

    /* Genesis Menu */
    .genesis-nav-menu > .menu-item {
        display: inline-block;
    }
    .genesis-nav-menu > .menu-item-has-children > a:after {
        content: "\f0d7";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        margin-left: 3px;
    }
    .genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .genesis-nav-menu > .menu-bold > a {
        font-weight: 700;
    }
    .genesis-nav-menu > .menu-highlight > a {
        background-color: #333;
        border-radius: 3px;
        color: #fff;
        font-weight: 600;
        margin-left: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .genesis-nav-menu > .menu-highlight > a:focus, .genesis-nav-menu > .menu-highlight > a:hover {
        background-color: #0073e5;
    }
    .genesis-nav-menu a {
        color: #31475e;
        padding: 29px 15px;
        font-size: 12px;
    }
    .genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
        width: 200px;
    }
    .genesis-nav-menu .sub-menu {
        opacity: 0;
        padding-left: 0;
        position: absolute;
        transition: opacity 0.4s ease-in-out;
    }
    .genesis-nav-menu .sub-menu a {
        border: 1px solid #eee;
        background-color: #fff;
        color: #111111;
        border-top: 0;
        padding-bottom: 15px;
        padding-top: 15px;
        font-size: 12px;
        text-align: left;
    }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -46px 0 0 179px;
    }
    .genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
        text-decoration: none;
        background-color: rgb(228, 228, 229);
        color: rgb(193, 40, 45);
    }
    body.window_scrolled .nav-primary {
        top: auto;
    }
    body.logged-in.window_scrolled .nav-primary {
        top: auto;
    }
    body.logged-in .nav-primary {
        top: auto;
    }

    /* Mega Menu */
    ul.mega-sub-menu {
        padding-left: 0 !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-last-child(-n + 2) {
        direction: ltr;
        float: right;
        margin: 0 0 0 5px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 21px 10px 29px 10px !important;
        font-size: 13px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mobile-btn-menu a.mega-menu-link {
        padding: 21px 10px 21px 10px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary {
        padding: 8px 15px 0px 270px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mobile-btn-menu a {
        padding: 21px 15px 21px 15px !important;
        margin-bottom: 0 !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
        width: 100% !important;
        max-width: 1366px !important;
        float: none !important;
        margin: 0 auto;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_text {

        /*         -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25); */
        background-color: #fff;
        border-radius: 3px;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
        padding: 0 25px;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12:nth-child(3n + 2) {
        border-right: 1px solid #ccc;
    }
    ul.mega-sub-menu .mega-current-menu-item a {
        color: #4ca6fa !important;
    }

    /* Responsive Menu */
    .genesis-responsive-menu {
        display: block;
        padding-top: 15px;
    }
    .menu-toggle, .sub-menu-toggle {
        display: none;
        visibility: hidden;
    }
    .nav-primary ul li.share-nav {
        display: inline-block;
    }
    .genesis-nav-menu .menu-item a:before {
        display: none;
    }
    .genesis-nav-menu .sub-menu a:before {
        display: none;
    }
    .genesis-nav-menu > .mobile-btn-menu.menu-item {
        display: none;
    }

    /* Header Menu */
    .nav-primary {
        float: none;
        clear: left;
        padding: 0;
        width: auto;
        max-width: inherit;
        margin: 0 auto;
        padding: 0;
        left: auto;
        top: auto;
        background-color: transparent;
        clear: none;
        overflow: inherit;
        position: relative;
        height: auto;
        z-index: 400;
    }
    .genesis-nav-menu {
        padding: 0;
        font-size: 0;
        margin: 0;
    }

    /* Common Classes */
    .site-section {
        ;
        padding: 60px 30px;
    }
    .wp-block-group.alignfull {
        padding: 60px 0;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 32px;
    }
    .section-title {
        font-size: 30px;
    }
    .wp-block-group.content-info-padd-left {
        padding-left: 16.666%;
    }
    .wp-block-group.content-info-padd-right {
        padding-right: 16.666%;
    }
    .wp-block-group.content-info-padd-left .wp-block-group.col-7-12 {
        padding: 0 0 0 30px;
    }
    .wp-block-group.content-info-padd-right .wp-block-group.col-7-12 {
        padding: 0 30px 0 0;
    }
    .mobile-center {
        text-align: left;
    }
    .entry-content figure.wp-block-image img {
        margin: 0;
    }
    p.big-title {
        font-size: 120px;
        margin-bottom: 0;
    }
    .show-item-mobile {
        display: none;
    }
    .hide-item-mobile {
        display: block;
    }
    .move-to-top {
        bottom: 100px;
    }
    iframe#zychatObject {
        bottom: 5px;
    }

    /* Content */
    .content {
        float: left;
        width: 67%;
    }
    .sidebar-content .content {
        float: right;
    }
    .sidebar {
        max-width: 30%;
    }
    .full-width-content .content, .landing-page .content {
        float: none;
        margin-left: auto;
        margin-right: auto;
        background-color: transparent;
    }
    .alignright, img.alignright, iframe.alignright {
        float: right;
        margin: 0 0 0 15px;
    }
    .alignleft, img.alignleft, iframe.alignleft {
        float: left;
        margin: 0 15px 0 0;
    }
    figure.wp-caption.alignleft {
        margin: 15px 30px 15px 0;
        float: left;
    }
    figure.wp-caption.alignright {
        margin: 15px 0 15px 30px;
        float: right;
    }
    body.search .content-sidebar-wrap, body.single .content-sidebar-wrap, body.archive .content-sidebar-wrap, body.error404 .content-sidebar-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    body.archive .content-sidebar-wrap {
        padding-left: 60px;
        padding-right: 60px;
    }

    /* Sidebar */
    .sidebar {
        float: right;
        width: 30%;
    }
    .sidebar-content .sidebar {
        float: left;
    }

    /* Author Box */
    .author-box {
        background-color: #f5f5f5;
        padding: 30px;
    }

    /* After Entry */
    .after-entry {
        padding: 40px 60px;
    }
    .after-entry .enews {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* Entry Misc. */
    .after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings {
        margin-bottom: 0;
    }

    /* Column By 25% */
    .col-1-4 {
        width: 25%;
    }
    .col-2-4 {
        width: 50%;
    }
    .col-3-4 {
        width: 75%;
    }
    .col-three-three {
        width: 33.33%;
    }

    /* Column By 20% */
    .col-1-5 {
        width: 20%;
    }
    .col-2-5 {
        width: 40%;
    }
    .col-3-5 {
        width: 60%;
    }
    .col-4-5 {
        width: 80%;
    }

    /* Column Edge to Edge */
    .col-2 {
        width: 49%;
    }
    .col-3 {
        width: 32%;
    }
    .col-4 {
        width: 23.5%;
    }
    .col-5 {
        width: 19%;
    }

    /* Column By 12 */
    .col-1-12 {
        width: 8.333%;
    }
    .col-2-12 {
        width: 16.666%;
    }
    .col-3-12 {
        width: 24.999%;
    }
    .col-4-12 {
        width: 33.333%;
    }
    .col-5-12 {
        width: 41.666%;
    }
    .col-6-12 {
        width: 50%;
    }
    .col-7-12 {
        width: 58.333%;
    }
    .col-8-12 {
        width: 66.666%;
    }
    .col-9-12 {
        width: 74.999%;
    }
    .col-10-12 {
        width: 83.333%;
    }
    .col-11-12 {
        width: 91.666%;
    }

    /* Additional CSS */
    .top-header-phone {
        margin: 0 auto;
        left: 0;
        right: 0;
        max-width: 100%;
        z-index: 401;
        background-color: #fff;
    }
    .site-section.main-top-header {
        padding: 5px 15px;
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        display: block;
        position: relative;
    }
    .top-header-phone .header-top-cta {
        display: block;
    }
    .hero-section .hero-title {
        font-size: 30px;
    }
    .platform-section .platfotm-title-main-title {
        padding-left: 100px;
    }
    .header-btn a.site-btn.login, .header-btn a.site-btn.checked {
        padding: 20px 14px;
        font-size: 12px;
    }
    .site-section.hero-section {
        margin-top: 108px;
    }
    .difference-section .difference-items .differ-title, .news-section .latest-news .post-title {
        font-size: 18px;
    }
    .hero-section .hero-title {
        font-size: 32px;
    }
    .site-inner-section .main-content-image {
        padding-right: 40px;
        float: left;
        max-width: 484px;
        margin: 0;
    }
    .site-section.platform-section {
        background-color: #fff;
    }
    .site-section.platform-section {
        padding: 90px 60px 200px;
    }
    .platform-section .platform-items {
        background-color: #fff;
        padding: 0;
    }
    .platform-section .platform-content-item {
        padding-right: 40px;
    }
    .platform-section .platform-content-item .section-title {
        text-align: left;
        color: #252525;
    }
    .platform-section .platform-item .platfotm-title {
        font-size: 16px;
        padding: 15px 10px;
        min-height: 80px;
    }
    .platform-section .platfotm-title-main-title {
        padding-left: 90px;
    }
    .platform-section .platform-item .platfotm-title img {
        height: 45px;
    }
    .platform-section .platform-descriptions, .difference-section .difference-items .differ-content {
        font-size: 16px;
    }
    .platform-section .platform-item.active .platfotm-title:after {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        content: "\f0d9";
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -41px;
        font-size: 40px;
        color: #00d2ff;
        position: absolute;
    }
    .section-title {
        font-size: 33px;
    }
    .hero-section .hero-image img {
        margin: 0;
    }
    .platform-section .platform-items .platform-item .platform-mobile-image, .platform-section .platform-items .platform-item .platform-descriptions, .platform-section .platform-items .platform-item .platform-btn {
        display: none;
    }
    .difference-info-heading .superhero-image {
        display: none;
    }
    .software-section .software-items .software-content {
        display: none;
    }
    .software-section .hover-show-content {
        display: block;
    }
    .software-section .software-items .software-item {
        display: block;
    }
    .software-section .software-mob-control {
        display: none;
    }
    .news-section .latest-news .post-item {
        max-width: 100%;
        margin: 0;
    }
    .review-section .featured-reviews .review-item-list-container {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }
    .review-section .featured-reviews .review-item {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }
    .review-section .review-control, .review-section .review-item-list.active .review-control {
        display: none;
    }
    .site-section.inner-footer-section {
        padding: 100px 30px;
    }
    footer.site-section .footer-section-container {
        font-size: 14px;
    }
    footer.site-section .footer-section-container {
        max-width: 100%;
    }
    footer.site-section .footer-section-container .col-title i {
        display: none;
    }
    .footer-col-item .footer-menu {
        display: block !important;
    }
    .copyright-section-container {
        max-width: 100%;
    }
    .copyright-section .copyright-links {
        float: right;
    }
    .copyright-text {
        text-align: left;
    }
    .transparency-tabs .tr-tab-contents {
        width: calc(100% - 200px);
    }
    .transparency-tabs .tr-mobile-tab {
        display: none;
    }
    .transparency-tabs .tr-desktop-tab {
        display: block;
    }
    .transparency-tabs .tr-tab-contents .tab-items {
        display: none;
    }
    .transparency-tabs .tr-tab-contents .tab-items .tab-item-info {
        display: block;
    }
    .transparency-tabs .tr-desktop-tab .tab-item-title {
        padding: 10px 0;
        cursor: pointer;
    }
    .transparency-tabs .tr-desktop-tab .tab-item-title.active {
        color: #4364f7;
    }
    .transparency-tabs .tr-desktop-tab .tab-item-title.active:after {
        content: "\f0d9";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        float: right;
        font-size: 30px;
        line-height: 1;
    }
    .transparency-tabs .tab-image {
        padding-left: 20px;
    }
    .transparency-tabs .tab-image img {
        margin: 0;
        display: block;
    }
    .advanced-featured .af-content-img {
        padding-right: 60px;
    }
    .advanced-featured .af-content-img img {
        margin: 0;
    }
    .media-room-post-section .col-3 {
        margin: 0 0 25px 0;
    }
    .media-room-post-section .col-3:nth-child(3n+2), .press-releases-post-section .col-3:nth-child(3n+2) {
        margin: 0 2% 25px 2%;
    }
    .about-platform-container .wp-block-column.about-platform .wp-block-group {
        padding: 30px 20px;
    }
    .ebooks-listings .ebook-item.col-4, .webinar-listings .webinar-item.col-4, .webinar-listings .webinar-list-item.col-4 {
        width: 23.5%;
    }
    .ebooks-listings .ebook-item:not(:nth-child(2n+1)), .webinar-listings .webinar-item:not(:nth-child(2n+1)), .webinar-listings .webinar-list-item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .ebooks-listings .ebook-item:not(:nth-child(3n+1)), .webinar-listings .webinar-item:not(:nth-child(3n+1)), .webinar-listings .webinar-list-item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .ebooks-listings .ebook-item:not(:nth-child(4n+1)), .webinar-listings .webinar-item:not(:nth-child(4n+1)), .webinar-listings .webinar-list-item:not(:nth-child(4n+1)) {
        margin-left: 2%;
    }
    .digital-marketing-items .digital-marketing-item.col-3 {
        width: 32%;
    }
    .digital-marketing-items .digital-marketing-item.col-3:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .digital-marketing-items .digital-marketing-item.col-3:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }
    .digital-marketing-items .digital-marketing-item.col-2:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    .custom-blog-post .post-details, .page-template-pillar-page .post-layout-container .post-details {
        padding: 20px 15px;
        margin: 0 15px;
        top: -50px;
    }
    .custom-blog-post .post-details .post-title, .page-template-pillar-page .post-layout-container .post-title {
        font-size: 20px;
    }
    .custom-blog-post .post-image, .page-template-pillar-page .post-layout-container .post-image {
        height: 220px;
    }
    .custom-blog-post .blog-list-container article.col-3, .page-template-pillar-page .post-layout-container .post-item.col-3 {
        width: 32%;
    }
    .custom-blog-post .blog-list-container article:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .custom-blog-post .blog-list-container article:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }
    .wp-block-columns.swap-in-mobile, .wp-block-column.swap-in-mobile {
        flex-direction: inherit !important;
    }
    .wp-block-group.alignfull.more-page-background {
        background-image: url(/wp-content/uploads/2020/06/morepage-background.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-color: transparent;
    }
    .wp-block-group.alignfull.career-page {
        padding: 0 60px 60px;
    }
    .wp-block-group.carrer-page-oppo {
        padding: 60px 60px;
    }
    .sfs-leaders .leaders-item.col-3 {
        width: 32%;
    }
    .floating-btn {
        display: none;
    }
    .partner-section ul.partner-items li {
        width: 99px;
    }
    .inner-partners ul.partner-items li {
        width: 99px;
    }
    .platform-section .platform-image-view {
        display: block;
    }
    .difference-section .difference-info-content .difference-image {
        display: block;
        position: relative;
    }
    .superhero-qoute ul.qoute-list li:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }
    .difference-section .difference-items .col-5.differ-item {
        width: 32%;
    }
    .difference-items .col-5.differ-item:not(:nth-child(5n+1)) {
        margin-left: 0;
    }
    .difference-items .col-5.differ-item:not(:nth-child(4n+1)) {
        margin-left: 0;
    }
    .difference-items .col-5.differ-item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .difference-items .col-5.differ-item:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }
    .post-author-date {
        font-size: 12px;
    }
    .site-section.copyright-section {
        padding: 30px 60px;
    }
    .top-header-phone .search_form.component.yxt-SearchBar-wrapper {
        width: 100%;
        max-width: 675px;
        position: absolute;
        right: 300px;
        left: auto;
        margin: 0;
        top: auto;
        padding-left: 0;
    }
    header.site-header a.mobile-logo {
        display: none;
    }
    header.site-header a.main-logo {
        display: block;
    }
    body.window_scrolled .top-header-phone .search_form.component.yxt-SearchBar-wrapper {
        top: auto;
    }
    .template-offers .offers-list .item-offer {
        padding: 120px 15px;
    }
    .template-offers .offers-list .item-offer:hover {
        padding: 135px 15px;
    }
    .template-client .client-information .clt-info:not(:first-child) {
        border-left: 1px solid #ccc;
    }
    .template-main-content .content-quote {
        padding: 60px 0 60px 40px;
    }
    .template-main-content .doctors-list-wrap .doctor-item:nth-child(even) {
        margin-left: 2%;
    }
    .template-client .challenge-info {
        margin-top: 0;
    }
    .template-client {
        padding: 80px 0;
    }
    .sfs-leaders .leaders-item .leader-image {
        margin: 0 20px 0 0;
        float: left;
        width: 250px;
    }
    .sfs-leaders .leaders-item .leader-info {
        text-align: left;
    }
    .page-template-pillar-page .site-section.banner-section .page-banner.post-banner {
        min-height: 700px;
    }
    .page-template-pillar-page .custom-post-layout-container .post-section-toggle-container {
        display: block;
    }
    .page-template-pillar-page .post-banner .post-banner-content {
        margin-right: 25%;
    }
    .page-template-pillar-page .content-sidebar-wrap article {
        margin: 0 25% 0 0;
    }
    .page-template-pillar-page .post-banner .post-banner-cta-button {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .page-template-pillar-page .post-banner .post-banner-cta-container {
        padding-right: 200px;
        margin-bottom: 0;
    }
    .page-template-pillar-page .post-section-toggle-container .post-section-toggle-list .section-toggle, .page-template-pillar-page .post-section-toggle-container .post-section-toggle-list .share-post-label {
        font-size: 14px;
    }
    .mobile-add-items .mobile-app-navigation {
        height: 0;
        width: 0;
        opacity: 0;
        padding: 0;
        margin: 0;
        border: 0;
    }
    .mobile-activities .desktop-navigation {
        height: auto;
        width: auto;
        opacity: 1;
    }
    .mobile-activities .desktop-navigation .mobile-app-navigation:not(:first-child), .mobile-activities .mobile-app-information .col-3:not(:first-child) {
        margin: 0 0 0 1%;
    }
    .mobile-app-information .left-content .mobile-info-icon {
        float: right;
        margin-left: 15px;
    }
    .mobile-add-items .mobile-app-result {
        margin: 0;
    }
    .wp-block-column.right-column-mobile-app .wp-block-group {
        width: 100%;
        max-width: 700px;
        padding-right: 15px;
    }
    .wp-block-column.right-column-mobile-app {
        padding: 0 0;
        text-align: left;
    }
    .mobile-activities .mobile-app-information .left-content .content-wrap .mobile-info-content {
        text-align: right;
    }
    .mobile-activities .mobile-app-information .content-wrap {
        min-height: 150px;
    }
    .mobile-activities .mobile-app-navigation {
        font-size: 14px;
    }
    .mobile-add-items .mobile-app-result.active .mobile-app-information .left-content {
        margin-left: 2%;
    }

    /* Resources Archive */
    .resources-listing {
        padding: 0 30px;
    }
    .resources-listing .resource-item {
        width: 32%;
    }
    .resources-listing .resource-item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .resources-listing .resource-item:not(:nth-child(4n+1)) {
        margin-left: 0;
    }
    .resources-listing .resource-item:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }

    /* New Featured Pages */
    .new-featured-page.benefits-page .wp-block-group.alignfull {
        padding: 60px 0;
    }
    .new-featured-page .wp-block-group.alignfull.featured-header {
        padding: 90px 0 200px;
    }
    .new-featured-page.benefits-page .wp-block-group.alignfull.featured-header {
        padding: 90px 0;
    }
    .new-featured-page .benefits-page-cta .wp-block-group {
        border-radius: 24px;
        padding: 80px 65px;
    }
    .new-featured-page .featured-btn a {
        display: flex;
        padding: 14px 36px;
    }
    .st-reviews .st-review-col.st-review-head {
        width: 210px;
        margin-bottom: 0;
    }
    .new-featured-page .wp-block-group.featured-reviews .st-reviews {
        top: -200px;
        margin-bottom: -200px;
    }
    .st-reviews .st-review-col.st-review-listing {
        width: calc(100% - 215px);
    }
    .st-reviews .st-review-col.st-review-head .st-rvw-head {
        justify-content: center;
    }
    .st-reviews .st-review-col.st-review-head .st-rvw-head .col-1 {
        width: 100%;
    }
    .st-reviews .st-rvw-head .st-review-icon {
        order: 1;
    }
    .st-reviews .st-rvw-head .st-review-star {
        order: 2;
    }
    .st-reviews .st-rvw-head .st-review-rate {
        order: 3;
        padding: 0;
    }
    .st-reviews .st-review-star span {
        font-size: 24px;
    }
    .new-featured-page .featured-explore-btn .wp-block-column {
        flex-basis: 1 !important;
    }

    /* New Case Study */
    body.page-template-case-study .cs-body-content {
        flex-direction: inherit;
    }
    body.page-template-case-study .cs-body-content .cs-content-left {
        width: calc(100% - 500px);
    }
    body.page-template-case-study .cs-body-content .cs-content-right {
        width: 430px;
    }
    body.page-template-case-study .cs-site-info .cs-sidebar-content {
        display: block;
    }
    body.page-template-case-study .cs-sidebar.cs-site-cta {
        display: block;
    }
    body.page-template-case-study .cs-section-cta {
        padding: 72px 80px;
    }
    body.page-template-case-study .cs-cta-heading {
        font-size: 40px;
    }
}
@media only screen and (min-width:1024px) {
    .difference-section .difference-items .col-5.differ-item {
        width: 23.5%;
    }
    .difference-items .col-5.differ-item:not(:nth-child(5n+1)) {
        margin-left: 0;
    }
    .difference-items .col-5.differ-item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .difference-items .col-5.differ-item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .difference-items .col-5.differ-item:not(:nth-child(4n+1)) {
        margin-left: 2%;
    }
    .post-author-date {
        font-size: 13px;
    }
    .platform-icon {
        width: 22%;
        margin-bottom: 30px;
    }
    .platform-wrap {
        max-width: 100%;
    }
    .resources-listing {
        padding: 0 60px;
    }
    .footer-badge .bbb-badge {
        height: 50px;
    }
    .gs-team-listing .gs-team {
        width: 32%;
    }
    .gs-team-listing .gs-team:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .gs-team-listing .gs-team:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }

    /* Website Checker Template */
    .wc-footer .copyright .col-3 {
        flex: 1;
    }

    .wc-footer .copyright .col-3:nth-child(3) {
        flex: 1.1;
    }

}
@media only screen and (min-width:1201px) {
    .top-header-phone .search_form.component.yxt-SearchBar-wrapper {
        right: 350px;
    }
    .site-section {
        padding: 90px 60px;
    }
    .wp-block-group.alignfull {
        padding: 90px 0;
    }
    .wp-container-2.wp-block-group.alignfull.section-with-background.padding-20 {
        padding: 20px 0;
    }
    .site-section.main-top-header {
        padding: 5px 60px;
    }
    .site-header {
        padding: 0;
    }
    .title-area {
        left: 60px;
    }
    .hero-section .hero-title {
        font-size: 35px;
    }
    h1 {
        font-size: 40px;
    }
    .section-title {
        font-size: 35px;
    }
    .platform-section .platform-item .platfotm-title {
        font-size: 16px;
    }
    .header-btn a.site-btn.login, .header-btn a.site-btn.checked {
        padding: 20px 14px;
        font-size: 12px;
    }
    .genesis-nav-menu a {
        font-size: 14px;
    }
    .software-section .software-items .software-title {
        font-size: 22px;
    }
    .site-section.inner-footer-section {
        padding: 100px 60px;
    }
    footer.site-section .footer-section-container {
        font-size: 16px;
    }
    #mega-menu-wrap-primary #mega-menu-primary {
        padding: 8px 60px 0px 340px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 15px !important;
    }
    .about-platform-container .wp-block-column.about-platform .wp-block-group {
        padding: 30px 30px;
    }
    .blog-archive-container {
        padding: 0 45px;
    }
    .custom-blog-post .post-details, .page-template-pillar-page .post-layout-container .post-details {
        padding: 20px 20px;
        margin: 0 20px;
        top: -50px;
    }
    .custom-blog-post .post-details .post-title, .page-template-pillar-page .post-layout-container .post-title {
        font-size: 25px;
    }
    .custom-blog-post .post-image, .page-template-pillar-page .post-layout-container .post-image {
        height: 260px;
    }
    .difference-section .difference-items .col-5.differ-item {
        width: 19%;
    }
    .difference-items .col-5.differ-item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .difference-items .col-5.differ-item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .difference-items .col-5.differ-item:not(:nth-child(4n+1)) {
        margin-left: 0;
    }
    .difference-items .col-5.differ-item:not(:nth-child(5n+1)) {
        margin-left: 1%;
    }
    .page-template-pillar-page .post-banner .post-banner-content {
        padding: 60px 30px 60px 30px;
    }
    .page-template-pillar-page .post-section-toggle-container .post-section-toggle-list {
        padding: 30px 30px 30px 30px;
    }
    .page-template-pillar-page .custom-post-layout .post-layout-content {
        padding: 30px 30px 30px 30px;
    }
    .page-template-pillar-page .post-banner .post-banner-title h1 {
        font-size: 40px;
    }
    .page-template-pillar-page .post-section-toggle-container.fixed-sidebar .post-section-toggle-list {
        padding: 180px 30px 30px 30px;
    }
    .mobile-activities .mobile-app-navigation {
        font-size: 16px;
    }

    /* Resources Archive */
    .resources-listing .resource-item {
        width: 23.5%;
    }
    .resources-listing .resource-item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .resources-listing .resource-item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .resources-listing .resource-item:not(:nth-child(4n+1)) {
        margin-left: 2%;
    }
}
@media only screen and (min-width:1367px) {
    body {
        font-size: 18px;
    }
    .hero-section .hero-info-text {
        padding-left: 16.666%;
    }
    .content-info-center {
        padding: 0 8.333%;
    }
    .platform-section .platform-content-info {
        padding-left: 8.333%;
    }
    .section-title {
        font-size: 40px;
    }
    .header-btn a.site-btn.login {
        padding: 20px 25px;
        font-size: 14px;
    }
    .header-btn a.site-btn.login, .header-btn a.site-btn.checked {
        padding: 20px 25px;
        font-size: 14px;
    }
    .genesis-nav-menu a {
        font-size: 16px;
    }
    .difference-section .difference-items .differ-title, .news-section .latest-news .post-title {
        font-size: 20px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 21px 15px 29px 15px !important;
        font-size: 16px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link:hover {
        background: #f1f1f1;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mobile-btn-menu a.mega-menu-link {
        padding: 21px 15px 21px 15px !important;
    }
    .custom-blog-post .post-image, .page-template-pillar-page .post-layout-container .post-image {
        height: 300px;
    }
    .partner-section ul.partner-items li {
        width: 111px;
    }
    .inner-partners ul.partner-items li {
        width: 111px;
    }
    .platform-section .platform-item .platfotm-title {
        font-size: 20px;
    }
    .post-author-date {
        font-size: 16px;
    }
    .page-template-pillar-page .post-banner .post-banner-content {
        padding: 60px 30px 60px 60px;
    }
    .page-template-pillar-page .post-section-toggle-container .post-section-toggle-list {
        padding: 30px 60px 30px 30px;
    }
    .page-template-pillar-page .custom-post-layout .post-layout-content {
        padding: 30px 30px 30px 60px;
    }
    .page-template-pillar-page .post-banner .post-banner-title h1 {
        font-size: 55px;
    }
    .page-template-pillar-page .post-section-toggle-container.fixed-sidebar .post-section-toggle-list {
        padding: 180px 60px 30px 30px;
    }
    .page-template-pillar-page .post-section-toggle-container .post-section-toggle-list .section-toggle, .page-template-pillar-page .post-section-toggle-container .post-section-toggle-list .share-post-label {
        font-size: 16px;
    }
    .page-template-pillar-page .post-section-toggle-container .post-section-toggle-list .section-toggle {
        padding: 5px 0 5px 22px;
    }
    .footer-badge .bbb-badge {
        height: 60px;
    }
    .search_form,
    .search_form input,
    .search_form input:focus {
        max-width: 540px;
    }

    /* New Featured Pages */
    .new-featured-page .featured-explore-btn.second-explore-layer {
        left: 50px;
    }
}
@media only screen and (min-width:1681px) {
    .hero-section .hero-info-text {
        padding-left: 33.333%;
    }
    .content-info-center {
        padding: 0 16.666%;
    }
    .platform-section .platform-content-info {
        padding-left: 16.666%;
    }
    .section-title {
        font-size: 45px;
    }
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 45px;
    }
    .custom-blog-post .post-details, .page-template-pillar-page .post-layout-container .post-details {
        padding: 30px 30px;
        margin: 0 30px;
        top: -50px;
    }
    .custom-blog-post .post-details .post-title, .page-template-pillar-page .post-layout-container .post-title {
        font-size: 30px;
    }
    .page-template-pillar-page .post-section-toggle-container .post-section-toggle-list .section-toggle, .page-template-pillar-page .post-section-toggle-container .post-section-toggle-list .share-post-label {
        font-size: 18px;
    }
    .page-template-pillar-page .post-section-toggle-container .post-section-toggle-list .section-toggle {
        padding: 5px 0 5px 25px;
    }
    footer.site-section .footer-section-container {
        font-size: 13px;
    }
}
@media only screen and (max-width:1023px) {
    .tg-section-4 .col-3 {
        width: 48%;
    }

    .table-container {
        box-shadow: 0 0 30px rgb(0 0 0 / 8%);
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .filters {
        margin-bottom: 30px;
    }

}
@media only screen and (max-width:990px) {
    .search_form {
        display: none;
    }
    body.page article {
        margin: 0;
    }
    .text-left h1, .text-left h2, .text-left p {
        text-align: left !important;
    }
    .site-inner {
        margin-top: 75px !important;
    }
    .sfs-leaders .leaders-item {
        margin: 20px auto 0;
    }
    .wp-block-group h1, .wp-block-group h2, .wp-block-group h3, .wp-block-group p {
        text-align: center;
        width: 100%;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 16px !important;
    }
    .wp-block-button.alignleft, .wp-block-cover.alignleft, .wp-block-image .alignleft {
        margin-right: 0 !important;
        float: none !important;
        display: block !important;
    }
    .wp-block-button.alignright, .wp-block-cover.alignright, .wp-block-image .alignright {
        margin-left: 0 !important;
        float: none !important;
        display: block !important;
    }
    .wp-block-button.alignleft img, .wp-block-cover.alignleft img, .wp-block-image .alignleft img, .wp-block-button.alignright img, .wp-block-cover.alignright img, .wp-block-image .alignright img {
        display: block;
        margin: 0 auto;
    }
    .wp-block-group .wp-block-column {
        flex-basis: 100% !important;
    }
    .wp-block-column:not(:first-child) {
        margin-left: 0 !important;
        margin-top: 30px;
    }
    .wp-block-columns.other-pages .wp-block-column, .wp-block-columns.about-platform-container .wp-block-column.about-platform, .wp-block-columns.diff-platform-container .wp-block-column.diff-platform {
        width: 100%;
        max-width: 480px;
        margin: 20px auto 0 !important;
        display: block;
    }
    .entry .entry-content .wp-block-columns {
        flex-wrap: wrap !important;
    }
    .wp-block-columns.about-platform-container, .wp-block-columns.diff-platform-container {
        margin-bottom: 0 !important;
    }
    .wp-block-group .about-platform-container p, .wp-block-group .diff-platform-container p {
        text-align: left;
    }

    /* Website Checker */
    .overview-infos {
        padding: 20px;
    }

    .checker-form {
        background-position: top;
        padding: 20px;
    }

    .wc-form-fields {
        flex-direction: column;
        align-items: center;
    }

    .checker-form .note {
        align-items: start;
    }

    .wc_tablink {
        flex-wrap: nowrap;
        gap: 6px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
    }

    .data-header-wrap {
        flex-direction: column;
    }

    .keyword-list-btn {
        margin-left: 0;
    }

    .export-btn {
        max-width: 255px;
        width: 100%;
    }

    .export-btn i {
        color: #0052d4;
    }

    .filter-controls {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        margin-bottom: 50px;
    }

    .search-container { grid-area: 1 / 1 / 2 / 3; }
    .position-filter { grid-area: 2 / 1 / 3 / 2; }
    .volume-filter { grid-area: 2 / 2 / 3 / 3; }
    .kd-filter { grid-area: 3 / 1 / 4 / 2; }
    .advance-filters { grid-area: 3 / 2 / 4 / 3; }

    .custom-select select {
        width: 100%;
    }

    .advance-filters {
        margin-left: 0;
        padding: 0 26px;
    }

    .ao-items,
    .kr-items {
        flex-wrap: wrap;
    }

    .asd-score {
        min-height: 212px;
        padding: 18px;
    }

    .np-graph {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .page-filter {
        flex-basis: 100%;
    }

    #rowsPerPage {
       padding-left: 0; 
    }


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

    /*.sfs-leaders .leaders-item {
        max-width: 310px;
    }*/

    .advance-filters {
        padding: 0 26px;
    }

}
@media only screen and (max-width:599px) {
    .tg-section-4 .col-3 {
        width: 100%;
    }
}
