/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* 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;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

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

*, *: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;
} 

body {
    background: #fff;
    font-size: 14px;
    line-height: 1.5em;
    font-family: Arial, sans-serif;
    color: #33475b;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1250px;
  margin: 0 auto;
}

/* Page Center - Mobile App */
.page-center-app {
  float: none;
  max-width: 100%;
  margin: 0 auto;
}

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


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

/* Basic text */
p {} 
small {}
strong {
    font-weight:700;
}
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-weight: normal;
    margin-top:0;
    margin-bottom:15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 40px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 5px;
    margin-top: 15px;
    color: #33475B;
    /*line-height: 50px;*/
    line-height: 2.75rem;
}
h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #0090ff;
    font-weight: 600;
}
h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 20.19px;
    line-height: 40px;
    margin-bottom: 3px;
    color: #197bbd; /*color: #ff7c00;*/
    font-weight: 600;
}
h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 4px;
}
h5 {
    font-size: 15px;
    line-height: 24px;
}
h6 {
    font-size: 12px;
    line-height: 21px;
}

/* Anchor Links */
a {     
    color: #ff7c00;
    text-decoration: none;
}
a:hover, a:focus { color: #ff7c00; }

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

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. 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 =============== */

.header-container-wrapper {}
.header-container {}

.custom-header-top-bg {
    position: relative;
}
.custom-header-top-bg:before {
    content: "";
    height: 10px;
    background: url(//2973967.fs1.hubspotusercontent-na1.net/hubfs/2973967/Funcenterpools%20March2017/Images/top-border.png);
    width: 100%;
    display: block;
}
.custom-header-logo img {
    max-width: 255px;
    margin-left: 20px;
}
.custom-header-social-share {
    margin-top: 135px !important;
    display: block;
}

.custom-header-call-us {
    padding-right: 50px;
}
.custom-header-call-us p {
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: sans-serif;
    color: #1779bb;
    margin: 35px 0px 0px;
    text-align: right;
}
.custom-header-call-us p.hd_two {
    font-size: 24px;
    font-weight: bold;
    font-family: sans-serif;
    color: #1779bb;
    margin: 10px 0px;
    text-align: right;
}

.custom-header-call-us p.hd_three {
    font-weight: bold;
    color: #1779bb;
    margin: 60px 0px 0px 0px;
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: 28.7px;
}
.custom-header-call-us p.hd_three a {
    background: #33a6fb;
    color: white !important;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    padding: 10px 25px;
    margin-top: -10px;
    float: right;
    margin-left: 20px;
}
.custom-header-call-us p.hd_three a:hover {
    background: #2bbd52;
}

.custom-header-bottom-bg {
    background-color: #ff7c00;
}
.custom-header-call-us p.button-mobile {
    display: none;
}



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

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

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.body-container ul,
.body-container ol {
    margin: .4em 0 1em;
    line-height: 150%;
    padding:0;
}
.body-container ul {
    list-style: none outside;
}
.body-container ol{
    list-style-position: inside;
}
.cm-pop-content{
    padding-left: 15px;
}
h1 span {
    font-weight: 400;
}
.custom-full-width-read-mod {
    position: relative;
}
.cm-two-col-testimonial-layout .main-content img {
    margin: 0 0 10px !important;
}
.body-container .hs_cos_wrapper_type_rich_text ul li,
.body-container .custom-full-width-read-mod ul li{
    list-style-position: outside;
    margin-left: 1.6em;
    padding: 5px 0px;
    line-height: 180%;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    background: url(//2973967.fs1.hubspotusercontent-na1.net/hubfs/2973967/Fun_Center_Pools_February2018/Images/bullet.png) no-repeat left 15px;
    padding-left: 15px;
    padding-bottom: 0;
    margin-left: 0;
    list-style-type: none;
}

.body-container .page-center{ 
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left:20px;
    padding-right:20px;
}
.body-container p {
    margin:0 0 12px 0;
}

.cm-one-col-img-grp-wrapper {
    margin-right: 33px;
    float: none;
    width: 31.2%;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    float: left;
    box-sizing: border-box;
}
.cm-one-col-img-grp-wrapper:nth-child(3n+1){
    margin-right:0;
}
.hotspring-details {
    text-align: center;
    font-size: 16px;
    color: #727272;
    padding: 10px 0px;
}
.hotspring-details strong {
    color: black;
    font-weight: bold;
}
.view-models {
    border: 0 none;
    color: #fff !important;
    cursor: pointer;
    outline: medium none;
    padding: 15px;
    text-decoration: none;
    font-size: 20.19px;
    display: block;
    margin-top: 0px;
    background: #0090ff;
    text-align: center;
    font-family: Open sans, sans-serif;
    font-weight: 600;
}
.view-models:hover {
    background: #ff7c00;
}


.cm-two-col-layout .main-content p {
    margin: 5px 0px 5px 0px;
    padding: 5px 0px;
    line-height: 180%;
}
.cm-two-col-layout .main-content iframe {
    border:none;
    width:100%;
}
iframe {
    border:none;
    width:100%;
}
.cm-two-col-layout .main-content hr{
    margin: 10px 0 30px;
    height: 1px;
    background: #ff7c00;
}


.custom-contact-form .form-title{
    margin: 0;
}
.custom-contact-form .hs-form-field > label {
    font-size: 16px;
    font-weight: normal;
    display: block;
}
.custom-contact-form .hs-form-field .hs-form-required {
    display: none;
}
.custom-contact-form .hs-input {
    margin-bottom: 7px !important;
    margin-top: 0 !important;
    max-width: 100% !important;
}
.custom-contact-form select {
    width: 100% !important;
    border-radius: 7px !important;
    padding: 5px 12px 5px !important;
    outline: none !important;
    background: #fff url(//2973967.fs1.hubspotusercontent-na1.net/hubfs/2973967/Fun_Center_Pools_February2018/Images/contact_select.png) right top no-repeat !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}
.custom-contact-right-flexi {
    text-align: center;
    color: #1779bb;
    font-size: 14.92px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
}
.custom-contact-form textarea {
    min-height: 187px;
}
.cm-one-col-expanded-grp p {
    margin-bottom: 18px;
}
.border.rounded-s {
    border-radius: 5px;
    max-width: 100%;
    width:100%;
    border: solid 4px #2da5f5;
}
.read-inline {
    border: none;
    background: none;
    color: #ff7c00;
    outline: none;
    font-style: italic;
    cursor: pointer;
}
.read-inline:before{
    content:"Read More...";
}
.expand-toggle .read-inline:before{
    content:"Read Less";
}
.cm-one-col-expanded-content p {
    margin: 0;
    display: inline;
}
.cm-one-col-expanded-content-inner,
.cm-one-col-expanded-content-toggle{
    display: inline;
}
.cm-one-col-expanded-content {
    margin: 0 0 12px 0;
}
.cm-one-col-expanded-grp h3 a {
    color: #0090ff;
    font-size: 22px;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    line-height: 35px;
    text-decoration: underline;
}
.cm-one-col-expanded-grp h4 {
    color: #ff7c00;
    font-style: italic;
    font-size: 17px;
}
.custom-tow-col-row1-left {
    padding-bottom:20px;
}
.custom-tow-col-row2-content h1 u {
    color: #60affd;
}
.custom-tow-col-row1-left h2{
    color: #60affd;
}
.custom-one-col-top-img-wrapper {
    float: left;
    margin-bottom: 20px;
    margin-right: 1%;
    position: relative;
    width: 24%;
}
.custom-one-col-top-img img {
    border-radius: 100%;
    max-width: 150px;
    margin-bottom: 6px;
}
.custom-one-col-top-img-wrapper:nth-child(4n+1){
    margin-right:0;
}
.cm-full-width-layout hr {
    color: #ccc;
    height: 1px;
    border: 0;
    background: #ff7c00;
    margin: 10px 0 30px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 80%;
}
table td, table th {
    text-align: left;
    padding: .4em .8em;
}

.cm-full-width-layout sup {
    top: 0;
    font-size: 100%;
}

.custom-swimming-main-content {
    text-align: center;
}
.custom-swimming-main-content .cm-one-col-img-grp-wrapper {
    padding: 5px 20px 20px;
    margin:0;
    width: 34.3%;
}
.cm-swim-pool-layout .hotspring-details {
    display: none;
}
.custom-swimming-main-content .cm-one-col-img-grp p{
    margin: 0;
}

.cm-banner-salt-water {
    width: 100%;
    min-height: 315px;
    background-color: #5eb1e3;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding-top: 15px;
    background-position: center;
}
.cm-banner-salt-water-content {
    text-align: center;
}
.cm-banner-salt-water-content h1 {
    font-size: 40px !important;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 5px;
    margin-top: 15px;
    color: black;
}
.cm-salt-water-layout .main-content {
    text-align: center;
}

.cm-salt-water-layout .main-content p {
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
}
.cm-salt-water-layout .main-content h2 {
    margin-top: 2.02em;
}

.cm-two-col-layout hr {
    border: none;
    clear: both;
    margin: 10px 0 30px;
    height: 1px !important;
    background: #ff7c00 !important;
}
.cm-two-col-layout .main-content p {
    margin: 5px 0px 5px 0px;
    padding: 5px 0px;
    line-height: 180%;
}

.custom-side-menu {
    padding-top: 25px;
}
.custom-side-menu ul{
    border: 1px solid #BCBCBC;
    border-bottom: 0;
}
.custom-side-menu ul ul {
    border:none;
}
.custom-side-menu .hs-menu-wrapper > ul li {
    background:none;
    padding:0;
}
.custom-side-menu .hs-menu-wrapper > ul > li > a{
    text-align: center;
    background: #ff7c00;
    color: white;
    padding: 5px 0px;
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 600;
    font-family: Open sans, sans-serif;
    line-height: 40px;
}
.custom-side-menu .hs-menu-wrapper > ul li li{
    margin-bottom: 0px;
    background: none;
    line-height: 18px;
}
.custom-side-menu .hs-menu-wrapper > ul li li:last-child {
    border-bottom:none;
}
.custom-side-menu .hs-menu-wrapper > ul li.active-branch {
    display: block;
}

.custom-side-menu .hs-menu-wrapper > ul  li {
    display: none;
}

.custom-side-menu .hs-menu-wrapper > ul li.active-branch ul li {
    display: block;
}

.custom-side-menu .hs-menu-wrapper > ul > li.active-branch > a {
    cursor: text;
}
.custom-side-menu .hs-menu-wrapper > ul li ul li a[href*="/activity"],
.custom-side-menu .hs-menu-wrapper > ul li ul li a[href*="/members"],
.custom-side-menu .hs-menu-wrapper > ul li ul li a[href*="/privacy-policy"],
.custom-side-menu .hs-menu-wrapper > ul li ul li a[href*="/buyers-guide"],
.custom-side-menu .hs-menu-wrapper > ul li ul li a[href*="/trade-in-trade-up"]{
    display: none !important;
}
.custom-side-menu .hs-menu-wrapper > ul li li a{
    color: #ff7c00;
    padding: 21px 0px;
    text-align: center;
    border-bottom: 1px solid #BCBCBC;
    text-decoration: none;
    font-size: 20.19px;
    font-weight: 600;
    font-family: Open sans, sans-serif;
}
.custom-side-menu .hs-menu-wrapper > ul ul li:hover {
    background: rgb(233, 233, 233);
}
sup {
    top: 0;
    font-size: 100%;
}
.cm-two-col-layout .main-content{
    padding-bottom: 30px;
}

.custom-two-col-sidebar-bottom .hs_cos_wrapper_type_rich_text {
    border: 1px solid #BCBCBC;
    margin-top: 25px;
    padding-bottom: 10px;
    overflow: hidden;
    display: block;
}
.custom-two-col-sidebar-bottom h2{
    text-align: center;
    background: #2bbd52;
    color: white;
    padding: 5px 0px;
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 600;
    font-family: Open sans, sans-serif;
}
.custom-sidebar-gallery-grp {
    padding: 10px 20px;
}

.custom-sidebar-gallery-grp img {
    float: left;
    margin-bottom: 10px;
    margin-right: 25px;
    max-width: 120px;
}

.custom-sidebar-gallery-grp h4 {
    color: #33a6fb;
    font-size: 24.37px;
    line-height: 30px;
    font-weight: 600;
    font-family: Open sans, sans-serif;
    margin-bottom: 4px;
}

.view-gallery-button {
    margin: 20px 0 0px 0;
}

.view-gallery-button a {
    background: #2bbd52;
    padding: 8px 20px;
    font-size: 12.26px;
    text-decoration: none !important;
    color: white !important;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    line-height: inherit;
}

.view-gallery-button a:hover {
    background: #33a6fb;
}

.cm-filter-layout .main-content .hs_cos_wrapper_type_rich_text ul{
    text-align: center;
    margin-top: 43px;
    margin-bottom: 20px;
    color: transparent;
    list-style: none;
    display:block;
}
.cm-filter-layout .main-content .hs_cos_wrapper_type_rich_text ul li {
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    background: none;
    padding: 0;
   
}
.cm-one-col-expanded-content-toggle a {
    color: #333;
    text-decoration: underline;
}
.cm-filter-layout .main-content .hs_cos_wrapper_type_rich_text ul li a {
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    line-height: 37px;
    background: #FF7C00;
    border-radius: 6px;
    padding: 0;
    margin-bottom:10px;
    width: 180px;
}
.cm-filter-layout .main-content .hs_cos_wrapper_type_rich_text ul li a:hover,
.cm-filter-layout .main-content .hs_cos_wrapper_type_rich_text ul li.active > a{
    background: #1e9df1;
}
.cm-filter-layout .hs_cos_gallery_thumbnails {
    padding: 0;
}
.vex-open .smaller .custom-header-bottom-bg {
    z-index: 9;
}
.cm-filter-layout  .ngg-galleryoverview {
    padding: 0 0 30px;
}
.vex-content.hs-gallery .vex-close {
    right: 40px;
}
/*.cm-filter-layout .slick-initialized .hs_cos_gallery_slide.slick-slide img {
    width: 220px;
    height: 190px !important;
}*/

.cm-filter-layout  .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img{
    display:none !important;
}
.cm-filter-layout .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cm-filter-layout .hs_cos_gallery_lightbox_thumbnails.slick-initialized .hs_cos_gallery_slide.slick-slide{
   width: 20% !important;
    display: block !important;
    height: 165px; 
}
.cm-filter-layout .slick-initialized .slick-slide {
    padding: 0;
    
}
/*.cm-filter-layout .slick-slide-inner-wrapper {
    margin-right: 10px;
    margin-bottom: 11px;
    min-height: 190px;
    display: inline-block;
    width: 220px;
    height: 165px;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
    background-position: center;
}

.cm-filter-layout .slick-slide-inner-wrapper img {
    width: 220px;
    opacity:0;
    height: 189px;
}
*/
.cm-two-col-layout .sidebar {
    padding: 20px 0;
    margin-top: 126px;
}

.cm-pop-slider-grp {
    border: 1px solid #BCBCBC;
}
.cm-pop-slider-grp h3 {
    text-align: center;
    background: #2cb77c;
    color: white;
    padding: 5px 0px;
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 600;
    font-family: Open sans, sans-serif;
}
.cm-pop-slider-grp h2 {
    margin: 5px 0px 10px 0px;
    color: #2cb77c;
    font-size: 20px;
    line-height: 20px;
    padding: 5px 0px;
    font-weight: 600;
    font-family: Open sans, sans-serif;
}
.cm-pop-slider-grp h2 a{
    color: #2cb77c;
}
.cm-pop-slider-grp .cm-pop-slider ul {
    margin:0;
}
.cm-pop-slider-grp .slick-slider {
    margin-bottom: 0;
}
.cm-pop-slider-grp .slick-initialized .slick-slide {
    display: block;
    padding: 0;
    background: none;
    padding-top: 15px !important;
    padding-bottom: 40px;
    position: relative;
}
.cm-pop-content {
    width: 55%;
    position: absolute;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 1;
    right: 0;
    top: 0;
    bottom:0;
}
.cm-pop-content .advps-overlay-one{
   width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; 
    background: #fff;
}
.cm-pop-content-inner {
    position: relative;
    padding: 10px;
    width: auto;
    height: auto;
    z-index: 9;
    text-align: left;
    color: #0a0a0a;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
.cm-pop-slider .slick-dots {
    bottom: 18px;
}
.cm-pop-slider .slick-dots li {
    background: none !important;
    margin: 0;
    padding: 0;
}
.cm-pop-slider .slick-dots li button:before {
    font-size:11px;
    opacity: 1;
    color:#eaeaea;
}
.cm-pop-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #2cb77c
}

.cm-recent-slider-group {
    border: 1px solid #BCBCBC;
    margin-top: 25px;
}
.cm-recent-slider-group h2{
    text-align: center;
    background: #33a6fb;
    color: white;
    padding: 5px 0px;
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 600;
    font-family: Open sans, sans-serif;
}
.cm-recent-slider {
    line-height: 18px;
}
.cm-recent-slider .slick-initialized{
    margin: 0;
}
.slick-initialized .slick-slide{
    padding:10px;
    background:none;
}

.custom-left-ul {
    float: left;
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    width: 220px;
}
.cm-testimonial-grp {
    font-size: 14px;
    color: black;
    font-weight: 400;
}
.cm-testimonial-content {
    color: #727272;
    font-style: italic;
}
.cm-two-col-layout .cm-testimonial-content p {
    color: #7b7b7b;
    font-size: 15px;
    line-height: 25px;
    margin: 5px 0px 5px 0px;
    padding: 5px 0px;
}
.cm-testimonials-title {
    color: #0090ff !important;
    font-size: 18px;
    font-weight:400;
}
.cm-testimonial-grp hr{
    border: none;
    clear: both;
    margin: 20px 0 30px;
    height: 1px;
    background: #ff7c00;
}
.cm-recent-slider-group .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .caption.below {
    text-align: center !important;
}
.cm-recent-slider-group .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    margin: auto 0px;
    width: 100% !important;
    text-align: center !important;
    display: block;
}
.product-listing .hs-blog-header h1 {
    margin-top: 10px;
}

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


.custom-error-menu {
    border: 1px solid #BCBCBC;
    margin-top: 25px;
}

.custom-error-menu
 h2 {
    text-align: center;
    background: #ff7c00;
    color: #fff;
    padding: 5px 0px;
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 600;
    font-family: Open sans, sans-serif;
}

.custom-error-menu ul li a {
    color: #ff7c00;
    text-decoration: none;
    font-size: 20.19px;
    font-weight: 600;
    font-family: Open sans, sans-serif;
}

.custom-error-menu ul li {
    background: none !important;
    padding: 20px 0px !important;
    text-align: center;
    border-bottom: 1px solid #BCBCBC;
    line-height: normal !important;
}

.custom-error-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-error-menu ul li:last-child {
    border-bottom: 0;
}

.custom-error-menu ul li:hover {
    background: rgb(233, 233, 233) !important;
}

/**************** Home Page Styling *******************/

.body-container .hs-home-row1-group .page-center {
    padding: 0;
}

.hs-home-row1-group {
    padding: 0 0 250px;
}

.hs-home-row2-group {
    text-align: center;
}

.hs-home-row2-group .hs_cos_wrapper_type_rich_text  h1 {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    background: url(//2973967.fs1.hubspotusercontent-na1.net/hubfs/2973967/Fun_Center_Pools_February2018/Images/title-border.png) no-repeat bottom transparent;
    margin-bottom: 40px;
    font-family: Open Sans, sans-serif;
    color: #000;
    font-weight: 300;
}

.hs-home-row2-group .hs_cos_wrapper_type_rich_text p {
    font-size: 20px;
    text-align: center;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 30px;
}

.hs-home-row2-group .hs_cos_wrapper_type_custom_widget {
    display: inline-block;
    width: 23%;
    margin-right: 30px;
    float: left;
    border: 1px solid #ececec;
    border-radius: 5px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.hs-home-row2-group .hs_cos_wrapper_type_rich_text {
    padding: 0 0 10px;
}
.body-container .hs-home-row8-group .page-center {
    padding-bottom: 0px;
}
.hs-home-row2-group .custom-full-column-top-image-title-mod img {
    width: 100%;
    margin-bottom: 10px;
}

.hs-home-row2-group .hs_cos_wrapper_type_custom_widget:last-child {
    margin-right: 0;
}

.custom-full-column-top-image-title-mod h2 {
    color: #17439e;
    font-size: 26px;
    text-align: center;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}

.hs-home-row2-group .custom-full-column-top-image-title-mod a {
    background: #33a5fb;
    padding: 8px 20px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    display: inline-block;
    line-height: normal;
}

.custom-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hs-home-row3-group .hs_cos_wrapper_type_rich_text h1 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    background: url(//2973967.fs1.hubspotusercontent-na1.net/hubfs/2973967/Fun_Center_Pools_February2018/Images/title-border-white.png) no-repeat bottom transparent;
    margin-bottom: 40px;
    font-family: Open Sans, sans-serif;
    font-weight:400
}

.hs-home-row3-group {
    color: #fff;
}

.hs-home-row3-col2 h2 {
    color: #ffffff;
    font-size: 28px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

a.custom-orange-btn {
    background: #ff7c00;
    border: 0;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    font-size: 12.26px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    display: inline-block;
}
.hs-home-row4-group.custom-banner {
    background-size: cover;
    background-attachment: fixed;
    min-height: 550px;
    background-position: top;
}
.hs-home-row4-group > div{
    display:flex;
}
.hs-home-row4-inner {
    min-height: 500px !important;
    display: flex !important;
    display: -ms-flexbox !important;
    -ms-flex-pack: center !important;
    flex-direction: column !important;
    align-content: center !important;
    justify-content: center !important;
    text-align:center;
    width: 100%;
}

.hs-home-row4-inner h2 {
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(43, 189, 82, 1) 30%, rgba(43, 189, 82, 1) 71%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(43, 189, 82, 1)), color-stop(71%,rgba(43, 189, 82, 1)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(43, 189, 82, 1) 30%,rgba(43, 189, 82, 1) 71%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(43, 189, 82, 1) 30%,rgba(43, 189, 82, 1) 71%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(43, 189, 82, 1) 30%,rgba(43, 189, 82, 1) 71%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(43, 189, 82, 1) 30%,rgba(43, 189, 82, 1) 71%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
    font-size: 64.16px;
    color: #fff;
    line-height: normal;
    font-weight: 600;
    padding: 5px 0;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
}

.hs-home-row4-group > div > div {
    display:flex;
}

.hs-home-row4-inner h3 {
    color: #fff;
    font-weight: bolder;
    font-size: 124.44px;
    line-height: 85px;
    font-family:Arial;
    margin: 40px 0px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 5px rgba(150, 150, 150, 1);
}

.hs-home-row4-inner a {
    background: #2bbd52;
    padding: 8px 20px;
    font-size: 12.26px;
    display: inline-block;
    line-height: normal;
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
}

.hs-home-row4-inner a:hover {
    background: #ff7c00;
}

.hs-home-row5-group .hs_cos_wrapper_type_rich_text h1,
.hs-home-row6-group .hs_cos_wrapper_type_rich_text h1 {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    background: url(//info.funcenterpools.com/hubfs/Fun_Center_Pools_February2018/Images/title-border.png) no-repeat bottom transparent;
    margin-bottom: 40px;
    font-family: Open Sans, sans-serif;
    color: #000;
    font-weight: 300;
}


.hs-home-row6-group .cm-recent-slider-group h2 {
    display: none;
}

.hs-home-row6-group .cm-recent-slider-group {
    border: none;
}

.hs-home-row6-group .cm-recent-slider-group .slick-slide h1 {
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
}
.cm-porduct-blog .blog-listing-wrapper .post-listing .post-item .post-body {
    border: 3px solid #0090ff;
}
.cm-porduct-blog.cm-testimonials-blog .post-header h2{
    min-height:auto;
}
.cm-porduct-blog .blog-listing-wrapper .post-listing .post-item .post-body .hs-featured-image-wrapper img {
    width: auto;
    margin: 0 auto;
}
.cm-porduct-blog.cm-testimonials-blog .blog-listing-wrapper .post-listing .post-item .post-body{
    border: 0;
}
.cm-two-col-right-form-layout .body-container form label {
    font-family: helvetica , Arial;
    font-weight: 400;
    color: #444;
    font-size: 13px;
    line-height: 20px;
}
.hs-home-row6-group .cm-recent-slider-group .slick-slide p {
    font-size: 16px;
    font-family: lucida Sans Unicode, Sans-serif;
    text-align: center;
}

.hs-home-row6-group {
    padding: 0 0 35px;
}

.hs-home-row6-group .hs_cos_gallery_main .slick-dots {
    padding: 20px 0 0;
}
.hs-home-row6-group .hs_cos_wrapper_type_rich_text h1 a {
    color: #000;
}
.hs-home-row6-group .hs_cos_wrapper_type_rich_text h1 {
   margin:0;
   padding-bottom: 15px;
}
.hs-home-row7-group.custom-banner {
    min-height: 550px;
    background-attachment: fixed;
}
.hs-home-row7-group > div > div{
     display: flex ;
}
.hs-home-row7-inner {
    min-height: 500px !important;
    display: flex !important;
    align-items: center;
    padding-left: 50px;
}

.hs-home-row7-inner h2 {
    color: #fff;
    font-weight: 600;
    font-size: 80.45px;
    line-height: 85px;
    margin: 10px 0px;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0px 1px 5px rgba(150, 150, 150, 1);
}

.hs-home-row7-inner h3 {
    color: white;
    font-size: 41.48px;
    line-height: 50px;
    font-weight: 600;
    margin: 10px 0px;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0px 1px 5px rgba(150, 150, 150, 1);
}

.hs-home-row8-top h1 {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    background: url(//2973967.fs1.hubspotusercontent-na1.net/hubfs/2973967/Fun_Center_Pools_February2018/Images/title-border.png) no-repeat bottom transparent;
    margin-bottom: 40px;
    font-family: Open Sans, sans-serif;
    color: #000;
    font-weight: 300;
}

.hs-home-row8-middle .hs_cos_wrapper_type_custom_widget {
    width: 24%;
    padding: 25px 20px;
    border-right: 1px solid rgb(218, 218, 218);
    display: inline-block;
    vertical-align: top;
}

.hs-home-row8-middle .hs_cos_wrapper_type_custom_widget:nth-child(4),
.hs-home-row8-middle .hs_cos_wrapper_type_custom_widget:nth-child(8) {
    border: 0;
}

img.image-on-hover {
    display: none;
}

.custom-full-width-product-inner {
    text-align: center;
}

.custom-full-width-product-inner a:hover img.image-on-hover {
    display: block;
}

.custom-full-width-product-inner a:hover img.image-def {
    display: none;
}

.custom-full-width-product-inner img {
    margin: 0 auto;
}

.custom-full-width-product-inner h2 {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 18.19px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}

.custom-full-width-product-inner p {
    margin: 0 0 20px 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #929292;
}

.custom-full-width-product-inner a.learn-more {
    background: #33a6fb;
    padding: 8px 20px;
    font-size: 12.26px;
    text-decoration: none;
    color: white !important;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.custom-full-width-product-inner a.learn-more:hover {
    background: #2bbd52;
}
.hs-home-row5-middle .hs_cos_wrapper_type_custom_widget {
    width: 50%;
    width: 533px;
    margin-right: 30px;
    border: 2px solid #0e70d5;
    position: relative;
    display: inline-block;
}

.hs-home-row5-middle {
    text-align: center;
    margin: 0 0 30px;
}

.custom-full-width-gallery-mod h2 {
    background: rgba(43, 189, 82, 0.77) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px 0px;
    color: white;
    font-size: 33.92px;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
}

.custom-full-width-gallery-mod {
}
.hs-home-row2-group .custom-full-column-top-image-title-mod a:hover {
    background: #ff7c00;
}
.custom-full-width-read-inner.readmore-open {
    overflow: hidden;
}

.readmore-open a.custom-orange-btn.read-more {
    display: none;
}

.custom-link,
.custom-link:visited{
    color: #333;
    text-decoration: underline;
    outline: 0;
}
.custom-link:hover, .custom-link:focus {
    color: #000;
}

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

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

.custom-js-import {
    min-height:0 !important;
}
.custom-back-to-top-bg {
    background: url(//2973967.fs1.hubspotusercontent-na1.net/hubfs/2973967/Funcenterpools%20March2017/Images/bg-bottom.png);
    background-size: cover;
    padding: 0px 10px;
    padding-bottom: 6px;
}
.custom-back-to-top-bg p {
    display: block;
    margin: 0px;
    text-align: center;
    padding: 20px;
}

.custom-footer-copyright-bg {
    border-top: 1px solid rgb(218, 218, 218);
    padding: 20px 0px;
    text-align: center;
}

.custom-footer-copyright ul.sm-icon-mobile {
    display: none;
}



.custom-footer-copyright p {
    margin: 0 0 0px 0;
    line-height: 18px;
    font-size: 12.98px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #a8a8a8;
}
.custom-footer-copyright p a {
    color: #a8a8a8;
    text-decoration: underline;
}
.custom-footer-copyright p a:hover {
    color: #0090ff;
}
.custom-footer-copyright p.address {
    margin: 0 0 0px 0;
    font-size: 20px;
    color: #1779bb;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.custom-footer-copyright h1 {
    margin: 0px;
    color: #1779bb;
    font-weight: bold;
    font-size: 31px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0px;
}

.custom-footer-quick-links-wrapper {
    background-color: #ff7c00;
    padding-bottom: 40px;
    padding-top: 30px;
    text-align: center;
}


.custom-footer-navigation ul {
    text-align: center;
    width: 80%;
    margin: 0 auto !important;
    padding-top: 22px;
    float: none !important;
}
.custom-footer-navigation ul li {
    float: none !important;
    display: inline;
    border-right: 1px solid #fff;
    padding: 0 10px;
}
.custom-footer-navigation ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    line-height: 18px;
}

.custom-footer-quick-links-heading h1 {
    margin: 0px;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    padding: 10px 0 15px 0;
    background: url(//2973967.fs1.hubspotusercontent-na1.net/hubfs/2973967/Funcenterpools%20March2017/Images/title-border-white.png) no-repeat bottom transparent;
    margin-bottom: 20px;
    font-family: Open Sans, sans-serif;
    color: white;
    font-weight: 400;
}
.custom-footer-form-bg {
    background: url(//2973967.fs1.hubspotusercontent-na1.net/hubfs/2973967/Funcenterpools%20March2017/Images/free-download-bg.png)no-repeat;
    background-size: cover;
    margin-top: 50px;
    clear: both;
}


.custom-footer-form-bg .page-center {
    background: rgba(20, 122, 201, 0.52) none repeat scroll 0 0;
    font-size: 14px;
    padding: 10px 40px;
    padding-top: 20px;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.custom-footer-form h3 {
    margin: 0px;
    color: white;
    font-size: 39.9px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 14px;
}

.custom-footer-form .hs-richtext p {
    margin: 0px;
    margin-bottom: 10px;
}
.custom-footer-form .input input {
    border: 1px solid #ccc;
    padding: 10px 4px;
    width: 50%;
    outline: none;
    margin-bottom: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    margin: 0;
    margin-bottom: 12px;
}
.custom-footer-form form label span {
    display: none;
}
.custom-footer-form  .actions input {
    background: #33a6fb;
    padding: 8px 20px;
    font-size: 12.26px;
    text-decoration: none;
    color: white !important;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.custom-footer-form .actions input:hover {
    background: #2bbd52;
}
.custom-footer-form {
    position: relative;
}
.footer-bg-img {
    float: right;
    margin-top: -60px;
}


/************ Right Slider*************/

.cm-recent-slider-group .slick-slide-inner-wrapper > img{
    display:none;
}
.cm-recent-slider-group .hs_cos_gallery_main .slick-arrow {
    display: none !important;
}

.cm-recent-slider-group .hs_cos_gallery_main .slick-dots li {
    background: no-repeat;
    padding: 0;
    margin: 0 1px;
}

.cm-recent-slider-group .slick-dots li button {
    background: url('//2973967.fs1.hubspotusercontent-na1.net/hubfs/2973967/Fun_Center_Pools_February2018/Images/nav.png') no-repeat;
    width: 16px;
    height: 16px;
    padding: 0;
}

.cm-recent-slider-group .slick-dots li.slick-active button {
    background-position: -16px 0;
}

.cm-recent-slider-group .slick-dots li button:before {
    content: none;
}
.cm-recent-slider-group .slick-slide h1 {
    color: #33a6fb;
    font-size: 18px;
    line-height: 15px;
    font-family: Lucida Sans Unicode, Sans-serif;
    font-weight: 400;
    padding-bottom: 60px;
}

.cm-recent-slider-group .slick-slide p {
    font-size: 16px;
    line-height: 26px;
    font-family: sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #666;
}
.hs-home-row8-middle {
   max-width: 1163px !important;
   margin: 0 auto !important;
   text-align: center;
   float: none !important;
}

/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    display: block !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-family: sans-serif;
    display: block;
    margin: 0;
    text-decoration: none;
    position: relative;
    font-size: 14.5px;
    padding: 16px 24px 15.5px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    line-height: 18px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    background: #33a6fb;
    color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    background: #33a6fb;
    color: #fff;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background: rgb(0,166,255);
    min-width: 270px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 0px 10px;
    line-height: 35px;
    position: relative;
    background: rgb(0,166,255);
    text-transform: uppercase;
    font-weight: normal;
    white-space: normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background: #ff7c00;
    color: white;
}

/* 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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1117px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
        text-indent: -9999px;
        background-image: url(//2973967.fs1.hubspotusercontent-na1.net/hubfs/2973967/Funcenterpools%20March2017/Images/icon-home.png);
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
        height: 0px;
        padding: 25px 30px 24.5px;
    }
    
    
    .smaller .custom-header-bg {
      padding-bottom: 50px;
    }
    .smaller .custom-header-bottom-bg {
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 9999;
        width: 100% !important;
    }
    .custom-menu-primary select#tinynav1 {
        display: none !important;
    }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 1116px){

  /* Menu 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:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .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-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .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: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0px !important;
    margin: 10px 0 10px 0;
  }

  /* 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{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: transparent;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .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);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .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 */
  }

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

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


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

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

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

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

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



.cm-testimonials-blog.hs-blog-listing .post-body {
    font-size: 14px;
    padding: 10px 0px;
    color: black;
    font-weight: 400;
}
.cm-testimonials-blog .post-body p {
    margin: 5px 0px 5px 0px;
    padding: 5px 0px;
    line-height: 180%;
}

.cm-testimonials-blog .hs-blog-listing .post-item {
    padding: 0;
}
.cm-testimonials-blog.hs-blog-listing .post-header {
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #0090ff;
    font-weight: 600;
    text-align: left;
    padding: 0
}
.blog.cm-testimonials-blog .post-header a{
    text-decoration: none;
    color: #ff7c00;
    font-size: 20.19px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
}
.cm-testimonials-blog.hs-blog-listing .custom-blog-byline {
    margin-top: 0;
    line-height: 21px;
    padding: 0;
    margin: 0 0 20px;
}
.blog.cm-testimonials-blog .post-listing .post-item{
    padding: 0 0 10px;
    border-bottom: 1px solid #ff7c00 !important;
    margin-bottom: 30px !important;
    width:100%;
    display:block;
}


/* =============== 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 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
    text-decoration: none;
    color: #0090ff;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
    max-width: 70px;
    padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
    height: auto !important;
    max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    border-bottom:1px solid #ccc;
    padding-bottom:20px;
    margin-bottom:20px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

.cm-porduct-blog .post-item{
    margin-bottom: 20px !important;
    width: 32%;
    display: inline-block;
    vertical-align: top;
    padding:0;
    border:none;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: none !important;
}

.cm-porduct-blog .post-header{
    text-align: center;
    font-size: 16px;
    color: #727272;
    padding: 10px 0px;
}
.cm-porduct-blog .post-header h2{
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px;
    min-height:80px;
    color: #0090ff;
    font-weight: 600;
}
.cm-porduct-blog .more-link{
    border: 0 none;
    color: #fff !important;
    cursor: pointer;
    outline: medium none;
    padding: 15px;
    text-decoration: none;
    font-size: 20.19px;
    display: block;
    margin-top: -6px;
    background: #0090ff;
    text-align: center;
    font-family: Open sans, sans-serif;
    font-weight: 600;
    margin: 0;
}
.cm-porduct-blog .more-link:hover {
    background: #ff7c00;
}
.cm-porduct-blog .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block !important;
    float: none;
    margin: 0;
    max-height: 100%;
}
.cm-porduct-blog.hs-blog-post .hs-blog-header {
    display: none;
}

.cm-porduct-blog .post-header.section {
    padding-top: 0;
    padding-bottom: 0;
}
.cm-porduct-blog .post-header.section h1{
    font-size: 40px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 5px;
    margin-top: 15px;
    color: black;
    text-align: left;
}
.custom-blog-byline {
    margin: 46px 0px 5px 0px;
    padding: 5px 0px;
    line-height: 180%;
}
.custom-blog-byline .custom-topic a{
    text-decoration: underline;
    text-transform: capitalize;
}
.custom-blog-byline .custom-date{
    color: #727272;
}
.cm-porduct-blog .blog-content hr {
    height: 1px;
    background: #ff7c00;
    border: none;
    clear: both;
    margin: 10px 0 30px;
}
.cm-porduct-blog .blog-content .cm-bottom-hr{
    margin-top: 40px;
}

.cm-porduct-blog.hs-blog-post .post-body p{
    margin: 5px 0px 5px 0px;
    padding: 5px 0px;
    line-height: 180%;
}
.blog-sidebar-post .widget-type-google_search .input {
    overflow:hidden;
}
.blog-sidebar-post .widget-type-google_search .hs-button.primary {
    width: 30%;
    font-size: 14px;
    float: right;
    cursor: pointer;
    background: #0090ff;
    border: 1px solid #0090ff;
    outline: none;
    margin: 0;
    text-align: center;
    padding-left: 6px;
    padding-top: 12px;
    padding-right: 6px;
    padding-bottom: 11px;
    font-family: arial;
    font-weight: 400;
}
.blog-sidebar-post .widget-type-google_search .hs-button.primary:hover {
    background: #2bbd52;
    border: 1px solid #2bbd52;
}
.blog-sidebar-post .widget-type-google_search input[type="text"] {
    margin: 0;
    padding: 12px 10px 12px;
    color: #464646 !important;
    float: left;
    display: inline;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    border-radius: 0px;
    width: 70%;
    background: white;
    border: 1px solid #BCBCBC;
    font-size: 13px;
    line-height: normal;
}
.blog-sidebar-post .custom-blog-search{
    padding: 16px 0px 16px 0px;
}
.blog-sidebar-post.blog-sidebar {
    padding: 20px 0 20px;
    margin-top: 50px;
}

.blog-sidebar-post.blog-sidebar h3{
    text-align: center;
    background: #ff7c00;
    color: white;
    padding: 5px 0px;
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 600;
    font-family: Open sans, sans-serif;
}
.custom-blog-sidebar-cn {
    border: 1px solid #BCBCBC;
}
.blog-sidebar-post.blog-sidebar ul {
    padding:0;
    margin:0;
    list-style:none;
}
.blog-sidebar-post.blog-sidebar ul li,
.blog-sidebar .pop-title{
    background:none;
    line-height: 18px;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #BCBCBC;
}
.blog-sidebar-post.blog-sidebar ul li:last-child,
.blog-sidebar .pop-title:last-child{
    border-bottom:1px solid transparent;
}
.blog-sidebar-post.blog-sidebar ul li a{
    color: #1779bb;
    text-decoration: none;
    font-size: 20.19px;
    font-weight: 600;
    font-family: Open sans, sans-serif;
}
.blog-sidebar .pop-title a{
    color: #ff7c00;
    text-decoration: none;
    font-size: 20.19px;
    font-weight: 600;
    font-family: Open sans, sans-serif;
}
.custom-blog-categories,
.custom-blog-archive{
    margin-top: 25px;
}
.blog-sidebar-post .custom-blog-categories h3 {
    background: #0090ff;
}
.blog-sidebar-post.blog-sidebar .custom-blog-categories ul li a {
    color: #1779bb;
    text-decoration: none;
    font-size: 20.19px;
    font-weight: 600;
    font-family: Open sans, sans-serif;
}
.custom-tow-col-row3-left h2,
.custom-tow-col-row3-right h2 {
    color: #60affd;
}
.cm-porduct-blog .custom-blog-archive h3 {
    background: #2bbd52;
}
.blog-sidebar-post.blog-sidebar .custom-blog-archive ul li a {
    color: #2bbd52;
    text-decoration: none;
    font-size: 20.19px;
    font-weight: 600;
    font-family: Open sans, sans-serif;
}
.blog-sidebar-post.blog-sidebar .filter-link-count {
    display:none;
}
.custom-post-pagination-inner {
    margin-bottom: 20px;
    text-align: center;
    float: right;
    margin: 5px 0px 5px 0px;
    padding: 5px 0px;
    line-height: 180%;
}
.custom-post-pagination-inner > div {
    display: inline-block;
}
.custom-post-pagination-inner a{
    background: #0090ff;
    color: white !important;
    padding: 4.5px 40px;
    line-height: 21px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    font-size: 12.26px;
    display:inline-block;
}
.custom-post-pagination-inner a:hover {
    background: #2bbd52;
}
.blog.hs-blog-listing .body-container .page-center {
    padding-top: 25px;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */

a.more-link {
    display:block;
    margin:10px 0;
}
.custom_listing_comments {
    border:1px solid #ccc;
    padding:15px;
    margin:0 0 20px 0;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    height: auto;
    margin-top: 10px;
    padding: 10px 0 0;
}

/* Blog Commments */
#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date {
    color:  !important;
    display: block !important;
    text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ;
    font-size: ;
    line-height: ;
    padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}
#comments-listing.no-comments {
   border: none;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link{
    display:block;
}

.blog-pagination a.next-posts-link {
    display:block;
}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
    max-width: 70px;
    padding: 10px 10px 10px 0;
}
.hs-author-profile .hs-author-avatar img {
    height: auto !important;
    max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

.custom-js-import, .custom-js-import .row-fluid [class*="span"]{
   min-height:0 !important;
}


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

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}
body.subscription-template.one-column .main-content {}





/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

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

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

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

ul.hs-error-msgs.inputs-list label {
    color: red;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
    background: none repeat scroll 0 0 white;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 1px;
    color: #464646;
    font-size: 15px;
    margin-bottom: 17px;
    padding: 7px 12px 8px;
    width: 100%;
    display: block;
    max-width: 500px;
    font-weight: normal;
    font-family: "Open Sans",sans-serif;
    display: block;
    line-height: normal;
    margin-top: 5px;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
    border: 1px solid #aaa;
    color: #444;
    outline: none;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

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

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

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

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

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

/* Error */
.hs-error-msgs label{}

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


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

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

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

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


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

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

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

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

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


/* =============== 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"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

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

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    background: #33a6fb;
    text-decoration: none;
    color: white !important;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 40px;
    font-size: 12.26px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    margin: 10px 0px;
    display: inline-block;
    line-height: normal;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
    background: #2bbd52;
}


.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container 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 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 {}

.body-container .custom-two-col-sidebar-bottom .hs_cos_wrapper_type_rich_text ul li {
    overflow: hidden;
    background: none;
    padding: 10px 20px;
}

.body-container .custom-two-col-sidebar-bottom .hs_cos_wrapper_type_rich_text ul {
    list-style: none;
    background: none;
}

.custom-two-col-sidebar-bottom h4 {
    color: #33a6fb;
    font-size: 24.37px;
    line-height: 30px;
    font-weight: 600;
    font-family: Open sans, sans-serif;
    margin-bottom: 4px;
}

.body-container .custom-two-col-sidebar-bottom .hs_cos_wrapper_type_rich_text ul li:last-child {
    padding-bottom: 0;
}
.cm-pop-slider-grp .slick-arrow {
    display: none !important;
}
ul.hs-error-msgs.inputs-list {
    margin: 0 0 5px;
}

.body-container .hs-input.error {
    margin: 0 0 10px;
}
ul.hs-error-msgs.inputs-list {
    margin: 0 0 5px;
}

.body-container .hs-input.error {
    margin: 0 0 10px;
}

.cm-two-col-right-form-layout .body-container .hs-input {
    padding: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: border 0.2s linear,box-shadow 0.2s linear;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

.cm-two-col-right-form-layout .body-container .hs-input:focus {
    outline: none;
    border-color: rgba(82,168,236,0.8);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}

.cm-two-col-right-form-layout .body-container .hs-input.error {
    border-color: #c87872;
    box-shadow: 0 0 3px rgba(171,41,32,0.25);
}

.hs_error_rollup {
    display: none;
}
.cm-two-col-testimonial-layout a.custom-orange-btn {
    margin-top: 7px;
}

.cm-filter-layout .hs_cos_gallery_main .slick-prev {
    background: #fff url('//2973967.fs1.hubspotusercontent-na1.net/hubfs/2973967/Fun_Center_Pools_February2018/Images/prev.png') no-repeat center center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 40px;
    top:41%;
    height: 100px;
}
.cm-filter-layout .hs_cos_gallery_main .slick-next {
    background: #fff url('//2973967.fs1.hubspotusercontent-na1.net/hubfs/2973967/Fun_Center_Pools_February2018/Images/next.png') no-repeat center center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 40px;
    top:41%;
    height: 100px;
}
.cm-filter-layout .hs_cos_gallery_main .slick-prev:before,
.cm-filter-layout .hs_cos_gallery_main .slick-next:before{
    content: none;
}
.cm-filter-layout .vex-content.hs-gallery .vex-close{
    background: #fff url('//2973967.fs1.hubspotusercontent-na1.net/hubfs/2973967/Fun_Center_Pools_February2018/Images/close.png') no-repeat center center;
    border: solid 3px #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.8);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.8);
    box-shadow: 0 0 12px rgba(0,0,0,.8);
    width: 28px;
    height: 28px;
}
.cm-filter-layout  .vex-content.hs-gallery .vex-close:hover::after, 
.cm-filter-layout  .vex-content.hs-gallery .vex-close:hover::before{
    box-shadow:0 !important;
}
.cm-filter-layout .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper{
    border: 10px solid #fff;
    padding: 0;
    border-radius: 4px;
}
/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */

@-moz-document url-prefix() {
   
   .custom-blog-byline {
		margin: 25px 0 5px 0;
	}
	.cm-porduct-blog .widget-type-google_search input[type="text"]{
	    padding: 12px 10px 11px;
	}
	.cm-porduct-blog .widget-type-google_search .hs-button.primary{
	    padding-bottom: 10px;
	}
}
/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1024px) {}

@media (max-width: 1400px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-last-child(2) ul li ul {
        left: auto !important;
        right: 100%;
    }

}

@media(max-width:1250px){
    .custom-tow-col-row1-left {
        width: 100% !important;
        margin-left: 0 !important;
        text-align: center;
    }
    .custom-tow-col-row1-right{
        width: 100% !important;
        margin-left: 0 !important;
        float:none !important;
    }
    .custom-tow-col-row3-left, .custom-tow-col-row3-right {
        width: 100% !important;
        margin-left: 0 !important;
        float: none !important;
    }
    
    .custom-tow-col-row3-left {
        padding: 0 0 20px;
    }
    .cm-one-col-img-grp-wrapper {
        width: 30.2%;
    }
}
@media (max-width: 1250px) and (min-width:1117px) {
    .header-container .page-center, 
    .body-container .page-center, 
    .footer-container .page-center {
        max-width: 1100px !important;  
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:last-child ul {
        left: auto !important;
        right: 0px;
    }
    .custom-header-call-us p {
        font-size: 18px;
    }
    .custom-header-call-us p.hd_three {
         margin: 47px 0px 0px 0px;
    }
    .hs-home-row8-middle .hs_cos_wrapper_type_custom_widget {
        padding: 25px 8px;
    }
    .hs-home-row5-middle .hs_cos_wrapper_type_custom_widget {
     width: 44%;
    }
    .hs-home-row2-group .hs_cos_wrapper_type_custom_widget {
        width: 22%;
    }
    

}

@media (max-width: 1249px) and (min-width: 1118px){
    .hs-home-layout .body-container .page-center{
        max-width: 1100px;
    }
}
@media(max-width:1250px){
    .hs-home-row1-group {
        padding: 0 0 10px;
    }
}
@media(max-width:1116px) and (min-width:768px){
    .body-container .hs-home-row1-group .page-center {
        max-width: 100% !important;
    }
    
    .body-container .hs-home-row1-group img {
        width: 100%;
    }
    
    .hs-home-row2-group .hs_cos_wrapper_type_custom_widget {
        width: 46%;
        margin-bottom: 60px;
    }
    
    
    .custom-full-width-read-inner img {
        display: block;
        margin: 0;
        float: none !important;
    }
    
    .custom-full-width-read-mod {
        width: 80%;
        margin: 0 auto;
        padding: 0 0 30px;
    }
    
    .hs-home-row4-inner h2 {
        font-size: 40px;
    }
    
    .hs-home-row4-inner h3 {
        font-size: 60px;
    }
    
    .hs-home-row5-middle .hs_cos_wrapper_type_custom_widget {
        width: 45%;
    }
    
    .custom-full-width-gallery-mod h2 {
        font-size: 25px;
    }
    
    .hs-home-row8-middle .hs_cos_wrapper_type_custom_widget {
        width: 48%;
        border-right: 0;
    }
}
@media only screen and (max-width: 959px) and (min-width: 768px){
    .hs-home-row4-group.custom-banner{
        min-height: 350px;
    }
    .hs-home-row4-inner{
        min-height: 350px !important;
    }
    .hs-home-row2-group .hs_cos_wrapper_type_custom_widget {
        width: 44%;
    }
}
@media (max-width: 1116px) {
    .custom-header-logo,
    .custom-header-right-content-wrapper,
    .custom-header-call-us{
        width: 100% !important;
        text-align: center;
        margin: 0px !important;
    }
    .cm-porduct-blog .post-header h2{
        min-height:100%;
    }
    .custom-header-social-share {
        margin-top: 0px !important;
        float: none !important;
        margin: 0 auto !important;
    }
    .custom-header-call-us p.button-mobile {
        display: block;
    }
    .custom-header-call-us p.address,
    .custom-header-call-us p.hd_two{
        display: none;
    }
    .custom-header-call-us p.button-mobile {
        display: block;
        margin-top: 15px;
        text-align: center;
        padding: 0px 0px 0px 36px;
    }
    .custom-header-call-us p.button-mobile a {
        background: #2bbd52;
        color: white;
        text-decoration: none;
        padding: 15px 0px;
        margin: 0px 5px;
        display: inline-block;
        min-width: 200px;
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 21px;
    }
    .custom-header-call-us {
        padding-right: 0px;
    }
    .custom-header-call-us p.hd_three {
        font-size: 28px;
        font-weight: 900;
        font-family: "Open Sans", sans-serif;
        color: #188dd0;
        margin: 25px 0px;
        line-height: 40px;
        text-align: center;
    }
    .custom-header-call-us p.hd_three a {
        float: none;
        margin-left: 20px;
        font-size: 14px;
        padding: 10px 20px;
    }
    .custom-header-logo img {
        margin-left: 0px;
    }
    .custom-header-call-us p.hd_three {
        margin-top: 15px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul.l_tinynav1 {
        display: none !important;
    }
    .custom-menu-primary select#tinynav1 {
        padding: 0px;
        border:0;
        position: relative;
        background: #FFF;
        width: 100%;
        -webkit-appearance: none;
        width: 100%;
        padding: 5px 5px;
        font-size: 14px;
        background: url(//2973967.fs1.hubspotusercontent-na1.net/hubfs/2973967/Funcenterpools%20March2017/Images/contact_select.png) right top no-repeat !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 8px;
        background-color: white !important;
        background-repeat: no-repeat;
        color: #777;
    }
    .custom-menu-primary select#tinynav1:focus {
        outline: none;
    }
    .custom-header-bottom-bg .page-center {
        padding: 0px;
        max-width: 80% !important;
    }
    .footer-bg-img {
        float: none;
        margin-top: 0px;
    }
    .custom-footer-form-bg .page-center {
        padding: 20px 40px;
        padding-bottom: 40px;
    }
    .custom-footer-copyright ul.sm-icon-mobile {
        display: block;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }
    .custom-footer-copyright ul.sm-icon-mobile li {
        display: inline-block;
        margin: 0px 1.9px;
        margin-top: 20px;
    }
    .custom-footer-copyright ul.sm-icon-mobile li a {
        background: rgba(17, 174, 247,1);
        display: block;
    }
    .custom-footer-copyright ul.sm-icon-mobile li a img {
        width: 35px;
    }
    .custom-footer-quick-links-wrapper {
        display: none !important;
    }
    .custom-footer-form-bg .page-center {
        max-width: 80% !important;
    }
     .custom-footer-copyright ul.sm-icon-mobile li a:hover {
        background: rgb(44, 184, 124);
    }
    .body-container .page-center {
        max-width: 80% !important;
    }

}
@media(max-width:1000px){
    .cm-one-col-img-grp-wrapper {
        width: 29.2%;
    }
}
@media (max-width: 1116px) and (min-width:768px) {
    .custom-header-top-bg .page-center {
        max-width:420px !important;
    }
    .custom-header-call-us p.hd_three a {
        background: #188dd0;
        padding: 10px 20px;
    }
    .custom-header-call-us p.button-mobile {
        padding-left:0;
    }
    .body-container .page-center {
        padding-left: 0px;
        padding-right: 0px;
    }
    .cm-one-col-img-grp-wrapper {
        margin-bottom: 30px;
    }
    .cm-full-width-layout .body-container .page-center {
        padding-top: 0;
        padding-bottom: 0;
    }
    .custom-one-col-top-img-wrapper {
        width: 49%;
    }
    .custom-one-col-top-img-wrapper:nth-child(4n+1) {
        margin-right: 1%;
    }
    .custom-one-col-top-img-wrapper:nth-child(2n+1) {
        margin-right: 0;
    }
    .cm-two-col-layout .sidebar,
    .cm-two-col-layout .main-content{
        width:100%;
        margin:0;
        float:none;
    }
    .cm-two-col-layout .main-content {
        padding-top:30px;
    }
    .cm-porduct-blog .post-item {
        width:49%;
    }
    .custom-left-ul {
        float:none;
        padding-left:0;
        padding-right:0;
        width:100%;
        display:block;
    }
    .cm-two-col-layout .sidebar {
        margin-top: 30px;
    }
}

@media (max-width: 960px) {
    .footer-bg-img {
        text-align: center;
    }
    .custom-footer-form .input input {
        width: 100%;
    }


}
@media(max-width:960px) and (min-width:768px){
    .cm-filter-layout .hs_cos_gallery_lightbox_thumbnails.slick-initialized .hs_cos_gallery_slide.slick-slide {
        width: 33% !important;
    }
    .cm-filter-layout .hs_cos_gallery_lightbox_thumbnails.slick-initialized {
        text-align:Center;
    }
}

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

@media (max-width: 767px) {
    .body-container input[type="text"],
    .body-container input[type="password"], 
    .body-container input[type="datetime"], 
    .body-container input[type="datetime-local"], 
    .body-container input[type="date"], 
    .body-container input[type="month"], 
    .body-container input[type="time"], 
    .body-container input[type="week"], 
    .body-container input[type="number"], 
    .body-container input[type="email"], 
    .body-container input[type="url"], 
    .body-container input[type="search"], 
    .body-container input[type="tel"], 
    .body-container input[type="color"],
    .body-container input[type="file"],
    .body-container textarea,
    .body-container select {
        max-width: 100%;
    }
    .cm-filter-layout .hs_cos_gallery_lightbox_thumbnails.slick-initialized .hs_cos_gallery_slide.slick-slide {
        width: 60% !important;
        margin: 0 auto 20px!important;
        float: none !important;
    }
    .custom-side-menu .hs-menu-wrapper > ul li li a {
        padding: 20px 10px;
        white-space: normal !important;
    }
    body.error-template.one-column .main-content {
        padding: 0 0 20px;
    }
    .checkbox-row span.fakelabel span{
        float:none;
    }
    .subscribe-options label {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .custom-swimming-main-content .cm-one-col-img-grp-wrapper {
        width: 100%;
    }
    .cm-pop-content {
        width: 100%;
        position: relative;
    }
    .cm-pop-slider-grp .slick-initialized .slick-slide img{
        margin:0 auto;
    }
    .cm-filter-layout .main-content .hs_cos_wrapper_type_rich_text ul li a{
        margin: 0 0 20px;
    }
    .custom-filter-items {
        margin: 0 auto 20px;
        display: block;
    }
    #email-prefs-form .email-edit {
        max-width: 100% !important;
    }
    .custom-header-call-us p.button-mobile {
        margin-top: 28px;
        padding: 0px 0px 0px 0px;
    }
    .custom-one-col-top-img {
        text-align: center;
    }
    .custom-header-call-us p.hd_three a {
        float: none;
        margin-left: 0px;
        font-size: 14px;
        padding: 10px 20px;
        background: #188dd0;
    }
    .custom-header-call-us p.hd_three {
        font-weight: normal;
        font-size: 26px;
    }
    .custom-header-bottom-bg .page-center {
        max-width: 420px !important;
    }
    .custom-menu-primary.js-enabled {
        margin: 10px 0 11px 0;
    }
    .custom-footer-form-bg .page-center,
    .custom-footer-copyright-bg .page-center{
        max-width: 420px !important;
    }
    .custom-footer-copyright h1 {
        font-size: 26px;
        margin-bottom: -5px;
        line-height: 50px;
    }
    .custom-footer-copyright p.address {
        font-size: 16px;
        line-height: 20px;
    }
    .custom-footer-form h3 {
        color: white;
        font-size: 24px;
        line-height: 35px;
    }
    .footer-bg-img {
        text-align: center;
        margin-top: 20px;
    }
    .body-container .page-center {
        max-width: 420px !important;
        padding-bottom:40px;
    }
    #email-prefs-form .email-edit {
        max-width: 100% !important;
    }
    .body-container .page-center {
        padding-left: 0;
        padding-right: 0;
    }
    h1 {
        font-size: 26px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    h2 {
        font-size: 24px;
    }
    h3{
        font-size:20px;
    }
    .cm-one-col-img-grp-wrapper {
        margin-right: 0;
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .cm-one-col-img-grp-wrapper img{
        max-width: 100%;
        width: 100%;
    }
    .custom-one-col-top-img-wrapper {
        width: 100%;
        margin-right: 0 !important;
    }
    .custom-one-col-top-img-wrapper:nth-child(4n+1) {
        margin-right: 0;
    }
    .custom-one-col-top-img-wrapper:nth-child(2n+1) {
        margin-right: 0;
    }
    table {
        width: 100%;
    }
    table td, table th {
        display: block !important;
        width: 100% !important;
        padding-left: 0;
    }
    .custom-swimming-main-content .cm-one-col-img-grp-wrapper {
        padding: 5px 0px 20px;
    }
    .cm-porduct-blog .post-header.section h1 {
        font-size: 26px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .cm-porduct-blog .post-item {
        width:100%;
        display:block;
        padding-left: 0;
        padding-right: 0;
    }
    .custom-post-pagination-inner {
        float: none;
    }
    .custom-post-pagination-inner > div {
        display: block;
        margin-bottom: 10px;
    }
    .custom-left-ul {
        float:none;
        padding-left:0;
        padding-right:0;
        width:100%;
        display:block;
    }
    .cm-two-col-layout .sidebar {
        margin-top: 30px;
    }
    .body-container .hs-home-row1-group .page-center {
        max-width: 100% !important;
    }
    
    .hs-home-row2-group .hs_cos_wrapper_type_rich_text h1 {
        font-size: 30px;
        padding: 0 0 15px 0;
        margin-bottom: 30px;
    }
    
    .hs-home-row2-group .hs_cos_wrapper_type_rich_text p {
        font-size: 14px;
        line-height: 25px;
    }
    
    .hs-home-row2-group .hs_cos_wrapper_type_custom_widget {
        display: block;
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
    
    .hs-home-row3-group .hs_cos_wrapper_type_rich_text h1 {
        font-size: 31px;
        padding: 0 0 20px;
        line-height: 50px;
    }
    
    .hs-home-row4-inner h2 {
        font-size: 26px;
    }
    
    .hs-home-row4-inner h3 {
        font-size: 32px;
        margin: 0;
        line-height: 65px;
    }
    
    .hs-home-row4-group.custom-banner {
        min-height: 300px;
    }
    
    .hs-home-row4-inner {
        min-height: 300px !important;
    }
    
    .hs-home-row5-group .hs_cos_wrapper_type_rich_text h1, .hs-home-row6-group .hs_cos_wrapper_type_rich_text h1 {
        font-size: 30px;
        padding: 0 0 15px 0;
        margin-bottom: 30px;
        line-height: 50px;
    }
    
    .hs-home-row5-middle .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        margin: 0 0 20px;
    }
    
    .custom-full-width-gallery-mod h2 {
        padding: 5px 0px;
        font-size: 25.92px;
    }
    
    .hs-home-row5-middle {
        margin: 0;
    }
    
    .body-container .hs-home-row5-group .page-center {
        padding-bottom: 0;
    }
    
    .hs-home-row6-group .cm-recent-slider-group {
        margin: 0;
    }
    
    .hs-home-row6-group {
        padding: 0;
    }
    
    .hs-home-row7-inner h2 {
        font-size: 30px;
        line-height: 25px;
    }
    
    .hs-home-row7-inner h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 10px 0px;
    }
    
    .hs-home-row7-group.custom-banner {
        min-height: 300px;
        background-attachment: inherit ;
    }
    
    .hs-home-row7-inner {
        min-height: 300px !important;
        padding-left: 30px;
    }
    
    .hs-home-row8-top h1 {
        font-size: 30px;
        padding: 0 0 15px 0;
        margin-bottom: 30px;
        line-height: 50px;
    }
    
    .hs-home-row8-middle .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        border: 0;
        padding: 25px 20px;
        display: block;
    }
    .cm-banner-salt-water-content h1 {
        color: black;
        font-size: 26px !important;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .cm-salt-water-layout .main-content h2 {
        margin-top: 2.2em;
    }
    .cm-salt-water-layout .main-content p {
        padding-bottom: 3px;
    }
    
       
}  


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

@media (max-width: 479px) {
   .custom-header-bottom-bg .page-center {
        max-width: 300px !important;
    }   
    .body-container .custom-two-col-sidebar-bottom .hs_cos_wrapper_type_rich_text ul li img {
        float: none !IMPORTANT;
    }
    
    .body-container .custom-two-col-sidebar-bottom .hs_cos_wrapper_type_rich_text ul li {
        text-align: center;
    }
    .custom-header-call-us p.hd_three a {
        display: block;
        width: 106px;
        margin: 0 auto;
        background: #188dd0;
        color: white !important;
        text-decoration: none;
        font-size: 14px;
        padding: 10px 20px;
        line-height: normal;
        margin-top: 6px;
    }
    .cm-filter-layout .hs_cos_gallery_lightbox_thumbnails.slick-initialized .hs_cos_gallery_slide.slick-slide {
        width: 100% !important;
        margin: 0 auto 20px!important;
        float: none !important;
    }
    .custom-header-call-us p.button-mobile a {
        min-width: 130px;
    }
    .custom-header-call-us p.hd_three {
        margin-top: 0px;
    }
    .custom-footer-form-bg .page-center,
    .custom-footer-copyright-bg .page-center {
        max-width: 300px !important;
    }
    .body-container .page-center {
        /*max-width: 300px !important;*/
        padding-left: 10px;
        padding-right: 10px;
    }
  .body-container .page-center-app {
        /*max-width: 300px !important;*/
        padding: 0;
    }
    .custom-header-bg .page-center {
        padding-left: 10px;
        padding-right: 10px;
    }
    .custom-sidebar-gallery-grp img {
        float: none;
        display: block;
    }

}

#12DaysOffers
{