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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Neucha:300,400,600,700|Rock+Salt|Open+Sans:300,400,600,700|Open+Sans+Condensed:300,700|Pacifico|Oregano|Chewy|Courgette|Exo|Gruppo|Kite+One|Knewave|Allura|Satisfy|Source+Sans+Pro:200,400,600,700|Crafty+Girls|Great+Vibes|Sacramento|Oswald|Ultra|Anton|Raleway|Droid+Sans|Roboto:100,300,400,700|Exo+2:100,300,400,700|Capriola|Crimson+Text|Lato:100,300,400,700|Playfair+Display:300,400,700|Signika');
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

/* ty page specific styling */ 
.ty {
  background: #ffffff !important;
}

/* resources section */

.resources.span12 {
 background: #fbf3f8 !important;
}

@media screen and (max-width: 767px){
  .resources.span12 .span4 {
    margin-bottom: 40px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }
/* linecons */
@font-face {
    font-family: linecons;
    src:url(//3325306.fs1.hubspotusercontent-na1.net/hubfs/3325306/CluePoints_August2017/fonts/linecons/linecons.eot);
    src:url(//3325306.fs1.hubspotusercontent-na1.net/hubfs/3325306/CluePoints_August2017/fonts/linecons/linecons.eot#iefix) format('embedded-opentype'), 
		url(//3325306.fs1.hubspotusercontent-na1.net/hubfs/3325306/CluePoints_August2017/fonts/linecons/linecons.ttf) format('truetype'),
		url(//3325306.fs1.hubspotusercontent-na1.net/hubfs/3325306/CluePoints_August2017/fonts/linecons/linecons.woff) format('woff'),
		url(//3325306.fs1.hubspotusercontent-na1.net/hubfs/3325306/CluePoints_August2017/fonts/linecons/linecons.svg#linecons) format('svg');
    font-weight: 400;
    font-style: normal
}
[class*=" linecon-icon-"],
[class^=linecon-icon-] {
    font-family: linecons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.linecon-icon-heart:before {
    content: "\e600"
}
.linecon-icon-cloud:before {
    content: "\e601"
}
.linecon-icon-star:before {
    content: "\e602"
}
.linecon-icon-tv:before {
    content: "\e603"
}
.linecon-icon-sound:before {
    content: "\e604"
}
.linecon-icon-video:before {
    content: "\e605"
}
.linecon-icon-trash:before {
    content: "\e606"
}
.linecon-icon-user:before {
    content: "\e607"
}
.linecon-icon-key:before {
    content: "\e608"
}
.linecon-icon-search:before {
    content: "\e609"
}
.linecon-icon-eye:before {
    content: "\e60a"
}
.linecon-icon-bubble:before {
    content: "\e60b"
}
.linecon-icon-stack:before {
    content: "\e60c"
}
.linecon-icon-cup:before {
    content: "\e60d"
}
.linecon-icon-phone:before {
    content: "\e60e"
}
.linecon-icon-news:before {
    content: "\e60f"
}
.linecon-icon-mail:before {
    content: "\e610"
}
.linecon-icon-like:before {
    content: "\e611"
}
.linecon-icon-photo:before {
    content: "\e612"
}
.linecon-icon-note:before {
    content: "\e613"
}
.linecon-icon-food:before {
    content: "\e614"
}
.linecon-icon-t-shirt:before {
    content: "\e615"
}
.linecon-icon-fire:before {
    content: "\e616"
}
.linecon-icon-clip:before {
    content: "\e617"
}
.linecon-icon-shop:before {
    content: "\e618"
}
.linecon-icon-calendar:before {
    content: "\e619"
}
.linecon-icon-wallet:before {
    content: "\e61a"
}
.linecon-icon-vynil:before {
    content: "\e61b"
}
.linecon-icon-truck:before {
    content: "\e61c"
}
.linecon-icon-world:before {
    content: "\e61d"
}
.linecon-icon-clock:before {
    content: "\e61e"
}
.linecon-icon-paperplane:before {
    content: "\e61f"
}
.linecon-icon-params:before {
    content: "\e620"
}
.linecon-icon-banknote:before {
    content: "\e621"
}
.linecon-icon-data:before {
    content: "\e622"
}
.linecon-icon-music:before {
    content: "\e623"
}
.linecon-icon-megaphone:before {
    content: "\e624"
}
.linecon-icon-study:before {
    content: "\e625"
}
.linecon-icon-lab:before {
    content: "\e626"
}
.linecon-icon-location:before {
    content: "\e627"
}
.linecon-icon-display:before {
    content: "\e628"
}
.linecon-icon-diamond:before {
    content: "\e629"
}
.linecon-icon-pen:before {
    content: "\e62a"
}
.linecon-icon-bulb:before {
    content: "\e62b"
}
.linecon-icon-lock:before {
    content: "\e62c"
}
.linecon-icon-tag:before {
    content: "\e62d"
}
.linecon-icon-camera:before {
    content: "\e62e"
}
.linecon-icon-settings:before {
    content: "\e62f"
}
/* steadysets */
@font-face {
    font-family: steadysets;
    src:url(//3325306.fs1.hubspotusercontent-na1.net/hubfs/3325306/CluePoints_August2017/fonts/steadysets/steadysets.eot);
    src:url(//3325306.fs1.hubspotusercontent-na1.net/hubfs/3325306/CluePoints_August2017/fonts/steadysets/steadysets.eot#iefix) format('embedded-opentype'),
		url(//3325306.fs1.hubspotusercontent-na1.net/hubfs/3325306/CluePoints_August2017/fonts/steadysets/steadysets.ttf) format('truetype'),
		url(//3325306.fs1.hubspotusercontent-na1.net/hubfs/3325306/CluePoints_August2017/fonts/steadysets/steadysets.woff) format('woff'),
		url(//3325306.fs1.hubspotusercontent-na1.net/hubfs/3325306/CluePoints_August2017/fonts/steadysets/steadysets.svg#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}
[class*=" steadysets-icon-"],
[class^=steadysets-icon-] {
    font-family: steadysets!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.steadysets-icon-type:before {
    content: "\e600"
}
.steadysets-icon-box:before {
    content: "\e601"
}
.steadysets-icon-archive:before {
    content: "\e602"
}
.steadysets-icon-envelope:before {
    content: "\e603"
}
.steadysets-icon-email:before {
    content: "\e604"
}
.steadysets-icon-files:before {
    content: "\e605"
}
.steadysets-icon-uniE606:before {
    content: "\e606"
}
.steadysets-icon-connection-empty:before {
    content: "\e607"
}
.steadysets-icon-connection-25:before {
    content: "\e608"
}
.steadysets-icon-connection-50:before {
    content: "\e609"
}
.steadysets-icon-connection-75:before {
    content: "\e60a"
}
.steadysets-icon-connection-full:before {
    content: "\e60b"
}
.steadysets-icon-microphone:before {
    content: "\e60c"
}
.steadysets-icon-microphone-off:before {
    content: "\e60d"
}
.steadysets-icon-book:before {
    content: "\e60e"
}
.steadysets-icon-cloud:before {
    content: "\e60f"
}
.steadysets-icon-book2:before {
    content: "\e610"
}
.steadysets-icon-star:before {
    content: "\e611"
}
.steadysets-icon-phone-portrait:before {
    content: "\e612"
}
.steadysets-icon-phone-landscape:before {
    content: "\e613"
}
.steadysets-icon-tablet:before {
    content: "\e614"
}
.steadysets-icon-tablet-landscape:before {
    content: "\e615"
}
.steadysets-icon-laptop:before {
    content: "\e616"
}
.steadysets-icon-uniE617:before {
    content: "\e617"
}
.steadysets-icon-barbell:before {
    content: "\e618"
}
.steadysets-icon-stopwatch:before {
    content: "\e619"
}
.steadysets-icon-atom:before {
    content: "\e61a"
}
.steadysets-icon-syringe:before {
    content: "\e61b"
}
.steadysets-icon-pencil:before {
    content: "\e61c"
}
.steadysets-icon-chart:before {
    content: "\e61d"
}
.steadysets-icon-bars:before {
    content: "\e61e"
}
.steadysets-icon-cube:before {
    content: "\e61f"
}
.steadysets-icon-image:before {
    content: "\e620"
}
.steadysets-icon-crop:before {
    content: "\e621"
}
.steadysets-icon-graph:before {
    content: "\e622"
}
.steadysets-icon-select:before {
    content: "\e623"
}
.steadysets-icon-bucket:before {
    content: "\e624"
}
.steadysets-icon-mug:before {
    content: "\e625"
}
.steadysets-icon-clipboard:before {
    content: "\e626"
}
.steadysets-icon-lab:before {
    content: "\e627"
}
.steadysets-icon-bones:before {
    content: "\e628"
}
.steadysets-icon-pill:before {
    content: "\e629"
}
.steadysets-icon-bolt:before {
    content: "\e62a"
}
.steadysets-icon-health:before {
    content: "\e62b"
}
.steadysets-icon-map-marker:before {
    content: "\e62c"
}
.steadysets-icon-stack:before {
    content: "\e62d"
}
.steadysets-icon-newspaper:before {
    content: "\e62e"
}
.steadysets-icon-uniE62F:before {
    content: "\e62f"
}
.steadysets-icon-coffee:before {
    content: "\e630"
}
.steadysets-icon-bill:before {
    content: "\e631"
}
.steadysets-icon-sun:before {
    content: "\e632"
}
.steadysets-icon-vcard:before {
    content: "\e633"
}
.steadysets-icon-shorts:before {
    content: "\e634"
}
.steadysets-icon-drink:before {
    content: "\e635"
}
.steadysets-icon-diamond:before {
    content: "\e636"
}
.steadysets-icon-bag:before {
    content: "\e637"
}
.steadysets-icon-calculator:before {
    content: "\e638"
}
.steadysets-icon-credit-cards:before {
    content: "\e639"
}
.steadysets-icon-microwave-oven:before {
    content: "\e63a"
}
.steadysets-icon-camera:before {
    content: "\e63b"
}
.steadysets-icon-share:before {
    content: "\e63c"
}
.steadysets-icon-bullhorn:before {
    content: "\e63d"
}
.steadysets-icon-user:before {
    content: "\e63e"
}
.steadysets-icon-users:before {
    content: "\e63f"
}
.steadysets-icon-user2:before {
    content: "\e640"
}
.steadysets-icon-users2:before {
    content: "\e641"
}
.steadysets-icon-unlocked:before {
    content: "\e642"
}
.steadysets-icon-unlocked2:before {
    content: "\e643"
}
.steadysets-icon-lock:before {
    content: "\e644"
}
.steadysets-icon-forbidden:before {
    content: "\e645"
}
.steadysets-icon-switch:before {
    content: "\e646"
}
.steadysets-icon-meter:before {
    content: "\e647"
}
.steadysets-icon-flag:before {
    content: "\e648"
}
.steadysets-icon-home:before {
    content: "\e649"
}
.steadysets-icon-printer:before {
    content: "\e64a"
}
.steadysets-icon-clock:before {
    content: "\e64b"
}
.steadysets-icon-calendar:before {
    content: "\e64c"
}
.steadysets-icon-comment:before {
    content: "\e64d"
}
.steadysets-icon-chat-3:before {
    content: "\e64e"
}
.steadysets-icon-chat-2:before {
    content: "\e64f"
}
.steadysets-icon-chat-1:before {
    content: "\e650"
}
.steadysets-icon-chat:before {
    content: "\e651"
}
.steadysets-icon-zoom-out:before {
    content: "\e652"
}
.steadysets-icon-zoom-in:before {
    content: "\e653"
}
.steadysets-icon-search:before {
    content: "\e654"
}
.steadysets-icon-trashcan:before {
    content: "\e655"
}
.steadysets-icon-tag:before {
    content: "\e656"
}
.steadysets-icon-download:before {
    content: "\e657"
}
.steadysets-icon-paperclip:before {
    content: "\e658"
}
.steadysets-icon-checkbox:before {
    content: "\e659"
}
.steadysets-icon-checkbox-checked:before {
    content: "\e65a"
}
.steadysets-icon-checkmark:before {
    content: "\e65b"
}
.steadysets-icon-refresh:before {
    content: "\e65c"
}
.steadysets-icon-reload:before {
    content: "\e65d"
}
.steadysets-icon-arrow-right:before {
    content: "\e65e"
}
.steadysets-icon-arrow-down:before {
    content: "\e65f"
}
.steadysets-icon-arrow-up:before {
    content: "\e660"
}
.steadysets-icon-arrow-left:before {
    content: "\e661"
}
.steadysets-icon-settings:before {
    content: "\e662"
}
.steadysets-icon-battery-full:before {
    content: "\e663"
}
.steadysets-icon-battery-75:before {
    content: "\e664"
}
.steadysets-icon-battery-50:before {
    content: "\e665"
}
.steadysets-icon-battery-25:before {
    content: "\e666"
}
.steadysets-icon-battery-empty:before {
    content: "\e667"
}
.steadysets-icon-battery-charging:before {
    content: "\e668"
}
.steadysets-icon-uniE669:before {
    content: "\e669"
}
.steadysets-icon-grid:before {
    content: "\e66a"
}
.steadysets-icon-list:before {
    content: "\e66b"
}
.steadysets-icon-wifi-low:before {
    content: "\e66c"
}
.steadysets-icon-folder-check:before {
    content: "\e66d"
}
.steadysets-icon-folder-settings:before {
    content: "\e66e"
}
.steadysets-icon-folder-add:before {
    content: "\e66f"
}
.steadysets-icon-folder:before {
    content: "\e670"
}
.steadysets-icon-window:before {
    content: "\e671"
}
.steadysets-icon-windows:before {
    content: "\e672"
}
.steadysets-icon-browser:before {
    content: "\e673"
}
.steadysets-icon-file-broken:before {
    content: "\e674"
}
.steadysets-icon-align-justify:before {
    content: "\e675"
}
.steadysets-icon-align-center:before {
    content: "\e676"
}
.steadysets-icon-align-right:before {
    content: "\e677"
}
.steadysets-icon-align-left:before {
    content: "\e678"
}
.steadysets-icon-file:before {
    content: "\e679"
}
.steadysets-icon-file-add:before {
    content: "\e67a"
}
.steadysets-icon-file-settings:before {
    content: "\e67b"
}
.steadysets-icon-mute:before {
    content: "\e67c"
}
.steadysets-icon-heart:before {
    content: "\e67d"
}
.steadysets-icon-enter:before {
    content: "\e67e"
}
.steadysets-icon-volume-decrease:before {
    content: "\e67f"
}
.steadysets-icon-wifi-mid:before {
    content: "\e680"
}
.steadysets-icon-volume:before {
    content: "\e681"
}
.steadysets-icon-bookmark:before {
    content: "\e682"
}
.steadysets-icon-screen:before {
    content: "\e683"
}
.steadysets-icon-map:before {
    content: "\e684"
}
.steadysets-icon-measure:before {
    content: "\e685"
}
.steadysets-icon-eyedropper:before {
    content: "\e686"
}
.steadysets-icon-support:before {
    content: "\e687"
}
.steadysets-icon-phone:before {
    content: "\e688"
}
.steadysets-icon-email2:before {
    content: "\e689"
}
.steadysets-icon-volume-increase:before {
    content: "\e68a"
}
.steadysets-icon-wifi-full:before {
    content: "\e68b"
}

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



 



































 
 
 
 
 
 


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

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

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

body {
	background: #fff;
	color: #676767;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 27px;
}
@media all and (-ms-high-contrast:none) {.row-fluid .span12 {width: 100%;}}
/* Transparent scrollbar */
@-webkit-viewport {width:device-width;}
@-moz-viewport {width:device-width;}
@-ms-viewport {width:device-width;}
@-o-viewport {width:device-width;}

/* Page Center */
.container-fluid .row-fluid .page-center {
	float: none;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1000px) {
	.container-fluid .row-fluid .page-center {max-width: 1425px;padding-left: 90px;padding-right: 90px;}
}
@media (max-width: 1000px) {
	.container-fluid .row-fluid .page-center {max-width: 600px;}
}
@media (max-width: 690px) {
	.container-fluid .row-fluid .page-center {max-width: 420px;}
}
@media (max-width: 479px) {
	.container-fluid .row-fluid .page-center {max-width: 300px;}
}

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


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

/* Basic text */
p {
    margin: 0 0 27px 0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, 
h4, h5, h6,
.h1, .h2, .h3, 
.h4, .h5, .h6 {
	color: #444;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin: 0;
	word-wrap: break-word;
}
h1 a, h2 a, h3 a, 
h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, 
.h4 a, .h5 a, .h6 a {}

h1, .h1 {
	font-size: 54px;
	line-height: 62px;
	margin-bottom: 7px;
}
h2, .h2 {
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 7px;

  /* Edited for CP_Benchmark_Analysis_LP */
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0;
}
h3, .h3 {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 7px;
}
.sidebar h3:first-child,
.blog-sidebar h3:first-child {
	color: #999;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
h4, .h4 {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 7px;
}
h5, .h5 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 7px;
}
h6, .h6 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 7px;
}

@media (max-width: 1300px) and (min-width: 1000px) {
    h1, .h1 {
        font-size: 40.5px;
	    line-height: 45px;
    }
    h2, .h2 {
        font-size: 28.9px;
	    line-height: 35.7px;
    }
    h3, .h3 {
        font-size: 18.7px;
	    line-height: 27.2px;
    }
    h4, .h4 {
        font-size: 18px;
	    line-height: 28px;
    }
    h5, .h5 {
        font-size: 16px;
	    line-height: 26px;
    }
    h6, .h6 {
    	font-size: 14px;
	    line-height: 24px;
    }
}
@media (max-width: 1000px) and (min-width: 690px) {
    h1, .h1 {
    	font-size: 37.8px;
	    line-height: 42px;
    }
    h2, .h2 {
        font-size: 27.2px;
	    line-height: 33.6px;
    }
    h3, .h3 {
    	font-size: 17.6px;
	    line-height: 25.6px;
    }
    h4, .h4 {
        font-size: 18px;
	    line-height: 28px;
    }
    h5, .h5 {
        font-size: 16px;
	    line-height: 26px;
    }
    h6, .h6 {
    	font-size: 14px;
	    line-height: 24px;
    }
}
@media (max-width: 690px) {
    h1, .h1 {
    	font-size: 35.1px;
	    line-height: 39px;
    }
    h2, .h2 {
        font-size: 25.5px;
	    line-height: 31.5px;
    }
    h3, .h3 {
    	font-size: 17.6px;
	    line-height: 25.6px;
    }
    h4, .h4 {
    	font-size: 16.2px;
	    line-height: 25.2px;
    }
    h5, .h5 {
        font-size: 16px;
	    line-height: 26px;
    }
    h6, .h6 {
    	font-size: 14px;
	    line-height: 24px;
    }
}

/* Anchor Links */
a { 
    color: #c44097;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;;
}
a:hover { 
    color: inherit;
    text-decoration: none;
}
:focus {outline: 0;}

/* Lists */
ul, ol {
	padding-left: 30px;
	margin: 0 0 30px 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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

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


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

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

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

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


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


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

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

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


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

.header-container-wrapper {}
.header-container {
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	position: relative;
	z-index: 1000;
}

/* Header - Top */
.header-container #custom_header-top {
	padding-left: 28px;
	padding-right: 28px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index: 2;
}

/* Header - Top - Columns */
.header-container #custom_header-top .row-fluid #custom_col.social-col,
.header-container #custom_header-top .row-fluid #custom_col.nav-col {
	float: right;
	margin-left: 0;
	width: auto;
}

/* Header - Bottom */
.header-container #custom_header-bottom {
	padding-top: 28px;
	padding-left: 28px;
	padding-right: 28px;
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
    -ms-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
	-o-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);;
	-webkit-transition: all 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition: all 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: all 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);;
}

/* Header - Bottom - Columns */
.header-container #custom_header-bottom .row-fluid #custom_col.logo-col,
.header-container #custom_header-bottom .row-fluid #custom_col.nav-col {
	float: left;
	width: auto;
	margin-left: 0;
}
.header-container #custom_header-bottom .row-fluid #custom_col.nav-col {
	float: right;
}

/* Header - Social */
.header-container ul#social {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.header-container ul#social:after,
.header-container ul#social:before {
	content: "";
	display: table;
}
.header-container ul#social:after {clear: both;}
.header-container ul#social li {
	float: left;
}
.header-container ul#social li a {
	padding: 10px 10px 8px 10px;
	display: block;
	line-height: 20px;
	border-left: 1px solid #ddd;
}
.header-container ul#social li:first-child a {
	border-left: 0;
}
.header-container ul#social li i {
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #a6a6a6;
	display: block;
	vertical-align: top;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;;
}
.header-container ul#social li i:hover {
	color: #c44097;
}

/* Header - Top - Horizontal Menu */
.header-container #custom_header-top .hs-menu-wrapper.hs-menu-flow-horizontal{}
.header-container #custom_header-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
	display: block;
}
.header-container #custom_header-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {}
.header-container #custom_header-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
	color: rgba(0,0,0,0.55);
	border-left: 1px solid #ddd;
	line-height: 13px;
	font-size: 11px;
	padding: 10px 10px 9px;
	margin: 0 1px;
}
.header-container #custom_header-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover {
	color: rgba(0,0,0,0.8);
}
.header-container #custom_header-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul {}
.header-container #custom_header-top .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul ul {
	background-color: #F8F8F8;
	border: 1px solid #ddd;
	border-bottom: 0;
}
.header-container #custom_header-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li {}
.header-container #custom_header-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li a {
	color: rgba(0,0,0,0.55);
	line-height: 13px;
	font-size: 11px;
	padding: 10px 10px 9px;
	border-bottom: 1px solid #ddd;
}
.header-container #custom_header-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li a:hover {
	color: rgba(0,0,0,0.8);
}

.header-container #custom_header-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active > a,
.header-container #custom_header-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active-branch > a {
    color: rgba(0,0,0,0.8);
}

/* Header - Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {
	width: auto !important;
	max-height: 51px;
	margin-bottom: 28px;
	-webkit-transition: opacity 0.4s ease, max-height 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000), margin 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: opacity 0.4s ease, max-height 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000), margin 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition: opacity 0.4s ease, max-height 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000), margin 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: opacity 0.4s ease, max-height 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000), margin 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: opacity 0.4s ease, max-height 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000), margin 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);;
}

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

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

/* Back To Top */
#back-to-top {
    display: block;
    position: fixed;
    text-align: center;
    line-height: 12px;
    right: 17px;
    bottom: -30px;
    color: #fff;
    cursor: pointer;
    height: 29px;
    width: 29px;
    background-color: rgba(0,0,0,0.25);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
	-o-border-radius: 2px;
    border-radius: 2px;;
    -webkit-transition: background-color 0.1s linear, bottom 350ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: background-color 0.1s linear, bottom 350ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-ms-transition: background-color 0.1s linear, bottom 350ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: background-color 0.1s linear, bottom 350ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: background-color 0.1s linear, bottom 350ms cubic-bezier(0.860, 0.000, 0.070, 1.000);;
}
#back-to-top.active {
    bottom: 17px;
}
#back-to-top.dark {
    background-color: rgba(0,0,0,0.87);
}
#back-to-top:hover,
#back-to-top.dark:hover {
    background-color: #c44097;
}
#back-to-top i {
    line-height: 29px;
    width: 29px;
    height: 29px;
    font-size: 14px;
    top: 0px;
    left: 0px;
    text-align: center;
    position: relative;
    z-index: 10;
    background-color: transparent;
}
@media (max-width: 1020px) {
    #back-to-top {display: none;}
}

/* Custom Page Header */
#custom_page-header {
	position: relative;
	background-color: #000;
}
#custom_page-header[data-alignment="left"] {text-align: left;}
#custom_page-header[data-alignment="center"] {text-align: center;}
#custom_page-header[data-alignment="right"] {text-align: right;}

#custom_page-header .row-fluid,
#custom_page-header .row-fluid-wrapper,
#custom_page-header .page-center,
#custom_page-header .row-fluid .widget-span,
#custom_page-header .custom_content-wrap,
#custom_page-header .custom_content {
	height: 100%;
	position: relative;
}
#custom_page-header .custom_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#custom_page-header[data-bg-pos="center"] .custom_bg {
    background-position: center center;
}
#custom_page-header[data-alignment-v="middle"] .custom_content {
	/*top: 50%;*/
	height: auto;
	/*transform: translateY(-50%);*?
}
#custom_page-header h1 {
	color: #fff;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 44px;
	font-weight: 600;
	line-height: 44px;
	margin: 0 0 8px 0;
}

/* Custom Section Menu */
.custom_section-menu .hs-menu-wrapper.hs-menu-flow-horizontal{}
.custom_section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
	display: block;
}
.custom_section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
	width: 16.66%;
}
.custom_section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
	display: block;
	color: #333;
	padding-top: 34px;
	padding-bottom: 35px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.custom_section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover {
	color: #005b97;
}
.custom_section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul {}
.custom_section-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul ul {
	background: #fff;
}
.custom_section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li {}
.custom_section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li a {
	color: #333;
	padding: 5px;
}
.custom_section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li a:hover {
	color: #005b97;
}

.custom_section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active > a,
.custom_section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active-branch > a {
	color: #c44097;
}
.custom_section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a span.text-wrap {
	position: relative;
	display: inline-block;
	-webkit-perspective: 5000px;
	-moz-perspective: 5000px;
	-ms-perspective: 5000px;
	-o-perspective: 5000px;
	perspective: 5000px;
	-webkit-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	-o-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
}
.custom_section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a span.text {
	position: relative;
	display: inline-block;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
    transform-origin: 50% 0;;
	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;;
}
.custom_section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a span.text:before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	content: attr(data-hover);
	-webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
    transform-origin: 50% 0;;
	-webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);;
}
.custom_section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover > a span.text {
	-webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    -ms-transform: rotateX(90deg) translateY(-22px);
	-o-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);;
}

@media (max-width: 1199px) {
	.row-fluid .custom_section-menu {display: none;}
}

/* Post Filter & Post Listing Style */
.widget-module ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget-module ul li {
	padding: 8px 0px;
	border-bottom: 1px solid #e6e6e6;
}
.widget-module ul li a {}
.widget-module ul li a:hover {}

.widget-module ul li:first-child {padding-top: 0;}

.content-wrapper {
	padding-top: 80px;
	padding-bottom: 80px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
.sidebar .row-fluid-wrapper > .row-fluid > .widget-span:not(.widget-type-cell):not(.widget-type-global_group):not(.widget-type-widget_container),
.sidebar .widget-type-widget_container > span > div {
    margin-bottom: 50px;
}

/* Callouts */
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}
.text-nowrap {white-space: nowrap;}
.text-lowercase {text-transform: lowercase;}
.text-uppercase {text-transform: uppercase;}
.text-capitalize {text-transform: capitalize;}

/***************** Icons ******************/
[class^="icon-"],
i[class*=" icon-"] {
    background-color: #27CFC3;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    max-width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 32px;
    top: -2px;
    word-spacing: 1px;
	-webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
	-o-border-radius: 999px;
    border-radius: 999px;;
}
[class^="icon-"].icon-3x,
i[class*=" icon-"].icon-3x {
    background-color: #eeedec
}
body [class^="icon-"].icon-3x.alt-style,
body [class*=" icon-"].icon-3x.alt-style {
    background-color: #27CFC3;
    color: #fff
}
[class^="icon-"].icon-3x,
[class*=" icon-"].icon-3x,
.circle-border {
    background-color: #eeedec;
    color: #27CFC3;
    display: inline-block;
    font-size: 30px;
    height: 90px;
    line-height: 90px;
    max-width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 90px;
    word-spacing: 1px;
	-webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
	-o-border-radius: 999px;
    border-radius: 999px;;
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;;
}
[class^="icon-"].icon-3x,
[class*=" icon-"].icon-3x {
    margin-bottom: 27px
}
[class^="icon-"].icon-tiny {
    line-height: 15px;
    height: 13px;
    width: 15px;
    margin-right: 5px;
    font-size: 13px;
    color: #888;
    background-color: transparent
}
[class^="icon-"].icon-default-style {
    line-height: 34px;
    height: 34px;
    width: 34px;
    margin-right: 0px;
    font-size: 34px;
    color: #27CFC3;
    background-color: transparent;
}
body .nectar-button i {
    background-color: transparent;
}
h3 [class^="icon-"],
h2 [class^="icon-"],
h4 [class^="icon-"],
h5 [class^="icon-"] {
    margin-right: 5px
}

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

.footer-container-wrapper {}
.footer-container {
	background-color: #252525;
	color: #ccc;
}
.footer-container a {color: #ccc;}
.footer-container a:hover {color: #c44097;}

.footer-container h3:first-child {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #777;
	font-size: 12px;
	line-height: 32px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

/* Footer - Top */
.footer-container #custom_footer-top {
	padding-top: 55px;
	padding-bottom: 55px;
}

/* Footer - Bottom */
.footer-container #custom_footer-bottom {
	padding: 20px 0px;
	font-size: 12px;
	background-color: #1c1c1c;
	color: #777;
}

/* Footer - Social */
.footer-container ul#social {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-container ul#social li {
	float: left;
	margin-left: 20px;
}
.footer-container ul#social li a {
	display: block;
	line-height: 22px;
	height: 24px;
	position: relative;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;;
}
.footer-container ul#social li a i {
	color: #777;
	font-size: 20px;
	height: 32px;
	top: -2px;
	position: relative;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;;
}
.footer-container ul#social li a i:hover {
	color: #c44097;
}

/* Footer - Copyright */
.footer-container .custom_copyright {}
.footer-container .custom_copyright p {
	line-height: 22px;
	margin: 3px 0 0 0;
}

/* Footer - Vertical Menu */
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical {}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul {}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
	padding: 8px 0px;
	display: block;
}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:hover {}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul {}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul {}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li {}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a {
	padding: 8px 0px;
	display: block;
}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a:hover {}

.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul li:first-child > a {
	padding-top: 0;
}

/* Footer - Post Filter & Post Listing Style */
.footer-container .widget-module ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-container .widget-module ul li {
	padding: 8px 0px;
	border-bottom: 1px solid #444;
}
.footer-container .widget-module ul li a {}
.footer-container .widget-module ul li a:hover {}

.footer-container .widget-module ul li:first-child {padding-top: 0;}

/* Footer - RSS */
.footer-container .hs-rss-module {}
.footer-container .hs-rss-module .hs-rss-item {
    padding: 8px 0px;
	border-bottom: 1px solid #444;
	margin: 0;
}
.footer-container .hs-rss-module .hs-rss-item:first-child {
    padding-top: 0;
}
.footer-container .hs-rss-module .hs-rss-item .hs-rss-title {}
.footer-container .hs-rss-module .hs-rss-item .hs-rss-byline {
    display: block;
    line-height: 17px;
    color: #999;
    font-size: 11px;
    margin-bottom: 6px;
    opacity: 1;
}
.footer-container .hs-rss-module .hs-rss-item .hs-rss-description {}
.footer-container .hs-rss-module .hs-rss-item .hs-rss-item-text {}
.footer-container .hs-rss-module .hs-rss-item .hs-rss-item-image-wrapper {}

.footer-container .hs-rss-module .hs-rss-item.hs-with-featured-image {}
.footer-container .hs-rss-module .hs-rss-item.hs-with-featured-image .hs-rss-item-text {}
.footer-container .hs-rss-module .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
	display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	position: relative;
	display: block;
	color: #888;
	font-size: 12px;
	line-height: 20px;
	-webkit-transition: color 0.2s linear, padding 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: color 0.2s linear, padding 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition: color 0.2s linear, padding 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: color 0.2s linear, padding 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: color 0.2s linear, padding 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
	color: #888;
}

/* 2nd Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
	background-color: #1C1C1C;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
	position: relative;
	display: block;
	color: #ccc;
	font-size: 12px;
	line-height: 13px;
	padding: 14px;
	-webkit-transition: none;
    -moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
	color: #c44097;
}

/* 3rd Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul ul {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
	position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}

/* 4th Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {
	position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a:hover {}

/* 5th Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul li a {
	position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul li a:hover{}

/* 6th Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul li a {
	position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul li a:hover {}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	overflow: visible !important;
	max-width: none !important;
	width: auto !important;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
	-ms-transition: opacity 0.3s, visibility 0.3s;
	-o-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    -webkit-transition: opacity 0.65s, visibility 0.65s;
    -moz-transition: opacity 0.65s, visibility 0.65s;
	-ms-transition: opacity 0.65s, visibility 0.65s;
	-o-transition: opacity 0.65s, visibility 0.65s;
	transition: opacity 0.65s, visibility 0.65s;;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 1001px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
	
	.custom-menu-primary .hs-menu-wrapper > ul {
		float: right;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		margin-left: 10px;
		margin-right: 10px;
		padding-top: 15px;
		padding-bottom: 43px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
		position: absolute;
		display: block;
		bottom: -6px;
		left: 0;
		width: 100%;
		border-top: 2px solid #c44097;
		content: '';
		padding-bottom: inherit;
		-webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
	-o-transform: scaleX(0);
    transform: scaleX(0);;
		-webkit-transition: transform .3s ease-out,border-color .3s ease-out;
    -moz-transition: transform .3s ease-out,border-color .3s ease-out;
	-ms-transition: transform .3s ease-out,border-color .3s ease-out;
	-o-transition: transform .3s ease-out,border-color .3s ease-out;
	transition: transform .3s ease-out,border-color .3s ease-out;;
	}
	.header-container.sticky .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
	    bottom: -5px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before,
	.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:before,
	.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before {
		-webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
	-o-transform: scaleX(1);
    transform: scaleX(1);;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a,
	.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a {
		padding-right: 16px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
		content: "\f107";
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		text-decoration: inherit;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		width: 10px;
		position: relative;
		left: 8px;
		height: 20px;
		color: #888;
		font-size: 12px;
		line-height: 16px;
		vertical-align: middle;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.active > a:after,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.active-branch > a:after,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after {
		color: #c44097;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		font-size: 12px;
		width: 16em;
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a {
		border-bottom: 1px solid rgba(255,255,255,0.08);
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a {
		color: #c44097;
		background-color: #272727;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a,
	.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a {
	    color: #c44097;
	}
}

@media (min-width: 1001px) and (max-width: 1300px) {
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 10px;
    	margin-left: 5px;
	    margin-right: 5px;
    }
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a,
	.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a {
		padding-right: 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
		left: 6px;
	}
}

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

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

@media (max-width: 1000px){

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

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

	.mobile-trigger {
		display: inline-block !important; /* Show button on mobile */
		cursor: pointer; /* Mouse pointer type on hover */
		position: absolute;
		right: 28px;
		top: 29px;
		margin-bottom: 10px;
		margin-top: -1px;
		width: 22px;
		height: 20px;
	}
	.mobile-trigger:hover{
		text-decoration: none; /* Removes link text underline on button */
	}

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

	/* Toggle Button Icon */
	.mobile-trigger i {
		width: 22px;
		height: 2px;
		display: block;
		position: relative;
		background-color: #a9a9a9;
		-webkit-transition: transform 0.45s ease,background-color 0.2s linear,opacity 0.2s linear;
    -moz-transition: transform 0.45s ease,background-color 0.2s linear,opacity 0.2s linear;
	-ms-transition: transform 0.45s ease,background-color 0.2s linear,opacity 0.2s linear;
	-o-transition: transform 0.45s ease,background-color 0.2s linear,opacity 0.2s linear;
	transition: transform 0.45s ease,background-color 0.2s linear,opacity 0.2s linear;;
	}
	.mobile-trigger i:before,
	.mobile-trigger i:after {
		content: "";
		position: absolute;
		left: 0;
		background-color: #999;
		width: 22px;
		height: 2px;
		display: block;
		-webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;;
		-webkit-transition: transform 0.45s ease,background-color 0.2s linear,opacity 0.2s linear;
    -moz-transition: transform 0.45s ease,background-color 0.2s linear,opacity 0.2s linear;
	-ms-transition: transform 0.45s ease,background-color 0.2s linear,opacity 0.2s linear;
	-o-transition: transform 0.45s ease,background-color 0.2s linear,opacity 0.2s linear;
	transition: transform 0.45s ease,background-color 0.2s linear,opacity 0.2s linear;;
	}
	.mobile-trigger i:before {top: 6px;}
	.mobile-trigger i:after {top: -6px;}
	
	.mobile-open .mobile-trigger {
		top: 27px;
		-webkit-transform: scale3d(0.8,0.8,0.8);
    -moz-transform: scale3d(0.8,0.8,0.8);
    -ms-transform: scale3d(0.8,0.8,0.8);
	-o-transform: scale3d(0.8,0.8,0.8);
    transform: scale3d(0.8,0.8,0.8);;
	}
	.mobile-open .mobile-trigger i {background-color: transparent;}
	
	.mobile-open .mobile-trigger i:before {
		-webkit-transform: translateY(-6px) rotateZ(-45deg);
    -moz-transform: translateY(-6px) rotateZ(-45deg);
    -ms-transform: translateY(-6px) rotateZ(-45deg);
	-o-transform: translateY(-6px) rotateZ(-45deg);
    transform: translateY(-6px) rotateZ(-45deg);;
	}
	.mobile-open .mobile-trigger i:after {
		-webkit-transform: translateY(6px) rotateZ(45deg);
    -moz-transform: translateY(6px) rotateZ(45deg);
    -ms-transform: translateY(6px) rotateZ(45deg);
	-o-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg);;
	}

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

	.child-trigger{
		display: block !important; /* Hide button on Desktop */
		cursor: pointer; /* Mouse pointer type on hover */
		position: absolute;
		top: 0px;
		right: 0px;
		width: 40px !important; /* Button width */
		min-width: 40px !important;
		height: 100% !important; /* Button height */  
		padding: 0 !important;
		text-align: center;
		color: #888;
		font-size: 12px;
		line-height: 16px;
	}
	.child-trigger:hover{
		text-decoration: none;
	}
	
	.child-trigger.child-open {color: #c44097;}
	
	.child-trigger i{
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		text-decoration: inherit;
		-webkit-font-smoothing: antialiased;
		top: 50%;
		position: relative;
		display: block;
		margin-top: -2px;
		-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    transform: translateY(-50%);;
	}
	.child-trigger i:before {content: "\f107";}
	.child-trigger.child-open i{}
	.child-trigger.child-open i:after{}

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

	.custom-menu-primary.js-enabled{
		position: static;
	}

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

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

	/* Mobile Menu Styles */ 
	.custom-menu-primary.js-enabled .hs-menu-wrapper{
		width: auto;
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
		margin-left: -28px;
		margin-right: -28px;
		margin-top: 1px !important;
	}
	.custom-menu-primary .hs-menu-wrapper{
		background-color: #1F1F1F;
		width: auto; /* Full screen width */
	}

	/* Level 1 Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li{
		position: relative;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a{}

	/* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul {}
	.custom-menu-primary .hs-menu-wrapper > ul li{}
	.custom-menu-primary .hs-menu-wrapper > ul li a{
		position: relative;
		color: rgba(255,255,255,0.6);
		font-size: 12px;
		line-height: 27px;
		padding: 16px 0;
		border-bottom: 1px dotted rgba(255,255,255,0.2);
	}
	.custom-menu-primary .hs-menu-wrapper > ul li.active > a,
	.custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a,
	.custom-menu-primary .hs-menu-wrapper > ul li a:hover{
		color: #fff;
	}

	/* Level 2 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		background: none;
		padding-left: 20px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li{}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a{
		position: relative;
		color: rgba(255,255,255,0.6);
		font-size: 12px;
		line-height: 27px;
		padding: 16px 0;
		border-bottom: 1px dotted rgba(255,255,255,0.2);
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a,
	.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a,
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
		color: #fff;
	}

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

	/* Level 4 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul ul ul {}
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li{}
	.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
		position: relative;
	}
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a:hover {}
    
    /* Level 5 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul {}
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul li{}
	.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul li a{
		position: relative;
	}
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul li a:hover {}
    
    /* Level 6 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul {}
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul li{}
	.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul li a{
		position: relative;
	}
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul li a:hover {}
}
@media (max-width: 690px) {
	.mobile-trigger {right: 18px;}
	.custom-menu-primary.js-enabled .hs-menu-wrapper {margin-left: -18px;margin-right: -18px;}
	.custom-menu-primary .hs-menu-wrapper > ul {max-width: 420px;}
}
@media (max-width: 479px) {
	.custom-menu-primary .hs-menu-wrapper > ul {max-width: 300px;}
}
 

 
/* Vertical Menu */
 
 
 
 
.body-container .hs-menu-wrapper.hs-menu-flow-vertical {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    background-color: #1C1C1C;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
    color: #ccc;
	white-space: normal !important;
	font-size: 12px;
	line-height: 13px;
	padding: 14px;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	-webkit-transition: none;
    -moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:hover {
    color: #c44097;
	background-color: #272727;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul {
	background-color: #1C1C1C;
	min-width: 200px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a {
    color: #ccc;
	white-space: normal !important;
	font-size: 12px;
	line-height: 13px;
	padding: 14px;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	-webkit-transition: none;
    -moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a:hover {
    color: #c44097;
	background-color: #272727;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul li a {
	padding-left: 28px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul li a {
	padding-left: 42px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul ul li a {
	padding-left: 56px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul ul ul li a {
	padding-left: 70px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul ul ul ul li a {
	padding-left: 84px;
}

@media (min-width: 768px) {
	.body-container .sidebar.right .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
		right: 100%;
		left: auto;
	}
}
@media (max-width: 767px) {
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul {
		border: 0;
		background-color: transparent;
		min-width: 0;
		-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
	-o-border-radius: 0;
    border-radius: 0;;
		-webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
	-o-box-shadow: none;
    box-shadow: none;;
	}
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul li a {
		padding-left: 28px;
	}
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul li a {
		padding-left: 42px;
	}
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul ul li a {
		padding-left: 56px;
	}
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul ul ul li a {
		padding-left: 70px;
	}
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul ul ul ul li a {
		padding-left: 84px;
	}
}

/* Custom Modules  */

.custom_module {}

/* Custom Sections */

.custom_section {}

/* Custom Templates */

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

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

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

/* Custom Pages */



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


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

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

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

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

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


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

.blog .blog-content {
	padding-right: 20px;
	margin-top: 4px;
}

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

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 0;
}

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

/* Blog Post Title */
.post-header {
	color: #888;
	font-size: 11px;
	margin: 0 0 12px 0;
}
.post-header h2 {
	font-size: 26px;
	line-height: 30px;
	margin: 0 0 2px 0;
}
.post-header h2 a {}

.post-header .post-meta {
	font-size: 15px;
}
.post-header .post-meta:after,
.post-header .post-meta:before {
	content: "";
	display: table;
}
.post-header .post-meta:after {
	clear: both;
}
.post-header .post-meta > ul {
	margin: 0;
	margin-left: 30px;
	padding: 0;
	list-style: none;
}
.post-header .post-meta > ul:after,
.post-header .post-meta > ul:before {
	content: "";
	display: table;
}
.post-header .post-meta > ul:after {
	clear: both;
}
.post-header .post-meta > ul > li {
	float: left;
	margin: 5px;
	position: relative;
}
.post-header .post-meta > ul > li:last-child {
	margin-right: 0;
}
.post-header .post-meta > ul > li > a,
.post-header .post-meta > ul > li > span {
	color: #999;
	border: 2px solid rgba(0,0,0,0.1);
	padding: 8px 16px;
	display: block;
	line-height: 20px;
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
	-o-border-radius: 100px;
    border-radius: 100px;;
	-webkit-transition: border-color .45s cubic-bezier(0.25,1,0.33,1),color.45s cubic-bezier(0.25,1,0.33,1);
    -moz-transition: border-color .45s cubic-bezier(0.25,1,0.33,1),color.45s cubic-bezier(0.25,1,0.33,1);
	-ms-transition: border-color .45s cubic-bezier(0.25,1,0.33,1),color.45s cubic-bezier(0.25,1,0.33,1);
	-o-transition: border-color .45s cubic-bezier(0.25,1,0.33,1),color.45s cubic-bezier(0.25,1,0.33,1);
	transition: border-color .45s cubic-bezier(0.25,1,0.33,1),color.45s cubic-bezier(0.25,1,0.33,1);;
}
.post-header .post-meta > ul > li > a:hover,
.post-header .post-meta > ul > li > span:hover {
	color: #c44097;
	border-color: #c44097;
}

.post-header .post-meta > ul > li > a > i,
.post-header .post-meta > ul > li > span > i {
	color: inherit;
	font-size: 16px;
	width: 16px;
	line-height: 22px;
	margin-right: 3px;
	height: 20px;
}

.post-header .post-meta > ul > li.social {}
.post-header .post-meta > ul > li.social div.social {
	width: 350px;
	position: absolute;
	top: 50%;
	right: -20px;
	display: none;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
	-o-border-radius: 5px;
    border-radius: 5px;;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    transform: translateY(-50%);;
}
.post-header .post-meta .hs-blog-social-share {
	margin: 0;
	padding: 0;
}
.post-header .post-meta .hs-blog-social-share-list li {
	position: relative;
	margin-right: 9px;
}

.blog-post-header .post-header {
	position: relative;
	padding-bottom: 35px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 35px;
}
.blog-post-header .post-header h2 {
	max-width: 800px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 54px;
	line-height: 62px;
	font-weight: 600;
	letter-spacing: -1px;
	top: 3px;
	margin: 0;
	position: relative;
}
.blog-post-header .post-header .post-meta {
	top: 50%;
	margin-top: -13px;
	position: absolute;
	right: 0px;
}
@media (max-width: 1300px) {
	.blog-post-header .post-header h2 {
		font-size: 40.5px;
		line-height: 45px;
	}
}
@media (max-width: 1000px) {
	.blog-post-header .post-header h2 {
		font-size: 37.8px;
		line-height: 42px;
	}
	.blog-post-header .post-header .post-meta {
		position: relative;
		margin: 20px 0 0 0;
		right: 0 !important;
	}
	.post-header .post-meta > ul {
		margin: 0;
		float: left;
	}
	.post-header .post-meta > ul > li {float: right;}
}
@media (max-width: 690px) {
	.blog-post-header .post-header h2 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 4px;
	}
	.blog-post-header #hubspot-author_data {display: none;}
	.post-header .post-meta > ul > li.social div.social {left: -20px;right: auto !important}
	.post-header .post-meta > ul > li.social:hover div.social {left: 0;}
}

/* Blog Author and Avatar */
#hubspot-author_data {
	margin: 0;
}
#hubspot-author_data a {
	color: inherit;
}
#hubspot-author_data a:hover {
	color: #c44097;
}
#hubspot-author_data > span {}
#hubspot-author_data > span + span:before {
	content: "|\00a0"
}
#hubspot-author_data a.author-link {}

#hubspot-author_data .hs-author-social {
	display: table;
	width: 100%;
	margin-top: 15px;
}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
	max-width: 45px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
#hubspot-author_data .hs-author-social .hs-author-avatar,
#hubspot-author_data .hs-author-social .hs-author-avatar + div {
	display: table-cell;
	vertical-align: middle;
}
#hubspot-author_data .hs-author-social .hs-author-avatar + div {
	width: 100%;
	padding-left: 15px;
}

.blog-post-header #hubspot-author_data {
	margin-top: 8px;
	margin-bottom: 0px;
	font-size: 0;
	line-height: 0;
}
.blog-post-header #hubspot-author_data > span {
	padding: 0 10px 0 10px;
	border-left: 1px solid #DDD;
	font-size: 12px;
	line-height: 16px;
}
.blog-post-header #hubspot-author_data > span:first-child {padding-left: 0;border-left: 0;}
.blog-post-header #hubspot-author_data > span + span:before {display: none;}

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

.post-item > .post-meta {
	position: absolute;
	left: -95px;
	top: 0px;
	border-right: 1px solid #E6E6E6;
	max-width: 100%;
	width: 72px;
	margin-bottom: 20px;
}
.post-item > .post-meta .post-date {
	font-size: 12px;
	margin-bottom: 12px;
	padding-bottom: 17px;
	border-bottom: 1px solid #E6E6E6;
}
.post-item > .post-meta .post-date span {
	display: block;
	font-family: ;
	font-size: 17px;
	font-weight: 600;
	line-height: 10px;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 12px 0px 12px;
	margin: 0 0 4px 0;
}
.post-item > .post-meta .post-date span:last-child {margin-bottom: 0;}
.post-item > .post-meta .post-date span.month {padding: 0;}
.post-item > .post-meta .post-date span.day {
	font-size: 30px;
	line-height: 29px;
}

@media (max-width: 690px) {
    .post-item > .post-meta {display: none;}
    .blog-listing-wrapper .post-listing .post-item {margin-left: 0;}
}

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

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

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
	padding: 5px 0 0 0;
	border-top: 0;
	border-bottom: 0;
	height: auto;
	margin: 0 0 5px 0;
}
.hs-blog-social-share ul li {
	height: 20px !important;
	margin-bottom: 5px;
}
.hs-blog-social-share ul li:last-child {
	margin-right: 0 !important;
}
.hs-blog-social-share ul li:last-child > div#___plusone_0 {
	width: 57px !important;
}

/* Blog Commments */
.custom_listing_comments {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
}
#comments-listing {
	border: 1px solid #e2e2e2;
    display: block;
    line-height: 165%;
    padding: 15px;
}
#comments-listing:empty,
#comments-listing.no-comments {
	display: none;
}
#comments-listing .comment {
	margin: 0;
	border-top: 0;
	border-bottom: 1px solid #7c7c7c;
	padding: 15px;
}
#comments-listing .comment .comment-date {
	padding: 4px 0;
	font-size: 0.9em;
	font-style: italic;
	color: #7c7c7c;
}
#comments-listing .comment .comment-from {
	padding: 4px 0;
	font-style: italic;
	color: #7c7c7c;
}
#comments-listing .comment .comment-from h4 {
	font-size: 1em;
    font-style: italic;
	font-weight: normal;
	margin: 0;
	color: #7c7c7c;
}
#comments-listing .comment .comment-body { 
	padding: 0;
}
#comments-listing .replying {
	padding: 10px;
}
#comments-listing .replying form.hs-form {
	padding-left: 0;
	padding-right: 0;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a + a {
    margin-left: 10px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {
    font-size: 26px;
	line-height: 30px;
	margin: 0 0 14px 0;
}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}
.blog .blog-sidebar .widget-span:not(.widget-type-cell):not(.widget-type-global_group) {
    margin-bottom: 50px;
}


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

.hs-author-profile {margin: 0 0 20px 0;}
.hs-author-profile h2.hs-author-name {margin: 0 0 20px 0;}
.hs-author-profile .hs-author-bio {margin: 0 0 20px 0;}
.hs-author-profile .hs-author-avatar {
	padding: 20px 0;
	text-align: center;
}
.hs-author-profile .hs-author-avatar img {
	max-width: 75px;
	width: 100%;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
	-o-border-radius: 100%;
    border-radius: 100%;
}
h3.hs-author-listing-header {margin: 0 0 20px 0;}

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


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


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

button::-moz-focus-inner, 
input::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}

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

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

/* Labels and Legends */
label {
	color: #acacac;
	font-size: 14px;
}
.hs-form-field > label {}
label .hs-form-required:before {content: "\00a0";}
label .hs-form-required {color: #c44097;}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	color: #000;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 0;
	padding-right: 0;
	border: 0;
	border-bottom: 1px solid #e0e0e0;
	margin: 0 0 24px 0;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
	-o-box-shadow: none;
    box-shadow: none;;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;;
}

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

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

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
	list-style: none;
	padding: 0;
	margin: 0 0 24px 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}

body form.hs-form .hs-form-field ul.inputs-list li input,
body form.hs-form .hs-form-field ul.inputs-list li input + span {
	vertical-align: middle;
}

input[type="radio"] {}
input[type="checkbox"] {}

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

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

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

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


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

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {
    padding-left: 0;
    padding-right: 0;
}

.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {
    padding-left: 5px;
    padding-right: 5px;
}
.hs-form fieldset.form-columns-2 .hs-form-field:first-child {
    padding-left: 0;
}
.hs-form fieldset.form-columns-2 .hs-form-field:last-child {
    padding-right: 0;
}

.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {
    padding-left: 5px;
    padding-right: 5px;
}
.hs-form fieldset.form-columns-3 .hs-form-field:first-child {
    padding-left: 0;
}
.hs-form fieldset.form-columns-3 .hs-form-field:last-child {
    padding-right: 0;
}

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

@media (max-width: 400px) {
	form.hs-form fieldset .hs-form-field { padding: 0; }
	form.hs-form fieldset.form-columns-3 .hs-form-field,
	form.hs-form .form-columns-2 .hs-form-field .hs-input, 
	form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
	form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
	form.hs-form fieldset.form-columns-1 .hs-form-field,
    form.hs-form fieldset.form-columns-1 .hs-form-field:first-child,
    form.hs-form fieldset.form-columns-1 .hs-form-field:last-child,
    form.hs-form fieldset.form-columns-2 .hs-form-field,
    form.hs-form fieldset.form-columns-2 .hs-form-field:first-child,
	form.hs-form fieldset.form-columns-2 .hs-form-field:last-child,
	form.hs-form fieldset.form-columns-3 .hs-form-field,
	form.hs-form fieldset.form-columns-3 .hs-form-field:first-child,
	form.hs-form fieldset.form-columns-3 .hs-form-field:last-child {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
    body form.hs-form fieldset.form-columns-1 .hs-form-field,
    body form.hs-form fieldset.form-columns-2 .hs-form-field,
	body form.hs-form fieldset.form-columns-3 .hs-form-field {float:none;width:100%;}
	body form.hs-form fieldset.form-columns-1 .hs-form-field .hs-input,
	body form.hs-form fieldset.form-columns-2 .hs-form-field .hs-input,
	body form.hs-form fieldset.form-columns-3 .hs-form-field .hs-input {width:100%;}
}


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

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

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

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

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

#comment-form #captcha_wrapper {
	margin: 0 0 24px 0;
}


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

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], 
#hs_form_target_blog_subscription input[type="checkbox"] {
	width: auto;
	margin-right: 10px;
}

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

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

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

/* Global Search */
.hs-search-module {}
.hs-search-module form.hs-form {}
.hs-search-module form.hs-form label {}
.hs-search-module form.hs-form .input {
    position: relative;
    padding-top: 35px;
}
.hs-search-module form.hs-form input.hs-input {
    padding-right: 15px;
    margin: 0;
}
.hs-search-module form.hs-form a.hs-button.primary {
    bottom: 0;
    position: absolute;
    right: 0px;
    margin: 0;
    line-height: 22px;
}


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	text-decoration: none !important;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	max-width: 100%;
	color: #fff;
	font: -moz-button;
    font: -webkit-small-control;
	font-size: 12px;
	line-height: normal;
	padding: 15px 22px;
	background-color: #c44097;
	border: 0;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
	-o-border-radius: 2px;
    border-radius: 2px;;
	-webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    -moz-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
	-ms-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
	-o-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
	transition: all 0.45s cubic-bezier(0.25,1,0.33,1);;
}

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

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


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

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


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */

.hsformerror {z-index: 5 !important;}
.checkbox-row span.fakelabel input {
    float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
}
.checkbox-row span.fakelabel {
    line-height: normal;
}
.checkbox-row span.fakelabel span {
	float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
	line-height: normal;
}
p.header {margin-left: 0 !important;}
.subscribe-options label {margin: 0 !important;}
#email-prefs-form .email-edit {
    max-width: 100% !important;
    width: 100% !important;
}
#hs-pwd-widget-password {margin-top: 0 !important;max-width: 100% !important;width: 100% !important;}
.recaptchatable #recaptcha_response_field {height: auto!important;}
.hs_recaptcha .input > div {
	width: 100% !important;
}
.hs_recaptcha .input > div iframe {
	max-width: 100%;
}

/* Custom Columns */
.custom_cols .row-fluid #custom_col {
	float: left;
	width: 100%;
	margin-left: 0;
}
@media (min-width: 1001px) {
	.custom_cols .row-fluid #custom_col {margin-right: 2%;}
	.custom_cols .row-fluid #custom_col:last-child {margin-right: 0;}
	.custom_cols .row-fluid #custom_col.span1 { width: 6.5%; }
	.custom_cols .row-fluid #custom_col.span2 { width: 15.0%; }
	.custom_cols .row-fluid #custom_col.span3 { width: 23.5%; }
	.custom_cols .row-fluid #custom_col.span4 { width: 32.0%; }
	.custom_cols .row-fluid #custom_col.span5 { width: 40.5%; }
	.custom_cols .row-fluid #custom_col.span6 { width: 49.0%; }
	.custom_cols .row-fluid #custom_col.span7 { width: 57.5%; }
	.custom_cols .row-fluid #custom_col.span8 { width: 66.0%; }
	.custom_cols .row-fluid #custom_col.span9 { width: 74.5%; }
	.custom_cols .row-fluid #custom_col.span10 { width: 83.0%; }
	.custom_cols .row-fluid #custom_col.span11 { width: 91.5%; }
	.custom_cols .row-fluid #custom_col.span12 { width: 100%; }
}

/* Header - Sticky */
@media (min-width: 1001px) {
	.header-container {
		position: fixed;
	}
	.header-container.sticky {}
	.header-container.sticky #custom_header-bottom {
		padding-top: 16px;
	}
	.header-container.sticky .custom-menu-primary .hs-menu-wrapper > ul > li > a {
		padding-top: 12px;
		padding-bottom: 27px;
	}
	.header-container.sticky .hs_cos_wrapper_type_logo a img {
		max-height: 45px;
		margin-bottom: 15px;
	}
}

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


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

@media (max-width: 1300px) and (min-width: 1000px) {
    .footer-container h3:first-child {
        line-height: 28px;
    }
}

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

@media (max-width: 1000px) {
	.header-container-wrapper {min-height: 0 !important;}
	.header-container #custom_header-top .row-fluid #custom_col.social-col, 
	.header-container #custom_header-top .row-fluid #custom_col.nav-col {
		float: none;
		width: 100%;
		text-align: center;
	}
	.header-container #custom_header-top .row-fluid #custom_col + #custom_col {
		border-top: 1px solid #DDDDDD;
	}
	.header-container ul#social {font-size: 0;line-height: 0;}
	.header-container ul#social li,
	.header-container #custom_header-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
		float: none;
		display: inline-block;
		width: auto;
	}
	.header-container ul#social li:last-child,
	.header-container #custom_header-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child {border-right: 1px solid #DDDDDD;}
	.header-container #custom_header-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header-container ul#social li a {padding-bottom: 7px;}
	
	.header-container #custom_header-bottom {padding-top: 10px;}
	.header-container .hs_cos_wrapper_type_logo a img {max-height: 24px;margin-top: 7px;margin-bottom: 0;}
	
	.header-container #custom_header-bottom .row-fluid #custom_col.logo-col, 
	.header-container #custom_header-bottom .row-fluid #custom_col.nav-col {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.header-container #custom_header-bottom .row-fluid #custom_col.logo-col {width: 85%;margin-bottom: 16px;}
	
	#custom_page-header h1 {
		font-size: 32px;
		line-height: 38px;
	}
	
	
	.footer-container ul#social li {
		width: 33px;
		margin-top: 9px;
		margin-bottom: 9px;
	}
	
	.custom_cols .row-fluid #custom_col.blog-content + .blog-sidebar,
	.custom_cols .row-fluid #custom_col.blog-sidebar + .blog-content {margin-top: 40px;}
	
}

@media (max-width: 1000px) and (-webkit-min-device-pixel-ratio:0) {
    .header-container ul#social li a {
        padding-top: 9px;
        padding-bottom: 8px;
    }
}

@media (max-width: 1000px) and (min-width: 690px) {
    .footer-container h3:first-child {
        line-height: 28px;
    }
	.footer-container #custom_footer-top .custom_cols .row-fluid #custom_col {
		padding: 15px;
		float: left;
		margin-right: 15px;
		margin-bottom: 40px;
	}
	.footer-container #custom_footer-top .custom_cols .row-fluid #custom_col:last-child {margin-right: 0;}
	.footer-container #custom_footer-top .custom_cols .row-fluid #custom_col:last-child,
	.footer-container #custom_footer-top .custom_cols .row-fluid #custom_col:nth-last-child(2) {
		margin-bottom: 0px;
	}
	.footer-container #custom_footer-top .custom_cols .row-fluid #custom_col:nth-child(2n) {
	    margin-right: 0;
	}
	.footer-container #custom_footer-top .custom_cols .row-fluid #custom_col.span3 {width: 48%;}
	.footer-container #custom_footer-top .custom_cols .row-fluid #custom_col.span3:nth-child(2n+1) {clear: left;}
	
	.footer-container #custom_footer-bottom .custom_cols .row-fluid #custom_col {
		float: left;
		margin-right: 2%;
	}
	.footer-container #custom_footer-bottom .custom_cols .row-fluid #custom_col:last-child {margin-right: 0;}
	.footer-container #custom_footer-bottom .custom_cols .row-fluid #custom_col {width: 49%;}
	
}

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

@media (max-width: 767px) {
	
	.content-wrapper {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.sidebar + .main-content,
	.main-content + .sidebar,
	.main-content + .main-content,
	.blog-content + .blog-sidebar,
	.blog-sidebar + .blog-content {margin-top: 70px;}
	
} 

@media (max-width: 690px) {
	.header-container #custom_header-top,
	.header-container #custom_header-bottom {
		padding-left: 18px;
		padding-right: 18px;
	}
	.header-container #custom_header-top .row-fluid #custom_col {
		padding: 10px 0px;
	}
	.header-container ul#social li,
	.header-container ul#social li:last-child,
	.header-container ul#social li a,
	.header-container #custom_header-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li,
	.header-container #custom_header-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child,
	.header-container #custom_header-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
		border: 0;
	}
	.header-container #custom_header-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child {
	    margin-right: 2px;
	}
	
	#custom_page-header h1 {
	    font-size: 24px;
    	line-height: 30px;
    	margin-bottom: 4px;
	}
	
	.footer-container h3:first-child {line-height: 25.2px;}
	
	.footer-container #custom_footer-top .custom_cols .row-fluid #custom_col {margin-bottom: 40px;}
	.footer-container #custom_footer-top .custom_cols .row-fluid #custom_col:last-child {margin-bottom: 0;}
	
	.footer-container #custom_footer-bottom .custom_cols .row-fluid #custom_col + #custom_col {margin-top: 25px;}
	
	.footer-container ul#social {float: left;}
	.footer-container ul#social li {margin-right: 10px;margin-left: 0px;}
	
}

#new-header-buttons .row-fluid {
  display: flex;
  flex-direction: space-between;
  
}
#new-header-buttons .left-panel {
  
}
#new-header-buttons .right-panel {
  text-align: right;
}
/* =============== Landscape phones and smaller devices =============== */

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

/* Mods to Header */
.container-1320 {
  width: 1320px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  float: unset !important;
}

.footer-container .lp-footer-v2 {
  padding: 100px 0;
}

@media screen and (max-width: 1000px) {
  .footer-container .lp-footer-v2-social-mod ul#social li {
    width: 100%;
  }
}

.footer-container .lp-footer-v2  #custom_footer-top {
  padding-top: 0;
}