        @media only screen and (max-width: 767px)
        {
            .carousel-caption {
                top: 51%;
                left: 10%;
                right: 10%;
            }
        }

        @media only screen and (min-width: 768px) {
            .main-navigation .menu a {
                font-size: 1.4em;
            }
        }

        @media screen and (min-width: 768px) and (max-width: 800px)
        {
            .main-navigation .menu>li {
                    margin-left: 1em!important;
                    float: left;
                    position: relative;
                font-size: 1rem;
            }
        }
        
        @media screen and (min-width: 801px)
        {
            .main-navigation .menu>li {
                    margin-left: 2em!important;
                    float: left;
                    position: relative;
                font-size: 1rem;
            }
        }

        /* @media screen and (min-width: 768px) and (min-width: 850px)
        {
            .main-navigation .menu>li {
                    margin-left: 3em!important;
                    float: left;
                    position: relative;
                font-size: 1rem;
            }
        } */

        @media screen and (min-width: 1000px)
        {
            .main-navigation .menu>li {
                    margin-left: 4em!important;
                    float: left;
                    position: relative;
            }
        }


        @media screen and (min-width: 1050px)
        {
            .main-navigation .menu>li {
                    margin-left: 5em!important;
                    float: left;
                    position: relative;
            }
        }

        @media screen and (min-width: 1250px)
        {
            .main-navigation .menu>li {
                    margin-left: 6em!important;
                    float: left;
                    position: relative;
            }
        }

        .video-button-box p {
            text-shadow: 1px 0px 2px #303030;
        }

        .hero-front h1 {
            text-shadow: 1px 0px 4px #404040;
        }

        .get-step {
            padding: 1em;
        }

        /****************Shopify ******************************/
        .shopify_button {margin-top:30px;}

        /* Shopify */

        .bundle-1 {display:none;}
        .bundle-2 {display:none;}
        .bundle-3 {display:none;}
        .bundle-4 {display:none;}
        .bundle-5 {display:none;}
        .bundle-6 {display:none;}
        .bundle-7 {display:none;}

        .category-icon {
            margin-bottom: 20px !important;
        }

        #breadcrumbs {
            margin: 0 0 20px 35px;
            font-size: 16px;
            color: #646569;
        }
        .nexia-direct {
            border: solid 2px #77bc1f;
        }

        .nexia-direct-logo {
            width: 180px;
            margin-left: 50px;
            float:right;
        }

        .no-nexia-direct-padding {
            padding-top: 60px !important;
        }

        @media screen and (max-width: 768px) {
            .nexia-direct-logo {
                float:none;
            }
        }

        .certified-module {
            display: none;
        }
        .shopify-buy__btn {
            background-color: #77bc1f;
            width: 45%;
            margin: 0 5% 0 2.5%;
            font-size: 16px;
            font-weight: bold;
            font-family: 'Lato', sans-serif;
            border-radius: 0px;
            text-align: center;
            padding: 1em 1.2em;
        }

        .shopify-buy__btn:hover {
            text-decoration: underline;
        }

        .shopify-buy__option-select__label {
            float:left;
            display:none;
        }

        .prod-icon-wrap-box {
            bottom: 0px;
        }

        .product-icons .shopify-buy__btn {
            background-color: #77bc1f;
            width: 50%;
            margin: 0 5% 0 2.5%;
            font-size: 16px;
            font-weight: bold;
            font-family: 'Lato', sans-serif;
            border-radius: 0px;
            text-align: center;
            padding: 0;
        }

        .product-icons .entry-title {
            min-height: 40px;
        }

        .products-new-wrap .excerpt {
            height: 400px;
        }


        .shopify-buy__product__actual-price {
        font-size: 16px;
        font-weight: bold;
        font-family: 'Lato', sans-serif;

        }

        .product-icons .shopify-buy__product__actual-price {
        float:right;
        font-size: 16px;
        font-weight: bold;
        font-family: 'Lato', sans-serif;
        margin-right: 15px;

        }

        .shopify-buy__select-icon {
        display: none;
        }

        .shopify-buy__option-select__select {
        margin-bottom: 10px;
        }



        /***************** Nav overrides ************************/
        @media screen and (min-width: 768px) {
            .main-navigation .sub-menu a:hover {
                background-color: #f0f0f0f0 !important;
            }

            .main-navigation .sub-menu a {
                    background-color: #ffffff !important;
                padding: 0.6em;
                font-size: 0.7em;
            }

            .main-navigation .sub-menu {
                    top: 1.8em;
                border: 1px solid #939598;
                    border-radius: 2px;
                box-shadow: none;
                opacity: .8;
                color: #646569!important;

                }
            #lightMenu .sub-menu {
                    border: 1px solid #fff;

                }

            #lightMenu .sub-menu a {
                color: #646569!important;
                padding: 0.6em;
                font-size: 0.7em;


            }
        }

        /* need this for iPad with new Partners menu option */
        @media only screen and (min-width: 768px) and (max-width: 815px)
        {
            .main-navigation .menu a, .main-navigation #lightMenu a {
                font-size: 12px;
            }
        }
    
        @media only screen and (max-width: 767px)
            {
                .main-navigation .menu a, .main-navigation #lightMenu a {
                    font-size: 16px;
                    font-weight: 400;
                }
            }


        /* login header links */
        /* .mynexia-login {
            width: 300px;
            border: solid 1px;
            float: right;
            display: block;
            position: static;
        }
        */

        /* move content down for white header */
        .site-content {
            margin-top: 82px;
        }
        
        @media screen and (max-width: 767px) {
            .site-content {
                margin-top: 0px;
            }
            
        }

        /* white header */
        @media screen and (min-width: 768px) {
            .site-header {
                background-color: #fff;
            }

        }

        @media screen and (min-width: 768px) and (max-width: 1023px) {
            .mynexia-login {

            }

            form#searchform {
                position: absolute;
                right: 52px;
                top: 28px;
            }
        }

        a#mynexiaDark {
            background-color: #ccc;
            padding: 5px 10px 5px 10px;
            display: inline-block;
            color: #222;
            border-radius: 3px;
            font-size: 14px;
        }

        input#s {
            border: solid 1px #a7a7a7;
            height: 42px;
        } 

        /************** Search *******************************/
        form#searchform {
            position: absolute;
            right: 52px;
            top: 27px;
        }

        /* form#searchform, .mynexia-login {
            margin-top: 1.75em;
        } */

        /* form#searchform {
            position: static;
            float: right;
        } */

        .mynexia-login {
            top: 28px;
            right: 57px;
        }

        a#mynexiaDark:first-child {
            margin-right: 7px;
        }

        form#searchform input {
            height: 31px;
        }

        #searchsubmit {
            display: inline-block !important;
            border-radius: 0;
            font-family: 'Lato', sans-serif;
            text-transform: uppercase;
            background-color: #ccc;
            padding: 5px 10px;
            margin-bottom: 3px;
            margin-left: -4px;
        }

        form#searchform input {
            /* padding: 10px; */
            /* border: solid 1px #777; */
            color: #646569!important;
        }
        input#searchsubmit {
            border-radius: 0 3px 3px 0;
        }

        img#searchIcon {
            width: 30px;
            position: absolute;
            right: 12px;
            top: 28px;
            cursor: pointer;
        }
        .search .excerpts {
            max-width: 1050px;
            margin: 0 auto;
        }
        @media only screen and (max-width: 767px) {
            img#searchIcon {
                display: none;
            }
        }
        /************** United Landing Page **********************/
        .united-landing-top {
            background-image: url('/wp-content/themes/nexia/img/nexia-united-header.jpg');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            margin-top: -20px;
            height: 450px;
        }
        .united-landing-top h1 {
            font-family: 'Lato', sans-serif;
            padding-top: 125px;
            color: #FFFFFF;
            margin-left: 10%;
            font-size: 66px;
            font-weight: 300;
            max-width: 600px;
        }
        .united-page-content h3, .united-page-content h4, .united-page-content p {
            font-family: 'Lato', sans-serif;
            font-weight: 300;
        }
        .united-page-content h3, .united-page-content h4 {
            color: #77bc1f;
        }
        .united-page-content p {
            color: #646569;
        }
        .united-page-content h3 {
            font-size: 40px;
        }
        .united-page-content h4 {
        font-size: 30px;
        }
        .united-form-frame iframe {
            min-height: 300px;
            overflow-y: hidden;
            border: 0px;
            min-width: 285px;
            margin-top: 400px;
        }
        .united-form-frame iframe FORM {
            overflow-x: hidden;
        }
        @media only screen and (max-width: 1100px) {
            .united-landing-top h1 {
                font-size: 50px;
                width: 400px;
            }
        }
        @media only screen and (max-width: 768px) {
            .united-landing-top {
                height: 330px;
            }
            .united-landing-top h1 {
                padding-top: 90px;
            }
        }
        @media only screen and (max-width: 705px) {
            .united-landing-top {
                background-image: url('/wp-content/themes/nexia/img/Going-Green-responsive.png');
                height: 800px;
                background-position: top center;
            }
            .united-landing-top h1 {
                padding-top: 525px;
            }
        }
        @media only screen and (max-width: 550px) {
            .united-landing-top h1 {
                font-size: 38px;
                padding-top: 390px;
                margin-left: 6%;
                width: 325px;
            }
            .united-page-content {
                padding-top: 1px;
                margin-left: 25%;
            }
            .united-page-content h3 {
                font-size: 32px;
            }
            .united-page-content p {
                font-size: 14px!important;
            }
            .united-landing-top {
                height: 550px;
            }
            .united-landing-top h3 {
                max-width: 80%;
            }
        }
        @media only screen and (max-width: 380px) {
            .united-landing-top h1 {
                font-size: 35px;
                padding-top: 350px;
                width: 280px;
            }
            .united-page-content h3 {
                font-size: 30px;
            }
            .united-page-content h4 {
                font-size: 25px;
            }
            .united-page-content {
                margin-left: 0px;
            }
            .united-landing-top h3 {
                font-size: 20px;
            }
        }
        /************** Builders and Dealer Page Styles *********************/
        .dealer-top {
            background-image: url('/wp-content/themes/nexia/img/Dealer-Header.jpg');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            margin-top: -20px;
            height: 450px;
        }

        .builder-top {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            margin-top: -20px;
            height: 450px;
        }
        .builder-top h1, .dealer-top h1 {
            font-family: 'Lato', sans-serif;
            padding-top: 125px;
            color: #FFFFFF;
            margin-left: 10%;
            font-size: 66px;
            font-weight: 300;
        }
        .builder-top h3, .dealer-top h3 {
            font-family: 'Lato', sans-serif;
            color: #FFFFFF;
            margin-left: 10%;
            font-weight: 300;
            font-size: 34px;
            max-width: 550px;
        }
        .page-id-3186 .home-template p {
        color: #646569;
        }
        .builder-form-frame form {
            font-family: 'Lato', sans-serif;
            font-weight: 300;
        }
        .builder-form-frame iframe, .builder-form-frame form {
            min-height: 720px;
            overflow-y: hidden;
            border: 0px;
            min-width: 315px;
            margin-top: 150px;
            margin-left: 15%;
        }
        .builder-form-frame iframe body {
            background-color: rgba(0,0,0,0);
        }
        .builder-contain {
            background-image: url('/wp-content/themes/nexia/img/p52.png');
            background-repeat: repeat;
            margin-left: 0px!important;
            margin-right: 0px!important;
            max-width: 100%!important;
            padding: 5%;
            margin-top: 0px!important;
            margin-bottom: 0px!important;
        }
        .builder-contain h1 {
            font-size: 50px;
            font-weight: 200;
            color: #00a8e1;
            font-family: 'Lato', sans-serif;
        }
        .build-block img {
            float: left;
            width: 100px;
        }
        .build-block-content {
            margin-left: 15%;
            padding-top: 5px;
            margin-top: 50px;
        }
        /*.page-id-3963 .build-block-content {
            margin-left: 5%;
        }*/
        .build-block-content h3 {
            font-size: 40px;
            color: #00a8e1;
            font-weight: 200;
            font-family: 'Lato', sans-serif;
        }
        .build-block-content p, .build-block-content a {
            font-family: 'Lato', sans-serif;
            font-weight: 200;
            font-size: 20px;
        }
        .build-block-content a {
        text-decoration: underline;
        }
        @media only screen and (max-width: 1285px) {
            .build-block-content {
                margin-left: 25%;
            }
        }
        @media only screen and (max-width: 1000px) {
            .build-block-content {
                margin-left: 30%;
            }
        }
        @media only screen and (max-width: 991px) {
            .build-block-content {
                margin-left: 20%;
            }
        }
        @media only screen and (max-width: 965px) {
            .builder-top {
                background-position: -340px center;
            }
            .builder-top h3 {
                max-width: 35%;
                font-size: 24px;
            }
        }
        @media only screen and (max-width: 815px) {
            .builder-top {
                background-position: -375px center;
            }
        }
        @media only screen and (max-width: 760px) {
            .builder-top {
                background-position: -435px center;
            }
        }
        @media only screen and (max-width: 705px) {
            .builder-top {
                background-image: url('/wp-content/themes/nexia/img/Builder-Responsive.png');
                height: 750px;
                background-position: top center;
            }
            .builder-top h1 {
                padding-top: 425px;
            }
            .builder-top h3 {
                max-width: 65%;
            }
        }
        @media only screen and (max-width: 550px) {
            .builder-contain h1 {
                font-size: 38px;
            }
            .build-block img {
                width: 75px;
            }
            .build-block-content {
                padding-top: 1px;
            }
            .build-block-content h3 {
                font-size: 32px;
            }
            .build-block-content p {
                font-size: 14px!important;
            }
        }
        @media only screen and (max-width: 550px) {
            .builder-top {
                height: 550px;
            }
            .builder-top h1 {
                padding-top: 270px;
            }
            .builder-top h3 {
                max-width: 80%;
            }
            .build-block-content {
                margin-left: 25%;
            }
            .builder-contain h1 {
                margin-left: 6%;
            }
        }
        @media only screen and (max-width: 380px) {
            .builder-top h1 {
                font-size: 45px;
                padding-top: 310px;
            }
            .builder-contain h1 {
                font-size: 30px;
            }
            .build-block-content h3 {
                font-size: 24px;
            }
            .builder-top h3 {
                font-size: 20px;
            }
        }


        /************** Learn More Page Styles *********************/
        .learn-more-template {
            background-image: url('/wp-content/themes/nexia/img/p52.png');
            background-repeat: repeat;
            margin-left: 0px!important;
            margin-right: 0px!important;
            max-width: 100%!important;
            padding: 5%;
            margin-top: 0px!important;
            margin-bottom: 0px!important;
        }
        .featured-post-wrap h1 {
            font-size: 66px;
            font-family: 'Lato', sans-serif;
            color: #77bc1f;
            font-weight: 300;
        }
        .secondary-post-title, .featured-post-title {
            font-size: 46px;
            font-family: 'Lato', sans-serif;
            color: #00a8e1;
            font-weight: 300;
        }
        .featured-post-wrap button, .secondary-post-wrap button {
            background-color: #00a8e1;
            text-transform: uppercase;
            font-family: 'Lato', sans-serif;
            padding: 10px;
            border: 1px solid #00a8e1;
        }
        .featured-post-wrap button:hover, .secondary-post-wrap button:hover {
            color: #00a8e1;
            background-color: #FFFFFF;
            border: 1px solid #00a8e1;
        }
        .featured-post-wrap p, .secondary-post-wrap p {
            color: #646569;
            font-weight: 300;
            font-size: 20px;
        }
        .page-template-learn-more-template .featured-post-image img {
            background-image: url('/wp-content/themes/nexia/img/p52.png');
            background-repeat: repeat;
        }
        .featured-post-image, .secondary-post-image {
            width: 100%;
            text-align: center;
            clear: both;
        }
        .featured-post-image img, .secondary-post-image img {
            width: 100%;
            max-width: 1250px;
            margin-top: 25px;
            margin-bottom: 10px;
        }
        .featured-post-wrap, .secondary-post-wrap {
            margin: 50px auto;
            max-width: 1250px;
        }
        @media only screen and (max-width: 425px) {
            .featured-post-wrap, .secondary-post-wrap {
                margin: 18px auto;
            }
        }
        a:hover .apss-icon-block:after {
            left: 0px!important;
            top: 0px!important;
        }
        .pt-cv-content-item.pt-cv-1-col.shuffle-item.filtered {
            /* max-width: 293px; */
        }
        #pt-cv-view-3cfd55f2b3 {
            max-width: 1250px;
            margin: 0 auto;
        }
        .pt-cv-content-item {
            margin-left: 10px;
            margin-right: 10px;
            padding: 0px!important;
            font-family: 'Lato', sans-serif;
            background-color: #FFFFFF;
        }
        .pt-cv-content-item:hover {
            color: #FFFFFF!important;
            cursor: pointer;
            background-color: #00a8e1;
        }
        .pt-cv-title, .pt-cv-content {
            padding: 0 5px;
        }
        .pt-cv-content-item:hover .pt-cv-title, .pt-cv-content-item:hover .pt-cv-content {
            background-color: #00a8e1;
        }
        .pt-cv-content-item:hover .pt-cv-title a {
            color: #FFFFFF!important;
        }
        .pt-cv-content {
            font-family: 'Lato', sans-serif;
            font-weight: 300!important;
            cursor: default;
        }
        .pt-cv-wrapper img {
            width: 100%;
            background-color: #FFFFFF;
        }

        @media screen and (max-width: 767px) {
            .filter-title {
                padding-top: 20px;
            }
        }
        .filter-title {
            margin-left: 50px;
            color: #646569;
            font-family: 'Lato', sans-serif;
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
            margin: 0px auto;
            max-width: 1250px;
            text-align: left;
        }
        button.btn.pt-cv-filter-option, .pt-cv-view .pt-cv-content-item > * {
            color: #646569;
        }
        .pt-cv-content-item:hover .pt-cv-content {
            color: #FFFFFF;
        }
        button.btn.pt-cv-filter-option.active {
            cursor: default;
        }
        button.btn.pt-cv-filter-option:nth-child(1) {
            width: 150px;
            height: 125px;
            background-color: rgba(0,0,0,0);
            font-size: 22px;
            border: none;
            box-shadow: 0 0 0px rgba(0,0,0,.3)!important;
            color: #646569;
            font-family: 'Lato', sans-serif;
            cursor: pointer;
            text-transform: uppercase;
            font-weight: 500!important;
            text-align: left;
        }
        button.btn.pt-cv-filter-option:nth-child(1):hover {
        color: #00a8e1;
        }
        button.btn.pt-cv-filter-option:nth-child(2) {
            width: 140px;
            background-position: 30px 21px;
            padding-top: 95px;
            margin-left: 0px;
            text-align: center;
            margin-right: 50px;
            content: url(/wp-content/themes/nexia/img/Getting-Started.png);
            border: 0px;
            background-image: url(/wp-content/themes/nexia/img/Getting-Started.png);
            background-size: 80px;
            background-color: rgba(0,0,0,0);
            background-repeat: no-repeat;
            box-shadow: 0 0 0px rgba(0,0,0,.3)!important;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            font-size: 14px;
            text-transform: uppercase;
        }
        button.btn.pt-cv-filter-option:nth-child(2):hover, button.btn.pt-cv-filter-option:nth-child(2).active {
            content: url(/wp-content/themes/nexia/img/Getting-Started-Hover.png);
            background-image: url(/wp-content/themes/nexia/img/Getting-Started-Hover.png);
        }
        button.btn.pt-cv-filter-option:nth-child(3) {
            width: 125px;
            padding-top: 95px;
            margin-right: 50px;
            background-position: center 15px;
            content: url(/wp-content/themes/nexia/img/What-New.png);
            border: 0px;
            background-image: url(/wp-content/themes/nexia/img/What-New.png);
            background-size: 85px;
            background-color: rgba(0,0,0,0);
            background-repeat: no-repeat;
            box-shadow: 0 0 0px rgba(0,0,0,.3)!important;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            font-size: 14px;
            text-transform: uppercase;
        }
        button.btn.pt-cv-filter-option:nth-child(3):hover, button.btn.pt-cv-filter-option:nth-child(3).active {
            content: url(/wp-content/themes/nexia/img/What-New-Hover.png);
            background-image: url(/wp-content/themes/nexia/img/What-New-Hover.png);
        }
        button.btn.pt-cv-filter-option:nth-child(4) {
            width: 125px;
            padding-top: 95px;
            margin-right: 50px;
            background-position: center 15px;
            content: url(/wp-content/themes/nexia/img/In-the-News.png);
            border: 0px;
            background-image: url(/wp-content/themes/nexia/img/In-the-News.png);
            background-size: 85px;
            background-color: rgba(0,0,0,0);
            background-repeat: no-repeat;
            box-shadow: 0 0 0px rgba(0,0,0,.3)!important;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            font-size: 14px;
            text-transform: uppercase;
        }
        button.btn.pt-cv-filter-option:nth-child(4):hover, button.btn.pt-cv-filter-option:nth-child(4).active {
            content: url(/wp-content/themes/nexia/img/In-the-News-Hover.png);
            background-image: url(/wp-content/themes/nexia/img/In-the-News-Hover.png);
        }
        button.btn.pt-cv-filter-option:nth-child(5) {
            width: 125px;
            padding-top: 95px;
            margin-right: 50px;
            background-position: center 8px;
            content: url(/wp-content/themes/nexia/img/Tips-Tricks.png);
            border: 0px;
            background-image: url(/wp-content/themes/nexia/img/Tips-Tricks.png);
            background-size: 85px;
            background-color: rgba(0,0,0,0);
            background-repeat: no-repeat;
            box-shadow: 0 0 0px rgba(0,0,0,.3)!important;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            font-size: 14px;
            text-transform: uppercase;
        }
        button.btn.pt-cv-filter-option:nth-child(5):hover, button.btn.pt-cv-filter-option:nth-child(5).active {
            content: url(/wp-content/themes/nexia/img/Tips-Tricks-Hover.png);
            background-image: url(/wp-content/themes/nexia/img/Tips-Tricks-Hover.png);
        }
        button.btn.pt-cv-filter-option:nth-child(6) {
            width: 125px;
            padding-top: 95px;
            margin-right: 50px;
            background-position: center 8px;
            content: url(/wp-content/themes/nexia/img/Technology.png);
            border: 0px;
            background-image: url(/wp-content/themes/nexia/img/Technology.png);
            background-size: 85px;
            background-color: rgba(0,0,0,0);
            background-repeat: no-repeat;
            box-shadow: 0 0 0px rgba(0,0,0,.3)!important;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            font-size: 14px;
            text-transform: uppercase;
        }
        button.btn.pt-cv-filter-option:nth-child(6):hover, button.btn.pt-cv-filter-option:nth-child(6).active {
            content: url(/wp-content/themes/nexia/img/Technology-Hover.png);
            background-image: url(/wp-content/themes/nexia/img/Technology-Hover.png);
        }
        button.btn.pt-cv-filter-option:nth-child(7) {
            width: 125px;
            padding-top: 95px;
            margin-right: 50px;
            background-position: center 8px;
            content: url(/wp-content/themes/nexia/img/Real-Stories.png);
            border: 0px;
            background-image: url(/wp-content/themes/nexia/img/Real-Stories.png);
            background-size: 85px;
            background-color: rgba(0,0,0,0);
            background-repeat: no-repeat;
            box-shadow: 0 0 0px rgba(0,0,0,.3)!important;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            font-size: 14px;
            text-transform: uppercase;
        }
        button.btn.pt-cv-filter-option:nth-child(7):hover, button.btn.pt-cv-filter-option:nth-child(7).active {
        content: url(/wp-content/themes/nexia/img/Real-Stories-Hover.png);
            background-image: url(/wp-content/themes/nexia/img/Real-Stories-Hover.png);
        }

        button.btn.pt-cv-filter-option:nth-child(8) {
            width: 125px;
            padding-top: 95px;
            margin-right: 50px;
            background-position: center 8px;
            content: url(/wp-content/themes/nexia/img/Blog.png);
            border: 0px;
            background-image: url(/wp-content/themes/nexia/img/Blog.png);
            background-size: 85px;
            background-color: rgba(0,0,0,0);
            background-repeat: no-repeat;
            box-shadow: 0 0 0px rgba(0,0,0,.3)!important;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            font-size: 14px;
            text-transform: uppercase;
        }
        button.btn.pt-cv-filter-option:nth-child(8):hover, button.btn.pt-cv-filter-option:nth-child(8).active {
        content: url(/wp-content/themes/nexia/img/Blog-Hover.png);
            background-image: url(/wp-content/themes/nexia/img/Blog-Hover.png);
        }

        .main-post-content {
            width:80%;
            float:left;
        }


        .main-post-content {
            width:75%;
            float:left;
        }
        .related-posts {
            padding: 0px 10px 0px 10px;
            width:220px;
            float:right;
            background-color:#f0f0f0;
        }

        .related-posts-text p {
            font-size:15px !important;
        }

        .related-posts-header {
            font-size: 2rem;
            font-weight: bold;
            color: #646569;
        }

        .related-posts-article {
            margin-bottom:40px;
            display: inline-block;
        }

        @media only screen and (max-width: 1365px) {
        button.btn.pt-cv-filter-option:nth-child(3), button.btn.pt-cv-filter-option:nth-child(4), button.btn.pt-cv-filter-option:nth-child(5), button.btn.pt-cv-filter-option:nth-child(6), button.btn.pt-cv-filter-option:nth-child(7), button.btn.pt-cv-filter-option:nth-child(8) {
            width: 100px;
            font-size: 12px;
            }
            button.btn.pt-cv-filter-option:nth-child(2) {
                font-size: 12px;
            }
        }

        @media only screen and (max-width: 1365px) {
            .main-post-content {
                width:70%;
            }
            .related-posts {
                width:25%;
            }
        }

        .pt-cv-filter-bar.pt-cv-center {
            max-width: 1250px;
            margin: 0 auto;
            text-align: left!important;
        }
        @media only screen and (max-width: 768px) {
            button.btn.pt-cv-filter-option:nth-child(1) {
                width: 100px;
                height: 75px;
                font-size: 18px;
                margin-right: 20px;
            }
            button.btn.pt-cv-filter-option:nth-child(2) {
                width: 115px;
                background-size: 50px;
                font-size: 10px;
                padding-top: 65px;
                margin-right: 20px;
                background-position: 40px 15px;
            }
            button.btn.pt-cv-filter-option:nth-child(3), button.btn.pt-cv-filter-option:nth-child(4), button.btn.pt-cv-filter-option:nth-child(5), button.btn.pt-cv-filter-option:nth-child(6), button.btn.pt-cv-filter-option:nth-child(7), button.btn.pt-cv-filter-option:nth-child(8) {
                width: 100px;
                background-size: 60px;
                font-size: 10px;
                padding-top: 65px;
                margin-right: 20px;
            }
        }
        @media only screen and (max-width: 520px) {
            button.btn.pt-cv-filter-option:nth-child(1) {
                width: 45px;
                height: 75px;
                font-size: 14px;
                margin-right: 5px;
            }
            button.btn.pt-cv-filter-option:nth-child(2) {
                width: 80px;
                background-size: 40px;
                font-size: 8px;
                padding-top: 56px;
                margin-right: 5px;
                background-position: 20px 15px;
            }
            button.btn.pt-cv-filter-option:nth-child(3),  button.btn.pt-cv-filter-option:nth-child(4),  button.btn.pt-cv-filter-option:nth-child(5),  button.btn.pt-cv-filter-option:nth-child(6),  button.btn.pt-cv-filter-option:nth-child(7), button.btn.pt-cv-filter-option:nth-child(8) {
                width: 75px;
                background-size: 45px;
                font-size: 8px;
                padding-top: 56px;
                margin-right: 5px;
            }
            .pt-cv-wrapper .btn {
                padding: 6px 0px;
            }
            .main-post-content {
                width:100%;
                float: none;
            }
            .related-posts {
                width:100%;
            }
        }
        @media only screen and (max-width: 375px) {
            button.btn.pt-cv-filter-option:nth-child(1) {
                width: 70px;
                font-size: 12px;
            }
        }
        @media only screen and (max-width: 325px) {
            button.btn.pt-cv-filter-option:nth-child(4) {
                clear: both;
            }
        }
        @media only screen and (max-width: 1403px) {
            #pt-cv-view-3cfd55f2b3 {
                max-width: 945px;
            }
        }
        @media only screen and (max-width: 1054px) {
            #pt-cv-view-3cfd55f2b3 {
                max-width: 1030px;
            }
            .pt-cv-wrapper .col-sm-4 {
                /* width: 30%!important; */
            }
        }
        @media only screen and (max-width: 707px) {
            #pt-cv-view-3cfd55f2b3 {
                max-width: 315px;
            }
        }
        .pt-cv-pagination-wrapper {
            text-align: center!important;
        }
        .pt-cv-pagination-wrapper button {
            text-transform: uppercase!important;
            font-family: 'Lato', sans-serif!important;
            background-color: #77bc1f!important;
            font-size: 16px!important;
            border-radius: 0px!important;
            padding: 5px 20px!important;
        }
        .pt-cv-pagination-wrapper button:hover, .pt-cv-pagination-wrapper .pt-cv-more:hover {
            background-color: #FFFFFF!important;
            color: #77bc1f!important;
        }
        .pt-cv-pagination-wrapper button .caret {
            display: none!important;
        }
        .pt-cv-wrapper {
            margin: 0px auto;
            max-width: 1250px;
        }

        @media only screen and (max-width: 825px) {
            .featured-post-wrap h1 {
                font-size: 40px;
            }
            .secondary-post-title, .featured-post-title {
                font-size: 36px;
            }
        }
        @media only screen and (max-width: 780px) {
            .featured-post-wrap h1 {
                font-size: 35px;
            }
            .secondary-post-title, .featured-post-title {
                font-size: 31px;
            }
        }
        @media only screen and (max-width: 520px) {
            .featured-post-wrap h1 {
                font-size: 26px;
            }
            .secondary-post-title, .featured-post-title {
                font-size: 22px;
            }
        }

        /************* Featured Post Page **********/
        .page-template-featured-post-template #main {
            max-width: 1250px;
            margin: 0 auto;
        }
        .featured-post-template {
            background-image: url('/wp-content/themes/nexia/img/p52.png');
            background-repeat: repeat;
            margin-left: 0px!important;
            margin-right: 0px!important;
            max-width: 100%!important;
            padding: 5%;
            margin-top: 0px!important;
            margin-bottom: 0px!important;
        }
        .featured-post-top-section {
            width: 100%;
            margin: 20px auto 0;
            max-width: 1250px;
            text-align: center;
        }
        .featured-post-top-section h1 {
            float: left;
            color: #00a8e1;
            font-size: 50px;
            font-weight: 300;
            font-family: 'Lato', sans-serif;
            margin-top: 5px;
        }
        .post-top-bit {
            float: right;
            min-width: 260px;
            text-align: right;
            font-family: 'Lato', sans-serif;
            color: #646569;
        }
        .post-top-bit h4 {
            text-transform: uppercase;
        }
        .feat-sub-heading {
            margin-top: 20px;
            text-align: left;
            font-size: 42px;
            color: #77bc1f;
            font-weight: 300;
            font-family: 'Lato', sans-serif;
        }
        .featured-post-step {
            max-width: 1250px;
            margin: 0 auto;
        }
        .featured-post-step h2 {
            font-size: 64px;
            color: #77bc1f;
            font-weight: 300;
            font-family: 'Lato', sans-serif;
        }
        .featured-post-step img {
            float: left;
            width: 100px;
            margin: 0 20px 20px 0;
        }
        #feat-step-content {
            color: #646569;
            font-size: 20px;
            clear: both;
            margin-bottom: 75px;
        }
        #feat-step-content button {
            text-transform: uppercase;
            font-weight: 300;
            font-family: 'Lato', sans-serif;
            color: #FFFFFF;
            background-color: #77bc1f;
            font-size: 16px;
            padding: 5px 10px;
            border: 1px solid #77bc1f;
            margin-top: 20px;
        }
        #feat-step-content button:hover {
            background-color: #FFFFFF;
            color: #77bc1f;
        }
        #feat-step-content img {
            margin-top: 15px;
        }
        @media only screen and (max-width: builder-toppx) {
            .featured-post-top-section {
                margin-top: 0px;
            }
        }
        @media only screen and (max-width: 767px) {
            .post-top-bit {
                min-width: 100%;
                text-align: left;
            }
        }
        @media only screen and (max-width: 1024px) {
            .featured-post-top-section h1 {
                max-width: 60%;
            }
        }
        @media only screen and (max-width: 825px) {
            .featured-post-top-section h1 {
                font-size: 40px;
                max-width: 55%;
            }
            .feat-sub-heading {
                font-size: 36px;
            }
            .featured-post-step h2 {
                font-size: 50px;
            }
        }
        @media only screen and (max-width: 780px) {
            .featured-post-top-section h1 {
                font-size: 35px;
            }
            .feat-sub-heading {
                font-size: 31px;
            }
            .featured-post-step h2 {
                font-size: 40px;
            }
            .featured-post-top-section h1 {
                max-width: 300px;
            }
            .featured-post-step img {
                width: 65px;
            }
        }

        @media only screen and (max-width: 520px) {
            .featured-post-top-section h1 {
                font-size: 26px;
                margin: 0 auto;
                width: 280px;
                float: none;
            }
            .feat-sub-heading {
                font-size: 22px;
            }
            .featured-post-step h2 {
                font-size: 30px;
                padding-top: 12px;
            }
            .post-share-buttons {
                width: 265px;
                margin: 0 auto;
            }
        }




        /*********** Single Posts Page **************/
        .single-post-page {
            background-image: url('/wp-content/themes/nexia/img/p52.png');
            background-repeat: repeat;
            margin-left: 0px!important;
            margin-right: 0px!important;
            max-width: 100%!important;
            padding: 5%;
            margin-top: 0px!important;
            margin-bottom: 0px!important;
        }
        .single-post h4, .type-post h2, .single-post h5 {
        color: #646569;
        }
        .apss-theme-4 .apss-single-icon a:hover .apss-icon-block:after {
            background-color: #ACABA7!important;
        }
        .type-post h3 {
            color: #00a8e1;
            font-size: 35px!important;
            font-weight: 300;
            font-family: 'Lato', sans-serif;
        }
        .top-single-post-sect h1 {
            color: #00a8e1;
            font-size: 35px!important;
            font-weight: 300;
            font-family: 'Lato', sans-serif;
            float: left;
            max-width: 65%;
        }
        .top-single-post-sect {
            width: 100%;
            float: left;
            margin: 40px auto 0;
        }
        .top-single-post-sect .post-top-bit {
            max-width: 35%;
            color: #646569;
        }
        .main-post-content h2 {
            text-transform: capitalize!important;
            font-size: 3em;
        }
        .main-post-content h3 {
            color: #646569;
            font-size: 24px!important;
        }
        .main-post-content p {
            font-weight: 300;
            font-family: 'Lato', sans-serif;
            font-size: 20px;
            color: #646569;
            margin: 25px auto;
        }
        .back-to-filter {
            max-width: 1250px;
            margin: 0 auto;
        }
        .entry-content {
            max-width: 1250px;
            margin: 0 auto;
        }
        .entry-content p {
            font-size: 20px;
        }
        .entry-content p, .entry-content h2, .entry-content h3, .entry-content h4 {
        color: #646569;
        }
        .entry-content a {
            text-decoration: none;
        }
        .entry-content b {
        font-family: 'Lato', sans-serif;
            color: #646569;
        }
        .tablepress thead th {
            color: #646569!important;
        }
        .post-bottom-extras h4 {
            color: #00a8e1;
        }
        .post-bottom-extras a {
            color: #646569;
        }
        .post-filters {
            display: inline-block;
        }
        .post-filters img {
            max-width: 150px;
        }
        .main-post-content li {
            font-family: 'Lato', sans-serif;
            font-weight: 300;
            color: #646569;
        }
        .back-to-filter button {
            text-transform: uppercase!important;
            font-family: 'Lato', sans-serif!important;
            background-color: #77bc1f!important;
            font-size: 16px!important;
            border-radius: 0px!important;
            padding: 5px 20px!important;
        }
        .back-to-filter button:hover {
            background-color: #FFFFFF!important;
            color: #77bc1f!important;
        }


        .apss-facebook .apss-icon-block, .apss-twitter .apss-icon-block, .apss-google-plus .apss-icon-block, .apss-pinterest .apss-icon-block, .apss-email .apss-icon-block {
            background-color: #00a8e1!important;
        }
        .apss-theme-4 .apss-facebook a:hover .fa, .apss-theme-4 .apss-twitter a:hover .fa, .apss-theme-4 .apss-single-icon a:hover .fa, .apss-theme-4 .apss-pinterest a:hover .fa, .apss-theme-4 .apss-email a:hover .fa {
            color: #FFFFFF!important;
        }
        .main-post-content h1 {
            color: #00a8e1;
        }
        @media only screen and (max-width: 1310px) {
            .top-single-post-sect h1 {
                max-width: 100%;
            }
        }
        @media only screen and (max-width: 1024px) {
            .top-single-post-sect h1 {
                max-width: 50%;
                font-size: 28px!important;
            }
            .carousel-indicators {
                left: 50%!important;
            }
        }
        @media only screen and (max-width: 825px) {
            .top-single-post-sect h1 {
                max-width: 45%;
            }
        }
        @media only screen and (max-width: 769px) {
            .top-single-post-sect h1 {
                max-width: 500px;
                margin: 0 auto;
                float: none;
                text-align: left;
            }
            .post-share-buttons {
                width: 290px;
                margin: 0 auto;
            }
            .type-post h3 {
            font-size: 26px!important;
            }
        }
        @media only screen and (max-width: 750px) {
            .post-share-buttons {
                margin: 0;
            }
        }
        @media only screen and (max-width: 520px) {
            .top-single-post-sect h1 {
                font-size: 20px!important;
            }
            .type-post h3 {
            font-size: 16px!important;
            }
            .main-post-content p {
                font-size: 14px;
            }
            .top-single-post-sect {
                margin: 18px auto 0;
            }
        }
        /************ Specific Post edits *******************/
        span.gform_description, .gfield_label, .gfield_checkbox li label, .gfield_radio li label {
            font-family: 'Lato';
            color: #646569;
        }


        /***************************** Diagnostic Page ********************************/
        .diag-content {
            padding: 5%!important;
        }
        .diag-top-section {
            width: 100%;
            margin: 20px auto 0;
            max-width: 1250px;
            text-align: center;
        /*    float: left;*/
        }
        .diag-top-section h1 {
            float: left;
            color: #77BC1F;
            font-size: 66px;
            font-weight: 300;
            font-family: 'Lato', sans-serif;
            margin-top: 5px;
            margin-bottom: 50px;
        }
        .featured-post-image video {
            width: 100%;
            max-width: 1250px;
            margin: 0 auto;
        }
        .num-row {
            margin: 50px auto;
            max-width: 1250px;
        }
        .diag-step {
            float: left;
            width: 33.3%;
            text-align: center;
        }
        @media only screen and (min-width: 700px) {
            .diag-step:nth-child(3) h2 {
                margin-top: 10%;
            }
        }
        .diag-step p {
            padding: 5% 20%;
        }
        .page-id-3221 .diag-step:nth-child(3) p {
        margin-top: -10%;
        }
        .diag-sub-heading {
            margin-top: 20px;
            text-align: left;
            font-size: 30px;
            color: #646569;
            font-weight: 300;
            font-family: 'Lato', sans-serif;
        }
        .sub-heading-sect {
            max-width: 1250px;
            margin: 0 auto;
        }
        .sub-heading-sect button, .diag-bottom button  {
            background: #77BC1F;
            text-transform: uppercase;
            padding: 10px 15px;
            color: #FFFFFF;
            font-family: 'Lato', sans-serif;
        }
        .diagnostic-content {
            font-weight: 300;
            font-family: 'Lato', sans-serif;
            max-width: 1250px;
            font-size: 20px;
            color: #646569;
            margin: 0 auto;
        }
        .diagnostic-content h3 {
            color: #77BC1F;
            font-size: 40px;
            font-weight: 300;
            font-family: 'Lato', sans-serif;
            margin-top: 60px;
        }
        .diagnostic-content h4 {
            color: #77BC1F;
            font-size: 30px;
            font-weight: 300;
            font-family: 'Lato', sans-serif;
        }
        .diagnostic-content a {
            text-decoration: none;;
            color: #646569;
            font-weight: 800;
        }
        .diagnostic-content p {
            font-size: 20px;
        }
        .diag-step h2 {
        font-weight: 300;
            font-family: 'Lato', sans-serif;
            font-size: 50px;
            color: #00A8E1;
            min-height: 145px;
            max-width: 240px;
            margin: 0 auto;
        }
        .diag-step p {
            font-size: 20px;
            color: #646569;
            font-weight: 300;
            font-family: 'Lato', sans-serif;
        }
        .diag-step img {
            width: 100%;
            max-width: 100px;
        }
        .diag-bottom {
            clear: both;
            max-width: 1250px;
            margin: 0 auto 30px;
        }
        .diag-bottom h2 {
            color: #77BC1F;
            font-weight: 300;
            font-size: 40px;
            font-family: 'Lato', sans-serif;
        }
        @media only screen and (max-width: 1024px) {
            .diag-step h2 {
                font-size: 42px;
            }
            .diag-bottom h2, .diagnostic-content h3 {
                font-size: 32px;
            }
            .diagnostic-content h4 {
                font-size: 22px;
            }
        }
        @media only screen and (max-width: 625px) {
            .diag-step {
                float: none;
                width: auto;
                text-align: center;
                margin: 20px auto;
            }
        }
        @media only screen and (max-width: 425px) {
            .diag-sub-heading, .diagnostic-content h4  {
                font-size: 18px;
            }
            .diagnostic-content h3, .diag-bottom h2 {
                font-size: 20px;
            }
            .diagnostic-content p {
                font-size: 14px;
            }
            .diag-step h2 {
                min-height: 45px;
                font-size: 20px;
                float: left;
                text-align: center;
                margin-left: 8%;
                margin-top: 7px;
            }
            .diag-step p {
                font-size: 14px;
                text-align: left;
                clear: both;
                padding: 0;
            }
            .diag-step img {
                width: 40px;
                float: left;
            }
            .diag-top-section {
                margin: 0px auto 0;
            }
            .diag-top-section h1 {
                font-size: 26px;
            }
            .num-row {
                margin: 20px auto;
                max-width: 1250px;
            }
        }
        /*********--------------- Media Room ---------------**************/

        .post-type-archive-media-room .page-headerl, .post-type-archive-media-room .page-header, .single-media-room .page-header, .tax-media_room_category .page-header, .page-template-page-advanced-access-php .page-header {
        background-image: url('/wp-content/themes/nexia/img/p52.png');
            background-repeat: repeat;
            margin-left: 0px!important;
            margin-right: 0px!important;
            max-width: 100%!important;
            padding: 5%;
            margin-top: 0px!important;
            margin-bottom: 0px!important;
            background-color: rgba(255,255,255,0)!important;
        }
        .page-no-sidebar .site-main {
            width: 95%!important;
            margin-left: 0!important;
        }
        @media screen and (min-width: 768px) {
            .page-no-sidebar .site-main {
                width: 95%!important;
                margin-left: 0!important;
            }
        }
        #primary {
        background-image: url('/wp-content/themes/nexia/img/p52.png');
            background-repeat: repeat;
            margin: 0 auto;
        }
        .post-type-archive-media-room .headline {
            text-align: left;
            color: #77BC1F;
            font-weight: 300;
            font-family: 'Lato', sans-serif;
            margin-top: 50px;
            font-size: 66px;
        }
        .post-type-archive-media-room .page-header .wrapper {
            max-width: 1150px!important;
            margin: 0 auto;
        }
        .page-header {
            border: 0px;
        }
        .blog-pagination {
            margin: 0 0 25px;
        }
        .blog-pagination-numbers {
            margin-left: -.5em!important;
        }
        .blog-pagination-numbers .page-numbers {
            color: #646569!important;
            font-family: 'Lato', sans-serif!important;
            font-size: 18px!important;
        }
        .page-numbers.next, .page-numbers.prev {
            color: #646569!important;
            font-size: 2rem!important;
            font-family: 'Lato', sans-serif!important;
        }
        .page-numbers.next:before {
            content: ">"!important;
        }
        .page-numbers.prev:before {
            content: "<"!important;
        }
        .page-numbers.next:hover, .page-numbers.prev:hover {
            text-decoration: none;
        }
        span.posted-on {
            color: #646569!important;
            font-size: 20px!important;
            font-family: 'Lato', sans-serif!important;
        }
        time.entry-date.published {
            color: #646569!important;
            font-size: 20px!important;
            text-transform: capitalize!important;
            font-family: 'Lato', sans-serif!important;
            font-weight: 400;
        }
        .full-excerpt {
            border: none!important;
        }
        .full-excerpt .entry-title {
            color: #00A8E1!important;
            font-size: 28px!important;
            font-family: 'Lato', sans-serif!important;
            font-weight: 300!important;
        }
        .page-with-sidebar {
            padding: 0;
        }
        .page-with-sidebar.small-sidebar .site-main {
            margin-left: 5%!important;
            margin-right: 2.58065%!important;
            width: 68.35484%!important;
            padding-right: 60px;
        }
        .media-sidebar h3 {
            font-weight: 300;
            font-family: 'Lato', sans-serif;
            color: #00A8E1;
            font-size: 28px!important;
        }
        .media-sidebar p, .media-sidebar-bottom {
            color: #646569;
            font-weight: 300;
            font-family: 'Lato', sans-serif;
            font-size: 20px!important;
        }
        .pr-contact #pr-name {
            color: #646569;
            font-weight: 300;
            margin: 15px 0 0;
            font-family: 'Lato', sans-serif;
            font-size: 20px!important;
        }
        .pr-contact a {
            color: #00A8E1;
            font-weight: 300;
            font-family: 'Lato', sans-serif;
            font-size: 20px!important;
            text-decoration: none;
        }
        .full-excerpt p {
            color: #646569!important;
            font-weight: 300!important;
            font-family: 'Lato', sans-serif!important;
            font-size: 20px;
        }
        .media-sidebar-bottom {
            margin-top: 20px;
        }
        @media only screen and (max-width: 768px) {
            .page-with-sidebar .widget-area:last-child {
                margin-left: 5%;
            }
            .page-with-sidebar.small-sidebar .site-main {
                width: 90%!important;
            }
            .post-type-archive-media-room .headline {
        /*        padding-left: .6em;*/
            }
        }
        @media only screen and (max-width: 425px) {
            time.entry-date.published {
                font-size: 12px!important;
            }
            .full-excerpt .entry-title {
                font-size: 20px!important;
            }
            .type-media-room {
                margin-bottom: 0px!important;
                margin-top: 15px!important;
            }
            .media-sidebar {
                margin-bottom: 50px;
            }
            .pr-contact {
                margin-bottom: 20px;
            }
            .media-sidebar h3 {
                font-size: 20px!important;
            }
            .media-sidebar p, .media-sidebar-bottom, .pr-contact #pr-name, .pr-contact a {
                font-size: 14px!important;
            }
            .post-type-archive-media-room .headline {
                margin-top: 0px;
                font-size: 24px;
                padding-left: 1em;
            }
            .page-with-sidebar.small-sidebar .site-main {
                width: 90%!important;
            }
        }
        .post-type-archive-media-room #primary, .page-id-64 #primary{
            padding: 0;
        }
        /******************* Support Page *************************/
        .page-header {
            background-image: url('/wp-content/themes/nexia/img/p52.png');
            background-repeat: repeat;
            background-color: rgba(255,255,255,0)!important;
            padding-top: 85px!important;
            padding-bottom: 4em!important;
        }
        .page-id-52 .headline {
            color: #77BC1F!important;
            font-size: 66px!important;
            text-align: left;
            font-weight: 300;
            margin-top: 50px;
        }
        .page-id-52 #main h1 {
            color: #00A8E1;
            font-size: 50px!important;
            font-weight: 300!important;
        }
        .toggle-title {
            color: #646569!important;
            font-weight: 300!important;
            font-family: 'Lato', sans-serif!important;
            background: rgba(0,0,0,0)!important;
        }
        .toggle-list {
        background: rgba(0,0,0,0)!important;
            padding-left: 40px;
        }
        .page-id-52 #main p {
            color: #646569;
            font-weight: 300!important;
            font-family: 'Lato', sans-serif!important;
            font-size: 20px;
        }
        .page-id-52 #main h4 {
        color: #00A8E1;
        font-weight: 300;
            font-family: 'Lato', sans-serif!important;
        }
        .page-id-52 #main li {
        color: #646569!important;
        font-weight: 300!important;
            font-family: 'Lato', sans-serif!important;
            margin-top: 15px;
        }
        .page-id-52 .wrapper {
            margin-left: 0!important;
            margin-right: 0!important;
            width: 100%!important;
        }
        .toggle-title span {
            margin-top: -16px;
            float: left;
            font-size: 2em!important;
            width: 50px!important;
            color: #00A8E1;
            transform: rotate(270deg);
        }
        span.icon-arrow-up2 {
            transform: rotate(180deg);
            margin-top: -8px;
        }
        #secondary {
            background-image: url('/wp-content/themes/nexia/img/p52.png');
            background-repeat: repeat;
            background-color: rgba(255,255,255,0)!important;
            font-weight: 300!important;
            font-family: 'Lato', sans-serif!important;
        }
        #secondary p {
            font-size: 20px;
        }
        .page-with-sidebar, .page-no-sidebar, .page-full-width {
            padding-left: 2m!important;
            padding-right: 2em!important;
        }
        @media only screen and (max-width: 425px) {
            .page-id-52 .headline {
                font-size: 24px!important;
                margin-top: 0px;
            }
            .page-with-sidebar, .page-no-sidebar, .page-full-width {
                padding-left: 3em!important;
                padding-right: 3em!important;
            }
            .page-id-52 #main h1 {
                font-size: 20px!important;
            }
            .page-header {
                padding-top: 2em!important;
                padding-bottom: 1em!important;
            }
            .toggle-list {
                padding-left: 10px;
            }
            .toggle-title {
                line-height: 1.5;
            }
        }
        .single-media-room .back-to-filter {
            display: none!important;
        }
        .type-media-room {
            margin-top: 75px;
        }
        .page-id-52 #primary, .page-id-52 .page-header {
            max-width: 1250px;
            margin: 0px auto;
            padding: 0;
        }
        @media only screen and (max-width: 1300px) {
        .page-id-52 #primary, .page-id-52 .page-header {
            padding: 0 75px;
            }
        }
        @media only screen and (max-width: 767px) {
        .page-id-52 #primary, .page-id-52 .page-header {
            padding: 0 25px;
            }
        }
        /******************* Other Pages ***************************/
        .page-template-default h1 {
            color: #00A8E1;
        }
        .page-id-177 .page-header, .page-id-2385 .page-header, .page-id-2866 .page-header, .page-id-2243 .page-header, .page-id-2769 .page-header, .page-template-default .page-header, .page-id-62 .page-header, .search .page-header {
            margin-top: 50px;
        }
        .page-id-177 .page-header p, .page-id-2385 .page-header p, .page-id-2866 .page-header p, .page-template-default .page-header p, .page-id-62 .page-header p, .search .page-header p {
            color: #646569;
            margin-top: 20px;
            text-align: left;
        }
        .page-id-177 .page-header {
            max-width: 1250px;
            margin: 50px auto 0;
        }
        .page-id-2492 .page-with-sidebar {
            margin-top: 0px;
        }
        .error404 .page-header h1 {
            margin: 50px 0 0;
            color: #00a8e1;
        }
        .single-post h2, .single-post h1, .single-post p, .single-post h3, .single-post h4 {
            font-family: 'Lato', sans-serif;
        }
        .main-post-content h2, .main-post-content h1, .main-post-content h3, .main-post-content h4 {
            color: #00a8e1;
        }
        body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit] {
            font-family: 'Lato', sans-serif;
        }
        .featured-post-image video::-webkit-media-controls {
            display: flex!important;
        }
        .page-id-177 .column-50 {
            min-height: 500px;
            padding: 0px 50px;
        }
        .page-id-177 .button-load {
            color: #FFFFFF;
            background-color: #35A4DE;
            border: 2px solid #35A4DE;
        }
        .page-id-177 .button-load:hover {
            text-decoration: none;
            color: #35A4DE;
            background-color: #FFFFFF;
            border: 2px solid #35A4DE;
        }
        .page-id-2385 a, .page-id-2866 a {
            font-family: 'Lato', sans-serif;
        }
        .page-id-2866 li, .page-id-2866 h4, .page-id-2866 p, .page-id-2866 h2, .page-id-2866 b, .page-template-default p, .page-template-default li, .page-id-62 p, .page-id-177 p {
            /*color: #646569;*/
            font-family: 'Lato', sans-serif;
            font-weight: 300;
        }
        .page-id-2416 #primary {
            margin-top: 50px;
        }
        .page-id-2208 .post-icon:before, .page-id-2189 .post-icon:before{
            width: 120px;
        }
        .page-id-2208 .post-icon, .page-id-2189 .post-icon {
            left: 35%;
        }
        .carousel-caption p {
            color: #FFFFFF;
        }
        .icon-filter-row ul li:nth-child(1) {
            text-align: left!important;
            font-weight: 500;
        }
        .headline, .entry-title {
            text-align: left;
        }
        .wrapper.single-prod-icon {
            padding-top: 30px;
        }
        .page-id-64 .headline{
            max-width: 1185px;
            margin: 0 auto;
        }
        .page-id-3277 .featured-post-step img {
            width: 0px;
            margin: 0px;
        }
        /******************* Global Overwrites ********************/
        body {
            background-image: url('/wp-content/themes/nexia/img/p52.png');
            background-repeat: repeat;
        }
        .icon-reorder {
            color: #FFFFFF!important;
        }
        .page .wrapper, .archive .wrapper, .single-post .wrapper {
            max-width: 95%;
            margin-left: 2.5%;
            margin-right: 2.5%;
        }
        .products-page-header .wrapper {
            margin-top: 50px!important;
        }
        .page-template-template-diagnostics #main {
            max-width: 1440px;
            margin: 0 auto;
            width: 100%;
        }
        .icon-youtube img {
            margin-top: -5px;
        }
        dl {
            color: #646569;
            font-family: 'Lato', sans-serif;
        }
        span.page-numbers.current {
            font-weight: 800;
        }
        #post-2492 h2 {
            color: #646569;
            font-family: 'Lato', sans-serif;
        }
        .full-excerpt a:hover{
            text-decoration: none!important;
        }
        .footer-contact-info p {
            color: #00a8e1;
        }
        .footer-contact-info span {
            text-transform: uppercase;
        }
        .wp-video-shortcode video::-webkit-media-controls {
            display: block!important;
        }
        .products-page-header .wrapper {
            margin-left: 4.5%;
        }
        @media only screen and (max-width: 350px) {
            .page-with-sidebar, .page-no-sidebar, .page-full-width {
                padding-left: 2em!important;
                padding-right: 2em!important;
            }
        }
        @media only screen and (max-width: 1200px) {
            .page-header p {
                font-size: 20px!important;
            }
        }
        @media only screen and (max-width: 768px) {
            .page-header p {
                font-size: 16px!important;
            }
            .why-top-sect p {
                width: 95%!important;
                margin-right: 5%!important;
            }
            .testimonials p {
                font-size: 1.5rem!important;
            }
            #appStores button {
                width: 120px!important;
            }
        }
        @media only screen and (max-width: 1000px) {
            .page-header p {
                font-size: 14px!important;
            }
        }
        @media only screen and (max-width: 385px) {
            .phone-cara .item img {
            top: 165px;
            }
            #myCarouselPhone .carousel-inner {
                margin-top: 215px;
            }
        }
        @media only screen and (max-width: 425px) and (min-width: 385px) {
            .slider-phone-img img {
                left: 10%!important;
            }
            #myCarouselPhone .carousel-inner {
                left: 20%!important;
            }
            .phone-slider-content {
                bottom: 670px!important;
            }
        }
        @media only screen and (max-width: 325px) {
            .builder-form-frame iframe {
                margin-left: -15px;
            }
        }


        /*2017 edits*/
        .generic-hero{
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            padding: 100px 0;
            margin-bottom: 40px;
            background-color: #00a8e1;
        }
        .generic-hero h1{
            color: #fff;
            text-align: center;
            font-size: 30px;
        }
        @media only screen and (min-width: 992px) {
            .generic-hero{
                padding: 200px 0;
            }
            .generic-hero h1{
                font-size: 50px;
            }
        }



        .blue-hero{
            background-color: #33aad9;
            padding: 100px 0;
            width: 100%;
        }
        .blue-hero .left, .blue-hero .right{
            width: 50%;
        }
        .blue-hero .right img{
            float: right;
            display: none;
        }
        .blue-hero h1{
            font-size: 30px;
            font-weight: 300;
            margin-bottom: 30px;
            width: 90%;
        }
        .blue-hero .left{
            position: relative;
            width: 100%;
            margin: 0 0 0 10%;
            color: #FFFFFF;
            font-family: 'Lato', sans-serif;
        }
        .lm-content h2{
            font-size: 25px;
            color: #33aad9;
            font-weight: 300;
            margin-top: 0;
            font-family: 'Lato', sans-serif;
        }
        .lm-content h4{
            font-size: 30px;
            color: #33aad9;
            font-weight: 300;
            font-family: 'Lato', sans-serif;
            margin-bottom: 20px;
        }
        .lm-content select{
            margin-bottom: 20px;
        }
        .lm-content p{
            font-size: 20px;
            color: #a1a1a1;
        }
        .lm-content .disclaimer, .lm-content .disclaimer p{
            font-size: 13px;
        }
        .lm-content{
            margin-top: 40px;
        }
        .bottom.disclaimer{
            margin-top: 40px;
        }
        .lm-content select{
            -webkit-appearance: none;
            -moz-appearance:    none;
            appearance:         none;
            width: 100%;
            background-color: #ebebeb;
            border: none;
            outline: none;
            padding: 10px;
            background-image: url(/wp-content/themes/nexia/img/dropdown-arrow.png);
            background-repeat: no-repeat;
            -webkit-background-size: 4%;
            -moz-background-size: 4%;
            -ms-background-size: 4%;
            -o-background-size: 4%;
            background-size: 4%;
            background-position: 97% center;
        }
        #requestQuote{
            padding: 10px 0;
            width: 100%;
            text-align: center;
            background-color: #33aad9;
            margin-bottom: 20px;
        }
        #requestQuote.disabled{
        pointer-events: none;
        cursor:not-allowed;
        background-color:#a1a1a1;
        }
        #requestQuote span{
            font-weight: 100;
            font-size: 25px;
            margin-top: -4px;
            font-size: 23px;
            margin-right: 10px;
        }

        .liberty-mutual{
            padding: 250px 0;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center center;
            position: relative;
            font-family: 'Lato', sans-serif;
            text-align: left;
            font-weight: 300;
            color: #FFFFFF;
        }
        .split{
            width: 50%;
            float: left;
        }
        .liberty-mutual .content{
            width: 70%;
            right: 5%;
            position: absolute;
            top: 50%;
            transform: translatey(-50%);
        }
        .liberty-mutual a{
            padding: 10px;
            background-color: rgba(255,255,255,.8);
            border-radius: 7px;
            margin-top: 35px;
            float: left;
            text-transform: uppercase;
        }
        .liberty-mutual h4{
            font-size: 24px;
            font-family: 'Lato', sans-serif;
            text-align: left;
            font-weight: 300;
            color: #FFFFFF;
        }
        @media only screen and (min-width: 992px) {
            .blue-hero .left{width: 40%;}
            .blue-hero .right img{display: block;}
            .blue-hero .left{top: 85px;}
            .blue-hero{
                padding: 0;
                overflow: auto;
            }
            .blue-hero .left, .blue-hero .right{float: left;}
            .bottom.disclaimer{
                margin-top: 100px;
            }
            .liberty-mutual .content{width: 40%;}
            .liberty-mutual h4{
                font-size: 46px;
            }
        }
        @media only screen and (min-width: 1300px) {
            .blue-hero h1{font-size: 50px;}
            .blue-hero .left{top: 135px;}
            .lm-content h2{
                font-size: 50px;
            }
        }

        .shopify-buy__btn{
            min-width: 185px;
        }




        /*=========================================================================
        =========================================================================
        =============================== HOME PAGE ===============================
        =========================================================================
        =========================================================================*/

        .hero-front h1{
            color: #fff;
            font-size: 45px;
        }

        .hero h1, .hero .video-button-box {
            top: -280px;
        }
        .on-the-go{
            padding: 160px 0;
            background-repeat: no-repeat;
            -webkit-background-size: 0;
            background-position: left center;
            position: relative;
            font-family: 'Lato', sans-serif;
            text-align: left;
            font-weight: 300;
            color: #000;
            background-color: #fff;
        }
        .on-the-go .content{
            width: 90%;
            right: 5%;
            position: absolute;
            top: 50%;
            transform: translatey(-50%);
        }
        .on-the-go .content h4{font-size: 26px;}
        @media only screen and (min-width: 992px){
            .on-the-go .content {
                width: 60%;
            }
            .on-the-go{
                -webkit-background-size: contain;
                -moz-background-size: contain;
                -ms-background-size: contain;
                -o-background-size: contain;
                background-size: contain;
            }
            .on-the-go .content h4{font-size: 46px;}
        }
        @media only screen and (min-width: 1300px) {
            .hero-front h1{
                color: #fff;
                font-size: 84px;
            }

            .hero h1, .hero .video-button-box {
                top: -400px;
            }
        }

        .buying-filter-buttons {
            margin: 10px auto 0px;
                max-width: 750px;
                padding: 10px;
            }
            
            @media screen and (max-width: 767px) {
                .buying-filter-buttons {
                    text-align: center;
                }
                
                button#nexia-direct-btn {
                    margin-bottom: 10px;
                }
            }
            
        @media screen and (max-width: 767px) {
            .wrapper {
                padding: 0 10px !important;
            }
        }
        
        /* set mobile menu to full width */
        @media screen and (max-width: 767px) {
            header .wrapper {
                padding: 0 !important;
            }
        }
        

        .buying-filter-buttons button {
            background-color: #646569!important;
            padding: 8px;
            margin: auto;
            color: #fff !important;
        }

        .buying-filter-buttons .btn:hover {
            background-color: #bdbdbd !important;
        }

        /* .buying-filter-buttons .no-hover .btn:hover {
            background-color: none !important;
        } */

        .buying-filter-buttons .active-btn:hover {
            background-color: #77bc20 !important;
        }

        .buying-filter-buttons .active-btn {
            background-color: #77bc20  !important;
            position: relative;
        }

        .buying-filter-buttons .btn.active-btn:after {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136, 183, 213, 0);
            border-top-color: #77bc20;
            border-width: 20px;
            margin-left: -20px;
        }

        .buying-filter-buttons .btn.active.focus,
        .buying-filter-buttons .btn.active:focus, 
        .buying-filter-buttons .btn.focus, .btn:active.focus, 
        .buying-filter-buttons .btn:active:focus, .btn:focus {
            outline: none !important;
            outline-offset: 0 !important;
        }


        .product-gallery article ul {
            padding-left: 20px;
        }


        /* new product icons */
        #product-icon-locks {
            background-image: url('/wp-content/themes/nexia/img/icons-gray-locks.png');
        }
        #product-icon-locks:hover {
            background-image: url('/wp-content/themes/nexia/img/icons-color-locks.png');
        }
        #product-icon-video {
            background-image: url('/wp-content/themes/nexia/img/icons-gray-video.png');
        }
        #product-icon-video:hover {
            background-image: url('/wp-content/themes/nexia/img/icons-color-video.png');
        }
        #product-icon-thermostats {
            background-image: url('/wp-content/themes/nexia/img/icons-gray-therm.png');
        }
        #product-icon-thermostats:hover {
            background-image: url('/wp-content/themes/nexia/img/icons-color-therm.png');
        }
        #product-icon-lighting {
            background-image: url('/wp-content/themes/nexia/img/icons-gray-lighting.png');
        }
        #product-icon-lighting:hover {
            background-image: url('/wp-content/themes/nexia/img/icons-color-lighting.png');
        }
        #product-icon-electrical {
            background-image: url('/wp-content/themes/nexia/img/icons-gray-electrical.png');
        }
        #product-icon-electrical:hover {
            background-image: url('/wp-content/themes/nexia/img/icons-color-electrical.png');
        }
        #product-icon-bridge {
            background-image: url('/wp-content/themes/nexia/img/icons-gray-bridge.png');
        }
        #product-icon-bridge:hover {
            background-image: url('/wp-content/themes/nexia/img/icons-color-bridge.png');
        }
        #product-icon-sensors {
            background-image: url('/wp-content/themes/nexia/img/icons-gray-sensor.png');
        }
        #product-icon-sensors:hover {
            background-image: url('/wp-content/themes/nexia/img/icons-color-sensor.png');
        }
        #product-icon-garage-door {
            background-image: url('/wp-content/themes/nexia/img/icons-gray-garage.png');
        }
        #product-icon-garage-door:hover {
            background-image: url('/wp-content/themes/nexia/img/icons-color-garage.png');
        }
        #product-icon-windows-blinds-shades {
            background-image: url('/wp-content/themes/nexia/img/icons-gray-blinds.png');
        }
        #product-icon-windows-blinds-shades:hover {
            background-image: url('/wp-content/themes/nexia/img/icons-color-blinds.png');
        }
        #product-icon-water {
            background-image: url('/wp-content/themes/nexia/img/icons-gray-water.png')
        }
        #product-icon-water:hover {
            background-image: url('/wp-content/themes/nexia/img/icons-color-water.png')
        }
        #product-icon-irrigation {
            background-image: url('/wp-content/themes/nexia/img/icons-gray-irrigation.png');
        }
        #product-icon-irrigation:hover {
            background-image: url('/wp-content/themes/nexia/img/icons-color-irrigation.png')
        }
        #product-icon-solar {
            background-image: url('/wp-content/themes/nexia/img/icons-gray-solar.png')
        }
        #product-icon-solar:hover {
            background-image: url('/wp-content/themes/nexia/img/icons-color-solar.png')
        }
        #product-icon-appliances {
            background-image: url('/wp-content/themes/nexia/img/icons-gray-appliances.png');
        }
        #product-icon-appliances:hover {
            background-image: url('/wp-content/themes/nexia/img/icons-color-appliances.png');
        }
.ml-0 {
    margin-left: 0 !important;
}

a#build-prod-link {
    background-color: #636569;
    text-transform: uppercase;
    padding: 10px 10px;
    border-radius: 4px;
    color: #ffffff;
    margin-top: 20px;
    display: block;
    width: 480px;
    text-align: center;
}


a#build-prod-link:hover {
    color: #fff;
    background-color: #77797d;
}

.hide {
    display: none;
    opacity: 0;
}

article.excerpt{
    display: block;

    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

span#product-icon-thermostats {
    display: block;
}

.icon-image-box {
    display: block;
}

.filter-here button {
    background-color: transparent;
    color: #333;
    width: 100%;
}

.filter-here ul {
    list-style-type: none;
}

.filter-here ul li {
    display: inline-block;
    border: solid 1px;
    max-width: 280px;
    width: 155px;
    text-align: center;
    font-size: 15px;
    height: 123px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.filter-here li span {
    margin: auto;
    height: 90px;
}

.filter-here h2.text-center {
    color: #646569;
    font-size: 26px;
    font-family: 'Lato';
    font-weight: 300;
}