/* ==========================================================================
   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('//fonts.googleapis.com/css?family=Open+Sans:300,400,600|Raleway:300,400,500,600,700|Lato:300,400,400italic,600,700');
@import url('//cdn2.hubspot.net/hubfs/1554587/JAMGraphics_May2018/fonts/FontAwesome/4.7.0/font-awesome.css');
@import url('//cdn2.hubspot.net/hubfs/1554587/JAMGraphics_May2018/fonts/et-line/et-line.eot');
@import url('//cdn2.hubspot.net/hubfs/1554587/JAMGraphics_May2018/fonts/font-icons/font-icons.css');
@import url('//cdn2.hubspot.net/hubfs/1554587/JAMGraphics_May2018/css/social.css');
@import url('//cdn2.hubspot.net/hubfs/1554587/JAMGraphics_May2018/fonts/et-line/et-line.css');
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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



 



























































































 
 
 
 
 
 


 
 
 
 
 
 
 

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

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

html, body {
	min-height: 100%;
	margin: 0;
	padding: 0;
} 
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}
body {
	background-color: #f1f2f7;
	color: #666;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.row-fluid .span12 { margin-left: 0; }
@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%;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 576px) {
	.container-fluid .row-fluid .page-center { max-width: 540px; }
}
@media (min-width: 768px) {
	.container-fluid .row-fluid .page-center { max-width: 720px; }
}
@media (min-width: 992px) {
	.container-fluid .row-fluid .page-center { max-width: 960px; }
}
@media (min-width: 1200px) {
	.container-fluid .row-fluid .page-center { max-width: 1170px; }
}

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


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

/* Basic text */
p {
	margin: 0 0 30px 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: #414141;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.5;
	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 {
	color: #121212;
}
h1 a:hover, h2 a:hover, h3 a:hover, 
h4 a:hover, h5 a:hover, h6 a:hover,
.h1 a:hover, .h2 a:hover, .h3 a:hover, 
.h4 a:hover, .h5 a:hover, .h6 a:hover {
	color: #FFA233;
}

h1 small, h2 small, h3 small, 
h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, 
.h4 small, .h5 small, .h6 small,
h1 .small, h2 .small, h3 .small, 
h4 .small, h5 .small, h6 .small,
.h1 .small, .h2 .small, .h3 .small, 
.h4 .small, .h5 .small, .h6 .small {}

h1, h2, h3, 
.h1, .h2, .h3 {}

h1 small, h2 small, h3 small, 
.h1 small, .h2 small, .h3 small,
h1 .small, h2 .small, h3 .small, 
.h1 .small, .h2 .small, .h3 .small {}

h4, h5, h6,
.h4, .h5, .h6 {}

h4 small, h5 small, h6 small,
.h4 small, .h5 small, .h6 small,
h4 .small, h5 .small, h6 .small,
.h4 .small, .h5 .small, .h6 .small {}

h1, .h1 {
	font-size: 36px;
	margin: 0 0 44px 0;
}
h2, .h2 {
	font-size: 30px;
	margin: 0 0 32px 0;
}
h3, .h3 {
	font-size: 24px;
	letter-spacing: normal;
	margin: 0 0 32px 0;
}
.sidebar h3:first-child,
.blog-sidebar h3:first-child {
	font-size: 16px;
	margin: 0 0 20px 0;
}
h4, .h4 {
	font-size: 18px;
	letter-spacing: normal;
	margin: 0 0 14px 0;
}
h5, .h5 {
	font-size: 14px;
	letter-spacing: normal;
	margin: 0 0 20px 0;
}
h6, .h6 {
	font-size: 12px;
	letter-spacing: normal;
	margin: 0 0 20px 0;
}

.hs_cos_wrapper_type_section_header {
	position: relative;
	display: block;
	border-left: 5px solid #FFA233;
	padding-left: 15px;
	margin-bottom: 40px;
}
.hs_cos_wrapper_type_section_header h1 {
	font-size: 18px;
	font-weight: 400;
	padding-right: 15px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.hs_cos_wrapper_type_section_header p {
	font-size: 13px;
	font-weight: 300;
	margin: 0;
}

/* Anchor Links */
a { color: #FFA233; text-decoration: none; 
-webkit-transition: all .300s;
-moz-transition: all .300s;
-ms-transition: all .300s;
-o-transition: all .300s;
transition: all .300s; }
a:hover { color: #212121; text-decoration: none; }
:focus {outline: 0;}

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

ul > li > i {
    margin-right: 10px;
}

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

/* Block Quotes */
blockquote {
	font-size: 1.3em;
	font-style: normal;
	letter-spacing: -1px;
	border-left: 5px solid rgba(0,0,0,0.1);
	padding: 0 0 0 25px;
	margin: 25px 0;
}
blockquote p {
	margin-bottom: 20px;
	position: relative;
}
blockquote small {}
blockquote cite {
	color: #9CA6B4;
	font-size: 0.75em;
	display: block;
}
blockquote cite:before {
	content: '\2014 \00A0';
	padding-right: 8px;
}
blockquote cite::after {
	content: '\2014 \00A0';
	padding-left: 10px;
}

address {
	font-style: normal;
	line-height: inherit;
	margin: 0 0 30px 0;
}

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

audio, canvas, img, video {
	vertical-align: middle;
}

/* =============== 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 {
	min-height: 137px;
}

.header-container .custom_header {
	background-color: #fff;
}

/* Header - Top */
.header-container .custom_header-top {
	background-color: #fff;
	min-height: 40px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
}
.header-container .custom_header.sticky .custom_header-top {
	position: absolute;
}
.header-container .custom_header-top .custom_cols {}
.header-container .custom_header-top .custom_cols .row-fluid .custom_col.left-col,
.header-container .custom_header-top .custom_cols .row-fluid .custom_col.right-col {
	float: left;
	width: auto;
	margin-left: 0;
}
.header-container .custom_header-top .custom_cols .row-fluid .custom_col.right-col {
	float: right;
}

/* Header - Bottom */
.header-container .custom_header-bottom {
	font-size: 14px;
	background-color: #fff;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
-moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
-ms-box-shadow: 0 0 2px rgba(0,0,0,.1);
-o-box-shadow: 0 0 2px rgba(0,0,0,.1);

box-shadow: 0 0 2px rgba(0,0,0,.1);
	
-webkit-transition: all .800s;
-moz-transition: all .800s;
-ms-transition: all .800s;
-o-transition: all .800s;
transition: all .800s;
}
.header-container .custom_header.sticky .custom_header-bottom {
	position: fixed;
}
.header-container .custom_header-bottom:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 60px;
	bottom: -60px;
	background-image: url('//cdn2.hubspot.net/hubfs/1554587/JAMGraphics_May2018/layout/shadow3.png');
	background-size: 100% 100%;
}

.header-container .custom_header-bottom .custom_cols {}
.header-container .custom_header-bottom .custom_cols .row-fluid .custom_col.logo-col,
.header-container .custom_header-bottom .custom_cols .row-fluid .custom_col.nav-col {
	float: left;
	width: auto;
	margin-left: 0;
}
.header-container .custom_header-bottom .custom_cols .row-fluid .custom_col.nav-col {
	float: right;
}

/* Header - Top Links */
.header-container .custom_top-links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-container .custom_top-links > li {
	position: relative;
	display: inline-block;
	margin-left: -3px;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.header-container .custom_top-links > li > a {
	color: #151515;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px;
	display: block;
}
.header-container .custom_top-links > li > a > i {
	margin-right: 5px;
	opacity: 0.3;
}
.header-container .custom_top-links > li > a:hover {
	background-color: rgba(0,0,0,0.01);
}

/* Header - Logo styling */
.header-container .hs_cos_wrapper_type_logo {
	display: block;
	
-webkit-transition: all .300s;
-moz-transition: all .300s;
-ms-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
.header-container .hs_cos_wrapper_type_logo a {
	display: block;
  
-webkit-transition: all .300s;
-moz-transition: all .300s;
-ms-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
.header-container .hs_cos_wrapper_type_logo a img {
	display: inline-block;
  
-webkit-transition: all .300s;
-moz-transition: all .300s;
-ms-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}

.header-container .custom_header-bottom .hs_cos_wrapper_type_logo a {
	line-height: 96px;
	height: 96px;
}
.header-container .custom_header.sticky .custom_header-bottom .hs_cos_wrapper_type_logo a {
	line-height: 60px;
	height: 60px;
}

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

.body-container-wrapper {}
.body-container {
	background-color: #fff;
}

/* Back To Top */
#back-to-top {
	font-size: 38px;
	line-height: 33px;
	background-color: rgba(0,0,0,0.3);
	color: #FFF;
	position: fixed;
	height: 35px;
	width: 40px;
	right: 6px;
	bottom: 6px;
	text-align: center;
	text-transform: uppercase;
	opacity: 0.9;
	text-decoration: none;
	display: none;
	z-index: 1000;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;

border-radius: 2px;
	
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
#back-to-top:before {
	font-family: "fontawesome";
	content: "\f102";
}
#back-to-top:hover {
	background-color: rgba(0,0,0,0.7);
}

/* RSS */
.hs-rss-module {}
.hs-rss-module .hs-rss-item {
	border-bottom: 1px solid rgba(0,0,0,0.06);
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.hs-rss-module .hs-rss-item .hs-rss-title {
	color: #666;
	text-decoration: none;
}
.hs-rss-module .hs-rss-item .hs-rss-title:hover {
	color: #FFA233;
}
.hs-rss-module .hs-rss-item .hs-rss-byline {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	opacity: 1;
	display: block;
}
.hs-rss-module .hs-rss-item .hs-rss-description {}
.hs-rss-module .hs-rss-item .hs-rss-item-text {}
.hs-rss-module .hs-rss-item .hs-rss-item-image-wrapper {}

.hs-rss-module .hs-rss-item.hs-with-featured-image {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
}
.hs-rss-module .hs-rss-item.hs-with-featured-image .hs-rss-item-text,
.hs-rss-module .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
	float: none;
	max-width: 100%;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.hs-rss-module .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
	-webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2;
}
.hs-rss-module .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  margin-bottom: 15px;
	-webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1;
}

@media (min-width: 992px) {
	
	.hs-rss-module .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    margin-bottom: 0;
		max-width: 25%;
		-webkit-flex-grow: 0; -moz-flex-grow: 0; -ms-flex-positive: 0; flex-grow: 0;
		-webkit-flex-shrink: 0; -moz-flex-shrink: 0; -ms-flex-shrink: 0; flex-shrink: 0;
		-webkit-flex-basis: 25%; -moz-flex-basis: 25%; -ms-flex-basis: 25%; flex-basis: 25%;
	}
	.hs-rss-module .hs-rss-item.hs-with-featured-image .hs-rss-item-text  {
		max-width: 75%;
		-webkit-flex-grow: 0; -moz-flex-grow: 0; -ms-flex-positive: 0; flex-grow: 0;
		-webkit-flex-shrink: 0; -moz-flex-shrink: 0; -ms-flex-shrink: 0; flex-shrink: 0;
		-webkit-flex-basis: 75%; -moz-flex-basis: 75%; -ms-flex-basis: 75%; flex-basis: 75%;
	}
	
}

/* Post Filter & Post Listing Style */
.widget-module ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget-module ul li {
	border-bottom: 1px solid rgba(0,0,0,0.06);
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.widget-module ul li a {
	color: #666;
	text-decoration: none;
}
.widget-module ul li a:hover {
	color: #FFA233;
}

.custom_tags .widget-module ul {}
.custom_tags .widget-module ul li {
	position: relative;
	display: inline-block;
	border: 0;
	padding: 0;
	margin: 0 6px 3px 0;
}
.custom_tags .widget-module ul li a {
	color: #666;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 9px;
	border: 1px solid #e3e3e3;
	float: left;
	word-wrap: break-word;
	word-break: break-all;
	
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.custom_tags .widget-module ul li a:hover {
	color: #FFA233;
}
.custom_tags .widget-module ul li a span.filter-link-count {
	color: #aaa;
	font-size: 11px;
	padding: 8px 9px 8px 11px;
	margin-top: -9px;
	margin-right: -10px;
	margin-bottom: -9px;
	margin-left: 10px;
	background: rgba(0,0,0,0.01);
	border-color: #e3e3e3;
	border-style: solid;
	border-width: 1px;
	position: relative;
	height: 100%;
	display: inline-block;
	float: right;
}
.custom_tags .widget-module ul li a span.filter-link-count:after {
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
	border-style: solid;
	border-width: 4px;
	content: "";
	display: block;
	left: -1px;
	position: absolute;
	top: 12px;
}
.custom_tags .widget-module ul li a span.filter-link-count:before {
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #C6C6C6;
	border-style: solid;
	border-width: 4px;
	content: "";
	display: block;
	left: 0px;
	position: absolute;
	top: 12px;
}

.content-wrapper {
	padding-top: 100px;
	padding-bottom: 100px;
}
.content-wrapper > .row-fluid-wrapper {
	margin-right: -15px;
	margin-left: -15px;
}
.main-content,
.blog-content {
	padding-right: 15px;
	padding-left: 15px;
}
.sidebar,
.blog-sidebar {
	padding-right: 15px;
	padding-left: 15px;
}
.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 > span,
.sidebar .widget-type-widget_container > span > div {
	display: block;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.sidebar .row-fluid-wrapper > .row-fluid > .widget-span:not(.widget-type-cell):not(.widget-type-global_group):not(.widget-type-widget_container):after,
.sidebar .widget-type-widget_container > span > span:after,
.sidebar .widget-type-widget_container > span > div:after {
	content: "";
	height: 1px;
	background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6',GradientType=0 );
	position: absolute;
	width: 100%;
	bottom: 0;
}
.sidebar .row-fluid-wrapper:last-child > .row-fluid > .widget-span:not(.widget-type-cell):not(.widget-type-global_group):not(.widget-type-widget_container):after,
.sidebar .widget-type-widget_container > span > span:last-child:after,
.sidebar .widget-type-widget_container > span > div:last-child:after { display: none; }

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

.dropcap:first-letter {
	float: left;
	color: #333;
	font-size: 70px;
	line-height: 60px;
	padding: 4px 8px 4px 4px;
	margin-right: 6px;
	margin-top: -3px;
	display: inline-block;

}

.font-open-sans { font-family: 'Open Sans', Helvetica, Arial, sans-serif; }
.font-lato { font-family: 'Lato', Helvetica, Arial, sans-serif; font-weight: 300; }
.font-raleway { font-family: 'Raleway', Helvetica, Arial, sans-serif; }

/* letter spacing */
.letter-spacing-0 { letter-spacing: 0em !important; }
.letter-spacing-1 { letter-spacing: 0.1em !important; }
.letter-spacing-2 { letter-spacing: 0.2em !important; }
.letter-spacing-3 { letter-spacing: 0.3em !important; }
.letter-spacing-4 { letter-spacing: 0.4em !important; }
.letter-spacing-5 { letter-spacing: 0.5em !important; }
.letter-spacing-6 { letter-spacing: 0.6em !important; }
.letter-spacing-7 { letter-spacing: 0.7em !important; }
.letter-spacing-8 { letter-spacing: 0.8em !important; }
.letter-spacing-9 { letter-spacing: 0.9em !important; }
.letter-spacing-10 { letter-spacing: 1em !important; }

div.divider {
	margin: 40px 0;
	position: relative;
	display: block;
	min-height: 20px;
}
div.divider:after {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	height: 0;
	border-top: 1px solid #ddd;
}
div.divider.divider-dotted {
	height: 10px;
	border: 0;
	background: url('//cdn2.hubspot.net/hubfs/1554587/JAMGraphics_May2018/layout/dots.png') repeat-x center;
}
div.divider.divider-dotted:after {
	display: none;
}

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

.footer-container-wrapper {}
.footer-container {
	color: rgba(255,255,255,0.6);
	font-size: 14px;
	background: #313131;
	background: -moz-linear-gradient(top, #555555 0%, #313131 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #313131));
	background: -webkit-linear-gradient(top, #555555 0%, #313131 100%);
	background: -o-linear-gradient(top, #555555 0%, #313131 100%);
	background: -ms-linear-gradient(top, #555555 0%, #313131 100%);
	background: linear-gradient(to bottom, #555555 0%,#313131 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#313131',GradientType=0 );
}

/* Footer - Logo styling */
.footer-container .hs_cos_wrapper_type_logo {
	display: block;
	max-width: 200px;
	margin-bottom: 20px;
}
.footer-container .hs_cos_wrapper_type_logo a {}
.footer-container .hs_cos_wrapper_type_logo a img {}

.footer-container a { color: rgba(255,255,255,0.6); }
.footer-container a:hover { color: rgba(255,255,255,0.9); }

.footer-container h1, .footer-container h2, .footer-container h3, 
.footer-container h4, .footer-container h5, .footer-container h6,
.footer-container .h1, .footer-container .h2, .footer-container .h3, 
.footer-container .h4, .footer-container .h5, .footer-container .h6 {
	color: rgba(255,255,255,0.8);
	font-weight: 600;
}
.footer-container h3:first-child,
.footer-container .h3:first-child {
	font-size: 15px;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}
.footer-container p {
	line-height: 18px;
}

/* Footer - Top */
.footer-container .custom_footer-top {
	padding-top: 60px;
	padding-bottom: 60px;
}
.footer-container .custom_footer-top .custom_cols > .row-fluid-wrapper {
	margin-right: -15px;
	margin-left: -15px;
}
.footer-container .custom_footer-top .custom_cols .row-fluid .custom_col {
	float: none;
	width: auto;
	margin-left: 0;
	padding-right: 15px;
	padding-left: 15px;
}

/* Footer - Bottom */
.footer-container .custom_footer-bottom {
	font-size: 13px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.2);
	padding-top: 25px;
	padding-bottom: 25px;
}
.footer-container .custom_footer-bottom .custom_cols {}
.footer-container .custom_footer-bottom .custom_cols .row-fluid .custom_col.left-col,
.footer-container .custom_footer-bottom .custom_cols .row-fluid .custom_col.right-col {
	float: left;
	width: auto;
	margin-left: 0;
}
.footer-container .custom_footer-bottom .custom_cols .row-fluid .custom_col.right-col { float: right; }

/* Footer - Vertical Menu */
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical {}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul {
	display: block;
}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {
	font-weight: 300;
	padding-bottom: 10px;
}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
	display: inline !important;
}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:hover {}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:before {
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	padding-right: 10px;
}
.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 {
	display: inline !important;
}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a:hover {}

/* Footer - Subscribe */
.footer-container .custom_subscribe {
	margin-bottom: 5px;
}
.footer-container .custom_subscribe form.hs-form {
	width: 100%;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-box-align: stretch; -moz-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
}
.footer-container .custom_subscribe form.hs-form .hs-form-field > label { display: none; }

.footer-container .custom_subscribe form.hs-form .hs-form-field .input .hs-input {
	color: #999;
	background-color: rgba(0,0,0,.2);
	border-color: rgba(0,0,0,.25);
	margin: 0;
  -webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;

border-radius: 0;
	
-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 .custom_subscribe form.hs-form .hs-form-field .input .hs-input:focus {
  background-color: rgba(0,0,0,.3);
}
.footer-container .custom_subscribe form.hs-form .hs-form-field .input .hs-input.error {
	border: 2px dashed #bf6464;
  background-color: #fdfbfb;
}

.footer-container .custom_subscribe form.hs-form .hs-form-field.hs_email {
	position: relative;
	width: 100%;
}
.footer-container .custom_subscribe form.hs-form .hs-form-field.hs_email > label {
	color: #999;
	display: inline-block;
	vertical-align: top;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 17px;
	line-height: 44px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0 12px;
	background-color: rgba(0,0,0,.4);
	border: 1px solid rgba(0,0,0,.25);
	border-right: 0;
	position: static;
	top: 0;
	left: 0;
  float: left;
	-webkit-border-top-left-radius: 2px;
-moz-border-top-left-radius: 2px;
-ms-border-top-left-radius: 2px;
-o-border-top-left-radius: 2px;

border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
-moz-border-bottom-left-radius: 2px;
-ms-border-bottom-left-radius: 2px;
-o-border-bottom-left-radius: 2px;

border-bottom-left-radius: 2px;
}
.footer-container .custom_subscribe form.hs-form .hs-form-field.hs_email > label:before {
  content: "\f0e0";
}
.footer-container .custom_subscribe form.hs-form .hs-form-field.hs_email > label > span { display: none; }
.footer-container .custom_subscribe form.hs-form .hs-form-field.hs_email > .input {
	overflow: hidden;
}

.footer-container .custom_subscribe form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs {
	margin: 5px 0;
}

.footer-container .custom_subscribe form.hs-form .hs-button.primary {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
	height: 46px;
	-webkit-border-top-left-radius: 0;
-moz-border-top-left-radius: 0;
-ms-border-top-left-radius: 0;
-o-border-top-left-radius: 0;

border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
-moz-border-bottom-left-radius: 0;
-ms-border-bottom-left-radius: 0;
-o-border-bottom-left-radius: 0;

border-bottom-left-radius: 0;
}
.footer-container .custom_subscribe form.hs-form .hs-button.primary:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.footer-container .custom_subscribe form.hs-form .hs-button.primary:active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.footer-container .custom_subscribe form.hs-form .hs_error_rollup { display: none !important; }

/* Footer - Social */
.footer-container .custom_socials {
	margin-top: 20px;
}
.footer-container .custom_socials a.social-icon {
	color: #999;
}

/* Footer - Address */
.footer-container address {
	background: url('//cdn2.hubspot.net/hubfs/1554587/JAMGraphics_May2018/layout/world-map.png') no-repeat center;
	margin-bottom: 0;
}
.footer-container address ul {
	margin: 0;
}
.footer-container address .footer-sprite {
	background: url('//cdn2.hubspot.net/hubfs/1554587/JAMGraphics_May2018/layout/footer_sprite.png') no-repeat 0 0;
	margin-bottom: 20px;
	padding-left: 30px;
}
.footer-container address .footer-sprite:last-child { margin-bottom: 0; }
.footer-container address .footer-sprite.address {
	background-position: 0 0;
}
.footer-container address .footer-sprite.phone {
	background-position: 0 -138px;
	line-height: 30px;
}
.footer-container address .footer-sprite.email {
	background-position: 0 -247px;
}

/* RSS */
.footer-container .hs-rss-module {}
.footer-container .hs-rss-module .hs-rss-item {
	border-bottom: 1px solid rgba(255,255,255,0.07);
	padding: 15px 0;
	margin: 0;
}
.footer-container .hs-rss-module .hs-rss-item:first-child { padding-top: 0; }
.footer-container .hs-rss-module .hs-rss-item:last-child { border-bottom: 0; }
.footer-container .hs-rss-module .hs-rss-item .hs-rss-title {
	color: rgba(255,255,255,0.6);
}
.footer-container .hs-rss-module .hs-rss-item .hs-rss-title:hover {
  color: rgba(255,255,255,0.9);
}
.footer-container .hs-rss-module .hs-rss-item .hs-rss-byline {
  color: rgba(255,255,255,0.6);
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 80%;
	font-weight: 400;
	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 {}

/* Footer - Horizontal Menu */
.footer-container .hs-menu-wrapper.hs-menu-flow-horizontal{}
.footer-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
	display: block;
}
.footer-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
	float: none;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.footer-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {}
.footer-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover {}
.footer-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul {}
.footer-container .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul ul {}
.footer-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li {}
.footer-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li a {}
.footer-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li a:hover {}

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

/* 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.4s, visibility 0.4s;
-moz-transition: opacity 0.4s, visibility 0.4s;
-ms-transition: opacity 0.4s, visibility 0.4s;
-o-transition: opacity 0.4s, visibility 0.4s;
transition: opacity 0.4s, visibility 0.4s;
}

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

@media screen and (min-width: 993px) {
	
	/* Parent List */
	.custom-menu-primary .hs-menu-wrapper > ul {
		display: block;
		float: right;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li {
		float: none !important;
		display: inline-block;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		position: relative;
		display: block;
		color: #1F262D;
		font-size: 14px;
		line-height: 20px;
		padding-top: 38px;
		padding-right: 15px;
		padding-bottom: 38px;
		padding-left: 15px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
		color: #1F262D;
		background-color: rgba(0,0,0,0.03);
	}
	
	.sticky .custom-menu-primary .hs-menu-wrapper > ul > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
		padding-right: 25px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
		display: block;
		content: "\f107";
		position: absolute;
		top: 50%;
		right: 17px;
		margin: -5px 0 0;
		font-family: FontAwesome;
		font-size: 12px;
		opacity: .3;
		line-height: 1em;
		vertical-align: .255em;
		width: 0;
		height: 0;
		border: 0;
		
-webkit-transition: -webkit-transform .2s ease-in;
-moz-transition: -moz-transform .2s ease-in;
-ms-transition: -ms-transform .2s ease-in;
-o-transition: -o-transform .2s ease-in;
transition: transform .2s ease-in;
	}

	/* 2nd Child List */
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		background-color: #333;
		border-width: 1px;
		border-style: solid;
		border-color: #FFA233 #3F3F3F #3F3F3F;
		min-width: 200px;
		-webkit-box-shadow: rgba(0,0,0,0.2) 0 6px 12px;
-moz-box-shadow: rgba(0,0,0,0.2) 0 6px 12px;
-ms-box-shadow: rgba(0,0,0,0.2) 0 6px 12px;
-o-box-shadow: rgba(0,0,0,0.2) 0 6px 12px;

box-shadow: rgba(0,0,0,0.2) 0 6px 12px;
	}
	.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;
		font-weight: 400;
		line-height: 23px;
		text-transform: uppercase;
		padding: 7px 15px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a {
		color: #fff;
		background-color: rgba(0,0,0,0.15);
	}

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

	/* Fix menu disappearing on desktop after toggling mobile menu */
	.custom-menu-primary .hs-menu-wrapper,
	.custom-menu-primary .hs-menu-wrapper > ul ul { 
		display:block !important;
	}
	
	/* Menu Primary - Submenus On Right */
	.custom-menu-primary .hs-menu-wrapper.flyouts > ul > li.hs-item-has-children.menu-right > ul.hs-menu-children-wrapper { left: auto !important; right: 0 !important; }
	.custom-menu-primary .hs-menu-wrapper.flyouts > ul ul li.hs-item-has-children.menu-right > ul.hs-menu-children-wrapper { left: auto !important; right: 100% !important; }
	
}
@media (min-width: 993px) and (max-width: 1215px) {
	
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		font-size: 13px;
	}
	
}

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

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

@media (max-width: 992px){

	/* 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;
		word-break: break-all;
		white-space: normal !important;
		-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 */
		color: #333;
		font-size: 15px;
		line-height: 1.6;
		border: 1px solid transparent;
		padding: 7px 10px;
		margin-top: 13px;
	}
	.mobile-trigger:hover{
		text-decoration: none; /* Removes link text underline on button */
	}

	/* Change button when menu is open */
	.mobile-open .mobile-trigger{
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		background-color: #232323;
		height: 60px;
		line-height: 60px;
		margin: 0;
		opacity: 0.9;
		text-align: right;
		z-index: 1001;
	}

	/* Toggle Button Icon */
	.mobile-trigger i {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 21px;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.mobile-trigger i:before {
			content: "\f0c9";
	}
  
	.mobile-open .mobile-trigger i {
		color: #fff;
		font-size: 30px;
		line-height: 45px;
		margin-right: 10px;
		margin-left: 10px;
		vertical-align: baseline;
		display: block;
	}
	.mobile-open .mobile-trigger i:before {
		content: "\f00d";
	}

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

	.custom-menu-primary .child-trigger{
		display: block !important; /* Hide button on Desktop */
		cursor: pointer; /* Mouse pointer type on hover */
		position: absolute;
		top: 0px;
		right: 0px;
		width: 55px !important; /* Button width */
		min-width: 55px !important;
		height: 100% !important; /* Button height */  
		padding: 0 !important;
		border: 0;
	}
	.custom-menu-primary .child-trigger:hover{
		text-decoration: none;
	}
	.custom-menu-primary .child-trigger i{}
	.custom-menu-primary .child-trigger i:before {
		display: block;
		content: "\f107";
		position: absolute;
		top: 50%;
		right: 17px;
		margin: -5px 0 0;
		font-family: FontAwesome;
		font-style: normal;
		font-size: 12px;
		opacity: .3;
		line-height: 1em;
		vertical-align: .255em;
		border: 0;
		width: 0;
		height: 0;
	}
	.custom-menu-primary .child-trigger.child-open i{}

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

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

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

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

	/* Mobile Menu Styles */ 
	.custom-menu-primary.js-enabled .hs-menu-wrapper{
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 58px 0 0 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 1000;
	}
	.custom-menu-primary.js-enabled .hs-menu-wrapper:before {
		content: "";
		width: 100%;
		height: 100%;
		position: fixed;
		top: auto;
		right: 0;
		left: 0;
		background-color: rgba(0,0,0,0.4);
	}
	.custom-menu-primary .hs-menu-wrapper{
		background-color: transparent;
		width: 100%; /* Full screen width */
	}

	/* Level 1 Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul {
		background-color: #333;
		position: relative;
	}
	.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{
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.custom-menu-primary .hs-menu-wrapper > ul li a{
		position: relative;
		word-break: break-all;
		white-space: normal !important;
		color: #fff;
		font-size: 15px;
		font-weight: 400;
		line-height: 20px;
		padding-top: 10px;
		padding-right: 15px;
		padding-bottom: 10px;
		padding-left: 15px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul li a:hover{
		background-color: rgba(0,0,0,0.03);
	}

	/* Level 2 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.2);
-moz-box-shadow: 0 6px 12px rgba(0,0,0,0.2);
-ms-box-shadow: 0 6px 12px rgba(0,0,0,0.2);
-o-box-shadow: 0 6px 12px rgba(0,0,0,0.2);

box-shadow: 0 6px 12px rgba(0,0,0,0.2);
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li{
		border: 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a{
		position: relative;
		word-break: break-all;
		white-space: normal !important;
		color: #fff;
		font-size: 15px;
		font-weight: 400;
		line-height: 23px;
		text-transform: uppercase;
		padding-top: 7px;
		padding-right: 15px;
		padding-bottom: 7px;
		padding-left: 40px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
		color: #fff;
		background-color: rgba(0,0,0,0.15);
	}

	/* 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;
		padding-left: 50px;
	}
	.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;
		padding-left: 60px;
	}
	.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;
		padding-left: 70px;
	}
	.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;
		padding-left: 80px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul li a:hover {}
}

/* Vertical Menu */
 
 
 
 
.body-container .hs-menu-wrapper.hs-menu-flow-vertical {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul {
	background-color: #333;
}
.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;
	font-weight: 400;
	line-height: 23px;
	text-transform: uppercase;
	padding: 7px 10px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:hover {
	color: #ffffff;
	background-color: rgba(0,0,0,0.15);
}
.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: #333;
	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;
	font-weight: 400;
	line-height: 23px;
	text-transform: uppercase;
	padding: 7px 10px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a:hover {
	color: #ffffff;
	background-color: rgba(0,0,0,0.15);
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul li a { padding-left: 20px; }
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul li a { padding-left: 30px; }
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul ul li a { padding-left: 40px; }
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul ul ul li a { padding-left: 50px; }
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul ul ul ul li a { padding-left: 60px; }

@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: 20px; }
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul li a { padding-left: 30px; }
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul ul li a { padding-left: 40px; }
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul ul ul li a { padding-left: 50px; }
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul ul ul ul li a { padding-left: 60px; }
}

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

/* 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 0 0;
	padding: 0 0 0 0;
}
.blog-post-wrapper.comments-enabled {
	border-bottom: 0;
}

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

/* Blog Post Title */
.post-header h1 {
	font-size: 24px;
  margin: 0;
}
.post-header h2 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 22px;
	letter-spacing: 0;
	margin: 0 0 10px 0;
}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {
  color: #888;
	font-size: 14px;
	border-bottom: 1px dotted #eaeaea;
  padding: 0 0 20px 0;
	margin: 0 0 30px 0;
}
#hubspot-author_data a.author-link {}

#hubspot-author_data .hs-author-social {
	display: table;
	width: 100%;
	margin-top: 15px;
	table-layout: fixed;
}
#hubspot-author_data .hs-author-avatar {
	width: 45px;
}
#hubspot-author_data .hs-author-avatar img {
	width: 45px;
	-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-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;
}
#hubspot-author_data ul.post-info {
	margin: 0;
	padding: 0;
  list-style: none;
}
#hubspot-author_data ul.post-info > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
#hubspot-author_data ul.post-info > li > a {
	color: #888;
}
#hubspot-author_data ul.post-info > li > i,
#hubspot-author_data ul.post-info > li > a > i {
	color: #888;
	margin-right: 5px;
}

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

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
	margin: 0 0 20px 0;
}
.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 0 0;
}

/* Read More Link */
a.more-link {
	color: #333;
	font-size: 15px;
	line-height: 1.6;
	background-color: #fff;
	padding: 6px 28px;
	overflow: hidden;
	position: relative;
	display: inline-block;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.065);
-ms-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.065);
-o-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.065);

box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.065);
}
a.more-link > i,
a.more-link > span {
	
-webkit-transition: left 0.3s ease, right 0.3s ease;
-moz-transition: left 0.3s ease, right 0.3s ease;
-ms-transition: left 0.3s ease, right 0.3s ease;
-o-transition: left 0.3s ease, right 0.3s ease;
transition: left 0.3s ease, right 0.3s ease;
}
a.more-link > i {
	display: block;
	position: absolute;
	left: -32px;
	width: 32px;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 35px;
	text-align: center;
	background-color: rgba(0,0,0,0.1);
}
a.more-link:hover {
	color: #212121;
}
a.more-link:hover > i { left: 0; }
a.more-link > span {
	display: inline-block;
	position: relative;
	left: 0;
}
a.more-link:hover > span { left: 16px; }

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {
	color: #666;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 8px 9px;
	border: 1px solid #e3e3e3;
	position: relative;
	display: inline-block;
	margin: 0 6px 3px 0;
	
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
#hubspot-topic_data a.topic-link:hover {
	color: #FFA233;
}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
	padding: 5px 0 0 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	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;
}

.post-social {
	margin-top: 30px;
}
.post-social:after,
.post-social:before { content: ""; display: table; }
.post-social:after { clear: both; }

.post-social .title {
	font-weight: bold;
	margin-top: 6px;
	float: left;
}

/* 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 {
	text-align: right;
}
.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-pagination ul.pagination {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.blog-pagination ul.pagination > li {
	float: left;
}
.blog-pagination ul.pagination > li > a,
.blog-pagination ul.pagination > li > span {
	color: #666;
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	margin-right: 4px;
	background-color: #fff;
	border: 1px solid #dee2e6;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;

border-radius: 3px;
}
.blog-pagination ul.pagination > li > a:hover,
.blog-pagination ul.pagination > li > span:hover {
	background: rgba(0,0,0,0.05);
	border-color: #dee2e6;
}
.blog-pagination ul.pagination > li > a.active,
.blog-pagination ul.pagination > li > span.active {
  color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.blog-pagination ul.pagination > li > a.active:hover,
.blog-pagination ul.pagination > li > span.active:hover {
	border-color: #FFA233;
	background-color: #FFA233;
}

.post-pagination {
	text-align: center;
	margin: 20px 0;
}
.post-pagination:after,
.post-pagination:before { content: ""; display: table; }
.post-pagination:after { clear: both; }
.post-pagination .post.previous { float: left; }
.post-pagination .post.next { float: right; }
.post-pagination .post a {
	display: inline-block;
	padding: 5px 14px;
}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 22px;
	letter-spacing: 0;
	margin: 0 0 10px 0;
}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {
	padding-top: 30px;
}

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

.blog .blog-sidebar .row-fluid-wrapper > .row-fluid > .widget-span:not(.widget-type-cell):not(.widget-type-global_group):not(.widget-type-widget_container),
.blog .blog-sidebar .widget-type-widget_container > span > span,
.blog .blog-sidebar .widget-type-widget_container > span > div {
	display: block;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.blog .blog-sidebar .row-fluid-wrapper > .row-fluid > .widget-span:not(.widget-type-cell):not(.widget-type-global_group):not(.widget-type-widget_container):after,
.blog .blog-sidebar .widget-type-widget_container > span > span:after,
.blog .blog-sidebar .widget-type-widget_container > span > div:after {
	content: "";
	height: 1px;
	background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6',GradientType=0 );
	position: absolute;
	width: 100%;
	bottom: 0;
}
.blog .blog-sidebar .row-fluid-wrapper:last-child > .row-fluid > .widget-span:not(.widget-type-cell):not(.widget-type-global_group):not(.widget-type-widget_container):after,
.blog .blog-sidebar .widget-type-widget_container > span > span:last-child:after,
.blog .blog-sidebar .widget-type-widget_container > span > div:last-child:after { display: none; }


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

.hs-author-profile {margin: 0 0 20px 0;}
.hs-author-profile .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%
}
.hs-author-profile .hs-author-listing-header {margin: 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 {}

.hs-form-field.hs_recaptcha { margin-bottom: 20px; }

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

/* Labels and Legends */
label {
	font-weight: bold;
	display: block;
	margin-bottom: .5rem;
}
.hs-form-field > label {}

/* 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: #495057;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	height: 46px;
	padding: .375rem .75rem;
	margin: 0 0 20px 0;
	border: 1px solid #dee5ed;
	background-color: #fff;
	background-clip: padding-box;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;

border-radius: 3px;
	
-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-ms-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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 {
  color: #495057;
	outline: 0;
  border-color: #c6c6c6;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
	resize: vertical;
	height: auto;
	min-height: 223px;
}
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 20px 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}

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

input[type="radio"] {
	margin-left: 0;
}
input[type="checkbox"] {
	margin-left: 0;
}

/* 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_rollup {
	padding: 5px 10px;
	border: 1px solid red;
  margin: 0 0 20px 0;
}
.hs-error-msgs {
	margin: 0;
	padding: 0;
	list-style: none;
}
.hs-error-msgs label{
	color: red;
}

/* Placeholder Text */
::-webkit-input-placeholder {
	color: #999;
} /* Webkit Browsers */
:-moz-placeholder {
	color: #999;
} /* Firefox 18- */
::-moz-placeholder {
	color: #999;
} /* Firefox 19+ */
:-ms-input-placeholder {
	color: #999;
} /* 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;
	}
	form.hs-form fieldset.form-columns-1 .hs-form-field,
	form.hs-form fieldset.form-columns-2 .hs-form-field,
	form.hs-form fieldset.form-columns-3 .hs-form-field {float:none;width:100%;}
	form.hs-form fieldset.form-columns-1 .hs-form-field .hs-input,
	form.hs-form fieldset.form-columns-2 .hs-form-field .hs-input,
	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"] {}


/* =============== 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 { display: none; }
.hs-search-module form.hs-form .input {
	position: relative;
}
.hs-search-module form.hs-form input.hs-input {
  color: #aaa;
	font-size: 13px;
	letter-spacing: 1px;
	border: 1px solid #e3e3e3;
	background: #fff;
	height: 39px;
	padding: 5px 50px 5px 10px;
	margin: 0;
	-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;

border-radius: 0;
}
.hs-search-module form.hs-form a.hs-button.primary {
	color: #000;
	font-size: 0;
	width: 39px;
	height: 39px;
	line-height: 39px;
	position: absolute;
  top: 0;
	right: 0;
	background: none;
	border: 0;
	border-left: 1px solid #e3e3e3;
  padding: 0;
	-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;

border-radius: 0;
}
.hs-search-module form.hs-form a.hs-button.primary:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 17px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f002";
  margin-top: 2px;
  vertical-align: middle;
}


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-user-select: none;
	user-select: none;
	text-decoration: none !important;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	word-wrap: break-word;
	max-width: 100%;
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
	background-color: #FFA233;
	border: 1px solid #FFA233;
	padding: .4375rem .75rem;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;

border-radius: 3px;
	
-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-ms-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
	outline: 0;
}
  
.hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}


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

/* Custom Info Bar*/
#custom_info-bar {
	color: #888;
	font-size: 13px;
	background-color: #363839;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1500;
	width: 100%;
	min-height: 0;
}
#custom_info-bar .row-fluid .page-center {
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
#custom_info-bar .info-bar-toggle {
	color: #fff;
	text-align: center;
	text-decoration: none;
	height: 35px;
	position: absolute;
	right: 0;
	bottom: -35px;
	border-top: 35px solid #363839;
	border-left: 35px solid transparent;
	display: inline-block;
}
#custom_info-bar .info-bar-toggle:before {
	color: #fff;
	font-family: FontAwesome;
	content: "\f067";
	height: 18px;
	position: absolute;
	top: -34px;
	left: -16px;
}
#custom_info-bar.active .info-bar-toggle:before { content: "\f068"; }
#custom_info-bar .info-bar-content {
	display: none;
}
#custom_info-bar a {
	color: #ccc;
}
#custom_info-bar a:hover {
	color: #FFA233;
}
#custom_info-bar h1, #custom_info-bar h2, #custom_info-bar h3,
#custom_info-bar h4, #custom_info-bar h5, #custom_info-bar h6,
#custom_info-bar .h1, #custom_info-bar .h2, #custom_info-bar .h3, 
#custom_info-bar .h4, #custom_info-bar .h5, #custom_info-bar .h6 {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 20px 0;
}
#custom_info-bar h1 > i, #custom_info-bar h2 > i, #custom_info-bar h3 > i,
#custom_info-bar h4 > i, #custom_info-bar h5 > i, #custom_info-bar h6 > i,
#custom_info-bar .h1 > i, #custom_info-bar .h2 > i, #custom_info-bar .h3 > i, 
#custom_info-bar .h4 > i, #custom_info-bar .h5 > i, #custom_info-bar .h6 > i {
	margin-right: 8px;
}

#custom_info-bar ul {
	margin: 0;
}
#custom_info-bar ul > li > a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

/* Custom Info Bar - Vertical Menu */
#custom_info-bar .hs-menu-wrapper.hs-menu-flow-vertical {}
#custom_info-bar .hs-menu-wrapper.hs-menu-flow-vertical > ul {
	display: block;
}
#custom_info-bar .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {}
#custom_info-bar .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {}
#custom_info-bar .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:hover {}

#custom_info-bar .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:before {
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 9px;
}

#custom_info-bar .hs-menu-wrapper.hs-menu-flow-vertical > ul ul {}
#custom_info-bar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul {}
#custom_info-bar .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li {}
#custom_info-bar .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a {}
#custom_info-bar .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a:hover {}

#custom_info-bar .custom_cols {}
#custom_info-bar .custom_cols > .row-fluid-wrapper {
	margin-right: -15px;
	margin-left: -15px;
}
#custom_info-bar .custom_cols .row-fluid .custom_col {
	float: none;
	width: auto;
	margin-left: 0;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 768px) {
	#custom_info-bar .custom_cols .row-fluid .custom_col {float: left;}
	#custom_info-bar .custom_cols .row-fluid .custom_col.span1 {width: 8.33333333%;}
	#custom_info-bar .custom_cols .row-fluid .custom_col.span2 {width: 16.66666667%;}
	#custom_info-bar .custom_cols .row-fluid .custom_col.span3 {width: 25%;}
	#custom_info-bar .custom_cols .row-fluid .custom_col.span4 {width: 33.33333333%;}
	#custom_info-bar .custom_cols .row-fluid .custom_col.span5 {width: 41.66666667%;}
	#custom_info-bar .custom_cols .row-fluid .custom_col.span6 {width: 50%;}
	#custom_info-bar .custom_cols .row-fluid .custom_col.span7 {width: 58.33333333%;}
	#custom_info-bar .custom_cols .row-fluid .custom_col.span8 {width: 66.66666667%;}
	#custom_info-bar .custom_cols .row-fluid .custom_col.span9 {width: 75%;}
	#custom_info-bar .custom_cols .row-fluid .custom_col.span10 {width: 83.33333333%;}
	#custom_info-bar .custom_cols .row-fluid .custom_col.span11 {width: 91.66666667%;}
	#custom_info-bar .custom_cols .row-fluid .custom_col.span12 {width: 100%;}
}

/* Custom Side Menu */
#custom_side-menu {
	color: #111;
	font-size: 13px;
	width: 280px;
	height: 100%;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	right: -300px;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 2000;
	
-webkit-transition: right .4s ease;
-moz-transition: right .4s ease;
-ms-transition: right .4s ease;
-o-transition: right .4s ease;
transition: right .4s ease;
}
#custom_side-menu.open {
	right: 0;
}

#custom_side-menu .side-menu-close {
	color: #777;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,0.1);
}
#custom_side-menu .side-menu-close:hover {
	color: #333;
}

.side-menu-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1500;
	display: none;
}
.side-menu-open .side-menu-overlay {
	display: block;
}

#custom_side-menu .side-menu-content {
	width: auto;
	float: none;
	margin: 50px 30px;
}
#custom_side-menu h1, #custom_side-menu h2, #custom_side-menu h3, 
#custom_side-menu h4, #custom_side-menu h5, #custom_side-menu h6,
#custom_side-menu .h1, #custom_side-menu .h2, #custom_side-menu .h3, 
#custom_side-menu .h4, #custom_side-menu .h5, #custom_side-menu .h6 {
	color: #111;
}

#custom_side-menu h3:first-child,
#custom_side-menu .h3:first-child {
	font-size: 18px;
	line-height: 23px;
}

/* Custom Side Menu - Vertical Menu */
#custom_side-menu .hs-menu-wrapper.hs-menu-flow-vertical {}
#custom_side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul {
	display: block;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
#custom_side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {
	padding: 8px 0;
	margin-bottom: -1px;
}
#custom_side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
	color: #777;
	font-size: 14px;
	position: relative;
}
#custom_side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:hover {
  color: #111;
}
#custom_side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul > li.hs-item-has-children > a {
  color: #777;
}
#custom_side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a > i.ico-category {
	width: 20px;
	margin-right: 6px;
	display: inline-block;
}
#custom_side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul > li:last-child {
	margin-bottom: 0;
}
#custom_side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul ul {
	margin-top: 6px !important;
}
#custom_side-menu .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul {}
#custom_side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li {
	padding: 5px 0 5px 32px;
}
#custom_side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a {
	color: #777;
	font-size: 11px;
	position: relative;
}
#custom_side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a:hover {
	color: #111;
}

#custom_side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	margin-right: 9px;
}
#custom_side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a.child-open {
	color: #111;
}
#custom_side-menu .hs-menu-wrapper.hs-menu-flow-vertical .child-trigger {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	width: auto !important;
}
#custom_side-menu .hs-menu-wrapper.hs-menu-flow-vertical .child-trigger i {
	display: inline-block;
	font-family: font-icons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	margin-right: 6px;
	width: auto;
}
#custom_side-menu .hs-menu-wrapper.hs-menu-flow-vertical .child-trigger i:before {
	content: "\e7a7";
}

#custom_side-menu .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	opacity: 1;
	visibility: visible;
	position: static;
	display: none;
}

#custom_side-menu .custom_socials {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.hsformerror {z-index: 5 !important;}
.checkbox-row span.fakelabel input {
	float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
	top: 0;
}
.checkbox-row span.fakelabel span {
	float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
}
p.header {margin-left: 0 !important;}
.subscribe-options label {margin: 0 !important;}
#email-prefs-form .email-edit {
	max-width: 100% !important;
	width: 100% !important;
  height: 46px !important;
}
#hs-pwd-widget-password {margin-top: 0 !important;max-width: 100% !important;width: 100% !important;}
.recaptchatable #recaptcha_response_field {
	height: auto!important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 3px !important;
}
.hs_recaptcha .input > .grecaptcha-badge {
  max-width: 100%;
}
.hs_recaptcha .input > div:not(.grecaptcha-badge) {
	width: 100% !important;
}
.hs_recaptcha .input > div iframe {
	max-width: 100%;
}

/* BS4 ALPHA VIZIBILITY CLASSES MISSING IN BETA */
.hidden-xs-up, 
.visible-xl-up { display: none !important; }
@media (max-width: 575px) {
  .hidden-xs-down { display: none !important; }
}
@media (min-width: 576px) {
	.hidden-sm-up { display: none !important; } 
}
@media (max-width: 767px) {
  .hidden-sm-down { display: none !important; } 
}
@media (min-width: 768px) {
  .hidden-md-up { display: none !important; }
}
@media (max-width: 991px) {
  .hidden-md-down { display: none !important; }
}
@media (min-width: 992px) {
  .hidden-lg-up { display: none !important; }
}
@media (max-width: 1199px) {
  .hidden-lg-down { display: none !important; }
}
@media (min-width: 1200px) {
  .hidden-xl-up { display: none !important; }
}

.content-wrapper .row-fluid .main-content.span1,
.content-wrapper .row-fluid .blog-content.span1,
.content-wrapper .row-fluid .sidebar.span1,
.content-wrapper .row-fluid .blog-sidebar.span1,
.content-wrapper .row-fluid .main-content.span2,
.content-wrapper .row-fluid .blog-content.span2,
.content-wrapper .row-fluid .sidebar.span2,
.content-wrapper .row-fluid .blog-sidebar.span2,
.content-wrapper .row-fluid .main-content.span3,
.content-wrapper .row-fluid .blog-content.span3,
.content-wrapper .row-fluid .sidebar.span3,
.content-wrapper .row-fluid .blog-sidebar.span3,
.content-wrapper .row-fluid .main-content.span4,
.content-wrapper .row-fluid .blog-content.span4,
.content-wrapper .row-fluid .sidebar.span4,
.content-wrapper .row-fluid .blog-sidebar.span4,
.content-wrapper .row-fluid .main-content.span5,
.content-wrapper .row-fluid .blog-content.span5,
.content-wrapper .row-fluid .sidebar.span5,
.content-wrapper .row-fluid .blog-sidebar.span5,
.content-wrapper .row-fluid .main-content.span6,
.content-wrapper .row-fluid .blog-content.span6,
.content-wrapper .row-fluid .sidebar.span6,
.content-wrapper .row-fluid .blog-sidebar.span6,
.content-wrapper .row-fluid .main-content.span7,
.content-wrapper .row-fluid .blog-content.span7,
.content-wrapper .row-fluid .sidebar.span7,
.content-wrapper .row-fluid .blog-sidebar.span7,
.content-wrapper .row-fluid .main-content.span8,
.content-wrapper .row-fluid .blog-content.span8,
.content-wrapper .row-fluid .sidebar.span8,
.content-wrapper .row-fluid .blog-sidebar.span8,
.content-wrapper .row-fluid .main-content.span9,
.content-wrapper .row-fluid .blog-content.span9,
.content-wrapper .row-fluid .sidebar.span9,
.content-wrapper .row-fluid .blog-sidebar.span9,
.content-wrapper .row-fluid .main-content.span10,
.content-wrapper .row-fluid .blog-content.span10,
.content-wrapper .row-fluid .sidebar.span10,
.content-wrapper .row-fluid .blog-sidebar.span10,
.content-wrapper .row-fluid .main-content.span11,
.content-wrapper .row-fluid .blog-content.span11,
.content-wrapper .row-fluid .sidebar.span11,
.content-wrapper .row-fluid .blog-sidebar.span11,
.content-wrapper .row-fluid .main-content.span12,
.content-wrapper .row-fluid .blog-content.span12,
.content-wrapper .row-fluid .sidebar.span12,
.content-wrapper .row-fluid .blog-sidebar.span12 {
	float: none;
	margin-left: 0;
	position: relative;
	width: 100%;
}

@media (min-width: 768px) {

	.content-wrapper .row-fluid .main-content.span1,
	.content-wrapper .row-fluid .blog-content.span1,
	.content-wrapper .row-fluid .sidebar.span1,
	.content-wrapper .row-fluid .blog-sidebar.span1,
	.content-wrapper .row-fluid .main-content.span2,
	.content-wrapper .row-fluid .blog-content.span2,
	.content-wrapper .row-fluid .sidebar.span2,
	.content-wrapper .row-fluid .blog-sidebar.span2,
	.content-wrapper .row-fluid .main-content.span3,
	.content-wrapper .row-fluid .blog-content.span3,
	.content-wrapper .row-fluid .sidebar.span3,
	.content-wrapper .row-fluid .blog-sidebar.span3,
	.content-wrapper .row-fluid .main-content.span4,
	.content-wrapper .row-fluid .blog-content.span4,
	.content-wrapper .row-fluid .sidebar.span4,
	.content-wrapper .row-fluid .blog-sidebar.span4,
	.content-wrapper .row-fluid .main-content.span5,
	.content-wrapper .row-fluid .blog-content.span5,
	.content-wrapper .row-fluid .sidebar.span5,
	.content-wrapper .row-fluid .blog-sidebar.span5,
	.content-wrapper .row-fluid .main-content.span6,
	.content-wrapper .row-fluid .blog-content.span6,
	.content-wrapper .row-fluid .sidebar.span6,
	.content-wrapper .row-fluid .blog-sidebar.span6,
	.content-wrapper .row-fluid .main-content.span7,
	.content-wrapper .row-fluid .blog-content.span7,
	.content-wrapper .row-fluid .sidebar.span7,
	.content-wrapper .row-fluid .blog-sidebar.span7,
	.content-wrapper .row-fluid .main-content.span8,
	.content-wrapper .row-fluid .blog-content.span8,
	.content-wrapper .row-fluid .sidebar.span8,
	.content-wrapper .row-fluid .blog-sidebar.span8,
	.content-wrapper .row-fluid .main-content.span9,
	.content-wrapper .row-fluid .blog-content.span9,
	.content-wrapper .row-fluid .sidebar.span9,
	.content-wrapper .row-fluid .blog-sidebar.span9,
	.content-wrapper .row-fluid .main-content.span10,
	.content-wrapper .row-fluid .blog-content.span10,
	.content-wrapper .row-fluid .sidebar.span10,
	.content-wrapper .row-fluid .blog-sidebar.span10,
	.content-wrapper .row-fluid .main-content.span11,
	.content-wrapper .row-fluid .blog-content.span11,
	.content-wrapper .row-fluid .sidebar.span11,
	.content-wrapper .row-fluid .blog-sidebar.span11,
	.content-wrapper .row-fluid .main-content.span12,
	.content-wrapper .row-fluid .blog-content.span12,
	.content-wrapper .row-fluid .sidebar.span12,
	.content-wrapper .row-fluid .blog-sidebar.span12 { float: left; }
	
	.content-wrapper .row-fluid .main-content.span1,
	.content-wrapper .row-fluid .blog-content.span1,
	.content-wrapper .row-fluid .sidebar.span1,
	.content-wrapper .row-fluid .blog-sidebar.span1 {width: 8.33333333%;}
	
	.content-wrapper .row-fluid .main-content.span2,
	.content-wrapper .row-fluid .blog-content.span2,
	.content-wrapper .row-fluid .sidebar.span2,
	.content-wrapper .row-fluid .blog-sidebar.span2 {width: 16.66666667%;}
	
	.content-wrapper .row-fluid .main-content.span3,
	.content-wrapper .row-fluid .blog-content.span3,
	.content-wrapper .row-fluid .sidebar.span3,
	.content-wrapper .row-fluid .blog-sidebar.span3{width: 25%;}
	
	.content-wrapper .row-fluid .main-content.span4,
	.content-wrapper .row-fluid .blog-content.span4,
	.content-wrapper .row-fluid .sidebar.span4,
	.content-wrapper .row-fluid .blog-sidebar.span4 {width: 33.33333333%;}
	
	.content-wrapper .row-fluid .main-content.span5,
	.content-wrapper .row-fluid .blog-content.span5,
	.content-wrapper .row-fluid .sidebar.span5,
	.content-wrapper .row-fluid .blog-sidebar.span5 {width: 41.66666667%;}
	
	.content-wrapper .row-fluid .main-content.span6,
	.content-wrapper .row-fluid .blog-content.span6,
	.content-wrapper .row-fluid .sidebar.span6,
	.content-wrapper .row-fluid .blog-sidebar.span6 {width: 50%;}
	
	.content-wrapper .row-fluid .main-content.span7,
	.content-wrapper .row-fluid .blog-content.span7,
	.content-wrapper .row-fluid .sidebar.span7,
	.content-wrapper .row-fluid .blog-sidebar.span7 {width: 58.33333333%;}
	
	.content-wrapper .row-fluid .main-content.span8,
	.content-wrapper .row-fluid .blog-content.span8,
	.content-wrapper .row-fluid .sidebar.span8,
	.content-wrapper .row-fluid .blog-sidebar.span8 {width: 66.66666667%;}
	
	.content-wrapper .row-fluid .main-content.span9,
	.content-wrapper .row-fluid .blog-content.span9,
	.content-wrapper .row-fluid .sidebar.span9,
	.content-wrapper .row-fluid .blog-sidebar.span9 {width: 75%;}
	
	.content-wrapper .row-fluid .main-content.span10,
	.content-wrapper .row-fluid .blog-content.span10,
	.content-wrapper .row-fluid .sidebar.span10,
	.content-wrapper .row-fluid .blog-sidebar.span10 {width: 83.33333333%;}
	
	.content-wrapper .row-fluid .main-content.span11,
	.content-wrapper .row-fluid .blog-content.span11,
	.content-wrapper .row-fluid .sidebar.span11,
	.content-wrapper .row-fluid .blog-sidebar.span11 {width: 91.66666667%;}
	
	.content-wrapper .row-fluid .main-content.span12,
	.content-wrapper .row-fluid .blog-content.span12,
	.content-wrapper .row-fluid .sidebar.span12,
	.content-wrapper .row-fluid .blog-sidebar.span12 {width: 100%;}
}

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

/* Media 768 */
@media (min-width: 768px) {
	
	.footer-container .custom_footer-top .custom_cols .row-fluid .custom_col { float: left; }
	.footer-container .custom_footer-top .custom_cols .row-fluid .custom_col.span1 {width: 8.33333333%;}
	.footer-container .custom_footer-top .custom_cols .row-fluid .custom_col.span2 {width: 16.66666667%;}
	.footer-container .custom_footer-top .custom_cols .row-fluid .custom_col.span3 {width: 25%;}
	.footer-container .custom_footer-top .custom_cols .row-fluid .custom_col.span4 {width: 33.33333333%;}
	.footer-container .custom_footer-top .custom_cols .row-fluid .custom_col.span5 {width: 41.66666667%;}
	.footer-container .custom_footer-top .custom_cols .row-fluid .custom_col.span6 {width: 50%;}
	.footer-container .custom_footer-top .custom_cols .row-fluid .custom_col.span7 {width: 58.33333333%;}
	.footer-container .custom_footer-top .custom_cols .row-fluid .custom_col.span8 {width: 66.66666667%;}
	.footer-container .custom_footer-top .custom_cols .row-fluid .custom_col.span9 {width: 75%;}
	.footer-container .custom_footer-top .custom_cols .row-fluid .custom_col.span10 {width: 83.33333333%;}
	.footer-container .custom_footer-top .custom_cols .row-fluid .custom_col.span11 {width: 91.66666667%;}
	.footer-container .custom_footer-top .custom_cols .row-fluid .custom_col.span12 {width: 100%;}
	
}

/* Media 992 */
@media (min-width: 992px) {}

/* Media 1200 */
@media (min-width: 1200px) {}

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

/* Media 1199 */
@media (max-width: 1199px) {}

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

/* Media 992 */
@media (max-width: 992px) {
	
	.header-container {
    min-height: 100px;
	}
	
	.header-container .custom_header-bottom .hs_cos_wrapper_type_logo a {
		line-height: 60px;
		height: 59px;
	}
	.header-container .custom_header.sticky .custom_header-bottom .hs_cos_wrapper_type_logo a {
		line-height: 60px;
		height: 59px;
	}
	.header-container .custom_header-bottom .hs_cos_wrapper_type_logo a img {
		width: 250px !important;
		max-height: 60px;
		vertical-align: top;
	}
	
}

/* Media 991 */
@media (max-width: 991px) {}

/* Media 768 */
@media (max-width: 768px) {
	
	#custom_info-bar { display: none; }
	
	.footer-container .custom_footer-top .custom_cols .row-fluid .custom_col {
		margin-bottom: 60px;
	}
	
}

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

/* Media 767 */
@media (max-width: 767px) {

  .sidebar + .main-content,
	.main-content + .sidebar,
	.main-content + .main-content,
	.blog-content + .blog-sidebar,
	.blog-sidebar + .blog-content { margin-top: 60px; }
  
}

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

/* Media 575 */
@media (max-width: 575px) {

  .post-social .title { display: none; }
  
}

/* Media 480 */
@media (max-width: 480px) {
	
  .footer-container h3:first-child, 
  .footer-container .h3:first-child {
  	margin-top: 60px;
  }
  
	.footer-container .custom_footer-bottom {
		text-align: center;
	}
	.footer-container .custom_footer-bottom .custom_cols .row-fluid .custom_col.left-col, 
	.footer-container .custom_footer-bottom .custom_cols .row-fluid .custom_col.right-col {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
	.footer-container .custom_footer-bottom .custom_cols .row-fluid .custom_col.left-col:last-child, 
	.footer-container .custom_footer-bottom .custom_cols .row-fluid .custom_col.right-col:last-child {
		margin-bottom: 0;
	}
	
}

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