/* ==========================================================================
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;
  font-size: 1.125em;
  overflow-y: visible
} 

body {
  background: #fff;
  color: #666;
  font-size: 100%;
  line-height: 1.5; 
  cursor: auto;
  font-family: 'Gotham SSm A','Gotham SSm B','proxima-nova','Century Gothic',Tahoma,Arial,Helvetica,sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 80em;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0 auto;
}

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  color: #0067b1;
  font-style: normal;
  font-weight: normal;
  margin-bottom: .5rem;
  margin-top: .2rem;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 3.2125rem;
}
h2 {
  font-size: 1.9rem;
}
h3 {
  font-size: 1.6875rem;
}
h4 {
  font-size: 1.4375rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}

/* Anchor Links */
a { 
  color: #0067b1;
  text-decoration: none;
}
a:hover, a:focus {     
  color: #008dc3; 
}

/* Lists */
ul, ol {
  margin-left: 1.1rem;
  margin-bottom: 1.25rem;
}
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-container, 
.body-container, 
.footer-container {}


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

.header-container-wrapper {}
.header-container {}
.cm-header-top-wrap {
  z-index: 999;
  left: 0;
  top: 0;
  padding: 0 1em;
  background-color: #004872;
  line-height: 2.9rem;
}
.widget-span.cm-header-wrapper {
  padding-top: 2.9rem;
}
.cm-header-top-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
}
.cm-header-top ul.cm-header-schedule-icon a {
  color: #fff;
}
.cm-header-top ul.cm-header-schedule-icon a:hover {
  color: #008dc3;
}
.cm-header-top ul.cm-header-schedule-icon {
  float: right;
  margin-top: .75em;
  margin-right: .9375em;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
}
.cm-schedule-bar-section {
  float: left;
}
.cm-schedule-bar-section ul.cm-letsTalk {
  margin-top: .5em;
  margin-right: .9375em;
  line-height: 1em;
  float: right;
}
.cm-schedule-bar-section ul.cm-letsTalk li {
  float: left;
  text-align: center;
}
.cm-schedule-bar-section h5 {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.4;
}
.cm-schedule-bar-section span {
  font-size: .8em;
}
.cm-schedule-bar-section span a {
  color: #fff;
}
.cm-schedule-bar-section ul.cm-iconbar {
  margin-top: .75em;
  margin-right: .9375em;
  float: left;
}
.cm-schedule-bar-section ul.cm-iconbar li {
  float: left;
}
.cm-schedule-bar-section ul.cm-iconbar li a {
  padding: 0 .8375rem;
  background: none;
  line-height: normal;
  color: #fff;
  font-size: 0;
}
.cm-schedule-bar-section a.cm-email:before {
  width: 35px;
  height: 26px;
  background: url(//cdn2.hubspot.net/hubfs/5088584/InvisibleFence_December2018%20/Social-sprites.png) transparent no-repeat left center;
  background-position: -50px 0;
  content: '';
  display: inline-block;
  background-size: 350px;
}
.cm-schedule-bar-section a.cm-cart-empty:before{
  width: 31px;
  height: 26px;
  background: url(//cdn2.hubspot.net/hubfs/5088584/InvisibleFence_December2018%20/Social-sprites.png) transparent no-repeat left center;
  content: '';
  display: inline-block;
  background-size: 350px;
  background-position: -150px 0;
}

.cm-header-schedule-icon span{
  position: relative;
  font-size: 1rem;
  padding-left: 30px;
}
.cm-header-schedule-icon span.cm-icon.cm-schedule:before {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: -5px;
  background: url(//cdn2.hubspot.net/hubfs/5088584/InvisibleFence_December2018%20/Social-sprites.png) transparent no-repeat left center;
  content: '';
  display: inline-block;
  background-size: 350px;
  background-position: 0 0;
}
.cm-header-schedule-icon span.cm-icon.cm-schedule:after {
  background: url(//cdn2.hubspot.net/hubfs/5088584/InvisibleFence_December2018%20/Social-sprites.png) transparent no-repeat left center;
  content: '';
  display: inline-block;
  background-size: 350px;
}
.cm-header-bottom-wrap {
  padding: 1em;
  transition: top .4s ease-in-out;
  line-height: 1.25em;
}
.cm-header-bottom-wrap .cm-header-logo-wrap {
  position: relative;
  padding-left: .9375em;
  padding-right: .9375em;
}
.cm-header-bottom-wrap .widget-span.cm-header-menu-block {
  float: right;
  margin-right: 140px;
  margin: 0;
}
.cm-header-bottom-wrap .cm-header-menu-block {
  position: relative;
  padding-left: .9375em;
  padding-right: .9375em;
}
.widget-span.custom-menu-primary {
  float: right;
}
.cm-header-bottom-wrap .cm-header-menu-block ul {
  float: right;
  font-size: 1rem;
}
.cm-header-bottom-wrap .cm-header-menu-block ul li {
  font-size: 1em;
}
.cm-header-bottom-wrap .cm-header-menu-block ul li:not(:first-child) {
  margin-left: 1.9375rem;
}
.cm-searchBox-wrap {
  position: relative;
  padding-right: 1em;
  padding-top: 32px;
}
.cm-searchBox-wrap .cm-searchbox {
  padding: .375em 0 .375em 0;
  background: #fff;
  position: relative;
}
.cm-searchBox-wrap input[type="text"] {
  padding: .625em 1em .625em 2.5em;
  background: #fff;
  position: relative;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  height: 2.3125rem;
}
.cm-searchBox-wrap input[type="submit"] {
  font-size: 0;
  background: url(//cdn2.hubspot.net/hubfs/5088584/InvisibleFence_December2018%20/Social-sprites.png) -300px -50px;
  background-size: 350px;
  width: 24px;
  height: 24px;
  padding: 0;
  position: absolute;
  left: .5rem;
  top: 29.5%;
  margin-top: -12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  outline: none;
}
.cm-searchBox-wrap input[type="submit"]:hover {
  background-color: transparent;
}
.widget-span.cm-header-menu-wrap {
  padding-left: .9375em;
  padding-right: .9375em;
}

.cm-schedule-bar-section ul.cm-iconbar li a:hover {
  color: #008dc3;
  background: none;
}

.cm-schedule-bar-section ul.cm-iconbar li a.cm-email:hover:before {
  background-position: -50px -50px;
}

.cm-schedule-bar-section ul.cm-iconbar li .cm-cart-empty:hover:before {
  background-position: -150px -50px;
}
.cm-searchBox-wrap input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;

} /* Webkit Browsers */
.cm-searchBox-wrap input[type="text"]:focus:-moz-placeholder {
  color: transparent;
} /* Firefox 18- */
.cm-searchBox-wrap input[type="text"]:focus::-moz-placeholder {
  color: transparent;
} /* Firefox 19+ */
.cm-searchBox-wrap input[type="text"]:focus:-ms-input-placeholder {
  color: transparent;
}/* IE10 */

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

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

.content-wrapper {
  padding-top: 2em;
  padding-bottom: 2em;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
.custom-banner-area {
  position: relative;
  padding: 8em 0;
  background-size: cover;
  background-repeat: no-repeat;
}


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

.footer-container-wrapper {}
.footer-container {}
.cm-footer-bottom-wrap {
  background: #00375f;
  padding: 1.3em 0 1.05em 0;
  font-size: .75em;
  color: #fff;
}
.cm-footer-bottom-wrap a {
  color: #fff;
}
.cm-footer-bottom-wrap a:hover {
  color: #008dc3;
}
.widget-span.cm-footer-menu-wrap {
  width: 66.66667%;
  float: right;
  margin-left: 0;
  margin-right: 0;
}
.widget-span.cm-footer-copyright-wrap{
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 33.33333%;
  position: relative;
}
.cm-footer-menu-wrap .cm-footer-menu ul {
  text-align: right;
  display: block;
  line-height: 2.4;
}
.cm-footer-menu-wrap .cm-footer-menu ul li {
  display: inline-block;
  padding: 1px 2em 0;
  line-height: 1.6;
  min-height: 22px;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: -4px;
}
.cm-footer-menu-wrap .cm-footer-menu ul li:not(:last-child) {
  border-right: solid 1px #0067b1;
}
.cm-footer-menu-wrap .cm-footer-menu ul li a {
  color: #fff;
  line-height: 21.6px;
}
.cm-footer-top-wrap {
  background: #0067b1;
  padding: 2em 0 1.9em;
}
.widget-span.cm-footer-social-wrap {
  width: 50%;
  float: left;
  margin: 0;
}
.cm-footer-social-wrap .cm-social ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
}
.cm-footer-social-wrap .cm-social p {
  margin-top: 0;
  color: #fff;
  font-size: 1.1215rem;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
.cm-footer-social-wrap .cm-social ul li {
  display: inline-block;
  margin-right: 1.25em;
  margin-bottom: 1em;
}
.cm-footer-social-wrap .cm-social ul li a:before {
  background: url(//cdn2.hubspot.net/hubfs/5088584/InvisibleFence_December2018%20/Social-sprites.png) transparent no-repeat left center;
  content: '';
  display: inline-block;
  background-size: 350px;
}
.cm-footer-social-wrap .cm-social ul li a {
  display: block;
}
.cm-footer-menu-wrap .cm-footer-menu ul li a:hover {
  color: #008dc3;
}
.cm-footer-social-wrap .cm-social ul li a.cm-facebook:before {
  background-position: 0 -100px;
  width: 19px;
  height: 41px;
}
.cm-footer-social-wrap .cm-social ul li a.cm-twitter:before{
  background-position: -50px -100px;
  width: 40px;
  height: 33px;
}
.cm-footer-social-wrap .cm-social ul li a.cm-pinterest:before{
  background-position: -100px -100px;
  width: 31px;
  height: 38px;
}
.cm-footer-social-wrap .cm-social ul li a.cm-google:before{
  background-position: -150px -100px;
  width: 40px;
  height: 40px;
}
.cm-footer-social-wrap .cm-social ul li a.cm-youtube:before{
  background-position: -200px -100px;
  width: 37px;
  height: 44px;
}
.cm-footer-social-wrap .cm-social ul li a.cm-instagram:before{
  background-position: -250px -100px;
  width: 40px;
  height: 40px;
}
.cm-footer-social-wrap .cm-social ul li a.cm-blog:before{
  background-position: -100px -300px;
  width: 40px;
  height: 36px;
}
.widget-span.cm-footer-logo-wrap {
  width: 50%;
  margin-left: 0;
  float: right;
  text-align: right;
}
.cm-footer-box{
  padding-left: .9375em;
  padding-right: .9375em;
}
.cm-footer-copyright-wrap p {
  margin: 0;
}
.cm-footer-menu-wrap .cm-footer-menu ul li:last-child {
  padding-right: 4px;
  padding-left: 2em;
}
.cm-schedule-section .cm-schedule-right {
  background-image: url('//cdn2.hubspot.net/hubfs/5088584/InvisibleFence_December2018%20/Schedule.jpg');
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background-size: cover;
  padding-left: .9375em;
  padding-right: .9375em;
  float: left;
}
.cm-schedule.cm-schedule-left {
  padding: 7em 3em;
  text-align: center;
}
.widget-span.cm-schedule.cm-schedule-left {
  width: 50%;
}
.cm-schedule-right {
  width: 50%;
  right: 0;
  position: absolute;
  top: 0;
  height: 100%;
  background-size: cover;
  background: url('//cdn2.hubspot.net/hubfs/5088584/InvisibleFence_December2018%20/Schedule.jpg');
  padding-left: .9375em;
  padding-right: .9375em;
  float: left;
}
section.cm-schedule-section {
  background-color: #f79727;
  position: relative;
}
.cm-schedule-section h5, 
.cm-schedule-section p {
  color: #fff;
}
.cm-schedule-section a {
  display: inline-block;
  margin: 1em 0 3.25em;
  background-color: #fff;
  color: #0067b1;
  border: solid 1px #969696;
  border-radius: 3px;
  padding: .6125rem 2.6125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  position: relative;
  text-align: center;
  font-size: 1rem;
  transition: background-color 300ms ease-out;
}
.cm-schedule-section h5 {
  margin: 0;
}
h5.cm-schedule-start , h5.cm-schedule-phone {
  font-size: 1.9rem;
}
.cm-schedule-section p {
  padding: 1em 0;
  font-size: 1.25em;
  margin-top: 0;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  font-family: inherit;
}
.cm-schedule-row {
  margin: 0 auto;
  max-width: 80em;
  width: 100%;
}
.cm-scedule-left-col {
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375em;
  padding-right: .9375em;
}
.cm-schedule-section a:hover {
  background-color: rgb(0, 141, 195);
  color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
}
.cm-footer-social-wrap .cm-social ul li a.cm-facebook:hover:before {
  background-position: 0 -150px;
}
.cm-footer-social-wrap .cm-social ul li a.cm-twitter:hover:before{
  background-position: -50px -150px;
}
.cm-footer-social-wrap .cm-social ul li a.cm-pinterest:hover:before{
  background-position: -100px -150px;
}
.cm-footer-social-wrap .cm-social ul li a.cm-google:hover:before{
  background-position: -150px -150px;
}
.cm-footer-social-wrap .cm-social ul li a.cm-youtube:hover:before{
  background-position: -200px -150px;
}
.cm-footer-social-wrap .cm-social ul li a.cm-instagram:hover:before{
  background-position: -250px -150px;
}
.cm-footer-social-wrap .cm-social ul li a.cm-blog:hover:before{
  background-position: -150px -300px;
}
.blog .cm-tags .block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blog .cm-tags .block ul li {
  display: inline-block;
}
.blog .cm-tags .block ul li a {
  display: inline;
  font-size: 12px;
}
.blog .blog-sidebar .cm-popular-posts .block ul {
  margin-left: 1.1rem;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
  padding: 0;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  color: #fff;
  border-top: 1px solid #00b4e9;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li:not(:first-child):hover > a{
  border-left: solid 5px #00b4e9;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  margin-left: 5px;
  background-color: rgba(0,99,153,.65);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  font-size: 1rem;
  font-family: inherit;
  line-height: 1.6;
  padding: .66667rem;
  transition: background 300ms ease;
  padding-left: 1.66667rem;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover a {
  background: #00b4e9;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .child-trigger:after{
  content: '';
  display: block;
  cursor: pointer;
  width: 12px;
  height: 6px;
  background: url(//cdn2.hubspot.net/hubfs/5088584/InvisibleFence_December2018%20/menu-toggle.png) 0 6px;
  background-size: 12px;  
}

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


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

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

/* 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;
  -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: -3px;           /* Position Button at right of screen */
  right: -131px;        /**************************************/
  width: auto; /* Button width */
  height: auto; /* Button height */      
  background: transparent; /* Background color */
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  max-width: 147px;
  text-transform: uppercase; 
}
.mobile-trigger span {
  padding-right: 45px;
  position: relative;
  color: #0067b1;
  text-transform: capitalize;
  font-size: 1em;
  line-height: 29px;
  text-align: right;
  float: left;
  padding-right: 23px;
}
.mobile-trigger span:hover {
  color: #008dc3;
}
.mobile-trigger.for-mobile {
  display: none !important;
}
.mobile-trigger span:before {
  top: -3px;
  right: 0;
  left: auto;
  width: 39px;
  height: 26px;
  background: url(//cdn2.hubspot.net/hubfs/5088584/InvisibleFence_December2018%20/sprites.png) transparent no-repeat left center;
  content: '';
  display: inline-block;
  background-size: 350px;
  background-position: -181px -50px;
}
.mobile-trigger span:after {
  background: url(//cdn2.hubspot.net/hubfs/5088584/InvisibleFence_December2018%20/sprites.png) transparent no-repeat left center;
  content: '';
  display: inline-block;
  background-size: 350px;
}
.mobile-trigger span:before,
.mobile-trigger span:after {
  width: 60px;
  float: right;
}
.close-trigger{
  position: relative;
  text-align: right;
}
.close-trigger:before {
  position: absolute;
  top: -22px;
  right: 1rem;
  cursor: pointer;
  z-index: 1999;
  width: 24px;
  height: 24px;
  background: url(//cdn2.hubspot.net/hubfs/5088584/InvisibleFence_December2018%20/Social-sprites.png) transparent no-repeat left center;
  background-size: 350px;
  background-position: -250px 0;
  display: inline-block;
  content: '';
}


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

.child-trigger {
  display: inline-block !important;
  cursor: pointer;
  position: static;
  top: 0px;
  right: 0px;
  width: 12px !important;
  min-width: auto !important;
  height: 6px !important;
  padding: 0 !important;
}
.child-trigger:hover{
  text-decoration: none;
}

body:before {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 22.625rem;
  min-height: 360px;
  background: #000;
  opacity: 0;
  visibility: hidden;
  content: "";
  -webkit-transition: -webkit-all 500ms ease;
  -moz-transition: -moz-all 500ms ease;
  -o-transition: -o-all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0,0,0,.5), 4px 0 4px rgba(0,0,0,.5);
}
.cm-header-bottom-wrap .cm-header-menu-block ul li:last-child {
  float: left;
}

@media only screen and (min-width: 40.0625em) {
  body.mobile-open:hover:before {
    opacity: 1;
    z-index: 99;
    visibility:visible;
    background: rgba(255,255,255,.05);
  }
  body.mobile-open:before {
    opacity: 1;
    z-index: 999;
    visibility:visible;    
  }
  .blog .blog-content {
    width: 66.66667%;
  }
  .blog-top-content {
    width: 98%;
  }
}

/* ===== Mobile Menu Styles ===== */  

.custom-menu-primary.js-enabled{
  padding: 4em 0 2em 2em;
  z-index: 1000;
  padding-top: 40px; /* Makes room for button */
  position: fixed;
  min-height: 100%;
  overflow-y: auto !important;
  height: 100vh;
  right: -22.625rem;
  top: 0;
  width: 22.625rem;
  background: #004872;
  box-shadow: inset 5px 0 20px -5px rgba(0,0,0,.55);
  -moz-box-shadow: inset 5px 0 20px -5px rgba(0,0,0,.55);
  -webkit-box-shadow: inset 5px 0 20px -5px rgba(0,0,0,.55);
  transition: all 500ms ease 0s;
}
.mobile-open .custom-menu-primary.js-enabled {
  right: 0;
}
.widget-span.custom-menu-primary {
  width: 22.625rem;
}

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

/* 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{
  padding: 4em 0 2em 2em;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper{}

/* Level 1 Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul > li{
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul li.active:not(:first-child) a {
  border-left: solid 5px #00b4e9;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:not(:first-child) > a{
  overflow: visible;  
  border-left: solid 5px transparent;
  border-bottom: none;
  display: inline-block;
  color: #fff;
  padding: .66667rem;
  transition: background 300ms ease;
  line-height: 28.8px;
}

/* Level 1 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul li{}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
  font-size: 1.9rem;
  border-top: 0;
  padding: .66667rem;
  border-left: solid 5px transparent;
  line-height: 1.4;
  margin-bottom: .5rem;
  margin-top: .2rem;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child a{
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
}
.custom-menu-primary .hs-menu-wrapper >  ul li a{
  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(0,99,153,.65);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  font-size: 1rem; /* Font size of child lists */
  font-family: inherit;
  line-height: 1.6;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active a {
  background: #00b4e9;
}

/* Level 3 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{}

/* Level 4 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{}



/* ==========================================================================
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 {}


/* =============== 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 {}

/* 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 {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
/* .blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {} */

/* Make your container wrapper 100% */
.blog-content{
	width:100%;
	display:block;
	padding:0 !important;
}

/* Set each post item as 1/3 of 100% */
.blog-listing-wrapper .post-listing .post-item {
    padding-bottom: 60px;
    width: 33.33333333%!important;
    Float: left;
    padding: 0 12px;
}
  .post-item:nth-child(3n + 1) {
 clear: left;
}

/* Move blog pagination to the bottom of page */
.blog-pagination{
	clear:both;
}

/* When below 676px, make post items 100% of 100% */
@media (max-width: 676px){
	.blog-listing-wrapper .post-listing .post-item{
		width:100% !important;
		padding:0 12px;
	}
}


/* 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: 400px;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block !important;
  float: none;
  margin: 0 auto;
}

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

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

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

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

/* Pagination */
.blog-pagination {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  margin-left: -.3125rem;
  margin-bottom: 1.25rem;
}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* 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 {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  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 {}


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


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  color: #666;
  cursor: pointer;
  font-size: .875rem;
  font-weight: normal;
  line-height: 1.5;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  display: block;
  width: 100%;
  max-width: 500px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  color: rgba(0,0,0,.75);
  display: block;
  font-family: inherit;
  font-size: .875rem;
  margin: 0 0 1rem 0;
  padding: .57rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .15s linear,background .15s linear;
  -moz-transition: border-color .15s linear,background .15s linear;
  -ms-transition: border-color .15s linear,background .15s linear;
  -o-transition: border-color .15s linear,background .15s linear;
  transition: border-color .15s linear,background .15s linear;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  background: #fafafa;
  border-color: #999;
  outline: none;
}

/* 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 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{}
ul.hs-error-msgs.inputs-list {
  list-style-type: none;
  margin: 0;
  text-align: center;
  display: block;
  font-size: .75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: .375rem .5625rem .5625rem !important;
  background: #c60f13;
  color: #fff;
}
span.hs-form-required {
  color: red;
  display: none;
}

/* Placeholder Text */
::-webkit-input-placeholder {
  opacity: 1;

} /* Webkit Browsers */
:-moz-placeholder {
  opacity: 1;
} /* Firefox 18- */
::-moz-placeholder {
  opacity: 1;
} /* Firefox 19+ */
:-ms-input-placeholder {
  opacity: 1;
}/* IE10 */

.blog-sidebar ::-webkit-input-placeholder {
  color: rgba(0,0,0,.65);
}
.blog-sidebar :-moz-placeholder {
  opacity: 1;
  color: rgba(0,0,0,.75);
} /* Firefox 18- */
.blog-sidebar ::-moz-placeholder {
  opacity: 1;
  color: rgba(0,0,0,.75);
} /* Firefox 19+ */
.blog-sidebar :-ms-input-placeholder {
  opacity: 1;
  color: rgba(0,0,0,.75);
}/* 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; }
}

ul.hs-search-field__suggestions {
  padding: 10px;
}
ul.hs-search-field__suggestions li {
  margin-bottom: 5px;
}
ul.hs-search-field__suggestions a {
  padding: 5px;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button, 
input[type="search"]::-webkit-search-results-decoration { 
  display: none; 
}  

input[type="checkbox"] {
  display: inline-block;
}  
.section.post-footer form:before {
  content: "Leave A Reply";
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  margin: 20px 0;
}  
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-top: 15px;
  margin-bottom: 15px;  
}
.subscribe-options label {
  margin: 0;
}  
.one-column .body-container form {
  max-width: 50%;
}


/* =============== 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) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-size: 1rem;
  padding: .6125rem 2.6125rem;
  background-color: #fff;
  color: #0067b1;
  border: solid 1px #969696;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  margin: 1.25rem 0;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms ease-out;
  font-family: inherit;
  white-space: normal !important;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #008dc3;
  color: #fff;
  border: solid 1px #fff;
}

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.lp-header .cm-header-bottom-wrap {
  margin-top: 0;
}
.blog-banner-img{
  position: relative;
  padding: 8em 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.hs-blog-listing .blog-top-content h1 {
  font-size: 3.2125rem;
}
.hs-blog-listing .blog-top-content h2 {
  font-size: 1.6875rem;
}
.blog .content-wrapper p {
  margin-top: 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
.blog h3{
  font-size: 1.6875rem;
}
.hs-blog-listing .blog-top-content {
  padding: 2em 1.9375em;
  text-align: center;
}
.hs-blog-listing .hs-featured-image-wrapper img.hs-featured-image ,
.hs-blog-post .blog-post-wrapper img.post-img{
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.hs-blog-listing .post-header h2 {
  font-size: 1.6875rem;
}
.blog #hubspot-author_data {
  margin-bottom: 1rem;
  color: #0067b1;
}
.hs-blog-listing .blog-pagination a:not(.next-link) {
  margin-left: .125rem;
  font-size: .875rem;
  float: left;
  font-weight: 500;
  background: #b7b6b6;
  border-radius: 1px;
  color: #666;
  display: block;
  font-weight: normal;
  line-height: inherit;
  padding: .0625rem .625rem .0625rem;
  transition: background-color 300ms ease-out;
}
.hs-blog-listing .blog-pagination a.next-link {
  color: #666;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: .0625rem .625rem .0625rem;
}
.hs-blog-listing .blog-pagination a:not(.next-link):hover {
  color: #666;
  background: #e6e6e6;
}
.hs-blog-listing .blog-pagination a.active, 
.hs-blog-listing .blog-pagination a.active:hover, 
.hs-blog-listing .blog-pagination a:active {
  font-weight: 500;
  background: #00a4e3;
  color: #fff;
  cursor: default;
}
.blog .widget-span.blog-sidebar {
  width: 25%;
  float: right;
  margin: 0;
  padding-left: .9375em;
  padding-right: .9375em;
}
.blog .blog-content {
  margin: 0;
  width: 75%;
  padding-left: .9375em;
  padding-right: .9375em;
  float: left;
}
.blog-sidebar input[type="text"] {
  position: relative;
  padding-right: 2em;
  box-shadow: none;
}
.blog-sidebar input[type="image"] {
  position: absolute;
  top: 0;
  margin-top: 10px;
  right: .5rem;
}
.blog .widget-span.content-wrapper {
  margin-top: 2em;
  padding: 2em 1.9375em;
}
.blog .content-wrapper {
  border-top: solid 5px #00a4e3;
  background-color: #fff;
  margin-top: 2em;
}
.blog .body-container-wrapper {
  background: #f3f3f3;
}
.hs-blog-listing .post-header {
  display: block;
  margin: 0 auto;
  width: 100%;
  float: none;
  clear: both;
}
nav.breadcrumbs.margin-bottom {
  margin-bottom: 1.5rem;
  border: 1px solid #ddd;
  display: block;
  list-style: none;
  padding: .5625rem .875rem .5625rem;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.hs-blog-post .widget-span.content-wrapper {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.hs-blog-post .breadcrumbs a , .hs-blog-post span.CMSBreadCrumbsCurrentItem {
  color: #00a4e3;
  font-size: .6875rem;
  line-height: .6875rem;
  text-transform: uppercase;
}
.hs-blog-post span.CMSBreadCrumbsCurrentItem:before {
  color: #aaa;
  content: "/";
  margin: 0 .75rem;
  position: relative;
  top: 1px;
}
.hs-blog-post .left-meta {
  margin-right: 1rem;
  float: left;
}
.hs-blog-post .left-meta ul.share {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: content-box;
  margin-bottom: 1rem;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
}
.hs-blog-post .left-meta .post-date {
  margin-bottom: 10px;
  background: #0067b1;
  text-align: center;
  color: #fff;
  width: 90px;
  font-size: .8em;
}
.hs-blog-post .left-meta ul.share li {
  display: block;
  margin-bottom: 5px;
}
.hs-blog-post .left-meta ul.share li span.st_facebook_custom {
  background-position: 0 0;
  height: 31px;
}
.hs-blog-post .left-meta ul.share li span {
  background: url('//cdn2.hubspot.net/hubfs/5088584/InvisibleFence_December2018%20/share_icons.png') no-repeat;
  display: block;
  cursor: pointer;
  width: 90px;
}
.hs-blog-post .left-meta ul.share li span.st_twitter_custom {
  background-position: 0 -40px;
  height: 30px;
}
.hs-blog-post .left-meta ul.share li span.st_pinterest_custom {
  background-position: 0 -118px;
  height: 31px;
}
.hs-blog-post .left-meta ul.share li span.st_email_custom {
  background-position: 0 -158px;
  height: 30px;
}
.hs-blog-post .left-meta ul.share li span.st_sharethis_custom {
  background-position: 0 -197px;
  height: 30px;
}
.hs-blog-post .section.post-header h1 {
  font-size: 1.9rem;
}


.mobile-trigger.for-ipad {
  position: static;
  width: auto;
  max-width: 100%;
  margin-top: -3px;
}

.widget-span.cm-header-menu-wrap {
  float: right;
  padding-right: 0;
  margin-left: 0;
}

.cm-header-bottom-wrap .widget-span .cm-header-menu-block {
  margin-top: 0;
}

.mobile-trigger span {
  padding-right: 45px;
  font-size: 1.12em;
  font-weight: 400;
}

.mobile-trigger span:before {
  width: 39px;
  height: 26px;
  background-position: -200px -50px;
  position: absolute;
  top: 0;
  right: 0;
}

.mobile-trigger span:after {
  width: auto;
  float: none;
}

.cm-header-bottom-wrap .cm-header-menu-block ul {
  margin-top: 3px;
}
.widget-span.cm-header-bottom-wrap {
  top: -69px;
  z-index: 99;
  background: #fff;
  transition: top .4s ease-in-out;
  width: 100%;
}

.header-hide .widget-span.cm-header-bottom-wrap {
  top: -70px;
  position: fixed;
}
.header-show .widget-span.cm-header-bottom-wrap {
  top: 2.9rem;
  position: fixed;
}
.widget-span.cm-header-wrapper {
  min-height: 121px;
}

.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 0.75rem;
}

.blog .hs-main-content > div {
  margin: 0 -.9375em;
}

.hs-blog-listing .blog-top-content {
  padding: 0 0 2em;
}

.blog .blog-sidebar .cm-inner-sidebar-content {
  border: solid 1px #969696;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
}

.blog-sidebar ul.hs-search-field__suggestions {
  padding: 0;
}

.blog .cm-tags .block ul li span.filter-link-count {
  display: none;
}

.blog-sidebar h3 {
  font-size: 1.6875rem;
  margin-top: 0;
}

.post-header h2 a {
  color: inherit;
}

.hs-blog-listing .blog-pagination a {
  transition: background-color 300ms ease-out;
  font-weight: normal;
  line-height: inherit;
  padding: .0625rem .625rem .0625rem;
  float: left;
  margin-left: .125rem;
  font-size: .875rem;
  background: #b7b6b6;
  border-radius: 1px;
  color: #666;
}

.hs-blog-listing .blog-pagination a:hover {
  background: #e6e6e6;
}

.hs-blog-listing .blog-pagination a.prev-link,
.hs-blog-listing .blog-pagination a.next-link {
  background: none;
}

.blog-pagination:after {
  content: "";
  display: table;
  width: 100%;
}

.cm-popular-posts h3 {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 40.0625em) {
  .blog-top-content {
    width: 91.66667%;
    margin-left: auto;
    margin-right: auto;
  }
  .blog .blog-content {
    width: 66.66667%;
  }
}
/* Styles that do not fit into any of the available sections above can go here. */

.lp-header .widget-span.cm-header-bottom-wrap:before {
  border-top: 52px solid #004872;
  content: "";
  width: 100%;
  height: 52px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.hs-blog-post .breadcrumbs a, 
.hs-blog-post span.CMSBreadCrumbsCurrentItem {
  float: left;
}

nav.breadcrumbs.margin-bottom:after {
  content: "";
  display: table;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {

  .hs-blog-post .hs-main-content {
    padding: 2em 1.9375em;
  }
}

.post-date span {
  display: block;
}

.hs-blog-post .left-meta .post-date {
  position: relative;
  background: #0067b1;
  text-align: center;
  color: #fff;
  width: 90px;
  font-size: .8em;
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
}

.post-date:before {
  content: '';
  display: block;
  padding: 50%;
}

.post-date div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
}

@media only screen and (min-width: 64.0625em) {
  .right-content {
    overflow: hidden;
  }
}

.blog-post-wrapper .post-body hr {
  display: none;
}

.blog-post-wrapper .right-content {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.1875rem;
}

#comments-listing {
  border: 0;
}
ul.hs-error-msgs.inputs-list {
  max-width: 500px;
}

.cm-header-schedule-icon span.cm-icon.cm-schedule:hover:before {
  background-position: 0 -50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, only screen and (min-resolution: 240dpi){
  .cm-schedule-bar-section a.cm-email:before,
  .cm-header-schedule-icon span.cm-icon.cm-schedule:before,
  .mobile-trigger span:before,
  .close-trigger:before,
  .cm-searchBox-wrap input[type="submit"] {
    background-image: url(//cdn2.hubspot.net/hubfs/5088584/InvisibleFence_December2018%20/sprites@2x.png); 
  }
  .cm-schedule-bar-section a.cm-cart-empty:before{
    background-image: url(//cdn2.hubspot.net/hubfs/5088584/InvisibleFence_December2018%20/sprites@2x.png); 
  }
  .cm-footer-social-wrap .cm-social ul li a:before {
    background-image: url(//cdn2.hubspot.net/hubfs/5088584/InvisibleFence_December2018%20/sprites@2x.png); 
  }
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


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

@media (max-width: 1024px) {
  .hs-blog-post .left-meta ul.share {
    display: none;
  }
  .blog .blog-content {
    width: 66.66667% !important;
  }
}

@media (min-width: 64.0625em){
  .cm-header-bottom-wrap .widget-span.cm-header-logo-wrap {
    width: 41.66667%;
  }
  .widget-span.cm-header-menu-wrap {
    width: 50%;
    margin: 0;
    margin-left: 49px;
  }
  .cm-header-bottom-wrap .widget-span .cm-header-menu-block {
    float: right;
  }
  .widget-span.cm-fmobile-logo {
    display: none;
  }
  .cm-schedule.cm-schedule-left {
    border-right: solid 2px #fff;
    width: 50%;
  }
  .cm-scedule-left-col {
    width: 66.66667%;
  }
  .cm-social {
    margin-bottom: -5px;
  }
  section.cm-schedule-section {
    border-bottom: solid 4px #fff;
  }
}
@media (max-width: 63.0625em){
  .cm-schedule.cm-schedule-left {
    width: 100%;
  }
  .cm-schedule.cm-schedule-left {
    padding: 5em 1em;
  }
  .widget-span.cm-footer-copyright-wrap p {
    text-align: center;
    font-size: .95em;
  }
  .widget-span.cm-footer-copyright-wrap {
    padding: 1em 0;
    width: 100%;
  }
  .cm-footer-menu-wrap .cm-footer-menu ul li {
    display: block;
    border-right: none;
    padding: 1em 1.5em;
    border-bottom: solid 1px #0067b1;
    text-align: left;
  }
  .cm-footer-menu-wrap .cm-footer-menu ul li:not(:last-child){
    border-right: 0;
  }
  .widget-span.cm-footer-menu-wrap {
    width: 91.6667%;
    margin-left: auto !important;
    margin-right: auto;
    float: none;
  }
  .widget-span.cm-footer-logo-wrap {
    width: 100%;
    text-align: center;
    float: none;
  }
  .widget-span.cm-footer-social-wrap {
    width: 100%;
    float: none;
    text-align: center;
  }
  .widget-span.cm-fmobile-logo {
    display: block;
    width: 100%;
  }
  .widget-span.cm-footer-logo{
    display: none;
  }
  .cm-schedule-right{
    display: none;
  }
  .cm-footer-copyright-wrap p,
  .cm-footer-menu-wrap .cm-footer-menu ul li a {
    font-size: .95em;
  }
  .cm-footer-bottom-wrap {
    font-size: 100%;
  }
  .cm-footer-menu-wrap .cm-footer-menu ul li {
    margin-top: 0;
    margin-left: 0;
    min-height: auto;
    display: block;
    float: none;
    padding-top: 1.1em !important;
    padding-bottom: .9em !important;
  }

  .cm-footer-menu-wrap .cm-footer-menu ul li a {
    font-size: .75em;
  }

  .cm-footer-menu-wrap .cm-footer-menu ul li:last-child {
    padding: 1em 1.5em;
  }

  .widget-span.cm-footer-copyright-wrap {
    padding-bottom: .9em;
    padding-top: 0.95em;
  }

  .cm-footer-menu-wrap .cm-footer-menu ul li a {
    line-height: 2.1;
  }
  .cm-footer-bottom-wrap {
    padding-top: 1em;
  }
  .cm-footer-top-wrap {
    padding: 2em 0 1.6em;
  }
}

@media (max-width: 63.0625em) and (min-width: 40.0625em){
  .cm-header-bottom-wrap .widget-span.cm-header-logo-wrap {
    width: 33.33333%;
  }
  .blog .blog-content {
    width: 66.66667%;
  }
  .widget-span.cm-header-menu-wrap {
    width: 66.66667%;
    margin: 0;
  }
  .cm-scedule-left-col {
    width: 66.66667%;
  }
  .blog .widget-span.blog-sidebar {
    width: 33.33333%;
  }
  .custom-banner-area{
   display: none;
    
  }
  
}
@media (max-width: 39.0625em){

  .widget-span.blog-banner-img {
    display: none;
  }
  .blog .blog-content {
    width: 100%;
  }
  .blog .content-wrapper {
    border-top: 0;
  }
  .blog .widget-span.blog-sidebar {
    width: 100%;
  }
  .cm-header-bottom-wrap .widget-span.cm-header-logo-wrap {
    width: 75%;
  }
  .cm-header-bottom-wrap .widget-span.cm-header-menu-block{
    width: 25%;
  }
  .custom-banner-area{
    display: none;
  }
  .widget-span.cm-header-menu-wrap ul {
    display: none;
  }
  .mobile-trigger.for-ipad {
    display: none !important;
  }
  .mobile-trigger.for-mobile {
    display: inline-block !important;
  }
}
@media (min-width: 48.0625em){
  .cm-header-top ul.cm-header-schedule-icon a {
    font-size: 1.25em;
    line-height: 1;
  }
  .cm-header-top ul.cm-header-schedule-icon{
    padding-bottom: 10px;
  }
  .blog .blog-content {
    margin: 0;
    width: 75%;
  }
}

@media (min-width: 768px){
  .cm-header-top-wrap {
    position: fixed;
    min-width: 100%;
  }
  .widget-span.cm-header-top-wrap {
    height: 52px;
  }
}


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

@media (max-width: 767px) {
  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"],
  input[type="file"],
  textarea,
  select {
    max-width: 100%;
  }
  .one-column .body-container form {
    max-width: 100%;
  }
  .cm-header-bottom-wrap .widget-span.cm-header-menu-block {width: auto;}

  .cm-header-bottom-wrap .cm-header-menu-block ul li {
    width: auto;
    display: inline-block;
    float: left !important;
  }

  .cm-header-bottom-wrap .widget-span.cm-header-logo-wrap {
    float: left;
  }

  .widget-span.cm-header-menu-wrap {
    float: left;
  }

  .widget-span.cm-header-bottom-wrap {
    padding: 1.1em 0 0.75em;
  }
  .hs-blog-post .breadcrumbs a, .hs-blog-post .breadcrumbs span {
    line-height: 1.5;
  }
  .cm-header-bottom-wrap .cm-header-menu-block ul {
    margin-top: 1px;
  }

  .cm-header-bottom-wrap .cm-header-menu-block ul li:not(:first-child) {
    margin-left: 1.075rem;
  }
  .widget-span.cm-header-wrapper {
    padding-top: 0;
  }
  .header-show .widget-span.cm-header-bottom-wrap {
    top: 0;
  }
  .blog .widget-span.blog-sidebar {
    width: 100%;
  }
  .blog-top-content {
    width: 100%;
  }

  .blog .widget-span.content-wrapper {
    margin-top: 2em;
    padding: 2em 1.9375em;
  }

  .blog .widget-span.blog-sidebar,
  .blog .blog-content {
    width: 100% !important;
    float: none;
  }

  .widget-span.cm-header-wrapper {
    min-height: 227px;
  }
  .lp-header .widget-span.cm-header-bottom-wrap:before {
    display: none;
  }

  .widget-span.cm-header-wrapper.lp-header {
    min-height: 55px;
  }
  .hs-blog-post .widget-span.content-wrapper {
    margin-top: 0;
    padding-top: 0;
  }
  .blog .blog-content,
  .blog .widget-span.blog-sidebar{
    padding: 0;
  }
  .hs-blog-post .hs-main-content {
    padding-top: 2em;
  }
  .hs-blog-post .left-meta{
    margin-right: 10px;
  }
  .body-container-wrapper .main-content {
    margin-bottom:20px;
  }
  .cm-fmobile-logo > div {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375em;
    padding-right: .9375em;
  }
}  

@media (max-width: 767px){
  .cm-header-top-wrap {
    padding: 0;
  }
  .cm-header-bottom-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-header-bottom-wrap {
    margin-top: 0;
  }
  .cm-header-top ul.cm-header-schedule-icon a{
    display: block;
    background: #fff;
    color: #0067b1;
    text-align: center;
    padding: 1em;
    margin: 0 2em;
  }
  .cm-schedule-bar-section ul.cm-iconbar {
    display: none;
  }
  .cm-header-top ul.cm-header-schedule-icon {
    margin-top: .75em;
    margin-right: 0;
    width: 100%;
    display: inline;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
  }
  .cm-schedule-bar-section {
    float: none;
  }
  .cm-schedule-bar-section ul.cm-letsTalk {
    margin: .5em 0 0 0;
    width: 100%;
  }
  .cm-schedule-bar-section ul.cm-letsTalk li {
    float: none;
    display: block;
    padding: 1em;
    margin: 0;
    width: 100%;
  }

  .cm-header-top ul.cm-header-schedule-icon {
    float: none;
    display: block;
    margin-right: 0;
  }

  .cm-header-schedule-icon span.cm-icon.cm-schedule:before {
    display: none;
  }

  .cm-header-top ul.cm-header-schedule-icon a {
    display: block;
    background: #fff;
    color: #0067b1;
    text-align: center;
    padding: 1em;
    margin: 0 2em;
  }

  .cm-header-top-wrap {
    padding: 0;
  }

  .cm-schedule-bar-section {
    float: none;
  }

  .cm-schedule-bar-section ul.cm-iconbar {
    display: none;
  }

  .cm-schedule-bar-section ul.cm-letsTalk {
    float: none;
    display: block;
    text-align: center;
    margin-right: 0;
    padding: 0;
  }

  .cm-schedule-bar-section ul.cm-letsTalk li {
    float: none;
  }
  .hs-blog-post .hs-main-content > div {
    margin: 0;
  }
  .hs-blog-post .hs-main-content {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-blog-post .widget-span.content-wrapper {
    padding-left: .9375em;
    padding-right: .9375em;
  }
}

@media (max-width: 640px) {
  .widget-span.custom-menu-primary {
    width: 100%;
    right: -100%;
  }

  .mobile-open .custom-menu-primary.js-enabled {
    right: 0;
  }
  .cm-header-bottom-wrap .cm-header-menu-block ul li {
    display: none;
  }

  .cm-header-bottom-wrap .cm-header-menu-block ul li:last-child {
    display: block;
    float: right;
    margin-left: 0;
  }

  .widget-span.cm-header-menu-wrap {
    float: right;
    width: 25%;
    text-align: right;
  }

  .mobile-trigger span {
    font-size: 0;
  }

  .mobile-trigger.for-ipad {
    margin-top: -1px;
  }
  .widget-span.cm-header-bottom-wrap {
    padding: 1em 0 0.75em;
  }
  .mobile-trigger.for-mobile {
    position: static;
    margin-right: 1.0375em;
    margin-top: -1px;
  }
  .hs-blog-listing .widget-span.content-wrapper {
    margin-top: 0;  
  }
  .hs-blog-listing .post-header h2 {
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 40.0625em) {
  .cm-fmobile-logo > div {
    margin-bottom: 1rem;
  }
  .widget-span.cm-footer-menu-wrap {
    width: 100%;
  }
}


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

@media (max-width: 479px) {
  h1 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .hs-blog-post .section.post-header h1{
    line-height: 1.4;
  }
  .blog-post-wrapper .right-content {
    clear: both;
  }
}

/* CSS for right column to top when in mobile */
#containerRCT {
  display: flex;
}

#leftRCT {
 float: left;
}

#rightRCT {
  float: left;
}

@media screen and (max-width: 768px) {
  #containerRCT {
    flex-direction: column-reverse !important;
  }
  #leftRCT, #rightRCT {
    width: 100% !important;
  }
  
}