/*
 Theme Name:     CQ Child Theme
 Theme URI:      https://www.elegantthemes.com/
 Description:    CQ Child Theme
 Author:         Bluetext
 Author URI:     https://www.bluetext.com
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");
@import url("fonts/lyon/stylesheet.css");
@import url("fonts/graphik/stylesheet.css");
@import url("fonts/produkt/stylesheet.css");
@import url("assets/css/bootstrap.min.css");


div.hero-flyout-nav {
display:none
}

body, 
html {
    overflow: hidden;
    overflow-y: auto;
}


html.overflowhidden,
html.overflowhidden body {
    overflow: hidden;
    overflow-y: hidden;
    position: relative;
    height: 100%;
}

/* body{
    position: relative;
    height: 100%;
} 



/* =Theme customization starts here
------------------------------------------------------- */

.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
.et_fixed_nav.et_show_nav #page-container {
    padding-top: 90px!important;
}

#main-header {
    z-index: 999;
}

.et_pb_section {
    background-color: transparent;
    z-index: 1;
}

body {
    font-size: 20px;
}

h1,
.h1 {
    font-family: "Graphik";
    font-size: 40px;
    color: #093e5e;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

h2 {
    font-family: "Graphik";
    /* font-size: 36px; */
    font-size: 32px;
    color: #093e5e;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

h3 {
    font-family: "Graphik";
    /* font-size: 36px; */
    font-size: 28px;
    color: #093e5e;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

h3 a {
    transition: .1s ease all;
}

h3 a:hover {
    border-bottom: 3px solid #fcdc42;
}

h4 {
    font-family: "Graphik";
    /* font-size: 30px; */
    font-size: 26px;
    color: #5cadcf;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

h5 {
    font-family: "Graphik";
    /* font-size: 30px; */
    font-size: 24px;
    color: #093e5e;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

h6 {
    font-family: "Graphik";
    /* font-size: 24px; */
    font-size: 22px;
    color: #5cadcf;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}
h7 {
    font-family: "Graphik";
    font-size: 40px;
    color: #093e5e;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    display: block;
}
h7.main-title {
	margin-bottom: 60px;
	display: block;
}

.btn {
    color: #093e5e;
    border: 2px solid #5cadcf;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: "Graphik";
    padding: 14px 30px;
    margin-right: 10px;
    /*width: 200px;*/
    text-decoration: none;
}

.btn {
    width: 180px;
    padding: 14px 10px;
}

.btn:hover {
    background-color: #093e5e;
    color: #fff;
    border: 2px solid #093e5e;
}

.btn.btn-primary {
    background-color: #5cadcf;
    color: #fff;
    text-decoration: none;
}

.btn.btn-white {
    color: #fff;
    border-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    width: initial;
    text-decoration: none;
}

.btn.btn-white:hover {
    border-color: #093e5e;
}

.btn.btn-primary:hover {
    background-color: #093e5e;
    color: #fff;
}

button {
    border: 2px solid #5cadcf;
    background: transparent;
    text-transform: uppercase;
    padding: 2% 5%;
    font-family: "Graphik";
    font-weight: 600;
    color: #093e5e;
}

p {
    font-family: "Graphik";
    font-size: 20px;
    font-weight: 400;
    color: #757575;
}

.et_pb_text p {
    line-height: 1.5;
}

.et_pb_text p a {
    color: #5cadcf;
    text-decoration: underline;
}

.et_pb_text p a.btn {
    text-decoration: none;
}

.et_pb_text p a.btn:hover {
    color: #fff;
}

.et_pb_text p a:hover {
    color: #093e5e;
}

.table>tbody>tr>td {
    padding: 20px 8px;
}

.et_pb_text ul,
.et_pb_text ol {
    margin: 0px;
    padding: 0px;
    margin-bottom: 16px;
    list-style: none;
    font-family: "Graphik";
    font-size: 16px;
    font-weight: 400;
    color: #616161;
    padding-left: 36px;
}

.et_pb_text li {
    position: relative;
}

.et_pb_text ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #5cadcf;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 10px;
}

.et_pb_text ol li {
    counter-increment: step-counter;
}

.et_pb_text ol li:before {
    content: counter(step-counter);
    position: absolute;
    left: -15px;
    font-weight: 700;
    color: #5cadcf;
}

.et_pb_text ol li:after {
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    background-color: #5cadcf;
    border-radius: 50%;
    position: absolute;
    left: -4px;
    bottom: 8px;
}

.et_pb_row,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    max-width: 1170px;
    width: 100%;
    padding: 0px 15px;
}

.featured-product span {
    text-transform: uppercase;
    color: #5cadcf;
    font-family: "Graphik";
}

.featured-product h2 {
    font-weight: 700;
    color: #5cadcf;
}

.featured-product p {
    color: #5cadcf;
}

.engage-promo {
    font-family: "Graphik";
    font-size: 22px;
    font-weight: 400;
    color: white;
}

.solutions h2:after {
    content: "";
    position: absolute;
    width: 18px;
    background-color: #5cadcf;
    height: 4px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
}

.solutions h2 {
    font-family: "Graphik";
    font-size: 40px;
    color: #093e5e;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

.featured-product-background .subtitle {
    color: #093e5e;
}

.featured-product-background h2 {
    color: white;
}

.featured-product-background p {
    color: white;
}

.featured-product-background button {
    border: 2px solid white;
}

.solutions h6 {
    color: #093e5e;
}

.solutions p {
    font-size: 18px;
    line-height: 1.4;
}

.solutions h5 {
    font-size: 24px;
}

.padding-top-130 {
    padding-top: 130px !important;
}

.blog-subheading {
    font-size: 36px;
    color: #5cadcf;
    text-transform: capitalize;
}












/*------------type effect----------------*/

.type-wrap {
    text-align: center;
}

.typetext,
.textconstant {
    font-size: 80px;
    color: #fff;
    font-weight: 200;
}

.typed-cursor {
    font-size: 80px;
    color: #fff;
    font-weight: 100;
    color: #5CADCF;
}

.typetext {
    position: relative;
    margin-left: 15px;
}

.typetext:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #5CADCF;
}











/*--------------end of type effect----------------*/

@media (max-width: 767px) {
    .blog-subheading {
        font-size: 22px;
    }
}

.container-lg {
    max-width: 1280px;
    margin: auto;
    padding: 0px 15px;
}

#main-content .container:before {
    display: none;
}

.post-thumb {
    display: block;
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url('assets/img/blog.jpg');
    background-color: #fff;
    border-left: solid 1px;
    border-right: solid 1px;
    border-top: solid 1px;
    border-color: #a7d4ed;
}

.alm-btn-wrap {
    clear: both;
    text-align: center;
    margin-bottom: 40px;
}



.btn-s-search {
    padding: 10px 10px;
    position: absolute;
    top: 8px;
    opacity: 0;
    right: 13px;
}

#top-menu.nav>li>a {
    padding: 0px;
}

ul.c_filter {
    margin: 0px;
}

.c_filter li {
    display: inline-block;
    background-color: #5cadcf;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 4px;
    color: #fff;
    margin-right: 6px;
}

.c_filter li a {
    color: #fff;
    padding: 6px 14px;
    display: block;
}

.c_filter li a:hover,
.c_filter li.current-cat a {
    background-color: #043d5d;
    text-decoration: none;
}

.c_blog-posts .search-form {
    border: 1px solid #ccc;
    border-radius: 30px;
    margin-top: 65px;
    position: relative;
    overflow: hidden;
}

.c_blog-posts .search-form .search-field {
    border: 0px;
    background-color: transparent;
    padding: 10px 20px;
    width: 100%;
    font-size: 14px;
}

.c_blog-posts .search-form .search-submit {
    position: absolute;
    right: 8px;
    top: 0;
    width: 40px;
    height: 40px;
    opacity: 0;
}

.c_blog-posts .search-form:before {
    content: "\55";
    position: absolute;
    top: 6px;
    right: 16px;
    font-family: "ETmodules" !important;
    font-size: 20px;
    z-index: 0;
    color: #5cadcf;
}

.c_post_content {
    padding: 20px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    border-left: solid 1px;
    border-color: #a7d4ed;
    margin-bottom: 36px;
    min-height: 290px;
    position: relative;
    background-color: #fff;
}

.outer-box {
    margin-bottom: 36px;
}

.outer-box .c_post_content {
    margin-bottom: 0px;
}

.c_blog-posts #content-area {
    margin-top: 40px;
}

.c_post_content p {
    font-size: 16px;
    color: #84878e;
    min-height: 74px;
    line-height: 1.5;
}

.recommended-posts.row .c_post_content p {
    margin-bottom: 25px;
}

.c_post_content h3 {
    font-size: 18px;
    min-height: 85px;
    margin: 0px;
    color: #043d5d;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    margin-bottom: 10px;
}

.continue_reading {
    color: #043d5d;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Graphik";
    font-weight: 800;
    float: right;
    border-bottom: 1px solid #5cadcf;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.continue_reading:hover {
    text-decoration: none;
}

button {
    padding: 1% 5%;
}

button:hover {
    background-color: #5cadcf;
}

.c_post_content h3:before {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #5cadcf;
    display: block;
    position: absolute;
    bottom: 0;
}

.post_resource_type {
    position: absolute;
    right: 0;
    top: 15px;
    text-align: right;
    padding: 0px 30px;
}

.post_resource_type a {
    color: #fff;
    padding: 6px 14px;
    display: inline-block;
    background-color: #5cadcf;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin-left: 6px;
    margin-bottom: 6px;
}

#top-menu li {
    padding: 0px 40px;
}


#top-menu li.centered-inline-logo-wrap {
    padding: 0px;
    width: 70px!important;
}












/* footer css */

#main-footer {
    background-color: #093e5e;
    font-family: 'Lyon Text';
    position: relative;
    z-index: 3;
}

#main-footer h4 {
    font-family: "Graphik";
	font-weight: 600;
    font-size: 14px;
    color: #fff;
    position: relative;
    margin-bottom: 17px;
    padding-bottom: 12px;
}

#main-footer h4:before {
    content: "";
    width: 14px;
    height: 3px;
    background-color: #5cadcf;
    display: block;
    position: absolute;
    bottom: 0;
}

.et_pb_fullwidth_header_container {
    font-family: "Graphik";
}

.et_pb_fullwidth_header_container .header-content-container .header-content span {
    font-weight: 200;
}

.et_pb_fullwidth_header_container .header-content-container .header-content p {
    font-weight: 300;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
    margin: auto;
}

.et_pb_promo_description h2 {
    font-family: "Graphik";
    font-size: 40px;
    color: #093e5e;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

.et_pb_promo_description p {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}

.et_pb_promo .et_pb_promo_button {
    border-color: #043d5d;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Graphik";
    padding: 14px 40px;
    border-radius: 0px;
}

.et_pb_column .et_pb_promo .et_pb_promo_button:hover,
.et_pb_column .et_pb_module .et_pb_button:hover,
.et_pb_column .et_pb_button:hover {
    padding: 10px 30px;
}

.et_pb_button {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 30px;
    border-radius: 0px;
}

.et_pb_button:after {
    display: none;
}

.et_pb_module .et_pb_button:hover,
.et_pb_button:hover {
    background-color: #093e5e;
    border-color: #093e5e;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 30px;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
}

.pdp-header-text .et_pb_fullwidth_header_container .header-content-container .header-content span {
    font-family: "Graphik";
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.et_pb_fullwidth_header.pdp-header-text .et_pb_fullwidth_header_container.left .header-content {
    margin: 0px;
}

.pdp-header-text .et_pb_fullwidth_header_container .header-content-container .header-content p {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
}

.three-bundle .et_pb_promo_description p {
    color: #093e5e;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
}

.three-bundle .et_pb_promo_description h2 {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.three-bundle .et_pb_promo_description h2:before {
    content: "";
    width: 20px;
    height: 4px;
    background-color: #5cadcf;
    display: block;
    position: absolute;
    bottom: 0;
}

.three-bundle .et_pb_promo .et_pb_promo_button {
    padding: 0px;
    border: 0px;
    font-size: 12px;
    float: right;
    color: #093e5e;
    border-bottom: 2px solid #5cadcf;
}

.three-bundle .et_pb_promo .et_pb_promo_button:hover {
    background-color: transparent;
    border-color: #093e5e;
    padding: 0px;
}

.featured-product-section {
    background-size: 50%;
    background-position: right bottom;
}

.featured-product-section h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.featured-product-section h2,
.c-coverage-section h2 {
    font-family: "Graphik";
    font-size: 40px;
    color: #093e5e;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}


.featured-product-section p {
    font-size: 20px;
    color: #093e5e;
    font-weight: 300;
}

.featured-product-section p .btn:last-child {
    margin-top: 10px;
}

@media (max-width: 1200px) {
    #top-menu li {
        padding: 0px 20px;
    }
}

#footer-widgets .footer-widget li {
    margin: 0px;
    margin-bottom: 6px;
    padding-left: 0px;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

#footer-widgets .footer-widget li a {
    font-family: "Graphik";
    font-weight: 300;
    font-size: 12px;
}

#footer-widgets .footer-widget li.menu-item-has-children {
    padding: 0px;
}

#footer-widgets .footer-widget li.menu-item-has-children a,
.footer-widget .widget_text .textwidget h5 {
    font-weight: 600;
    font-size: 11px;
    color: #fff;
}

#footer-widgets .footer-widget li.menu-item-has-children li a,
#footer-widgets .footer-widget li {
    font-weight: 300;
    font-size: 11px;
    font-family: "Graphik";
}

.footer-widget .widget_text .textwidget h5 {
    margin: 0px;
    line-height: 1;
    margin-bottom: 4px;
}

#footer-widgets .footer-widget .widget_text .textwidget ul {
    margin-bottom: 20px;
}

.et_pb_gutters2 .footer-widget {
    margin: 0 3% 1% 0;
}

#footer-bottom {
    padding: 10px;
    background-color: transparent;
}

#main-footer .et-social-icons {
    float: none;
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

#main-footer .et-social-icons li {
    margin: 0px;
}

#main-footer .et-social-icons li a {
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    font-size: 10px;
    color: #fff;
    padding: 6px;
    border-radius: 50%;
    margin: 0px 6px;
}

#main-footer .et-social-icons li a:hover {
    text-decoration: none;
    background-color: #fff;
}

#et-footer-nav {
    background-color: transparent;
}

#et-footer-nav .bottom-nav {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: "Graphik";
    padding-top: 20px;
}

#et-footer-nav .bottom-nav li {
    font-size: 12px;
    padding: 0px 18px;
    line-height: 1;
    border-right: 2px solid #fff;
}

#et-footer-nav .bottom-nav a {
    color: #fff;
}

#et-footer-nav .bottom-nav li:last-child {
    border: 0px;
}

.featured-resource {
    overflow: hidden;
    margin-bottom: 20px;
    font-family: "Graphik";
    margin-top: 85px;
}

.featured-resource li {
    height: 568px;
    background-size: cover;
    background-position: center center;
    color: #fff;
    margin-bottom: 2px;
    padding: 20px;
    padding-left: 4%;
    background-color: #ccc;
    background-image: url('assets/img/blog.jpg');
}

.featured-resource li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #093e5e;
    opacity: 0.7;
}

.featured-resource li.half-height {
    height: 283px;
    width: calc(33.33% - 2px);
    margin-left: 2px;
    padding-left: 2%;
}

.featured-resource li strong {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.featured-resource li h2 {
    font-family: "Graphik";
    font-size: 40px;
    color: #093e5e;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
}

.featured-resource li.half-height h2 {
    font-size: 28px;
}

.featured-resource li p {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 30px;
}

.center-box {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 600px;
    width: 90%;
}

.center-box2 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 600px;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
}

.mobile-carousel3 .slick-dots li:before {
    display: none;
}

@media (min-width: 1280px) {
    .hero-nav-center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

@media (min-width: 1000px) and (max-width: 1040px) {
    .featured-resource li.half-height h2 {
        font-size: 20px;
    }
}

@media (min-width: 602px) (max-width: 998px) {
    .featured-resource li.half-height {
        width: calc(49.33% - 2px);
        float: left;
    }
    .featured-resource li.half-height h2 {
        font-size: 20px;
    }
}

@media (max-width: 998px) {
    .featured-resource li.half-height,
    .featured-resource li {
        width: 100%;
        height: auto;
        padding: 30px;
    }
    .center-box {
        position: inherit;
        transform: translate(0, 0);
        width: 100%;
        max-width: 100%;
    }
    .featured-resource li p {
        display: none;
    }
    .featured-resource .slick-dots li:before {
        display: none;
    }
    .featured-resource .slick-dots li {
        background-image: none;
        width: 10px;
        height: 10px;
        overflow: hidden;
        border-radius: 50%;
        border: 1px solid #093e5e;
        background-color: transparent;
    }
    .featured-resource .slick-dots li button {
        display: none;
    }
    .featured-resource .slick-dots li.slick-active {
        background-color: #093e5e;
    }
}

@media (max-width: 600px) {
    .featured-resource li.half-height h2,
    .featured-resource li h2 {
        font-size: 20px;
    }
    .mobile-carousel3 .slick-dots {
        margin: 0px;
        padding: 0px;
    }
}




.featured-product-section-right .et_pb_text {
    float: right;
}

.featured-product-section-right {
    background-position: left center;
}

.featured-product-section-right h4 {
    color: #093e5e;
}

.featured-product-section-right h2 {
    color: #fff;
}

.featured-product-section-right p {
    color: #fff;
}

.featured-product-section-right .btn {
    border-color: #fff;
    color: #093e5e;
}

.featured-product-section-right .btn:hover {
    border-color: #093e5e;
}

.featured-product-section-right .btn.btn-primary,
.featured-product-section-right .btn.btn-secondary,
.btn.btn-secondary {
    background-color: #fff;
    color: #5cadcf;
}

.featured-product-section-right .btn.btn-primary:hover {
    background-color: #093e5e;
    color: #fff;
}

.featured-product-section-right .btn.btn-secondary:hover,
.btn.btn-secondary:hover {
    background-color: #5cadcf;
    border-color: #5cadcf;
}

.white-text-bg {
    background-position: 50% 50%;
    background-size: cover;
}

.white-text-bg p {
    color: #fff;
    font-size: 24px;
}

.white-text-bg h1 {
    position: relative;
    padding-bottom: 10px;
}

.white-text-bg h1:before {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #5cadcf;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.entry-content table,
body.et-pb-preview #main-content .container table {
    border: 0px;
}

.entry-content tr td,
body.et-pb-preview #main-content .container tr td {
    padding: 20px;
    color: #093e5e;
    font-size: 14px;
    font-family: "Graphik";
    font-weight: 400;
}

.entry-content table tr:first-child td {
    font-family: 'Lyon Text';
    color: #5cadcf;
}

.entry-content table tr td:first-child {
    font-weight: 800;
}

.entry-content table tr:first-child td:first-child {
    font-weight: 400;
}

.entry-content table tr:nth-child(odd) {
    background-color: #efefef;
}

.entry-content table tr:first-child {
    background-color: transparent;
}

.gray-bgdrop {

    margin: 0px;
    padding: 40px 20px;
}

@media (max-width: 1024px) {
    .gray-bgdrop {
        margin-left: -15px;
        margin-right: -15px;
        font-size: 30px;
        text-align: center;
    }
}

#product_category {
    font-weight: 300;
    border: 0px;
    background-color: transparent;
    border-bottom: 1px solid #81b0cc;
    padding-bottom: 10px;
    padding-top: 10px;
}

.pcfilter-content ul.list,
.pcfilter-content2 ul.list2 {
    margin: 0px;
    padding: 0px;
    width: 233px;
    float: left;
    text-align: center;
}

.pcfilter-content ul.list li:before,
.pcfilter-content2 ul.list2 li:before {
    display: none;
}

.pcfilter-content ul.list li,
.pcfilter-content2 ul.list2 li {
    display: block;
}

.pcfilter-content,
.pcfilter-content2 {
    margin-top: 0px;
}

.products-category-wise,
.products-category-wise2 {
    border: 1px solid #093e5e;
padding-right: 30px;
}

.pcfilter-content ul.list li a,
.pcfilter-content2 ul.list2 li a {
    color: #fff;

    display: block;

    font-weight: 500;
    padding: 12px 10px;
    background-color: #5cadcf;
}

.pcfilter-content ul.list li a:hover,
.pcfilter-content ul.list li.active a,
.pcfilter-content2 ul.list2 li a:hover,
.pcfilter-content2 ul.list2 li.active a {
    background-color: #093e5e;
    text-decoration: none;
}

@media (min-width: 1024px) {
    .product-description,
    .product-description2 {
        overflow: hidden;
        padding-left: 58px;
    }
}

.features-matrix {
    display: none;
}

#f0 {
    display: block;
}

.loading {
    position: relative;
}

.loading:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.5;
    background-image: url('assets/img/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.product-description h3,
.product-description2 h3 {
    font-size: 40px;
}

.product-description p,
.product-description2 p {
    color: #093e5e;
    font-size: 18px;
    line-height: 1.3;
  
}

.product-description img,
.product-description2 img {
    margin-top: 0px;
}

.no-product {
    text-align: center;
    font-size: 20px;
}

.pricing-main-title h2 {
    font-family: "Graphik";
    font-size: 40px;
    color: #093e5e;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    margin-bottom: 36px;
    position: relative;
    line-height: 1.5;
}

.pricing-main-title h2:after {
    content: "";
    position: absolute;
    width: 18px;
    background-color: #5cadcf;
    height: 4px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
}

.et_pb_pricing_table {
    font-family: "Graphik";
}

.alm-load-more-btn.done {
    display: none;
}

.et_pb_pricing_heading {
    background-color: transparent;
    margin: 0px;
}

.et_pb_pricing_heading span {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    line-height: 2;
}

.et_pb_pricing_heading span:before {
    content: "";
    width: 10px;
    height: 3px;
    display: block;
    background-color: #5cadcf;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.et_pb_counter_amount,
.et_pb_featured_table .et_pb_pricing_heading,
.et_quote_content,
.et_link_content,
.et_audio_content {
    background-color: transparent;
}

.et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_dollar_sign,
.et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_frequency {
    font-weight: bold;
    font-size: 50px;
    margin: 0px !important;
    position: relative;
}

.sign-up-btn {
    background-color: #fff;
    color: #5cadcf;
    border-color: #5cadcf;
    padding-left: 40px;
    padding-right: 40px;
    width: initial;
    text-decoration: none;
}

.sign-up-btn:hover {
    background-color: #5cadcf;
    color: #fff;
    border-color: #fff;
}

.search-wrapper .search-form .search-field {
    border: 0px;
    background-color: transparent;
    padding: 10px 20px;
    width: 100%;
    font-size: 14px;
}

.et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum {
    font-size: 50px;
}

.et_pb_pricing_content_top {
    border: 0px;
    padding: 0px;
}

.et_pb_pricing_content {
    padding: 30px 20px;
}

.et_pb_centered_pricing_items .et_pb_pricing li {
    border-top: 1px solid #ccc;
    padding: 20px 0px;
    font-size: 18px;
    color: #84878e;
    font-weight: 400;
    line-height: 1.4;
}

.et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_frequency {
    font-size: 36px;
}

.et_pb_centered_pricing_items .et_pb_pricing li:last-child {
    border-bottom: 1px solid #ccc;
}

.et_pb_pricing .et_pb_pricing_table .et_pb_button {
    color: #81B0CC;
    padding: 14px 40px;
    border-color: #093e5e;
}

.et_pb_pricing_table.et_pb_featured_table {
    padding-top: 30px;
    padding-bottom: 60px;
}

.et_pb_featured_table .et_pb_pricing_content {
    padding-bottom: 30px;
}

.blog-single .media-left {
    width: 110px;
}

.blog-single .media-left img.media-object {
    width: 60px;
}

.blog-single .media-body {
    width: 92%;
}

.follow-btn {
    float: right;
    width: 170px;
    padding: 10px 20px;
    font-size: 14px;
}

.blog-single {
    padding-top: 40px;
}

.blog-single #content-area .media .media-body .post-estimation-block {
    width: calc(100% - 240px);
    float: left;
}















































/* .blog-single #content-area article.et_pb_post {
    padding-top: 30px;
} */

.blog-single #content-area article.et_pb_post .entry-content .et_pb_section {
    padding: 0px;
}

.blog-single #content-area article.et_pb_post .entry-content .et_pb_section .et_pb_row {
    padding: 0px;
}

.post-estimation-block h6 {
    color: #093e5e;
    margin-bottom: 10px;
}

.post-estimation-block h1 {
    margin-bottom: 10px;
}

.post-estimation-block strong {
    color: #093e5e;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    font-family: "Graphik";
    font-weight: 600;
}

.post-estimation-block h6 span {
    font-weight: 300;
}

.blog-single #content-area .et_pb_post .entry-content {
    font-family: "Graphik";
}

.post-estimation-block .category a {
    display: inline-block;
    background-color: #5cadcf;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 11px;
    color: #fff;
    padding: 8px 14px;
    margin-right: 2px;
}

.blog-single #content-area .et_pb_post .entry-content strong.date {
    color: #093e5e;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
}

@media (min-width: 1024px) {
    .blog-single #content-area .et_pb_post .entry-content {
        padding-left: 104px;
        padding-right: 104px;
    }
    .et_pb_column {
        width: auto;
    }
    .h-home-banner .et_pb_column {
        width: 100% !important;
    }
    #advocateInfoForm19432 input .connectivity-text {
        display: none;
    }
    .home .entry-content {
        overflow: hidden;
        position: relative;
    }
}


.blog-single #content-area .et_pb_post .entry-content .entry-title {
    margin: 0px;
    margin-bottom: 6px;
}

.blog-single #content-area .et_pb_post .entry-content h2 {
    margin: 0px;
    margin-bottom: 30px;
    color: #5cadcf;
}

img.alignright {
    margin-bottom: 20px;
}

.recommended-post {
    clear: both;
}

.recommended-post h1 {
    font-size: 30px;
    margin-bottom: 40px;
    position: relative;
    line-height: 2;
}

.recommended-post h1:before {
    content: "";
    width: 15px;
    height: 3px;
    background-color: #5cadcf;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.featured-promo-shortcode {
    display: block;
    width: 50%;
    float: left;
    background-color: #c99850;
    padding: 40px;
    margin-bottom: 20px;
    color: #fff;
    margin-right: 30px;
}

.featured-promo-shortcode h6,
.featured-promo-shortcode p {
    color: #fff;
    margin-bottom: 10px;
}

.featured-promo-shortcode p {
    margin-bottom: 20px;
}

.featured-promo-shortcode .btn {
    border-color: #093e5e;
    color: #fff;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
}

.featured-promo-shortcode.image,
.featured-promo-shortcode.video {
    background-color: #5dadd0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.featured-promo-shortcode.image p,
.featured-promo-shortcode.video p {
    font-size: 18px;
}

.featured-promo-shortcode.image .img-thumb,
.featured-promo-shortcode.video .img-thumb {
    width: 230px;
    float: right;
}

.featured-promo-shortcode.icon {
    background-color: #5dadd0;
}

.featured-promo-shortcode.icon .img-thumb {
    float: right;
    margin-left: 30px;
}

.featured-promo-shortcode.video .img-thumb {
    position: relative;
}












/* .featured-promo-shortcode.video .img-thumb:before {
    content: "";
    width: 74px;
    height: 74px;
    display: block;
    background-image: url('assets/img/video-icon.png');
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} */

.featured-promo-shortcode.left {
    margin-right: 30px;
    float: left;
}

.featured-promo-shortcode.right {
    margin-left: 30px;
    margin-right: 0px;
    float: right;
}

.featured-promo-shortcode.full {
    width: 100%;
    text-align: center;
}

.video-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    max-width: 860px;
    margin: 0px;
    padding: 10px;
}

.modal-content button.close {
    opacity: 1;
    background-color: #fff;
    color: #000;
    position: relative;
    z-index: 999;
    width: 30px;
    height: 30px;
}

.home-banner h3 {
    color: #A7D4ED;
    font-family: 'Produkt';
    font-weight: 500;
    line-height: 1.4;
    margin: auto;
    margin-bottom: 30px;
}

.home-banner h3 span.bottom-border {
    border-top: 1px solid #fff;
    padding: 20px;
    margin-top: 10px;
    display: inline-block;
}

@media (max-width: 700px) {
    .home-banner h3 span.bottom-border {
        font-size: 26px;
    }
}

.home-banner h1 {
    font-size: 80px;
    font-weight: 200;
    display: inline-block;
    width: 100%;
    text-align: center;
    /* text-align: left; */
    /* max-width: 490px; */
    max-width: 90%;
    position: relative;
    margin-left: -5%;
}

.home-banner select {
    background-color: transparent;
    border: 0px;
    color: #fff;
    font-weight: 800;
}












/* 
.home-banner h1 span {
    position: relative;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    height: 90px;
    max-width: 280px;
    width: 100%;
}  */

.home-banner h1 .cd-words-wrapper:before {
    content: "";
    /* width: 240px; */
    width: 100%;
    height: 2px;
    background-color: #5CADCF;
    position: absolute;
    display: block;
    right: 0px;
    bottom: 0;
}












/* .home-banner h1:after {
    position: absolute;
    top: 33px;
    /* right: 0; */


/* right: -35px;
    font-family: "ETmodules";
    font-weight: 800;
    content: "3";
    background-color: #fff;
    border-radius: 50%;
    color: #13628b;
    font-size: 26px;
    width: 30px;
    height: 30px;
    text-align: center; */


/* }  */

.home-banner h1 span.arrow {
    position: relative;
    font-weight: 200;
    cursor: pointer;
    display: inline-block;
    height: 90px;
    top: -47px;
}


.home-banner h1 span.arrow:after {
    position: absolute;
    top: 33px;
    right: -50px;
    font-family: "ETmodules";
    font-weight: 200;
    content: "5";
    background-color: #fff;
    border-radius: 50%;
    color: #13628b;
    font-size: 26px;
    width: 30px;
    line-height: 29px;
    height: 30px;
    text-align: center;
}

.home-banner h1 .cd-words-wrapper:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #5CADCF;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
}


span.arrow-inner:before {
    content: '';
    position: absolute;
    top: 28px;
    left: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
}


span.arrow-inner:after {
    content: '';
    position: absolute;
    top: 23px;
    left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3)
}


.et_pb_text .promo-default {
    background-color: #093e5e;
    text-align: center;
    padding: 140px 100px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.et_pb_text .promo-default h1 {
    line-height: 1;
    padding-bottom: 15px;
}

.et_pb_text .promo-default h1,
.et_pb_text .promo-default p {
    color: #fff;
    position: relative;
}

.et_pb_text .promo-default h1:before {
    content: "";
    /* width: 20px; */
    /* width: 200px; */
    width: 15px;
    height: 3px;
    background-color: #5cadcf;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* right: 26%; */
    margin: auto;
}

.case-studies h2 {
    font-family: "Graphik";
    font-size: 40px;
    color: #093e5e;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

.case-studies h2:after {
    content: "";
    position: absolute;
    width: 18px;
    background-color: #5cadcf;
    height: 4px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
}

.recommended-posts {
    padding-top: 60px;
}

.recommended-posts h1 {
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    position: relative;
}

.recommended-posts h1:before {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #5cadcf;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.recommended-posts h7 {
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    position: relative;
    display: block;
}

.recommended-posts h7:before {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #5cadcf;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.featured-product-full-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.featured-product-full-bg .btn {
    color: #fff;
    border-color: #5cadcf;
}

.featured-product-full-bg .btn.btn-primary {
    color: #fff;
    background-color: #5cadcf;
}

.featured-product-centerbg {
    background-position: center right;
}


.featured-product-full-bg-left h2,
.featured-product-full-bg-left p {
    color: #fff;
}

.featured-product-full-bg-left h4 {
    color: #093e5e;
}

.featured-product-full-bg-left .btn {
    color: #093e5e;
    border-color: #fff;
}

.featured-product-full-bg-left .btn:hover {
    border-color: #5cadcf;
    background-color: #5cadcf;
}

.featured-product-full-bg-left .btn.btn-primary {
    border-color: #093e5e;
    background-color: #093e5e;
}

.featured-product-full-bg-left .btn.btn-primary:hover {
    border-color: #5cadcf;
    background-color: #5cadcf;
}

.main-title {
    margin-bottom: 60px;
    padding-bottom: 10px;
    position: relative;
}

.main-title:before {
    content: "";
    width: 14px;
    height: 3px;
    background-color: #5cadcf;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.case-studies .c_post_content h3 {
    min-height: initial;
    padding-bottom: 10px;
}

.case-studies .c_post_content {
    background-color: #fff;
}

.case-studies .continue_reading {
    color: #81b0cc;
    border-bottom: 1px solid #043d5d;
}

.case-studies .continue_reading:hover {
    color: #043d5d;
}

.case-studies .post-thumb {
    height: 350px;
}

.slick-slider .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    border: 0px;
    left: 10px;
    top: 50%;
    overflow: hidden;
    padding: 0px;
    z-index: 10;
}

.slick-slider .slick-next.slick-arrow {
    left: initial;
    right: 10px;
}

.slick-slider .slick-arrow:before {
    font-family: "ETmodules" !important;
    content: "\34";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 20px;
}

.slick-slider .slick-arrow:hover:before {
    background-color: #093e5e;
}

.slick-slider .slick-next.slick-arrow:before {
    font-family: "ETmodules" !important;
    content: "\35";
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav ul li a:hover {
    background-color: transparent;
    color: #000 !important;
}

.et_pb_video_play:before {
    color: #fff;
}

.et_pb_video_play {
    text-decoration: none;
    outline: none;
}

.video-heading {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 36%;
}

.video-heading h2 {
    font-family: "Graphik";
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.anchor-links ul {
    margin: 0px;
    padding: 0px;
}

.anchor-links li {
    display: inline-block;
    padding: 26px 20px;
    font-weight: 600;
    position: relative;
}



.anchor-links ul li:before {
    display: none;
}

.anchor-links li a {
    color: #fff;
    text-decoration: none;
    padding-bottom: 4px;
    font-size: 18px;
}

.anchor-links li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    width: 1px;
    background-color: #fff;
    margin-top: -10px;
}

.anchor-links li:first-child:after {
    display: none;
}

.testimonials .slick-dots {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.testimonials .slick-dots li {
    display: inline-block;
}

.testimonials .slick-dots li:before {
    display: none;
}

.testimonials .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: #5cadcf;
    text-indent: 999999px;
    overflow: hidden;
    margin-left: 4px;
    margin-right: 4px;
    border: 1px solid;
}

.testimonials .slick-dots li.slick-active button {
    background-color: #5cadcf;
}

.testimonials .slick-slide img {
    display: block;
    margin: auto;
}

.donut-filter {
    display: none;
    text-align: center;
}

.donut-filter.active {
    display: block;
}

.client-logo {
    display: block;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: auto;
}

.slick-center .client-logo {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.testimonial-title {
    margin-bottom: 40px;
}

.donut-filter h4 {
    font-weight: 300;
    font-size: 36px;
}

.donut-filter p {
    font-size: 18px;
    font-weight: 300;
    color: #043d5d;
}

.testimonials {
    margin-top: 40px;
}

.three-box-withoutbg .et_pb_column {
    border: 1px solid #d6d2cb;
    border-right: 0px;
}

.three-box-withoutbg .et_pb_column.last-column {
    border-right: 1px solid #d6d2cb;
}

.three-box-withoutbg .et_pb_promo_description {
    padding-bottom: 0;
}

.nav li ul {
    border: 0px;
    padding: 10px 0px;
    margin: 0px;
    background-color: #115f85;
    box-shadow: none;
}

.nav>li>ul {
    margin-left: -45px;
}

#top-menu.nav>li>a:hover,
#top-menu.nav>li:hover>a {
    color: #a7d4ed !important;
}

#top-menu li.current-menu-item>a {
    color: #a7d4ed !important;
}

#top-menu.nav>li>a:hover:before,
#top-menu li.current-menu-item>a:before,
#top-menu.nav>li:hover>a:before {
    content: "";
    width: 114%;
    height: 12px;
    position: absolute;
    left: -7%;
    bottom: 0;
    background-color: #5cadcf;
}

#top-menu li.menu-item .sub-menu li.menu-item .sub-menu li.menu-item>a:before,
#top-menu li.menu-item .sub-menu li.menu-item>a:before {
    display: none;
}

.nav li ul ul {
    padding: 0px;
}

#top-menu li .menu-item-has-children>a:first-child:after {
    display: none;
}

.nav li ul li {
    padding: 0px;
    margin: 0px;
}

.nav li li ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
    display: none;
}

.nav li:hover li ul {
    display: block;
}

#top-menu li li {
    padding: 0px;
    width: 100%;
}

#top-menu li li a {
    width: 100%;
    padding: 8px 14px;
    font-size: 16px;
    color: #fff;
}

#top-menu li li li a {
    font-size: 12px;
    padding: 0px;
    padding-left: 30px;
}

#top-menu li li a:hover {
    color: #a7d4ed !important;
}

#top-menu li.centered-inline-logo-wrap {
    padding: 0px;
    margin-left: 30px;
    margin-right: 30px;
    width: 70px!important;
}

.resource-type-orange {
    position: relative;
    z-index: 9;
    text-align: right;
}

.resource-type-orange a {
    background-color: #e5b866;
    display: inline-block;
    color: #fff;
    padding: 4px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    margin-left: 4px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.hero-flyout-nav {
    position: absolute;
    right: -100%;
    width: 100%;
    background-color: #59acd1;
    background-image: url('assets/img/nav-bg.jpg');
    background-repeat: no-repeat;
    overflow: auto;
    margin: 0px;
    padding: 20px 40px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 99;
}

.hero-flyout-nav a.backto {
    position: absolute;
    right: 20px;
    min-height: initial;
    padding: 0px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-family: "Graphik";
    z-index: 10;
}

.hero-flyout-nav a.backto:hover {
    background-color: transparent;
    color: #093e5e;
}

.hero-flyout-nav a.backto:after {
    font-family: "ETmodules";
    font-size: 16px;
    font-weight: 800;
    content: "\4d";
    background-color: #093e5e;
    border-radius: 50%;
    padding: 1px;
    position: relative;
    top: 1px;
    margin-left: 4px;
    color: #fff;
}

.hero-flyout-nav h1 {
    color: #fff;
    margin: 0px;
    font-size: 36px;
}

.hero-flyout-nav h2 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 24px;
}

.et_pb_text>.hero-flyout-nav {
    padding-bottom: 100px;
}

.hero-flyout-nav.shownav {
    visibility: visible;
    opacity: 1;
    right: 0;
}

.hero-flyout-nav img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
    max-width: 60px;
}

.hero-flyout-nav .nav-in {
    padding: 15px 0px;
}

.hero-flyout-nav .nav-in a:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #fff;
    bottom: -15px;
    left: 0;
}

.hero-flyout-nav .nav-in a:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #fff;
    bottom: 0;
    left: -15px;
}

.hero-flyout-nav .col-sm-3:nth-child(3) .nav-in a:after,
.hero-flyout-nav .col-sm-3:nth-child(7) .nav-in a:after,
.hero-flyout-nav .col-sm-3:nth-child(11) .nav-in a:after,
.hero-flyout-nav .col-sm-3:nth-child(11) .nav-in a:before,
.hero-flyout-nav .col-sm-3:nth-child(12) .nav-in a:before,
.hero-flyout-nav .col-sm-3:nth-child(13) .nav-in a:before,
.hero-flyout-nav .col-sm-3:nth-child(14) .nav-in a:before {
    display: none;
}

.hero-flyout-nav a {
    display: block;
    padding: 8px 20px;
    position: relative;
    min-height: 125px;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.hero-flyout-nav a:hover {
    background-color: rgba(9, 62, 94, 0.7);
    text-decoration: none;
}

.hero-flyout-nav h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin: 0px;
}

a.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.other-links {
    position: absolute;
    right: 82px;
    top: 0;
    z-index: 10;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

a.login-link {
    color: #5cadcf;
    font-weight: 600;
    font-size: 14px;
}

a.login-link:before {
    content: "";
    background-image: url('assets/img/user.png');
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -5px;
}

.et_header_style_split .centered-inline-logo-wrap a {
    height: auto;
}

#main-header {
    padding-top: 10px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#main-header.et-fixed-header {
    padding-top: 0px;
}

#main-header.et-fixed-header .other-links {
    top: -25px;
}


.et_mobile_menu {
    width: 100%;
    position: fixed;
    overflow: scroll;
    background-color: #093e5e;
    border: 0px;
    padding: 0px;
}

.et_mobile_menu li a {
    color: #fff;
    padding: 0px;
    padding-left: 38px;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid rgb(24, 76, 107);
}

.et_mobile_menu .menu-item-has-children>a {
    background-color: #093e5e;
    padding: 25px 20px;
    font-size: 18px;
}

#main-header .et_mobile_menu li ul,
.et_pb_fullwidth_menu .et_mobile_menu li ul {
    padding-left: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.et_mobile_menu li li {
    padding-left: 0;
}

.et_mobile_menu li .menu-item-has-children>a,
.menu-item-has-children ul.sub-menu li.menu-item a {
    padding: 0px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 600;
    border: 0px;
}

#main-header .et_mobile_menu li ul ul {
    padding-top: 10px;
    padding-bottom: 8px;
}

#main-header .et_mobile_menu li ul li li a {
    font-size: 12px;
    font-weight: normal;
    padding-left: 34px;
    line-height: 1.4;
}

#main-header .et_mobile_menu li ul li li {
    margin-bottom: 10px;
}

#mobile_menu>li.menu-item>ul.sub-menu>li.menu-item>a {
    padding: 10px 20px;
}

.content-overlay {
    margin-bottom: -150px;
    z-index: 2;
}

a.icon {
    font-family: "ETmodules" !important;
}

ul.social-media-link {
    padding: 0px;
    position: absolute;
    top: 250px;
    margin: auto 0px;
    /* transform: translate(0, -50%); */
    left: 20px;
    list-style: none;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 10;
}


.et_pb_text ul.social-media-link li:before {
    display: none;
}

ul.social-media-link a {
    color: #fff;
    font-size: 12px;
    border: 1px solid #fff;
    padding: 2px;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-bottom: 6px;
    padding-top: 6px;
    background-color: #093e5e;
}

ul.social-media-link a:hover {
    background-color: #fff;
    text-decoration: none;
    color: #093e5e;
}

ul.social-media-link.footer-social {
    position: initial;
    clear: both;
    transform: translate(0);
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

ul.social-media-link.footer-social li {
    display: inline-block;
}

ul.social-media-link.footer-social li a {
    margin: 0px 2px;
    padding-top: 6px;
}

.btn-request {
    position: fixed;
    z-index: 4;
    top: 400px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform-origin: 100% 0;
    background-color: #5cadcf;
    color: #fff;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: auto;
    margin: 0px;
    right: 0;
    padding: 10px 20px;
}

.btn-request i.down-arrow {
    transform: rotate(84deg);
    -webkit-transform: rotate(84deg);
    -moz-transform: rotate(84deg);
    -ms-transform: rotate(84deg);
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

#subnav #subnav-opener {
    display: none;
}

#subnav.stuck {}

#subnav ul {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    display: table;
}

#subnav ul li {
    display: table-cell;
    margin: 0;
    position: relative;
}

#subnav a {
    cursor: pointer;
    /* text-transform: uppercase; */
    text-transform: capitalize;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2em;
    color: #fff;
    display: block;
    padding: 18px 20px 19px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
    .btn-request {
        margin-right: -88px;
        width: 220px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
    .btn-request {
        margin-right: -88px;
        width: 220px;
    }
}


@media (max-width: 767px) {
    .btn-request {
        display: none;
    }
}


.down-arrow:before {
    font-family: "ETmodules";
    font-weight: 800;
    content: "2";
    color: #ffffff;
    position: relative;
    z-index: 10;
    top: -2px;
    font-size: 12px;
}

.down-arrow:after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #093e5e;
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 50%;
    z-index: 0;
    top: 1px;
}

.et_pb_post .entry-content {
    padding-top: 30px !important;
}


.et_fixed_nav #main-header,
.et_fixed_nav #top-header {
    z-index: 1002;
}

@media(max-width: 1024px) {
    .et_pb_column {
        width: 100%;
    }

    .et_pb_section_1.et_pb_section .et_pb_column {
        width: 100%;
    }

    .et_pb_section_4.et_pb_section {
        padding-right: 0!important;
    }

    .mobile-carousel .slick-slider .slick-next.slick-arrow {
        left: initial;
        right: 10px;
    }

    .mobile-carousel .slick-slider .slick-arrow {
        left: 10px;
    }
}

.c_filter li label {
    padding: 6px 20px;
    margin: 0px;
    font-size: 12px;
    padding-right: 40px;
    position: relative;
    cursor: pointer;
}

.c_filter.resource_type li {
    background-color: #e5b866;
}

.c_filter li label input {
    position: absolute;
    right: 14px;
    margin: 0px;
    top: 8px;
    opacity: 0;
}

.c_filter li label:before {
    display: inline-block;
    box-sizing: border-box;
    font-family: "ETmodules";
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: "\4d";
    speak: none;
    position: absolute;
    right: 16px;
    z-index: 4;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    top: 6px;
    font-weight: 600;
}

.c_filter li.addfilter label:before {
    display: inline-block;
    box-sizing: border-box;
    font-family: "ETmodules";
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: "\4c";
    speak: none;
    position: absolute;
    right: 16px;
    z-index: 4;
    background-color: #5cadd0;
    border-radius: 50%;
    color: #FFF;
    font-size: 16px;
    top: 6px;
    font-weight: 700;
}

.c_filter.resource_type li label:before {
    display: inline-block;
    box-sizing: border-box;
    font-family: "ETmodules";
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: "\4d";
    speak: none;
    position: absolute;
    right: 16px;
    z-index: 4;
    border-radius: 50%;
    font-size: 16px;
    top: 6px;
    font-weight: 600;
}

.c_filter.resource_type li.addfilter label:before {
    display: inline-block;
    box-sizing: border-box;
    font-family: "ETmodules";
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: "\4c";
    speak: none;
    position: absolute;
    right: 16px;
    z-index: 4;
    background-color: #e6b865;
    border-radius: 50%;
    color: #FFF;
    font-size: 16px;
    top: 6px;
    font-weight: 700;
}

.c_filter li.addfilter {
    background-color: #aba7b499;
}

.c_filter li {
    display: inline-block;
    background-color: #5cadcf;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0px;
    color: #fff;
    margin-right: 3px;
}

.newsletter-block {
    padding-top: 18px;
    padding-bottom: 15px;
    /* font-size: 30px; */
    font-size: 20px;
    font-weight: normal;
    color: #5cadcf;
    font-family: 'Produkt';
}

.newsletter-block h3 {
    margin: 0px;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    font-family: 'Produkt';
    display: inline-block;
    border-right: 2px solid #5cadcf;
    padding-right: 20px;
    margin-right: 10px;
}

.newsletter-block h3 a {
    text-decoration: none;
    border: 0px;
}

.newsletter-section,
.newsletter-section2 {
    border-bottom: 1px solid #e5e5e5;
    position: fixed;
    width: 100%;
    top: 90px;
    z-index: 10;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.logged-in .newsletter-section2 {
    top: 127px;
}

.newsletter-section {
    top: 89px;
}

.logged-in .newsletter-section {
    top: 127px;
}

.newsletter-block btn {
    width: 100%;
    font-size: 14px;
    padding: 10px 24px;
    border-color: #d2d2d2;
    float: right;
    font-family: "Graphik";
}

.newsletter-block .subscribe {
    position: relative;
}













/* engage form */

#engage-plugin-19432 {
    background: #2BA6CB!important;
    border-width: 1px!important;
    border-style: solid!important;
    border-color: #2BA6CB!important;
    border-radius: 20px!important;
    margin: 10px!important;
    padding: 20px!important;
}

.engage-form.container h4 {
    font-size: 24px!important;
}













/* engage form */

#engage-plugin-19432 {
    background: #2BA6CB!important;
    border-width: 1px!important;
    border-style: solid!important;
    border-color: #2BA6CB!important;
    border-radius: 20px!important;
    margin: 10px!important;
    padding: 20px!important;
}

.engage-form.container h4 {
    font-size: 24px!important;
}

.engage-form.container .three,
.engage-form.container .row .three {
    width: auto!important;
}

.engage-form.container .column,
.engage-form.container .columns {
    float: left;
    min-height: 1px;
    padding: 0!important;
    padding-right: 15px!important;
    position: relative;
}

#engage-plugin-19432 .button {
    background: #fff!important;
    color: #2BA6CB!important;
    border-width: 1px!important;
    border-style: solid!important;
    border-color: #2BA6CB!important;
}

#advocateInfoForm19432 input {
    display: block !important;
    border-radius: 20px!important;
}


#engage-plugin-19432 .client-font-color {
    color: #fff!important;
}


.engage-form.container p {
    color: #fff!important;
}


.search-wrapper .search-form .search-field {
    border: 0px;
    background-color: transparent;
    padding: 10px 20px;
    width: 100%;
    font-size: 14px;
}

.search-wrapper .search-form {
    border: 1px solid #ccc;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}













/*.newsletter-block .subscribe:before {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "ETmodules";
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
     line-height: 1; 
    line-height: 14px;
    text-transform: none;
    content: "\35";
    speak: none;
    font-size: 14px;
    background-color: #5cadcf;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 15px;
    height: 15px;
}*/

@-moz-document url-prefix() {
    .newsletter-block .subscribe:before {
        line-height: 13px;
    }
}


.connectivity-text {
    display: inline-block;
}

.newsletter-section.stickynews,
.newsletter-section2.stickynews {
    top: 54px;
}

.logged-in .newsletter-section.stickynews,
.logged-in .newsletter-section2.stickynews {
    top: 91px;
}

body.single.single-post .et_pb_row_fullwidth {
    margin-bottom: -52px;
}

.et_pb_text.et_pb_module {
    font-family: "Graphik";
    font-size: 20px;
    font-weight: 400;
    color: #757575;
    line-height: 1.5;
}



body.logged-in .scroll-to-fixed-fixed {
    top: 90px !important;
}


#subnav ul li {
    display: table-cell;
    margin: 0;
    position: relative;
    padding: 0!important;
}

.tagline {
    font-size: 20px;
}

.btn-fixed {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 200px;
    bottom: 40px;
}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.et_pb_button_module_wrapper {
    display: inline-block;
}

.featured-product-section-right .right-button-group,
.featured-product-section-right .et_pb_button_module_wrapper {
    float: right;
    max-width: 550px;
    width: 100%;
    clear: both;
}


.et_pb_contact_form_container {
    background-color: #5cadcf;
    margin: 0px;
    padding: 20px;
}

.et_pb_contact p input,
.et_pb_contact p textarea {
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
}

.et_pb_contact_form_label {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding-left: 15px;
    display: none;
}

.et_pb_contact_main_title {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-family: "Graphik";
    margin-bottom: 20px;
    font-weight: 700;
}

.et_pb_contact_right {
    width: 100%;
    max-width: 170px;
}

.et_pb_contact_right p {
    color: #fff;
    margin: 0px;
    font-size: 14px;
}

.et_pb_contact_right input.et_pb_contact_captcha {
    max-width: 100px;
}

.et_contact_bottom_container .et_pb_button {
    color: #fff;
    border-color: #093e5e;
}

.et_contact_bottom_container {
    width: 100%;
    text-align: center;
}

.et-pb-contact-message {
    font-size: 14px;
    color: #fff;
}

.et-pb-contact-message p {
    color: #fff;
}

@media (max-width: 1330px) {
    .pdp-sub-nav .anchor-links li {
        padding: 26px 14px;
    }
    .pdp-sub-nav .anchor-links li a {
        font-size: 16px;
    }

    .connectivity-text {}
}

@media (max-width: 1330px) {
    .pdp-sub-nav .anchor-links li {
        padding: 26px 10px;
    }
    .pdp-sub-nav .anchor-links li a {
        font-size: 15px;
    }
}

.padding-top-5 {
    padding-top: 5px;
}

@media (max-width: 1245px) {
    .hero-flyout-nav a {
        min-height: 140px;
    }
}

@media (max-width: 1100px) and (min-width: 800px) {
    .hero-flyout-nav a {
        min-height: 170px;
    }
}

@media (min-width: 980px) {
    .filter-mobile-option .filter-first-option {
        display: none;
    }
}

@media (max-width: 782px) {
    body.logged-in .scroll-to-fixed-fixed {
        top: 134px !important;
    }
}

@media (max-width: 798px) {
    .hero-flyout-nav a {
        min-height: 180px;
    }
}

@media (max-width: 1024px) {
    .pcfilter-content ul.list li a,
    .pcfilter-content2 ul.list2 li a {
        padding: 29px 41px;
    }
    .pcfilter-content,
    .pcfilter-content2 {
        margin-top: 0;
    }
    .pcfilter-content2 ul.list2 li.active a {
        background-color: #5cadcf;
    }
    .slick-slider .slick-next.slick-arrow:before {
        color: #5cadcf;
        vertical-align: middle;
        padding-top: 5px;
    }
    .slick-slider .slick-arrow:hover:before {
        background-color: #fff;
    }
    .slick-slider .slick-next.slick-arrow:hover:before {
        background-color: #fff;
    }
    .slick-slider .slick-arrow:before {
        color: #5cadcf;
        vertical-align: middle;
        padding-top: 5px;
    }
    .features-matrix {
        text-align: left;
        margin-top: 20px;
        padding-left: 0;
        margin-left: 0;
    }
    .pcfilter-content ul.list,
    .pcfilter-content2 ul.list2 {
        margin: auto;
        float: none;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px;
    }
    .product-description h3,
    .product-description2 h3 {
        font-size: 34px;
        text-align: left;
    }
    .product-description p,
    .product-description2 p {
        font-size: 24px;
        text-align: left;
    }
    .product-description p a.btn,
    .product-description2 p a.btn {
        margin: auto;
        display: block;
    }

    #main-header,
    .et_fixed_nav #et-top-navigation,
    .et-animated-content#page-container,
    .other-links,
    .safari .centered-inline-logo-wrap,
    .et_header_style_split .centered-inline-logo-wrap,
    #top-menu a {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .solutions .et_pb_column {
        width: 100%;
    }
    /*     .featured-product-section {
        background-size: 45%;
        background-size: 40%;
    } */
    .pdp-sub-nav .anchor-links li {
        padding: 5px!important;
        border: none;
        display: block;
    }
    .anchor-links li:after {
        content: none;
    }
    .navbar-header {
        height: 10px;
    }
    #federal-legislative.solutions .et_pb_column img,
    #federal-advocacy.solutions .et_pb_column img {
        max-width: 50%;
    }
}

#search-opener {
    right: 30px;
    position: absolute;
    top: 10px;
}

.et_header_style_split #main-header .container {
    width: 100%;
}

@media(max-width: 980px) {
    .pdp-sub-nav {
        display: none!important;
    }
    .newsletter-section.stickynews,
    .newsletter-section2.stickynews {
        top: 89px;
    }
    .newsletter-block h3 {
        border: none;
    }
    .c-coverage-section .et_pb_text ul {
        padding-left: 0px;
    }
    .c-coverage-section .et_pb_text ul li:before {
        display: none;
    }
    .c-coverage-section .et_pb_text li {
        color: #5cadcf;
        list-style-type: disc;
        list-style-position: inside;
        margin-bottom: 5px;
    }
    .c-coverage-section .et_pb_text li h5 {
        display: inline;
    }
    #main-header {
        position: fixed!important;
    }
    .connectivity-text {
        display: none;
    }
    #subnav {
        text-align: center;
    }
    #subnav-opener {
        display: inline-block;
        background-color: white;
        border-radius: 50%;
    }

    #nav-glyph {
        margin: 15px;
        vertical-align: middle;
    }
    #subnav-opener a {
        color: white;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        height: 30px;
        width: 30px;
    }
    #subnav #subnav-opener {
        color: #c99850;
        display: inline-block;
        padding: 0;
        margin-top: 8px;
    }

    #nav-glyph {
        margin: 15px;
        vertical-align: middle;
    }
    #subnav-opener a {
        color: white;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        height: 30px;
        width: 30px;
    }

    #subnav #subnav-opener {
        color: #c99850;
        display: inline-block;
        padding: 0;
        margin-top: 8px;
    }

    #subnav .content {
        z-index: 1;
        position: relative;
        overflow: hidden;
        display: none;
    }

    #subnav ul.links {
        text-align: left;
        display: block;
    }

    #subnav ul.links li {
        float: none;
        width: auto;
        display: block;
    }



    #subnav ul.links li a {
        position: relative;
    }
    /*     .center-block {
        width: 100%;
    } */
    .pcfilter-content ul.list,
    .pcfilter-content2 ul.list2 {
        width: auto;
        float: none;
    }
    .pcfilter-content ul.list li,
    .pcfilter-content2 ul.list2 li {
        display: inline-block;
    }

    .et_pb_text_10 {
        padding-right: 20px !important;
        padding-bottom: 20px !important;
        padding-left: 20px !important;
    }

    .et_pb_section_0.et_pb_section {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }


    html body .h-home-banner .et_pb_column {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .et_pb_section_video {
        padding-top: 0;
        padding-bottom: 0;
    }
    .et_pb_text {
        text-align: center;
    }

    .blog-single #content-area article.et_pb_post .entry-content .et_pb_section .et_pb_text {
        text-align: left;
    }
    .blog-single #content-area .et_pb_post .entry-content {
        text-align: left;
    }
    .three-box-withoutbg .et_pb_column {
        border-right: 1px solid #d6d2cb;
    }
    .three-bundle .et_pb_fullwidth_header {
        padding: 0
    }
    .et_pb_column_10 {
        padding-right: 30px;
    }
    .featured-product-section .et_pb_text {
        text-align: center;
    }

    .featured-product-section .et_pb_column {
        float: none!important;
    }

    .mobile-carousel .slick-slide+img {
        margin: auto;
    }


    .et_pb_section_4.et_pb_section {
        padding-right: 0;
    }
    .content-overlay {
        margin-bottom: 0;
    }


    .et_pb_section_4.et_pb_section {
        padding-right: 0;
    }

    .et_pb_row {
        position: relative;
        max-width: 1080px;
        margin: 0;
    }

    .mobile-carousel2~.featured-product-section {
        display: none;
    }
    .mobile-carousel2 ul.slick-dots {
        display: block;
        margin: 0px;
        padding: 0px;
        bottom: 10px;
    }

    .mobile-carousel2 {
        margin: 0px;
        padding: 40px 0px;
    }
    .mobile-carousel2 h4 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .mobile-carousel2 h2 {
        font-size: 30px;
        font-family: "Graphik";
        color: #093e5e;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .mobile-carousel2 h2 span {
        color: #093e5e !important;
    }

    .mobile-carousel2 p {
        font-size: 20px;
        color: #093e5e;
        font-weight: 300;
        text-align: center !important;
    }
    .mobile-carousel2 p span {
        color: #093e5e !important;
    }

    .featured-product-section {
        padding-top: 20px!important;
        padding-bottom: 20px!important;
        padding-right: 0;
        background-image: none!important;
    }
    .et_pb_column {
        padding-right: 0;
        margin-bottom: 0px;
        padding-bottom: 0!important;
        background-image: none!important;
    }

    .et_pb_column {
        margin-bottom: 0px;
    }
    .featured-product-section h2,
    .c-coverage-section h2 {
        margin-bottom: 0px;
    }
    .container {
        width: 100%;
    }
    .et_header_style_split header#main-header .logo_container {
        float: left;
    }
    .et_header_style_left #logo,
    .et_header_style_split #logo {
        max-width: 100%;
    }
    .et_header_style_centered .mobile_nav .select_page,
    .et_header_style_split .mobile_nav .select_page {
        display: none;
    }
    .et_header_style_split #et_mobile_nav_menu {
        margin-top: 0;
    }

    .et_header_style_split #main-header .mobile_nav {
        width: 46px;
        float: right;
        padding: 0px;
    }
    .mobile_menu_bar:before {
        font-size: 50px;
    }
    #footer-widgets,
    #et-footer-nav,
    .et-social-icons {
        display: none;
    }
    h3,
    .featured-product-section p {
        font-size: 20px;
    }
    .home-banner h1,
    .featured-product-section h2,
    .solutions h2,
    .c-coverage-section h2,
    .main-title {
        font-size: 30px;
    }
    .home-banner h1 span {
        height: 30px;
    }
    .home-banner h1 span:after {
        top: 6px;
        right: -28px;
        font-size: 18px;
        width: 20px;
        height: 20px;
    }
    .main-title {
        margin-bottom: 30px;
        padding: 0 10px;
        padding-bottom: 10px;
    }
    .featured-product-centerbg {
        background-position: right bottom 20px;
        background-size: 80%;
    }

    .et_pb_section.solutions.et_pb_section_1.et_section_regular .et_pb_row_4col>.et_pb_column.et_pb_column_1_4,
    .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
        width: 100% !important;
        margin: 0px;
    }

    /* form.et_pb_contact_form {
        background-color: #5cadcf;
        margin: 0px;
        padding: 20px;
    }
    form.et_pb_contact_form .et_pb_contact_form_label {
        display: block;
        color: #fff;
        font-weight: normal;
        font-size: 18px;
        padding-left: 20px;
    }
    .et_pb_contact .et_pb_contact_field_half,
    .et_pb_contact .et_pb_contact_field {
        padding: 0px;
    }
    .et_pb_contact p input,
    .et_pb_contact p textarea {
        border-radius: 30px;
        font-size: 18px;
        padding: 18px 30px;
        background-color: #fff;
    }
    .et_pb_contact_right {
        width: 60%;
    }
    .et_pb_contact .et_pb_button {
        color: #fff;
    }
    .et_pb_contact_right p {
        color: #fff;
    }
    .et_pb_contact p input.input.et_pb_contact_captcha {
        max-width: 100px;
    }
    .et_contact_bottom_container {
        width: 100%;
    } */
    .scroll-to-fixed-fixed {
        top: 89px !important;
    }
    .et_non_fixed_nav.et_transparent_nav #main-header,
    .et_non_fixed_nav.et_transparent_nav #top-header,
    .et_fixed_nav #main-header,
    .et_fixed_nav #top-header {
        position: fixed;
        height: 90px;
    }
    .et_pb_pricing_table {
        margin-left: 30px;
        margin-right: 30px;
    }
    .et_pb_pricing.slick-slider .slick-arrow:before,
    .et_pb_pricing.slick-slider .slick-arrow:hover:before {
        color: #fff;
        background-color: #093e5e;
        opacity: 1;
    }
    .et_pb_pricing.slick-slider .slick-arrow {
        left: -8px;
    }
    .et_pb_pricing.slick-slider .slick-next.slick-arrow {
        right: -8px;
        left: initial;
    }
    #c_filter_form {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    #c_filter_form h1 {
        margin: 0px;
    }
    #c_filter_form h1:before {
        position: absolute;
        top: 6px;
        right: 16px;
        font-family: "ETmodules";
        font-size: 24px;
        font-weight: 800;
        content: "3";
        width: 30px;
        height: 30px;
        background-color: #5cadcf;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        padding-top: 2px;
        padding-right: 2px;
    }
    #c_filter_form h1.open-done:before {
        content: "2";
    }
    .filter-mobile-option h3:before {
        position: absolute;
        top: 25px;
        right: 16px;
        font-family: "ETmodules";
        font-size: 24px;
        font-weight: 800;
        content: "3";
        width: 30px;
        height: 30px;
        background-color: #fff;
        color: #5cadcf;
        border-radius: 50%;
        text-align: center;
        padding-top: 2px;
        padding-right: 2px;
    }
    .filter-mobile-option h3.open-done:before {
        content: "2";
    }
    .filter-mobile-option:last-child h3:before {
        background-color: #fff;
        color: #e5b866;
    }
    .filter-mobile-option {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        background-color: #5cadcf;
        margin-bottom: -20px;
        margin-top: 20px;
    }
    .filter-mobile-option:last-child {
        background-color: #e5b866;
    }
    .filter-mobile-option h3 {
        color: #fff;
        margin: 0px;
        padding: 30px 20px;
        position: relative;
    }
    ul.c_filter {
        background-color: #fff;
        padding: 20px 0px;
    }
    .c_filter li {
        width: 100%;
        display: block;
        margin: 0px;
        background-color: transparent;
        color: #000;
    }
    .c_filter.resource_type li {
        background-color: transparent;
    }
    .c_filter li.addfilter {
        background-color: transparent;
        color: #5cadcf;
    }
    .c_filter li label {
        padding: 12px 20px;
        display: block;
        padding-left: 55px;
        color: #777;
        text-transform: uppercase;
        font-size: 14px;
        font-family: "Graphik";
    }
    .c_filter li label input {
        top: 14px;
        opacity: 1;
        left: 18px;
        right: initial;
        width: 16px;
        height: 16px;
    }
    /*     .c_filter li label:before,
    .c_filter li.addfilter label:before {
        display: none;
    } */
    .c_filter li label:before {
        content: "\57";
        font-size: 28px;
        top: 8px;
        font-weight: 700;
        left: 16px;
        right: initial;
    }
    .c_filter li.addfilter label:before,
    .c_filter.resource_type li.addfilter label:before {
        content: "\56";
        color: #dcdcdc;
        font-size: 28px;
        right: initial;
    }
}

@media (max-width:768px) {
    /*     .pricing-box .et_pb_pricing_table.et_pb_pricing_table_0,
    .pricing-box .et_pb_pricing_table.et_pb_pricing_table_1 {
        width: 100% !important;
    } */
    .featured-product-section h2,
    .c-coverage-section h2 {
        font-size: 30px;
        margin-bottom: 7px;
    }
    .featured-product-section p {
        font-size: 20px;
        font-weight: 400;
    }
    .featured-product-section .btn {
        display: block;
        width: 251px;
        padding: 20px 0px;
        margin: auto;
    }
    .featured-product-section .btn+.btn {
        margin-top: 10px;
    }
    .hero-flyout-nav {
        position: absolute;
        top: 82px;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        padding-top: 40px;
    }
    .hero-flyout-nav a.backto {
        top: 16px;
        font-size: 14px;
    }

    .et_pb_text>.hero-flyout-nav {
        padding: 20px;
    }
    .hero-flyout-nav .nav-in {
        padding: 0px;
    }
    .hero-flyout-nav a {
        padding: 20px 0px;
        min-height: initial;
    }
    .hero-flyout-nav .nav-in a:after {
        display: none;
    }
    .hero-flyout-nav .nav-in a:before {
        bottom: 0px;
    }
    .hero-flyout-nav .col-sm-3:nth-child(12) .nav-in a:before,
    .hero-flyout-nav .col-sm-3:nth-child(13) .nav-in a:before,
    .hero-flyout-nav .col-sm-3:nth-child(14) .nav-in a:before {
        display: block;
    }
    ul.social-media-link {
        display: none;
    }
    .featured-product-section-right {
        background-position: left bottom 30px;
        background-size: 60%;
    }
    .home-banner h1 span.home-temp {
        max-width: 140px;
    }
}













/* Slider */

.slick-loading .slick-list {
    background: #fff;
}













/* Icons */

@font-face {
    font-weight: normal;
    font-style: normal;
}












/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}













/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 14px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #093e5e;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 20px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slick-dots li.slick-active button {
    background-color: #093e5e;
}

.float-none {
    float: none;
}

.margin-auto {
    margin: auto !important;
}

@media (max-width: 700px) {
    .c_post_content h3 {
        margin-right: auto;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .c_post_content h3:before {
        bottom: 4px;
    }

    .c_post_content {
        min-height: auto;
        margin-bottom: 10px;
    }
    .c_post_content p {
        min-height: auto;
        margin-bottom: 24px;
    }
}

@media (max-width: 1100px) {
    ul.social-media-link {
        position: absolute;
    }
}












/* divi main theme css */


/* .et_pb_column{
    float: none;
} */


/*---------------divi type effect-----------------*/

.cd-intro {
    width: 100%;
}


.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
    position: relative;
    margin-left: 10px;
}

.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.clip b {
    opacity: 0;
    /* text-transform: capitalize; */
    font-size: 80px;
    font-weight: 200;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0px;
}

.full-width {
    width: 100%;
}

.full-width .et_pb_blurb_content {
    max-width: 100%;
    padding: 0 10px;
    text-align: center;
}

@media (min-width: 980px) {
    .shift-content-right {
        float: right;
        margin-right: 0px !important;
        margin-left: 3%;
    }
    .mobile-carousel2 {
        display: none;
    }
    .center-block {
        float: none;
        margin: auto;
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }
}













/*------------------additional classes----------------------*/

.padding-0 {
    padding: 0px;
}

.margin-0 {
    margin: 0px;
}

.puraniwali {
    display: none;
}

.featured-product-section-right .nayiwali {
    display: none;
}

.featured-product-section-right .puraniwali {
    display: block;
    margin-right: 0px;
}

.featured-product-section-right .puraniwali+.et_pb_column {
    margin-right: 0px;
}

#mobile_menu.et_mobile_menu>li.menu-item>ul.sub-menu {
    display: none !important;
}

#mobile_menu.et_mobile_menu>li.menu-item>ul.sub-menu.open {
    display: block !important;
    background-color: #115f85;
}

.column-intworow {
    display: none;
}

.column-intworow:after {
    display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    content: ".";
}

.column-intworow img {
    max-width: 80%;
    margin-bottom: 20px;
    display: inline-block;
}

.table-responsive {
    max-width: none;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0px);
    -webkit-perspective: 1000;
}

.slider-item {
    position: relative;
}

.slider-item .slide-thumb {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: center center;
    background-size: cover;
}

.slider-item .slide-content {
    position: relative;
    z-index: 10;
    color: #fff;
    height: 400px;
}

.image-slider.slick-slider .slick-arrow:before {
    color: #093e5e;
    padding-top: 4px;
}

.image-slider.slick-slider .slick-arrow:hover:before {
    color: #fff;
    padding-top: 4px;
}

@media (max-width:1200px) {
    .featured-product-section {
        background-size: 40%;
    }
}


@media (max-width:1200px) {
    .featured-product-section {
        background-size: 40%;
    }
}

@media (max-width:1024px) {
    .pdp-sub-nav .anchor-links li {
        padding: 26px 5px;
    }
    .pdp-sub-nav .anchor-links li a {
        font-size: 12px;
    }
    .column-intworow {
        display: block;
    }
    .solutions-tablet .et_pb_row+.et_pb_row {
        display: none;
    }
    .column-intworow .col-sm-6 {
        min-height: 400px;
    }
}

@media (max-width:980px) {
    .featured-product-section-right .puraniwali {
        display: none;
    }
    .featured-product-section-right .nayiwali {
        display: block;
        clear: both;
    }
    a.login-link {
        background-color: #f4f4f4;
        color: #5cadcf;
        padding: 20px;
        font-weight: 600;
    }

    a.login-link:before {
        content: "";
        background-image: url('assets/img/user.png');
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 8px;
        margin-bottom: -5px;
    }
    .other-links {
        top: 68px;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99999;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0s 0.5s ease-in-out;
        -moz-transition: all 0s 0.5s ease-in-out;
        -ms-transition: all 0s 0.5s ease-in-out;
        -o-transition: all 0s 0.5s ease-in-out;
        transition: all 0s 0.5s ease-in-out;
        position: fixed;
        top: 88px !important;
    }
    .logged-in .other-links {
        top: 134px !important;
    }
    .other-links.showlogin {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0s 0s ease-in-out;
        -moz-transition: all 0s 0s ease-in-out;
        -ms-transition: all 0s 0s ease-in-out;
        -o-transition: all 0s 0s ease-in-out;
        transition: all 0s 0s ease-in-out;
    }
    .other-links a.login-link {
        padding: 25px 16px;
        display: block;
        text-align: left;
    }
    .et_header_style_split .et_mobile_menu {
        top: 140px;
        overflow: auto;
    }
    .logged-in .et_header_style_split .et_mobile_menu {
        top: 122px;
    }
    #main-header.et-fixed-header {
        padding: 20px 0;
    }
    .home-banner h1 {
        /* max-width: 290px; */
        max-width: 90%;
    }
    .home-banner h1:before {
        width: 180px;
    }
    .home-banner h1:after {
        top: 0px;
    }
    #main-header .container-lg {
        padding: 0px;
    }
    .et_header_style_split header#main-header .logo_container {
        margin-left: 15px;
    }
    .et_header_style_split .mobile_menu_bar {
        right: 15px;
    }
    #case-studies .case-studies .c_post_content p,
    .recommended-posts.row .c_post_content p,
    #case-studies .case-studies .c_post_content,
    .recommended-posts.row .c_post_content {
        min-height: initial;
    }
    #case-studies .case-studies .c_post_content {
        padding-bottom: 30px;
    }
    .s-search {
        position: absolute;
        right: 0px;
        width: 100%;
        background: #fff;
    }
}

@media (max-width: 768px) {
    .typed-cursor {
        font-size: 30px;
    }
    .typetext,
    .textconstant {
        font-size: 30px;
    }

    .typetext:after {
        background: transparent;
    }
    .home-banner h1 span.arrow {
        top: -16px;
    }
    .cd-headline.clip .cd-words-wrapper {
        top: 13px;
    }
    .cd-headline.clip b {
        font-size: 30px;
    }
    .home-banner h1 span {
        height: 40px;
    }
    .blog-single #content-area .media .media-body .post-estimation-block {
        width: 100%;
    }
    html body .three-bundle .et_pb_promo .et_pb_promo_button {
        position: initial !important;
        right: initial !important;
        bottom: initial !important;
    }
    .three-bundle .et_pb_column {
        padding-bottom: 30px !important;
        padding-top: 30px;
    }
    .c-contact-form label {
        display: none;
    }
    .outer-box {
        float: left;
        width: 100%;
        position: relative;
    }
    .outer-box .c_post_content {
        height: auto !important;
        clear: both;
    }
    .column-intworow .col-sm-6 {
        min-height: initial;
        margin-bottom: 40px;
        padding-top: 20px;
    }
    .et_pb_text ul {
        padding-left: 0;
    }
    .et_pb_text ul li:before {
        content: "";
        width: 5px;
        height: 5px;
        display: inline-block;
        background-color: #5cadcf;
        border-radius: 50%;
        position: relative;
        left: -12px;
        top: -3px;
    }
    .c_post_content h3 {
        padding-bottom: 10px;
        min-height: initial;
    }
    span.arrow-inner:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .typetext {
        margin-left: 5px;
    }
    .typetext,
    .textconstant {
        font-size: 22px;
    }
    .typed-cursor {
        font-size: 22px;
    }
    .home-banner h1 span.arrow {
        transform: scale(.5, .5);
        -webkit-transform: scale(.5, .5);
        -moz-transform: scale(.5, .5);
        -ms-transform: scale(.5, .5);
        top: -9px;
    }
    .cd-headline.clip b,
    .home-banner h1 {
        font-size: 24px;
    }
    .cd-headline.clip .cd-words-wrapper {
        top: 19px;
    }
    .case-studies .post-thumb {
        height: 200px;
    }
    .full-header-tracking.et_pb_fullwidth_header_0 .et_pb_fullwidth_header_container {
        padding: 30px 0px;
    }
    .full-header-tracking {
        padding: 0px;
    }
    .post-thumb {
        background-size: 100%;
        height: 200px;
        background-color: transparent;
    }
    .b-bundle-section .et_pb_text_10 {
        padding-bottom: 0px !important;
    }
    .b-bundle-section h1 {
        margin-bottom: 0px;
    }
    .c-coverage-section .et_pb_text_10 {
        padding-left: 0px !important;
    }
    .et_mobile_menu .menu-item-has-children>a {
        padding-left: 20px;
    }
    .et_mobile_menu li li {
        padding-left: 0px;
    }
    .case-studies .post-thumb {
        height: 200px;
    }
    .full-header-tracking.et_pb_fullwidth_header_0 .et_pb_fullwidth_header_container {
        padding: 30px 0px;
    }
    .full-header-tracking {
        padding: 0px;
    }
    .post-thumb {
        background-size: 100%;
        height: 200px;
        background-color: transparent;
    }
    .b-bundle-section .et_pb_text_10 {
        padding-bottom: 0px !important;
    }
    .b-bundle-section h1 {
        margin-bottom: 0px;
    }
    .c-coverage-section .et_pb_text_10 {
        padding-left: 0px !important;
    }
    /* .home-banner h1 span {
        max-width: 140px;
    } */
    /* .home-banner h1 {
        margin-left: -46px;
    } */
    #main-header {
        position: absolute;
    }
    /* .home-banner h1 {
        max-width: 230px;
    } */
    .home-banner h1:before {
        width: 130px;
    }
    .home-banner h1:after {
        top: 0px;
    }
    .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image,
    .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_video {
        display: block !important;
    }
}

@media (max-width: 600px) {
    .solutions.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
        width: 100%;
    }
    .featured-promo-shortcode.right {
        float: none;
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }
    .featured-promo-shortcode.image .img-thumb,
    .featured-promo-shortcode.video .img-thumb {
        float: none;
        display: inline-block;
    }
    .recommended-posts {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .et_pb_text .promo-default {
        padding: 100px 40px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .et_pb_text .promo-default h1:before {
        /* width: 100%; */
        width: 15px;
        left: 0;
        right: 0;
    }
}

@media (max-width: 400px) {
    .et_pb_text p a.btn {
        margin-top: 10px;
    }
}

/*------------------get rid of footer and make the buttons orange on landing pages----------------------*/

.page-id-20112 #footer-widgets {
display: none;
}


.page-id-20112 .btn {
    background-color: #ff6600;
    border: 2px solid #ff6600;
	text-color: #ffffff !important;
}

.page-id-20006 #footer-widgets {
display: none;
}

.page-id-20006 .btn {
    background-color: #ff6600 !important;
    border: 2px solid #ff6600 !important;
}

.page-id-20264 #footer-widgets {
display: none;
}

.page-id-20264 #et-footer-nav .bottom-nav{
display: none;
}

.page-id-20264 #footer-bottom {
display: none;
}

.page-id-20264 ul.social-media-link.footer-social {
display: none;
}

.page-id-20264 .btn {
    background-color: #ff6600 !important;
    border: 2px solid #ff6600 !important;
}

.page-id-20315 #footer-widgets {
display: none;
}

.page-id-20315 #et-footer-nav .bottom-nav{
display: none;
}

.page-id-20315 #footer-bottom {
display: none;
}

.page-id-20315 ul.social-media-link.footer-social {
display: none;
}

.page-id-20315 .btn {
    background-color: #ff6600 !important;
    border: 2px solid #ff6600 !important;
}


.page-id-20549 #footer-widgets {
display: none;
}

.page-id-20549 #et-footer-nav .bottom-nav{
display: none;
}

.page-id-20549 #footer-bottom {
display: none;
}

.page-id-20549 ul.social-media-link.footer-social {
display: none;
}

.page-id-20549 .btn {
    background-color: #ff6600 !important;
    border: 2px solid #ff6600 !important;
}


.page-id-20708 #footer-widgets {
display: none;
}

.page-id-20708 #et-footer-nav .bottom-nav{
display: none;
}

.page-id-20708 #footer-bottom {
display: none;
}

.page-id-20708 ul.social-media-link.footer-social {
display: none;
}

.page-id-20708 .btn {
    background-color: #ff6600 !important;
    border: 2px solid #ff6600 !important;
}

