/* @import url('http://example.com/example_style.css'); */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

/* typekit fonts:
font-family: "canada-type-gibson",sans-serif; font-weight:300, 400, 600;

*/
@font-face {
    font-family: 'socialicoregular';
    src: url('//cdn2.hubspot.net/hubfs/116436/fonts/socialico-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/116436/fonts/socialico-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/116436/fonts/socialico-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/116436/fonts/socialico-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/116436/fonts/socialico-webfont.svg#socialicoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'modern_pictograms_proregular';
    src: url('//cdn2.hubspot.net/hubfs/116436/fonts/modernpictogramspro_2.34-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/116436/fonts/modernpictogramspro_2.34-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/116436/fonts/modernpictogramspro_2.34-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/116436/fonts/modernpictogramspro_2.34-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/116436/fonts/modernpictogramspro_2.34-webfont.svg#socialicoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

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


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

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

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

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


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


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

 

/** 
 * Example of how to apply the above macro (ignore the jinja comment tags):
 *
 * a {
 *    color: red;
 *    font-size: 12px;
 *     
 * }
 */



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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* Custom fonts */
/* ex. @font-face {}; */
/* all @import calls need to be done at the top on line 1 */

html, body { min-height: 100%;  margin: 0; padding: 0; -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}

.soc-icon {
    font-family:'socialicoregular';
}
.mpics {
    font-family:'modern_pictograms_proregular';
    text-transform:none;
}

/* Website background color and default font styles can go here */
body { background: #fff; color: #6b6b6b; font-family: Helvetica,Arial,sans-serif;; font-size: 18px; line-height: 1.5em; font-weight:normal; border:none;}

h1, h2, h3, h4, h5, h6{ font-family: Helvetica,Arial,sans-serif;; font-weight:400; }
h1{ border:none;}
.container-fluid h3{ font-family:'PT+Sans', Arial, Sans-serif; font-weight:bold; color:#747678; margin-bottom:20px; line-height:1.1em;}
p, ul, li, .container-fluid p, .container-fluid ul, .container-fluid li, .container-fluid .hs-button{ color: #6b6b6b; font-family: Helvetica,Arial,sans-serif;; font-size: 18px; line-height: 1.5em; font-weight:normal; }
.container-fluid p{ margin-bottom:30px;}

/**
 * Landing Page Form Design
 *
 */
.container-fluid .widget-type-form h3{ font-family:'PT+Sans', Arial, Sans-serif; font-weight:bold; color:#747678; margin-bottom:20px; line-height:1.1em; text-align: center;}
.container-fluid .widget-type-form {padding: 0 10px 10px; border: 1px solid #c9cacb; color: #747678; margin-top: 10px;}

/**
 * Landing Page Table Collapse
 *
 */
 @media only screen and (max-width:760px),(min-device-width:768px) and (max-device-width:1024px){
     .table-collapse table{width:100% !important;height:100% !important}
     .table-collapse table,.table-collapse thead,.table-collapse tbody,.table-collapse th,.table-collapse td,.table-collapse tr{display:block}
     .table-collapse thead. .table-collapse tr{position:absolute;top:-9999px;left:-9999px}
     .table-collapse td{border:0;position:relative}
     
     }

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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  background-color: #3B667F;
  border: 0px solid #aaa;
  color: #fff;
  font-size: 16px;
  padding: 8px 12px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  text-decoration:none;
  cursor:pointer;
  display:inline-block !important;
  margin: 10px 0px !important;
  width: 100%;
}

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

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

.widget-type-social_sharing {padding: 25px 0; border-top: 1px solid #c9cacb; font-size: 16px; font-weight: bold;}
.widget-type-social_sharing::before {content: "Share: ";}

/**
 * Page Center
 * Apply this class to full-width modules.
 */
.container-fluid{ max-width:100%; padding:0; margin:0; }
.page-center { float: none !important;  max-width: 1170px !important; margin: 0 auto !important; }

a { color: #00a851; text-decoration: none;}
a:hover{ text-decoration:none; opacity:0.9;}
.button{ display:inline-block; padding:13px 25px; font-family: Helvetica,Arial,sans-serif;; font-size:20px; font-weight:400; text-decoration:none; border-radius:0;}
.button:hover{ opacity:0.9; text-decoration:none;}
.button.yellow{ background-color:#fcbf10; color:#000000;}
.button.green{ background-color:#00a851; color:#FFFFFF;}
.button.white-border{ border:2px solid #FFFFFF; color:#FFFFFF;}
.align-left{ margin-right:20px;}
.green{ color:#00a851; }
.yellow{ color:#fcbf10; }
.red{ color:#ee3728; }
.white { color:#ffffff; }

.bg-green { background:#00a851; }
.bg-yellow { background:#fcbf10; }
.bg-red { background:#ee3728; }
.bg-blue { background:#3b667f; }
.bg-orange { background:#f68922; }
.bg-light-grey { background:#f0f0f0; }

/* ==========================================================================
   header                                                    
   ========================================================================== */

.header-container-wrapper{ padding:0 15px;}
.header-contents > div.row-fluid-wrapper.row-number-2{ padding:12px 0 6px;}

.row-fluid .site-logo{ width:18%; max-width:210px;}

.row-fluid .header-accesses{ width:80%; margin:0 0 0 2%; position:relative; top:5px;}
.row-fluid .main-menu{ width:78%;}
.row-fluid .header-links{ width:22%; margin-left:0; padding-top:8px; text-align:right;}
.header-links a{ display:inline-block; width:77px; height:30px; line-height:30px; text-align:center; padding:0; font-family: Helvetica,Arial,sans-serif;; text-transform:uppercase; font-size:14.5px; font-weight:700; margin-left:5px;}
.header-links a:hover{ text-decoration:none; opacity:0.9;}
#h-login{ border:1px solid #00a851; color:#00a851;}
#h-demo{ background-color:#00a851; border:1px solid #00a851; color:#FFFFFF;}
#search-icon{ display:inline-block; width:15px; height:15px; font-size:0; background:url(https://www.rhythmsystems.com/hubfs/_rhythm/icon-search.png) center center no-repeat; position:relative; top:8px; margin-right:15px; cursor:pointer; vertical-align:top; }


.row-fluid .search-wrap{ display:none; width:100%; background-color:#f7f7f7; padding:20px; box-sizing:border-box;}
.search-wrap table.gsc-search-box td{ padding:0;}
.search-wrap .gsc-search-button{ display:none;}
.search-wrap .gsc-input-box{ position:relative!important; width:100%; height:40px; padding:0px 5px 0 40px; border:none;}
.search-wrap .gsc-input-box::after{content:""; display:block; width:19px; height:19px; background:url(https://www.rhythmsystems.com/hubfs/_rhythm_-_2015/icons/icon-search-1.png) 0 0 no-repeat; position:absolute; top:10px; left:10px;}
.search-wrap .gsc-input-box table {width: 100%!important; height: 38px!important;}
.search-wrap #gsc-i-id1{ background-position:-85px 40px!important; background-color:transparent!important;}


/* menu */
.hamburger-icon{ display:none;}
.main-menu .hs-menu-wrapper{ padding-top:0;}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{ max-height:53.75px; font-family: Helvetica,Arial,sans-serif;; text-transform:uppercase; font-size:14.5px; font-weight:700; color:#000000;}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ display:block; font-family: Helvetica,Arial,sans-serif;; text-transform:uppercase; font-size:14.5px; font-weight:700; color:#000000; padding:16px 9px 25px;}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{ position:absolute; left:0; top:50px; z-index:10;}
.hs-menu-children-wrapper {
    background:url(//cdn2.hubspot.net/hubfs/116436/menu-arrow.png) top center no-repeat #fcbf10;
    width:215px;
    padding-top:45px !important;
    padding-bottom:20px!important;
    margin-top:11px!important;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform:translateX(-25%);
}
.hs-menu-children-wrapper li a {
    padding:5px 25px!important;
    text-align:center;
    white-space:normal!important;
    font-size:16px!important;
    font-weight:300!important;
    text-transform:none!important;
}
.hs-menu-children-wrapper li a:hover {
    color:#FFF!important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{ width:auto !important; max-width:none !important; }


   
/* ==========================================================================
   footer                                                    
   ========================================================================== */
.footer-container-wrapper{ padding:50px 15px; background:#000000; }  
.footer-container-wrapper .page-center{ text-align:left;}
.footer-container-wrapper .footer-contents .row-depth-1.row-number-2{ margin-bottom:20px;} 
.footer-container-wrapper .footer-contents > div:last-child.row-depth-1.row-number-2{ margin-bottom:0;}

.footer-items h4.footer-item-title{ font-size:18px; color:#FFFFFF; text-transform:uppercase; margin-bottom:16px;} 
.footer-items ul{ list-style:none; margin:0; padding:0;}
.footer-items ul li, .footer-items .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{ float:none; font-family: Helvetica,Arial,sans-serif;; font-size:16px; color:#8e8e8e; margin-bottom:10px;}
.footer-items ul li a, .footer-items .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ display:block; font-family: Helvetica,Arial,sans-serif;; font-size:16px; color:#8e8e8e; padding:0;}
.footer-items ul li a:hover, .footer-items .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover,  .footer-items .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a{ text-decoration:none; opacity:0.9;}
.footer-items .hs-menu-wrapper{ padding-top:0;}
.footer-items p{ font-size:16px; color:#8e8e8e; margin-bottom:30px;}

.copyrights{display:block; font-family: Helvetica,Arial,sans-serif;; font-size:16px; color:#8e8e8e;}
.legal-policy-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul{ float:right;}
.legal-policy-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{ position:relative;}
.legal-policy-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child:after{ content:""; display:inline-block; width:1px; height:12px; border-right:2px solid #8e8e8e; line-height:1em; position:absolute; top:8px; right:-1px;}
.legal-policy-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ display:block; font-family: Helvetica,Arial,sans-serif;; font-size:16px; color:#8e8e8e; padding:0 15px!important;}
.legal-policy-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover{ text-decoration:none; opacity:0.9;}



/* ==========================================================================
  title banners                                                  
   ========================================================================== */
   /* thank you pages title banner */
   .ty-banner{ background-color:#fff; padding:50px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; text-align: center; }
   .ty-banner h1{ font-size:45px; color:#747678; padding-bottom:0; margin-bottom:10px; margin-top:0; line-height: normal; }
   .ty-banner p{ font-size:20px; color:#747678; margin-top:0; margin-bottom:0; }


/* ==========================================================================
   content                                                    
   ========================================================================== */
.v-center{ position:relative; top:50%;  -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
.hero-wrap{ height:300px; padding:0 15px;}
.hero-wrap .page-center{ height:100%; text-align:center; position:relative;}
.hero-wrap .hero-title{ font-family:'PT+Sans', Arial, Sans-serif; font-size:45px!important; font-weight:normal; color:#FFFFFF; line-height:1.1em!important; text-align:center; margin:0px;}
.hero-wrap .hero-tagline{ font-weight:300; font-size:20px; color:#FFFFFF; text-align:center; margin-top:0;}
.hero-wrap .hero-text { font-weight:200; font-size:18px; color:#FFFFFF; text-align:center; margin-top:10px;}
.hero-wrap. .hero-cta {margin-top: -20px;}

.body-container .page-center{ border-top:none; padding:0;}
.row-fluid .span12{ float:none;}
.cell-wrapper{ margin-bottom:0;}
.section{ max-width:100%; padding:50px 15px; overflow:hidden;}
.section-skinny{ max-width:100%; padding:0; overflow:hidden;}

a#cta_button_116436_303b2a12-ac1f-49ec-b6d0-17091722f667{ font-family: Helvetica,Arial,sans-serif;; text-shadow:none; box-shadow:none;}
.hero-wrap a#cta_button_116436_303b2a12-ac1f-49ec-b6d0-17091722f667 span{ font-size:20px!important; font-family: Helvetica,Arial,sans-serif!important;}
a#cta_button_116436_303b2a12-ac1f-49ec-b6d0-17091722f667:hover{ border:none; background-image:none;}
a#cta_button_116436_7d3a541e-f888-4d05-86b9-96165dd1385d:hover{ border:none; background-image:none;}

.rhythm-search-results-page .body-container-wrapper{ min-height:515px;}

/* front page 
----------------------------------------------------*/
.event-banner{ padding:20px 15px; text-align:center; color:#FFF; border-bottom:5px solid #FFF; }
.event-banner .event-banner-headline{ color:#FFF; font-size:28px; line-height:34px; font-weight:bold; padding-bottom:0; margin-bottom:16px; margin-top:0; }
.event-banner .event-banner-tagline, .event-banner .event-banner-date{ color:#FFF; font-size:16px; line-height:23px; margin-top:0; margin-bottom:0; }
.event-banner .event-banner-date{ margin-bottom:16px; }
.event-banner-cta {margin-top: -20px;}
.event-banner a#cta_button_116436_3729ee23-6a60-4ced-a3e3-d8de6bfc0159:hover{ box-shadow:none !important; border:none !important; background-color:rgb(246,137,33); background-image:none !important; }

/*.hero-wrap.front{ height:856px; position:relative;} */
.hero-wrap.front{ height:700px; position:relative;}
/*.hero-wrap.front .page-center{ height:825px;}*/
.hero-wrap.front .v-center{ position:relative; top:30%;  -webkit-transform: translateY(-30%); -ms-transform: translateY(-30%); transform: translateY(-30%);}
.hero-wrap.front .page-center{ height:669px;}
.hero-wrap.front .hero-title{ max-width:650px; margin:0 auto 30px;}
.hero-wrap.front .hero-tagline{ max-width:736px; margin:0 auto 50px;}
.hero-wrap.front .edge-shape{ display:block; width:100%; height:31px; background:url(//www.rhythmsystems.com/hubfs/_rhythm/hero-edge-shape2.png) center center no-repeat; position:absolute; left:0; bottom:0;}
.hero-wrap.front .edge-shape:before, .hero-wrap.front .edge-shape:after{ content:""; display:inline-block; width:45%; height:31px; background-color:#FFF;}
.hero-wrap.front .edge-shape:after{ position:absolute; right:0;}
a#cta_button_116436_c1ec1c30-ec64-4c2e-bebb-a0fb061bd24b:hover{ border:none; box-shadow:none; opacity:0.9; background-image:none;}

.section.clear-path{ text-align:center;}
.section.clear-path .section-title .cell-wrapper{margin-bottom:50px;}
.section.clear-path h3{ text-align:center;}
.section.clear-path p{ max-width:745px; margin:0 auto 20px; text-align:center;}
.path-diagram .path-item{ margin-bottom:20px;}
.path-diagram .row-fluid .item2, .path-diagram .row-fluid .item3{ margin-left:0;}
.path-diagram .diagram-title{ font-family: Helvetica,Arial,sans-serif;; font-size:18px; color:#000000; font-weight:700; padding:5px 10px;}
.path-diagram .row-fluid .arrow { width:19.6581%; margin-left:0; margin-top:30px;}

.section.use-software{ padding:70px 15px; background-color:#efefef;}
.section.rhythm-book{ background-color:#00a851; color:#FFFFFF;}
.section.rhythm-book h3{ color:#FFFFFF; padding-top:60px;}
.section.rhythm-book p{ padding:0 60px; color:#FFFFFF;}
.section.rhythm-book p.quote{ font-size:24px; font-weight:300;}
.book-img img{ max-width:180%;}
a#cta_button_116436_9d8548bc-ee4b-409d-832b-c74ccf0ba7c8:hover{ border:none; background-image:none;}
a#cta_button_116436_95e5c2b0-9efb-408b-af2d-78a76d455dda{ box-shadow:none;}
a#cta_button_116436_95e5c2b0-9efb-408b-af2d-78a76d455dda span{ padding-right:20px; background:url(//www.rhythmsystems.com/hubfs/_rhythm/arrow-link.png) right 6px no-repeat;}
a#cta_button_116436_95e5c2b0-9efb-408b-af2d-78a76d455dda:hover{ border:none; background-image:none; background-color:transparent; box-shadow:none; opacity:0.9;}

.front-blog .page-center{ position:relative; }
.front-blog h3{ position:absolute; top:30px; left:52%; font-size:16px; color:#6b6b6b; font-weight:700; text-transform:uppercase; letter-spacing:3px;}
.front-blog .hs-rss-item.hs-with-featured-image .hs-rss-item-text{ width:50%; padding-left:20px; float:right;}
.front-blog .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{ width:50%;}
.front-blog .hs-rss-title{ display:block; font-family:'PT+Sans', Arial, Sans-serif; font-size:30px; font-weight:normal; color:#000000; line-height:1.1em; margin-bottom:20px; margin-top:70px; text-align:left; }
.front-blog .hs-rss-title:hover{ text-decoration:none; opacity:0.9;}
.front-blog .hs-rss-description p a{ display:block; color:#00a851; margin-top:30px; font-weight:300; background:url(//www.rhythmsystems.com/hubfs/_rhythm/arrow-link.png) 105px 10px no-repeat;}
.front-blog .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image{ max-width:80%;}

#front-twitter {
    background-color:#fcbf10;
    text-align:center;
}
#tweets .tweet-content {
    color:#050404;
    font-size:20px;
    padding-bottom:10px;
    letter-spacing:-0.040em;
    font-weight:300;
}
#tweets .tweet-content a {
    color:#050404;
    font-weight:normal;
    text-decoration:underline;
}
#tweets .author-content {
    color:#050404;
    font-size:18px;
    font-weight:300;
}
#tweets .author-content .soc-icon {
    font-size:250%;
    position:relative;
    top:0.18em;
}
#tweets .author-name {
    font-weight:700;
}
#tweets .slidesjs-pagiantion {
    margin-top:40px!important;
}
#tweets .slidesjs-pagination-item {
    padding:0 6px;
    list-style-type:none;
    display:inline-block;
    zoom:1;
    *display:inline;
}
#tweets .slidesjs-pagination-item a {
    width:12px;
    height:12px;
    border:2px solid #262729;
    border-radius:50%;
    display:block;
    overflow:hidden;
    text-indent:-20px;
}
#tweets .slidesjs-pagination-item a:hover {
    background:#FFF;
}
#tweets .slidesjs-pagination-item a.active {
    background:#262729;
}

/* BLOG
-------------------------------------------------------*/
.hs_cos_wrapper_type_blog_social_sharing {
    border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
    color: #E2E2E2;
    margin: 0;
    display: block;
}

/* product page 
----------------------------------------------------*/
.rhythm-product-page .section{ text-align:center;}

.product-rotator-header{ margin-bottom:65px;}
.product-rotator-header h3{ font-weight:700; margin-top:20px;}
.product-rotator-header p{ color:#010101; font-weight:300; }
.product-slides{ width:100%; position:relative; padding-top:220px;}
.product-slides div.widget-type-cell{ width:100%; max-width:750px; height:350px; margin:0 auto!important;}
.product-slides .slidesjs-navigation{ display:block; width:50px; height:50px; position:absolute; top:55%; background:url(//www.rhythmsystems.com/hubfs/_rhythm/arrow-slides.png) 0 8px no-repeat; z-index:100; font-size:0;}
.product-slides .slidesjs-previous{ background-position:-81px 8px; left:0;} 
.product-slides .slidesjs-next{ background-position:-125px 8px; right:0;} 
.product-slides .slidesjs-previous:hover{ background-position:14px 8px; left:0;} 
.product-slides .slidesjs-next:hover{ background-position:-32px 8px; right:0;} 

.product-slides .slidesjs-pagination{ Width:100%; padding:0; margin:0; list-style:none; position:absolute; top:0; left:0; z-index:101;}
.product-slides .slidesjs-pagination li{ width:25%; float:left; margin:0; padding:0; position:relative; font-size:16px; font-weight:700; position:relative;}
.product-slides .slidesjs-pagination li:before{ content:""; display:inline-block; width:20px; height:8px; position:absolute; right:-10px; top:81px; background:#FFFFFF; z-index:102;}
.product-slides .slidesjs-pagination li:after{ content:""; display:inline-block; width:8px; height:20px; position:absolute; right:-4px; top:75px; background:#FFFFFF; z-index:102;}
.product-slides .slidesjs-pagination li:last-child:before, .product-slides .slidesjs-pagination li:last-child:after{ display:none;}
.product-slides .slidesjs-pagination li a{ display:block; padding:120px 20px 30px; color:#ffffff; background-color:#3b667f; position:relative; background-position:center 30px; background-repeat:no-repeat;}
.product-slides .slidesjs-pagination li a.active{ background-color:#00a851; opacity:1; text-decoration:none;}
.product-slides .slidesjs-pagination li a.active:after{ content:""; display:block; width:100%; height:19px; background:url(//www.rhythmsystems.com/hubfs/_rhythm/active-slide-edge-shape.jpg) center 0 no-repeat; position:absolute; left:0; top:100%;}
.product-slides .slidesjs-pagination li a:hover, .product-slides .slidesjs-pagination li:hover a{ text-decoration:none;}
.product-slides .slidesjs-pagination li:nth-child(1) a{ background-image:url(//www.rhythmsystems.com/hubfs/_rhythm/icons/icon-clound-white-m.png); }
.product-slides .slidesjs-pagination li:nth-child(2) a{ background-image:url(//www.rhythmsystems.com/hubfs/_rhythm/icons/icon-university-white-m.png); }
.product-slides .slidesjs-pagination li:nth-child(3) a{ background-image:url(//www.rhythmsystems.com/hubfs/_rhythm/icons/icon-consultant-white-m.png); }
.product-slides .slidesjs-pagination li:nth-child(4) a{ background-image:url(//www.rhythmsystems.com/hubfs/_rhythm/icons/icon-facilitator-white-m.png); }

.product-slide{ margin:0 50px;}
.product-slide .product-tagline{ font-family:Helvetica,Arial,sans-serif;; font-size:21px; font-weight:400; color:#000000; line-height:1.3em; margin-bottom:20px;}
.product-slide .product-thumb{ display:inline-block; margin-bottom:20px;}
.product-slide .product-decscript{ max-width:400px; margin:0 auto 20px; font-size:16px; font-weight:300;}

.product-lists.section{ background-color:#3b667f;}
.product-lists.section h3{ color:#FFFFFF; font-weight:700; margin-top:15px; margin-bottom:50px;}
.package-li{ background-color:#FFFFFF; padding-bottom:20px;}
.package-li h4.product-package-name{ background-color:#000000; font-family:'PT+Sans', Arial, Sans-serif; font-size:24px; font-weight:400; font-weight:normal; color:#ffffff; margin:0!important; padding:10px 0!important;}
.package-li .product-package{ margin-bottom:25px;}
.package-li a.compare-btn {border: solid 2px #fff; padding: 15px 20px; font-size: 20px;}
.package-li a.compare-btn:hover {opacity: .4;}
.package-li.fcolumn-1 .product-package{ background-color:#00a851;}
.package-li.fcolumn-2 .product-package{ background-color:#fcbf10;}
.package-li.fcolumn-3 .product-package{ background-color:#ee3728;}
.demo-container{ padding:40px 25px;}
.demo-container .demo-img{ display:inline-block; max-width:100%; height:60px; margin-bottom:20px;}
.demo-container .demo-secript{ min-height:130px; color:#FFF; padding:0 30px 12px; line-height:1.3em;}
.demo-container .demo-link{ padding:6px 25px; font-size:18px;}
.demo-container a#cta_button_116436_303b2a12-ac1f-49ec-b6d0-17091722f667{ padding:4px 25px; font-family: Helvetica,Arial,sans-serif;; border:2px solid #FFFFFF; background-color:transparent; box-shadow:none; text-shadow:none;}
.demo-container a#cta_button_116436_303b2a12-ac1f-49ec-b6d0-17091722f667 span{ font-size:18px!important; color:#FFFFFF!important;}

.package-li-nop{padding-bottom:0px;}
.package-li-nop h4.product-package-name{ background-color:#000000; font-family:'PT+Sans', Arial, Sans-serif; font-size:24px; font-weight:400; font-weight:normal; color:#ffffff; margin:0!important; padding:10px 0!important;}
.package-li-nop .product-package{ margin-bottom:25px;}
.package-li-nop a.compare-btn {border: solid 2px #fff; padding: 15px 20px; font-size: 20px;}
.package-li-nop a.compare-btn:hover {opacity: .4;}
.package-li-nop.fcolumn-1-y .product-package{ background-color:#fcbf10;}
.package-li-nop.fcolumn-2-g .product-package{ background-color:#00a851;}
.package-li-nop.fcolumn-3-r .product-package{ background-color:#ee3728;}
.addon-lists.section{ background-color: #f9f8f7;}
.addon-lists.section h3{font-weight:700; margin-top:15px; margin-bottom:50px;}
.addon-li{ background-color:#FFFFFF; padding-bottom:5px; margin-bottom: 20px;}
.addon-item h4.addon-item-name{ background-color:#fcbf10; font-family:'PT+Sans', Arial, Sans-serif; font-size:24px; font-weight:400; font-weight:normal; color:#ffffff; margin:0!important; padding:10px 0!important;}
.addon-li .addon-item{ margin-bottom:0px;}
.addon-li.fcolumn-1 .addon-item{ background-color:#ffffff;}
.addon-li.fcolumn-2 .addon-item{ background-color:#ffffff;}
.addon-li.fcolumn-3 .addon-item{ background-color:#ffffff;}
.addon-li.fcolumn-4 .addon-item{ background-color:#ffffff;}
.addon-li.fcolumn-5 .addon-item{ background-color:#ffffff;}
.addon-li.fcolumn-6 .addon-item{ background-color:#ffffff;}
.addon-li.fcolumn-7 .addon-item{ background-color:#ffffff;}
.addon-li.fcolumn-8 .addon-item{ background-color:#ffffff;}
.addon-container{ padding:40px 25px 0px;}
.addon-container .addon-img{ display:inline-block; max-width:100%; height:60px; margin-bottom:20px;}
.addon-container .addon-descript { min-height:130px; color:#333333; padding:0 30px 12px; line-height:1.3em;}
.addon-container .addon-link{ padding:6px 25px; font-size:18px;}
/* .addon-container a#cta_button_116436_303b2a12-ac1f-49ec-b6d0-17091722f667{ padding:4px 25px; font-family: Helvetica,Arial,sans-serif;; border:2px solid #FFFFFF; background-color:transparent; box-shadow:none; text-shadow:none;}
.addon-container a#cta_button_116436_303b2a12-ac1f-49ec-b6d0-17091722f667 span{ font-size:18px!important; color:#FFFFFF!important;} */

.product-item{ padding:20px;}
.product-item .product-icon{ display:block; height:58px;}
.product-item .product-name{ font-size:16px; color:#000000; font-weight:700; line-height:1.3em;}
.product-item .product-short-descript{ color:#6b6b6b; font-size:16px; font-weight:300; line-height:1.3em; padding:0 18px;}

.getting-started-section{ background-color:#fcbf10;}
.getting-started-section h3{ font-size:36px; color:#232323; font-weight:700;}
.getting-started-section p{ max-width:600px; font-family:'PT+Sans', Arial, Sans-serif; font-size:24px; color:#232323; margin:0 auto 12px; line-height:1.3em;}
.getting-started-section .section-link{ padding:12px 80px; margin-top:20px; margin-bottom:20px;}
.getting-started-section a#cta_button_116436_7d3a541e-f888-4d05-86b9-96165dd1385d{ box-shadow:none; background-color:#00a851; padding:12px 80px; color:#FFFFFF; line-height:1.3em; }
.getting-started-section a#cta_button_116436_7d3a541e-f888-4d05-86b9-96165dd1385d span{ line-height:1em;}
.getting-started-section a#cta_button_116436_7d3a541e-f888-4d05-86b9-96165dd1385d span span{ color:#FFFFFF!important;}

.testimonials-section{ background-color:#00a851; color:#FFFFFF;}
.testimonials-section p{ color:#FFFFFF;}
.testimonials-section p.quote{ max-width:672px; clear:both; font-size:24px; margin:0 auto 30px;}
.testimonials-section p.author-info{ width:100%; max-width:370px; display:inline-block; text-align:left;}

/* NEW PRODUCT PAGE
----------------------------------------------------*/
.rhythm-product-page .hs-page-width-normal-2 {max-width: 1000px;padding: 0 40px;margin: 0 auto; }
/*.rhythm-product-page*/ .divider-arrow {height: 1px; background: #d1d1d1; text-align: center; max-width: 1000px; margin: 0 auto 40px; }
/*.rhythm-product-page*/ .divider-arrow span {position: relative; top: -1.2em;}
.rhythm-product-page h3.sub-section {display: inline-block; text-transform: uppercase;letter-spacing: 0.25em; width: auto; font-weight: 700; background-color: #313131; color: #fff; padding: 0.85em 1em;}
.rhythm-product-page .hero h2 {line-height: 1.5em;}
.rhythm-product-page .key-points.section {margin: 25px 0 50px;}
.rhythm-product-page .key-points-box:first-child {padding-right: 30px; border-right: 1px solid #ccc;}
.rhythm-product-page .key-points-box {padding-right: 20px;}
.rhythm-product-page .key-points-box:last-child {padding-left: 30px; border-left: 1px solid #ccc;}
/*CHANGED SEPT 12 2016 */ .section.feature-item {padding: 15px 15px; margin: 10px 0 0; text-align: left;}
.rhythm-product-page h1 {-webkit-margin-after: .3em!important;}
.rhythm-product-page h2 {font-size: 1.4em; line-height: 1.5em; -webkit-margin-before: 0!important; -webkit-margin-after: 1.5em!important;}
.rhythm-product-page h3 {font-size: 1.4em; line-height: 1.5em; -webkit-margin-before: 0!important;}
.rhythm-product-page .section ul {list-style-type: disc;}
.rhythm-product-page .section li {line-height: 1.8em;}
/*CHANGED SEPT 12 2016 */  .section.feature-item .section-img {display: table-cell; vertical-align: middle;}
.rhythm-product-page .section img {max-width: 100%; height: auto;}
/*CHANGED SEPT 12 2016 */  .section.feature-item .section-details-right {display: table; width: 45%; height: 450px; float:right;}
/*CHANGED SEPT 12 2016 */  .section.feature-item .section-details-left {display: table; width: 45%; height: 450px; float:left;}
/*CHANGED SEPT 12 2016 */  .section.feature-item .text {display: table-cell; vertical-align: middle;}
/*CHANGED SEPT 12 2016 */  .section.feature-item .border {border-bottom: 1px solid #d1d1d1; margin: 30px 0 50px; height: 2px; width: 100%;}
.rhythm-product-page .right {text-align: right;}
.rhythm-product-page .left {text-align: left;}
.rhythm-product-page .center {text-align: center;}
.ryhthm-product-page .quote-section p {color:#d1d1d1; max-width:350px!important;}
.ryhthm-product-page .quote-section p.quote{ clear:both; font-size: 30px!important; margin:0 auto 30px;}
.ryhthm-product-page .quote-section p.author-info{ width:100%; max-width:350px; display:inline-block; text-align:center;}
.bottom-cta.section-nbg{position: relative;}
.bottom-cta.section-nbg h3{ color:#FFFFFF; font-weight:700; margin-top:15px; margin-bottom:50px;}
.bottom-cta.section{ background-color:#3b667f; position: relative;}
.bottom-cta.section h3{ color:#FFFFFF; font-weight:700; margin-top:15px; margin-bottom:50px;}
#bottom-cta .arrow {position: absolute; top: 0; left: 50%; margin-left: -20px; width: 0px; height: 0px; border-style: solid; border-width: 22px 19px 0 19px; border-color: #fff transparent transparent transparent;}
.bottom-cta .cta-row .cta-box .cta-btn {display: inline-block;}
.bottom-cta .cta-row .cta-box .cta-btn a {font-size: 1.375em; color: #fff; display: block;}
.bottom-cta .cta-row .cta-box .cta-btn div {border: #fff 1px solid; padding: 0.5em 1em;}
.cta-row {padding: 6em 0!important;}
.cta-row .cta-box:first-child {border-left: none!important;}
.cta-row .cta-box {text-align: center!important; width: 33.33333%!important; margin-left: 0!important; padding: 2.5em 1em!important; border-left: 1px solid #fff!important;}
.cta-row .cta-box:last-child { border-right: none!important; padding-right: 0!important;}
.cta-row .cta-box h3 { color: #fff!important; text-transform: none!important; font-size: 2.23em!important; font-weight: 300!important; letter-spacing: 0.025em!important;}
.cta-row .cta-box p {margin-top: 0.3em!important; margin-bottom: 4em!important; padding: 0 0.8em!important; color: #fff!important; line-height: 1.65!important;}
.cta-row .cta-box .icon {padding-bottom: 2em!important;}

.bottom-cta .cta-row .cta-box-2 .cta-btn {display: inline-block;}
.bottom-cta .cta-row .cta-box-2 .cta-btn a {font-size: 1.375em; color: #fff; display: block;}
.bottom-cta .cta-row .cta-box-2 .cta-btn div {border: #fff 1px solid; padding: 0.5em 1em;}
.cta-row {padding: 6em 0!important;}
.cta-row .cta-box-2:first-child {border-left: none!important;}
.cta-row .cta-box-2 {text-align: center!important; width: 50%!important; margin-left: 0!important; padding: 2.5em 1em!important; border-left: 1px solid #fff!important;}
.cta-row .cta-box-2:last-child { border-right: none!important; padding-right: 0!important;}
.cta-row .cta-box-2 h3 { color: #fff!important; text-transform: none!important; font-size: 2.23em!important; font-weight: 300!important; letter-spacing: 0.025em!important;}
.cta-row .cta-box-2 p {margin-top: 0.3em!important; margin-bottom: 4em!important; padding: 0 0.8em!important; color: #fff!important; line-height: 1.65!important;}
.cta-row .cta-box-2 .icon {padding-bottom: 2em!important;}

@media (min-width: 240px) and (max-width: 767px){.bottom-cta .cta-row{padding:0} /*.rhythm-product-page*/ .divider-arrow {display: none;}}
@media (min-width: 240px) and (max-width: 767px){.bottom-cta .cta-row .cta-box{width:100%!important;border:none;padding:2em 0.5em!important}}
@media (min-width: 767px) and (max-width: 1024px){.bottom-cta .cta-row .cta-box{padding:2em 0.5em}}
@media (min-width: 767px) and (max-width: 1024px){.bottom-cta .cta-row .cta-box h3{font-size:0.8em}}
@media (min-width: 240px) and (max-width: 767px){.bottom-cta .cta-row .cta-box p{margin-bottom:1.5em}}
@media (min-width: 767px) and (max-width: 1024px){.bottom-cta .cta-row .cta-box .cta-btn a{font-size:1.2em}}
@media (min-width: 240px) and (max-width: 767px){.bottom-cta .arrow{display:none}}
@media (min-width: 240px) and (max-width: 767px) {/*CHANGED SEPT 12 2016 */  .section.feature-item .section-details-right {display: table; width: auto; height: auto; float:none;}}
@media (min-width: 240px) and (max-width: 767px) {/*CHANGED SEPT 12 2016 */  .section.feature-item .section-details-left {display: table; width: auto; height: auto; float:none;}}
@media (min-width: 240px) and (max-width: 767px) {.rhythm-product-page h1 {line-height: 1em;}}
@media (min-width: 767px) and (max-width: 1024px){/*CHANGED SEPT 12 2016 */  .section.feature-item .section-details-left {display: table; width: auto; height: auto; float:none;}}
@media (min-width: 767px) and (max-width: 1024px){/*CHANGED SEPT 12 2016 */  .section.feature-item .section-details-left {display: table; width: auto; height: auto; float:none;}}
@media (min-width: 240px) and (max-width: 767px){/*CHANGED SEPT 12 2016 */  .section.feature-item .section-img{display: none;}}

@media (min-width: 240px) and (max-width: 767px){.bottom-cta .cta-row .cta-box-2{width:100%!important;border:none;padding:2em 0.5em!important}}
@media (min-width: 767px) and (max-width: 1024px){.bottom-cta .cta-row .cta-box-2{padding:2em 0.5em}}
@media (min-width: 767px) and (max-width: 1024px){.bottom-cta .cta-row .cta-box-2 h3{font-size:0.8em}}
@media (min-width: 240px) and (max-width: 767px){.bottom-cta .cta-row .cta-box-2 p{margin-bottom:1.5em}}
@media (min-width: 767px) and (max-width: 1024px){.bottom-cta .cta-row .cta-box-2 .cta-btn a{font-size:1.2em}}




/* how it works page 
----------------------------------------------------*/
.howitworks-page .hero-wrap{ height:641px; padding:0 15px;}
.howitworks-page .hero-wrap .hero-title{ max-width:690px; margin:0 auto 10px;}
.howitworks-page .hero-wrap .hero-tagline{ max-width:650px; margin:0 auto 50px;}

.howitworks-page .section .page-center{ border-bottom:1px solid #ccc; padding-bottom:70px;}
.howitworks-page .section.section-6 .page-center{ border-bottom:none; padding-bottom:0;}
.howitworks-page .section-title{ font-size:30px; margin-top:0;}
.howitworks-page .author-wrap p.quote{ margin-top:0;}
.howitworks-page p strong{ font-weight:700; color:#000000;}
.howitworks-page p.author-info{ margin-top:0; padding-top:10px;}
.howitworks-page p.author-info img{ margin-right:20px; margin-top:-10px;}
.howitworks-page p.quote{ font-style:italic;}

.howitworks-page .section .tagline{ text-align:center;}
.howitworks-page .section .tagline span{ display:inline-block; max-width:300px; font-weight:400; font-size:14px; color:#000000; text-transform:uppercase; line-height:1.2em; margin-bottom:25px;}

.video-wrap {
    margin-bottom:20px;
}
.video-wrap.instrinsic-override{
    position: relative;
    height: 0;
    padding-bottom:56.25%;
}
.video-wrap.instrinsic-override iframe {
    position: absolute;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ex-video a{ display:inline-block; position:relative;}
.ex-video a:before{ content:""; width:60px; height:44px; background-color:#000000; background-color:rgba(0,0,0,0.60); position:absolute; top:50%; left:50%; margin-top:-22px; margin-left:-30px; border-radius:8px; }
.ex-video a:after{ content:""; width:0; height:0; border-left:18px solid #FFFFFF; border-top:10px solid transparent; border-bottom:10px solid transparent; position:absolute; top:50%; left:50%; margin-left:-8px; margin-top:-10px;}
.ex-video a:hover:before{background-color:rgba(255,0,24,0.80);}

.cta-wrap{ min-height:400px; text-align:center; padding:0 15px;}
.cta-wrap .page-center{ height:400px;}
.cta-wrap .cta-title{ color:#FFFFFF; font-size:36px; font-weight:700; margin-bottom:8px;}
.cta-wrap .cta-description{ display:inline-block; max-width:570px; font-family:'PT+Sans', Arial, Sans-serif; font-size:24px; font-weight:400; color:#FFFFFF; margin-bottom:10px; margin-top:0;}
.cta-wrap .cta-tagline{ font-family:'PT+Sans', Arial, Sans-serif; font-size:24px; font-weight:700; color:#FFFFFF; margin-top:0;}

/* planning pages 
----------------------------------------------------*/
.rhythm-planning-page .body-container-wrapper {
    color:#6b6b6b;
}
.rhythm-planning-page .hero-wrap {
    height:522px;
}
.rhythm-planning-page h3 {
    font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size:32px;
    text-align:center;
}
.rhythm-planning-page h4 {
    font-size:30px;
    font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
    font-weight:400;
    margin-bottom:20px!important;
    color:#000;
    line-height:1;
}
.rhythm-planning-page .body-container-wrapper .widget-type-rich_text {
    font-size:18px;
    text-align:left;
    font-family:Helvetica, Arial, sans-serif;
}
.rhythm-planning-page .body-container-wrapper .widget-type-rich_text ul {
    padding-left:0;
    margin-bottom:26px;
}
.rhythm-planning-page .body-container-wrapper .widget-type-rich_text li {
    list-style-type:none;
    background:transparent url("//cdn2.hubspot.net/hubfs/116436/dat-check.png") no-repeat scroll 6px 7px;
    padding-left:29px;
    margin-bottom:13px;
}
.rhythm-planning-page .hs-cta-wrapper .cta_button:hover {
    border:none!important;
    background-image:none!important;
    box-shadow:none!important;
}

.planning-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    max-width:100%;
    background:#3b667f;
    color:#FFF;
    font-weight:300;
    font-size:18px;
    padding:27px 50px;
    margin-bottom:-9px;
    overflow:visible;
    cursor:pointer;
}
.hs-content-name-rhythm-resource-center-annual-planning .planning-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a { /* annual link green */
    background:#00a851;
    position:relative;
}
.hs-content-name-rhythm-resource-center-annual-planning .planning-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a:after { /* annual link green arrow */
    content:"";
    width:67px;
    height:19px;
    position:absolute;
    bottom:-19px;
    left:50%;
    transform:translateX(-50%);
    -ms-transform: translate(-50%,0); /* IE 9 */
    -webkit-transform: translate(-50%,0); /* Safari */
    background:url(https://www.rhythmsystems.com/hubfs/green-arrow.png) center center no-repeat scroll;
}
.hs-content-name-rhythm-resource-center-quarterly-planning .planning-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { /* quarterly link green */
    background:#00a851;
    position:relative;
}
.hs-content-name-rhythm-resource-center-quarterly-planning .planning-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:after { /* quarterly link green arrow */
    content:"";
    width:67px;
    height:19px;
    position:absolute;
    bottom:-19px;
    left:50%;
    transform:translateX(-50%);
    -ms-transform: translate(-50%,0); /* IE 9 */
    -webkit-transform: translate(-50%,0); /* Safari */
    background:url(https://www.rhythmsystems.com/hubfs/green-arrow.png) center center no-repeat scroll;
}
.hs-content-name-rhythm-resource-center-quarterly-planning .planning-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a { /* quarterly link annual reset */
    background:#3b667f;
}
.hs-content-name-rhythm-resource-center-quarterly-planning .planning-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a:after { /* quarterly link annual arrow reset */
    display:none;
}
.planning-links {
    text-align:center;
    overflow:visible;
}
.planning-selected-tab {
    background:#00a851!important;
    position:relative;
}
.planning-selected-tab:after { /* tab green arrow */
    content:"";
    width:67px;
    height:19px;
    position:absolute;
    bottom:-19px;
    left:50%;
    transform:translateX(-50%);
    -ms-transform: translate(-50%,0); /* IE 9 */
    -webkit-transform: translate(-50%,0); /* Safari */
    background:url(https://www.rhythmsystems.com/hubfs/green-arrow.png) center center no-repeat scroll;
}
.planning-content {
    display:none!important;
}
.planning-content.planning-selected-content {
    display:block!important;
}

.planning-intro-section h3 {
    margin-bottom:45px;
}
.planning-intro-section h4 {
    margin-top:0px;
}
.planning-intro-section iframe {
    max-width:100%;
}
.intro-callout-image {
    display:block;
    padding-bottom:20px;
}
.intro-callout-image img {
    width:100%;
    max-width:100%;
    height:auto;
}
.planning-video-support-text {
    font-size:15px;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:300;
    padding-bottom:20px;
    color:#6b6b6b;
}

.customize-session-section {
    font-size:30px;
    font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}
.customize-session-section .hs_cos_wrapper_type_text {
    top:15px;
    position:relative;
    text-align:right;
}
.hs-content-name-rhythm-resource-center-quarterly-planning .customize-session-section  {
    font-size:28px;
    display:block;
}

.rhythm-planning-page .annual-upgrade-section h4 {
    margin-bottom: 30px !important;
    margin-top: 75px !important;
}
.annual-upgrade-section .widget-type-cta {
    margin-top:35px;
}
.planning-laptop-support-text {
    text-transform:uppercase;
    font-size:14px;
    font-family:Helvetica, Arial, sans-serif;
    padding-top:28px;
    font-weight:300;
    color:#000;
    text-align:center;
    line-height:19px;
}

.section-title-supporting-copy {
    display:block;
    text-align:center;
    padding-bototm:45px;
}
.grey-line {
    border-bottom:1px dotted #d0d0d0;
    margin:0 9%;
    padding-top:45px;
}
.columns-5, .columns-4 {
    padding-top:30px;
    text-align:justify;
}
.columns-5:after, .columns-4:after {
    content:" ";
    width:100%;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.columns-5 .column-item {
    width:17.9482%;
}
.columns-4 .column-item {
    width:22.43525%;
}
.column-item {
    font-family:Helvetica, Arial, sans-serif;
    padding-top:16px;
    text-align:center;
    position:relative;
    vertical-align:top;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.column-number {
    width:30px;
    height:30px;
    text-align:center;
    line-height:30px;
    color:#FFF;
    font-weight:300;
    font-size:16px;
    border-radius:50%;
    display:block;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}
.column-icon {
    text-align:center;
    padding-bottom:35px;
}
.column-title {
    font-weight:bold;
    text-transform:uppercase;
    font-size:18px;
    padding-bottom:10px;
    color:#000;
}
.column-description {
    font-size:16px;
    font-weight:300;
    letter-spacing:-0.025em;
}

.testimonial-text {
    font-size:24px!important;
    font-weight:30;
    text-align:center!important;
    line-height:30px;
    font-family:Helvetica, Arial, sans-serif;
    padding-bottom:35px;
}
.testimonial-source-name {
    padding-top:10px;
    font-size:18px;
    padding-bottom:10px;
    font-weight:bold;
    font-family:Helvetica, Arial, sans-serif;
}
.testimonial-source-details {
    font-size:18px;
    font-weight:300;
    font-family:Helvetica, Arial, sans-serif;
}
.testimonial-source-image img {
    display:block;
    width:79px;
    height:79px;
    border-radius:50%;
    margin-left:auto;
}

.schedule-section {
    font-size:36px;
    font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
    color:#000;
    font-weight:bold;
    line-height:1.4;
    text-align:right;
}

/** Resources Pages
*/
.rrc-page {
    font-family:Helvetica, Arial, sans-serif;
    font-size:18px;
    color:#000;
}
.rrc-page .body-container .page-center {
    border-top: 2px solid #6D6E70;
}
.rrc-page h1 {
    font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
    font-weight: 700;
    border-bottom: 2px solid #6D6E70;
}
.rrc-page .secondary-header {
    margin-bottom:0;
}
.rrc-page h4 {
    font-size:30px;
    font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
    font-weight:400;
    margin-bottom:20px!important;
    color:#000;
    line-height:1;
}
.rrc-page .widget-type-rich_text p {
    color:#000;
}
.rrc-page .widget-type-rich_text a {
    color:#D47B22;
    font-size:16px;
}

.rrc-page .anchor-list a:hover{
    text-decoration:underline;
}

   /* ==========================================================================
       sidebar boxes                                                   
       ========================================================================== */  
.box {
    background-color: #F2F2F2 !important;
    display: block !important;
    float: left !important;
    margin: 10px 12px !important;
    max-width: 300px;
    min-height: 197px !important;
    padding: 12px !important;
    width: 100% !important;
}

.box h6 {
    border-bottom: 2px solid #6D6E70;
    color: #231F20 !important;
    font: 15px/135% 'PT Sans',sans-serif;
    margin: 10px 0 !important;
    padding: 0 0 10px !important;
}

.box p {
    font-size: 11px !important;
}

.ribbon-callout a,
.box a {
    color: #E95A28 !important;
    text-transform: uppercase;
    text-decoration: none;
}

.ribbon-callout a:hover,
.box a:hover {
    text-decoration: underline;
}

/**  Media Queries
----------------------------------------------------------------------------- */

@media screen and (max-width: 767px){
    /* ==========================================================================
       header                                                    
       ========================================================================== */
       
    .header-container-wrapper{ padding:0;}
    .header-container-wrapper .header-contents{ padding:0;}
    .header-contents > div.row-fluid-wrapper{ padding: 0;}
    
    .row-fluid .site-logo{ width:100%; max-width:100%; margin-bottom:20px;}  
    .site-logo .hs_cos_wrapper_widget img{ max-width:90%; }
    .row-fluid .header-accesses{ width:100%; margin:0;}
    .row-fluid .main-menu{ width:100%;}
    
    /*.row-fluid .header-links{ width:100%; margin-left:0; padding-top:8px; text-align:center; margin-bottom:12px;}
    .header-links a{ display:inline-block; width:100%; height:36px; line-height:36px; margin-left:0;}*/
    
    .row-fluid .header-links{ width:50%; margin-left:0; margin-top: -45px; padding-top:0px; text-align:center; margin-bottom:12px; float: right;}
    .header-links a{ display:inline-block; width:50%; height:36px; line-height:36px; margin-left:0; float: right; }
    
    #h-login{ }
    #h-demo{ }
    #search-icon{ display:none;}
    
    /* menu */
    .hamburger-icon{ display:inline-block; width:32px; height:32px; position:absolute; top:-62px; right:30px; cursor:pointer;}
    .hamburger-icon span, .hamburger-icon span:before,.hamburger-icon span:after{ display:block; display:block; width:32px; height:5px; border-radius:3px; background-color:#222222; position:relative; font-size:0;}
    .hamburger-icon span:before,.hamburger-icon span:after{ content:"";}
    .hamburger-icon span:before{ top:12px;}
    .hamburger-icon span:after{ top:-6px;}
	.hamburger-icon:hover span, .hamburger-icon:hover span:before, .hamburger-icon:hover span:after{ background-color:#000000;}
    
    .header-accesses > div.row-number-1{ display:none;}
    .main-menu .hs-menu-wrapper{ padding-top:20px;}
    .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{ width:100%; margin-top: 10px;}
    .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{ max-height:100%; font-size:14.5px; position:relative; float:none;}
    .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ padding:15px 9px!important; max-width:100%; width:100%; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a{ }
   /* .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a{ background-color:#00a851; color:#FFFFFF;} */
    .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover li a{ background-color:transparent; color:#000000;}
    
    .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover ul{ display:none;}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{ display:none; width:auto!important; height:auto!important; padding:0!important; margin:0!important;  -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%); transform:translateX(0%); position:relative!important; top:0; left:0; background-color:transparent; background-image:none;}
    .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li li:hover a{ background-color:#00a851; color:#FFFFFF;}
    .hs-menu-children-wrapper li a{ text-align:left; }
    
   /*.hs-menu-wrapper .child-dd{ position:absolute; display:inline-block; width:50px; height:50px; background:url(https://www.rhythmsystems.com/hubfs/_rhythm_-_2015/Triangle.png) center center no-repeat; background-size:16px 16px; top:0px; right:20px; cursor:pointer; z-index:999;}
   */
   
    /* ==========================================================================
       footer                                                    
       ========================================================================== */
    
    .footer-contents .footer-logo, .footer-contents .footer-items{ margin-bottom:30px;}
    .legal-policy-links .hs-menu-wrapper, .hs-menu-wrapper *{ width:100%;}
    .legal-policy-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{ float:left;}
    
    
    /* ==========================================================================
       content                                                    
       ========================================================================== */
	.body-container-wrapper .body-container .row-fluid-wrapper{ padding:0; }
    .hero-wrap .hero-title{ font-size:32px!important; }
    .hero-wrap .hero-tagline{ font-size:18px;}
    
    .section{ padding:20px 15px;}
    
    
    /* front page 
    ----------------------------------------------------*/
    .hero-wrap.front .edge-shape:before, .hero-wrap.front .edge-shape:after{  width:38%;}
    .path-diagram .row-fluid .arrow{ display:none;}
    
    .hero-wrap.front{ height:700px;}
    .hero-wrap.front .page-center{ height:600px;}
    
    .section.rhythm-book h3{ padding-top:0;}
    .section.rhythm-book p{ padding:0;}
    
    .front-blog h3{ position:relative; left:0; top:0;}
    .front-blog .hs-rss-item.hs-with-featured-image .hs-rss-item-text{ padding:0;}
    .front-blog .hs-rss-title{ margin-top:0;}
    .front-blog .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image{ max-width:100%;}
    
    #tweets div{width:100%!important;}
    
    /* product page 
    ----------------------------------------------------*/
    
    .product-slides .slidesjs-pagination{}
    .product-slides .slidesjs-pagination li{ width:100%; float:none;}
    .product-slides .slidesjs-pagination li:before, .product-slides .slidesjs-pagination li:after{display:none;}
    .product-slides .slidesjs-pagination li a{ display:block; padding:10px; background-image:none!important;}
    .product-slides .slidesjs-pagination li a.active{ background-color:#00a851; opacity:1; text-decoration:none;}
    .product-slides .slidesjs-pagination li a.active:after{ content:""; display:none;}
    .product-slides .slidesjs-pagination li a:hover, .product-slides .slidesjs-pagination li:hover a{ text-decoration:none;}
    .product-slides .slidesjs-navigation{ display:none;}
    .product-slides div.widget-type-cell{ width:100%!important; max-width:767px; height:480px; margin:0 auto!important;}
    .product-slides div{ width:100%!important;}
    .product-slides .product-slide{ margin:0;}
    
    /* how it works page 
    ----------------------------------------------------*/
    .howitworks-page .hero-wrap{ height:441px;}
    .howitworks-page .hero-wrap .hero-title{ font-size:28px!important;}
    
    .cta-wrap .cta-title{ font-size:24px; }
    .cta-wrap .cta-description{ font-size:18px; }
    .cta-wrap .cta-tagline{ font-size:18px; }
    
    /* planning pages
    ----------------------------------------------------*/
    .rhythm-planning-page .cta_button {
        width:100%!important;
        padding:15px 0!important;
    }
    .planning-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        margin-bottom:0;
    }
    .customize-session-section .hs_cos_wrapper_type_text {
        top:0;
        display:block;
        padding-bottom:20px;
        text-align:center;
    }
    .annual-upgrade-section .cta_button {
        margin-bottom:30px;
    }
    .grey-line {
        display:none;
    }
    .column-item {
        display:block;
        width:auto!important;
    }
    .column-number {
        position:static;
        margin:30px auto;
        transform:none;
    }
    .testimonial-source-image img {
        margin:0 auto;
    }
    .testimonial-source-name, .testimonial-source-details {
        text-align:center;
    }
    .schedule-section {
        text-align:center;
    }
    .schedule-section .hs_cos_wrapper_type_text {
        padding-bottom:35px;
        display:block;
    }
}

@media screen and (min-width:320px) and (max-width: 640px) {
    .planning-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        overflow:hidden;
    }
}

/*SLIDE-IN CTA
--------------------------------------------- */
#slidebox {
    padding: 10px 16px 10px 10px;
    background-color: #fff;
    border-top: 3px solid #F7761F;
    position: fixed;
    bottom: 0;
    right: -430px;
    -moz-box-shadow: -2px 0 5px #aaa;
    -webkit-box-shadow: -2px 0 5px #aaa;
    box-shadow: -2px 0 5px #aaa;
}

a.close {
    background: transparent url(//cdn2.hubspot.net/hub/53/file-527841348-gif/close.gif) no-repeat top left;
    width: 13px;
    height: 13px;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

a.close:hover {
    background-position: 0 -13px;
}

@media only screen and (max-device-width: 480px) {
    #slidebox {
       width: 100%;
    }
}

/*RESPONSIVE TABLE 1
---------------------------------------*/
@media only screen and (max-width: 800px) {
        /* Force table to not be like tables anymore */
        #no-more-tables table,
        #no-more-tables thead,
        #no-more-tables tbody,
        #no-more-tables th,
        #no-more-tables td,
        #no-more-tables tr {
        display: block;
        }
         
        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        }
         
        #no-more-tables tr { border: 1px solid #ccc; }
          
        #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
        }
         
        #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
        }
         
        /*
        Label the data
        */
        #no-more-tables td:before { content: attr(data-title); }
        }
        
/*RESPONSIVE TABLE 3 COLUMN
---------------------------------------*/
section {display: block;}
ol, ul {list-style: none;}
/* Number of columns (including the feature list - no more than 5) */
.ls-pt-container-3col {
  padding: 15px 15px 0px;
  margin: 0 auto 15px;  
  font-family: 'Oxygen', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.ls-pt-container-3col * {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ls-pt-container-3col .ls-column {
  float: left;
  width: 50%;
  text-align: center;
  border-right: 1px solid white;
}
.ls-pt-container-3col .ls-column:last-child {
  border-right: none;
}
.ls-pt-container-3col .ls-column h1 {
  padding: 10px 0;
  background: #3b667f;
  font-weight: 700;
  font-size: 25px;
  color: #ffffff;
   line-height: 1em!important;
  -webkit-margin-before: 0!important;
  -webkit-margin-after: 0!important;
}
.ls-pt-container-3col .ls-column h2 {
  padding: 20px 0 10px;
  background: #f9f5f5;
  font-weight: 300;
  font-size: 20px;
  color: #4cb7e8;
   line-height: 1em!important;
}
.ls-pt-container-3col .ls-column h3 {
  padding: 5px 0 20px;
  background: #f9f5f5;
  font-weight: 700;
  font-size: 13px;
  color: #919191;
  margin-bottom: 0px!important;
  line-height: 1em!important;
}
.ls-pt-container-3col .ls-column h4 {
  padding: 5px 0;
  background: #f9f5f5;
  font-weight: 700;
  font-size: 10px;
  color: #919191;
  margin-bottom: 0px!important;
  line-height: 1em!important;
}
.ls-pt-container-3col .ls-column ul li {
  padding: 11px 0;
  background: #f9f5f5;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #262626;
  border-top: 1px solid white;
} 

/* ADDED SEPT 12 */
/* .ls-pt-container-3col .ls-column ul li {min-height: 135px;} */
.ls-pt-container-3col .ls-column ul li.long {min-height: 225px; padding-left: 5px; padding-right: 5px;}


.ls-pt-container-3col .ls-column ul li:nth-child(odd) {
  background: #f1eeee;
}
.ls-pt-container-3col .ls-column ul li:before {
  content: attr(data-feature) ":";
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 12px;
  color: #333333;
}
.ls-pt-container-3col .ls-column a {
  display: block;
  padding: 10px 0;
  background: #ee3728;
  font-weight: 700;
  font-size: 16px;
  color: white;
  text-decoration: none;
  border-top: 1px solid white;
  border-bottom: 1px solid white !important;
  -webkit-transition: background-color .2s linear, color .2s linear !important;
  -moz-transition: background-color .2s linear, color .2s linear !important;
  -ms-transition: background-color .2s linear, color .2s linear !important;
  -o-transition: background-color .2s linear, color .2s linear !important;
  transition: background-color .2s linear, color .2s linear !important;
}
.ls-pt-container-3col .ls-column a:hover {
  background-color: #3b667f !important;
}
.ls-pt-container-3col .ls-features {
  display: none;
}
.ls-pt-container-3col .ls-features ul {
  /* margin-top: 133px; */
  margin-top: 65px;
}
.ls-pt-container-3col .ls-features ul li {
  font-weight: 600;
}
.ls-pt-container-3col .ls-features ul li:before {
  display: none;
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 580px) {
  .ls-pt-container-3col .ls-column {
    width: 25%;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .ls-pt-container-3col {
    width: 750px;
  }
  .ls-pt-container-3col .ls-features {
    display: block;
  }
  .ls-pt-container-3col .ls-column {
      /* width: calc(100% / 5); */
    width: calc(100% / 3);
  }
  .ls-pt-container-3col .ls-column ul li:before {
    display: none;
  }
  .ls-pt-container-3col .ls-column ul li[data-description] {
    cursor: pointer;
  }
  .ls-pt-container-3col .ls-column ul li[data-description]:before {
    display: block;
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent rgba(0, 0, 0, 0.65) transparent;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: -webkit-transform .4s ease-in-out, opacity .4s ease-in-out, visiblity .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, visibility .4s ease-in-out;
  }
  .ls-pt-container-3col .ls-column ul li[data-description]:after {
    content: attr(data-description);
    position: absolute;
    top: 37px;
    left: 0;
    display: block;
    padding: 7px;
    background: rgba(0, 0, 0, 0.65);
    color: white;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: -webkit-transform .4s ease-in-out, opacity .4s ease-in-out, visiblity .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, visibility .4s ease-in-out;
  }
  .ls-pt-container-3col .ls-column ul li[data-description]:nth-last-child(1):before, .ls-pt-container .ls-column ul li[data-description]:nth-last-child(2):before {
    top: auto;
    bottom: 20px;
    border-width: 7px 7px 0 7px;
    border-color: rgba(0, 0, 0, 0.65) transparent transparent transparent;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .ls-pt-container-3col .ls-column ul li[data-description]:nth-last-child(1):after, .ls-pt-container .ls-column ul li[data-description]:nth-last-child(2):after {
    top: auto;
    bottom: 37px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .ls-pt-container-3col .ls-column ul li[data-description]:hover:before, .ls-pt-container .ls-column ul li[data-description]:hover:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s ease-in-out, opacity .4s ease-in-out, visiblity .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, visibility .4s ease-in-out;
  }
  .ls-pt-container-3col .ls-column a {
    border-bottom: none;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .ls-pt-container-3col {
    width: 970px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .ls-pt-container-3col {
    width: 1170px;
  }
}
/*RESPONSIVE TABLE 3 COLUMN COMPARISON GRID
---------------------------------------*/
section {display: block;}
ol, ul {list-style: none;}
/* Number of columns (including the feature list - no more than 5) */
.ls-pt-container-grid {
  padding: 15px 15px 0px;
  margin: 0 auto 15px;  
  font-family: 'Oxygen', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.ls-pt-container-grid * {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ls-pt-container-grid .ls-column {
  float: left;
  width: 50%;
  text-align: center;
  border-right: 1px solid #cccccc;
}
.ls-pt-container-grid .ls-column:last-child {
  border-right: 1px solid #cccccc;
}
.ls-pt-container-grid .ls-column h1 {
  padding: 10px 0;
  background: #3b667f;
  font-weight: 700;
  font-size: 25px;
  color: #ffffff;
   line-height: 1em!important;
  -webkit-margin-before: 0!important;
  -webkit-margin-after: 0!important;
}
.ls-pt-container-grid .ls-column h2 {
  padding: 20px 0 10px;
  background: #f9f5f5;
  font-weight: 300;
  font-size: 20px;
  color: #4cb7e8;
   line-height: 1em!important;
}
.ls-pt-container-grid .ls-column h3 {
  padding: 5px 0 20px;
  background: #f9f5f5;
  font-weight: 700;
  font-size: 13px;
  color: #919191;
  margin-bottom: 0px!important;
  line-height: 1em!important;
}
.ls-pt-container-grid .ls-column h4 {
  padding: 5px 0;
  background: #f9f5f5;
  font-weight: 700;
  font-size: 10px;
  color: #919191;
  margin-bottom: 0px!important;
  line-height: 1em!important;
}
.ls-pt-container-grid .ls-column ul li {
  padding: 11px 0;
  background: #f9f5f5;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  border-bottom: 1px solid #cccccc;
} 


.ls-pt-container-grid li .empty {background:url("//www.rhythmsystems.com/hubfs/circle-green.svg") no-repeat!important; display:block; background-position: 50% 50%!important;}
/*.ls-pt-container-grid .checkmark-g {background:url("//www.rhythmsystems.com/hubfs/circle-green.svg") no-repeat!important;display:block;margin:0 auto;background-position:50%!important;}
.ls-pt-container-grid .checkmark-r {background:url("//www.rhythmsystems.com/hubfs/circle-red.svg") no-repeat!important;display:block;margin:12px auto; background-position:50%!important;}
.ls-pt-container-grid .checkmark-y {background:url("//www.rhythmsystems.com/hubfs/circle-yellow.svg") no-repeat!important;display:block;margin:12px auto; background-position:50%!important;} */

.ls-pt-container-grid .green {color: #00a851!important; font-size: 24px!important; line-height: 20px;}
.ls-pt-container-grid .yellow {color: #fcbf10!important; font-size: 24px!important; line-height: 20px;}

.ls-pt-container-grid .ls-column ul li:nth-child(odd) {
  background: #f1eeee;
}
.ls-pt-container-grid .ls-column ul li:before {
  content: attr(data-feature) ":";
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 12px;
  color: #333333;
}
.ls-pt-container-grid .ls-column a {
  display: block;
  padding: 10px 0;
  background: #ee3728;
  font-weight: 700;
  font-size: 16px;
  color: white;
  text-decoration: none;
  border-top: 1px solid white;
  border-bottom: 1px solid white !important;
  -webkit-transition: background-color .2s linear, color .2s linear !important;
  -moz-transition: background-color .2s linear, color .2s linear !important;
  -ms-transition: background-color .2s linear, color .2s linear !important;
  -o-transition: background-color .2s linear, color .2s linear !important;
  transition: background-color .2s linear, color .2s linear !important;
}
.ls-pt-container-grid .ls-column a:hover {
  background-color: #3b667f !important;
}
.ls-pt-container-grid .ls-features {
  display: none;
}
.ls-pt-container-grid .ls-features ul {
  /* margin-top: 133px; */
  margin-top: 65px;
}
.ls-pt-container-grid .ls-features ul li {
  font-weight: 600;
}
.ls-pt-container-grid .ls-features ul li:before {
  display: none;
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 580px) {
  .ls-pt-container-grid .ls-column {
    width: 25%;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .ls-pt-container-grid {
    width: 750px;
  }
  .ls-pt-container-grid .ls-features {
    display: block;
  }
  .ls-pt-container-grid .ls-column {
      /* width: calc(100% / 5); */
    width: calc(100% / 3);
  }
  .ls-pt-container-grid .ls-column ul li:before {
    display: none;
  }
  .ls-pt-container-grid .ls-column ul li[data-description] {
    cursor: pointer;
  }
  .ls-pt-container-grid .ls-column ul li[data-description]:before {
    display: block;
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent rgba(0, 0, 0, 0.65) transparent;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: -webkit-transform .4s ease-in-out, opacity .4s ease-in-out, visiblity .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, visibility .4s ease-in-out;
  }
  .ls-pt-container-grid .ls-column ul li[data-description]:after {
    content: attr(data-description);
    position: absolute;
    top: 37px;
    left: 0;
    display: block;
    padding: 7px;
    background: rgba(0, 0, 0, 0.65);
    color: white;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: -webkit-transform .4s ease-in-out, opacity .4s ease-in-out, visiblity .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, visibility .4s ease-in-out;
  }
  .ls-pt-container-grid .ls-column ul li[data-description]:nth-last-child(1):before, .ls-pt-container .ls-column ul li[data-description]:nth-last-child(2):before {
    top: auto;
    bottom: 20px;
    border-width: 7px 7px 0 7px;
    border-color: rgba(0, 0, 0, 0.65) transparent transparent transparent;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .ls-pt-container-grid .ls-column ul li[data-description]:nth-last-child(1):after, .ls-pt-container .ls-column ul li[data-description]:nth-last-child(2):after {
    top: auto;
    bottom: 37px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .ls-pt-container-grid .ls-column ul li[data-description]:hover:before, .ls-pt-container .ls-column ul li[data-description]:hover:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s ease-in-out, opacity .4s ease-in-out, visiblity .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, visibility .4s ease-in-out;
  }
  .ls-pt-container-grid .ls-column a {
    border-bottom: none;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .ls-pt-container-grid {
    width: 970px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .ls-pt-container-grid {
    width: 1170px;
  }
}
@media (min-width: 768px){

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

@media (max-width: 767px){

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

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


/* Added to Initially Hide Menu on Mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper, .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
      display: none;
  }
 
/* Added to add some spacing under the menu on mobile */
#hs_cos_wrapper_module_1395643253628503 {
    margin-bottom: 20px; 
}

  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-menu-primary, .custom-menu-primary *{
    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: #231F20;
    font-size: 12px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    color: #231F20;
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul {
    border-radius: 0px;
    background: #FFFFFF;
    border: none;
    } 
     /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 0px;          /* Position Button at top right of screen  */
      left: 10px;        /*******************************************/
      width: auto; /* Button width */
      height: auto; /* Button height */     
      padding: 12px 10px;
      background: #FFFFFF;  /*Background color */
      border: 1px solid #cccccc;
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 17px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-border-bottom-right-radius: 6px;
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-bottomright: 6px;
      -moz-border-radius-bottomleft: 6px;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px;
      -webkit-transition:color .2s ease-in;
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #ffffff;
  }

  a.mobile-trigger span{
      display: inline;
  }

 a.mobile-trigger span:before{
      position: absolute;
      /* content: 'Menu';*/ /* Change the text on the closed toggle button */

  }

  a.mobile-trigger span:after{
      position: relative;
      right: 4px;
     /* content: 'Close';   Change the text on the open toggle button */
      background-color: #FFFFFF;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out;
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */ 
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1;
  }
  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 5px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 15px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #231F20; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

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

  a.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);
  }
  a.child-trigger:hover {
      text-decoration: none;
  }


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

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

/* MODAL POPUP ===================================================================*/