/*
    Theme Name: Murphy Consulting Theme
    Theme URI: https://murphyconsulting.us/
    Description: This is the sample theme created for the Genesis Framework.
    Author: Murphy Consulting
    Author URI: https://murphyconsulting.us/
    Version: 2.6.0
    Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
    Template: genesis
    License: GPL-2.0+
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: murphy-theme
*/
/* Top Bar Header */
.header-top-contents .header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#top-bar .fl-module-button .fl-button-wrap a {
    background-image: url(//murphyconsulting.us/wp-content/uploads/2020/04/MURPHY_SIGNUP2.png);
    background-size: cover;
    height: 77px;
    border: none;
    border-color: unset;
    background-color: rgba(0, 0, 0, 0);
}

#menu-mobile .mobile-btn a {
    background-image: url(//murphyconsulting.us/wp-content/uploads/2020/04/MURPHY_SIGNUP2.png);
    background-size: cover;
    height: 77px !important;
    border: none !important;
    border-color: unset !important;
    background-color: rgba(0, 0, 0, 0) !important;
    animation: none;
}

.header-info-icon {
    font-size: 82px;
    line-height: 1.3;
}

.header-info-text {
    margin-left: 20px;
}

.header-info-title {
    font-size: 23 px;
    color: #fff !important;
    font-weight: 300;
    line-height: 1;
    padding-right: 2px;
}

.header-info-link {
    font-size: 33px;
    color: #93c338 !important;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.header-info-link:hover {
    color: #006cdd !important;
    transition: all 0.3s ease;
}

/* Header */
.custom-logo-link img {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.custom-logo-link img:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

/* Social Icons Shortcode */
.social-icons {
    margin-left: -5px;
}

.social-icons .social-icon {
    display: inline-block;
    vertical-align: middle;
}

.social-icons .social-icon > a {
    display: block;
    margin: 5px 8px;
    padding: 0;
}

#top-bar .social-icons {
    border-right: 1px solid;
    padding-right: 10px;
}

.mega-menu .social-icons .social-icon > a {
    border: 2px solid #a4a4a4;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 5px;
}

.mega-menu .social-icons .social-icon > a i {
    position: relative;
    top: -2px;
}

#white-label-services-pills-tabContent > div {
    margin-top: -148px;
    padding-top: 150px;
}

/* Plugins */
#gform_wrapper_4 .gform_body {
    max-width: 100%;
}

/* Content */
.fl-node-5c4875a2ad659 > .fl-col-content,
.fl-node-5e18bfb2aa82b > .fl-col-content {
    padding-left: 0;
    padding-right: 50px;
}

/* Header */
.btn-style > a,
.btn-glow .fl-button {
    animation: breathing 1.5s ease-in-out infinite;
}

@keyframes breathing {
    0% {
        -webkit-box-shadow: 0 0 2.5rem 0.2rem transparent;
        box-shadow: 0 0 2.5rem 0.2rem transparent;
    }

    50% {
        -webkit-box-shadow: 0 0 2.5rem 0.2rem #8cc195;
        box-shadow: 0 0 2.5rem 0.2rem #8cc195;
    }

    100% {
        -webkit-box-shadow: 0 0 2.5rem 0.2rem transparent;
        box-shadow: 0 0 2.5rem 0.2rem transparent;
    }
}

/* Rows */
.fl-row-content-wrap {
    /* padding-top: 50px !important;
    padding-bottom: 50px !important; */
}

.fl-row-content-wrap p:last-child * {
    margin-bottom: 0;
}

/* Custom Banner */
.custom-banner .fl-module > .fl-module-content {
    margin: 15px !important;
}

/* .custom-banner > div {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
  min-height: initial !important;
} */

.custom-banner * {
    line-height: 1.5em !important;
    letter-spacing: normal;
}

.custom-banner--text-1 * {
    margin-bottom: 0;
    font-size: 24px !important;
}

.custom-banner--text-2 * {
    /* font-size: 60px; */
    font-size: 50px;
    line-height: 1.2em !important;
}

.custom-banner--text-3 * {
    margin-bottom: 0;
    font-size: 22px !important;
}

.custom-optinmonster > div {
    padding-bottom: 0 !important;
}

.mobile-arrow {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
}

.mobile-arrow .fl-icon {
    width: 38px;
    height: 35px;
    text-align: center;
    border-radius: 60px;
    border: 2px solid #fff;
}

.mobile-arrow .fl-icon i {
    width: 100%;
    font-size: 23px;
}

/* Custom Testimonials */
.custom-testimonials--message p {
    font-family: "Times" !important;
}

/* Blogs */
.blog-posts .fl-post-image,
.blog-posts .fl-post-text {
    padding-left: 0;
}

.blog-posts .fl-post-image .date {
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    padding: 20px 5px;
    background-color: #072a83;
    width: 175px;
}

.blog-posts .fl-post-image .date span.month {
    display: block;
    font-size: 25px;
}

.blog-posts .fl-post-image .date span.day {
    font-size: 50px;
}

.blog-posts .fl-post-image {
    position: relative;
}

.fl-post-comment-date-wrapper {
    position: absolute;
    width: 100%;
    display: inline-block;
}

.blog-posts .fl-post-comments {
    background-color: #fff;
}

.blog-posts .fl-post-comments,
.blog-posts .fl-post-image .date {
    margin-left: auto;
    margin-right: 0;
}

#portfolio-grid-slider .features {
    margin-bottom: 50px;
    text-align: left;
}

/* Our Expertise */
#expertise .service > .fl-col-content .fl-photo-content img,
#company-logos .fl-photo-content img,
#technologies .fl-photo-content img,
.payment-methods img,
.page-id-3 .fl-photo-content img {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#expertise .service > .fl-col-content:hover .fl-photo-content img {
    margin-top: -10px;
    padding-bottom: 10px;
}

#company-logos .fl-photo-content:hover img,
#technologies .fl-photo-content:hover img,
.payment-methods img:hover,
.page-id-3 .fl-photo-content:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.fl-post-comment-date-wrapper {
    width: auto;
    top: 0;
    right: 0;
}

.blog-posts .fl-post-comments {
    width: 100%;
}

.social-accounts ul li a > img {
    height: auto;
}

body .site-footer .payment-methods {
    padding-left: 0;
}

body .site-footer .payment-methods li a {
    display: block;
    width: 65px;
    height: 50px;
    background-image: url(images/card-sprites.png);
    background-size: cover;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

body .site-footer .payment-methods li a:hover {
    opacity: 0.7;
}

body .site-footer .payment-methods li.visa a {
    background-position: 25% 50%;
}

body .site-footer .payment-methods li.americanexpress a {
    background-position: 48% 50%;
}

body .site-footer .payment-methods li.discover a {
    background-position: 70% 50%;
}

body .site-footer .payment-methods li.paypal a {
    background-position: 98% 50%;
    width: 88px;
}

.social-accounts ul li a {
    display: block;
    width: 17px;
    height: 17px;
    background-image: url(images/social-media-sprites.png);
    background-size: cover;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.social-accounts ul li.fb a {
    width: 15px;
}

.social-accounts ul li.instagram a {
    background-position: 18% 50%;
}

.social-accounts ul li.linkedin a {
    background-position: 48% 50%;
}

.social-accounts ul li.youtube a {
    background-position: 78% 50%;
}

.social-accounts ul li.youtube a {
    background-position: 100% 50%;
    width: 35px;
}

.fl-slick-testimonial-rating span {
    background-image: url("images/icon-sprites.png");
    background-size: cover;
}

.fl-slick-testimonial-rating span {
    background-image: url(images/icon-sprites.png);
    background-size: cover;
    background-position: 5% 50%;
}

.fl-builder-content
    .fl-node-5c3cbe45e22a0.fl-module-rich-text
    .fl-rich-text
    ul
    > li:before {
    background-image: url(images/icon-sprites.png);
    background-size: cover;
    background-position: 100% 50%;
}

.fl-builder-content
    .fl-node-5bfc562011f0b.fl-module-rich-text
    .fl-rich-text
    ul
    > li:before {
    background-image: url(images/icon-sprites.png);
    background-size: cover;
    background-position: 50% 50%;
}

.fa,
.fas {
    font-family: "FontAwesome";
    font-style: normal;
}

/* .right-area a:hover {
    background-color: #016DDD;
    border: 1px solid #016DDD;
}

.right-area a {
    background-color: #4da600;
    border: 1px solid #4da600;
    color: #fff;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 5px;
} */
.left-area a:hover {
    color: #4da600;
}

.fl-pricing-link-text {
    text-align: center;
    margin-top: 40px;
}

.btn-custom {
    background-color: #072a83 !important;
    padding: 10px 20px !important;
    font-size: 18px !important;
    color: #fff !important;
    border-radius: 3px !important;
    font-weight: 700 !important;
}

.btn-custom:hover {
    color: #fff !important;
    background-color: #006cdd !important;
}

.custom-links a {
    word-break: break-all;
}

.fl-modal .modal-header {
    padding: 15px 20px;
}

.fl-modal .modal-title {
    font-size: 30px;
    font-weight: 900;
    color: #072a83;
}

.fl-modal .modal-body {
    padding: 10px 20px;
}

.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.filtr-item {
    height: 450px;
    padding-bottom: 70px;
}

.card-wrapper {
    padding: 35px;
    text-align: center;
}

.card-wrapper .card-title {
    font-weight: 900;
    font-size: 30px;
}

body,
html {
    overflow-x: hidden;
    position: relative;
}

#wpadminbar {
    position: fixed !important;
}

/*may-7-2019*/
.footer-terms a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-terms a:hover {
    opacity: 0.8;
}

code {
    font-family: Lato, sans-serif !important;
}

.page-id-1690 footer {
    display: none;
}

/*end may-7*/
/*oct-5*/
#how-it-works #left-content,
#how-it-works #right-content {
    height: auto;
    position: relative;
}

#how-it-works #left-content.fifth-step {
    top: -20px;
}

#how-it-works #step-number .fl-rich-text {
    text-align: center;
    background-color: #006cdd;
    border-radius: 100%;
    padding: 0;
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    left: 9px;
}

#how-it-works #left-content:after {
    top: 50%;
}

#how-it-works #step-number .fl-rich-text:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    background-color: #91c8ff;
    border-radius: 100%;
    z-index: -1;
}

#how-it-works #step-number .fl-rich-text p {
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
}

#portfolio-catalog a.sortLink {
    padding: 10px 15px;
}

#how-it-works #heading-wrapper:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 51%;
    -webkit-transform: translateX(-51%);
    -ms-transform: translateX(-51%);
    transform: translateX(-51%);
    height: 29%;
    border-top: 6px dashed #91c8ff;
    border-left: 6px dashed #91c8ff;
    display: block;
}

/*end oct-5*/
body .card-grid-layout .card-footer .card-link {
    color: #fff;
}

body .lightcase-contentInner .card-grid-layout .card-footer .card-link {
    /* color: red; */
    text-align: center;
}

/*9-13-19*/
img.fl-slideshow-image-img {
    top: 0 !important;
}

/*9-30-19*/
#letter-vision
    .fl-col-group-equal-height.fl-col-group-align-center
    .fl-col-content {
    -webkit-justify-content: unset !important;
}

/* Nov 15 2019 */
.grid-description-container {
    position: relative;
}

.grid-category-description {
    background-color: #fff;
}

.grid-category-description > * {
    width: 100%;
}

.grid-category-description.all {
    z-index: 0;
    height: auto;
}

.grid-category-description {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.button-main {
    max-width: 740px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #1b842c;
    display: block;
    border-radius: 1rem;
    text-align: center;
    background-color: #1b842c;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 25px;
    padding: 6px 12px;
}

.button-main:hover,
.button-main:focus {
    background-color: #fff;
    color: #1b842c !important;
}

.site-header.stick {
    position: fixed;
    transform: translate(0);
    top: 0;
}

.admin-bar .site-header.stick {
    top: 32px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.post-case .heateor_sss_sharing_container:nth-child(2) {
    display: none;
}

.post-case p {
    margin-bottom: 0 !important;
    color: #000 !important;
}

.page-id-4525 .fl-post-text {
    padding-top: 0 !important;
}

/* aok appartment */
.case-study-banner {
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 472px;
}

.case-study-title {
    font-size: 50px;
    color: #fff;
    max-width: 1087px;
    text-align: center;
    text-transform: uppercase;
    line-height: 70px;
    font-family: impact;
    text-shadow: 6px 5px 4px rgba(0, 0, 0, 0.4);
}

.case-study-container {
    max-width: 1073px;
    margin: auto;
    padding: 0 38px;
}

.case-study-title span {
    font-size: 80px;
}

.case-body-bg {
    display: block;
    position: relative;
    padding-top: 130px;
    background-size: contain;
}

.post-logo {
    height: 178px;
    width: 178px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    top: 40px;
}

.case-body-bg .social-share {
    padding: 22px 0;
    display: flex;
    justify-content: flex-end;
}

.case-body-bg .author-meta {
    display: flex;
    justify-content: flex-end;
    color: #000;
    margin-bottom: 3rem;
}

.case-body-bg .author-meta i {
    margin-left: 2rem;
}

.case-body-bg .row-title {
    background-position: center;
    background-size: cover;
    font-size: 25px;
    color: #fff;
    height: 71px;
    display: flex;
    align-items: center;
    margin-top: 3rem;
    padding-left: 1rem;
}

.case-body-bg .row-title p {
    color: #fff !important;
    margin: 0 2rem;
}

.case-body-bg .text-content {
    margin-top: 5rem;
}

.case-body-bg .text-content ul {
    font-size: 25px;
    font-weight: 800;
    color: #4a043f;
}

.case-body-bg .wrapper-quote {
    background-size: cover;
    background-position: center;
    height: 210px;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-body-bg .autor-img {
    border-radius: 50%;
    overflow: hidden;
    border: 13px solid #4a0440;
}

.case-body-bg .author-wrapper {
    max-width: 746px;
    color: #fff;
    margin-left: 2rem;
}

.autor-msg {
    font-style: italic;
    font-size: 18px;
    font-family: "Open Sans";
    font-weight: 800;
}

.block-image {
    margin-top: 5rem;
}

.image-title {
    font-size: 21px;
    color: #6b135d;
    text-align: center;
    font-family: "Open Sans";
    font-weight: 800;
    margin-top: 5rem;
}

.aok-chart img {
    padding: 35px 40px;
    width: 100%;
}
div.black-friday {
    position: relative;
}
div.black-friday > .fl-row-content-wrap:before {
    content: url(images/blackfriday-top.png) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

div.black-friday > .fl-row-content-wrap:after {
    content: url(images/blackfriday-bottom.png) !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

div.black-friday > .fl-row-content-wrap > div {
    position: relative;
    z-index: 3;
}

.FlexItem-rdg44b-0.cDvFSS.eapp-popup-content-outer {
    background-color: black;
}

.Button__Block-sc-1c0eo6i-0.bhCgZe.jsx-2955421911.eapp-popup-button-component {
    border-radius: 7px;
    transition: all 0.3s;
}

.Button__Block-sc-1c0eo6i-0.bhCgZe.jsx-2955421911.eapp-popup-button-component:hover {
    color: #007819;
    background-color: white;
}

.Button__Block-sc-1c0eo6i-0.bhCgZe.jsx-2955421911.eapp-popup-button-component {
    white-space: pre-wrap;
    text-align: center;
}

.site-header {
    z-index: 9 !important;
    position: relative;
}

/* AOK media */
@media (max-width: 992px) {
    .postid-4570.admin-bar .site-header {
        position: fixed !important;
    }

    .postid-4570.admin-bar .site-header.stick {
        top: 0;
    }

    .case-study-title {
        font-size: 36px;
        line-height: 50px;
    }

    .case-study-title span {
        font-size: 70px;
        line-height: 65px;
    }

    .case-body-bg {
        padding-top: 80px;
    }

    .aok-logo {
        top: -28px;
        height: 150px;
        width: 150px;
        background-size: contain;
        background-position: center;
    }

    .case-body-bg .row-title {
        font-size: 20px;
    }

    .aok-chart .chart-border {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: inherit;
    }

    .aok-chart img {
        padding: 28px 29px;
    }
}

@media (max-width: 768px) {
    .case-study-title {
        font-size: 34px;
    }

    .case-study-title span {
        font-size: 66px;
    }
}

@media (max-width: 736px) {
    .case-body-bg .autor-img {
        width: 131px;
        margin: auto;
    }

    .case-body-bg .wrapper-quote {
        display: block;
        padding-bottom: 2rem;
        height: auto;
    }

    .date-posted {
        text-align: right;
    }
}

@media (max-width: 667px) {
    .case-study-title span {
        font-size: 57px;
    }

    .case-study-title {
        font-size: 33px;
        line-height: 33px;
    }

    .case-body-bg .row-title {
        font-size: 16px;
    }

    .autor-msg {
        font-size: 12px;
        margin-right: 12px;
    }

    .case-body-bg .wrapper-quote {
        height: 164px;
    }

    .chart-title {
        font-size: 18px;
    }

    .aok-chart img {
        padding: 22px 25px;
    }

    .aok-chart .chart-border {
        height: auto;
    }

    .case-body-bg .text-content {
        margin-top: 1rem;
    }

    .case-body-bg .text-content ul {
        font-size: 16px;
    }

    .case-body-bg .autor-img {
        width: 133px;
        margin: auto;
    }

    .case-body-bg .wrapper-quote {
        height: auto;
        display: block;
    }

    .case-body-bg .author-wrapper {
        padding: 2rem;
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .Button__Block-sc-1c0eo6i-0.bhCgZe.jsx-2955421911.eapp-popup-button-component {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 568px) {
    .case-study-title span {
        font-size: 49px;
    }

    .case-study-title {
        font-size: 30px;
        line-height: 33px;
    }

    .case-body-bg .author-meta {
        display: block;
    }

    .case-body-bg .row-title {
        font-size: 15px;
    }

    .aok-chart img {
        padding: 17px 21px;
    }

    .date-posted {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .case-study-banner {
        height: 320px;
    }

    .case-study-title {
        font-size: 20px;
        line-height: 8px;
    }

    .case-study-title {
        max-width: 406px;
    }

    .case-body-bg .row-title {
        font-size: 12px;
    }

    .case-study-title span {
        font-size: 36px;
    }

    .aok-chart img {
        padding: 17px 17px;
    }

    .chart-title {
        margin-top: 3rem;
    }
}

@media (max-width: 414px) {
    .aok-box {
        top: -28px;
        height: 120px;
        width: 120px;
    }

    .case-body-bg .row-title p {
        margin: 0 1rem;
    }

    .case-body-bg .row-title {
        font-size: 10.5px;
    }

    .aok-chart {
        margin-top: 2rem;
    }

    .case-body-bg .social-share {
        justify-content: flex-start;
    }

    .case-body-bg .row-title {
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    .case-body-bg .author-meta i {
        margin-left: 0;
    }

    .case-body-bg .text-content ul {
        font-size: 14px;
    }

    .case-study-title span {
        font-size: 32px;
    }

    .case-study-title {
        font-size: 20px;
        line-height: 8px;
    }
}

@media (max-width: 320px) {
    .postid-4570 .fl-module-content {
        margin: 0;
    }

    .postid-4570 .nav-links a {
        font-size: 12px;
    }

    .case-study-title span {
        font-size: 22px;
    }

    .case-study-title {
        font-size: 18px;
    }

    .case-body-bg .row-title {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        padding: 1rem 0;
    }

    .case-body-bg .row-title {
        height: auto;
    }
}

/* Media Queries */
@media (min-width: 1200px) {
    #how-it-works #left-content,
    #how-it-works #right-content {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .menu-container {
        display: none;
    }
}

@media (min-width: 751px) {
    #portfolio-grid-slider figcaption {
        width: 100%;
        max-width: 480px;
    }
}

@media (max-width: 1199px) {
    #how-it-works #step-number .fl-rich-text {
        left: 0;
    }
}

@media (max-width: 1199px) and (min-width: 993px) {
    #how-it-works #left-content.fifth-step > .fl-module-content {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media (max-width: 1024px) {
    .get-estimate-heading.fl-module .fl-heading,
    .schedule-heading.fl-module .fl-heading {
        font-size: 21px;
    }

    #how-it-works #step-number .fl-rich-text {
        left: -2px;
        margin: 0 5px;
    }

    .get-free-quote-btn .fl-module-content {
        margin-right: 0;
    }

    .get-free-quote-btn .fl-button {
        min-width: 212px;
    }
}

@media (max-width: 1006px) {
    body #responsive-menu-container {
        z-index: 2147483640;
    }
}

@media (max-width: 992px) {
    .fl-builder-content .fl-node-5c4b3dff2fca5 {
        width: 100% !important;
    }

    #how-it-works #heading-wrapper:after,
    #how-it-works #left-column:before,
    #how-it-works #left-column:after,
    #how-it-works #right-column:before,
    #how-it-works #right-column:after,
    #how-it-works #left-column:before,
    #how-it-works #left-column:after,
    #how-it-works #btn-wrapper .fl-col-content:before {
        display: none;
    }

    #how-it-works .fl-col {
        width: 100%;
    }

    #how-it-works #left-column .fl-col-content,
    #how-it-works #right-column .fl-col-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding-bottom: 0;
    }

    #how-it-works #step-number .fl-rich-text {
        margin: 0 auto;
    }

    #how-it-works #step-number .fl-rich-text {
        bottom: 25px;
    }

    #how-it-works .fl-col {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    #how-it-works #left-column,
    #how-it-works #right-column {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    #how-it-works #right-content:before,
    #how-it-works #left-content:after {
        display: none;
    }

    #how-it-works #left-content.fifth-step {
        top: 0;
    }

    #how-it-works .fl-col > .fl-col-content {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .floating-btn-mobile.floating-btn-review {
        right: auto;
    }
    #white-label-services-pills-tabContent > div {
        margin-top: 0;
        padding-top: 0;
    }
}

@media (max-width: 414px) {
    #portfolio-grid-slider .features .feature {
        text-align: center;
    }
}

@media (max-height: 414px) {
    #portfolio-grid-slider .features .feature {
        text-align: center;
    }

    .widget {
        text-align: center;
    }
}

@media (max-width: 1440px) {
    #how-it-works #right-column:before {
        right: 94px;
    }

    #how-it-works #right-column:after {
        right: 94px;
    }
}

@media (max-width: 1366px) {
    #how-it-works #left-column:after {
        width: 90%;
    }

    .white-label-heading-2.fl-module .fl-heading {
        font-size: 18px;
    }
}

@media (max-width: 1365px) {
    .site-header > .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .wp-custom-logo .title-area,
    .nav-primary {
        float: none;
        max-width: none;
    }

    .wp-custom-logo .title-area {
        width: 30%;
    }

    .nav-primary {
        width: 70%;
        padding-left: 50px;
    }

    .nav-primary .genesis-nav-menu a {
        font-size: 16px;
    }
}

@media (max-width: 1280px) {
    .wp-custom-logo .title-area {
        width: 25%;
    }

    .nav-primary {
        width: 75%;
    }

    .nav-primary .genesis-nav-menu a {
        font-size: 14px;
    }

    #how-it-works #right-column:after {
        right: 81px;
    }

    #how-it-works #right-column:after {
        right: 96px;
    }

    #how-it-works #left-column:before,
    #how-it-works #left-column:after {
        left: 77px;
    }

    #how-it-works #step-number .fl-rich-text {
        left: 0;
    }
}

@media (max-width: 1199px) {
    .nav-primary {
        padding-left: 0;
    }

    #how-it-works #right-column:before {
        right: 102px;
    }

    #how-it-works #right-column:after {
        right: 98px;
    }
}

@media (max-width: 1024px) {
    #how-it-works #right-column:before,
    #how-it-works #right-column:after {
        right: 61px;
    }

    #how-it-works #left-column:before,
    #how-it-works #left-column:after {
        left: 63px;
    }
}

@media (max-width: 1006px) {
    .wp-custom-logo .title-area {
        width: 30%;
        margin: auto;
    }

    .site-header {
        position: absolute;
    }

    body.noscroll {
        position: static !important;
    }

    .mobile-menu-container {
        top: 0;
    }

    .mobile-menu-container.open {
        top: 50px;
    }
}

@media (max-width: 992px) {
    .site-inner {
        margin-top: 0 !important;
    }

    .page-id-4525 .site-inner {
        margin-top: 30px !important;
    }
}

@media (max-width: 750px) {
    .wrapper-flex-sm-column-reverse .fl-col-group-responsive-reversed {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
    }

    .fl-col.fl-node-5c5ddbe696978.fl-col-small {
        width: 100% !important;
    }

    .site-inner {
        margin-top: 52px !important;
    }
}

@media (max-width: 736px) {
    .site-header > .wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .wp-custom-logo .title-area {
        padding: 15px 0;
    }

    .filtr-item {
        height: 650px;
    }

    .wp-custom-logo .title-area {
        width: 75%;
    }
}

@media (max-width: 768px) {
    .white-label-heading-1.fl-module .fl-heading {
        font-size: 23px;
    }

    .white-label-heading-3.fl-module .fl-heading {
        font-size: 22px;
    }

    #how-it-works .fl-col-group.fl-col-group-equal-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 576px) {
    /* Nov 15 2019 */
    .filterable-grid-template .grid-template {
        display: flex;
        flex-wrap: wrap;
    }

    .filterable-grid-template .grid-template > div {
        width: 100%;
    }

    .filterable-grid-template .grid-template .tab-filter-wrapper {
        order: 2;
        z-index: 2;
    }

    .filterable-grid-template .grid-template .grid-description-wrapper {
        order: 1;
    }

    .filterable-grid-template .grid-template .grid-items-container {
        order: 3;
    }

    .tab-filter ul {
        z-index: 3;
    }
}

@media (max-width: 568px) {
    .our-top-web-heading.fl-module .fl-heading {
        font-size: 20px;
    }

    .fl-builder-content .download-contractor-btn.fl-module .fl-button {
        font-size: 13px;
    }

    #portfolio-catalog a.sortLink {
        width: 100%;
    }

    .how-it-works-heading-1.fl-module .fl-heading {
        font-size: 32px;
    }

    .how-it-works-heading-2.fl-module .fl-rich-text {
        font-size: 28px;
    }

    #how-it-works #left-content,
    #how-it-works #right-content {
        height: auto;
    }

    #how-it-works #left-content .fl-module-content,
    #how-it-works #right-content .fl-module-content {
        margin: 0;
        padding: 15px 15px 0;
    }
}

@supports (-ms-ime-align: auto) {
    #how-it-works #left-content:after {
        right: 0;
    }
}

_:-ms-input-placeholder,
:root #how-it-works #right-column:before {
    right: auto;
}

_:-ms-input-placeholder,
:root #how-it-works #right-column:after {
    right: 50%;
    transform: translateX(-55%);
    width: 87%;
}

html,
body {
    height: auto !important;
}

@media (max-width: 992px) {
    .custom-banner > div {
        padding-top: 150px !important;
    }
}

@media (max-width: 768px) {
    .custom-banner--text-2 * {
        font-size: 34px;
    }
}

@media (max-width: 576px) {
    .fl-row-content-wrap {
        /* padding-top: 30px !important;
        padding-bottom: 30px !important; */
    }

    .custom-banner * {
        line-height: 1.2em;
        letter-spacing: normal;
    }

    .custom-banner--text-1 * {
        font-size: 16px !important;
        line-height: 1.5em !important;
    }

    .custom-banner--text-2 * {
        font-size: 19px;
    }

    .custom-banner--text-3 * {
        margin-bottom: 0;
        font-size: 16px !important;
        line-height: 1.5em !important;
    }

    .custom-banner .fl-module > .fl-module-content {
        margin: 8px !important;
    }
}

@media (max-width: 750px) {
    .livechat_button_1 {
        display: none;
    }
}

@media (max-width: 589px) {
    footer .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 50%;
    }
}

body .gsurvey-rating:not(:checked) > label,
body .gsurvey-rating:not(:checked) > label:hover,
body .gsurvey-rating:not(:checked) > label:hover ~ label,
body .gsurvey-rating:not(:checked) > label,
body .gsurvey-rating:not(:checked) > label:hover,
body .gsurvey-rating:not(:checked) > label:hover ~ label,
body .gsurvey-rating > input:checked ~ label {
    width: 40px;
    line-height: 35px;
    background-size: 35px 35px;
}

body .gsurvey-rating:not(:checked) > label {
    text-indent: 50px;
    margin: 10px auto;
}

body .gform_wrapper .gsurvey-survey-field .gfield_label {
    color: #343a40;
}

body #gform_wrapper_20 .ginput_container input::placeholder,
body #gform_wrapper_20 .ginput_container textarea::placeholder,
body #gform_wrapper_20 .ginput_container select::placeholder,
body #gform_wrapper_21 .ginput_container input::placeholder,
body #gform_wrapper_21 .ginput_container textarea::placeholder,
body #gform_wrapper_21 .ginput_container select::placeholder {
    color: #999;
}

body #gform_wrapper_20 .ginput_container input,
body #gform_wrapper_20 .ginput_container textarea,
body #gform_wrapper_20 .ginput_container select,
body #gform_wrapper_21 .ginput_container input,
body #gform_wrapper_21 .ginput_container textarea {
    border: 1px solid #e2e2e2;
    padding: 15px;
    border-radius: 6px;
    color: #545454;
}

body #gform_wrapper_20 ul.gform_fields li.gfield,
body #gform_wrapper_21 ul.gform_fields li.gfield {
    margin-bottom: 7px;
}

body #gform_wrapper_20 .top_label div.ginput_container,
body #gform_wrapper_21 .top_label div.ginput_container {
    margin: 0 !important;
}

div#gform_confirmation_message_20 h2,
div#gform_confirmation_message_21 h2 {
    font-weight: 900;
}

body #gform_wrapper_20 .gform_footer input.button,
body #gform_wrapper_20 .gform_footer input[type="submit"],
body #gform_wrapper_20 .gform_page_footer input.button,
body #gform_wrapper_20 .gform_page_footer input[type="submit"],
div#gform_confirmation_message_20 .button-main,
body #gform_wrapper_21 .gform_footer input.button,
body #gform_wrapper_21 .gform_footer input[type="submit"],
body #gform_wrapper_21 .gform_page_footer input.button,
body #gform_wrapper_21 .gform_page_footer input[type="submit"],
div#gform_confirmation_message_21 .button-main {
    border: 1px solid #1b842c;
    color: #fff;
    background-color: #1b842c;
    font-weight: 900;
}

div#gform_confirmation_message_20 .button-main,
div#gform_confirmation_message_21 .button-main {
    font-size: 20px;
    padding: 12px 12px;
}

body #gform_wrapper_20 ul.gform_fields li#field_20_1,
body #gform_wrapper_21 ul.gform_fields li#field_21_1 {
    margin-bottom: 13px !important;
}

body #gform_wrapper_20 .gform_footer input.button:hover,
body #gform_wrapper_20 .gform_footer input[type="submit"]:hover,
body #gform_wrapper_20 .gform_page_footer input.button:hover,
body #gform_wrapper_20 .gform_page_footer input[type="submit"]:hover,
div#gform_confirmation_message_20 .button-main:hover,
body #gform_wrapper_21 .gform_footer input.button:hover,
body #gform_wrapper_21 .gform_footer input[type="submit"]:hover,
body #gform_wrapper_21 .gform_page_footer input.button:hover,
body #gform_wrapper_21 .gform_page_footer input[type="submit"]:hover,
div#gform_confirmation_message_21 .button-main:hover {
    background-color: #fff;
    color: #1b842c;
}

.custom-heading .fl-heading-text {
    font-weight: 900;
}

div#mc-leadform {
    padding: 40px;
    box-shadow: 1px 1px 20px rgba(159, 159, 159, 0.3);
    border-radius: 10px;
    padding-top: 0;
    overflow: hidden;
    margin: 15px;
}

div#mc-leadform h2.widgettitle {
    font-weight: 900;
    text-align: center;
    margin-bottom: 55px;
    margin-left: -60px;
    background-color: #343a40;
    margin-right: -60px;
    padding: 30px 20px;
    color: #fff;
}

.fl-post-excerpt .heateor_sss_sharing_container:nth-child(3) {
    display: none;
}

.case-side-bar ul {
    margin: 0 !important;
}

.case-side-bar ul li {
    list-style: none;
}

.case-category .has-featured-img {
    padding-bottom: 42.4%;
    background-size: cover;
    background-position: center;
}

.case-container {
    max-width: 1200px;
    margin: auto;
    padding-top: 70px !important;
}

.case-post-loop {
    width: 80%;
    padding-right: 70px;
    float: left;
}

.case-category .case-side-bar {
    width: 20%;
    float: right;
    padding-right: 70px;
}

.case-category .fl-post-image {
    position: relative;
}

.case-category .date-comment-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    background: #072a83;
    color: #fff;
    width: 175px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.case-category .post-date {
    font-size: 25px;
}

.case-category .post-date .day {
    font-size: 50px;
    line-height: 35px;
    display: block;
}

.case-category .post-comment {
    background: #fff;
    color: #006ddd;
    padding: 20px;
    text-transform: capitalize;
}

.case-category .post-date {
    padding: 20px 0;
}

.case-category .post-wrapper {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #a4a4a4;
}

.case-category .fl-post-heading {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
}

.case-category .fl-post-heading .fl-post-title {
    margin: 0;
}

.case-category .fl-post-heading .fl-post-title a {
    font-size: 20px;
}

.case-category .fl-post-meta {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.case-category .fl-post-meta a {
    transition: 0.3s;
}

.case-category .fl-post-heading a {
    color: #fff;
    transition: 0.3s;
}

.case-category .fl-post-excerpt a {
    display: block;
    font-weight: 700;
    color: #0e6cdd !important;
    font-size: 16px;
    transition: 0.3s;
}

.case-category .fl-post-excerpt a:hover {
    opacity: 0.8;
}

.case-category .fl-post-heading a:hover,
.case-category .fl-post-meta a:hover {
    color: #ff8000;
}

.fl-post-excerpt p:nth-child(2) {
    color: #000;
}

.case-category .sidebar {
    width: 100%;
    padding-right: 70px;
}

.case-category .case-side-bar ul li {
    line-height: 15px;
}

.case-category .case-side-bar a {
    font-size: 14px;
}

.page-id-4525 .fl-post-comment-category {
    color: #fff;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0.5rem 1rem;
    border-bottom-right-radius: 0.5rem;
    font-size: 16px;
    font-weight: 700;
}

.page-id-4525 .fl-post-comment-category ul {
    margin-left: 0;
    margin-bottom: 0;
}

.page-id-4525 .fl-post-comment-category li {
    position: relative;
    margin-bottom: 0;
    list-style-type: none;
    display: inline-block;
}

.page-id-4525 .fl-post-comment-category li:after {
    content: ",";
    margin-right: 3px;
}

.page-id-4525 .fl-post-comment-category li:last-child:after {
    display: none;
}

.postid-4570 .site-header {
    position: relative;
}

.postid-4570 .site-inner {
    margin-top: 0 !important;
}

@media (max-width: 1024px) {
    .case-side-bar h3 {
        font-size: 16px !important;
    }

    .case-container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .case-category .has-featured-img {
        padding-bottom: 65%;
    }

    .case-category .fl-post-heading {
        bottom: 40px;
    }
}

@media (max-width: 992px) {
    .fl-builder-content .fl-node-5c4889727449c {
        width: 100% !important;
    }

    .case-post-loop {
        width: 70%;
    }

    .case-category .case-side-bar {
        width: 30%;
    }
}

@media (max-width: 812px) {
    .fl-node-5e18c0224e7a6 > .fl-module-content {
        margin-right: 0 !important;
    }

    .case-category .has-featured-img {
        padding-bottom: 80%;
    }

    .case-category .fl-post-heading {
        padding: 15px;
    }

    .case-category .fl-post-title {
        line-height: 20px;
    }

    .case-category .fl-post-meta {
        font-size: 12px;
    }

    .case-category .fl-post-heading {
        bottom: 15px;
    }
}

@media (max-width: 767px) {
    .case-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .case-post-loop {
        width: 100%;
    }

    .case-post-loop {
        padding-right: 0px;
    }

    .case-category .case-side-bar {
        width: 100%;
    }
}

@media (max-width: 480px) {
    div#mc-leadform {
        padding: 15px;
    }

    div#mc-leadform h2.widgettitle {
        margin-left: -35px;
        margin-right: -35px;
    }
}

@media (max-width: 375px) {
    .case-category .post-date {
        padding: 15px 0;
    }

    .case-category .post-date {
        font-size: 20px;
    }

    .case-category .post-date .day {
        font-size: 40px;
    }

    .case-category .post-comment {
        padding: 5px;
    }

    .case-category .post-comment {
        font-size: 15px;
    }
}

.postid-4658 .image-title {
    color: #072a83;
}

.postid-4658 .block-image {
    text-align: center;
}

/* Header */
.wp-custom-logo .title-area {
    width: 30%;
    max-width: initial !important;
}

.nav-primary {
    width: 70%;
    max-width: initial !important;
}

.page-id-25 .site-header.stick {
    top: 44px;
}

@media (max-width: 1024px) {
    .nav-primary .genesis-nav-menu a {
        font-size: 12px;
    }

    .nav-primary .genesis-nav-menu .menu-item {
        padding: 25px 10px;
    }
}

@media (max-width: 1006px) {
    .wp-custom-logo .title-area {
        width: initial;
    }

    .custom-logo-link img {
        height: 30px;
        width: auto;
    }

    a.custom-logo-link {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 992px) {
    .custom-logo-link img {
        height: 32px;
    }
}

@media (max-width: 575px) {
    .custom-logo-link img {
        height: 26px;
    }
}

@media (max-width: 320px) {
    .custom-logo-link img {
        height: 22px;
    }
}
.sprite {
    background-image: url(images/sprites.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-github {
    width: 30px !important;
    height: 30px;
    background-position: -5px -5px;
}

.sprite-gmail {
    width: 30px !important;
    height: 30px;
    background-position: -45px -5px;
}

.sprite-icon-c {
    width: 36px !important;
    height: 36px;
    background-position: -85px -5px;
    margin-right: 10px;
}

.sprite-icon-dw {
    width: 36px !important;
    height: 36px;
    background-position: -131px -5px;
    margin-right: 10px;
}

.sprite-icon-fa {
    width: 36px !important;
    height: 36px;
    background-position: -177px -5px;
    margin-right: 10px;
}

.sprite-icon-ga {
    width: 36px;
    height: 36px;
    background-position: -5px -51px;
    margin-right: 10px;
}

.sprite-icon-lp {
    width: 36px !important;
    height: 36px;
    background-position: -51px -51px;
    margin-right: 10px;
}

.sprite-icon-mm {
    width: 36px !important;
    height: 36px;
    background-position: -97px -51px;
    margin-right: 10px;
}

.sprite-icon-pa {
    width: 36px !important;
    height: 36px;
    background-position: -143px -51px;
    margin-right: 10px;
}

.sprite-icon-gmb {
    width: 36px !important;
    height: 36px;
    background-position: -5px -176px;
    margin-right: 10px;
}

.sprite-icon-ph {
    width: 36px !important;
    height: 36px;
    background-position: -189px -51px;
    margin-right: 10px;
}

.sprite-icon-seo {
    width: 36px !important;
    height: 36px;
    background-position: -5px -97px;
    margin-right: 10px;
}

.sprite-icon-sm {
    width: 36px !important;
    height: 36px;
    background-position: -51px -97px;
    margin-right: 10px;
}

.sprite-icon-sprites {
    width: 86px !important;
    height: 25px;
    background-position: -97px -97px;
}

.sprite-icon-voip {
    width: 36px !important;
    height: 36px;
    background-position: -193px -97px;
    margin-right: 10px;
}

.sprite-icon-vp {
    width: 36px !important;
    height: 36px;
    background-position: -5px -143px;
    margin-right: 10px;
}

.sprite-icon-wh {
    width: 36px !important;
    height: 36px;
    background-position: -51px -143px;
    margin-right: 10px;
}

.sprite-icon-wpc {
    width: 36px !important;
    height: 36px;
    background-position: -97px -143px;
    margin-right: 10px;
}

.sprite-icon-wpp {
    width: 36px !important;
    height: 36px;
    background-position: -143px -143px;
    margin-right: 10px;
}

.sprite-linkedin {
    width: 30px !important;
    height: 30px;
    background-position: -223px -5px;
}

.sprite-number-step-1 {
    width: 75px !important;
    height: 75px;
    background-position: -263px -5px;
    margin: auto;
}

.sprite-number-step-2 {
    width: 75px !important;
    height: 75px;
    background-position: -239px -90px;
    margin: auto;
}

.sprite-number-step-3 {
    width: 75px !important;
    height: 75px;
    background-position: -189px -175px;
    margin: auto;
}

.sprite-stackoverflow {
    width: 30px !important;
    height: 30px;
    background-position: -274px -175px;
}

.sprite-tumblr {
    width: 30px !important;
    height: 30px;
    background-position: -5px -215px;
}

.sprite-twitter {
    width: 30px !important;
    height: 30px;
    background-position: -45px -215px;
}
a.mega-menu-link {
    display: flex !important;
    align-items: center;
}
.service-badge {
    position: absolute;
    top: -25px;
    right: 0;
}

.white-label-services--tab-content-notice {
    /* background-color: #1b842c!important; */
    /* color: #fff; */
}

.white-label-services--tab-content-notice p {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 30px;
}

.white-label-services--tab-content-notice h3 {
    font-weight: 800;
    color: #856404 !important;
    margin-bottom: 15px;
    font-family: "Poppins";
    font-size: 36px;
    line-height: 40p;
}

.white-label-services--tab-content-notice h3 u,
.white-label-services--tab-content-notice h3 span {
    position: relative;
    text-decoration: none !important;
}

.white-label-services--tab-content-notice h3 u:after,
.white-label-services--tab-content-notice h3 span:after {
    content: "";
    background-image: url("images/amp-dash-red.png");
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 10px;
}

.white-label-services--tab-content-notice a {
    color: #0e6cdd !important;
    text-decoration: underline;
    font-weight: 700;
}
.white-label-services--tab-content-notice a strong {
    font-weight: 700;
}

.white-label-services--tab-content-notice a:hover {
    opacity: 0.7;
}

#mega-menu-wrap-megamenu
    #mega-menu-megamenu
    > li.mega-menu-item
    > a.mega-menu-link {
    padding: 0 15px 0 15px;
    font-size: 16px;
}

.font-awesome-icon i {
    margin-right: 22px;
    font-size: 22px;
    color: #046fde;
}

#menu-mobile .get-instant-access a,
.get-access-button {
    background-image: url(//murphyconsulting.us/wp-content/uploads/2020/04/MURPHY_SIGNUP2.png);
    background-size: contain;
    height: 117px;
    border: none;
    border-color: unset;
    background-color: rgba(0, 0, 0, 0);
    content: "";
    color: transparent !important;
    width: 320px !important;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}

.get-access-button {
    max-width: 500px !important;
    width: 100% !important;
    height: 150px !important;
}

#menu-mobile .get-instant-access a:hover {
    opacity: 0.7;
}

.font-awesome-icon a {
    position: static !important;
}

.font-awesome-icon i {
    position: absolute;
    left: 10px;
}
.font-awesome-icon {
    position: relative !important;
    padding-left: 40px !important;
}

/* .customer-name {
	font-size: 70px;
	font-weight: 900;
	color: #000000;
	line-height: normal;
	margin-top: -80px;
	position: relative;
	padding-bottom: 10px;
}

.customer-name:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(images/amp-dash-red.png);
	height: 10px;
	width: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 0;
} */

div#thank-you-page > div {
    padding-top: 250px;
    padding-bottom: 200px;
}

.quote-list {
    background-color: #b8e6b8;
    margin-top: -60px;
    padding: 15px 15px 0px 15px;
    line-height: 36px;
}

.quote-list ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
}

.quote-list ul li {
    list-style-type: none;
    position: relative;
    padding-left: 50px;
}

.quote-list ul li span {
    vertical-align: baseline;
}

.quote-list ul li:before {
    content: url("https://murphyconsulting.us/wp-content/uploads/2020/05/arrow-icon.png");
    position: absolute;
    left: 0;
}

div#quote-heading {
    position: relative;
}

div#quote-heading strong span {
    font-weight: 700;
}

div#quote-heading p {
    display: inline-block;
    background-color: #007819;
    padding: 15px 50px;
}

.dashed-border p {
    margin-bottom: 0;
    border: 0;
}
.dashed-border {
    background-color: #e5f0fc;
    position: relative;
    padding-top: 1px;
    padding-bottom: 5px;
    z-index: 99;
}

.dashed-border p {
    position: relative;
    z-index: 99;
}

.dashed-border p a:hover {
    color: #ffd261 !important;
}
.dashed-border:after {
    content: "";
    border: 5px dashed #007819;
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    width: 101%;
    border-radius: 8px;
    z-index: 9;
}
/* body .fl-node-5ebf0d327289c .fl-rich-text * {
  color: inherit;
} */

body .ty-text ul li strong,
body .ty-text ul li strong span,
body .ty-text p strong,
body .ty-text p strong span,
body .ty-text p strong span a {
    color: #007819 !important;
    font-weight: 700 !important;
}
body .ty-text p span a:hover strong,
body .ty-text p strong span a:hover strong {
    color: #ffd261 !important;
}

@keyframes glowing {
    0% {
        box-shadow: 0 0 -10px #007819;
    }
    40% {
        box-shadow: 0 0 20px #007819;
    }
    60% {
        box-shadow: 0 0 20px #007819;
    }
    100% {
        box-shadow: 0 0 -10px #007819;
    }
}

.animate-glow {
    animation: glowing 5000ms infinite;
}

.request-button a {
    animation: glowing 5000ms infinite;
}

.animate-hover a.fl-button {
    transition: 0.3s ease-in-out;
}
.animate-hover a.fl-button:hover {
    transform: translateY(-10px);
}

a:hover {
    text-decoration: none !important;
}

/*@media screen and (max-width: 782px) {*/
/*	html.fa-events-icons-ready {*/
/*		margin-top: 32px !important;*/
/*	}*/
/*}*/

@media (max-width: 1006px) {
    .mobile-menu-container {
        font-size: 26px;
        padding-top: 3%;
    }
}

@media only screen and (min-width: 1007px) {
    .site-header {
        position: relative;
        z-index: 9;
    }
}

@media only screen and (min-width: 992px) {
    #mega-menu-wrap-megamenu
        #mega-menu-megamenu
        > li.mega-menu-item
        > a.mega-menu-link {
        padding: 0 7px 0 7px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 1110px) {
    #mega-menu-wrap-megamenu
        #mega-menu-megamenu
        > li.mega-menu-item
        > a.mega-menu-link {
        padding: 0 6px 0 6px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 1200px) {
    #mega-menu-wrap-megamenu
        #mega-menu-megamenu
        > li.mega-menu-item
        > a.mega-menu-link {
        padding: 0 9px 0 9px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1440px) {
    #mega-menu-wrap-megamenu
        #mega-menu-megamenu
        > li.mega-menu-item
        > a.mega-menu-link {
        padding: 0px 12px 0 12px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 1600px) {
    #mega-menu-wrap-megamenu
        #mega-menu-megamenu
        > li.mega-menu-item
        > a.mega-menu-link {
        padding: 0px 15px 0 15px;
        font-size: 16px;
    }
}

@media (max-width: 1006px) {
    div#ty-section {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 992px) {
    /* .customer-name {
		font-weight: 900;
		line-height: normal;
		margin-top: -100px;
		position: relative;
		padding-bottom: 10px;
	} */

    div#ty-request-quote span.fl-button-text > span {
        font-size: 18px;
    }
}

/* @media only screen and (max-width: 1024px) {
  .site-header header[data-type="header"], #megamenu-container {
      display: none !important;
  }
} */

/* @media only screen and (max-width: 1061px) {
  #mega-menu-wrap-megamenu #mega-menu-megamenu > li.mega-menu-item > a.mega-menu-link {
      padding: 0 6px 0 6px;
      font-size: 12px;
  }
} */

@media only screen and (min-width: 1007px) {
    body:not(.single-fl-theme-layout)
        .fl-theme-builder-header-sticky
        #header-megamenu
        > .fl-row-content-wrap {
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    /* select#white-label-services--items-dropdown {
      position: fixed;
      left: 0;
      top: 55px;
      z-index: 99;
  } */
    html.sticky-menu select#white-label-services--items-dropdown {
        position: fixed;
        left: 0;
        top: 55px;
        z-index: 99;
    }
    html.sticky-menu .white-label-services--tab-content {
        margin-top: 40px;
    }
}

@media (max-width: 750px) {
    #whitelabelservices > .fl-row-content-wrap {
        padding-top: 0;
    }
}

@media (max-width: 736px) {
    div#quote-heading p {
        display: block;
        text-align: center;
        padding: 15px 15px;
    }

    #ty-section > .fl-row-content-wrap {
        background-image: url(images/ty-firworks-new.gif) !important;
        background-size: contain !important;
    }

    .dashed-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }

    .white-label-services--tab-content-notice h3 u,
    .white-label-services--tab-content-notice h3 span {
        position: relative;
        text-decoration: none !important;
        padding-bottom: 5px;
    }
}

@media (max-width: 575px) {
    .white-label-services--tab-content-notice h3 {
        font-size: 24px;
        line-height: 32px;
    }
    #footer-section > .fl-row-content-wrap,
    .fl-row-bg-photo > .fl-row-content-wrap {
        background-image: none !important;
    }
    /* .customer-name {
		font-size: 30px;
		margin-top: -80px;
		position: relative;
		padding-bottom: 10px;
	} */
}

li#mega-menu-item-5346 {
    display: none !important;
}

.fl-theme-builder-header-scrolled li#mega-menu-item-5346 {
    display: inline-block !important;
}

li#mega-menu-item-5346 a {
    color: transparent !important;
}

li#mega-menu-item-5346 {
    background-image: url(//murphyconsulting.us/wp-content/uploads/2020/04/MURPHY_SIGNUP2.png) !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    color: transparent !important;
}

.fl-col-group-align-bottom {
    align-items: center;
}

div#ty-request-quote span.fl-button-text > span {
    color: #ffff26;
    display: block;
    font-size: 35px;
}

#ty-customer-name p {
    margin-bottom: 0 !important;
}

#pe-row .fl-col-small:nth-child(2) {
    max-width: 500px !important;
}

.page-id-5512 header,
.page-id-5512 #utility-bar,
.page-id-5541 header,
.page-id-5541 #utility-bar {
    display: none;
}

.page-id-25 .site-header.stick {
    top: -1px !important;
}


/* Tooltip container */
.tooltip2 {
cursor: pointer;
position: relative;
display: inline-block;
border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip2 .tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #2fa04a;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    left: 0;
    font-size: 14px;
    padding: 15px;
    line-height: 20px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip2:hover .tooltiptext {
visibility: visible;
}


.button-green > a {
    background-image: linear-gradient(90deg,#03c617 0%,#079f4b 100%);
    /* border: 2px solid #08a04b; */
    color: white !important;
    border-radius: 5px;
    padding-left: 14px !important;
}

.button-green > a:hover {
    background-image: linear-gradient(90deg,#079f4b 0%, #03c617 100%);
    /* border: 2px solid #08a04b; */
    color: white !important;
    border-radius: 5px;
    padding-left: 14px !important;
}
@media (min-width: 1024px){
    #menu-item-6614>div>a,
    #menu-item-5570>div>a{
     pointer-events: none; 
    }
    .footer-menu .fl-heading{
        text-align:left !important;
    }
}
.par-links a{
    color:#08a04b !important;
    transition:0.3s;
}
.par-links a:hover{
    opacity:0.8 !important;
}
.banner-arrow{
        position: absolute;
        bottom: -18vh;
    width: 100% !important;
}
ul#menu-mobile-revamp {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    margin-left: 0;
    padding-left: 3rem;
    padding-top: 3rem;
    z-index: 9999999;
    height: 267vh;

}
.video-about .fl-video.fl-embed-video{
    text-align:center !important;
}
rect.fl-hamburger-menu-top,
rect.fl-hamburger-menu-middle,
rect.fl-hamburger-menu-bottom{
    transition:0.3s;
}
button.fl-menu-mobile-toggle.hamburger.fl-active rect.fl-hamburger-menu-top{
    transform: rotate(45deg)translate(5%,-12%);
    width: 129%;
}
button.fl-menu-mobile-toggle.hamburger.fl-active rect.fl-hamburger-menu-middle{
    display:none;
}
button.fl-menu-mobile-toggle.hamburger.fl-active rect.fl-hamburger-menu-bottom{
    transform: rotate(-45deg)translate(-61%,-18%);
    width: 136%; 
}
li#menu-item-6606 {
    padding-right: 10px;
}

@media(max-width:992px){
    /*.fl-col.fl-node-5f32dedbed9d0 h2 {*/
    /*    font-size: 40px !important;*/
    /*    text-align:left;*/
    /*}*/
    /*.fl-module.fl-module-heading.fl-node-5f32ec763fe33 h4 {*/
    /*    font-size: 23px;*/
    /*}*/
    /*.fl-builder-content.fl-builder-content-5959.fl-builder-content-primary .fl-row-content-wrap {*/
    /*    padding-top: 1rem;*/
    /*}*/
    /*.fl-module.fl-module-heading.fl-node-5f32ecec8d220 .fl-module-content h2*/
    /*{*/
    /*        font-size: 24px !important;*/
    /*}*/
    ul#menu-footer-1-company,
    ul#menu-footer-2-resources{
        text-align: center;
    }
}

@media(max-width:767px){
    .fl-module.fl-module-heading.fl-node-5f32def621bc5 h2 {
        font-size: 50px !important;
    }
    .fl-module.fl-module-heading.fl-node-5f32ec763fe33 h4 {
        font-size: 20px;
    }
    .fl-module.fl-module-heading.fl-node-5f32ecec8d220 .fl-module-content h2{
        font-size: 35px;
        line-height: normal !important;
    }
    .fl-module.fl-module-heading.fl-node-5f32ecec8d220 .fl-module-content {
        margin-top: 0;
    }
    
    .fl-module.fl-module-heading.fl-node-5db37ec728c19 .fl-heading,
    .fl-module.fl-module-heading.fl-node-5dae342332c19 .fl-heading,
    .fl-module.fl-module-heading.fl-node-5db34c284398d .fl-heading,
    .fl-module.fl-module-heading.fl-node-5dae3a5bd9ec6 .fl-heading,
    .fl-module.fl-module-heading.fl-node-5dae24171a142 .fl-heading{
        text-align: left !important;
    }
    .fl-module.fl-module-heading.fl-node-5db34c284398d {
        padding-left: 1rem;
    }
}

@media(max-width:568px){
    .fl-col.fl-node-5f32dedbed9d0 h2 {
        font-size: 35px !important;
    }
    .fl-module.fl-module-heading.fl-node-5f32def621bc5 h2 {
        font-size: 34px !important;
    }
    .fl-module.fl-module-heading.fl-node-5f32ec763fe33 h4 {
        font-size: 20px;
    }
      .fl-module.fl-module-heading.fl-node-5f32ecec8d220 .fl-module-content h2{
            font-size: 32px !important;
      }
    .fl-module.fl-module-heading.fl-node-5f32ecec8d220 .fl-module-content {
        margin-top: 0;
    }
    .fl-row.fl-row-full-width.fl-row-bg-color.fl-node-5f32dedbec279 .fl-row-content-wrap {
        padding-top: 0;
    }
    .fl-module.fl-module-heading.fl-node-5db37ec728c19 .fl-heading,
    .fl-module.fl-module-heading.fl-node-5dae342332c19 .fl-heading,
    .fl-module.fl-module-heading.fl-node-5db34c284398d .fl-heading,
    .fl-module.fl-module-heading.fl-node-5dae3a5bd9ec6 .fl-heading,
    .fl-module.fl-module-heading.fl-node-5dae24171a142 .fl-heading{
        text-align: left !important;
    }
    .fl-module.fl-module-heading.fl-node-5db34c284398d {
        padding-left: 1rem;
    }
    .section-title.ff-montserrat.fw-800.mb-4 h2 {
        font-size: 35px;
    }
    .fl-node-5f32fe56cb4bf.fl-module-heading .fl-heading,
    .fl-module.fl-module-heading.fl-node-5f330f4187095 .fl-heading,
    .fl-module.fl-module-heading.fl-node-5f330f34c4006 .fl-heading,
    .fl-module.fl-module-heading.fl-node-5f330f2c7b3d6 .fl-heading{
        font-size: 20px;
    }
    .fl-module.fl-module-rich-text.fl-node-5f33002a62bbe .fl-rich-text p,
    .fl-module.fl-module-rich-text.fl-node-5f330f4187097 .fl-rich-text p,
    .fl-module.fl-module-rich-text.fl-node-5f330f34c4008 .fl-rich-text p,
    .fl-module.fl-module-rich-text.fl-node-5f330f2c7b3d8 .fl-rich-text p{
        font-size: 14px !important;
    }
    .page-id-5942 .fl-module.fl-module-heading.fl-node-5f32ecec8d220 .fl-heading-text {
        font-size: 25px;
    }
    .page-id-5942 .fl-module.fl-module-heading.fl-node-5f32ec763fe33 {
        margin-top: 1rem;
    }
}

@media(max-width:375px){
    .section-title.ff-montserrat.fw-800.mb-4 h2 {
    font-size: 30px;
    line-height: normal;
    }
}

@media(max-width:320px){
    .fl-col.fl-node-5f32dedbed9d0 h2 {
        font-size: 34px !important;
    }
    .section-title.ff-montserrat.fw-800.mb-4 h2 {
        font-size: 26px;
        line-height: normal;
    }
}