@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* These includes are optional, but helpful. */
/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:700,400);*/
@import url(//designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css);

/**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */



/* ==========================================================================
   HS COS Boilerplate v1.3.0   
*/

/* This responsive framework is required for all styles.*/ 
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0; 
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

#map_canvas img, .google-maps img { max-width: none; }



/*=====================================*/
/*======= Custom Modules Style ========*/
/*=====================================*/


/* Services/ Product */
.service-group::after {
   content: " ";
   display: block; 
   height: 0; 
   clear: both;    
}


 
/* ==========================================================================

   Index:         

  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography

  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu

  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages

  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons

  6. MISCELLANEOUS

  7. MOBILE MEDIA QUERIES

   ========================================================================== */








/* ==========================================================================


   1. BASE STYLES                                             


   ========================================================================== */





/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
   
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */
  /*  */
  /*  */

/* Structure */
      /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below.  Ignore the jinja comment tags. 
  *
  * 
  */
  

/* Transition */
 

/* Animation Delay */
 

/* Box Shadow */


/* Background Size */



/* User Select */


/* Opacity*/





/* ==========================================================================
   Base                                                    
   ========================================================================== */


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
} 

/* Website background color and default font styles */
body {
    background: #fff;
    color: #666;
    font-family: 'Lato', arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

hr{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1080px;
    margin: 0 auto;
}

a { 
    text-decoration: none;
    color: #34495e;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a:hover,
a:focus {
    color: #02172c;
}

/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: #666;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #666;
    text-shadow: none;
}




/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p { margin: 10px 0; } 

small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0;
    text-rendering: optimizelegibility;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0px;   
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

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








/* ==========================================================================


   2. COS STRUCTURE                                            


   ========================================================================== */





/* ==========================================================================
   Structure                                               
   ========================================================================== */


/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}




/* ==========================================================================
   Header
   ========================================================================== */


.header-container-wrapper {
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.header-container {
    padding: 10px 0;
    background: #fff;
    z-index: 9999;
}
.global-header .logo {
    padding: 10px 0;
    min-height: 50px;
    max-width: 100%;
}
.global-header .logo a {
    max-width: 100%;
}

.header-cta{
    margin-top: 13px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo a{
    position: relative;
    display: inline-block;
}
.header-container .hs_cos_wrapper_type_logo a:after{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    z-index: 99999;
    content: '';
}

/* Header Small */
.small-header .header-container { padding: 5px 0; }
.small-header .header-container .hs_cos_wrapper_type_logo a img { max-width: 200px; }
.small-header .custom-menu-primary .hs-menu-wrapper>ul { padding-top: 5px; }
.small-header .header-cta { margin-top: 7px; }



/* ==========================================================================
   Content                                                 
   ========================================================================== */


.body-container-wrapper {}
.body-container {}


/* Unique Pages
   ========================================================================== */

/* Homepage */
.background-image {
    display: none !important;
}
#banner-background-image{
    position: relative;
    background-color: #444;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 620px;   
}
#banner-background-image:before {
    background-color: rgba(0,0,0,.1);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#banner-background-image .header-text {
    margin-top: 30px;
    width: auto;
    position: relative;
}
#banner-background-image h1 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    max-width: 700px;
    margin-bottom: 0px;
    padding: 5px 5px 5px 10px;
}
#banner-background-image h3 {
    color: #fff;
    font-size: 22px;
    max-width: 680px;
    margin-bottom: 15px;
    font-family: 'Lato', arial, sans-serif;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 5px 5px 5px 10px;
}
#banner-background-image .subscribe-form h3{
    padding: 0px;
    background: none;
}
#banner-background-image .cta_solid_button {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #34495e;
    border-color: #34495e;
}
#banner-background-image .cta-container {
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
}
#banner-background-image .cta_solid_button:hover{
    border: 2px solid #FFF;
    background: #34495e;
    color: #FFF;
}
.homepage .subscribe-form {
    background: rgba(0, 0, 0, 0.2);
    padding: 30px 0;
    padding-bottom: 80px;
    color: #fff;
    position: absolute;
    bottom: 0;
}
.home-sub-form {
    max-width: 475px;
    margin: 0 auto;
    float: none !important;
    margin-left: auto !important;
}
.homepage .subscribe-form form {
    position: relative;
    float: left;
}
.homepage .subscribe-form .title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);   
    font-weight: 700;
}
.homepage .subscribe-form input[type="email"] {
    max-width: 400px;   
    height: 37px;
}
.homepage .subscribe-form .hs_email {
    display: inline-block;
    width: 354px;
    margin-right: 5px;
    bottom: 0;
    float: left;
    margin-bottom: 1px;
    position: relative;
}
.homepage .subscribe-form .hs_email .hs-error-msgs {
    position: absolute;
    margin-top: 40px;
}
.homepage .subscribe-form .hs_submit {
    display: inline-block;
    float: left;
    bottom: 0;
    position: absolute;
}
.homepage .subscribe-form .hs-button.primary {
    border-style: solid;
    border-width: 2px;
    color: #FFF; 
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0;
    border-color: #34495e;
    background: #34495e;
    text-transform: uppercase;
    padding: 8px 12px;
}
.homepage .subscribe-form .hs-button.primary:hover {
    background: #fff;
    border-style: solid;
    border-width: 2px;      
    border-color: #34495e;
    color: #34495e;
}
.social-media {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0px;
}
.social-media:before {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #34495e;
    z-index: 1;
}
.social-media > .page-center {
    position: relative;
    z-index: 2;
}
.social-media a{
    padding-right: 5px;   
}
.social-tagline {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
    font-weight: 700;
    font-size: 13px;
    text-align: right;
}
.logo-bar-background{
    background: #f5f5f5;
    height: 100px;
}
#offer-background-image{
    position: relative;
    background-color: #444;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 450px;
    float: left;
    width: 100%;
}
#offer-background-image .offer-section-text {
    margin-top: 30px;
    background-color: rgba(0,0,0,0.2);
    width: auto;
}
#offer-background-image h1 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    max-width: 700px;
    margin-bottom: 0px;
    padding: 5px 5px 5px 10px;
}
#offer-background-image h3 {
    color: #fff;
    font-size: 22px;
    max-width: 680px;
    margin-bottom: 15px;
    font-family: 'Lato', arial, sans-serif;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 5px 5px 5px 10px;
}
.offer-image { display: none !important; }

#offer-background-image .hs-form-field>label{
    color: #fff;
}
#offer-background-image .offer-form h3{
    background: none;
}
.homepage .main-content h2 { margin: 0px; }
.homepage .main-content .sub-headline { font-size: 18px; }
.faq-background { background: #f5f5f5; }

.homepage .fb_iframe_widget {
    top: -2px;
}
.homepage .fb_iframe_widget > span,
.homepage .linked-in-share {
    vertical-align: top !important;
}
.homepage #twitter-widget-0 {
    width: 80px !important;
}
.homepage .social-share-data {
    position: relative;
    top: 3px;
}


/* Reusable Components
   ========================================================================== */

/* FAQ Module */
.accordion { margin-bottom: 20px; }
.accordion_group {
    margin-bottom: 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f0f0f0;
    padding: 5px 10px;
}

/* Testimonial Module */
.quote-box {
    border-radius: 4px;
}



/* Page Title Background */
.title-background{
    background: #f5f5f5;
}
.title-background h1, .title-background h2{
    margin-bottom: 0px;
}


/* Blog Subscribe Module */
.subscribe-form {
    background: #f5f5f5;
}
.subscribe-form.page-center label {
    min-height: 24px;
    display: block;
    margin-bottom: 0px;
}
.subscribe-form .widget-type-blog_subscribe input[type="email"] {
    max-width: initial;   
    height: 38px;
    width: 100%;
    margin: 0;
}
.subscribe-form .hs_email {
    display: inline-block;
    width: 300px;
    margin-right: 5px;
    vertical-align: top;
}
.subscribe-form .hs_submit {
    display: inline-block;
    margin-top: 25px;
}
.subscribe-form .hs-button.primary {
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-color: #34495e;
    margin: 0;
}
.subscribe-form .hs-button.primary:hover {
    border-style: solid;
    color: #fff;
    border-color: #34495e;
    background: #34495e;
    border-width: 2px;       
}
.subscribe-form .hs-error-msgs {
    position: absolute;
    margin: 0;
    margin-top: 40px;
}


/* Team member Module */
.team-member-headshot img {
    border-color: #34495e;
}
.team-member-social a{
    color: #34495e;
}
.team-member-social a:hover,
.hs-author-social-links a.hs-author-social-link:hover {
    color: #ccc;
}
.team-member-title{
    color: #34495e;
}


/* Pricing Module */
.pricing-table h3.heading {
    color: #fff;
    margin: 0px;
    text-align: center;
    padding: 5px 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    background: #34495e;
    border-top-right-radius: 4px;
    }
.pricing-table .label{
    padding: 5px 10px;
    right: 15px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    margin-left: 10px;
    vertical-align: middle;
    background: #02172c;
}    
.pricing-table .content {
    background: #f5f5f5;
    padding: 30px;
    text-align: center;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    }
.pricing-table .content ul{
    list-style: none;
    padding-left: 0px;
        
    }
.pricing-table .content ul li{
    padding: 10px 0px;  
    }
.pricing-table .number{    
    font-size: 60px;
    font-weight: 700;
    }
.pricing-table .currency{
    font-size: 24px;
    position: relative;
    top: -25px;
    }
.pricing-table .unit{
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
    } 
.pricing-table .content a{
    padding: 10px 25px;
}   
.icon-width i {
    color: #34495e;
}

/* Rich Editor Checkmark Lists */
.hs_cos_wrapper_type_rich_text ul {
    padding-left: 20px;
}
.hs_cos_wrapper_type_rich_text ul li {
    list-style: none;
}
.hs_cos_wrapper_type_rich_text ul li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f058";
    margin-right: 8px;
    color: #34495e;
    font-size: 18px;
}

/* Tabber Module */
.tabber-tabs {
    border-bottom: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 0 0 -2px;
}
.tabber-tabs > li {
    float: left;
}
.tabber-tabs > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    border-radius: 4px;  
}
.tabber-tabs > .active > a, 
.tabber-tabs > .active > a:hover, 
.tabber-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.tabber-content .tab-pane {
    background: #fff;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.tabber-content .tab-pane.active:nth-child(1) {
    border-top-left-radius: 0;
}
.body-container .tabber-content ul {
    padding: 0;
    margin: 0;
}
.tabber-content .block h3 {
    display: none;
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
    float: left;
    width: 40%;
    border-radius: 4px;
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right;
    width: 60%;
    padding: 0 0 0 15px;
}
.blog-tabber .hs-rss-item:last-child {
    margin-bottom: 10px;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
display: block;
width: auto;
}
.custom-tabber-wrap .tabber-content .tab-pane {
    border-radius: 4px; 
}


/* Flex Slider */
.hs_cos_flex-slider .caption {
    background: #34495e;
}

    
/* Modular Selectors
   ========================================================================== */

/* Colors */
.accentColor1 { color: #34495e; }
.accentColor2 { color: #ccc; }
.accentColor3 { color: #ddd; }


/* Paddings */
.padding10tb { padding: 10px 0px; }
.padding20tb { padding: 20px 0px; }
.padding40tb { padding: 40px 0px; }
.padding60tb { padding: 60px 0px; }
.padding80tb { padding: 80px 0px; }
.padding100tb { padding: 100px 0px; }


/* ==========================================================================
   Footer
   ========================================================================== */


.footer-container-wrapper {}
.footer-container {}

.footer-background,
.footer-background a,
.footer-copyright a,
.footer-container-wrapper .more-links a, 
.footer-container-wrapper .contact-us a, 
.footer-container-wrapper .about-us a {
    color: #fff;
}
.footer-background, 
.footer-background a {
    background: #34495e;
}
.footer-container-wrapper .more-links a:hover, 
.footer-container-wrapper .contact-us a:hover, 
.footer-container-wrapper .about-us a:hover {
    color: #FFF;
}
.footer-container-wrapper .more-links a {
    margin: 10px 0px;
}
.footer-container-wrapper .more-links .footer-nav li:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: 1px;
}
.footer-container-wrapper .icon {
    margin-bottom: 5px;
}
.footer-container-wrapper .icon i {
    float: left;
    margin-top: 3px;
}
.footer-container-wrapper .contact-us {
    word-wrap: break-word;
}
.footer-container-wrapper .contact-info {
    margin-left: 25px;
}
.footer-container-wrapper .footer-copyright {
    background: #666;
    color: #ccc;
    padding: 5px 0 0 0;
    font-size: 12px;
    position: relative;
}

.footer-copyright .copyright-text {
    padding: 10px 0;
}
.footer-container-wrapper .social-icons .fa{
    font-size: 20px;
    padding-right: 5px;
}

/* Back to Top */
.back-to-top a {
    color: #cdcdcd;
}

/*  Follow Me Module */
.footer-follow-me{
    text-align: right;
    position: absolute;
    right: 50px;
}
.footer-copyright .footer-follow-me a {
    background: transparent;
    width: 32px;
    height: 32px;
    font-size: 25px;
    font-family: FontAwesome;
    padding: 0 8px;
    color: ;
}
.footer-copyright .footer-follow-me a:hover {
    color: #34495e;
}
.footer-follow-me a span {
    display: none !important;
}
.footer-follow-me a.fm_facebook:before {
    content: "\f082";
}
.footer-follow-me a.fm_twitter:before {
    content: "\f099";
}
.footer-follow-me a.fm_linkedin:before {
    content: "\f0e1";
}
.footer-follow-me a.fm_googleplus:before {
    content: "\f0d5";
}
.footer-follow-me a.fm_xing:before {
    content: "\f168";
}
.footer-follow-me a.fm_pinterest:before {
    content: "\f0d2";
}
.footer-follow-me a.fm_youtube:before {
    content: "\f167";
}
.footer-follow-me a.fm_rss:before {
    content: "\f09e";
}







/* ==========================================================================


   3. MAIN NAVIGATION                                            


   ========================================================================== */





/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
    background:;
    padding-top: 10px;
    float: right;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    background:
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 10px;
    position: relative;
    color: #34495e;
    display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    left: 15px!important;
    background: #fff;
    padding: 10px 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 150px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
    background: #34495e;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    content: "\f0d8";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    padding-left: 10px;
    text-shadow: 0px -1px 0px #ccc;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color:;
    padding: 3px 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #FFF;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
}

/* Carret after Menu items with dropdown */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 7px;
    font-size: 13px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after  {
    border-top-color: #34495e;
}

/* Show menu and remove background color on desktop after toggling mobile menu */
@media screen and (min-width:769px) {
  .custom-menu-primary .hs-menu-wrapper { 
      display:block !important;
      background: transparent !important;
  }
}

/* Force header to trigger mobile layout on iPads */
@media (max-width: 768px){
  .header-container-wrapper .container-fluid  .row-fluid [class*="span"] {
    display: block;
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
  }
}




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none !important; /* Hide button on Desktop */
}

@media (max-width: 768px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 32px;          /* Position Button at top right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 6px 12px;
    margin-top: -16px;
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}


  /* Toggle Button Icon & Animations
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -5px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #ffffff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    margin-top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    margin-top: 6px; /* Position bottom line */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/                                              
    width: 100%;   
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
  .custom-menu-primary .hs-menu-wrapper{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul {
    background: #34495e;
   }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff !important; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff !important; /* link hover color set by global mobile-aColorHover variable */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
      display: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: transparent;  
    border: 0px;
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
      display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
      display: none;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

}


/* ==========================================================================


   4. TEMPLATE MODULE SELECTORS                                         


   ========================================================================== */




/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.blog-sidebar ul, .sidebar ul{
    padding-left: 10px;
    list-style: none;
}

.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}
body.password-template form input {
    margin-bottom: 10px;
}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}


/* Well Module */










#well .default{
    background: #34495e;
    border-color: #02172c;
}
#well .primary{
    background: #74bdfc;
    border: 1px solid #428bca;
}    
#well .success{
    background: #8eea8e;
    border: 1px solid #5cb85c;
}    
#well .danger{
    background: #db7674;
    border: 1px solid #a94442;
}    
#well .info{
    background: #8df2ff;
    border: 1px solid #5bc0de;        
}   
#well .plain{
    background:#f5f5f5;
    color: #666;
    border: 1px solid #ddd;
}
#well .close{
    color: #666;
}





/* ==========================================================================


   5. COS COMPONENTS                                        


   ========================================================================== */





/* ==========================================================================
   Blog                                         
   ========================================================================== */


/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2  {
    margin-bottom: 0;
}

.post-header p{
    font-size: 13px;
}
/* Blog Author and Avatar */
#hubspot-author_data {
    float: left;
}
#hubspot-author_data a.author-link {}
.hs-author-avatar {}
.hs-author-avatar img {}

p.custom_listing_comments{
    float: right;
}

.hs-blog-social-share{
    float: left;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    padding-bottom: 60px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link { display: block; }
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height: 300px;
    max-width: 100%;
    display: inline-block !important;
    float: none!important;
    margin: 10px 0px 10px 0px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */
.social-sharing-wrapper {
    clear: both;
}
.hs-blog-social-share {
    padding: 10px 0 0 0;
    height: auto;
}


/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment {
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
    text-align: center;
}
.blog-pagination .previous-posts-link {
    float: left;
}
.blog-pagination .all-posts-link {}
.blog-pagination .next-posts-link {
    float: right;
}

/* Blog Author Page */
.hs-author-social-label {
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
    vertical-align: middle;
}
.hs-author-social-links a.hs-author-social-link {
    font-size: 30px;
    display: inline-block;
    padding-right: 5px !important;
    background: none !important;
    vertical-align: middle;
}



/* Blog Sidebar
   ========================================================================== */

.blog .blog-sidebar {}

.blog-sidebar-filter-list li {
    padding: 2px 0;
}

/* Blog Modules */

.blog .blog-sidebar .widget-span {
    padding: 0px 0px 40px 0px;
}


/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field { margin-bottom: 15px; }

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {
    margin-bottom: 5px;
    font-weight: 700;
}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    font-family: 'Lato', arial, sans-serif;
    font-size: 16px;
    display: block;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    outline: 0;
    border-color: #34495e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    min-height: 200px;
}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {
    display: inline-block;
}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"], .widget-type-blog_subscribe input[type="email"]{
    width: 100%;
    float: left;
    height: 36px;
    margin-bottom: 10px;
}
.blog-sidebar #hs_form_target_blog_subscription input[type="email"] {}

#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"] {}


/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    display: block;
    text-rendering: optimizelegibility;
    margin: 0px 0px 20px;
}

/* Input */
.widget-type-google_search input[type="text"] {
    width: 60%;
    float: left;
    margin-top: 0px;
    height: 36px;
}
.widget-type-google_search input[type="focus"] {}

.widget-type-google_search .hs-button.primary {
    float: left;
    margin-left: 2px;
}

/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}

/* Form Error Selectors
   ========================================================================== */
.hsformerror{
    font-size: 12px!important;
    border: 0 !important;
    color: #FFF!important;
    background-image: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    z-index: 99999 !important;
    border-color: #34495e !important;
    background: #34495e !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.hsformerror .close-form-error {
    color: #34495e;
}
.hsformerror em {
    border-color: #34495e transparent transparent !important;
}




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #34495e;
    border-color: #34495e;
    -webkit-appearance: none;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    border: 2px solid #FFF;
    border-color: #34495e;
    background: #34495e;
    color: #FFF;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}


/* Form Module Button
   ========================================================================== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}

/* Blog comment "reply to" section */
.comment-reply-to{
    color: #666!important;
    background: none!important;
    padding-left: 0px!important;
}
.comment-reply-to:before{
    content: "\f112";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px;
    font-size: 15px;
    color: #34495e;
    vertical-align: top;
}
/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/

/* CTA button with border */
.cta_border_button {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #34495e;
    border-color: #34495e;
    -webkit-appearance: none;
}
.cta_border_button:hover {
    border: 2px solid #FFF;
    color: #34495e;
    border-color: #34495e;
    background: #34495e;
    color: #FFF;
}

/* CTA button with Solid Background */
.cta_solid_button {
    border-style: solid;
    border-width: 2px;
    color: #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-transform: uppercase;
    border-color: #34495e;
    -webkit-appearance: none;
}
.cta_solid_button:hover {
    background: #FFF;
    border-style: solid;
    border-width: 2px;
    border-color: #34495e;
    background: #34495e;
    text-transform: uppercase;
}








/* ==========================================================================


   6. MISCELLANOUS                                        


   ========================================================================== */





/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 








/* ==========================================================================


   7. MOBILE MEDIA QUERIES                              


   ========================================================================== */



   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 1080px) {
    .container-fluid .row-fluid .page-center {
        padding: 10px;    
    }
    .container-fluid .footer-copyright .row-fluid .page-center {
        padding: 0 10px;
    }
}


/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 768px) {
    .header-container-wrapper{
        position: relative;
    }
    
    .header-container{
        padding: 0;
    }
    
    .header-container-wrapper .container-fluid .row-fluid .page-center{
        padding: 0;
    }
    
    .header-container .hs_cos_wrapper_type_logo a img {
        max-width: 200px;
        margin: 5px 0 5px 10px;
    }
    
    .row-fluid [class*="span"].header-cta{
        display: none !important;
    }
    
    /* General */
    .body-container-wrapper {
        padding-top: 0;
    }
    .padding40tb {
        padding: 25px 0;
    }
    .sidebar.right,
    .main-content,
    .blog-sidebar {
        margin: 25px 0;
    }
    
    /* Team Member Social */
    .three-column .team-member-social a {
        display: inline-block;
    }
    .three-column .team-member-social i {
        padding-right: 5px;
    }   
    .three-column .team-member-social a:last-child i {
        padding-right: 0;
    }
    .team-member-name,
    .team-member-title {
        text-align: center;
    }
    
    /* Footer */
    .footer-container-wrapper .more-links a i {
        display: inline-block;
        width: auto;
    }
    .footer-container .about-us,
    .footer-container .more-links {
        margin-bottom: 25px;
    }
    .footer-copyright .copyright-text {
        text-align: center;
    }
    .footer-follow-me{
        text-align: center;
        position: relative;
        right: auto;
    }
    
    /* Homepage */
    .service-group h4,
    .service-group-icon,
    #offer-background-image h1,
    #banner-background-image {
        text-align: center !important;
    }
    .homepage .subscribe-form {
        padding-top: 10px;
        position: relative;
    }
    .homepage .subscribe-form form {
        float: none;
    }
    .homepage .subscribe-form .hs_email {
        width: 100%;
        margin-bottom: 10px;
    }
    #banner-background-image {
        min-height: 650px;
    }
    #banner-background-image h1 {
        font-size: 32px;
        margin-bottom: 15px;
        margin-top: 55px;
    }
    #banner-background-image h3 {
        display: none;
    }
    .homepage .subscribe-form {
        width: 100%;
    }
    .social-tagline {
        text-align: center;
        margin-bottom: 15px;
    }
    .homepage .subscribe-form {
        padding-bottom: 150px;
    }
    .homepage .subscribe-form .hs_email .hs-error-msgs {
        position: relative;
        margin-top: 0;
        display: inline-block !important;
    }
    .homepage .subscribe-form .hs_submit {
        display: block;
        position: relative;
        width: 100%;
    }
    
    /* Blog */
    #comment-form {
        margin-bottom: 25px;
    }
}
     

/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 479px) {}
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}

@font-face {
  font-family: 'league_gothiccondensed_italic';
  src: url('https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Fonts/leaguegothic-condenseditalic.woff2') format('woff2'),
    url('https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Fonts/leaguegothic-condenseditalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'league_gothicCnRg';
  src: url('https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Fonts/leaguegothic-condensedregular.woff2') format('woff2'),
    url('https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Fonts/leaguegothic-condensedregular.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}



@font-face {
  font-family: 'league_gothicitalic';
  src: url('https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Fonts/leaguegothic-italic.woff2') format('woff2'),
    url('https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Fonts/leaguegothic-italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'league_gothicregular';
  src: url('https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Fonts/leaguegothic-regular.woff2') format('woff2'),
    url('https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Fonts/leaguegothic-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body
{
  font-family: 'Open Sans', sans-serif;
  color: #666;
}
a, p, span, strong, ul, li
{
  font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6
{
  font-family: 'Open Sans', sans-serif;
}
p, li
{
  font-size: 15px;
  line-height: 22px;
}
p:empty
{
  display: none;
}
a
{
  transition: all 0.3s;
  color: #143352;
}
a:hover, a:focus
{

}
:focus
{
  outline: none !important;
}
h1, h2, h3, h4, h5, h6
{
  color: #143352;
}
h1
{
  font-size: 36px;
}
h2
{
  font-size: 24px;
}
h3
{
  font-size: 18px;
}
h4
{
  font-size: 16px;
}
.container
{
  max-width: 1080px;
  margin: 0 auto;
}
ul
{
  list-style: none;
  padding: 0px;
}
a.cta_button,
.right-block-cta a
{
  background: #fff;
  color: #143352;
  padding: 8px 35px;
  border: 1px solid #fff;
  margin-top: 20px;
  display: inline-block;
  font-size: 15.58px;
  font-weight: 700;
  cursor: pointer;
}
a.cta_button:hover,
.right-block-cta a:hover
{
  background: transparent;
  color: #fff;
}

/*========================================
Header Section
==========================================*/
.header-container-wrapper {
    position: relative !important;
    width: 100%;
    z-index: 9999;
}
.header_module
{
  width: 85% !important;
  margin: 0 auto !important;
  float: none !important;
}
.header_module .container
{
  max-width: 100%;
}
.madimack_menu
{
  /*margin-left: 0px !important;*/
}
.custom-menu-primary.madimack_menu .hs-menu-wrapper>ul
{
  padding-top: 0;
}
.small-header .custom-menu-primary.madimack_menu .hs-menu-wrapper>ul 
{
  /*padding-top: 11px;*/
}
.madimack_menu ul li
{
  margin-right: 0px !important;
}
.madimack_menu.custom-menu-primary ul li ul
{
  width: auto;
  background: #056184;
  border: 0px;
  border-radius: 0px;
  /*left: -27% !important;*/
  padding-top: 0px !important;
  padding-bottom: 0px;
}
.madimack_menu.custom-menu-primary ul li ul:before
{
  display: none;
}
.madimack_menu.custom-menu-primary ul li ul li ul
{
  left:100% !important;
  right: inherit !important;
}
.madimack_menu.custom-menu-primary ul li ul li a
{
  color: #fff !important;
  font-size: 13px;
  text-align: center;
  border-top: 0px solid #173a5c;
}
.madimack_menu.custom-menu-primary ul li ul li:hover
{
  background: #359dc7 !important;
}

.madimack_menu ul li a
{
  font-size: 15px;
  color: #262a2b !important;
  font-weight: 400;
  text-transform: uppercase;
  padding: 7px 17.55px !important;
}
.small-header .madimack_menu ul li a
{
  color: #143352 !important;
}
.madimack_menu ul li a:after
{
  display: none !important;
}
.madimack_menu ul li a:hover
{
  /*background: #143352;*/
  color: #359dc7 !important;
}
.madimack_menu ul li ul li a
{
  text-align: left !important;
}
.madimack_logo img
{
  max-width: 185px;
  /*margin-top: 35px;*/
  padding:30px 0;
}
.madimack_logo a:after
{
  display: none !important;
}
.header-container
{
  padding: 0px 0px;
  background: #ffffff;
}
.small-header .header-container 
{
  background: #ffffff;
  padding: 0px;
}
.small-header .madimack_white_logo 
{
  display: none !important;
}
.small-header .madimack_blue_logo 
{
  display: block !important;
}

/*========================================
Slider Section
==========================================*/

.home-slider
{
  position: relative;
  color: #fff;
  text-align: center;
}
.home-slider:before 
{
  position: absolute;
  content: "";
  height: 35px;
  width: 20px;
  background: transparent;
  border: 3px solid #325c8a;
  border-radius: 10px;
  z-index: 9;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  display: none;
}
.home-slider:after 
{
  position: absolute;
  content: "";
  background: url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Homepage/slider-after.png?t=1522393832737);
  bottom: -50px;
  height: 200px;
  width: 100%;
  z-index: 9;
  background-position: center;
  left: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
/*
@keyframes arrow1{
0%
{
transform:translate(0,0px)
}
50%
{
transform:translate(0,10px)
}
100%
{
transform: translate(0,20px);
}
}*/

@keyframes arrow1{
  0%,10%
  {
    opacity:0;
    transform:translate(0,0px)
  }
  50%,60%
  {
    opacity:1;
    transform:translate(0,50px)
  }
  100%
  {
    opacity:0;
    transform:translate(0,100px)
  }
}

.banner-slide:before 
{
  position: absolute;
  background: linear-gradient(to right,rgba(21, 65, 109, 0.7) ,  rgba(20, 51, 82, 0.7));
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0;
  content: "";
}
.banner-slide
{
  height: 600px;
  width: 100%;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.banner-slide .container
{
  display: table;
  position: relative;
  height: 100%;
  width: 100%;
}
.banner-text
{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.banner-text h2
{
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto;
  line-height: 34px;
  color: #fff;
}
.banner-text p 
{
  font-weight: 100;
  margin: 10px auto 15px;
  font-size: 18.42px;
  line-height: 21.25px;
}
.banner-text a, .banner-inner-sec a
{
  background: #fff;
  /* background:#143352;*/
  color: #143352;
  text-transform: uppercase;
  padding: 10px 28px;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  font-weight: 400;
}
.hs-blog-post .banner-inner-sec a
{
  background:#143352;
}
.banner-text a:hover, .banner-inner-sec a:hover
{
  background: #143352;
  color: #fff;
}
.banner-text p:last-child
{
  margin-bottom: 0px;
}
.banner-text a.cta_button 
{
  padding: 14.5px 37.79px;
  margin-top: 25px;
}
.home-slider button.slick-prev.slick-arrow, .home-slider button.slick-next.slick-arrow
{
  display: none !important;
}
.home-slider ul.slick-dots
{
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 10px;
  margin: 0px;
}
.home-slider ul.slick-dots li
{
  overflow: visible;
  line-height: 1.2;
  display: inline-block;
  margin-right: 10px;
}
.home-slider ul.slick-dots li:last-child
{
  margin-right: 0px;
}
.home-slider ul.slick-dots li button 
{
  background: transparent;
  border: 4.5px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  text-indent: -99999999999px;
  width: 14px;
  height: 14px;
  padding: 0px;
  cursor: pointer;
}
.home-slider ul.slick-dots li.slick-active button
{
  border: 4.5px solid #fff;
}
.home-slider ul.slick-dots li button:focus,  .home-slider ul.slick-dots li:focus
{
  outline: none;
}
.new-home-2021 a#cta_button_4337543_1347fad3-ad58-41c1-8128-85d38258d31d {
  margin-left: 5px;
}
.new-home-2021 a#cta_button_4337543_66201946-d5c4-4a41-8c57-529acf254501 {
  margin-right: 5px;
}
.new-home-2021 .banner-content p {
  margin: 0 !important;
}
.product .body-container-wrapper h2, .new-home-2021 .map-filter-sec .heading-sec h4 {
  margin-bottom: 10px !important;
}
.new-home-2021 .view-latest-bro-btn a, .product .body-container-wrapper .cta_button a{
  font-size:14px !important;
}
.new-home-2021 a#cta_button_4337543_ed105170-1ea3-4753-a08e-40cbb55fbf71 {
  background: #fff;
  color: #143352 !important;
  padding: 8px 35px;
  border: 1px solid #fff;
  margin-top: 20px;
  display: inline-block;
  font-size: 15.58px;
  font-weight: 700;
  cursor: pointer;
}
.new-home-2021 .view-latest-bro-cont-rep-inner .view-latest-bro-text {
  width: 70% !important;
}
.new-home-2021 .view-latest-bro-cont-rep-inner a.view-latest-bro-img {
  width: 30% !important;
}
.new-home-2021 .view-latest-bro-cont-rep-inner .second-cont {
  padding-right: 0 !important;
  padding-left: 110px;
}
.new-home-2021 .view-latest-bro-cont-rep-inner .bottom-text {
  display: block;
  width: 100%;
}
.new-home-2021 .selecting-the-best-pool-btn.cta_button {
  margin-bottom: 20px;
}
.new-home-2021 .selecting-the-best-pool-outer {
  padding-bottom: 50px;
}
.new-home-2021 a#cta_button_4337543_ed105170-1ea3-4753-a08e-40cbb55fbf71:hover {
  background: transparent !important;
  color: #fff !important;
}
.new-home-2021 div#pac-container {
  margin-right: 15px;
}
.new-home-2021 input.ss-submit.location-btn {
  margin-left: 15px;
}




/*========================================
Full Width Section
==========================================*/

.full-width-section
{
  text-align: center;
  color: #143352;
  /*height: 373px;*/
  display: table;
  width: 100%;
  position: relative;
  background-position: center !important;
  background-size:  cover !important;
  background-attachment: fixed;
  padding: 70px 0px;
}
.full-width-section:before 
{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
}
.full-width-section .container
{
  display: table-cell;
  vertical-align: middle;
}
.full-width-section h2, .property-header h2, .about-header h2, .testi-header h2
{
  font-weight: 800;
  position: relative;
  display: inline-block;
  padding-bottom: 17px;
  margin-bottom: 35px;
  color: #143352;
  text-transform: uppercase;
  line-height: 30px;
}
.full-width-section h2 span
{
  position: relative;
  padding-bottom: 10px;
}
.full-width-section h2 span:before, .full-width-section h2 span:after, .property-header h2:before, .property-header h2:after, .about-header h2:after, .about-header h2:before, .subscribe-header h2:before, .subscribe-header h2:after, .testi-header h2:before, .testi-header h2:after
{
  position: absolute;
  bottom: 0px;
  background: #143352;
  height: 2px;
  width: 95%;
  content:"";
}
.full-width-section h2 span:before
{
  left: 0px;
}

.full-width-section h2 span:after
{
  right: 0px;
  bottom: 3px;
}
.full-width-section h4
{
  position: relative;
}
.full-width-section p
{
  font-size: 18.42px;
  line-height: 21.25px;
  color: #000;
  font-weight: 400;
  max-width: 38%;
  margin: 0 auto;
  position: relative;
}

/*========================================
Tabs Section
==========================================*/


.tabbing-section
{
  padding: 70px 0px;
}
.tabbing-section .resp-tabs-list
{
  display: inline-block;
  margin: 0 auto 30px;
}
#horizontalTab
{
  text-align: center;
}

ul.resp-tabs-list
{
  margin: 0px;
  padding: 0px;
}
.resp-tabs-list li 
{
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  padding: 8px 24.64px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  border: 1px solid #143352;
  margin-right: 2px;
  color: #143352;
  transition: all 0.5s;
}
.resp-tabs-list li:hover, .resp-tabs-list li.resp-tab-active
{
  background: #143352;
  color: #fff;
}
.two-cols-box {
  width: 33.33%;
  float: left;
  padding: 30px 30px 30px 70px;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.sec-img
{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0;
}
.sec-img img 
{
  max-width: 81px;
}
.two-cols-box:hover .first-img
{
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.two-cols-box:hover .sec-img
{
  visibility: visible;
  transform: scale(1.2);
  opacity: 1;
  transition: all 0.5s;
}
.two-cols-box:nth-child(3n)
{
  border-right: 0px;
}
.two-cols-box:last-child, .two-cols-box:nth-last-child(2)
{
  /*border-bottom: 0px;*/
}
.two-cols-box .two-right
{
  text-align: left;
}
.two-cols-box .two-left
{
  width: 108px;
  position: relative;
}
.two-cols-box .two-left, .two-cols-box a
{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.two-cols-box .two-right h4
{
  color: #143352;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 24px;
  max-width: 90%;
}
.resp-tabs-container 
{
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion 
{
  cursor: pointer;
  padding: 5px;
  display: none;
  width: 100%;
}
.resp-tab-content 
{
  display: none;
  padding: 15px 0px;
}
.resp-tab-active 
{
  /*border: 1px solid #143352;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;*/
}
.resp-tab-active 
{
  border-bottom: none;
  background-color: #fff;
}
.resp-content-active, .resp-accordion-active 
{ 
  display: block; 
}

.resp-tab-content 
{ 
  border: 0px solid #143352; 
}
h2.resp-accordion 
{
  font-size: 15px;
  border: 1px solid #143352;
  border-top: 0px solid #143352;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active 
{
  border-bottom: 1px solid #143352 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child 
{
  border-bottom: 12px solid #143352 !important;
  background: blue;
}
/*-----------Accordion styles-----------*/

h2.resp-tab-active
{ 
  background: #143352 !important; 
  color: #fff;
}
.resp-easy-accordion h2.resp-accordion 
{ 
  display: block; 
}

.resp-easy-accordion .resp-tab-content 
{ 
  border: 1px solid #c1c1c1; 
}

.resp-easy-accordion .resp-tab-content:last-child 
{ 
  border-bottom: 1px solid #143352 !important; 
}
.resp-jfit 
{
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active 
{ 
  display: block; 
}

h2.resp-accordion:first-child 
{ 
  border-top: 1px solid #143352 !important; 
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
.product .body-container-wrapper li, .product .body-container-wrapper p, .product .body-container-wrapper a, 
.product .body-container-wrapper span, .product .body-container-wrapper h2, .product .body-container-wrapper h1, .product .body-container-wrapper h5 {
  font-family: 'Roboto', sans-serif;
}
.product .body-container-wrapper h2,
.new-home-2021 .map-filter-sec .heading-sec h4 {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: normal;
  color: #143352;
  position: relative;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.view-latest-bro-main {
  padding: 50px 0 0;
}
.product .body-container-wrapper h2:after,
.new-home-2021 .map-filter-sec .heading-sec h4::after {
  width: 83px;
  height: 5px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  background-image: url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/products/title-border-left.png);
}
.product .body-container-wrapper p, .product .body-container-wrapper li {
  font-size: 18px;
  line-height: 25px;
  color: #143352;
  position: relative;
  font-weight: normal;
}
.product .body-container-wrapper li{
  padding-left: 10px;
}
.product .body-container-wrapper li:before{
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 6px;
  background: #00a9e9;
  border-radius: 12px;
}
.product .full-width-section a {
  font-weight: bold;
}
.view-latest-bro-text ul {
  width: 100%;
  margin: 0;
}
.view-latest-bro-text .first-cont ul, .view-latest-bro-text .second-cont ul, 
.view-latest-bro-text .first-cont, .view-latest-bro-text .second-cont{
  width: 100%;
}
.view-latest-bro-text {
  display: flex;
  flex-wrap: wrap;
}
.view-latest-bro-cont-outer .view-latest-bro-cont-rep-inner, .request-your-free-pool-outer, .saving-our-cust-rep-outer{
  display: flex; 
  flex-wrap: wrap;
  --gap: 1rem;
}
.view-latest-bro-cont-rep-inner >div, .request-your-free-pool-outer>div {
  width: 100%;
}
.view-latest-bro-text .second-cont h5 {
  font-size: 18px;
}
.view-latest-bro-text ul li {
  margin-bottom: 20px;
  font-weight: bold !important;
}
.view-latest-bro-btn a, .product .body-container-wrapper .cta_button a{
  height: 50px;
  min-width: 200px;
  background: #004976;
  color: #fff;
  font-size: 16px;
  padding: 12px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-top: 35px;
  text-align: center;
}
.request-your-free-pool {
  padding: 50px 0 0;
}
.view-latest-bro-text h4 {
  font-size: 22px;
}
.view-latest-bro-text .second-cont ul li {
  margin: 0;
  font-weight: normal !important;
}
.view-latest-bro-text p strong{
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
}
.view-latest-bro-cont-rep {
  padding-bottom: 40px;
}
.view-latest-bro-cont-rep:last-child {
  padding-bottom: 0px;
}
.selecting-the-best-pool-main, .this-is-why-we {
  padding: 50px 0 0;
}
.selecting-the-best-pool-outer {
  display: flex;
  flex-wrap: wrap;
}
.selecting-the-best-pool-outer>div {
  width :100%;
}
.saving-our-cust-rep-outer{
  --gap: 1.5rem;
  margin-left: calc(-1 * var(--gap));
}
.saving-our-cust-rep-outer>div{
  margin-left: calc(var(--gap));
  width: 100%;
  position: relative;
}
.saving-our-cust-rep-cont h4 {
  font-size: 50px;
  color: #fff;
  margin: 0;
  line-height: normal;
  font-family: 'Roboto', sans-serif;
}
.this-is-why-we-text h4 {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.this-is-why-we-content li p:first-child {
  color: #6b6b6b;
  margin: 0;
}
.this-is-why-we-content li p {
  margin: 0 0 20px;
}
.this-is-why-we-content li:before{
  display: none;
}
.this-is-why-we-inner {
  padding: 40px;
  background: #e6f8ff;
  margin-top: 25px;
}
.saving-our-cust-rep-cont p {
  font-size: 30px !important;
  line-height: normal !important;
  color: #fff !important;
}
.saving-our-cust-rep-cont {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 18px;
}
.this-is-why-we-content ul li {
  padding: 0 0px 0 0!important;
}
.press-media-main {
  padding: 50px 0;
}
.press-media-icons-outer {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.this-is-why-we-btn.cta_button a {
  padding: 0 !important;
  color: #00a9e9 !important;
  background: transparent !important;
  height: auto !important;
  min-width: auto !important;
  border-bottom: solid 2px;
  line-height: normal;
  margin-top: 0 !important;
}
.this-is-why-we-btn.cta_button a:hover {
  color: #143352 !important;
}
.view-latest-bro-btn a:hover, .product .body-container-wrapper .cta_button a:hover {
  background: #00a9e9;
  color: #fff;
}
.saving-our-cust-main{
  padding-top: 50px;
}

ul.slick-dots li:before {
  opacity: 0;
}
.this-is-why-we ul.slick-dots li {
  padding: 0 !important;
  display: inline-block !important;
  margin: 0 5px;
}
.this-is-why-we ul.slick-dots li button{
  width: 10px;
  padding: 0;
  height: 10px;
  font-size: 0;
  border: 0;
  background: #143352;
  border-radius: 50%;
  opacity: .2;
}
.this-is-why-we ul.slick-dots li.slick-active button{
  opacity: 1;

}
ul.slick-dots {
  text-align: center;
}
.press-media-icon-rep {
  padding: 0 12px;
}
.press-media-icons-outer {
  margin-left: -12px;
  margin-right: -12px;
}
.pool-heat-pump-cal-form{
  padding-top: 30px;
}
.pool-heat-pump-cal-form .hs-form-field >label {
  font-size: 18px;
  margin-bottom: 5px;
  color: #143352;
  display: block;
  line-height: normal;
}
.pool-heat-pump-cal-btm-txt {
  margin-top: 35px;
}
.free-evaluation-left {
  position: relative;
}
.hs-error-msgs label {
  font-size: 16px;
  font-weight: normal;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
}


@media (min-width: 768px) {
  .free-evaluation-left:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: 0;
    right: -48%;
    background: #e6f8ff;
  }
  .free-evaluation-outer p, .free-evaluation-right img {
    position: relative;
    z-index: 1;
  }
  .saving-our-cust-rep-outer>div{
    margin-left: calc(var(--gap));
    width: calc(100% / 3 - var(--gap));
    position: relative;
  }
  .this-is-why-we-content ul {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
  }
  .this-is-why-we-content ul li {
    width: 50%;
    padding: 0 20px 0 0!important;
  }
  .selecting-the-best-pool-outer>div {
    width : 50%;
  }
  .selecting-the-best-pool-outer>div:first-child {
    padding-right: 35px;
  }
  .request-your-free-pool-right-txt, .request-your-free-pool-right-btn {
    text-align: right;
  }
  .request-your-free-pool-right-txt h2:after {
    right: 0;
    left: auto !important;
  }
  .request-your-free-pool-outer>div {
    width: 50%;
  }
  .request-your-free-pool-outer>div.request-your-free-pool-right {
    padding-left: 35px;
  }
  .view-latest-bro-text ul{
    width: 50%;
    padding-right: 25px;
  }
  .view-latest-bro-text .first-cont{
    width: 44%;
    padding-right: 25px;
  }
  .view-latest-bro-text .second-cont {
    width: 55%;
  }

  .view-latest-bro-cont-rep-inner .view-latest-bro-img {
    width: 35%;
    text-align: right;
  }
  .view-latest-bro-cont-rep-inner .view-latest-bro-text {
    width: 65%;
  }
}
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list 
  {
    display: none; 
  }
  h2.resp-accordion 
  { 
    display: block; 
  }
  .resp-vtabs .resp-tab-content 
  { 
    border: 1px solid #143352; 
  }
  .resp-vtabs .resp-tabs-container
  {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed 
  { 
    display: none !important; 
  }
  .resp-vtabs .resp-tab-content:last-child 
  {
    border-bottom: 1px solid #143352 !important; 
  }
}


/*========================================
Property automation Section
==========================================*/

.automation-background
{
  color: #143352;
  text-align: center;
}
.property_automation
{
  /*background: #359dc7;*/
  padding: 70px 0px;
  border-top: 2px solid #f4f4f4;
}
.property-header
{
  text-align: center;
  margin-bottom: 20px;
}
.property-header h2, .about-header h2, .testi-header h2
{
  padding-bottom: 11px;
  margin-bottom: 25px;
}
.property-header h2, .testi-header h2
{
  color: #143352;
}
.property-header h2:before, .testi-header h2:before
{
  right: 0px;
  background: #143352;
}
.property-header h2:after, .testi-header h2:after
{
  left: 0px;
  bottom: 3px;
  background: #143352;
}
.property-sol {
  width: 32.7%;
  float: left;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
.automation-background .hs_cos_wrapper_widget:last-child  .property-sol
{
  margin-right: 0px;
}
.single-automation 
{
  border: 0px double #7cbfdb;
  padding: 0px;
  position: relative;
  /*background: url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Homepage/vacational-rentals.jpg);*/
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: auto;
  display: table;
  width: 100%;
}
/*
.single-automation:before
{
position: absolute;
content: "";
background: rgba(53, 157, 199, 0.4117647058823529);
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
visibility: hidden;
transition: all 0.3s;
}*/
.single-automation .read-more
{
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 9;
  color: #fff;
}
.property-sol .bottom-content
{
  padding: 60px 0px 20px;
  background: url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Homepage/hover.png?t=1523624845630);
  position: absolute;
  /*bottom: -100%;*/
  bottom: 0px;
  z-index: 9;
  background-position: left;
  background-size: cover;
  transition: all 0.3s;
}
.property-sol:hover .bottom-content
{
  /*bottom: 0;*/
}
.bottom-content h2
{
  color: #fff;
  margin: 0px;
}
.bottom-content h4
{
  color: #b2e9ff;
  margin: 0px;
  line-height: 20px;
}
.bottom-content p
{
  color: #fff;
} 
.bottom-content .read-more a
{ 
  color: #b2e9ff;
}
.single-automation:hover .read-more, .single-automation:hover:before
{
  opacity: 1;
  visibility: visible;
}
/*
.single-automation:first-child
{
background: url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Homepage/home-owners.jpg);
background-size: cover;
background-position: center;
}
.single-automation:last-child
{
background: url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Homepage/landlords.jpg);
background-size: cover;
background-position: center;
}*/
.single-automation:after 
{
  content: "";
  position: absolute;
  width: 103%;
  height: 103.5%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  left: -5.5px;
  top: -5px;
  z-index: 1;
  display: none;
}
.single-automation img
{
  /*width: 60px !important;*/
  position: relative;
  z-index: 9;
  width: 100%;
}
.single-automation h2
{
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #fff;
  margin-top: 2px;
  position: relative;
  z-index: 9;
}
.single-automation h4
{
  font-weight: 600;
  font-size: 20px;
  color: #b2e9ff;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
}
.single-automation p
{
  font-weight: 400;
  min-height: 75px;
  position: relative;
  z-index: 9;
}
.single-automation a
{
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: ;
  margin-top: 16px;
  display: inline-block;
  line-height: 1.1;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 9;
}
span.main-image {
  display: inline-block;
  width: 100%;
}
.title-text {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(20, 51, 82, 0.75) !important;
  padding: 10px;
  transition: all 0.3s;
  display: none;
}
.title-text h2 {
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}
.property-sol:hover .title-text 
{
  bottom: -100%;
}


/*========================================
Footer Section
==========================================*/

.madimack_footer_outer
{
  padding: 60px 0px 0px;
  border-top: 2px solid #f4f4f4;
}
.footer-top-sec
{
  padding-bottom: 7px;
}
.footer-menu-inner
{
  /* display: inline-block !important;
  width: auto !important;
  text-align: left;
  margin: 0 auto;
  float: none !important;*/
}
.footer-menu-inner 
{
  display: inline-block !important;
  width: 48% !important;
  text-align: left;
  margin: 0 auto;
  float: none !important;
  vertical-align: top;
}
.madimack_footer h3
{
  /*font-size: 16.29px;*/
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 600;
  color: #143352;
}
.madimack_footer ul
{
  padding-left: 0px;
}
.madimack_footer ul li, .footer-menu ul li a
{
  /*font-size: 11.34px;
  line-height: 15.59px;*/
  font-size: 15px;
  line-height: 22px;
}
.footer-contact
{
  padding-right: 30px;
}
.footer-contact ul li
{
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.footer-contact ul li a
{
  color: #666;
}
.footer-contact ul li a:hover
{
  color: #143352;
}
.madimack_footer ul li:before
{
  display: none;
}
.footer-contact ul li svg
{
  color: #143352;
  position: absolute;
  left: 0px;
  top: 2px;
}
.footer-menu
{
  /*    text-align: center;*/
}
.footer-menu ul li
{
  padding-bottom: 10px;
}
.footer-social ul li
{
  display: inline-block;
  margin-right: 15px;
}
.footer-social ul li a
{
  font-size: 20px;
}
.footer-social ul li a:hover {
  color: #359dc7;
}
.footer-menu ul li a
{
  padding: 0px !important;
  color: #666;
}
.footer-menu ul li a:hover
{
  color: #143352;
}
.footer-social ul li a i
{
  font-family: fontawesome !important;
  color: #143352;
  font-style: inherit;
  font-size: 18px;
  padding-right: 20px;
}
.copyright-sec
{
  text-align: center;
  color: #fff;
  background: #143352;
  padding: 10px 0px;
}
svg.svg-inline--fa.fa-phone.fa-w-16
{
  transform: rotate(90deg);
}
.membership-header
{
  margin-top: 30px;
}
.membership-image img
{
  max-width: 250px;
}

/*========================================
Toggle Button
=========================================*/

.mobile-trigger.cta_border_button
{
      border: 1px solid #056184;
    border-radius: 0px;
    background: #056184;
    padding: 10px;
    top: 34px;
}
.mobile-trigger.cta_border_button span 
{
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  margin: 0 0 5px 0;
}
.mobile-trigger.cta_border_button span:last-child
{
  margin-bottom: 0px;
}

/*========================================
Banner Pages Banner
==========================================*/

.banner-inner-sec .full-width-section
{
  height: /*291px;*/ 500px;
  position: relative;
  color: #fff;
  background-attachment: inherit;
}

.banner-inner-sec .full-width-section:before
{
  position: absolute;
  background: linear-gradient(to right,rgba(21, 65, 109, 0.7) , rgba(20, 51, 82, 0.7));
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0;
  content: "";
}
.banner-inner-sec .full-width-section h2
{
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  max-width: 70%;
  margin: 0 auto;
  color: #fff;
  line-height: 34px;
  padding-bottom: 0px;
}
.banner-inner-sec .full-width-section h4
{
  color: #fff;
}
.banner-inner-sec .full-width-section p
{
  position: relative;
  color: #fff;
  font-size: 15px;
  margin-top: 16px;
  line-height: 22px;
  max-width: 70%;
}
.banner-inner-sec .full-width-section h2:after, .banner-inner-sec .full-width-section h2:before
{
  display: none;
}

/*========================================
About Page
==========================================*/

.about-sec-outer
{
  /*text-align: center;*/
  padding: 50px 0px;

}
.about-content-sec h2
{
  font-size: 24px;
  line-height: 20px;
  color: #359dc7;
  font-weight: 700;
  margin-bottom: 15px;
}
.about-header h2:after
{
  width: 110px;
  bottom: 3px;
  left: -10px;
}
.about-header h2:before
{
  width: 110px;
  right: -10px;
}
.about-content-sec p
{
  max-width: 75%;
  margin: 0 auto 31px;
}

.about-left-image img {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding: 15px 10px;
}


.about-right-content h2, .about-right-content h1, .intsallation-title h2, .smart-icons-title h2
{
  position: relative;
  display: inline-block;
  margin-left: 15px;
  padding-bottom: 10px;
}
.about-right-content h2:before, .about-right-content h2:after, .about-right-content h1:before, .about-right-content h1:after, .intsallation-title h2:before, .intsallation-title h2:after, .smart-icons-title h2:before, .smart-icons-title h2:after
{
  position: absolute;
  bottom: 0px;
  background: #143352;
  height: 2px;
  width: 105%;
  content: "";
}
.about-right-content h2:before, .about-right-content h1:before, .intsallation-title h2:before, .smart-icons-title h2:before
{
  right: -15px;
  background: #143352;
}
.about-right-content h2:after, .about-right-content h1:after, .intsallation-title h2:after, .smart-icons-title h2:after
{
  left: -15px;
  bottom: 3px;
  background: #143352;
}
.about-right-content a.cta_button
{
  background: #143352;
  color: #fff;
}
.about-right-content a.cta_button:hover
{
  background: #359dc7;
}
.about-intro-main {
  background: #f2f2f2;
  padding: 70px 0px;
}
.about-intro-main .hs_cos_wrapper_widget_container
{
  display: table;
  position: relative;
}
.about-intro-main .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget
{
  display: table-cell;
  vertical-align: top;
  width: 33.33%;
  height: 100%;
  position: relative;
}
.single-column-module 
{
  text-align: center;
  padding: 0px 25px 0px;
}
.image-sec-main img {
  box-shadow: 2px 2px 15px -6px rgba(0, 0, 0, 0.4);
}
.contant-sec .title-sec {
  margin: 25px 0px 15px;
}
.contant-sec .title-sec h2
{
  font-size: 20px;
}
.contant-sec .title-sec h2 .hs_cos_wrapper_widget
{
  display: inline-block;
  width: 100%;
}
.contant-sec .cta-sec {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.contant-sec .cta-sec a 
{
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background: #143352;
  padding: 6px 17px;
  display: inline-block;
}
.contant-sec .cta-sec a:hover
{
  background: #359dc7;
}
/*----- 30-nov-22 ------*/
.contant-sec .cta-sec h2 {
  display: inline-block;
  margin: 0;
  font-size: 14px;
}
/*----------------------*/

/*========================================
Solutions Page
==========================================*/

.left-right-sec
{
  display: table;
  background: #f8f8f8;
  margin: 0 auto;
  width: 100%;
}
.image-sec
{
  height: 267px;
  background-size: cover !important;
}
.mob-img
{
  display: none !important;
  background-size: cover !important;
}
.image-sec 
{
  width: 582px;
  display: table-cell;
  vertical-align: middle;
  height: 378px;
}
.content-sec
{
  width: 582px;
  display: table-cell;
  vertical-align: middle;
  height: 378px;
  padding: 0 100px;
}
.content-sec h2
{
  /*font-size: 15.59px;*/
  font-weight: 700;
  color: #143352;
  line-height: 17px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}
.content-sec h4
{
  color: #143352;
  margin: 0 auto;
  line-height: 24px;
  font-size: 16px;
}
.content-sec p
{
  margin: 2px auto 20px;
}
.content-sec a
{
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background: #143352;
  padding: 6px 17px;
  display: inline-block;
  margin-top: 10px;
}
.content-sec a:hover
{
  background: #359dc7;
}



/***************************************************29-march-2018*******************************/


.partnership-sec-outer {
  padding: 70px 0px 0px;
}
.partnership-sec-outer .widget-type-header div > span h2 {
  font-size: 30px !important;
  color: #143352;
  text-align: center;
  position: relative;
  padding-bottom: 0px;
  margin: 54px auto 0;
  display: inline-block;
  width: 100%;
}

.partnership-sec-outer .widget-type-header div > span h2:before {
  background: #143352 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 20px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 178px;
  bottom: 0px;
}
.partnership-sec-outer .widget-type-header div > span h2:after {
  background: #143352 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 178px;
  bottom: -4px;
}
.partnership-sec-outer .partnership-content div > span p {
  text-align: center;
  margin: 15px auto 50px;
  max-width: 50%;
}

.left-right-sec .image-sec h2 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  background:rgba(85,163,193, 0.9);
}

.partnership-left-right .left-right-sec {
  display: table;
  background: #f8f8f8;
  margin: 0 auto;
  width: 100%;
}

.partnership-left-right .left-right-sec .image-sec h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: rgba(85,163,193, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 6px 0;
}
.partnership-left-right .left-right-sec .image-sec {
  width: 582px;
  display: table-cell;
  vertical-align: middle;
  height: 378px;
  position: relative;
}
.partnership-left-right .left-right-sec {
  display: table;
  background: #f8f8f8;
  margin: 0 auto;
  width: 100%;
}
.partnership-left-right .content-sec {
  width: 582px;
  display: table-cell;
  vertical-align: middle;
  height: 378px;
  padding: 0 82px;
}
.partnership-left-right .content-sec h2 {
  font-size: 20px;
  font-weight: 700;
  color: #143352;
  line-height: 17px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.partnership-left-right .content-sec p {
  margin: 0;
}
.partnership-left-right {
  margin-bottom: 54px;
}


/***************************************************30-march-2018*******************************/



/***************************************************5-april-2018*******************************/
.hs-form-required {
  display: none;
}
.hs-error-msgs label {
  color: #f00;
}
.hs_error_rollup {
  display: none;
}

.compli-form form {
  padding: 50px 41px;
  background: #ededed;
}

.form-main-sec .widget-type-form form input,
.compli-form form input,
.compli-form form select {
  height: 40px;
}

.compli-form form input,
.compli-form form select {
  border-radius: 0px;
}

.form-main-sec .widget-type-form form input[type="submit"], .compli-form .widget-type-form form input[type="submit"]
{
  background: #143352;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 28px;
  font-size: 14px;
  display: inline-block;
  border-radius: 0px;
}
.form-main-sec .widget-type-form form input[type="submit"]:hover, .compli-form .widget-type-form form input[type="submit"]:hover
{
  background: #359dc7;
  border-color: #359dc7;
}
.form-main-sec .widget-type-form form .hs-form-field,  .compli-form .widget-type-form form .hs-form-field {
  margin-bottom: 30px;
}
.hs_cos_wrapper_type_rich_text ul {
  padding-left: 0px !important;
}
.form-main-sec .widget-type-rich_text ul li {
  padding-bottom: 8px;
  display:table;
}
.form-main-sec .widget-type-rich_text ul li:before {
  display: inline-block;
  content: "";
  margin-right: 8px;
  color: #34495e;
  font-size: 3px;
  width: 20px;
  height: 11px;
  margin-top: 6px;
  vertical-align: middle;
  background: url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Quote%20Landing%20PAge/bullets.1.png);
  background-size: 9px;
  background-repeat: no-repeat;
  display:table-cell;
  background-position: 0% 50%;
}
.form-main-sec {
  margin: 50px 0 40px;
}
.form-main-sec h2
{
  text-transform: uppercase;
}

/****product-page****/


.product-sec-outer {
  padding: 70px 0;
}
.product-content-sec {
  padding-bottom: 40px;
  text-align: center;
}
.product-content-sec p {
  color: rgb(102, 102, 102);
  line-height: 20px;
}.product-sec-outer .product-content-sec {
  float: none;
  margin: auto !important;
  max-width: 670px;
}
.product-box {
  background: rgb(248, 248, 248) none repeat scroll 0 0;
}.product-box span {
  display: block;
}.product-box img {
  width: 100% !important;
}.product-description h3 {
  color: rgb(20, 51, 82);
  font-family:'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  margin-bottom: 20px;
}.product-description p {
  color: rgb(102, 102, 102);
  line-height: 22px;
  margin-bottom: 13px; max-width:93%;
}
.product-links a:hover {
  background: #369dc8 none repeat scroll 0 0;}
.product-links a {
  background: rgb(20, 51, 82) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 14px; font-family:'Open Sans', sans-serif;
  font-weight: 600;
  padding: 18px 10px;
  text-transform: uppercase;
  width: 470px;
}.product-links {
  margin-top: 70px; text-align:center;
}.product-description a.cta_button, .product-description .buy-cta a.cta_button:hover {
  background: rgb(20, 51, 82) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
}.product-description .span6 {
  width: auto;
}.product-description .buy-cta a.cta_button, .product-description a.cta_button:hover {
  background: rgb(54, 157, 200) none repeat scroll 0 0;
}.product-links .span6.right-product-link {
  margin-left: 7px;
}
.product-links .span6 {
  width: auto;
}.product-links .span6 {
  display: inline-block;
  float: none;
  width: auto;
}.product-description {
  padding: 15px 0;
}.product-description .span6.quote-cta {
  margin-left: 8px;
}

/*================================== Blog Page ==================================================*/

.banner-inner-sec .full-width-section .row-fluid-wrapper:nth-child(2)
{
  display: table;
  height: 100%;
  width: 100%;
}
.banner-inner-sec .full-width-section .row-fluid-wrapper:nth-child(2) > .row-fluid 
{
  display: table-cell;
  vertical-align: middle;
}
.banner-inner-sec .full-width-section .row-fluid-wrapper:nth-child(2) > .row-fluid > .container
{
  display: block;
}

.blog-subscribe-section
{
  background: rgba(20, 51, 82, 0.85);
  padding: 50px 0px;
  text-align: center;
  color: #fff;
  border-bottom: 10px solid #143352;
}
.subscribe-header h2, .blog-subscribe-section h3
{
  color: #fff;
  position: relative;
  display: inline-block;
}
.subscribe-header h2:after, .subscribe-header h2:before
{
  background: #fff;
  width: 100%;
}
.subscribe-header h2:before
{
  left: -15px;
}
.subscribe-header h2:after
{
  right: -15px;
  bottom: 3px;
}
.blog-subscribe-section form
{
  margin-top: 50px;
}

.blog-subscribe-section form input
{
  background: transparent url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Blog/envelop-icon.png);
  border-radius: 0px;
  height: 47px !important;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 21.25px;
  background-repeat: no-repeat;
  background-position: 18px;
  padding-left: 50px;
}
.blog-subscribe-section form input:focus
{
  box-shadow: none;
  border-color: #143352;
}
.blog-subscribe-section form input::-webkit-input-placeholder 
{
  color: #fff !important;
}
.blog-subscribe-section form .hs_email, .blog-subscribe-section form .hs_submit
{
  display: table-cell;
  vertical-align: top;
}
.blog-subscribe-section form .hs_email
{
  width: 100%;
}
.blog-subscribe-section form input[type="submit"]
{
  width: 178px;
  color: #143352;
  font-size: 21.25px;
  font-weight: 600;
  height: 47px !important;
  border: 0px;
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
  margin-left: 25px;
}
.blog-subscribe-section form input[type="submit"]:hover
{
  background: #143352;
  border: 0px;
}
.blog-subscribe-section form .hs-error-msgs 
{
  text-align: left;
}
.main-blog
{
  padding: 50px 0px;
}
.main-blog .post-item
{
  padding-bottom: 30px !important;
  display: table;
  width: 100%;
}
.post-content-right, .post-content-left 
{
  display: table-cell;
  vertical-align: middle;
}
.post-content-left
{
  width: 40%;
  background-position: center !important;
  background-size: cover !important;
}
.post-content-right 
{
  background: #f8f8f8;
  padding: 50px 30px;
}
.main-blog h2 a, .banner-inner-sec .full-width-section h1 span
{
  color: #143352;
}
.main-blog h2
{
  line-height: 30px;
}
.post-content-right .post-content-details
{
  margin: 0px 0px 20px;
}
.post-content-right .post-content-details .post-published, .post-content-right .post-content-details .post-share, .post-content-right .post-content-details .post-share ul li
{
  display: inline-block;
}
.post-content-right .post-content-details .post-share
{
  padding-left: 15px;
}
.post-content-right .post-content-details .post-share ul
{
  margin: 0px;
}
.post-content-right .post-content-details .post-share ul li
{
  padding-right: 10px;
}
.post-content-right .post-content-details .post-share ul li:last-child
{
  padding-right: 0px;
}
.post-body a.more-link
{
  background: #143352;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 28px;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}
.post-body a.more-link:hover
{
  background: #359dc7;
}
.banner-inner-sec .full-width-section h1 span
{
  color: #fff;
}
.banner-inner-sec .full-width-section h1, .author-section 
{
  position: relative;
  z-index: 9;
}
.author-section 
{
  display: inline-block;
}
.hs-author-image, .author-detail 
{
  float: left;
}
.author-section img
{
  max-width: 80px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.3);
}
.author-detail a.author-link
{
  color: #fff;
  font-weight: 700;
}
.author-detail {
  margin: 15px 0px 0px 15px;
  text-align: left;
}
.author-detail .hs-author-social-links a
{
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
}
.author-detail .hs-author-social-links a:last-child
{
  margin-right: 0px;
}
.main-blog .hs-blog-social-share
{
  width: 100%;
}
.custom-post-detail .full-width-section
{
  height: 485px;
}
.blog-pagination 
{
  margin: 30px 0px;
}
.blog-pagination a
{
  color: #37516c;
  border: 1px solid #37516c;
  width: 134px;
  font-size: 18px;
  height: 40px;
  line-height: 37px;
  position: relative;
}
.blog-pagination a:hover
{
  background: #37516c;
  color: #fff;
}
a.next-posts-link:before
{
  content: "";
  background: url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Blog/blog-arrow-right.png?t=1523599241179);
  background-size: 7px;
  height: 14px;
  width: 10px;
  position: absolute;
  background-repeat: no-repeat;
  right: 6px;
  top: 13px;
}
a.next-posts-link:hover:before
{
  background: url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Blog/blog-arrow-right-white.png);
  background-repeat: no-repeat;
  background-size: 7px;
}
a.previous-posts-link:before
{
  content: "";
  background: url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Blog/blog-arrow-left.png);
  background-size: 7px;
  height: 14px;
  width: 10px;
  position: absolute;
  background-repeat: no-repeat;
  left: 6px;
  top: 13px;  
}
a.previous-posts-link:hover:before
{
  background: url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Blog/blog-arrow-left-white.png);
  background-repeat: no-repeat;
  background-size: 7px;
}
.vertical-post-share
{
  position: absolute;
  z-index: 9;
  left: 0px;
}
#sticky.stick
{
  left: 0;
}
.vertical-post-share ul
{
  margin: 0px;
}
#sticky.stick .vertical-post-share ul
{
  margin-top: 1em;
}
.vertical-post-share ul li a.custom_fb_button
{
  background: #3b5998;
}
.vertical-post-share ul li a.custom_twitter_button
{
  background: #0084b4;
}
.vertical-post-share ul li a.custom_linkedin_button
{
  background: #0077B5;
}
.vertical-post-share ul li a.custom_google_button
{
  background: #dd4b39;
}
.vertical-post-share ul li a
{
  display: inline-block;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #0077B5;
  opacity: 1;
}
.vertical-post-share ul li a svg
{
  width: 20px;
}
.vertical-post-share ul li a:hover {
  width: 70px;
}
.section.post-body p 
{
  font-size: 18px;
  line-height: 28px;
  margin: 25px 0px;
}
.section.post-body p:first-child
{
  margin-top: 0px;
}
.post-body ul li, .post-body ol li
{
  font-size: 18px;
  line-height: 28px;
  position: relative;
  padding-left: 25px;
}
.post-body ol
{
  padding-left: 20px;
}
.post-body ol li
{
  padding-left: 8px;
}
.section.post-body ul li:before 
{
  content: "";
  background: url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Quote%20Landing%20PAge/bullets.1.png?t=1523599974216);
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  top: 11px;
  background-size: 9px;

}

.next-post-section, .prev-post-section {
  display: table;
  float: left;
  width: 49.5%;
}
.next-post-section
{
  float: right;
}
.next-post-section:hover .next-img, .prev-post-section:hover .prev-img 
{
  opacity: 1;
}
.prev-post-section
{
  margin-right: 10px;
}
.prev-img, .next-img
{
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  opacity: 0.5;
  transition: all 0.3s;
}
.next-prev-posts-section h2 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  font-size: 20px;
}

/**17-04-18**/
.main-menubar {
  padding: 90px 0;
  text-align: center;
}
.main-menubar .active-branch.hs-menu-flow-horizontal ul li a {
  display: inline-block;
  margin: 0;
  max-width: inherit !important;
  padding: 0;
  width: 100%;
}
.active-branch.hs-menu-flow-horizontal ul li a p {
  font-size: 15px;
  font-weight: 600;
  white-space: normal;
  word-wrap: break-word;  margin-bottom: 0;
} 

}.active-branch.hs-menu-flow-horizontal ul li:nth-child(3) a {
  padding-left: 15px;
  padding-right: 15px;
}
/*
.active-branch.hs-menu-flow-horizontal ul li a img {
margin-bottom: 4px;
max-width: 50px;
}.active-branch.hs-menu-flow-horizontal ul li:nth-child(2) a img {
margin: 15px 0;
.active-branch.hs-menu-flow-horizontal ul li:nth-child(3) a img {
margin-bottom: 15px;
}.active-branch.hs-menu-flow-horizontal ul li:nth-child(4) a img {
margin-bottom: 22px;
}.active-branch.hs-menu-flow-horizontal ul li:nth-child(5) a img {
margin: 18px 0;
}*/




/*============================*/

.main-menubar ul
{
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}
.main-menubar ul li {
  background: rgb(241, 241, 241) none repeat scroll 0 0;
  display: inline-block;
  float: none !important;
  margin-bottom: 20px;
  margin-right: 5%;
  min-height: 140px;
  padding: 15px 8px 12px;
  vertical-align: top;
  width: 15.6%;
}
.main-menubar ul li:last-child
{
  margin-right: 0px;
}
.main-menubar ul li a img
{
  max-width: 60px;
}

.group-product-image-sec {
  border: 3px solid rgb(255, 255, 255);
  border-radius: 3px;   background-repeat: no-repeat !important;
  background-size: cover !important;
  display: inline-block;
  margin-right: -100px;
  overflow: hidden;
  padding: 150px 40px;
  position: relative;
  vertical-align: middle;
  width: 30%;   margin-left: 95px;


}

.group-product-image-sec::before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.group-product-image-sec * {
  position: relative;
}
.group-product-image-sec h2 {
  color: rgb(255, 255, 255);
  font-size: 24.96px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.group-product-image-sec p {
  color: rgb(255, 255, 255);
  font-size: 19.09px;   font-weight: 400;
}
.group-product-content-sec p {
  color: rgb(255, 255, 255);
  font-size: 19.09px;
  font-weight: normal;
  line-height: normal;  padding-left: 25px;
  margin: 0 0 20px;   position: relative;
}

.group-product-content-sec p::before {
  border-color: rgb(255, 255, 255);
  border-image: none;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  height: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 6px;
  transform: rotate(45deg);
  width: 9px;
}
.group-product-content-sec p:first-child::before {
  display: none;
}.group-product-content-sec p:first-child {
  padding: 0;
}
.product2 .group-product-content-sec p::before, .product4 .group-product-content-sec p::before {
  border-color: rgb(53, 157, 199);
}

.group-product-content-sec p strong {
  color: rgb(165, 229, 255);
  font-weight: 600;
}


.group-product-content-sec {
  background: rgb(53, 157, 199) none repeat scroll 0 0;
  display: inline-block;
  padding: 100px 9%;
  vertical-align: middle;    margin: 25px 0;
  width: 70%;
}

.main-product-intro .container {
  max-width: 100%;
}
.product2 .group-product-content-sec, .product4 .group-product-content-sec {
  background: rgb(242, 242, 242) none repeat scroll 0 0;
}.product2 .group-product-content-sec p, .product4 .group-product-content-sec p {
  color: rgb(54, 54, 54);
}.product2 .group-product-content-sec p strong, .product4 .group-product-content-sec p strong {
  color: rgb(20, 51, 82);
}.product2 .group-product-image-sec, .product4 .group-product-image-sec {
  margin-left: -100px;
  margin-right: 0;
}
.product2 .group-product-image-sec, .product4 .group-product-image-sec {
  border-color: rgb(53, 157, 199);
  margin-left: -100px;
  margin-right: 0;
}
.main-product-intro {
  padding: 0 0 70px;
}


/*========================================================================

==========================================================================*/

.heat-pump-main 
{
  padding: 70px 0px;
}
.about-right-content
{
  padding-right: 60px;
}
.about-right-content ul li
{
  position: relative;
  padding-left: 30px;
  padding-bottom: 5px;
  color: #143352;
  font-size: 16px;
  line-height: 26px;
}
.about-right-content ul li:before
{
  content: "";
  background: url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/heat-pump/heat-pump-tick.png?t=1524059967307);
  height: 15px;
  width: 16px;
  background-size: 15px;
  background-position: left;
  position: absolute;
  left: 0px;
  top: 5px;
  background-repeat: no-repeat;
}
.about-right-content a.cta_button.click-here-cta span
{
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 600;
}
.installation-main
{
  padding: 70px 0px;
  background: #ededed;
}
.col-one {
  width: 50%;
  float: left;
  min-height: 42px;
  padding-left: 35px;
}
.col-two
{
  padding-left: 40px;
}
.col-three
{
  padding-left: 45px;
}

.col-two, .col-three {
  width: 25%;
  float: left;
  min-height: 42px;
}
.col-two, .col-one, .sec-three
{
  border-right: 1px solid #e3e1e1;
}
.sec-one, .sec-two, .sec-three, .sec-four {
  width: 23%;
  float: left;
  padding-left: 10px !important;
}
.sec-one
{
  width: 30%;
}
.diagram-title
{
  text-align: center;
}
.installation-left, .installation-right
{
  margin-top: 50px;
}
.installation-right
{
  background: #fff;
  padding: 7px;
}
.installation-diagram-table, .installation-right .hs_cos_wrapper_widget
{
  float: left;
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.installation-right .hs_cos_wrapper_widget:nth-child(odd) .installation-diagram-table
{
  background: #ededed;
  width: 100%;
}
.installation-right .hs_cos_wrapper_widget:first-child .installation-diagram-table
{
  background: #143352 !important;
  color: #fff;
}
.installation-right .hs_cos_wrapper_widget_container
{
  float: left;
  width: 100%;
  border: 1px solid #ededed;
}
.logo-slider-main
{
  padding: 70px 0px;
}
.logo-slider-main .slick-slide img
{
  margin: 0 auto;
}
.logo-slider-main button.slick-prev.slick-arrow, .logo-slider-main button.slick-next.slick-arrow
{
  position: absolute;
  top: 50%;
  text-indent: -99999px;
  height: 30px;
  width: 30px;
  border: 1px solid #ededed;
  z-index: 99;
  cursor: pointer;
}
.logo-slider-main button.slick-prev.slick-arrow
{
  left: 0px;
  background: url("https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/heat-pump/logo-slider-arrow-left.png");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.logo-slider-main button.slick-next.slick-arrow
{
  right: 0px;
  background: url("https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/heat-pump/logo-slider-arrow-right.png");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.heat-form
{
  padding-bottom: 50px;
}
.heat-form form
{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.heat-form .hs-form-field .input input, .heat-form .hs-form-field select
{
  height: 40px !important;
  border-radius: 0px;
}
.heat-form .hs-form-field .input ul.inputs-list.multi-container li input
{
  height: auto !important;
}
.heat-form ul.inputs-list.multi-container li 
{
  /*display: inline-block;
  margin-righT: 10px;*/
}
.heat-form ul.inputs-list.multi-container li:last-child
{
  margin-right: 0px;
}
.heat-form input[type="submit"]
{
  background: #143352 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 10px 28px !important;
  font-size: 14px !important;
  display: inline-block !important;
  border-radius: 0px !important;
}
.heat-form input[type="submit"]:hover
{
  background: #359dc7 !important;
  border-color: #359dc7 !important;
}
.heat-form .hs-form-field label span
{
  color: #143352;
  font-weight: 500;
}
.heat-form .hs-form-field label span span
{
  font-size: 14px;
  font-weight: 400;
}
.heat-form ul.inputs-list.multi-container li label span
{
  font-size: 14px;
  font-weight: 400; 
  color: #666;
}
div#form-middle-sec, #form-left-sec, #form-right-sec 
{
  width: 31.3%;
  float: left;
  padding: 50px;
  background: #ededed;
  margin-right: 3%;
}
#form-right-sec
{
  margin-right: 0px;
}
.heat-form form .hs-submit
{
  margin: 40px auto 0px;
}
.heat-form .submitted-message {
  text-align: center;
}



/*******/

.warranty-social-icons ul li {
  display: inline-block;
  padding: 0 20px;
}.warranty-social-icons ul li a {
  background: rgb(63, 101, 166) none repeat scroll 0 0;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 30px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  width: 50px;
}.warranty-social-icons {
  text-align: center;
}
.warranty-social-icons ul {
  border-bottom: 1px solid rgb(235, 235, 235);
  display: inline-block;
  padding-bottom: 32px;
}.warranty-social-icons ul li a.linkedin-sec {
  background: rgb(25, 131, 188) none repeat scroll 0 0;
}.warranty-social-icons ul li a.google-plus-sec {
  background: rgb(199, 35, 40) none repeat scroll 0 0;
}.warranty-social-icons ul li a.fb_share_track {
  background: rgb(63, 101, 166) none repeat scroll 0 0;
}.warranty-social-icons ul li a.twitter-sec {
  background: rgb(64, 134, 205) none repeat scroll 0 0;
}.warranty-social-icons ul li a.pinterest-sec {
  background: rgb(203, 31, 38) none repeat scroll 0 0;
}.warranty-social-icons ul li a.tumblr-sec {
  background: rgb(77, 131, 186) none repeat scroll 0 0;
}.warranty-social-icons ul li a.reddit-sec {
  background: rgb(30, 30, 30) none repeat scroll 0 0;
}
.warranty-intro-content h4 {
  color: rgb(43, 71, 98);
  font-size: 18px; margin-top: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
}.warranty-intro-content p {
  margin-bottom: 20px;
}.warranty-icons-main {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  float: none !important;
  margin-bottom: 80px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: -80px;
  max-width: 1000px;
  padding: 40px 60px 20px;
  position: relative;
  text-align: center;
}
.owners-right-sec {
  background: rgb(242, 242, 242) none repeat scroll 0 0;
  padding: 60px 0;
  text-align: center;
}
.owners-right-sec h2::after {
  background: rgb(20, 51, 82) none repeat scroll 0 0;
  bottom: 3px !important;
  left: 15px;
}
.owners-right-sec h2::before, .owners-right-sec h2::after {
  background: rgb(20, 51, 82) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 95%;
}
.owners-right-sec h2 {
  color: rgb(20, 51, 82);
  display: inline-block;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 35px;
  padding-bottom: 17px;
  position: relative;
  text-transform: uppercase;
}
.rights-header-sec p {
  margin: auto;
  max-width: 70%;
}
.rights-header-sec p:last-child
{
  color: #143352;
  font-style: italic;
}

.rights-header-sec ul {
  margin: 70px auto 0;
  max-width: 730px;
  padding-left: 40px;
  position: relative;
}

.rights-header-sec ul li 
{
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: rgb(20, 51, 82);
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin: 25px 0;
  padding: 40px 50px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.rights-header-sec ul li::before {
  background-color: rgb(20, 51, 82);
  background-image: url("https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/Embedded/arrow-right.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px auto;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 70px;
  left: -100px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 70px;
}.rights-header-sec ul::before {
  background: rgb(201, 201, 201) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: -66px;
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
}
.warranty-rules .content-sec {
  padding: 40px 30px;
}

.warranty-rules .content-sec li::after {
  border-color: rgb(20, 51, 82);
  border-image: none;
  border-style: solid;
  border-width: 0 2px 2px 0;
  bottom: 0;
  content: "";
  height: 15px;
  left: 1px;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
  width: 9px;
}
.warranty-rules .content-sec li {
  padding-bottom: 5px;
  padding-left: 30px;
  position: relative;
}
.warranty-rules .content-sec h2 {
  display: inline-block;
  padding: 0 0 15px;
  position: relative;
}
.warranty-rules .content-sec h2::before, .warranty-rules .content-sec h2::after {
  background: rgb(20, 51, 82) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 95%;
}
.warranty-rules .content-sec h2::after {
  background: rgb(20, 51, 82) none repeat scroll 0 0;
  bottom: 3px !important;
  left: 15px;
}
.installation-video
{
  padding-top: 50px;
  text-align: center;
}
.about-left-image {
  text-align: center;
}

.tabbing-section .two-cols-box .two-left {
  display: inline-block;
  margin-right: 15px;
  width: 28%;
}
.tabbing-section .two-cols-box .two-right {
  display: inline-block;
  vertical-align: middle;
  width: 64%;
}

.benifites-of-embedded p::before {
  display: none;
}
.benifites-of-embedded p {
  padding: 0;
}
.warranty-social-icons ul li a.stumble-sec {
  background: rgb(204, 69, 54) none repeat scroll 0 0;
}


.video-content h4
{
  text-align: center;
  margin-top: 40px;
}


/*==================================privacy-policy==============================*/

.page-without-banner .madimack_white_logo
{
  display: none;
}
.page-without-banner .madimack_blue_logo
{
  display: block !important;
}
.page-without-banner .madimack_menu ul li a
{
  color: #262a2b !important;
}
.page-without-banner .body-content .privacy-policy
{
  padding: 150px 0px 50px;
}
.page-without-banner .header-container 
{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/*==================================Warranty Page==============================*/

.card-sec.main-div
{
  position: relative;
}
.card-sec.main-div:before
{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(20, 51, 82, 0.8);
}
.card-content 
{
  position: relative;
  color: #fff;
  padding: 50px 0px;
  text-align: center;
}
.card-content h4
{
  color: #fff;
}
.card-content ul li:before
{
  display: none;
}
.whole-sale-main .group-product-image-sec
{
  margin-left: -100px;
  margin-right: 0px;
}
.benifites-of-embedded
{
  padding: 50px 0px 80px;
}
.servicies-sec {
  padding-bottom: 50px;
}
.our-properties-main 
{
  background: rgb(242, 242, 242) none repeat scroll 0 0;
  padding: 80px 0px 50px;
  text-align: center;
}


.our-properties-main h2, .benifits-content h2, .servicies-text h2, .compliance-text h2, .benifites-of-embedded.embed-benifits .benifits-content h1:first-child, .servicies-text h1
{
  font-weight: 800;
  position: relative;
  display: inline-block;
  padding-bottom: 17px;
  margin-bottom: 35px;
  color: #143352;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 24px;
}
.our-properties-main h2:before, .our-properties-main h2:after, .benifits-content h2:before, .benifits-content h2:after, .servicies-text h2:before, .servicies-text h2:after, .compliance-text h2:before, .compliance-text h2:after, .benifites-of-embedded.embed-benifits .benifits-content h1:first-child:before, .benifites-of-embedded.embed-benifits .benifits-content h1:first-child:after, .servicies-text h1:before, .servicies-text h1:after
{
  position: absolute;
  bottom: 0px;
  background: #143352;
  height: 2px;
  width: 95%;
  content: "";
}
.our-properties-main h2:before, .benifits-content h2:before, .servicies-text h2:before, .compliance-text h2:before, .benifites-of-embedded.embed-benifits .benifits-content h1:first-child:before, .servicies-text h1:before
{
  right: 0px;
  background: #143352;
}
.our-properties-main h2:after, .benifits-content h2::after, .servicies-text h2:after, .compliance-text h2:after, .benifites-of-embedded.embed-benifits .benifits-content h1:first-child:after, .servicies-text h1:after
{
  left: 0px;
  bottom: 3px;
  background: #143352;
}
.our-properties-main ul
{
  text-align: left;
  padding: 40px 0px;
  border-top: 1px solid #143352;
  border-bottom: 1px solid #143352;
}
.our-properties-main ul li, .pool-contact-sec ul li, .servicies-text ul li
{
  position: relative;
  padding-left: 30px;
  padding-bottom: 5px;
  color: #143352;
  font-size: 16px;
  line-height: 26px;
}
.our-properties-main ul li:before, .pool-contact-sec ul li:before, .servicies-text ul li:before
{
  content: "";
  background: url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/heat-pump/heat-pump-tick.png?t=1524487468440);
  height: 15px;
  width: 16px;
  background-size: 15px;
  background-position: left;
  position: absolute;
  left: 0px;
  top: 5px;
  background-repeat: no-repeat;
}

.embedded-flex-col
{
  position: relative;
  margin: -30px 0px -30px;
}

.embedded-flex-col .image-sec
{
  position: relative;
  padding: 0px 20px;
}
.embedded-flex-col .image-sec:before
{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  background: rgba(20, 51, 82, 0.9);
}
.embedded-flex-col .left-right-sec .image-sec h2
{
  font-size: 24px;
  background: transparent;
  text-transform: uppercase;
  line-height: 30px;
  position: relative;
}
.embedded-flex-col .content-sec
{
  background: rgb(53, 157, 199) none repeat scroll 0 0 !important;
  color: #fff;
}
.embedded-flex-col .content-sec p 
{
  margin: 0px auto 0px;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
}
.call-us-main {
  background: #12304c;
  color: #fff;
  padding: 70px 0px;
  text-align: center;
}
.call-us-content
{
  max-width: 60%;
  margin: 0 auto !important;
  background: #264564;
  float: none !important;
  color: #fff;
  padding: 30px;
}
.call-us-content h2
{
  color: #fff;
  font-weight: 400;
  line-height: 30px;
}
.call-us-content h2 img
{
  max-width: 40px;
  margin: 30px 0px 20px;
}
.call-us-content h4
{
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
.call-us-content p span
{
  border: 1px solid;
  padding: 8px 20px;
  margin: 10px 0px;
  display: inline-block;
}
.pool-contact-sec h2:first-child
{
  text-align: center;
  margin-bottom: 20px;
}

.benifits-content, .servicies-text, .compliance-text
{
  text-align: center;
}
.compliance-text
{
  padding: 0px 0px 40px;
}
.benifits-content h3, .benifits-content p, .servicies-text h3, .servicies-text p, .servicies-text ul, .compliance-text p, .compliance-text h3
{
  text-align: left;
}


/*========================================
Pool Heating options
==========================================*/

.pool-option-one
{
  padding: 0px 0px 70px;
}
.pool-heat-main
{
  padding: 70px 0px;
}
.option-sec-list .image-sec 
{
  background: #143352 !important;
}

.option-sec-list .content-sec 
{
  background: #359dc7 !important;
  color: #fff;
  padding: 20px;
}

.option-sec-list .left-right-sec .image-sec h2 
{
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: transparent;
  text-transform: uppercase;
}
.pool-contact-sec ul li
{
  color: #666;
}
.option-sec-list .content-sec ul li
{
  position: relative;
  padding-left: 25px;
}
.option-sec-list .content-sec ul li:before
{
  border-color: rgb(255, 255, 255);
  border-image: none;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  height: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 9px;
}
.pool-heat-main table
{
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 50px;
}
.pool-heat-main table tr td:first-child
{
  text-align: left;
}
.pool-heat-main table tr td 
{
  border-right: 2px solid #ccc;
}
.pool-heat-main table tr td:last-child
{
  border-right: 0px solid #ccc;
}
.pool-heat-main table tr td img 
{
  max-width: 28px;
}

.leadinModal.leadinModal-theme-default {
  z-index: 9999;
}


.about-right-content.span8, .madi-airbnb-video.span4, .about-left-image.span4
{
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.medi-calculator .form-title h1
{
  font-weight: 800;
  position: relative;
  display: inline-block;
  padding-bottom: 17px;
  margin-bottom: 35px;
  color: #143352;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 24px;
}
.medi-calculator .form-title h1:before, .medi-calculator .form-title h1:after
{
  position: absolute;
  bottom: 0;
  background: #143352;
  height: 2px;
  width: 95%;
  content: "";
}
.medi-calculator .form-title h1:before
{
  right: 0;
  background: #143352;
}
.medi-calculator .form-title h1:after
{
  left: 0;
  bottom: 3px;
  background: #143352;
}

/*------ 30-nov-22 ------*/
/* .medi-calculator .form-title h1 {
font-size: 18px;
margin-top: 0px;
font-weight: bold;
margin-bottom: 10px;
padding: 0;
}
.medi-calculator .form-title h1::before, 
.medi-calculator .form-title h1::after {
display: none;
} */
/*---------------------*/

.medi-calculator .form-title
{
  text-align: center;
}
.medi-calculator 
{
  padding: 70px 0px;
}
.calculate-form span.title, .cov-title h2
{
  width: 100%;
  display: block;
  background: #143352;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 15px 10px;
  font-size: 15px;
  margin-bottom: 0px;
}
span.calculate-step-row 
{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webit-flex-wrap: wrap;
  width: 100%;
  border: 1px solid #e3e1e1;
  float: left;
  min-height: 60px;
  border-top: 0px;
  line-height: 60px;
}
span.col-side.left
{
  width: 20%;
  text-align: center;
  border-right: 1px solid #e3e1e1;
  float: left;
  vertical-align: top;
  padding: 0px 0px;
}
span.column-side-middle.title, span.meters
{
  width: auto;
  background: transparent;
  display: inline-block;
  color: #143352;
  padding: 0 !important;
  font-weight: bold;
}
span.col-side.middle
{
  border-right: 1px solid #e3e1e1;
  padding: 0px 0px 0px 50px !important;
  text-align: left;
}
span.col-side.middle, span.column-side.right, span.col-side.right
{
  width: 40%;
  float: left;
  padding: 0px 0px;
  vertical-align: middle;
}
.span.calculate-step-row.two span.col-side.middle
{
  vertical-align: inherit;
}
span.col-side.right
{
  text-align: center;
  line-height: normal;
}
span.step1, span.step2, span.row-three, span.step-four, span.step-five, span.step-five 
{
  background: #143352;
  color: #fff;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
  line-height: 25px;
}
span.column-side.middle
{
  /*display: block;
  padding: 28px 0px 0px;*/
}

span.calculate-step-row input, span.calculate-step-row select
{
  width: 285px;
  margin: 0px auto;
  border-radius: 0px;
  border-color: #e3e1e1;
  box-shadow: none;
  border-radius: 0px;
}
span.calculate-step-row select
{
  margin: 13px auto 0px;
}
span.col-side.right span, span.heat-pump-options, .results, .calculate-form form, .detail-result, .results-without-cover, .results-with-cover
{
  display: inline-block;
  width: 100%;
}
span.col-side.right span
{
  /*padding: 20px 0px 0px;*/
  line-height: normal;
}
span.swim-temp-title span {
  color: #000;
  font-style: italic;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
  display: block;
}
span.calculate-step-row.two .right 
{
  line-height: 60px;
}
span.calculate-step-row.three .col-side.middle, span.calculate-step-row.five .col-side.middle
{
  line-height: normal;
  padding-top: 10px !important;
}
span.with-without-cover-title, span.cover-value-row
{
  width: 100%;
  float: left;
  display: flex;
  width: 100%;
  border: 1px solid #e3e1e1;
  float: left;
  min-height: 50px;
  line-height: 50px;
  border-top: 0px;
}
span.with-without-cover-title span, .col-no
{
  width: 25%;
  text-align: center;
  float: left;
  border-right: 1px solid #e3e1e1;
}
span.with-without-cover-title span:last-child, .col-no:last-child
{
  border-right: 0px;
}
.left-without-cover, .left-with-cover
{
  width: 78%;
  float: left;
  padding: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.right-without-cover, .right-with-cover
{
  width: 20%;
  float: right;
  padding: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.results
{
  margin: 20px 0px;
}
.cov-text {
  text-align: center;
  width: 100%;
  float: left;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e3e1e1;
}
.detail-result
{
  padding: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.detail-result .breif-details
{
  width: 49.6%;
  float: left;
}
.detail-result .detail-left.breif-details
{
  margin-right: 9px;
}
.breif-details-title
{
  text-align: center;
  background: #ddd;
  color: #143352;
  font-weight: bold;
  padding: 15px 0px;
}
.breif-details-title h2
{
  font-size: 15px;
  margin-bottom: 0px;
}
.breif-details-subtitle
{
  width: 100%;
  color: #143352;
  border-collapse: collapse;
  border-spacing: 0;
}
.results-with-cover 
{
  margin-top: 20px;
}
.breif-details-subtitle tr
{
  text-align: center;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e3e1e1;
}
.breif-details-subtitle tr td, .breif-details-subtitle tr th
{
  width: 33.33%;
  border-right: 1px solid #e3e1e1;
}
.follow-steps-form input[type="submit"]
{
  background: #143352 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 10px 28px !important;
  font-size: 14px !important;
  display: inline-block !important;
  border-radius: 0px !important;
  margin: 20px auto 0px !important;
}
.follow-steps-form input[type="submit"]:hover
{
  background: #359dc7 !important;
  border-color: #359dc7;
}
.calculate-form form
{
  text-align: center;
}
.calculate-form form label.error 
{
  color: red;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
}
.main_form 
{
  display: inline-block;
  width: 100%;
  margin: 0px 0px 30px;
  border: 1px solid #e3e1e1;
  text-align: left;
  border-top: 0px;
  padding: 20px 90px;
}
.main_form span.col-side.right
{
  padding: 13px 0px 0px !important;
}
span.form-field {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webit-flex-wrap: wrap;
}
span.form-field
{
  /*    display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e3e1e1;
  padding: 15px 90px 20px;*/
}
span.form-field:last-child
{
  border-bottom: 0px;
}
.main_form input
{
  height: 40px !important;
  box-shadow: none !important;
  margin-bottom: 20px;
  border-radius: 0px !important;
  border-color: #e3e1e1 !important;
}
.main_form input.error
{
  margin-bottom: 5px;
}
.main_form .form-field label
{
  display: inline-block;
  font-weight: normal;
}
span.col-side.form-right {
  width: 80%;
  text-align: center;
  border-right: 0px solid #e3e1e1;
  float: left;
  padding: 15px 0px 0px;
}


/*=============10-7-2018==== Tabs-section =================*/

.tabs-information
{
  text-align: center;
  padding-bottom: 70px;
  padding-top: 70px;
}
.tabs-short-description {
  text-align: center;
  border-bottom: 2px solid #f4f4f4;
  margin-bottom: 70px;
  padding-bottom: 50px;
}
.tabs-short-description a.cta_button
{
  font-size: 15.58px !important;
}
.tabs-information a.cta_button
{
  display: block;
}

.about-right-content a.cta_button#cta_button_4337543_0c6165c0-cc59-46b6-b332-d4379ed7c14b:hover
{
  background: #359dc7 !important;
}
.intsallation-title
{
  text-align: center;
}
.intsallation-title h2, .about-right-content h1
{
  text-transform: uppercase;
}
.intsallation-title h2
{
  margin-left: 0px;
  margin-bottom: 60px;
}
.about-right-content h1 span
{
  font-size: 24px !important;
}
.installation-step
{
  text-align: center;
}
.installation-step h2
{
  font-size: 20px;
  line-height: 26px;
  color: #143352;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0 30px 0;
}
.installation-step p
{
  max-width: 85%;
  margin: 30px auto 0;
}
.embedded-new-flex-col{
  text-align:center;
}
.embedded-new-flex-col .hs_cos_wrapper_widget
{
  width: 31%;
  /*float: left;*/
  display:inline-block;
  margin-right: 2%;
  margin-bottom: 2%;
}
.embedded-new-flex-col .hs_cos_wrapper_widget:nth-child(3n)
{
  margin-right: 0px;
}
.embedded-new-flex-col .embedded-module-sec
{
  display: block;
}
.embedded-new-flex-col .embedded-module-sec .image-sec
{
  height: 300px;
  vertical-align: bottom;
}
.embedded-new-flex-col .left-right-sec .image-sec h2 
{
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 0px;
}
.benifits-content ul li, .servicies-content ul li, .servicies-sec ul li {
  position: relative;
  padding-left: 30px;
}
.benifits-content ul li:before, .servicies-content ul li:before, .servicies-sec ul li:before
{
  border-color: rgb(53, 157, 199);
  border-image: none;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  height: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0px;
  transform: rotate(45deg);
  width: 9px;
  background: none;
}
.embedd-second-sec
{
  padding: 70px 0px;
}
.benifites-of-embedded.embed-benifits .benifits-content h1 {
  line-height: 30px;
}
.embedded-network-header h2
{
  margin-bottom: 30px;
}
.compli-form 
{
  padding-bottom: 70px;
}
.compli-form form
{
  max-width: 60%;
  margin: 0 auto;
}
/*========================================
home smart icons section     
==========================================*/
.home_smart_icons_section
{
  padding: 80px 0px;
  border-bottom: 2px solid #f4f4f4;
}
.smart-icons-title  
{
  padding-bottom: 30px;
  text-align: center;
}
.solution-icon-image h2
{
  font-size: 20px;
  line-height: 26px;
  color: #143352;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0 20px 0;
} 
.solution-icon-image ul li
{
  position: relative;
  padding-left: 30px;
  padding-bottom: 5px;
  color: #143352;
  font-size: 16px;
  line-height: 26px;
}
.solution-icon-image ul li:before
{
  content: "";
  background: url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/heat-pump/heat-pump-tick.png?t=1531371600521);
  height: 15px;
  width: 16px;
  background-size: 15px;
  background-position: left;
  position: absolute;
  left: 0px;
  top: 5px;
  background-repeat: no-repeat;
}
.solution-icon-image a.cta_button
{
  background: #143352;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 28px;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  font-weight: 400;
}
.solution-icon-image a.cta_button:hover
{
  background: #359dc7;
}



/*=============================================================
* 					Tabbing - 4-9-2018
* ===========================================================*/




.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}
.resp-tabs-list > span
{
  display: table;
  width: 100%;
  text-align: center;
}
.resp-tabs-list > span > div {
  font-weight: 400 !important;
  font-size:20px  !important;
  display: table-cell !important;
  padding: 8px 24.64px !important;
  margin: 0;
  list-style: none;
  cursor: pointer;
  border-top: 1px solid #143352 !important;
  /*    color: #143352;*/
  transition: all 0.5s;
  color: #ffffff;
  border: 0px;
  float: none !important;
  text-transform: uppercase;
}
.resp-tabs-list > span > div:first-child
{
  border-left: 1px solid #143352 !important;
}
.resp-tabs-list > span > div:last-child
{
  border-right: 1px solid #143352 !important;
}
.resp-tabs-list > span > div:hover, .resp-tabs-list > span > div.resp-tab-active
{
  /*    background: #143352;
  color: #fff;*/
  background: #ededed;
  color: #143352;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}


.resp-content-active,
.resp-accordion-active { display: block; }


.tabbing-section .benefit-tabbing .resp-tabs-list
{
  /*   width: auto;
  float: none;*/
  margin-bottom: 0px;
  background: #143352;
}
.benefits-description > .row-fluid-wrapper > .row-fluid
{	
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.benefits-tab-left, .benefits-tab-right
{
  text-align: left;
  border: 0px solid #143352;
  padding: 20px;
  position: relative;
  margin: 0px;
}
.benefits-tab-left:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #fff;
  top: 0;
  right: 0;
}

.benefits-tab-left p
{
  margin-top: 0px;
}
.benefits-tab-right
{
  text-align: center;
}
.benefits-tab-right ul
{
  margin: 0px;
  text-align: left;
  list-style: none !important;
}
.tabbing-form.compli-form 
{
  padding-top: 20px;
}
.benefits-description ul li
{
  position: relative;
  padding-left: 30px;
}
.benefits-description ul li:before
{
  content: "";
  background: url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/heat-pump/heat-pump-tick.png?t=1536235686036);
  height: 15px;
  width: 16px;
  background-size: 15px;
  background-position: left;
  position: absolute;
  left: 0px;
  top: 5px;
  background-repeat: no-repeat;
}


/*-----------Vertical tabs-----------*/

.resp-vtabs .resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list span > div {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content { border: none; }

a.cta_button.full-cta {
  background: #143352;
  color: #fff;
  width: 100%;
  box-sizing: border-box !important;
  text-align: center;
  padding: 20px 500px;
  border-radius: 10px;
}
.tabbing-section .benefit-tabbing .resp-tabs-container
{
  background: #ededed;
}

.tabbing-section .benefit-tabbing .resp-tab-content {
  border: 1px solid #143352;
  border-top: 0px;
}

.floor-covering-oute h2
{
  font-size: 20px;
  line-height: 26px;
  color: #143352;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0 20px 0;
}
.left-section, .right-section
{
  display: table-cell !important;
  float: none !important;
  vertical-align: middle;
}
.left-section
{
  padding-right: 40px;
}
.right-section
{
  border-style: outset;
}
.right-section img
{
  width: 100% !important;
}
.home_banner.new_height .banner-slide {
  height: 500px;
}
.home_banner.new_height .banner-text
{
  padding-top: 50px;
}
.form-main-sec .widget-type-form form ul.inputs-list.multi-container input
{
  height: auto;
}

.page-right-form .compli-form form 
{
  max-width: 100%;
}
.page-right-form .whole-sale-main
{
  padding: 70px 0px 0px;
}




/*========================================
Landing Pages Header
==========================================*/

.landing-page .madimack_blue_logo
{
  display: block !important;
}
.landing-page .madimack_white_logo
{
  display: none;
}
@media (min-width: 769px){
  .landing-page .madimack_menu.custom-menu-primary ul li a {
    color: #143352 !important;
  }
  .landing-page .madimack_menu.custom-menu-primary ul li ul li a
  {
    color: #fff !important;
  }
  .landing-page .header-container 
  {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  }
  .landing-page.small-header .header-container
  {
    box-shadow: none;
  }
  .landing-page .body-container-wrapper
  {
    padding-top: 97px;
  }
}

.custom_error_message input#hs-pwd-widget-password {
  display: inline-block;
  width: 30%;
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
  background: #f2f2f2;
  height: 45px !important;
}
.custom_error_message input[type="submit"]
{
  background: #143352;
  color: #fff;
  border-radius: 0px;
  height: 45px;
  text-transform: uppercase;
}
.custom_error_message
{
  padding-bottom: 50px;
}

/*========================================
Calculator Page
==========================================*/

.Calculator-main
{
  padding: 70px 0px;
}
.calculator-header
{
  text-align: center;
}
.Calculator-main .calculator-header h2
{
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 24px;
  background: #143352;
  padding: 10px 15px;
}
.Calculator-main .calculator-header h2:before, .Calculator-main .calculator-header h2:after
{
  content: "";
  position: absolute;
  left: -50px;
  top: 0px;
  border-style: solid;
  border-width: 25px;
  border-color: transparent #143352 #143352 transparent;
}
.Calculator-main .calculator-header h2:after
{
  right: -50px;
  left: auto;
  border-color: #143352 transparent transparent #143352;
}
.calculator-form .form-group 
{
  width: 48.6%;
  float: left;
  margin-right: 30px;
}
.calculator-form .form-group:last-child
{
  margin-right: 0px;
}
.calculator-form .form-group label
{
  color: #143352;
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
.calculator-form .two-col 
{
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.calculator-form .form-group label sub 
{
  font-size: 65%;
  bottom: 0;
  padding-left: 5px;
  font-weight: 500;
}
.calculator-form select, .calculator-form input
{
  height: 45px !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  color: #232323 !important; 
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}
.calculator-form select::placeholder, .calculator-form input.length::placeholder
{
  color: #232323;
}
.calculator-form select
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg,transparent 50%,#143352 50%),linear-gradient(135deg,#143352 50%,transparent 50%),linear-gradient(to right,#ccc0,#ccc0);
  background-position: calc(100% - 23px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) .5em;
  background-size: 8px 8px,8px 8px,1px 1.5em;
  background-repeat: no-repeat;
}
.single-col.main-result
{
  text-align: center;
  margin-top: 40px;
}
.calculator-form input[type="submit"]
{
  background: #143352;
  color: #fff !important;
  text-transform: uppercase;
  padding: 10px 28px;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  font-weight: 400;
  border-radius: 0px !important;
}
.calculator-form input[type="submit"]:hover, .disclaimer-calculator form input[type="submit"]:hover, .disclaimer-calculator form a.hs-button.large.primary:hover
{
  background: #359dc7;
  border-color: #359dc7;
}
.main-result .heat-requirement
{
  width: 48.6%;
  float: left;
  display: table;
  margin-right: 30px;
}
.main-result .heat-requirement:last-child
{
  margin-right: 0px;
}
.require-left, .require-right
{
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.heat-requirement p
{
  color: #143352;
  font-size: 20px;
  font-weight: 700;
}
.main-result
{
  display: inline-block;
  width: 100%;
  margin-top: 80px;
}
.main-result table
{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
  padding: 10px 40px;
  font-weight: 500;
  color: #232323;
}
.main-result table td:first-child
{
  text-align: left;
}
.main-result table td:last-child 
{
  text-align: right;
}
/*=============== 16-10-2018 =======================*/

.disclaimer-calculator
{
  padding: 0px 0px 70px;
}
.disclaimer-calculator form, .free-quotation-form form
{
  max-width: 60%;
  margin: 0 auto;
  padding: 50px 41px;
  background: #ededed;
}
.disclaimer-calculator form input, .disclaimer-calculator form select, .free-quotation-form form input, .free-quotation-form form select
{
  height: 40px;
  border-radius: 0px;
}
.disclaimer-calculator form input[type="submit"], .disclaimer-calculator form a.hs-button.large.primary
{
  background: #143352;
  color: #fff !important;
  text-transform: uppercase;
  padding: 10px 28px;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  font-weight: 400;
  border-radius: 0px !important;
}
.disclaimer-calculator h1
{
  line-height: 36px;
  margin-bottom: 30px;
}
.disclaimer-calculator.border-top 
{
  border-top: 2px solid #f4f4f4;
  padding: 70px 0px;
}

.free-quotation-form form
{
  text-align: left;
}
.residential-form form
{
  background: #143352;
  padding: 30px;
}
.residential-form form input
{
  height: 40px !important;
  border-radius: 0;
}
.residential-form form label, .free-quotation-form form label
{
  font-weight: 500;
}
.residential-form form label
{
  color: #fff;
}
.residential-form form .hs-error-msgs label
{
  color: #f00;
}
.residential-form form input[type="submit"], .free-quotation-form form input[type="submit"], .install-steps .install-step a.cta_button
{
  background: #143352;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 28px;
  font-size: 14px;
  display: inline-block;
  border-radius: 0;
  line-height: normal;
  font-weight: normal;
}
.residential-form form input[type="submit"]
{
  background: #359dc7;
  border-color: #359dc7;
}
.residential-form form input[type="submit"]:hover
{
  background: #fff;	
  border-color: #fff;	
  color: #143352;
}
.free-quotation-form form input[type="submit"]:hover, .free-quotation-form form a.hs-button.large.primary:hover, .install-steps .install-step a.cta_button:hover
{
  background: #359dc7;
  border-color: #359dc7;
}
.residential-heat-pump
{
  background: #ededed;
}
.install-steps
{
  padding: 70px 0px;
  border-bottom: 2px solid #f4f4f4;
}
.heat-pump-main ul li, .install-steps ul li, .tabs-information ul li
{
  position: relative;
  padding-left: 30px;
}
.heat-pump-main ul li:before, .install-steps ul li:before, .tabs-information ul li:before
{
  content: "";
  background: url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/heat-pump/heat-pump-tick.png?t=1539667382137);
  height: 15px;
  width: 16px;
  background-size: 15px;
  background-position: left;
  position: absolute;
  left: 0;
  top: 5px;
  background-repeat: no-repeat;
}
form li
{
  padding-left: 0px !important;
}
form li:before
{
  display: none;
}
.install-step-imag img
{
  min-height: 245px;
  object-fit: cover;
}
.residential-geo-heat-pump
{
  padding-bottom: 0px;
}
.install-step .image-sec
{
  vertical-align: bottom;
}
.install-step .image-sec h2
{
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 0;
}
.install-steps.install-steps-types .intsallation-title h2 {
  margin-left: 0px;
  margin-bottom: 30px;
  text-transform: unset;
  padding-bottom: 0px;
}
.install-steps.install-steps-types .intsallation-title h2:before, .install-steps.install-steps-types .intsallation-title h2:after
{
  display: none;
}
.install-steps.install-steps-types .intsallation-title
{
  text-align: left;
}
.residential-body .full-width-section
{
  padding: 150px 0px 70px;
}
.residential-body .sec-row
{
  margin-top: 0px;
  padding-top: 0px; 
  border-top: 0px solid #ccc; 
  position: relative;
}
.residential-body .first-row
{
  border-right: 2px solid #f4f4f4;
}
.residential-body .about-right-content {
  padding-right: 30px;
}
div#banner-background-image.budget-sec:before {
  position: absolute;
  background: linear-gradient(to right,rgba(21, 65, 109, 0.7) , rgba(20, 51, 82, 0.7));
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0;
  content: "";
}
div#banner-background-image.budget-sec
{
  min-height: inherit !important;
  padding: 50px 0px;
}
.budget-content 
{
  position: relative;
  text-align: center;
}
#banner-background-image.budget-sec h3
{
  margin: 0 auto;
}


.resi-main .madimack_menu.custom-menu-primary ul li ul li ul
{
  left: auto !important;
  right: 100% !important;
}

/*========================================
Error Page
==========================================*/

.error-template .body-container-wrapper
{
  padding-top: 0px !important;
}
.error-template .banner-inner-sec .full-width-section h1
{
  color: #fff;
}
.error-template .banner-inner-sec .full-width-section h2, .result-page .banner-inner-sec .full-width-section h2 {
  font-size: 100px;
  margin: 30px auto;
}
.error-template .banner-inner-sec > div > span
{
  display: table;
  width: 100%;
  height: 100%;
}
.error-template .banner-inner-sec .full-width-section
{
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.error-template .banner-inner-sec .full-width-section .container
{
  display: block;
}
.error-template .banner-inner-sec .full-width-section p
{
  max-width: 100%;
}
.search-sec {
  padding: 70px 0px;
}
.search-sec form
{
  max-width: 60%;
  margin: 0 auto;
}
.search-sec form input
{
  display: inline-block;
  width: 79%;
  background: #f2f2f2;
  border: 0px;
  box-shadow: none;
  border-radius: 0px;
  height: 45px;
  vertical-align: top;
}
.search-sec form input[type="submit"]
{
  width: 20%;
  background: #143352;
  color: #fff;
}
.search-sec form input[type="submit"]:hover
{
  border: 0px;
}
.search-sec form br
{
  display: none;
}
.search-sec .hs-search-results__listing
{
  max-width: 60%;
  margin: 0px auto 0px;
}
.search-sec .hs-search-results__listing li a
{
  font-weight: bold;
}

.search-sec ul.hs-search-field__suggestions {
  max-width: 60%;
  margin: 20px auto 0px;
  padding: 20px;
}
.brochures-page .embedded-network-header h2 {
  text-align: center;
}
.download-brochure-third, .download-brochure-fourth{
  padding: 70px 0px 70px;
}

.brochures-page .benifites-of-embedded
{
  padding-top: 0px;
}
.download-brochure-fifth
{
  padding: 70px 0px 0px;
}
.first-outer, .third-outer
{
  background: #f2f2f2;
}
.all-tags
{
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 20px;
}
.all-tags h3
{
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
.all-tags ul li
{
  margin-bottom: 10px;
}
.all-tags ul li:last-child, .all-tags ul
{
  margin-bottom: 0px;
}
.all-tags ul li a:hover
{
  color: #359dc7;
}
.all-tags span.filter-link-count
{
  display: none;
}

/*============ testimonial section ============*/

.customer-review-sec
{
  padding: 80px 0px;
  text-align: center;
}
.customer-review-flex-col
{
  position: relative;
}
.customer-review-flex-col:before, .customer-review-flex-col:after {
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  left: 70px;
  font-size: 100px;
  color: #f2f2f2;
  z-index: -1;
  top: -50px;
}
.customer-review-flex-col:after
{
  left: auto;
  right: 70px;
  content: "\f10e";
}
.customer-review-flex-col .slick-slide
{
  padding: 0px 50px;
}
.customer-review-flex-col .slick-slide.slick-current
{
  opacity: 1;
}
.customer-review-flex-col button.slick-arrow 
{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 9;
  font-size: 0px;
  width: 40px;
  height: 40px;
  border: 0px;  
  cursor: pointer;
}
.customer-review-flex-col button.slick-prev.slick-arrow
{
  background: #143352 url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/logo-icons/left-arrow.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center
}
.customer-review-flex-col button.slick-arrow.slick-next
{
  left: auto;
  right: 0px;
  background: #143352 url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/logo-icons/right-arrow.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center
}
.customer-review-flex-col h2
{
  margin-top: 30px;
  text-transform: unset;
  font-style: italic;
  margin-bottom: 0px;
}
.customer-review-flex-col p
{
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
}
.customer-review-flex-col h3
{
  margin-top: 30px;
}
.customer-review-flex-col h3:empty
{
  display: none;
}
.customer-review-flex-col ul.slick-dots li
{
  display: inline-block;
  margin-right: 5px;
}
.customer-review-flex-col ul.slick-dots li:last-child
{
  margin-right: 0px;
}
.customer-review-flex-col ul.slick-dots li button {
  background: transparent;
  border: 2px solid #ccc;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  text-align: center;
  font-size: 0px;
  padding: 0px;
  cursor: pointer;
}
.customer-review-flex-col ul.slick-dots li.slick-active button
{
  background: #143352;
  border-color: #143352;
}

/*=========== Map Filter Section=========*/

.map-form-section-outer {
  padding: 30px 0px;
}
.map-form-section-outer .product-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.second-row-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0px 0px;
}
.second-row-sec > * {
  max-width: 49%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}
.map-form-section-outer .product-listing > * {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.map-filter-sec .product-listing select, .map-filter-sec .product-listing input {
  height: 40px;
  box-shadow: none;
  border-radius: 0px;
}
.result-section-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.result-section-main #map {
  width: auto;
  height: auto;
  margin-top: 0;
  max-width: 65%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}
.map-filter-sec .heading-sec h4 {
  font-weight: 700;
  color: #143352;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}
.map-filter-sec input[type="button"], .bottom-cta-btn a.cta_button {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background: #143352;
  padding: 8px 17px;
  display: inline-block;
  border-radius: 0px;
  text-transform: uppercase;
}
.bottom-cta-btn a.cta_button {
  margin-top: 0px;
  margin-left: 0px;
}
.map-filter-sec input[type="button"]:hover, .bottom-cta-btn a.cta_button:hover {
  background: #359dc7;
  border-color: #359dc7;
}
.map-content-main {
  background-color: #fff;
  padding: 0px;
  max-height: 415px;
  overflow-y: auto;
  box-shadow: 0px 2px 5px 0px rgba(151, 151, 151, 0.4);
  max-width: 35%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  border-top: 1px solid #ccc;
}
.map-content-main .content-sec {
  width: 100%;
  display: inherit;
  height: auto;
  padding: 0 0 25px;
  border-bottom: 1px solid rgb(240,240,240);
  padding: 20px;
  text-align: center;
}
.map-content-main .content-sec:last-child {
  margin: 0px;
  border-bottom: 0px;
}
.map-content-main .content-sec br {
  display: none;
}
.map-content-main .content-sec h2 {
  line-height: 17px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  text-transform: initial;
}
.map-content-main .content-sec p {
  margin: 0px auto 5px;
}
.bottom-cta-btn {
  padding: 20px 0px;
  text-align: center;
}
.map-content-main .content-sec .first-div a {
  padding: 0;
  font-size: 16px;
  color: #666;
  margin-top: 0px;
  margin-bottom: 5px;
  background-color: transparent;
}

.result-section-main .second-sec a.cta-btn {
  background-color: #143352;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 28px;
  font-size: 14px;
  display: inline-block;
  border-radius: 0px;
}
.what-to-expect-rep-outer ul h5 {
  margin: 0;
}
.result-section-main .second-sec a.cta-btn:hover {
  background-color: #359dc7;
}
.what-to-expect-main {
  padding: 50px 0 0;
}
.product .body-container-wrapper .what-to-expect-rep-outer ul li {
  padding: 0;
  margin: 15px 25px 15px 0;
  display: flex;
  align-items: center;
}
.what-to-expect-rep-outer ul li img {
  margin-right: 12px;
}
.what-to-expect-rep-outer ul li h5 {
  font-size: 18px;
}
.what-to-expect-rep-outer ul li:before{
  display: none;
}
.what-to-expect-rep-outer ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.free-evaluation-outer {
  display: flex;
  align-items: center;
}
.free-evaluation-left {
  background: #e6f8ff;
  padding: 30px;
}
.free-evaluation-left p{
  margin: 0;
}


/* 21 jan */
ul.slick-dots li {
  display: inline-block;
  padding: 0 !important;
  margin: 0 4px !important;
}
ul.slick-dots li:before{
  display: none;
} 
ul.slick-dots li button {
  border: none;
  font-size: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
  display: block;
  padding: 0;
  opacity: .3;
  cursor: pointer;
}
ul.slick-dots li.slick-active button{
  opacity: 1;
}
ul.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 10;
}
.solution-image img {
  width: 100%;
}
.product .body-container-wrapper .banner-content h2 {
  margin-bottom: 15px;
}
.banner-slider .banner-image-slider, 
.new-home-2021 .full-width-section {
  min-height: 450px;
  padding: 150px 0 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.new-home-2021 .full-width-section {
  min-height: 500px;
  background-attachment: inherit !important;
}
.new-home-2021 .full-width-section:before {
  display: none;
}
.banner-slider .banner-content h2:after{
  display: none;
}
.banner-slider .banner-content h2, .banner-slider  .banner-content p, 
.new-home-2021 .full-width-section h2, .new-home-2021 .full-width-section p, .new-home-2021 .full-width-section p a {
  color: #fff !important;
  text-align: center;
  padding-bottom: 0;
  opacity: 1 !important;
}
.solution-image-posiion-left .solution-text a {
  text-align: center;
}
.solution-image-posiion-left .solution-text {
  text-align: right;
}
.new-home-2021 .view-latest-bro-cont-rep-inner .view-latest-bro-text, .new-home-2021 .view-latest-bro-cont-rep-inner .view-latest-bro-img {
  width: 50%;
}
.accordion_group .accordion_icon::before, .accordion_group .accordion_icon::after {
  width: 16px;
  height: 3px;
  background-color: #004976;
}
.accordion_content {
  color: #004976;
  opacity: .8;
}
.accordion {
  padding: 60px 0 0;
}
.ideal-for-section {
  margin: 15px 0 40px;
}
.view-latest-bro-text h4 {
  font-size: 22px !important;
  line-height: normal !important;
}
.banner-slider  .banner-content, .new-home-2021 .full-width-section p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.products-module {
  padding: 50px 0;
}
.products-repeat .single-product {
  width: 47%;
  margin: 1.5%;
  border: solid 1px #004976;
  padding: 40px;
  text-align: center;
}
.single-product-content h4 {
  font-size: 25px;
  margin-top: 20px;
}
.new-home-2021 .body-container-wrapper h4{
  font-size: 25px;
}
.new-home-2021 .body-container-wrapper h3{
  font-size: 22px;
}
a.product-read, .solution-text a {
  background: #004976;
  padding: 15px;
  color: #fff;
  display: inline-block;
  margin-top: 25px;
  min-width: 140px;
  text-align: center;
}
.new-home-2021 .accordion_group {
  margin-bottom: 15px;
  border: none;
  border-radius: 4px;
  background: rgb(0 169 233 / .2);
  padding: 5px 10px;
  border-left: solid 5px #00a9e9;
}
.new-home-2021 .accordion_header .accordion_icon {
  position: absolute;
  right: 0;
  top: 12px;
  width: 22px;
  height: 22px;
  text-align: center;
  background: transparent;
}
.new-home-2021 .accordion_header {
  position: relative;
  cursor: pointer;
  line-height: normal;
  width: 100%;
  padding: 10px 15px;
  color: #004976;
  font-weight: bold;
  font-size: 22px;
}
.new-home-2021 .body-container-wrapper li, .new-home-2021 .body-container-wrapper p{
  opacity: .8;
}
.single-product-image {
  max-width: 290px;
  margin: 0 auto;
  position: relative;
}
.single-product-image:before {
  width: 200px;
  height: 200px;
  content: '';
  position: absolute;
  background: #00a9e9;
  left: -75px;
  top: -21px;
  opacity: .2;
  border-radius: 100%;
}
.single-product-image img {
  /*   height: 217px !important; */
  object-fit: contain;
  position: relative;
  z-index: 1;
  width: auto !important;
}
.products-repeat {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5%;
}
.solution-box>div {
  width: 50%;
}
.solution-image-posiion-right .solution-text {
  padding-right: 70px;
}
.solution-image-posiion-left .solution-text {
  padding-left: 70px;
}
.solution-box {
  padding: 40px;
  border: solid 1px #004976;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.ideal-for-section {
  display: flex;
  align-items: center;
}
.ideal-for-section ul {
  display: flex;
  list-style: none;
  margin: 0;
}
.ideal-for-section > p {
  font-weight: 600 !important;
}
.product .body-container-wrapper .ideal-for-section ul li::before {
  width: 2px;
  height: 72%;
  position: absolute;
  left: 0;
  top: 4px;
  background: #143352;
  border-radius: 0;
  opacity: .8;
}
.product .body-container-wrapper .ideal-for-section ul li:first-child {
  margin-left: 0px;
  padding-left: 0px;
}
.product .body-container-wrapper .ideal-for-section ul li:first-child::before {
  display: none;
}
.ideal-for-section ul li {
  margin-left: 10px;
}
.single-solution-title-outer > h4 {
  max-width: 700px;
}
a.product-read:hover, .solution-text a:hover {
  background: #00a9e9;
  color: #fff;
}
html, body {
  min-height: auto !important;
}
.product.new-home-2021 .body-container-wrapper h2 {
  text-transform: inherit;
}
.new-home-2021 .content-sec {
  padding-left: 0px;
}
.new-home-2021 .single-col-image-content {
  padding: 45px 0px;
}
.new-home-2021 .content-sec a {
  font-weight: bold;
  font-size: 16px;
  padding: 13px 17px;
}
.map-left-right-outer {
  border-top: 1px solid rgba(87, 25, 25, .15);
}
.new-home-2021 .map-filter-sec select,
.new-home-2021 .map-filter-sec input {
  box-shadow: none;
  border-radius: 0px;
  border-color: #143352;
  height: 52px;
  color: #143352;
  font-size: 18px;
  font-family: inherit;
}
.new-home-2021 .map-filter-sec input::focus {
  box-shadow: none !important;
}
.new-home-2021 .map-filter-sec input[type="button"] {
  color: #ffffff;
}
.new-home-2021 .map-content-main {
  box-shadow: none;
  border-top: 0px solid #ccc;
  max-height: 400px;
}
.new-home-2021 .map-form-section-outer {
  padding: 40px 0px;
}
.new-home-2021 .map-content-main .content-sec h2,
.new-home-2021 .map-content-main .content-sec .first-div a {
  font-weight: bold;
  padding: 0;
  letter-spacing: 0px;
  font-size: 18px;
}
.new-home-2021 .map-content-main .content-sec h2::after {
  display: none;
}
.new-home-2021 .map-content-main .content-sec p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  opacity: 1;
}
.new-home-2021 .map-filter-sec select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Home_2021/images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) center;
}
.new-home-2021 .second-row-sec>* {
  max-width: 32.33%;
}

/*=========== Marketing Portal Page ============*/

.mrkt-prtl-main {
  padding: 55px 0px;
}
.marketing-portal .full-width-section p {
  max-width: 580px;
  margin: 0 auto;
}
.marketing-portal .full-width-section h1 {
  line-height: 42px;
  margin: 0px auto 25px;
  letter-spacing: -1px;
  max-width: 552px;
}
.mrkt-prtl-title-sec {
  max-width: 600px;
  text-align: left;
}
.mrkt-prtl-title-sec p {
  margin: 30px 0px 0px;
}
.mrkt-prtl-resors-rep-outer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}
.product .body-container-wrapper .mrkt-prtl-resors-rep-outer li {
  padding-left: 0px;
  background-color: #004975;
  max-width: 33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  color: #ffffff;
  padding: 12px;
  opacity: 1;
  border: 0px;
  position: relative;
}
.product .body-container-wrapper .mrkt-prtl-resors-rep-outer li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 2px solid #004976;
  border-top: 2px solid #004976;
  bottom: -38px;
  display: block !important;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  background-color: transparent;
  border-radius: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product .body-container-wrapper .mrkt-prtl-resors-rep-outer li.resp-tab-active {
  border: 0px;
}
.product .body-container-wrapper .mrkt-prtl-resors-rep-outer li.resp-tab-active::before {
  opacity: 1;
  visibility: visible;
}
.mrkt-prtl-resors-rep-outer li.resp-tab-active {
  margin-bottom: 0px !important;
  padding: 12px !important;
}
.mrkt-prtl-resors-rep-outer .resp-tabs-container {
  background-color: transparent;
}
.mrkt-ress-assests .resp-tab-content {
  padding: 0px;
}
.product .body-container-wrapper .mrkt-prtl-resors-rep-outer li::before {
  display: none;
}
.mrkt-prtl-resors-cont-sec {
  background-color: #fff;
  padding: 25px 22px;
  text-align: center;
}
.mrkt-prtl-resors-cont-sec h4 {
  font-size: 22px !important;
  letter-spacing: 0px;
  line-height: 30px;
  color: #004976;
  margin: 0 0 20px;
}
.product .body-container-wrapper .mrkt-prtl-resors-cont-sec p {
  font-size: 15px;
  line-height: 22px;
  margin-top: 0;
}
.mrkt-prtl-resors-icons-sec {
  padding: 40px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mrkt-prtl-resors-icons-rep {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product .body-container-wrapper .mrkt-prtl-resors-text p {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 18px;
  color: #ffffff;
  opacity: 1;
  margin-top: 0px;
}
.product .body-container-wrapper .mrkt-prtl-resors-cont-sec p:last-child,
.product .body-container-wrapper .mrkt-prtl-resors-text p:last-child {
  margin: 0px;
}
.mrkt-prtl-resors-outer {
  margin: 35px 0px 0px;
}
.mrkt-prtl-resors-text {
  margin: 25px 0px 0px;
}
.mrkt-prtl-resors-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, .1);
  line-height: 93px;
}
.mrkt-ress-assests-rep,
.mrkt-ress-photo-assests-two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mrkt-ress-assests-rep img {
  width: 100%;
}
.mrkt-ress-photo-assests-left > .mrkt-ress-photo-assests,
.mrkt-ress-photo-assests-left > .mrkt-ress-photo-assests img {
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.mrkt-ress-video-assests-left .video-back {
  min-height: 589px;
  background-size: cover;
  background-position: center;
}
.mrkt-ress-video-assests-right .video-back {
  min-height: 289px;
  background-size: cover;
  background-position: center;
}
.mrkt-ress-assests-rep {
  text-align: left;
}
.mrkt-ress-video-assests .video-content h4 {
  text-align: left;
  color: #fff;
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 30px;
}
.product .body-container-wrapper .mrkt-ress-video-assests p {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}
.mrkt-ress-assests-rep .video-back {
  padding: 30px 30px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.mrkt-ress-assests-rep .play-video-btn,
.latest-news-video-sec .play-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mrkt-ress-assests-rep .video-content p {
  margin-top: 0px;  
  max-width: 340px;
}
.mrkt-ress-assests-rep .video-content p:last-child {
  margin: 0px;  
}
.mrkt-ress-video-assests-two-col .mrkt-ress-video-assests .video-content h4 {
  margin: 0 0 5px;
  font-size: 18px;
}
.product .body-container-wrapper .mrkt-ress-video-assests-two-col .mrkt-ress-video-assests p {
  font-size: 12px;
  line-height: 15px;
  max-width: 160px;
}
.mrkt-ress-video-assests-two-col .play-video-btn img {
  max-width: 61px;
}

.social-channl-main {
  padding: 60px 0px 0px;
}
.social-channl-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.social-channl-text {
  max-width: 55%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
}
.social-channl-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 35%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}
.product .body-container-wrapper .social-channl-text h2,
.product .body-container-wrapper .contact-form-text h2,
.product .body-container-wrapper .latest-news-title h2 {
  margin-bottom: 30px !important;
}
.social-channl-icon-rep {
  margin-right: 20px;
}
.social-channl-icon-rep:last-child {
  margin-right: 0px;
}
.contact-form-main {
  padding: 55px 0px;
}
.contact-form-text {
  max-width: 600px;
}
.contact-form-sec {
  background-color: rgba(0, 73, 117, .07);
  padding: 60px 180px;
  margin: 25px 0px 0px;
}
.contact-form-sec form.hs-form .hs-form-field {
  margin: 0px 0px 20px;
}
.contact-form-sec form.hs-form .hs-input {
  border: 1px solid #004976;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  height: 57px;
  font-size: 18px;
  padding: 0px 25px;
  font-family: inherit;
  color: #000;
}
.contact-form-sec form.hs-form .hs-input::placeholder {
  opacity: .35;
}
.contact-form-sec form.hs-form textarea.hs-input {
  min-height: 220px;
  padding: 15px 25px;
}
.contact-form-sec form.hs-form .hs-submit {
  text-align: center;
}
.contact-form-sec form.hs-form input[type="submit"] {
  font-family: inherit;
  font-size: 16px;
  background-color: #004976;
  color: #fff;
  border-color: #004976;
  border-radius: 0px;
  font-weight: bold;
  padding: 12px 46px;
  margin: 10px 0px 0px;
}
.contact-form-sec form.hs-form input[type="submit"]:hover {
  background-color: #004976;
  border-color: #004976;
  color: #ffffff;
}

/*=========== Sponsor Page ============*/

.product.sponsor-page .body-container-wrapper h1 {
  max-width: 790px;
  margin: 0 auto;
  line-height: 48px;
  letter-spacing: -1px;
}
.left-title-text-right-img {
  padding: 55px 0px;
}
.left-title-text-right-img-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.left-title-text-sec {
  max-width: 62%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
}
.right-img-sec {
  max-width: 35%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}
.product .body-container-wrapper .left-title-text-sec h2 {
  margin-bottom: 20px !important;
  padding-bottom: 25px;
}
.left-sec-cta a.cta_button {
  background-color: #004976;
  color: #fff;
  font-size: 16px;
  padding: 12px 10px;
}
.left-sec-cta a.cta_button:hover,
.latest-news-cta-sec a.cta_button:hover,
.mrkt-ress-assests-cta a.cta_button:hover {
  background-color: #359dc7;
}
.left-title-text-sec p {
  margin: 0 0 20px;
}
.first-row,
.single-news-right-two-col,
.mrkt-ress-photo-assests-two-col,
.mrkt-ress-video-assests-two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single-news-left,
.mrkt-ress-photo-assests-left,
.mrkt-ress-video-assests-left {
  max-width: 51.283%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51.283%;
  flex: 0 0 51.283%;
}
.single-news-right,
.mrkt-ress-photo-assests-right,
.mrkt-ress-video-assests-right {
  max-width: 47.864%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47.864%;
  flex: 0 0 47.864%;
}
.single-news-right-two-col,
.mrkt-ress-photo-assests-right > .mrkt-ress-photo-assests,
.mrkt-ress-video-assests-right > .mrkt-ress-video-assests {
  margin-top: 1.9%;
}
.single-news-right-two-col .single-news-rep,
.mrkt-ress-photo-assests-two-col .mrkt-ress-photo-assests,
.mrkt-ress-video-assests-two-col .mrkt-ress-video-assests {
  max-width: 49.103%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49.103%;
  flex: 0 0 49.103%;
}
.second-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.8%;
}
.second-row .single-news-rep {
  max-width: 32.8%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.8%;
  flex: 0 0 32.8%;
}
.latest-news-cta-sec {
  text-align: center;
}
.latest-news-cta-sec a.cta_button,
.mrkt-ress-assests-cta a.cta_button {
  background-color: #004976;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 26.5px;
  margin-top: 50px;
}
.latest-news-main {
  padding: 0 0 60px;
}
.single-news-rep img {
  width: 100%;
}
#popup__toggle {
  cursor: pointer;
}
.mrkt-ress-assests-rep .popup__overlay,
.latest-news-video-sec .popup__overlay {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  z-index: 9;
  border-radius: 10px;
  background-color: #fff;
  width: 50%;
  text-align: center;
  z-index: 999999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 100vh;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  display: block !important;
}

.mrkt-ress-assests-rep .popup__overlay.smooth,
.latest-news-video-sec .popup__overlay.smooth {
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 1;
  visibility: visible;
}
.mrkt-ress-assests-rep .popup,
.latest-news-video-sec .popup {
  position: relative;
  padding-bottom: 56.2%;
}
.mrkt-ress-assests-rep .popup__overlay iframe,
.latest-news-video-sec .popup__overlay iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0;
}
.mrkt-ress-assests-rep .popup__close,
.latest-news-video-sec .popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #ffff;
  width: 24px;
  height: 24px !important;
  display: inline-block;
  border-radius: 50%;
  font-weight: bold;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .8);
  z-index: 9;
}
.mrkt-ress-photo-assests-left .popup,
.mrkt-ress-photo-assests-right .popup {
  padding-bottom: 0;
}
body.overlay-bg {
  position: relative;
}
body.overlay-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 99999;
}

.three-col-solution .solution-box {
  border: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  padding: 0px;
}
.three-col-solution .solution-icon-text-rep {
  border: 1px solid #004976;
  padding: 45px 20px 120px;
  text-align: center;
  max-width: 32%;
  position: relative;

}
.solution-icon-text-rep .solution-text a {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 45px;
}
.three-col-solution .solution-image {
  width: 86px;
  height: 86px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(0, 169, 233, .2);
  line-height: 100px;
  text-align: center;
}
.three-col-solution .solution-image img {
  max-height: 69px;
  width: auto;
  margin: 0 auto;
}
.three-col-solution .solution-text {
  margin: 50px 0px 0px;
}
.new-home-2021 .body-container-wrapper .three-col-solution .solution-text h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.product .body-container-wrapper .three-col-solution .solution-text p {
  font-size: 15px;
  line-height: 22px;
  color: #143352;
  position: relative;
  font-weight: normal;
}
.product .body-container-wrapper .three-col-solution .ideal-for-section li {
  padding-left: 8.5px;
  margin-left: 8.5px;
  font-size: 17.5px;
}
.product .body-container-wrapper .three-col-solution .ideal-for-section > p {
  font-size: 17.5px;
}
.latest-news-video-sec .video-back {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.latest-news-video-sec {
  margin: 50px 0px 0px;
}
.mrkt-ress-photo-assests {
  position: relative;
}
.mrkt-ress-photo-assests-text {
  position: absolute;
  top: 0px;
  padding: 20px;
  color: #fff;
}
.mrkt-ress-photo-assests-text h4 {
  color: #ffffff;
}
.new-home-2021 .body-container-wrapper .mrkt-ress-photo-assests-text ul li {
  color: #ffffff;
  opacity: 1;
  padding-left: 15px;
}
.product .body-container-wrapper .mrkt-ress-photo-assests-text li::before {
  top: 9px;
}
.popup__overlay a.download-btn img {
  max-width: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
.download-btn {
  position: absolute;
  width: 100%;
  background-color: #64c896;
  color: #fff;
  padding: 10px 0px;
  font-size: 20px;
}
.download-btn:hover,
.download-btn:focus,
.download-btn:active {
  color: #ffffff;
}


.second-products-module .single-product-image::before {
  width: 110px;
  height: 110px;
  background: transparent;
  left: -45px;
  top: -25px;
  opacity: 1;
  border-radius: 0;
  background-image: url("https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Home_2021/images/logo-icon.png");
}
.new-home-2021  .single-product-image::before {
  display: none !important;
}

/*============= New Commercial Saver final ==============*/

.marketing-portal .full-width-section h1 {
  max-width: 100%;
}
.marketing-portal.commercial-final .full-width-section p {
  max-width: 870px;
  font-size: 18px;
  line-height: 25px;
}
.commercial-final.new-home-2021 .full-width-section p a {
  font-size: 16px;
  line-height: 25px;
  padding: 11.5px 39px;
  color: #004976 !important;
  text-transform: inherit;
  margin: 40px 0px 0px;
}
.commercial-final.new-home-2021 .full-width-section p a:hover {
  color: #fff !important;
}
.aquatic-center-main {
  padding: 60px 0px;
  text-align: center;
  color: #ffffff;
  background-position: center;
  background-size: cover;
}
.product .body-container-wrapper .aquatic-center-title-cont h2 {
  margin-bottom: 20px !important;
}
.aquatic-center-title-cont h2::after {
  right: 0px;
  text-align: center;
  margin: 0 auto;
}
.aquatic-center-main h2,
.aquatic-center-main p {
  color: #ffffff !important;
}
.aquatic-center-main p {
  opacity: 1 !important;
}
.aquatic-center-outer {
  max-width: 855px;
  margin: 0 auto;
}
.support-sec-cont-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0px 0px;
}
.support-sec-rep {
  max-width: 48.719%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.719%;
  flex: 0 0 48.719%;
  border: solid 1px #004976;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.support-sec-right-cont h4,
.related-product-sec-rep h4 {
  line-height: 30px;
  letter-spacing: -1px;
}
.support-left-icon {
  max-width: 170px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  text-align: center;
  position: relative;
}
.support-left-icon::before {
  content: "";
  width: 83px;
  height: 83px;
  background-color: rgb(0 169 233 / 20%);
  border-radius: 100%;
  position: absolute;
  top: -27px;
}
.support-sec-right-cont a.cta_button,
.related-product-cta a.cta_button,
.aquatic-center-cta a.cta_button,
.overview-cta a.cta_button,
.what-will-btm-cta a.cta_button {
  font-size: 16px;
  line-height: 25px;
  background-color: #004976;
  color: #ffffff;
  padding: 11.5px 20px;
}
.aquatic-center-cta a.cta_button {
  background-color: #ffffff;
  color: #004976;
}
.support-sec-right-cont a.cta_button:hover,
.related-product-cta a.cta_button:hover,
.aquatic-center-cta a.cta_button:hover,
.overview-cta a.cta_button:hover,
.what-will-btm-cta a.cta_button:hover,
.aquatic-center-cta a.cta_button:hover {
  background-color: #359dc7;
  color: #ffffff;
}
.overview-cta a.cta_button {
  margin: 35px 0px 0px;
}
.related-product-cont-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e6f8ff;
  padding: 50px 0px;
  margin: 30px 0px 0px;
} 
.related-product-sec-rep {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 0px 65px;
}
.related-product-img {
  height: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.related-product-cont {
  margin: 10px 0px 0px;
}
.related-product-cont-inner p:last-child {
  margin: 0;
}
.support-sec-main,
.inverter-plus-main {
  padding: 60px 0px;
}
.related-artical-main {
  padding: 60px 0px 0px;
}
.what-will-main {
  padding: 0px 0px 60px;
}
.related-artical-cont-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0px 0px;
}
.related-artical-sec-rep {
  max-width: 32%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  margin: 0 2% 2% 0;
  background-color: #004976;
}
.related-artical-sec-rep:nth-child(3n) {
  margin-right: 0px;
}
.related-artical-img .hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
  max-height: 250px;
  object-fit: cover;
}
.related-artical-cont {
  padding: 0px 30px 30px;
  color: #fff;
}
.publish-date {
  box-shadow: 5.248px 2.909px 4px rgba(0,0,0,0.25);
  background-color: #fff;
  display: inline-block;
  font-size: 20px;
  color: #004976;
  max-width: 49px;
  text-align: center;
  font-weight: 900;
  line-height: 1;
  padding: 12.5px 0px !important;
}
.related-date-admin-comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: -30px 0px 0px;
}
.related-date-admin-comments span {
  line-height: 1;
}
.month-sec {
  font-size: 15px;
}
.related-date-admin-comments a {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.related-date-admin-comments a img {
  vertical-align: middle;
  margin-right: 5px;
}
.related-date-admin-comments > * {
  margin-right: 20px;
  padding-bottom: 7px;
}
.related-date-admin-comments > *:last-child {
  margin-right: 0px;
}
.related-artical-post-title h5 {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
}
.related-artical-post-title {
  margin: 10px 0px 0px;
  font-size: 15px;
  line-height: 18px;
  color: rgba(255, 255, 255, .8);
}
.related-artical-read-more {
  margin: 40px 0px 0px;  
}
.related-artical-read-more a.more-link {
  color: #ffffff;
  position: relative;
  padding: 0px 20px 0px 0px;
}
.related-artical-read-more a.more-link::before {
  content: "";
  position: absolute;
  background-image: url("https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Home_2021/images/read-more-arrow-right.png");
  right: 0px;
  width: 13px;
  height: 10px;
  top: 4px;
}
.resp-tabs-list.inverter-plus-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inverter-plus-main li.resp-tab-item {
  font-size: 22px;
  color: #143352;
  font-weight: 700;
  text-align: center;
  background-color: #ebebeb;
  border-color: transparent;
  opacity: 1;
  padding: 0px;
  height: 89px;
  line-height: 89px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 15px;
}
.inverter-plus-main li.resp-tab-item:last-child {
  margin-right: 0px;
}
.inverter-plus-main li.resp-tab-item::before {
  display: none;
}
.inverter-plus-main li.resp-tab-item.resp-tab-active {
  box-shadow: 4.373px 2.424px 10.5px rgba(0,0,0,0.35);
  background-color: #143352;
  color: #ffffff;
}
.inverter-plus-tabs-outer {
  margin: 30px 0px 0px !important;
}
.overview-first-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.overview-first-sec > * {
  max-width: 49%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}
.overview-left-sec {
  text-align: left;
}
.inverter-plus-tabs-cont-rep.resp-tab-content {
  padding: 55px 0px 0px;
}
.overview-text h4 {
  font-size: 22px !important;
  line-height: 30px;
  max-width: 520px;
  margin: 0px 0px 20px;
}
.overview-text h4:not(:first-child) {
  margin-top: 35px;
}
.overview-slider-top-rep {
  text-align: center;
}
.overview-top-slider-img {
  display: inline-block;
  position: relative;
  padding-top: 60px;
}
.overview-top-slider-img::before {
  content: "";
  width: 128px;
  height: 128px;
  background-image: url("https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Home_2021/images/logo-icon-invert.png");
  position: absolute;
  left: -75px;
  top: 0px;
}
.overview-top-slider-img img {
  position: relative;
  max-height: 500px;
  max-width: 400px !important;
  object-fit: contain;
  object-position: center;
}
.overview-slider-sec {
  border: 1px solid #004976;
  padding: 5px 4px 5px 2px;
  max-width: 393px;
  margin: 30px auto 0px;
}
.overview-slider-rep {
  border: 0.5px solid #004976;
  max-height: 113px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 20px;
}
.overview-slider-sec .slick-slide {
  margin: 0px 2.8px;
}
.overview-slider-sec .slick-arrow {
  position: absolute;
  top: 50%;
  left: -25px;
  z-index: 9;
  border: 0;
  background-color: transparent;
  padding: 0;
  font-size: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.overview-slider-sec .slick-arrow.slick-next {
  left: auto;
  right: -25px;
}
.overview-slider-sec .slick-arrow::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-left: 2px solid #004976;
  border-bottom: 2px solid #004976;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.overview-slider-sec .slick-arrow.slick-next::before {
  border-left: 0px;
  border-bottom: 0px;
  border-right: 2px solid #004976;
  border-top: 2px solid #004976;
}
.overview-slider-img img {
  max-width: 70px !important;
  height: 89px !important;
  object-fit: contain;
}
.what-will-title p {
  margin: 20px 0px 0px;
}
.what-will-table-sec {
  border: 2px solid #143352;
  margin: 50px 0px 0px;
}
.what-will-table-title-row,
.what-will-row-rep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #143352;
}
.what-will-table-title-row {
  background-color: #cbedfb;
}
.what-will-row-rep:last-child {
  border-bottom: 0px solid #143352;
}
.what-will-col-rep,
.what-will-table-title-rep {
  border-right: 2px solid #143352;
  max-width: 14.28%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28%;
  flex: 0 0 14.28%;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.what-will-table-title-rep {
  padding: 10px 20px;
}
.what-will-col-rep:last-child,
.what-will-table-title-rep:last-child {
  border-right: 0px;
}
.what-will-table-title-rep h4 {
  font-size: 22px !important;
  line-height: 30px;
  margin: 0px;
}
.technical-data-title,
.manual-title {
  text-align: left;
}
.manual-dwnld-img {
  margin: 30px 0px 0px;
}
.commercial-final .contact-form-text {
  max-width: 100%;
}
.technical-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.technical-row-left {
  width: 66.666666666666%;
  border: 1px solid #143352;
}
.technical-row-right {
  width: 33.333333333333%;
  border: 1px solid #143352;
  border-left: 0px;
}
.technical-row-left-title,
.technical-row-right-title {
  background-color: rgba(0, 169, 233, 0.2);
}
.technical-row-right-title {
  border-bottom: 1px solid #143352;
  padding: 7.5px 0px;
}
.technical-row,
.technical-row-left-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #143352;
}
.technical-row:last-child {
  border-bottom: 0px;
}
.technical-row-left-title-rep,
.technical-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #143352;
  padding: 7.5px 0px;
}
.technical-row-left-title-rep:last-child,
.technical-col:last-child {
  border-right: 0px;
}
.technical-data-title {
  width: 100%;
}
.technical-row-left-title-rep h5,
.technical-row-right-title h5 {
  margin: 0px;
  font-size: 18px;
  line-height: 28px;
}
.technical-col p {
  margin: 0;
}
.technical-row-right-img {
  padding: 20px;
}
.inverter-plus-main-title h2 {
  margin-top: 0px !important;
}
.technical-row-right-img {
  padding: 20px 20px 0px;
  height: calc(100% - 44px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.technical-row-right-inner {
  margin: 0 0 -30px;
}
.hide-slider-dots ul.slick-dots {
  display: none !important;
}
.solutions-module-listing.top-spacing {
  padding: 60px 0px;
}

/*========================================
Partners & Media Page
=========================================*/

.partners-media-outer {
  padding: 60px 0px;
}
.partners-media-left-right {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.partners-media-left {
  max-width: 32.825%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.825%;
  flex: 0 0 32.825%;
}
.partners-media-right {
  max-width: 67.175%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 67.175%;
  flex: 0 0 67.175%;
  padding-left: 33px;
}
.partners-media-right .block-sec {
  margin-right: -33px;
  column-count: 2;
}
.grid-sizer {
  /*   width: calc(50% - 33px); */
}
.partners-media-right .item {
  /*   width: calc(50% - 33px); */
  background-color: #133351;
  padding: 10px;
  margin-bottom: 40px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.product .body-container-wrapper li.inner-bg-img-content {
  margin: 0px 0px 30px;
  text-align: center;
  opacity: 1 !important;
  width: 100%;
  list-style: none;
  padding: 0px;
  border: 0px;
}
.bg-img-text {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 300px;
  padding: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.bg-img-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #133351;
  opacity: .9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
}
.bg-img-text {
  position: relative;
}
.bg-img-text h4 {
  color: #ffffff;
  font-size: 22px !important;
  letter-spacing: 0px;
  line-height: 30px;
  margin: 0;
  position: relative;
}
.bg-img-text:hover,
.resp-tab-active .bg-img-text {
  -webkit-box-shadow: 4.373px 2.424px 10.5px rgba(0,0,0,0.6);
  box-shadow: 4.373px 2.424px 10.5px rgba(0,0,0,0.6);
}
.bg-img-text:hover::before,
.resp-tab-active .bg-img-text::before  {
  opacity: 0;
}
.right-block-img {
  height: 159px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
}
.right-block-img img {
  max-height: 100%;
  object-fit: contain;
}
.right-block-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -12px;
}
.single-cta {
  /*   width: calc(50% - 10px); */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;

  margin-right: 10px;
}
.right-block-cta a.cta_button,
.right-block-cta a {
  padding: 8px 20px;
  width: 100%;
  box-sizing: border-box !important;
  text-align: center;
}
.right-block-text {
  text-align: center;
  padding: 15px;
}
.right-block-text h4 {
  font-size: 22px !important;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
}
.right-block-text p {
  color: #ffffff !important;
}
.partners-media-right .resp-tab-content {
  padding: 0;
}


/*========== Saving Life Energy page ========*/

.saving-life-energy,
.saving-life-energy .body-container-wrapper a, 
.saving-life-energy .body-container-wrapper p, 
.saving-life-energy .body-container-wrapper span, 
.saving-life-energy .body-container-wrapper strong, 
.saving-life-energy .body-container-wrapper ul, 
.saving-life-energy .body-container-wrapper li,
.saving-life-energy .body-container-wrapper h1, 
.saving-life-energy .body-container-wrapper h2,
.saving-life-energy .body-container-wrapper h3,
.saving-life-energy .body-container-wrapper h4,
.saving-life-energy .body-container-wrapper h5,
.saving-life-energy .body-container-wrapper h6 {
  font-family: 'Roboto', sans-serif; 
}
.title-with-bottom-line h2 {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: normal;
  color: #143352;
  position: relative;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.title-with-bottom-line h2::after {
  width: 83px;
  height: 5px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  background-image: url(https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/Madimack%20files/products/title-border-left.png);
}
.saving-life-energy .full-width-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0px 0px;
}
.saving-life-energy .full-width-section h1 {
  letter-spacing: -1px;
}
.saving-life-energy .full-width-section p {
  font-size: 18px;
  line-height: 25px;
  max-width: 690px !important;
}
.initiative-save-life {
  padding: 50px 0px;
}
.initiative-save-life-left-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.initiative-save-life p,
.room-life-saver-course p,
.room-life-saver-course li,
.free-chart-main p,
.free-chart-main li,
.surf-life-saving-main p,
.surf-life-saving-main li {
  font-size: 18px;
  line-height: 24px;
  color: #143352;
}

.initiative-save-life-left {
  max-width: 49%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}
.initiative-save-life-right {
  max-width: 49%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.initiative-save-life-right-img img {
  -webkit-box-shadow: 4.388px 4.092px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 4.388px 4.092px 2px rgba(0, 0, 0, 0.2);
}
.initiative-save-life-right-img {
  margin-right: 15px;
  max-width: calc(50% - 15px);
}
.initiative-save-life-right-img:nth-child(2n) {
  margin-right: 0;
  margin-top: 50px;
}
.initiative-save-life-right-img:nth-child(3) {
  margin-top: -100px;
}
.initiative-save-life video {
  width: 100%;
  height: 100%;
}
.room-life-course-rep-outer,
.life-course-btns-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px -30px 0px 0px;
}
.room-life-course-rep {
  max-width: calc(33.3333% - 30px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.3333% - 30px);
  flex: 0 0 calc(33.3333% - 30px);
  margin-right: 30px;
  position: relative;
  border: 1px solid #004976;
  padding: 30px;
}
.life-course-btns-outer > * {
  max-width: calc(33.3333% - 30px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.3333% - 30px);
  flex: 0 0 calc(33.3333% - 30px);
  margin-right: 30px;
}
.room-life-course-free-icon {
  position: absolute;
  right: -50px;
  top: -40px;
}
.life-course-inner-icon {
  width: 86px;
  height: 86px;
  margin: 0;
  border-radius: 50%;
  background-color: rgba(0,169,233,.2);
  line-height: 100px;
  text-align: center;
}
.room-life-course-rep h4,
.surf-life-saving-inner-sec h4 {
  font-size: 22px !important;
  line-height: 30px;
  font-weight: 500;
}
.life-course-inner-heading {
  margin: 30px 0px 0px;
}
.life-course-inner-btn {
  text-align: center;
}
.life-course-inner-btn a,
.free-chart-btn a,
.surf-life-inner-btn a {
  min-width: 269px;
  background-color: #004976;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  text-align: center;
  line-height: normal;
  margin: 0 auto;
  padding: 15.5px 0px;
}
.surf-life-inner-btn a {
  background-color: #ffffff;
  color: #004976;
}
.life-course-inner-btn a:hover,
.free-chart-btn a:hover,
.surf-life-inner-btn a:hover {
  background-color: #359dc7;
}
.surf-life-inner-btn a:hover {
  color: #ffffff;
}
.room-life-course-border-inner ul li,
.free-chart-main ul li {
  position: relative;
}
.room-life-course-border-inner ul li::before,
.free-chart-main ul li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url("https://4337543.fs1.hubspotusercontent-na1.net/hubfs/4337543/2021/check-tick-icon.png");
  left: -17px;
  top: 6px;
}
.free-chart-main {
  padding: 60px 0px;
}
.free-chart-main ul {
  padding-left: 17px;
}
.free-chart-btn {
  margin: 40px 0px 0px;
}
.free-chart-btn a {
  min-width: 180px;
}
.free-chart-img {
  margin: 30px 0px 0px;
}
.surf-life-saving-inner-sec {
  background-color: #004975;
  padding: 60px;
  margin: 30px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.surf-life-saving-inner-sec h4,
.surf-life-saving-inner-sec li,
.surf-life-saving-inner-sec p {
  color: #ffffff;
}
.free-chart-icon-img {
  position: relative;
  display: inline-block;
}
.free-chart-icon {
  position: absolute;
  right: -45px;
  top: -25px;
}
.surf-life-saving-inner-sec ul {
  padding-left: 15px;
}
.surf-life-saving-inner-sec li {
  opacity: 1 !important;
  list-style-type: disc;
  line-height: 35px;
}
.surf-life-saving-inner-sec li span {
  font-weight: bold;
  font-size: 24px;
}
.surf-life-inner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0px 0px;
}
.surf-life-inner-buttons > * {
  margin-right: 20px;
  margin-bottom: 10px;
}
.surf-life-inner-buttons > *:last-child {
  margin-right: 0px;
}
.surf-life-saving-main {
  padding: 0px 0px 60px;
}
.latest-news-video-sec .popup video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0;
  bottom: 0px;
  top: 0px;
}
.surf-life-saving-inner-left {
  max-width: 57%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
}
a.blue-back {
  font-size: 16px;
  line-height: 25px;
  background-color: #004976;
  color: #fff;
  padding: 11.5px 20px; 
  border: 1px solid #fff;
  margin-top: 20px;
  display: inline-block;
  font-weight: 700;
}
a.blue-back:hover {
  background-color: #359dc7;
  color: #fff;
}
.initiative-save-life .video-module {
  position: relative;
  padding-bottom: 56.25%;
}
.initiative-save-life .video-module > * {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  min-height: auto !important;
}

/*========================================
Counter
=========================================*/

div#countdown ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
div#countdown ul li::before {
  display: none;
}
.product-popup-countdown {
  background-color: #004976;
  padding: 20px;
}
.product-popup-countdown h1,
.product-popup-countdown ul li {
  color: #fff !important;
}
.product-popup-countdown h1 {
  font-size: 28px;
}
.product-popup-countdown ul li {
  display: flex;
  flex-direction: column;
}
.product-popup-countdown ul li span {
  font-size: 29px;
  font-weight: bold;
}


.product .body-container-wrapper .result-section-main p, 
.product .body-container-wrapper .result-section-main li {
  font-size: 16px;
  line-height: 20px;
}
.product .body-container-wrapper .result-section-main .first-div h2 {
  font-size: 30px;
  padding-bottom: 10px;
}
.product .body-container-wrapper .result-section-main .first-div p {
  margin: 0px 0px 8px;
}


.header-cta-btn a.cta_button {
  padding: 0px;
  border: 0px;
  background-color: transparent;
  margin-top: 10px;
}
/* .header-cta-btn a.cta_button img {
max-width: 165px !important;
} */
.header-cta-btn a.cta_button img {
  max-width: 100% !important;
}

@media (min-width: 769px) {
  /*   .header-cta-btn {
  width: 11% !important;
  margin-left: 0 !important;
}
  .madimack_menu.custom-menu-primary {
  width: 70%;
  margin-left: 10px;
} */
  .madimack_menu ul li a {
    padding: 30px 30px !important;
  }
}  
.madimack_menu ul li li a {
    padding: 10px 30px !important;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .madimack_menu ul li a {
    padding: 7px 8px !important;
  }
}

@media (max-width: 1340px) {
  .madimack_menu ul li a {
    font-size: 14px;
  }
  .header_module {
    width: 100% !important;
  }
  .header_module .container {
    padding: 0px 15px;
  }
}


/*========================================
Media Queries
=========================================*/
@media (min-width: 1350px){
  .container-fluid .row-fluid .page-center,
  .container {
    float: none;
    max-width: 1170px;
    margin: 0 auto;
  }
  .header-cta-btn a.cta_button img {
    max-width: 162px !important;
  }
}
@media (max-width: 1350px) and (min-width: 1201px){
  .property-sol {
    width: 32.76%;
  }
}
@media (max-width: 1349px) {
  .product .body-container-wrapper .three-col-solution .ideal-for-section > p,
  .product .body-container-wrapper .three-col-solution .ideal-for-section li {
    font-size: 16px;
  }
  .surf-life-saving-inner-left {
    padding-right: 20px;
  }
  .surf-life-inner-btn a {
    min-width: inherit;
    padding: 15.5px 20px;
  }
}
@media (max-width: 1200px){
  a.cta_button.full-cta {
    padding: 20px;
  }
  .container,
  .page-center 
  {
    /*     max-width: 970px; */
    padding: 0px 15px;
  }
  .madimack_menu ul li a
  {
    /*
    padding: 7px 13px !important;
    font-size: 14px;*/
  }
  .full-width-section h2, .property-header h2, .testi-header h2
  {
    max-width: 60%;
  }
  .full-width-section p
  {
    max-width: 50%;
  }
  .two-cols-box {
    padding: 30px 30px 30px 50px;
  }
  .two-cols-box .two-left 
  {
    width: 45%;
  }
  .image-sec, .content-sec 
  {
    width: 50%;
  }
  .two-cols-box .two-right h4
  {
    max-width: 100%;
  }
  .madimack_menu ul li a 
  {
    /*padding: 7px 10px !important;*/
  }
  .single-automation p 
  {
    min-height: 95px;
  }
  .single-automation h4 
  {
    min-height: 60px;
  }
  .single-automation p {
    min-height: 133px;
  }
  .property-sol 
  {
    width: 32.64%;
  }
  .banner-text p 
  {
    margin: 10px 0px 15px;
    max-width: 80%;
  }
  .col-one, .col-two, .col-three 
  {
    padding-left: 20px;
  }
  .main-menubar ul li
  {
    width: 17.9%;
    margin-right: 2%;
  }
  .tabbing-section .two-cols-box .two-right {
    width: 62%;
  }
  .warranty-social-icons ul li
  {
    padding: 0 5px;
  }
  .embedded-flex-col .content-sec 
  {
    padding: 0px 10px;
  }
  .pool-heat-main table tr td img
  {
    max-width: 25px;
  }
  .detail-result .breif-details {
    width: 49.38%;
  }
  .installation-step p {
    max-width: 100%;
  }
  .resp-tabs-list > span > div {
    font-size: 16px !important;
    vertical-align: middle;
  }
  .right-section
  {
    border-style: none;
  }
  .home_banner.new_height .banner-text p {
    max-width: 100%;
  }
  .home_banner.new_height .banner-text {
    padding-top: 50px;
  }
  .calculator-form .form-group, .main-result .heat-requirement {
    width: 48.4%;
  }
  .install-step h2
  {
    font-size: 20px;
  }
  .install-step-imag img {
    min-height: 190px;
  }
  .new-home-2021 .map-left-right-outer > .page-center {
    padding: 0px 10px;
  }
  .mrkt-prtl-resors-icons-rep {
    padding: 0px 10px;
  }
  .mrkt-prtl-resors-icon {
    width: 76px;
    height: 76px;
    line-height: 83px;
  }
  .mrkt-prtl-resors-icon img {
    max-height: 80% !important;
  }
  .mrkt-ress-video-assests-left .video-back {
    min-height: 507px;
  }
  .mrkt-ress-video-assests-right .video-back {
    min-height: 248.8px;
  }
  .ideal-for-section,
  .ideal-for-section ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .right-block-cta a.cta_button {
    padding: 8px 5px;
  }
  .surf-life-inner-buttons > * {
    margin-right: 10px;
  }
}

@media (max-width: 1200px){
  .partnership-sec-outer .partnership-content div > span p {
    max-width: 80%;
  }
  .partnership-left-right .left-right-sec .image-sec {
    width: 50%;
  }
  .partnership-left-right .content-sec {
    padding: 0 24px;
  }
  .partnership-left-right .left-right-sec .image-sec h2 {
    font-size: 18.2px;
  }
  .partnership-left-right {
    margin-bottom: 0px;
  }
  .partnership-left-right .content-sec {
    height: 320px;
  }
  .partnership-left-right .left-right-sec .image-sec {
    height: 320px;
  }

  .product-box img {
    height: 440px;
  }
  .product-description {
    padding: 22px 0;
  }
  .single-automation:after {
    width: 103%;
    height: 102.5%;
    left: -5px;
    top: -5px;
  }
  .small-header .custom-menu-primary.madimack_menu .hs-menu-wrapper>ul {
    /*padding-top: 10px;*/
  }
  .group-product-image-sec {
    margin-left: 55px;   padding: 110px 30px;
    margin-right: -60px;
  }
  .product2 .group-product-image-sec, .product4 .group-product-image-sec {
    margin-left: -60px;
  }
  .tabbing-section .two-cols-box .two-right {
    width: 62%;
  }.two-cols-box .two-right h4 {
    font-size: 18px;
  }
  span.col-side.middle {
    padding-left: 20px !important;
    padding-right: 10px !important;
  }
  .left-section {
    padding-right: 20px;
  }
  .floor-covering-oute h2 {
    margin: 0px 0 10px 0;
  }
  .span12.floor-covering-oute {
    margin-bottom: 20px;
  }
  .initiative-save-life-right-img:nth-child(3) {
    margin-top: -250px;
  }
  .room-life-course-rep,
  .life-course-btns-outer > * {
    max-width: 375px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 375px;
    flex: 0 0 375px;
  }
}


@media (max-width: 992px){

  .next-post-section, .prev-post-section {
    width: 49.3%;
  }
  .header_module 
  {
    width: 95% !important;
  }
  .container 
  {
    /*     max-width: 750px; */
  }
  .small-header .madimack_logo img 
  {
    /* max-width: 140px !important;*/
  } 
  .banner-slide 
  {
    height: 500px;
  }
  .full-width-section h2, .property-header h2, .testi-header h2
  {
    max-width: 70%;
  }
  .banner-text h2, .banner-inner-sec .full-width-section h2
  {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-inner-sec .full-width-section h2
  {
    max-width: 90%;
  }
  a.cta_button, .banner-text a.cta_button 
  {
    padding: 10px 30px;
  }
  .full-width-section h2, .property-header h2, .about-header h2, .testi-header h2
  {
    font-size: 24px;
    line-height: 28px;
  }
  .full-width-section p 
  {
    font-size: 16px;
    line-height: 20px;
  }
  .full-width-section 
  {
    height: 300px;
  }
  .footer-social ul li a i 
  {
    padding-right: 15px;
  }
  .two-cols-box 
  {
    padding: 20px;
  }
  .two-left img 
  {
    width: 60px;
  }
  .home-slider:after 
  {
    bottom: -70px;
  }
  .about-content-sec p
  {
    max-width: 100%;
  }
  .about-header h2:after
  {
    width: 125px;
  }
  .about-header h2:before
  {
    width: 140px;
  }
  .madimack_menu ul li a 
  {
    /*padding: 7px 7px !important;*/
  }
  .madimack_logo img 
  {
  max-width: 250px !important;
  padding: 0;
}
  .image-sec, .content-sec 
  {
    width: 50%;
    height: 300px;
  }
  .madimack_menu ul li a 
  {
    /*font-size: 12px;*/
  }
  .footer-social ul li 
  {
    margin-right: 10px;
  }
  .footer-contact
  {
    padding-right: 0px;
  }
  .home-slider:after 
  {
    bottom: -36px;
    height: 170px;
  }
  .post-content-right h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .post-content-right .post-content-details {
    margin: 0px 0px 0px;
  }
  .post-content-left {
    width: 50%;
  }
  .two-cols-box .two-left {
    width: 40%;
  }
  .two-cols-box .two-right h4 {
    font-size: 16px;
  }
  .small-header .custom-menu-primary.madimack_menu .hs-menu-wrapper>ul {
    /*padding-top: 5px;*/
  }
  .col-one, .col-two, .col-three
  {
    padding-left: 10px;
  }   
  .installation-diagram-table p
  {
    font-size: 12px;
  }
  div#form-middle-sec, #form-left-sec, #form-right-sec 
  {
    padding: 20px;
  }
  .about-right-content {
    padding-right: 0px;
  }

  .main-menubar ul li {
    margin-right: 2%;
    width: 22%;
  }.main-menubar .active-branch.hs-menu-flow-horizontal ul li a {
    margin: 0 0px;
    padding: 0;
  }
  .active-branch.hs-menu-flow-horizontal ul li a p {
    font-size: 14px;
  }
  .tabbing-section .two-cols-box .two-right {
    width: 62%;
  }
  .embedded-flex-col .content-sec p {
    margin: 0px auto 0px;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
  }
  .embedded-flex-col .image-sec, .embedded-flex-col .content-sec {
    height: 340px;
  }
  .whole-sale-main .group-product-image-sec {
    margin-left: -40px;
  }
  .pool-heat-main table tr td img {
    max-width: 20px;
    float: left;
  }
  span.col-side.middle span, span.calculate-step-row input, span.calculate-step-row select, span.col-side.right span
  {
    font-size: 14px;
  }
  span.calculate-step-row.three .col-side.middle {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .installation-step h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .search-sec form, .search-sec .hs-search-results__listing, .search-sec ul.hs-search-field__suggestions {
    max-width: 90%;
  }
}


@media (width: 992px){
  .property-sol {
    width: 32.44%;
  }
}

@media (max-width: 940px){
  .rights-header-sec ul li::before, .rights-header-sec ul::before
  {
    display: none;
  }
}

@media (max-width: 991px){
  .madimack_menu ul li a {
    padding: 7px 10px !important;
  }
  .banner-slider .banner-content {
    padding-bottom: 30px;
  }
  .solution-image-posiion-left .solution-text {
    padding-left: 40px;
  }
  .solution-image-posiion-right .solution-text {
    padding-right: 40px;
  }
  .solution-box {
    padding: 25px;
  }
  .product .body-container-wrapper .banner-content h2 {
    margin-bottom: 15px;
  }
  .single-product-image::before {
    width: 160px;
    height: 160px;
    left: -63px;
    top: -21px;
  }
  .single-product-image img {
    /*     height: 160px !important; */
  }
  .single-product-image {
    max-width: 200px;
  }
  .banner-slider .banner-image-slider, .new-home-2021 .full-width-section {
    min-height: auto;
    padding: 100px 0 40px;
  }
  .single-column-module {
    text-align: center;
    padding: 0px 10px 50px;
  }
  .partnership-left-right .left-right-sec .image-sec h2 {
    font-size: 16.2px;
  }
  .partnership-left-right .content-sec {
    height: 300px;
  }
  .partnership-left-right .left-right-sec .image-sec {
    height: 300px;
  }

  .product-description p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
  }.product-description {
    padding: 30px 0;
  }
  .product-links a {
    display: block;
    font-size: 11px;
    padding: 16px 10px;
    width: 350px;
  }.product-links {
    margin-top: 50px;
  }
  .single-automation:after {
    width: 104%;
    height: 102.5%;
    left: -5px;
    top: -5px;
  }
  .custom-post-detail .full-width-section {
    height: 400px;
  }
  .property-sol {
    width: 32.4%;
  }
  .property-sol .bottom-content {
    padding: 20px;
    background: rgba(20, 51, 82, 0.75) !important;
    width: 100%;
    height: 100%;
  }
  .content-sec {
    padding: 0 20px;
  }

  .main-menubar .active-branch.hs-menu-flow-horizontal ul li a {
    margin: 0 1px;
  }

  .group-product-image-sec {
    margin-left: 20px;
    margin-right: -40px;
    padding: 80px 20px;
  }.group-product-image-sec h2 {
    font-size: 18px;
  }.group-product-image-sec p {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 400;
  }
  .title-text h2 {
    font-size: 16px;
  }

  .main-menubar .active-branch.hs-menu-flow-horizontal ul li a {
    margin: 0 1px;
  }

  .group-product-image-sec {
    margin-left: 20px;
    margin-right: -40px;
    padding: 80px 20px;
  }
  .group-product-image-sec h2 {
    font-size: 18px;
  }
  .group-product-image-sec p {
    font-size: 15px;
  }
  .group-product-content-sec {
    margin: 20px 0;
    padding: 60px 40px 60px 60px;
    width: 71%;
  }
  .main-product-intro .container {
    padding: 0;
  }.group-product-content-sec p {
    font-size: 16px;
  }.main-menubar {
    padding: 90px 0 60px;
  }.product2 .group-product-image-sec, .product4 .group-product-image-sec {
    margin-left: -40px;
  }.product2 .group-product-content-sec, .product4 .group-product-content-sec {
    padding: 60px 60px 60px 40px;
  }
  .membership-image img {
    max-width: /*200px*/ 100%;
  }
  .Calculator-main .calculator-header h2 {
    font-size: 18px;
  }
  .calculator-form .form-group {
    margin-right: 22px;
  }
  .main-result .heat-requirement {
    margin-right: 24px;
  }
  .heat-requirement p {
    font-size: 15px;
  }
  .calculator-form .form-group label {
    font-size: 18px;
  }
  .main-result table {
    padding: 10px;
  }
  .all-tags {
    padding: 10px;
  }
  .mrkt-prtl-resors-icon {
    width: 65px;
    height: 65px;
    line-height: 70px;
  }
  .mrkt-prtl-resors-text {
    word-wrap: break-word;
  }
  .mrkt-ress-assests-rep .video-back {
    padding: 15px 15px 10px;
  }
  .mrkt-ress-assests .resp-tab-content {
    margin-bottom: 10px;
  }
  .mrkt-prtl-resors-icons-sec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mrkt-prtl-resors-icons-rep {
    margin: 0 0 15px;
    max-width: 50%;
  }
  .mrkt-ress-assests-rep .popup__overlay,
  .latest-news-video-sec .popup__overlay {
    width: 90%;
  }
  .overview-top-slider-img::before {
    left: 0;
  }
  .overview-top-slider-img img {
    max-width: 80% !important;
    margin: 0 auto;
  }
  .overview-slider-sec {
    max-width: 90%;
  }
  .overview-slider-img img {
    max-width: 100% !important;
    height: 64px !important;
  }
  .support-left-icon {
    max-width: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
  }
  .support-sec-right-cont {
    max-width: calc(100% - 70px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    padding-left: 20px;
  }
  .support-left-icon::before {
    width: 70px;
    height: 70px;
    top: -23px;
  }
  .support-sec-right-cont a.cta_button, .related-product-cta a.cta_button, .aquatic-center-cta a.cta_button, .overview-cta a.cta_button, .what-will-btm-cta a.cta_button {
    padding: 11.5px 14px;
  }
  .related-product-sec-rep {
    padding: 0px 20px;
  } 
  .related-artical-img .hs-featured-image {
    max-height: 150px;
  }
  .related-artical-cont {
    padding: 0px 15px 20px;
  }
  .related-date-admin-comments {
    flex-wrap: wrap;
  }
  .what-will-table-title-rep h4 {
    font-size: 18px !important;
    line-height: 24px;
  }
  .what-will-col-rep,
  .what-will-table-title-rep {
    padding: 10px;
  }
  .partners-media-right .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .partners-media-right .block-sec {
    margin-right: 0;
  }
  .right-block-cta {
    margin-top: 40px;
  }
  .bg-img-text {
    min-height: 250px;
    margin: 0px 0px 20px;
  }
  .partners-media-right {
    padding-left: 20px;
  }
  .saving-life-energy .full-width-section {
    height: auto;
    min-height: 250px !important;
  }
  .initiative-save-life-right-img:nth-child(3) {
    margin-top: -350px;
  }
  .room-life-course-rep {
    max-width: 330px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
  }
  .free-chart-icon-img {
    padding-right: 45px;
  }
  .free-chart-icon {
    right: 0;
  }
  .surf-life-saving-inner-sec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .surf-life-saving-inner-right {
    margin: 40px 0px 0px;
  }
  .partners-media-right .block-sec {
    column-count: 1;
  }
  .overview-slider-rep {
    padding: 10px;
  }
  .overview-slider-img img {
    height: 68px !important;
  }
  .header-cta-btn a.cta_button img {
    max-width: 135px !important;
  }
}

@media (width: 768px){
  .body-container-wrapper 
  {
    padding-top: 0 !important;
  }
  .footer-menu
  {
    text-align: center !important;
  }
  .footer-social ul li a i 
  {
    padding-right: 10px;
  }
  .bottom-content h2
  {
    font-size: 22px;
  }

}
@media (max-width: 768px){
  .tabbing-section .benefit-tabbing h2.resp-accordion 
  {
    background: #fff;
    padding: 10px 15px;
  }
  .tabbing-form.compli-form form {
    padding: 30px 20px;
  }
  .resp-tab-content-active + h2.resp-accordion {
    /*      	border-top: 1px solid;*/
  }
  .madimack_white_logo
  {
    display: none !important;
  }
  .madimack_blue_logo
  {
    display: block !important;
  }
  .container 
  {
    padding: 0px 15px;
  }
  .madimack_menu ul
  {
    padding-top: 0px !important;
  }
  .custom-menu-primary.madimack_menu .hs-menu-wrapper>ul>li a {
    font-size: 14px;
    line-height: 30px;
  }
  .madimack_logo img
  {
    margin: 0px !important;
  }
  .banner-slide, .home_banner.new_height .banner-slide
  {
    min-height: 410px;
    height: auto;
    padding: 40px 0px;
  }
  .banner-inner-sec .full-width-section 
  {
    min-height: 270px;
    height: auto;
    padding: 40px 0px;
  }
  .banner-text h2, .banner-inner-sec .full-width-section h2
  {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-text p 
  {
    font-size: 14px;
    line-height: 18px;
  }
  a.cta_button 
  {
    font-size: 14px;
  }
  .full-width-section h2, .property-header h2, .about-header h2, .bottom-content h2, .about-right-content h2, .diagram-title h2, .testi-header h2
  {
    font-size: 20px;
    line-height: 24px;
  }
  .bottom-content h4 {
    margin: 10px 0px 0px;
    line-height: 22px;
  }
  .full-width-section p 
  {
    font-size: 14px;
    line-height: 20px;
    max-width: 70%;
  }
  p
  {
    font-size: 14px;
    line-height: 20px;
  }
  .full-width-section 
  {
    height: 250px;
  }
  .tabbing-section .resp-tabs-list 
  {
    display: none;
  }
  .home-slider ul.slick-dots 
  {
    right: 40px;
  }
  .madimack_menu ul
  {
    background: #143352 !important;
  }
  .madimack_menu ul li a 
  {
    /*font-size: 14px !important;
    padding: 0px 20px !important;*/
    line-height: 30px;
  }
  .custom-menu-primary.madimack_menu .hs-menu-wrapper
  {
    box-shadow: none;
    position: absolute;
    top: 80px;
  }
  .home-slider ul.slick-dots 
  {
    top: 35%;
  }
  .single-automation 
  {
    margin-bottom: 0px;
  }
  .automation-background .container .row-fluid .single-automation:last-child
  {
    margin-bottom: 0px;
  }
  .madimack_footer_outer 
  {
    padding: 50px 0px 0px;
  }
  .automation-background, .tabbing-section 
  {
    padding: 50px 0px;
  }
  .footer-menu 
  {
    text-align: left;
  }
  .two-cols-box 
  {
    width: 100%;
    border: 0px;
  }
  .two-cols-box .two-left
  {
    width: 80px;
  }
  a.cta_button 
  {
    margin-top: 0px;
  }
  .full-width-section h2, .property-header h2, .testi-header h2
  {
    margin-bottom: 10px;
  }
  .full-width-section h2, .property-header h2, .full-width-section p, .banner-text p, .banner-inner-sec .full-width-section p, .testi-header h2
  {
    max-width: 100%;
  }
  .home-slider ul.slick-dots 
  {
    right: 0;
    left: 0;
    bottom: 0;
    top: inherit !important;
    margin: 0px;
  }
  .home-slider ul.slick-dots li 
  {
    display: inline-block;
    margin: 0px 3.5px;
  }
  .home-slider:after, .home-slider:before
  {
    display: none;
  }
  h2.resp-accordion 
  {
    width: 100%;
    display: inline-block !important;
  }
  .about-header h2:before, .about-header h2:after
  {
    width: 110px;
  }
  .about-sec-outer {
    padding: 30px 0px 0px;
  }
  .home-slider ul.slick-dots li button, .home-slider ul.slick-dots li.slick-active button
  {
    border: 2.5px solid rgba(255, 255, 255, 0.48);
    width: 10px;
    height: 10px;
  }
  .custom-post-detail .full-width-section {
    height: 300px;
  }
  .partnership-left-right .left-right-sec .image-sec 
  {
    width: 100%;
    display: inherit;
    height: 310px;
  }
  .partnership-left-right .left-right-sec 
  {
    display: inherit;
  }
  .content-sec 
  {
    height: auto;
    padding: 20px;
  }
  .left-right-sec, .partnership-left-right .left-right-sec
  {
    margin: 0 auto 20px;
  }
  .partnership-left-right .content-sec 
  {
    padding: 40px 24px;
    height: auto;
  }
  .mob-img
  {
    display: block !important;
  }
  .desk-img
  {
    display: none !important;
  }
  .content-sec
  {
    padding: 20px;
  }
  .single-automation h4, .content-sec h4
  {
    font-size: 16px;
    line-height: 22px;
  }
  .content-sec h4 br
  {
    display: none;
  }
  .left-right-sec, .image-sec, .content-sec, .blog-subscribe-section form .hs_email, .blog-subscribe-section form .hs_submit
  {
    display: inherit;
    width: 100%;
  }
  .page-without-banner .body-content .privacy-policy{
    padding: 50px 0px 50px;
  }
  .page-without-banner .madimack_menu ul li a {
    color: #262a2b !important;
  }
  .main-blog h2 a, .subscribe-header h2, .section.post-body h2, .privacy-policy h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .embedded-flex-col .image-sec, .embedded-flex-col .content-sec, .option-sec-list .image-sec
  {
    display: table !important;
  }
  .embedded-flex-col .image-sec.desk-img, .option-sec-list .image-sec.desk-img
  {
    display: none !important;
  }
  .embedded-flex-col .left-right-sec .image-sec h2, .embedded-flex-col .content-sec p, .option-sec-list .left-right-sec .image-sec h2
  {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
  .whole-sale-main .group-product-image-sec {
    margin-left: 00px;
  }
  .embedded-flex-col .left-right-sec .image-sec h2, .pool-contact-sec h2, .option-sec-list .left-right-sec .image-sec h2
  {
    font-size: 20px;
    line-height: 28px;
  }
  .embedded-flex-col .image-sec, .embedded-flex-col .content-sec {
    height: 300px;
  }
  .pool-heat-main table 
  {
    margin-bottom: 10px;
  }
  .pool-heat-main table tr td img {
    max-width: 19px;
  }
  .pool-heat-main table tr td {
    min-width: 100px !important;
  }
  .table-outer {
    width: 100%;
    min-height: 0.1px;
    overflow-x: scroll;
  }
  .about-right-content.span8, .madi-airbnb-video.span4, .about-left-image.span4
  {
    display: inherit;
  }
  .tabs-short-description {
    padding-bottom: 0px;
  }
  .installation-main {
    padding: 40px 0px;
  }
  .about-right-content h2:before, .about-right-content h1:before, .intsallation-title h2:before {
    right: -10px;
  }
  .about-right-content h2:after, .about-right-content h1:after, .intsallation-title h2:after {
    left: -10px;
  }
  .installation-step h2 {
    margin: 0px 0 10px 0;
  }
  .installation-step p {
    max-width: 100%;
    margin: 10px auto 0;
  }
  .installation-step {
    margin-bottom: 30px;
  }
  .installation-step:last-child {
    margin-bottom: 0px;
  }
  .embedded-new-flex-col .hs_cos_wrapper_widget {
    width: 49%;
  }
  .embedded-new-flex-col .hs_cos_wrapper_widget:nth-child(2n) {
    margin-right: 0;
  }
  .embedded-new-flex-col .hs_cos_wrapper_widget:nth-child(3n) {
    margin-right: 2%;
  }
  .embedded-new-flex-col .embedded-module-sec .image-sec {
    display: table-cell;
  }
  .embedded-new-flex-col .embedded-module-sec {
    display: table;
  }
  .compli-form form
  {
    max-width: 100%;
  }
  .error-template .banner-inner-sec .full-width-section h2, .result-page .banner-inner-sec .full-width-section h2{
    font-size: 40px;
    margin: 10px auto;
    line-height: 48px;
  }
  .search-sec form input, .search-sec form input[type="submit"] {

    width: 100%;
  }
  .search-sec form input[type="submit"]
  {
    margin-top: 10px;
  }
  .search-sec {
    padding: 40px 0px;
    margin: 0px;
  }
  .error-template .mobile-trigger.cta_border_button {
    color: #fff;
  }
  .brochures-page .embedded-new-flex-col .embedded-module-sec .image-sec {
    display: inherit;
  }
  .all-tags {
    padding: 20px;
  }
  .mrkt-ress-assests h2.resp-accordion {
    background-color: #004975 !important;
    letter-spacing: 0px;
    padding: 12px !important;
    border: 0px !important;
  }
  .product .body-container-wrapper .mrkt-ress-assests h2.resp-accordion::after {
    display: none;
  }
  .mrkt-prtl-resors-outer,
  .resp-tabs-list.inverter-plus-tabs {
    display: none;
  }
  .inverter-plus-tabs-outer h2.resp-accordion {
    font-size: 22px !important;
    color: #143352;
    font-weight: 700;
    text-align: center;
    background-color: #ebebeb;
    border-color: transparent;
    opacity: 1;
    padding: 0px;
    height: 89px;
    line-height: 89px;
    border: 0;
    letter-spacing: 0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .inverter-plus-tabs-outer h2.resp-accordion::after {
    display: none !important;
  }
  .inverter-plus-tabs-outer h2.resp-accordion:first-child {
    border-top: 0px solid #143352 !important;
  }
  .inverter-plus-tabs-outer h2.resp-accordion.resp-tab-active {
    color: #fff;
    padding: 0px !important;
  }
  .inverter-plus-tabs-cont-rep.resp-tab-content {
    padding: 20px 0px;
  }
  .partners-media-left-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .partners-media-left,
  .partners-media-right {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .partners-media-right {
    padding-left: 0px;
  }
  h2.resp-accordion::after {
    display: none;
  }
  .partners-media-right h2.resp-accordion { 
    /*     background-color: #143352; */
    /*     padding-top: 12px; */
    padding: 0px !important;
    border: 0px !important;
  }
  .partners-media-right .item {
    position: static !important;
  }
  .partners-media-right .block-sec {
    height: auto !important;
  }
  .bg-img-text {
    margin: 0px 0px 0px;
  }
}


@media (max-width: 767px){
  .new-home-2021 .content-sec {
    padding-left: 0px;
    padding: 0;
  }
  .new-home-2021 .content-sec a {
    font-size: 14px;
  }
  .new-home-2021 .single-col-image-content .image-sec {
    margin-top: 40px;
    height: auto;
  }
  .new-home-2021 .map-form-section-outer {
    padding: 0px 0px 20px;
  }
  .new-home-2021 .map-filter-sec input[type="button"] {
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .new-home-2021 .map-filter-sec select {
    background-position: calc(100% - 10px) center;
    background-size: 15px;
  }
  .new-home-2021 .map-content-main .content-sec {
    padding: 20px !important;
  }
  .view-latest-bro-btn a, 
  .product .body-container-wrapper .cta_button a {
    height: auto;
    min-height: 50px;
  }
  .new-home-2021 .accordion_header .accordion_icon{
    top: 8px;
  }
  .new-home-2021 .accordion_header{
    font-size: 18px;
  }
  .new-home-2021 .full-width-section h1 {
    font-size: 25px;
    line-height: normal;
  }
  .view-latest-bro-main {
    padding: 30px 0 0;
  }
  .view-latest-bro-text h4 {
    font-size: 18px !important;
  }
  .banner-slider .banner-image-slider, .new-home-2021 .full-width-section {
    min-height: auto;
    padding: 40px 0 30px;
  }
  .new-home-2021 .view-latest-bro-cont-rep-inner .view-latest-bro-img {
    text-align: center;
  }
  .new-home-2021 .view-latest-bro-cont-rep-inner .view-latest-bro-text, .new-home-2021 .view-latest-bro-cont-rep-inner .view-latest-bro-img {
    width: 100%;
  }
  .ideal-for-section ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ideal-for-section {
    flex-direction: column;
  }
  .solution-image img {
    width: 100%;
  }
  a.product-read, .solution-text a {
    margin-top: 12px;
  }
  .solution-image {
    margin-bottom: 30px;
  }
  .solution-box.solution-image-posiion-right {
    flex-direction: column-reverse;
  }
  .solution-box > div {
    width: 100%;
  }
  .solution-image-posiion-left .solution-text {
    padding-left: 0px;
  }
  .solution-image-posiion-right .solution-text {
    padding-right: 0px;
  }
  .solution-box {
    padding: 20px;
  }
  .new-home-2021 .body-container-wrapper h3 {
    font-size: 18px;
  }
  .new-home-2021 .body-container-wrapper h4 {
    font-size: 20px;
  }
  .single-product-image::before,
  .second-products-module .single-product-image::before {
    left: -31px;
    top: -6px;
  }
  .products-repeat .single-product {
    width: 100%;
    padding: 20px;
    margin: 15px 1.5%;
  }
  .free-evaluation-left {
    padding: 22px;
    text-align: center;
  }
  .free-evaluation-right-img {
    margin-top: 15px;
  }
  .pool-heat-pump-cal-main {
    padding-top: 30px;
  }
  .pool-heat-pump-cal-form {
    padding-top: 10px;
  }
  .pool-heat-pump-cal-form .hs-form-field>label {
    font-size: 16px;
  }
  .what-to-expect-rep-outer ul li h5 {
    font-size: 16px;
  }
  .product .body-container-wrapper .what-to-expect-rep-outer ul li {
    padding: 0;
    margin: 8px 25px 10px 0;
  }
  .free-evaluation-right-img img {
    max-width: 350px !important;
    width: 100%;
  }
  .free-evaluation-outer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .product .body-container-wrapper p, .product .body-container-wrapper li {
    font-size: 16px;
  }
  .view-latest-bro-text p strong{
    font-size:: 20px; 
  }
  .view-latest-bro-text ul li {
    margin-bottom: 11px;
  }
  .press-media-icon-rep {
    padding: 12px;
    width: 25%;
  }
  .press-media-icons-outer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .saving-our-cust-rep-cont p {
    font-size: 20px !important;
  }
  .saving-our-cust-rep-cont h4 {
    font-size: 35px;
  }
  .this-is-why-we-inner {
    padding: 25px;
  }
  .saving-our-cust-rep-outer>div {
    margin-bottom: calc(var(--gap));
  }
  .saving-our-cust-rep-outer>div:last-child {
    margin-bottom: 0;
  }
  .product .body-container-wrapper h2,
  .new-home-2021 .map-filter-sec .heading-sec h4 {
    font-size: 25px;
    padding-bottom: 12px;
  }
  .view-latest-bro-text {
    margin-bottom: 30px;
  }
  .benefits-tab-left
  {
    margin-bottom: 10px;
  }
  .benefits-tab-left, .benefits-tab-right {
    width: 100%;
    padding: 0px;
  }
  a.cta_button.full-cta {
    padding: 20px;
  }
  .benefits-tab-left:before
  {
    display: none;
  }
  #sticky.stick, .vertical-post-share
  {
    position: static !important;
  }
  .vertical-post-share {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .vertical-post-share ul {
    display: inline-block;
  }
  .vertical-post-share ul li {
    float: left;
  }
  .next-post-section, .prev-post-section {
    width: 100%;
    margin-right: 0;
  }
  .prev-post-section
  {
    margin-bottom: 20px;
  }
  .banner-inner-sec .full-width-section h1
  {
    font-size: 24px;
    line-height: 30px;
  }
  .banner-text h2 
  {
    font-size: 24px;
    line-height: 28px;
  }
  .author-detail a.author-link, .hs-author-social-section{
    font-size: 14px;
  }
  .next-prev-posts-section h2 
  {
    line-height: 30px;
  }
  .section.post-body p 
  {
    font-size: 15px;
    line-height: 22px;
    margin: 20px 0px;
  }
  .post-body ul li, .post-body ol li
  {
    font-size: 15px;
    line-height: 22px;
  }
  .main-blog .post-item, .post-content-right, .post-content-left
  {
    display: inherit;
  }
  .post-content-left, .post-content-left img 
  {
    width: 100%;
  }
  .post-content-right 
  {
    padding: 30px;
  }
  .single-automation:after {
    width: 101.5%;
  }
  .main-blog {
    padding: 20px 0px;
  }

  .partnership-left-right .content-sec
  {
    height: auto;
  }
  .partnership-left-right .left-right-sec .image-sec 
  {
    height: 300px;
  }


  .product-box img {
    height: auto;
  }.product-description {
    padding: 30px 20px;
  }.product-description p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
    max-width: 100%;
  }

  .product-description .span6 {
    display: inline-block;
    width: auto;
  }.product-links .span6 {
    display: block;
    float: none;
    width: 100%;
  }.product-links a {
    display: block;
    font-size: 13px;
    margin: 10px 0;
    padding: 15px 10px;
    width: 100%;
  }.product-links .span6.right-product-link {
    margin-left: 0;
  }.product-links {
    margin-top: 30px;
  }
  .main-blog h2
  {
    margin-bottom: 0px;
  }

  .blog-subscribe-section form input, .blog-subscribe-section form input[type="submit"]  {
    font-size: 18px;
  }
  .post-content-details 
  {
    font-size: 14px;
  }
  .post-content-right .post-content-details {
    margin: 10px 0px 0px;
  }
  .blog-subscribe-section form {
    margin-top: 20px;
  }
  .blog-subscribe-section {
    background: rgba(20, 51, 82, 0.85);
    padding: 30px 0px;
  }
  .property-sol {
    width: 100%;
    margin-bottom: 20px;
  }
  .automation-background .hs_cos_wrapper_widget:last-child .property-sol {
    margin-bottom: 0px;
  }
  .property-header
  {
    margin-bottom: 0px !important;
  }
  .automation-background
  {
    padding-top: 0px !important;
  }
  .property-sol .bottom-content {
    background: #143352 !important;
    position: static;
    padding: 10px;
  }
  .about-right-content {
    margin-top: 20px;
  }
  .about-intro-main .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget {
    display: inherit;
    width: 100%;
    margin-bottom: 30px;
  }
  .contant-sec .cta-sec a .hs_cos_wrapper_widget, .contant-sec .title-sec h2 .hs_cos_wrapper_widget
  {
    margin-bottom: 0px;
  }
  .about-intro-main {
    background: #f2f2f2;
    padding: 40px 0px;
  }
  .title-text
  {
    display: none;
  }

  .group-product-image-sec {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 70px 20px;
    text-align: center;
    width: 100%;  border-radius: 0;
  }
  .group-product-content-sec {
    margin: 0;
    padding: 60px 40px;
    width: 100%;
  }.product2 .group-product-image-sec, .product4 .group-product-image-sec {
    margin-left: 0; 
  }
  .main-menubar .active-branch.hs-menu-flow-horizontal ul li {
    background: rgb(241, 241, 241) none repeat scroll 0 0;
    display: inline-block;
    float: none;
    margin-bottom: 4px;
    text-align: center;
    vertical-align: top;
    width: 24%;
  }.active-branch.hs-menu-flow-horizontal ul li a img {
    display: inline-block;
  }

  .group-product-image-sec.mobile-image-section {
    display: block !important;
  }
  .group-product-image-sec.desktop-image-section {
    display: none;
  }
  .installation-left, .installation-right {
    margin-top: 20px;
  }
  .installation-right
  {
    display: inline-block !important;
  }
  div#form-middle-sec, #form-left-sec, #form-right-sec {
    width: 100%;
    padding: 40px !important;
    margin-bottom: 3%;
    margin-right: 0px;
  }
  .about-right-content {
    padding-right: 0px;
  }
  .heat-pump-main {
    padding: 30px 0px;
  }
  .about-right-content ul li
  {
    font-size: 14px;
    line-height: 22px;
  }
  .about-right-content a.cta_button.click-here-cta 
  {
    padding: 10px;
  }
  .installation-main .span6:last-child 
  {
    margin-top: 70px;
  }
  .main-menubar ul {
    max-width: 100%;
  }


  .main-menubar .active-branch.hs-menu-flow-horizontal ul li 
  {
    width: 21%;
  }


  .tabbing-section .two-cols-box .two-right 
  {
    width: 85%;
  }.tabbing-section .two-cols-box .two-left 
  {
    width: 11%;
  }
  .warranty-social-icons ul li
  {
    padding: 0 5px;
  }
  .warranty-social-icons ul li a 
  {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  .rights-header-sec ul li 
  {
    font-size: 20px;
    padding: 25px;
    line-height: 24px;
  }
  .call-us-content h2, .our-properties-main h2, .benifits-content h2, .servicies-text h2, .compliance-text h2, .benifites-of-embedded.embed-benifits .benifits-content h1:first-child, .servicies-text h1 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .embedded-flex-col .content-sec {
    height: auto !important;
    padding: 20px !important;
  }
  .small-header .madimack_menu ul li a {
    color: #262a2b !important;
  }
  .benifites-of-embedded {
    padding: 30px 0px;
  }
  .servicies-text h3, .compliance-text h3
  {
    font-size: 16px;
  }
  .video-sec-outer .video-module .video-back .video-content h2
  {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .video-sec-outer .video-module .video-back {
    padding: 30px 10px !important;
  }
  .right-without-cover, .right-with-cover, .left-without-cover, .left-with-cover, .detail-result .breif-details {
    width: 100%;
  }
  .detail-left .breif-details-subtitle tr, .breif-details-subtitle tr td:last-child, .breif-details-subtitle tr th:last-child
  {
    border-right: 1px solid #e3e1e1;
  }
  .detail-right.breif-details
  {
    margin-top: 20px;
  }
  span.calculate-step-row, span.col-side.middle, span.column-side.right, span.col-side.right, span.col-side.left
  {
    display: inherit;
    width: 100%;
  }
  span.col-side.middle, span.col-side.left
  {
    border: 0px;
    text-align: center;
  }
  span.col-side.middle, span.calculate-step-row.three .col-side.middle
  {
    padding: 10px 0 10px 0px !important;
  }
  span.col-side.left
  {
    padding: 0px 0px 0px;
  }

  .detail-result .detail-left.breif-details
  {
    margin-right: 0px;
  }
  span.calculate-step-row input, span.calculate-step-row select {
    width: 100%;
    max-width: 250px;
  }
  span.calculate-step-row
  {
    padding: 20px 10px;
    line-height: normal;
  }
  span.calculate-step-row select
  {
    margin-top: 0px;
  }
  span.calculate-step-row.two .right
  {
    line-height: normal;
  }
  .solution-icon-image {
    margin-bottom: 30px;
  }
  .solution-icon-image:last-child {
    margin-bottom: 0px;
  }
  .home_smart_icons_section {
    padding: 80px 0px 40px;
  }
  .left-section, .right-section {
    display: inherit !important;
  }
  .left-section {
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .span12.floor-covering-oute {
    margin-bottom: 50px;
  }
  .right-section {
    border-style: outset;
  }
  .home_banner.new_height .banner-text {
    padding-top: 0px;
  }
  .hydronic-heating-banner.banner-inner-sec .full-width-section h1 span {
    font-size: 24px !important;
    line-height: 30px;
  }
  .form-main-sec.grey-img-back p span
  {
    font-size: 16px !important;
  }
  .page-right-form .whole-sale-main {
    padding: 0px 0px;
  }
  .custom_error_message input#hs-pwd-widget-password {
    width: 70%;
  }
  .custom_error_message {
    padding-bottom: 10px;
  }
  .calculator-form .form-group, .main-result .heat-requirement {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .calculator-form .form-group:last-child, .main-result .heat-requirement:last-child
  {
    margin-bottom: 0px;
  }
  .Calculator-main .calculator-header h2 {
    font-size: 16px;
  }
  .Calculator-main .calculator-header h2:before, .Calculator-main .calculator-header h2:after
  {
    display: none;
  }
  .disclaimer-calculator form, .free-quotation-form form {
    max-width: 100%;
    padding: 30px;
  }
  .disclaimer-calculator h1 {
    line-height: 20px;
  }
  .disclaimer-calculator h1 span {
    font-size: 20px !important; 
  }
  .install-step .left-right-sec
  {
    display: table;
  }
  .install-step .image-sec
  {
    display: table-cell;
  }
  .residential-body .first-row
  {
    border-right: 0px;
  }
  #banner-background-image.budget-sec h3
  {
    display: block;
  }
  .map-form-section-outer .product-listing, 
  .result-section-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .map-content-main {
    max-height: unset;
    order: 2;
  }
  .map-content-main, .result-section-main #map {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .map-filter-sec input[type="button"] {
    margin-bottom: 10px;
  }
  .result-section-main #map {
    height: 300px;
  }
  .second-row-sec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0px 0px;
  }
  .second-row-sec > * {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .mrkt-prtl-resors-rep-outer ul,
  .left-title-text-right-img-outer,
  .first-row,
  .single-news-right-two-col,
  .second-row,
  .social-channl-outer,
  .mrkt-ress-assests-rep,
  .mrkt-ress-photo-assests-two-col,
  .mrkt-ress-video-assests-two-col,
  .three-col-solution .solution-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product .body-container-wrapper .mrkt-prtl-resors-rep-outer li,
  .left-title-text-sec,
  .right-img-sec,
  .single-news-left,
  .single-news-right,
  .single-news-right-two-col .single-news-rep,
  .second-row .single-news-rep,
  .social-channl-text,
  .social-channl-icons,
  .mrkt-ress-video-assests-left,
  .mrkt-ress-video-assests-right,
  .mrkt-ress-photo-assests-left,
  .mrkt-ress-photo-assests-right,
  .mrkt-ress-photo-assests-two-col .mrkt-ress-photo-assests,
  .mrkt-ress-video-assests-two-col .mrkt-ress-video-assests,
  .three-col-solution .solution-icon-text-rep {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .product .body-container-wrapper .mrkt-prtl-resors-rep-outer li {
    margin: 0px 0px 10px;
  }
  .product .body-container-wrapper .mrkt-prtl-resors-rep-outer li:last-child {
    margin: 0px;
  }
  .mrkt-prtl-resors-cont-sec h4 {
    font-size: 20px !important;
    margin: 0 0 10px;
  }
  .mrkt-prtl-resors-cont-sec {
    padding: 15px;
  }
  .product.sponsor-page .body-container-wrapper h1 {
    line-height: normal;
  } 
  .new-home-2021.sponsor-page .full-width-section,
  .new-home-2021.marketing-portal .full-width-section {
    min-height: auto;
  }
  .contact-form-main {
    padding: 40px 0px;
  }
  .mrkt-prtl-main {
    padding: 40px 0px 0px;
  }
  .left-title-text-sec {
    order: 2;
    margin: 20px 0px 0px;
  }
  .single-news-right,
  .single-news-right-two-col .single-news-rep, 
  .second-row .single-news-rep,
  .mrkt-ress-video-assests-two-col .mrkt-ress-video-assests,
  .mrkt-ress-video-assests-right > .mrkt-ress-video-assests,
  .mrkt-ress-photo-assests-two-col .mrkt-ress-photo-assests,
  .mrkt-ress-photo-assests-right > .mrkt-ress-photo-assests {
    margin: 10px 0px 0px;
  }
  .second-row,
  .single-news-right-two-col {
    margin-top: 0px;
  }
  .social-channl-icons {
    margin: 20px 0px 0px;
  }
  .contact-form-sec {
    padding: 20px 20px;
  }
  .contact-form-sec form.hs-form .hs-input {
    height: 45px;
    font-size: 16px;
    padding: 0px 15px;
  }
  .contact-form-sec form.hs-form .hs-form-field {
    margin: 0px 0px 15px;
  }
  .contact-form-sec form.hs-form textarea.hs-input {
    min-height: 150px;
    padding: 15px;
  }
  .contact-form-sec form.hs-form input[type="submit"] {
    margin: 0px 0px 0px;
  }
  .mrkt-ress-video-assests-right .mrkt-ress-video-assests  .video-content h4 {
    font-size: 18px;
    margin: 0 0 5px;
  }
  .product .body-container-wrapper .mrkt-ress-video-assests-right .mrkt-ress-video-assests p {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
  }
  .mrkt-ress-video-assests-right .play-video-btn img {
    max-width: 61px;
  }
  .social-channl-main {
    padding: 20px 0px 0px;
  }
  .contact-form-main {
    padding: 10px 0px 40px;
  }
  .social-channl-icon img {
    max-width: 60px !important;
  }
  .three-col-solution .solution-icon-text-rep {
    margin: 0px 0px 20px;
  }
  .three-col-solution .solution-icon-text-rep:last-child {
    margin: 0px;
  }
  .product .body-container-wrapper .three-col-solution .ideal-for-section li {
    font-size: 16px;
  }
  .solution-icon-text-rep .solution-text a {
    bottom: 25px;
  }
  .three-col-solution .solution-icon-text-rep {
    padding: 25px 20px 90px;
  }
  .latest-news-video-sec .video-back,
  .mrkt-ress-video-assests-left .video-back {
    min-height: 300px;
  }
  .support-sec-main, .inverter-plus-main {
    padding: 40px 0px;
  }
  .inverter-plus-tabs-outer h2.resp-accordion {
    font-size: 18px !important;
    height: 70px;
    line-height: 70px;
  }
  .what-will-table-title-row,
  .what-will-row-rep,
  .overview-first-sec,
  .technical-row,
  .technical-row-left-title,
  .support-sec-cont-outer,
  .support-sec-rep,
  .related-product-cont-outer,
  .related-artical-cont-outer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .what-will-col-rep,
  .what-will-table-title-rep,
  .overview-first-sec > *,
  .technical-row-left-title-rep, 
  .technical-col,
  .support-sec-rep,
  .support-left-icon,
  .support-sec-right-cont,
  .related-product-sec-rep,
  .related-artical-sec-rep {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .what-will-col-rep,
  .what-will-table-title-rep {
    border-right: 0px solid #143352;
  }
  .what-will-col-rep p {
    margin: 0;
  }
  .overview-text h4 {
    font-size: 18px !important;
    line-height: 26px;
    margin: 0px 0px 10px;
  }
  .overview-text h4:not(:first-child) {
    margin-top: 20px;
  }
  .overview-right-sec {
    margin: 30px 0px 0px;
  }
  .overview-slider-img img {
    max-width: 100% !important;
  }
  .overview-slider-rep {
    padding: 10px 10px;
  }
  .technical-row-left,
  .technical-row-right {
    width: 100%;
  }
  .technical-row-right {
    border-left: 1px solid #143352;
    border-top: 0px;
  }
  .what-will-main {
    padding: 0px 0px 40px;
  }
  .aquatic-center-main {
    padding: 40px 0px;
  }
  .related-artical-main {
    padding: 40px 0px 0px;
  }
  .support-sec-rep {
    margin: 0px 0px 15px;
    padding: 30px 15px 20px;
  }
  .support-sec-rep:last-child,
  .related-product-sec-rep:last-child,
  .related-artical-sec-rep:last-child {
    margin: 0px;
  } 
  .support-sec-right-cont {
    padding-left: 0px;
    text-align: center;
    margin: 20px 0px 0px;
  }
  .support-sec-right-cont a.cta_button {
    margin-top: 10px;
  }
  .related-product-cont-outer {
    padding: 20px 0px;
  }
  .related-product-sec-rep,
  .related-artical-sec-rep {
    margin: 0px 0px 30px;
  }
  .related-date-admin-comments > * {
    margin-right: 10px;
  }
  .technical-row-left-title-rep, 
  .technical-col {
    border-right: 0px;
  }
  .bg-img-text h4 {
    font-size: 18px !important;
  }
  .bg-img-text {
    min-height: 200px;
  }
  .initiative-save-life-left-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .initiative-save-life-left,
  .initiative-save-life-right,
  .room-life-course-rep,
  .surf-life-saving-inner-left,
  .life-course-btns-outer > * {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .initiative-save-life-right {
    margin: 40px 0px 0px;
  }
  .title-with-bottom-line h2 {
    font-size: 25px;
    padding-bottom: 12px;
  }
  .saving-life-energy .full-width-section p,
  .initiative-save-life p,
  .room-life-saver-course p,
  .room-life-saver-course li, 
  .free-chart-main p, 
  .free-chart-main li, 
  .surf-life-saving-main p,
  .surf-life-saving-main li {
    font-size: 16px;
  }
  .initiative-save-life-right-img:nth-child(3) {
    margin-top: -60px;
  }
  .room-life-course-rep-outer {
    margin: 30px 0px 0px 0px;
  }
  .room-life-course-rep {
    margin: 0px 0px 30px;
  }
  .room-life-course-rep:last-child {
    margin: 0px 0px 0px;
  }
  .room-life-course-free-icon {
    right: -10px;
    top: -10px;
  }
  .surf-life-saving-inner-sec {
    padding: 20px;
  }
  .life-course-btns-outer,
  .life-course-btns-outer > * {
    margin-right: 0px;
  }
  .life-course-btns-outer > * {
    margin-bottom: 10px;
  }
  .life-course-btns-outer > *:last-child {
    margin-bottom: 0px;
  }
}

@media(min-width:320px) and (max-width:767px){
  .new-home-2021 a#cta_button_4337543_66201946-d5c4-4a41-8c57-529acf254501 {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .new-home-2021 a#cta_button_4337543_1347fad3-ad58-41c1-8128-85d38258d31d {
    margin-left: 0;
  }
  .view-latest-bro-cont-outer .view-latest-bro-cont-rep-inner, .request-your-free-pool-outer, .saving-our-cust-rep-outer {
    display: block;
    flex-wrap: wrap;
    --gap: 1rem;
  }
  .new-home-2021 .view-latest-bro-cont-rep-inner .view-latest-bro-text {
    width: 100% !important;
  }
  .new-home-2021 .view-latest-bro-cont-rep-inner .second-cont {
    padding-right: 0 !important;
    padding-left: 0;
  }
  .new-home-2021 a#cta_button_4337543_ed105170-1ea3-4753-a08e-40cbb55fbf71 {
    background: #fff;
    color: #143352 !important;
    padding: 8px 15px;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
  }
  .new-home-2021 a#cta_button_4337543_66201946-d5c4-4a41-8c57-529acf254501 {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .new-home-2021 a.cta_button, .banner-text a.cta_button {
    padding: 8px 10px !important;
  }
  .new-home-2021 a.cta_button, .banner-text a.cta_button span {
    font-size:14px !important;
  }
  .new-home-2021 a#cta_button_4337543_66201946-d5c4-4a41-8c57-529acf254501 {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 8px 15px !important;
  }
  .new-home-2021 a#cta_button_4337543_66201946-d5c4-4a41-8c57-529acf254501 span {
    font-size: 14px !important;
  }
  .new-home-2021 a#cta_button_4337543_1347fad3-ad58-41c1-8128-85d38258d31d {
    margin-left: 0;
    padding: 8px 15px !important;
  }
  .new-home-2021 a#cta_button_4337543_1347fad3-ad58-41c1-8128-85d38258d31d span {
    font-size: 14px !important;
  }
  .banner-slider .banner-image-slider, .new-home-2021 .full-width-section {
    min-height: 470px;
  }


  .new-home-2021 a.cta_button {
    margin-top: 28px;
  }
  .new-home-2021 a#cta_button_4337543_1347fad3-ad58-41c1-8128-85d38258d31d {
    margin-top: 0;
  }
  .new-home-2021 .second-row-sec>* {
    max-width: 100%;
  }
  .new-home-2021 .second-row-sec>* {
    max-width: 100%;
    margin-top: 10px;
  }
  .new-home-2021 input.ss-submit.location-btn {
    margin-left: 0;
  }
  .surf-life-inner-buttons {
    margin: 20px 0px 0px;
  }
}





@media (max-width: 639px){

  .vertical-post-share ul li a {
    /*height: 30px;
    width: 30px;
    line-height: 30px;*/
  }
  .single-automation:after {
    width: 102.2%;
  }
  .blog-subscribe-section form input[type="submit"] 
  {
    width: 100%;
    margin-left: 0px;
  }
  .blog-subscribe-section form input {
    font-size: 18px;
  }
  .image-sec
  {
    height: 250px;
  }

  .partnership-left-right 
  {
    margin-bottom: 0px;
  }
  .partnership-sec-outer .partnership-content div > span p 
  {
    max-width: 100%;
  }
  .product-content-sec {
    padding-bottom: 20px;
  }
  .product-sec-outer {
    padding: 40px 0;
  }
  .modal {
    width: 100% !important;
  }


  .main-menubar {
    padding: 40px 0;
  }
  .main-menubar .active-branch.hs-menu-flow-horizontal ul li {
    margin: 0 0 4px;
    width: 47%;
  }.group-product-content-sec {
    padding: 40px 20px;
  }.group-product-content-sec p {
    font-size: 15px;
  }.product2 .group-product-content-sec, .product4 .group-product-content-sec {
    padding: 40px 20px;
  }



  .tabbing-section .two-cols-box .two-right {
    width: 80%;
  }.tabbing-section .two-cols-box .two-left {
    margin-right: 10px;
    width: 15%;
  }
  .two-cols-box {
    padding: 10px 0;
  }
  .warranty-social-icons ul li
  {
    padding: 0px;
  }
  .warranty-social-icons ul li a 
  {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
  .rights-header-sec ul li
  {
    font-size: 20px;
    line-height: 26px;
  }
  .warranty-icons-main 
  {
    padding: 30px 15px;
  }
  .warranty-intro-content h4 
  {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .owners-right-sec h2 
  {
    line-height: 26px;
    font-size: 20px;
  }
  .rights-header-sec ul li 
  {
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .rights-header-sec p 
  {
    max-width: 100%;
  }
  .rights-header-sec ul 
  {
    margin: 30px auto 0;
  }
  .owners-right-sec 
  {
    padding: 40px 0 30px;
  }
  .owners-right-sec h2::before, .owners-right-sec h2::after 
  {
    right: 0;
  }
  .owners-right-sec h2::after 
  {
    left: 0;
  }
  .call-us-content {
    max-width: 100%;
  }
  .main_form {
    padding: 20px;
  }
  .about-left-image
  {
    margin-top: 30px;
  }
  .embedded-new-flex-col .hs_cos_wrapper_widget {
    width: 100%;
  }
  .partners-media-left-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .partners-media-left,
  .partners-media-right {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .partners-media-right {
    padding-left: 0px;
  }
  .right-block-cta {
    margin-top: 0px;
  }
  .partners-media-outer {
    padding: 40px 0px;
  }
}

@media (max-width: 479px){
  .single-automation:after {
    width: 103.5%;
    height: 103.5%;
  }
  .banner-text p 
  {
    margin: 5px auto 10px;
  }
  .full-width-section h2, .property-header h2, .bottom-content h2, .testi-header h2
  {
    font-size: 20px;
    line-height: 24px;
  }
  .single-automation h2
  {
    font-size: 20px;
    line-height: 24px;
  }
  .banner-text p 
  {
    font-size: 14px;
    line-height: 18px;
  }
  .automation-background, .tabbing-section 
  {
    padding: 30px 0px;
  }
  .madimack_footer_outer 
  {
    padding: 30px 0px 0px;
  }
  .footer-top-sec 
  {
    padding-bottom: 10px;
  }

  .partnership-left-right .content-sec 
  {
    padding: 30px 14px;
  }
  .partnership-left-right .left-right-sec .image-sec 
  {
    height: 200px;
  }
  .partnership-sec-outer .widget-type-header div > span h2 
  {
    font-size: 20px !important;
    line-height: 24px;
  }
  .single-automation h4, .single-automation p 
  {
    min-height: auto;
  }
  .about-content-sec h2 
  {
    font-size: 20px;
  }
  .form-main-sec .widget-type-form form {
    padding: 34px 30px;
  }

  .product-description {
    padding: 20px 15px;
  }  

  .group-product-image-sec h2 {
    margin-bottom: 15px;
  }
  .group-product-image-sec {
    padding: 60px 20px;
  }
  .main-menubar .active-branch.hs-menu-flow-horizontal ul li {
    width: 100%;  min-height: inherit;
  }


  .tabbing-section .two-cols-box .two-left {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  .sec-img {
    right: 0;
  }
  .tabbing-section .two-cols-box .two-right {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }

  .breif-details-subtitle tr td, .breif-details-subtitle tr th
  {
    line-height: normal;
    font-size: 14px;
  }
  .footer-menu-inner {
    width: 100% !important;
  }
  .require-left, .require-right {
    display: inherit;
    width: 100%;
    text-align: center;
  }
  .main-result {
    margin-top: 40px;
  }
  .single-col.main-result {
    margin-top: 10px;
  }
  .Calculator-main {
    padding: 50px 0px;
  }
  .Calculator-main .calculator-header h2 {
    margin-bottom: 30px;
  }
  .calculator-form .form-group label {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .customer-review-flex-col .slick-slide {
    padding: 0px 10px;
    opacity: 0;
  } 
  .customer-review-flex-col .slick-slide.slick-current {
    opacity: 1;
  } 
  .customer-review-flex-col:before {
    left: 0px;
    font-size: 70px;
  }
  .customer-review-flex-col:after
  {
    right: 0px;
    font-size: 70px;
  }
  .customer-review-flex-col h2 {
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 20px;
  }
  .customer-review-flex-col h3 {
    margin-top: 20px;
    font-size: 14px;
  }
  .surf-life-inner-btn a {
    padding: 15.5px 15px;
  }
}



.this-is-why-we ul li img {
  display: inline!important;
  padding: 3px;
}




/*--- 24-06-21 ---*/
/*--- popup ---*/

.product-with-popup .single-product-popup-outer {
  margin: 0 auto;
  position: fixed;
  /*top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); */
  bottom: 0;
  right: 0;
  z-index: 100000;
  height: auto;
  max-width: 450px;
  width: 100%;
  max-height: 100vh;
  overflow-y: none;    
}
.product-with-popup .product-popup-content{
  height: 100%;
}
.product-with-popup .product-popup-content img {
  width: 100%;
}
.product-cross-btn-outer {
  display: flex;
  justify-content: flex-end;
}
.product-with-popup .product-cross-btn {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-bottom: 10px;
}
body.pop-open{
  position: relative;
  overflow: hidden; 
}
/* body.pop-open::after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
background-color: rgba(0,0,0,0.6); */
}

/*------ changes ------*/
.banner-inner-sec .full-width-section h1 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  max-width: 70%;
  margin: 0 auto;
  color: #fff;
  line-height: 34px;
  padding-bottom: 0px;
}

@media screen and (max-width: 992px){
  .banner-inner-sec .full-width-section h1{
    max-width: 90%;
    font-size: 24px;
    line-height: 28px;
  }
}

/*--------------------*/


/*---------- new changes ------------*/
@media screen and (min-width: 768px){

  .selecting-the-best-pool-main.left-image-pool .selecting-the-best-pool-outer {
    display: block;
  }
  .selecting-the-best-pool-main.left-image-pool .selecting-the-best-pool-right{
    float: left;
    margin-right: 20px;
    padding: 0;
    display: inline;
  }

  .selecting-the-best-pool-main.left-image-pool .selecting-the-best-pool-tit-btn.selecting-the-best-pool-tit-bit-left{
    display: inline;
  }
  .selecting-the-best-pool-main.left-image-pool .selecting-the-best-pool-title h2 {
    display: inline;
  }
  .selecting-the-best-pool-main.left-image-pool .selecting-the-best-pool-title > p:first-of-type {
    margin-top: 40px;
  }

}

/*------ 22-nov-22 ------*/
.banner-slider .banner-content h1,
.banner-inner-sec .full-width-section h1{
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  max-width: 70%;
  margin: 0 auto;
  color: #fff;
  line-height: 34px;
  padding-bottom: 10px;
}
.banner-slider .banner-content h1 span{
  position: relative;
  padding-bottom: 10px;
}
.banner-inner-sec .full-width-section h1 span::before {
  position: absolute;
  bottom: -4px;
  background: #143352;
  height: 2px;
  width: 95%;
  content: "";
  left: 0;
}
.banner-inner-sec .full-width-section h1 span::after{
  position: absolute;
  background: #143352;
  height: 2px;
  width: 95%;
  content: "";
  right: 0px;
  bottom: -1px;
}

/*---------------------------------*/

/*--- responsive ---*/

@media (max-width: 1200px){

  .product-with-popup .single-product-popup-outer {
    max-width: 540px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    bottom: unset;
    right: unset;
  }

}

@media(min-width: 1200px){

  body.pop-open{
    position: relative;
    overflow: auto; 
  }
  body.pop-open::after {
    display: none;
  }
}

@media (max-width: 767px){

  .product-with-popup .single-product-popup-outer{
    max-width: 90%;
  }

  /*----- new changes -----*/

  .single-product-image img{
    max-width: 100% !important;
  }

  /*----------------------*/
  .header-cta-btn a.cta_button {
    margin-top: 20px;
    padding: 0 !important;
  }

}
/*--- popup ends ---*/


/* ==== remove inline css ====  */

.saving-our-cust-rep-cont h4 { font-size: 40px;}
.saving-our-cust-rep-cont h4 + h4{font-size: 20px;}
.new-home-2021 .full-width-section h1{color:#fff;font-size: 48px;text-align: center;line-height: 1;}
.banner-inner-sec .full-width-section p > span{font-size:18px;}
.contact-text h4 span {font-size: 18px;}
.contact-text p{line-height:1.5;}

.saving-our-cust-rep-outer .saving-our-cust-rep-cont h4 {font-size: 40px;}
.saving-our-cust-rep-outer .saving-our-cust-rep-cont h4 + h4 {font-size: 20px;}
.hs-content-id-54615662392.new-home-2021 .full-width-section h1{color: #073763;}

/*-----*/
img.hs-image-widget {
  width: 100%;
}

.filer-main-sec {
  overflow: hidden;
  padding: 0px 0px 60px;
}
.filer-main-sec > .page-center {
  max-width: 1527px !important;
}
.filters,
.drop-filter-group,
.filer-main-sec .ui-group {
  display: flex;
  align-items: center;
}
.filters {
  justify-content: space-between;
}
.drop-filter-group {
  gap: 20px;
}
.filer-main-sec .ui-group {
  position: relative;
  gap: 10px;
}
.drop-filter-group h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15px;
  margin: 0px;
}
.filer-main-sec .ui-group h3 {
  margin: 0px;
  font-size: 16px !important;
  line-height: 120%;
}
.dropbox-outer {
  position: relative;
}
.dropbox-outer .dropbox-sec  {
  padding: 0px 12px;
  min-width: 220px;
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.54) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.54) 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 20px) calc(1em + -2px), calc(100% - 15px) calc(1em + -2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  font-size: 16px !important;
  line-height: 19px !important;
  letter-spacing: 0.15px;
  margin: 0;
  cursor: pointer;
}
.search-filter-group {
  position: relative;
}
.search-filter-group input.quicksearch {
  padding: 6px 16px 6px 48px;
  width: 294px;
  height: 37px;
  left: 1285px;
  top: 1061px;
  background: #F2F2F2;
  border-radius: 8px;
  border: 0;
  box-shadow: none;
}
.search-filter-group > img {
  position: absolute;
  left: 15px;
  top: 9px;
}
.filer-main-sec .button-group {
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  left: 0px;
  background: #FFFFFF;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  z-index: 9;
  max-height: 500px;
  overflow-y: auto;
}
.open-drop .button-group {
  opacity: 1;
  visibility: visible;
}
.filer-main-sec .button-group button {
  appearance: none;
  border: 0;
  padding: 6px 16px;
  display: block;
  width: 100%;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #143352;
  cursor: pointer;
}
.filer-main-sec .button-group button:nth-child(2n) {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), #FFFFFF;
}
.filer-main-sec .grid {
  margin: 70px -30px 0px 0px;
  min-height: 600px;
}
.filer-main-sec .grid > * {
  margin-right: 30px; 
  margin-bottom: 30px;
  width: calc(20% - 30px);
}
.filer-main-sec .grid > *.two-col-width {
  width: calc(40% - 30px);
}
.filter-block-main {
  overflow: hidden;
  position: relative;
}
.tag-name {
  position: absolute;
  right: 0;
  top: 0;
  background: #00A9E9;
  border-radius: 12.5px;
  padding: 5px 12px 3px;
  top: 16px;
  right: 13px;
  z-index: 1;
}
body .body-container-wrapper .tag-name p {
  margin: 0px;
  font-weight: 600;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #FFFFFF;
}
.filter-image-wrapper img {
  width: 100%;
}
.image-hover-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0px;
  background-color: rgb(20 51 82 / 90%);
  padding: 65px 18px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: top 0.3s;
}
.video-block-outer .image-hover-text {
  opacity: 0;
  visibility: hidden;
}
.filer-main-sec .grid > *:hover .image-hover-text {
  top: 0px;
}
.image-hover-text h3 {
  letter-spacing: 0.15px;
  color: #FFFFFF;
}
.img-download a {
  color: #fff;
}
.img-download {
  text-align: right;
}
.img-download img {
  vertical-align: bottom;
}
.load-more-btn {
  margin: 40px 0px 0px;
  text-align: center;
}
.load-more-btn button {
  background-color: #004976;
  border-radius: 10px;
  padding: 18.5px 34px;
  border: 2px solid #004976;
  color: #fff;
  appearance: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
}
.load-more-btn button:hover {
  background-color: transparent;
  color: #004976;
}

@media (max-width: 1600px) {
  .filer-main-sec > .page-center {
    max-width: 1170px !important;
  }
  .dropbox-outer .dropbox-sec {
    min-width: 180px;
  }
  .search-filter-group input.quicksearch {
    width: 260px;
  }
}
@media (max-width: 1199px) {
  .dropbox-outer .dropbox-sec {
    min-width: 140px;
  }
  .search-filter-group input.quicksearch {
    width: 210px;
  }
}
@media (max-width: 991px) {
  .filters {
    flex-direction: column;
    gap: 20px;
  }
  .search-filter-group,
  .search-filter-group input.quicksearch {
    width: 100%;
  }
  .filer-main-sec .grid {
    margin: 40px -30px 0px 0px;
  }
  .filer-main-sec .grid > * {
      width: calc(100%/2 - 30px);
  }
  .filer-main-sec .grid > *.two-col-width {
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .filters {
    gap: 10px;
  }
  .drop-filter-group {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .filters > *,
  .filer-main-sec .ui-group,
  .dropbox-outer .dropbox-sec {
    width: 100%;
  }
  .dropbox-outer {
    flex-grow: 1;
  }
  .filer-main-sec .ui-group h3 {
    min-width: 70px;
  }
  .filer-main-sec {
    padding: 0px 0px 20px;
  }
}
@media (max-width: 639px) {
  .filer-main-sec .grid > * {
    width: calc(100% - 30px);
    margin-bottom: 15px;
  }
}

/******** New footer ********/
.madimack_footer_new {
  background-color: #323844;
  color: #f9f9f9;
  font-size: 15px; }
  .madimack_footer_new * {
    font-family: 'Roboto', sans-serif; 
    color: #f9f9f9;
    text-align:left;
}
  .madimack_footer_new .footer-top-sec {
    padding: 48px 0; }
  .madimack_footer_new .footer-logo {
    margin-bottom: 1.4rem; }
.madimack_footer_new h4 {
    color: #f9f9f9;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 19px;
}
  .madimack_footer_new .footer-menu ul li {
    padding-bottom: 0;
    margin-bottom: 1em; }
  .madimack_footer_new a, .madimack_footer_new .footer-menu ul li a {
    color: #f9f9f9; }
    .madimack_footer_new a:hover, .madimack_footer_new a:active, .madimack_footer_new .footer-menu ul li a:hover, .madimack_footer_new .footer-menu ul li a:active {
      text-decoration: underline; }
  .madimack_footer_new .copyright-sec {
    background-color: #7A7A7A;
    color: #f9f9f9; }
  .madimack_footer_new .footer-logos {
    background-color: #fff; }
    .madimack_footer_new .footer-logos .hs_cos_wrapper {
      max-width: 1170px;
      margin: 36px auto; }
    .madimack_footer_new .footer-logos .hs-image__grid__list__item__image {
      display: block;
      filter: grayscale(100%);
      height: 50px;
      margin: 0 auto;
      object-fit: fill;
      opacity: 50%;
      width: auto; }
  .madimack_footer_new .footer-contact ul li {
    padding-bottom: 0;
    margin-bottom: 1em; }
    .madimack_footer_new .footer-contact ul li:before {
      display: none; }
    .madimack_footer_new .footer-contact ul li svg.svg-inline--fa {
      color: #f9f9f9; }
    .madimack_footer_new .footer-contact ul li a {
      color: #f9f9f9; }
  .madimack_footer_new form label {
    display: none; }
  .madimack_footer_new form input, .madimack_footer_new form textarea {
    border-radius: 0 !important;
    color: #7a7a7a  !important; }
  .madimack_footer_new form textarea {
    min-height: 50px; }
  .madimack_footer_new form input[type='submit'], .madimack_footer_new form .hs-button {
    border: 2px solid #056184;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    background-color: #056184;
    border-radius: 50px !important;
    color: #ffffff !important;
    padding: 12px 24px;
    min-width: 100px;
    font-size: 16px;
    text-transform: uppercase; }
    .madimack_footer_new form input[type='submit']:hover, .madimack_footer_new form .hs-button:hover {
      background-color: #f9f9f9;
      color: #056184 !important; }
  .madimack_footer_new form #form-left-sec, .madimack_footer_new form #form-right-sec {
    width: auto;
    float: none;
    background: transparent;
    padding: 0;
    margin: 0; }
  .madimack_footer_new .social-links {
    padding: 0;
    margin: 1.4rem 0 0;
    list-style: none;
    display: flex; }
    .madimack_footer_new .social-links li {
      padding: 0;
      margin: 0 0.7rem 0 0;}
       .madimack_footer_new .social-links li a {
        width: 36px;
        height: 36px;
        display: block;
        background-color: #056184;
        border-radius: 50%;
        text-align: center;
        line-height: 36px; }
        .madimack_footer_new .social-links li a:hover, .madimack_footer_new .social-links li a:focus {
          background-color: #f9f9f9;
          color: #056184; }