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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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


/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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





/*! CSS Used from: https://blog.roambee.com/hs/hsstatic/content_shared_assets/static-1.4092/css/public_common.css */

.hs-tools-menu {
	transition: -webkit-transform 0.5s!important;
	-webkit-transform: translate3d(0, 0, 0)!important;
	-moz-transform: translate3d(0, 0, 0)!important;
	-ms-transform: translate3d(0, 0, 0)!important;
	-o-transform: translate3d(0, 0, 0)!important;
	transform: translate3d(0, 0, 0)!important;
}

iframe[src="about:blank"] {
	display: none;
}

.hs-tools-menu,
.hs-tools-menu * {
	font-family: "helvetica neue", helvetica, "arial sans"!important;
	line-height: 18px!important;
	text-shadow: 0px 1px #000!important;
}

.hs-tools-menu {
	position: fixed!important;
	top: 10px!important;
	right: 10px!important;
	cursor: pointer!important;
	background: #222!important;
	background: rgba(0, 0, 0, 0.75)!important;
	background-image: -webkit-linear-gradient(top, #404040, #333)!important;
	background-image: -moz-linear-gradient(top, #404040, #333)!important;
	color: #abacac!important;
	min-width: 160px!important;
	min-height: 40px!important;
	padding: 0px!important;
	margin: 0px!important;
	border: 1px solid #222!important;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
	-webkit-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.25)!important;
	-moz-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.25)!important;
	box-shadow: inset 0px 1px rgba(255, 255, 255, 0.25)!important;
	-moz-user-select: none!important;
	-webkit-user-select: none!important;
	-o-user-select: none!important;
	user-select: none!important;
	-webkit-animation: hsflyin 1.5s!important;
	-moz-animation: hsflyin 1.5s!important;
	z-index: 99999999999!important;
	box-sizing: content-box!important;
}

.hs-tools-menu.hs-collapsed {
	-webkit-box-shadow: 0px 1px 7px rgba(255, 255, 255, 0.25), inset 0px 1px rgba(255, 255, 255, 0.25)!important;
	-moz-box-shadow: 0px 1px 7px rgba(255, 255, 255, 0.25), inset 0px 1px rgba(255, 255, 255, 0.25)!important;
	box-shadow: 0px 1px 7px rgba(255, 255, 255, 0.25), inset 0px 1px rgba(255, 255, 255, 0.25)!important;
	min-width: 40px!important;
}

.hs-tools-menu a {
	text-decoration: none!important;
	color: #abacac!important;
	padding: 8px 10px!important;
	display: block!important;
	font-size: inherit!important;
	line-height: inherit!important;
	font-weight: inherit!important;
}

.hs-tools-menu a:hover,
.hs-tools-menu a:active {
	text-decoration: none!important;
	color: #f7f8f8!important;
	background: #444!important;
}

.hs-tools-menu li {
	text-align: left!important;
	line-height: 18px!important;
	font-size: inherit!important;
	margin: 0px!important;
	padding: 0px!important;
	background: none!important;
	font-weight: inherit!important;
	list-style: none!important;
}

.hs-tools-menu .hs-title {
	font-weight: bold!important;
	font-size: 14px!important;
	position: absolute!important;
	top: -29px!important;
	margin-left: 9px!important;
	text-shadow: 0px -1px #000;
}

.hs-tools-menu .hs-dropdown {
	position: relative!important;
}

.hs-tools-menu.hs-collapsed .hs-dropdown {
	display: none!important;
	opacity: 0.95!important;
}

.hs-tools-menu ul {
	list-style: none!important;
	margin: 0px!important;
	margin-top: 41px!important;
	padding: 5px 0px!important;
	font-size: 13px!important;
	font-weight: 500!important;
	background: #333!important;
	-webkit-box-shadow: inset 0px 1px #222!important;
	-moz-box-shadow: inset 0px 1px #222!important;
	box-shadow: inset 0px 1px #222!important;
}

.hs-tools-menu img.hs-sprocket {
	width: 33px!important;
	top: -1px!important;
	right: -1px!important;
	padding: 5px 5px 4px 4px!important;
	position: absolute!important;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
	box-sizing: content-box!important;
}

.hs-tools-menu img.hs-sprocket:active {
	opacity: 0.5!important;
	background-image: -webkit-linear-gradient(top, #111, #303030)!important;
	background-image: -moz-linear-gradient(top, #111, #303030)!important;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25)!important;
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25)!important;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25)!important;
}

.hs-tools-menu.hs-collapsed img.hs-sprocket {
	display: block!important;
}

a.cta_button {
	-moz-box-sizing: content-box!important;
	-webkit-box-sizing: content-box!important;
	box-sizing: content-box!important;
	vertical-align: middle;
}


/*! CSS Used from: https://blog.roambee.com/hs-fs/hub/2879871/hub_generated/module_assets/1568379252674/module_12627630129_Global_content_Global_Groups_Tejas_tejas-header.min.css */

body {
	margin: 0;
	font-family: Arial;
}

li.list-item:hover,
.t-menu-list a:hover {
	color: #fdb933!important;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
}

.sticky .t-logo {
	height: 34px;
	margin-top: 10px;
}

.sticky .t-menu-list .list-item {
	line-height: 60px;
}

.sticky .t-sub-menu-list {
	padding-top: 0px;
}

.sticky .t-sub-sub-menu-list {
	top: 30px;
}

.fa:hover {
	color: #fdb933;
}


/*! CSS Used from: https://blog.roambee.com/hs-fs/hub/2879871/hub_generated/module_assets/1568620974283/module_13429094458_Global_content_Global_Groups_Tejas_Sub-Header-Template-For-Blog-post.min.css */

#sub-header-container {
	height: 50px;
	width: 100%;
	background: #3e3e3e;
	margin: 0px auto;
}

#sub-header {
	max-width: 1200px;
	margin: 0px auto;
}

#back-to-all {
	line-height: 50px;
}

#back-to-all-button {
	cursor: pointer;
	padding: 0px 20px;
	color: #fff;
	max-width: 200px;
	text-align: center;
}

#back-to-all-button:hover {
	color: #fdb933;
	background: #171717;
}

@media screen and (max-width:800px) {
	#back-to-all-button {
		max-width: 100%;
	}
}


/*! CSS Used from: https://blog.roambee.com/hs-fs/hub/2879871/hub_generated/module_assets/1568964532266/module_12702223590_Global_content_Global_Groups_Tejas_Roambee-In-News-box.min.css */

.news-text a,
.news-text a:hover {
	text-decoration: none!important;
	color: unset;
}

.news-title {
	font-weight: 700;
	font-size: 18px;
	width: 100%;
}

.news-desc {
	font-size: 15px;
	width: 100%;
	color: #777;
}

.news-text {
	float: left;
	text-align: left;
	width: 350px;
}

.news-icon {
	height: 120px;
	width: 100px;
	float: left;
	margin-right: 9px;
	display: flex;
	align-items: center;
}

.news-icon-img {
	max-height: 100px;
	max-width: 100px;
}


#news-grid {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 30px 5px;
}


/*! CSS Used from: https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css */

.fa {
	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;
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-youtube:before {
	content: "\f167";
}


/*! CSS Used from: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

canvas,
video {
	display: inline-block;
	vertical-align: baseline;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

h1 {
	margin: .67em 0;
	font-size: 2em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input {
	/* margin: 0; */
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button {
	text-transform: none;
}

button,
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

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

input {
	line-height: normal;
}

legend {
	padding: 0;
	border: 0;
}

@media print {
	*,
	:after,
	:before {
		color: #000!important;
		text-shadow: none!important;
		background: 0 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	a[href^="#"]:after {
		content: "";
	}
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100%!important;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

button,
input {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

img {
	vertical-align: middle;
}

[role=button] {
	cursor: pointer;
}

h1,
h2,
h3,
h4 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

p {
	margin: 0 0 10px;
}

ul {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul {
	margin-bottom: 0;
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.container-fluid:after,
.container-fluid:before {
	display: table;
	content: " ";
}

.container-fluid:after {
	clear: both;
}


/*! CSS Used from: https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css */

.fa {
	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;
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-youtube:before {
	content: "\f167";
}


/*! CSS Used from: https://cdn2.hubspot.net/hub/-1/hub_generated/template_assets/1495141902003/hubspot_default/shared/responsive/layout.min.css */

.row-fluid {
	width: 100%;
	*zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
}

.row-fluid:after {
	clear: both;
}

.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 28px;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846382977%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}

.row-fluid .span12 {
	width: 99.99999998999999%;
	*width: 99.94680850063828%;
}

.container-fluid {
	*zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
	display: table;
	content: "";
}

.container-fluid:after {
	clear: both;
}

@media (max-width:767px) {
	.row-fluid {
		width: 100%;
	}
	.row-fluid [class*="span"] {
		display: block;
		float: none;
		width: auto;
		margin-left: 0;
	}
}

@media (min-width:768px) and (max-width:1139px) {
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}
	.row-fluid:before,
	.row-fluid:after {
		display: table;
		content: "";
	}
	.row-fluid:after {
		clear: both;
	}
	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 28px;
		margin-left: 2.762430939%;
		*margin-left: 2.709239449638298%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}
	.row-fluid .span12 {
		width: 99.999999993%;
		*width: 99.9468085036383%;
	}
}

@media (min-width:1280px) {
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}
	.row-fluid:before,
	.row-fluid:after {
		display: table;
		content: "";
	}
	.row-fluid:after {
		clear: both;
	}
	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 28px;
		margin-left: 2.564102564%;
		*margin-left: 2.510911074638298%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}
	.row-fluid .span12 {
		width: 100%;
		*width: 99.94680851063829%;
	}
}


/*! CSS Used from: https://blog.roambee.com/hs-fs/hub/2879871/hub_generated/template_assets/1568985433932/Coded_files/Custom/email/page/Roambee_Sept2017_Theme/Roambee_Blog.css */

body {
	line-height: 1.55!important;
	font-family: 'Open Sans', sans-serif;
	!important;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

.container-fluid {
	margin: 0!important;
	padding: 0!important;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

.row-fluid [class*="span"] {
	min-height: 0px;
}

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

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

input[type="email"] {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}

.hs-cta-wrapper a {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_raw_html {
	word-wrap: break-word;
}

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

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

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

body {
	background: #fff;
	color: #171717;
	font-family: "franklin-gothic-urw", Sans-serif, Verdana, Arial, Helvetica;
	font-size: 16px!important;
	line-height: 21px;
	font-weight: 200;
}

.container-fluid .row-fluid .page-center {
	float: none;
	max-width: 1000px;
	margin: 0 auto;
}

::-moz-selection {
	color: #fff;
	background: #338fff;
	text-shadow: none;
}

::selection {
	color: #fff;
	background: #338fff;
	text-shadow: none;
}

h1,
h2,
h3,
h4 {
	font-weight: 300;
	margin: 8px 0 10px;
	color: #171717;
}

h1 {
	font-size: 60px;
	line-height: 64px;
	font-weight: 300;
	color: #171717;
}

h2 {
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #171717;
}

h3 {
	font-size: 22px;
	line-height: 27px;
	letter-spacing: .5px;
}

h4 {
	font-size: 18px;
	line-height: 23px;
	letter-spacing: .5px;
}

a {
	color: #337ab7;
	text-decoration: none;
	outline: none;
}

a:hover,
a:focus {
	color: #337ab7;
	text-decoration: underline!important;
	outline: none;
}

.header-container-wrapper {
	min-height: 105px;
}

.hs-copyright {
	padding-top: 24px;
}

.hs-copyright p {
	font-size: 10.5px;
	margin: 0;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 300;
	color: #FFF;
	padding-top: 26px;
}

.hs-copyright p a {
	color: #fff;
}

.hs-copyright p a:hover {
	color: #CCC;
}

.hs-copyright span {
	display: inline;
}

.post-header {
	padding-bottom: 30px;
	text-align: center;
}

.post-header h1 {
	font-size: 45px;
	line-height: normal;
	font-weight: 300;
	color: #171717;
	margin-top: 35px;
	padding: 0 30px;
	font-family: "museo", "franklin-gothic-urw-cond";
}

#hubspot-author_data:after {
	content: '';
	display: block;
	clear: both;
}

.blog-post-wrapper .post-body {
	font-weight: 400;
	width: 85%;
	margin: 0 auto;
}

.hs-bottom-pane {
	padding: 80px 0;
	text-align: center;
}

.hs-bottom-pane h4 {
	font-size: 60px;
	line-height: 64px;
	color: #FFF;
	font-weight: 300;
	padding: 0 80px;
	margin-bottom: 15px;
}

.hs-bottom-pane p {
	color: #FFF;
	padding: 0 80px;
	letter-spacing: .5px;
	margin-bottom: 30px;
	margin-top: 0;
}

.ctaHexLeft {
	background-image: url(https://cdn2.hubspot.net/hubfs/2879871/Roambee_April2017/btn_cta_hex_sprite_left.png?t=1504175086341);
	background-repeat: no-repeat;
	width: 20px;
}

.ctaHexRight {
	background-image: url(https://cdn2.hubspot.net/hubfs/2879871/Roambee_April2017/btn_cta_hex_sprite_right.png?t=1504175086341);
	background-repeat: no-repeat;
	width: 20px;
	transition: margin 0.35s ease-out 0s;
}

.hexWhiteStroke .ctaHexLeft {
	background-position: center -118px;
}

.ctaHex {
	display: block;
	float: left;
	height: 59px;
	background-size: 20px 499px;
}

.hexWhiteStroke:hover .ctaHexLeft,
.hexWhiteStroke:hover .ctaHexMid,
.hexWhiteStroke:hover .ctaHexRight {
	background-position: center -295px;
}

.hexWhiteStroke .ctaHexRight {
	background-position: center -118px;
}

.hexWhiteStroke .ctaHexMid {
	background-position: center -118px;
}

a.mainCtaHex.hexWhiteStroke:hover .ctaHexLeft,
a.mainCtaHex.hexWhiteStroke:hover .ctaHexMid,
a.mainCtaHex.hexWhiteStroke:hover .ctaHexRight {
	background-position: center -295px;
}

.hexWhiteStroke:hover .ctaHex p {
	color: #c4161c;
}

.ctaHex p {
	font-size: 20px;
	font-weight: 500;
	padding: 17px 20px 0!important;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 23px;
	transition: all 0.18s ease-in;
	-webkit-transition: all 0.18s ease-in;
	-moz-transition: all 0.18s ease-in;
	-o-transition: all 0.18s ease-in;
	-ms-transition: all 0.18s ease-in;
}

.ctaHexMid {
	background-image: url(https://cdn2.hubspot.net/hubfs/2879871/Roambee_April2017/btn_cta_hex_sprite_mid.png?t=1504175086341);
	background-repeat: repeat-x;
}

.mainCtaHex {
	display: inline-block;
	cursor: pointer;
}

.mainCtaHex:hover .ctaHexLeft,
.mainCtaHex:hover .ctaHexMid,
.mainCtaHex:hover .ctaHexRight {
	background-position: center -59px;
}

#hubspot-topic_data {
	padding: 15px 0;
}

.blog .content-wrapper {
	padding-bottom: 0;
}

.hs-field-desc {
	font-size: 13px;
	margin: 0px 0px 0px 0px;
}

label {
	font-weight: 400!important;
}

.hs-form-field>label {
	font-size: 18px;
	font-weight: 400;
	font-family: "franklin-gothic-urw", sans-serif;
	margin-bottom: -30px;
	display: inline-block;
}



.hs-button.primary:hover,
input[type="submit"]:hover {
	color: #fff;
	transition: all 0.18s ease-in;
	-webkit-transition: all 0.18s ease-in;
	-moz-transition: all 0.18s ease-in;
	-o-transition: all 0.18s ease-in;
	-ms-transition: all 0.18s ease-in;
}

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

.hs-bottom-pane {
	background-repeat: no-repeat!important;
	background-size: cover;
	background-position: center bottom;
}

.hs-bottom-pane .page-center {
	padding: 0!important;
}

@media (max-width:972px) and (min-width:960px) {
	.body-container .page-center {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width:959px) and (min-width:768px) {
	.container-fluid .row-fluid .page-center {
		float: none;
		max-width: 748px;
		margin: 0 auto;
	}
}

@media (max-width:972px) and (min-width:768px) {
	.body-container .page-center {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 479px) {
	.hs-form-field>label {
		font-size: 14px;
		font-weight: 600;
	}
	.container-fluid .row-fluid .page-center {
		float: none;
		max-width: 100%;
		margin: 0px;
	}
	.body-container .page-center {
		padding-top: 40px;
		padding: 40px 0px;
	}
	.hs-bottom-pane h4,
	.hs-bottom-pane p {
		padding: 0 20px;
	}
	.hs-bottom-pane h4 {
		font-size: 40px;
		line-height: 44px;
	}
	.ctaHex p {
		letter-spacing: 1px;
		font-size: 18px;
		padding: 17px 6px 0!important;
	}
	h1 {
		font-size: 40px;
		line-height: 44px;
	}
	.hs-form-field>label {
		font-size: 18px;
	}
}

@media (max-width: 339px) {
	.body-container .page-center {
		padding-top: 40px;
		padding: 40px 10px;
	}
	h1 {
		font-size: 33px;
		line-height: 34px;
	}
}

@media (min-width:764px) and (max-width:960px) {
	.hs-form-field>label {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.post-header {
		width: 185px;
		float: right;
	}
	.section.post-header {
		width: 100%;
	}
	.section.post-header h1 {
		font-size: 24px;
		padding-top: 5px;
		line-height: 1.2;
		font-weight: 500;
	}
	.hs-form-field>label {
		font-size: 14px;
		font-weight: 600;
	}
	.hs-bottom-pane h4,
	.hs-bottom-pane p {
		padding: 0 20px;
	}
	.hs-blog-content {
		border: 0;
		padding-left: 0;
	}
	.body-container .page-center {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.header-container-wrapper {
		min-height: 70px;
	}
	.hs-copyright p {
		padding-top: 4px;
		padding-left: 4px;
	}
	.container-fluid .row-fluid .page-center {
		float: none;
		max-width: 420px;
		margin: 0 auto;
	}
	h1 {
		font-size: 40px;
		line-height: 44px;
	}
}

@media screen and (max-width: 426px) {
	.container-fluid .row-fluid .page-center {
		padding: 0 10px;
	}
	.post-header {
		width: 50%;
		float: right;
	}
}

@media screen and (max-width: 375px) {
	.post-header {
		width: 50%;
		float: right;
	}
}

@media screen and (max-width: 320px) {
	.container-fluid .row-fluid .page-center {
		padding: 0 10px;
	}
}

@media screen and (max-width:766px) {
	.hs-blog-content {
		margin-top: -60px;
	}
}

@media screen and (max-width:426px) {
	.hs-blog-content {
		margin-top: -20px;
	}
}

.container-fluid {
	padding-right: 0px!important;
	padding-left: 0px!important;
}

.grid {
	width: 100%;
	display: block;
}

.grid-item {
	float: left;
	display: block;
	width: 310px;
	padding: 7px;
	padding-top: 0;
	font-family: 'Libre Franklin', sans-serif;
	transition: all 0.18s ease-in;
	-webkit-transition: all 0.18s ease-in;
	-moz-transition: all 0.18s ease-in;
	-o-transition: all 0.18s ease-in;
	-ms-transition: all 0.18s ease-in;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
}

@media screen and (max-width:766px) {
	.grid-item {
		text-align: center;
	}
}

.grid-item:hover {
	box-shadow: 0px 5px 10px #333;
	transition: all 0.18s ease-in;
	-webkit-transition: all 0.18s ease-in;
	-moz-transition: all 0.18s ease-in;
	-o-transition: all 0.18s ease-in;
	-ms-transition: all 0.18s ease-in;
	opacity: 0.7;
}

.grid-item h2 {
	border-bottom: 1px solid #777;
	padding: 0;
}

.grid-item h2 a span {
	color: #171717;
	font-size: 24px;
	line-height: 23px;
	letter-spacing: 0px;
	font-weight: 500;
	display: block;
	padding: 5px 0;
	line-height: 1.2;
	vertical-align: top;
	font-family: "franklin-gothic-urw-cond";
}

.grid-item h2 a span:hover {
	color: #777;
	text-decoration: none;
}

.grid-item h2 a:visited {
	color: #000;
	text-decoration: none;
}

.list-post-auth {
	display: block;
}

.grid-item .list-post-auth {
	font-size: 12px;
	font-weight: 300;
}

@media screen and (max-width:767px) {
	.grid-item {
		width: 100%;
	}
	.list-post-auth {
		text-align: left;
	}
}




.hs-button.primary:hover,
input[type="submit"]:hover,
.actions:hover {
	color: #fff;
}

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

.actions:focus,
.actions:focus:before,
.actions:focus:after {
	outline: none;
}

.scrolluptotop {
	padding: 4px 4px 20px 8px;
	position: fixed;
	bottom: 0;
	right: 5px;
	z-index: 99999999999999;
	background-color: #171717;
	opacity: 0;
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.18s ease-in;
	-moz-transition: all 0.18s ease-in;
	-o-transition: all 0.18s ease-in;
	-ms-transition: all 0.18s ease-in;
}

@media screen and (max-width:768px) {
	.scrolluptotop {
		bottom: 32px;
		right: 6px;
	}
}

.scrolluptotop>i.fa {
	font-size: 26px;
	color: #fdb933;
}

.scrolluptotop>i.fa:hover {
	font-size: 26px;
	color: #fdb933;
}

.post-body ul li {
	font-size: 18px!important;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

.post-body ul li span {
	font-weight: 400;
}

.author-link {
	color: #d04549;
}

.author-link:hover {
	text-decoration: none;
	color: #575757;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: rgba(37, 37, 37, 0.8);
}

::-webkit-scrollbar-thumb {
	background: rgb(163, 163, 163);
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(253, 185, 51, 1);
}

@media screen and (max-width:768px) {
	#preloader,
	#circle,
	#status {
		display: none;
	}
}

body {
	overflow-y: hidden;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999999999999999999999999999999999;
}

#circle {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #fdb933;
	position: absolute;
	opacity: 1;
	left: 50%;
	top: 50%;
	-webkit-animation: pulsegrow 2s infinite;
	-moz-animation: pulsegrow 2s infinite;
	-o-animation: pulsegrow 2s infinite;
	animation: pulsegrow 2s infinite;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(https://cdn2.hubspot.net/hubfs/2879871/Blog%20Post%20Images/Full%20Logo%20Black%20Without%20Background%20cropped.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

.avatar-module img {
	border-radius: 0;
	float: left;
	margin: 0px auto 0px auto;
	display: block;
	float: none;
	width: 105px;
  border-radius: 5px;
}

.avatar-module {
	display: inline-block;
	float: left;
	margin: 0 25px 0 0;
}

.article-footer {
	padding: 20px;
	min-height: 115px;
	display: inherit;
	margin: 0px;
}

.full-article-footer {
	background: #efefef;
	margin: 10% 0 0 0;
}

.article-footer p {
	line-height: 1.5em;
	text-align: left;
	padding-left: 0px;
	margin-top: 0;
}

a.author-link {
	font-size: 15px;
	line-height: 1em;
	color: #171717;
	font-weight: bold;
	text-decoration: none;
}

a.author-link:hover {
	color: #000000;
	text-decoration: none;
}

.content-tab {
	background-color: #fff;
	margin-top: -5%!important;
	position: relative;
	border-radius: 5px 5px 0 0;
}

@media screen and (max-width:768px) {
	.blog-post-wrapper .post-body {
		width: 100%;
	}
	.post-header h1 {
		padding: 0;
	}
}

.list-post-auth a {
	text-decoration: none!important;
	color: #337ab7!important;
}

.post-listing img {
	margin: 0px;
	width: 100%;
	height: 100px;
	object-fit: cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.post-listing span {
	display: none;
}

h2 {
	padding: 0px!important;
	margin-top: 0px;
}

.grid-item {
	padding: 0px!important;
	border-radius: 5px;
	text-align: center;
	height: 260px;
}

.grid-item h2 {
	border-bottom: none;
	margin: 0px;
}

.grid-item h2 a,
.grid-item h2 a span:hover {
	color: #171717;
	text-decoration: none!important;
}

.grid-item h2 a span {
	font-weight: 700;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 19px;
	padding: 10px;
	height: 105px;
	text-decoration: none!important;
}

.post-listing span {
	padding: 0px 10px 0px 10px;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
}

.grid {
	margin: 0px auto;
	grid-template-columns: auto auto auto;
	display: grid;
	justify-items: center;
	height: auto!important;
}

.grid-item {
	background-color: #f1f3f5;
	margin: 10px;
}

.grid-item:hover {
	background-color: #fdb933;
	opacity: 1!important;
	box-shadow: 0px 0px 10px #00000070;
}

@media only screen and (max-width: 1100px) {
	.grid {
		grid-template-columns: auto auto;
	}
}

@media only screen and (max-width: 767px) {
	.post-listing img {
		height: 130px;
	}
	.grid-item h2 a span {
		height: 80px;
	}
	.grid {
		display: grid;
		grid-template-columns: auto;
		width: 95%;
	}
}

@media only screen and (min-width: 767px) {
	.post-listing {
		margin-top: 15px;
	}
}

.author-name-profile-link:hover {
	color: #337ab7!important;
}


/*! CSS Used from: https://www.roambee.com/assets/css/slick.css */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-slide img {
	display: block;
}

.slick-initialized .slick-slide {
	display: block;
}


/*! CSS Used from: Embedded */

.at-icon {
	fill: #fff;
	border: 0;
}

.at-icon-wrapper {
	display: inline-block;
	overflow: hidden;
}

a .at-icon-wrapper {
	cursor: pointer;
}

.addthis_32x32_style .at-icon {
	width: 2pc;
	height: 2pc;
}

#_atssh {
	width: 1px!important;
	height: 1px!important;
	border: 0!important;
}

@media print {
	#at4-share,
	#at4-thankyou {
		display: none!important;
	}
}


/*! CSS Used from: Embedded */

.at-branding-logo {
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	font-size: 10px;
	display: inline-block;
	margin: 2px 0;
	letter-spacing: .2px;
}

.at-branding-logo .at-branding-icon {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////+GlNUkcc1QAAAB1JREFUeNpiYIQDBjQmAwMmkwEM0JnY1WIxFyDAABGeAFEudiZsAAAAAElFTkSuQmCC);
}

.at-branding-logo .at-branding-icon {
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-left: 4px;
	margin-right: 3px;
	margin-bottom: -1px;
	background-repeat: no-repeat;
}

.at-branding-logo span {
	text-decoration: none;
}

.at-branding-logo .at-branding-addthis {
	color: #666;
}

.at-branding-logo .at-branding-addthis:hover {
	color: #333;
}

a.at-branding-logo:visited {
	color: initial;
}


/*! CSS Used from: Embedded */

.hs-form-c67518c3-647b-4d39-b519-cc32e318b906_63c68068-0279-4d9c-ba87-5b072b4311fc .hs-field-desc {
	width: 100%;
}


/*! CSS Used from: Embedded */

.at-share-dock.atss {
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	z-index: 1000200;
	box-shadow: 0 0 1px 1px #e2dfe2;
}

.at-share-dock a {
	width: auto;
	transition: none;
	color: #fff;
	text-decoration: none;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.at-share-dock a:hover {
	width: auto;
}

.at-share-dock.at-shfs-small .at-share-btn .at-icon-wrapper,
.at-share-dock.at-shfs-small a .at-icon-wrapper {
	padding: 4px 0;
}


/*! CSS Used from: Embedded */

.atss {
	position: fixed;
	top: 20%;
	width: 3pc;
	z-index: 100020;
	background: none;
}

.at-share-close-control {
	position: relative;
	width: 3pc;
	overflow: auto;
}

.atss-right {
	left: auto;
	float: right;
	right: 0;
}

.at-share-open-control-right {
	position: fixed;
	top: 20%;
	z-index: 100020;
	right: 0;
	width: 22px;
	float: right;
}

.atss-right .at-share-close-control .at4-arrow {
	float: left;
}

.atss.atss-right a {
	float: right;
}

.atss .at-share-btn,
.atss a {
	position: relative;
	display: block;
	width: 3pc;
	margin: 0;
	outline-offset: -1px;
	text-align: center;
	float: left;
	transition: width .15s ease-in-out;
	overflow: hidden;
	background: #e8e8e8;
	z-index: 100030;
	cursor: pointer;
}

.at-share-btn::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.atss-right .at-share-btn {
	float: right;
}

.atss .at-share-btn {
	border: 0;
	padding: 0;
}

.atss .at-share-btn:focus,
.atss .at-share-btn:hover,
.atss a:focus,
.atss a:hover {
	width: 4pc;
}

.atss .at-share-btn .at-icon-wrapper,
.atss a .at-icon-wrapper {
	display: block;
	padding: 8px 0;
}

.atss .at-share-btn:last-child,
.atss a:last-child {
	border: none;
}

.atss .at-share-btn span .at-icon,
.atss a span .at-icon {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 2pc;
	height: 2pc;
	line-height: 2pc;
	border: none;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}


/*! CSS Used from: Embedded */

.at4-thankyou-background {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	-webkit-overflow-scrolling: touch;
	z-index: 9999999;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpizCuu/sRABGBiIBKMKqSOQoAAAwC8KgJipENhxwAAAABJRU5ErkJggg==);
	background: hsla(217, 6%, 46%, .95);
}

.at4-thankyou-inner {
	position: absolute;
	width: 100%;
	top: 10%;
	left: 50%;
	margin-left: -50%;
	text-align: center;
}

.thankyou-description {
	font-weight: 400;
}

.at4-thankyou-background .at4lb-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.at4-thankyou-background .at4lb-inner .at4x {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 20px;
	height: 20px;
	padding: 20px;
	margin: 0;
	cursor: pointer;
	transition: opacity .25s ease-in;
	opacity: .4;
	background: url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTEvMTMvMTKswDp5AAAAd0lEQVQ4jb2VQRLAIAgDE///Z3qqY1FAhalHMCsCIkVEAIAkkVgvp2lDBgYAnAyHkWotLccNrEd4A7X2TqIdqLfnWBAdaF5rJdyJfjtPH5GT37CaGhoVq3nOm/XflUuLUto2pY1d+vRKh0Pp+MrAVtDe2JkvYNQ+jVSEEFmOkggAAAAASUVORK5CYII=) no-repeat center center;
	overflow: hidden;
	text-indent: -99999em;
	border: 1px solid transparent;
}

.at4-thankyou-background .at4lb-inner .at4x:focus,
.at4-thankyou-background .at4lb-inner .at4x:hover {
	border: 1px solid #fff;
	border-radius: 50%;
	outline: 0;
}

.at4-thankyou-background .at4lb-inner #at4-palogo {
	position: absolute;
	bottom: 10px;
	display: inline-block;
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	cursor: pointer;
	-webkit-transition: opacity .25s ease-in;
	moz-transition: opacity .25s ease-in;
	transition: opacity .25s ease-in;
	opacity: .5;
	z-index: 100020;
	color: #fff;
	padding: 2px 0 0 13px;
}

.at4-thankyou-background .at4lb-inner #at4-palogo .at-branding-addthis {
	color: #fff;
}

.at4-thankyou-background .at4lb-inner #at4-palogo:hover {
	text-decoration: none;
	color: #fff;
	opacity: 1;
}

.at4-thankyou-background .thankyou-title {
	color: #fff;
	font-size: 38.5px;
	margin: 10px 20px;
	line-height: 38.5px;
	font-family: helvetica neue, helvetica, arial, sans-serif;
	font-weight: 300;
}

.at4-thankyou-background .thankyou-description {
	color: #fff;
	font-size: 18px;
	margin: 10px 0;
	line-height: 24px;
	padding: 0;
	font-family: helvetica neue, helvetica, arial, sans-serif;
	font-weight: 300;
}


/*! CSS Used from: Embedded */

.addthis-smartlayers,
div#at4-share,
div#at4-thankyou {
	padding: 0;
	margin: 0;
}

#at4-share-label {
	padding: 0;
	border: none;
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	text-indent: -9999em;
}

.addthis-smartlayers .at4-arrow:hover {
	cursor: pointer;
}

.addthis-smartlayers .at4-arrow:after,
.addthis-smartlayers .at4-arrow:before {
	content: none;
}

div.at4-arrow {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAoCAYAAABpYH0BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAV1JREFUeNrsmesOgyAMhQfxwfrofTM3E10ME2i5Oeppwr9a5OMUCrh1XV+wcvNAAIAA+BiAzrmtUWln27dbjEcC3AdODfo0BdEPhmcO4nIDvDNELi2jggk4/k8dT7skfeKzWIEd4VUpMQKvNB7X+OZSmAZkATWC1xvipbpnLmOosbJZC08CkAeA4E6qFUEMwLAGnlSBPCE8lW8CYnZTcimH2HoT7kSFOx5HBmCnDhTIu1p5s98G+QZrxGPhZVMY1vgyAQaAAAiAAAgDQACcBOD+BvJtBWfRy7NpJK5tBe4FNzXokywV734wPHMQlxvgnSGyNoUP/2ACjv/7iSeYKO3YWKzAjvCqlBiBVxqPa3ynexNJwOsN8TJbzL6JNIYYXWpMv4lIIAZgWANPqkCeEJ7KNwExu8lpLlSpAVQarO77TyKdBsyRPuwV0h0gmoGnTWFYzVkYBoAA+I/2FmAAt6+b5XM9mFkAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999em;
	text-align: left;
	cursor: pointer;
}

div.at4-arrow.at-right {
	background-position: -20px 0;
}

div.at4-arrow.at-left {
	background-position: 0 0;
}

.at4-visually-hidden {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	overflow: hidden;
}

.at4-show {
	display: block!important;
	opacity: 1!important;
}

.at4-hide {
	display: none!important;
	opacity: 0!important;
}

.at4-hide-content {
	opacity: 0!important;
	visibility: hidden;
}

.addthis-animated {
	animation-fill-mode: both;
	animation-timing-function: ease-out;
	animation-duration: .3s;
}

.slideInRight.addthis-animated,
.slideInUp.addthis-animated {
	animation-duration: .4s;
}

.fadeIn {
	animation-name: fadeIn;
}

.slideInUp {
	animation-name: slideInUp;
}

.slideInUp.addthis-animated {
	animation-duration: .4s;
}

.slideInRight {
	animation-name: slideInRight;
}


/*! CSS Used from: Embedded ; media=screen */

@media screen {
	#at4-share,
	#at4-soc {
		top: 30%!important;
		bottom: auto;
	}
}


/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css */

.fa {
	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;
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-youtube:before {
	content: "\f167";
}


/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css */

.fa {
	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;
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-youtube:before {
	content: "\f167";
}


/*! CSS Used from: Embedded */

li.list-item:hover,
.t-menu-list a:hover {
	color: #fdb933!important;
}

.t-header-container {
	background-color: #171717;
	width: 100%;
	z-index: 1000000000000;
}

.t-custom-header {
	margin: 0px auto;
	width: 1176px;
	height: 90px;
}

.t-logo {
	float: left;
	background-image: url(https://www.roambee.com/wp-content/uploads/2018/09/logo.png);
	height: 90px;
	width: 128.95px;
	margin-left: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.t-menu-list {
	list-style: none;
	color: #Æ’Æ’Æ’;
	float: right;
	margin: 0px;
}

.t-sub-menu-list {
	list-style: none;
	color: #Æ’Æ’Æ’;
	z-index: 999;
}

.t-menu-list .list-item {
	line-height: 90px;
	font-weight: 400;
}

.t-menu-list a,
.t-menu-list a:hover {
	color: #fff;
	text-decoration: none!important;
	cursor: pointer;
}

.t-sub-menu-list:hover,
li:hover .t-sub-menu-list {
	display: block;
}

.sub-list-item:hover .t-sub-sub-menu-list {
	display: block;
}

.t-sub-sub-menu-list {
	display: none;
	left: 200px;
	top: 60px;
	width: 200px;
	background: #171717;
	position: absolute;
	list-style: none;
	padding: 0px 0px 0px 0px;
}

.list-item {
	float: left;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	line-height: 60px;
	font-size: 19px;
	font-weight: 300;
	padding: 0px 0px 0px 20px;
	color: #fff;
	cursor: pointer;
}

.sub-list-item {
	line-height: 20px;
	margin: 10px 0px 18px 0px;
	color: #fff;
	width: 170px;
}

.sub-sub-list-item {
	line-height: 20px;
	margin: 10px 0px 18px 0px;
	color: #fff;
	width: 170px;
	margin: 15px;
}

.t-sub-menu-list {
	display: none;
	position: absolute;
	margin-left: -15px;
	background-color: #171717;
	float: none;
	width: 200px;
	top: 60px;
	padding-top: 30px;
	padding-left: 15px;
}

.t-menu-hamburger {
	display: none;
}

@media only screen and (max-width: 1176px) {
	.t-menu-list {
		z-index: 1000000000000;
		display: none;
		position: absolute;
		top: 90px;
		width: 100%;
		padding-left: 0px;
		left: 0px;
	}
	.t-menu-hamburger {
		display: flex;
		height: 100%;
		float: right;
		align-items: center;
		margin-right: 30px;
		color: #fdb933;
		cursor: pointer;
		font-size: 35px;
	}
	.t-custom-header {
		width: 100%;
	}
	.list-item {
		background-color: #171717;
		line-height: 45px!important;
		width: 100%;
	}
	.t-sub-menu-list {
		position: unset;
		padding-top: 0px;
		width: unset;
		padding-left: 30px;
	}
	.t-sub-sub-menu-list {
		position: unset;
		padding-top: 0px;
		padding-left: 0px;
		width: unset;
	}
	.sub-sub-list-item,
	.sub-list-item {
		width: unset!important;
	}
}


/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css */

.fa {
	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;
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-youtube:before {
	content: "\f167";
}


/*! CSS Used from: Embedded */

.content-tab {
	margin: 0px auto!important;
}


/*! CSS Used from: Embedded */

.rel-posts-box {
	width: 100%;
	margin: 0px 0 30px 0;
}

.content-box {
	text-align: center;
}

.content-box-h3 {
	border-bottom: 2px solid #fdb933;
	text-align: left;
	padding-bottom: 5px;
	font-size: 18px;
	margin: 10% 0 0 0;
}

.content-box h3 {
	border-bottom: 2px solid #fdb933;
	text-align: left;
	padding-bottom: 5px;
	font-size: 18px;
}

@media screen and (max-width:968px) {
	.rel-posts-box {
		display: none;
	}
	#popular-post-box {
		display: none;
	}
}

#hubspot-topic_data a.topic-link {
	background-color: #eee;
	border-radius: 3px;
	padding: 5px;
	color: #777;
	line-height: 35px;
	text-decoration: none!important;
}

#hubspot-topic_data a.topic-link:hover {
	color: #fff;
	background-color: #3e3e3e;
	text-decoration: none!important;
}


/*! CSS Used from: Embedded */

@media screen and (max-width: 950px) {
	.grid-container {
		grid-template-columns: auto!important;
	}
	.foot-line {
		grid-column: unset!important;
	}
}

body {
	margin: 0px;
}

.footer-container {
	width: 100%;
	min-height: 300px;
	max-height: 1120px;
	background-color: #171717;
	color: #fff;
}

.footer-wraper {
	width: 100%;
}

.foot-line {
	grid-column: 1 / span 4;
}

.grid-container {
	margin: 0px auto;
	width: 75%;
	max-width: 1200px;
	display: grid;
	grid-gap: 3px;
	grid-template-columns: repeat(4, 1fr);
	padding: 10px;
	font-family: "Roboto", Arial, sans-serif;
}

.links-list {
	list-style: none;
	padding-inline-start: 0px!important;
}

.t-nav-link {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	font-weight: 400;
	font-size: 19px!important;
	vertical-align: baseline;
	text-decoration: none!important;
	padding: 0px;
}

.t-nav-link:hover {
	color: #fdb933;
	text-decoration: none!important;
}

.t-custom-social-button {
	padding: 6px;
	font-size: 20px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	margin: 5px;
	color: #1f1f1f;
	background: #fff;
}

.t-custom-social-button:hover {
	background: #F7B844;
	text-decoration: none;
	color: #1f1f1f!important;
}


/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css */

.fa {
	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;
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-youtube:before {
	content: "\f167";
}


/*! CSS Used from: Embedded */

#wistia_chrome_25 #wistia_grid_43_wrapper .w-css-reset {
	font-size: 14px;
}

#wistia_chrome_25 #wistia_grid_43_wrapper div.w-css-reset {
	box-sizing: inherit;
	box-shadow: none;
	color: inherit;
	display: block;
	float: none;
	font: inherit;
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	letter-spacing: 0;
	line-height: inherit;
	margin: 0;
	max-height: none;
	max-width: none;
	min-height: none;
	min-width: none;
	padding: 0;
	position: static;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	transition: none;
	word-wrap: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-webkit-font-smoothing: antialiased;
}

#wistia_chrome_25 #wistia_grid_43_wrapper button.w-css-reset {
	box-sizing: inherit;
	box-shadow: none;
	color: inherit;
	display: block;
	float: none;
	font: inherit;
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	letter-spacing: 0;
	line-height: inherit;
	margin: 0;
	max-height: none;
	max-width: none;
	min-height: none;
	min-width: none;
	padding: 0;
	position: static;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	transition: none;
	word-wrap: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-webkit-font-smoothing: antialiased;
}

#wistia_chrome_25 #wistia_grid_43_wrapper img.w-css-reset {
	box-sizing: inherit;
	box-shadow: none;
	color: inherit;
	display: block;
	float: none;
	font: inherit;
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	letter-spacing: 0;
	line-height: inherit;
	margin: 0;
	max-height: none;
	max-width: none;
	min-height: none;
	min-width: none;
	padding: 0;
	position: static;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	transition: none;
	word-wrap: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-webkit-font-smoothing: antialiased;
}

#wistia_chrome_25 #wistia_grid_43_wrapper svg.w-css-reset {
	box-sizing: inherit;
	box-shadow: none;
	color: inherit;
	display: block;
	float: none;
	font: inherit;
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	letter-spacing: 0;
	line-height: inherit;
	margin: 0;
	max-height: none;
	max-width: none;
	min-height: none;
	min-width: none;
	padding: 0;
	position: static;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	transition: none;
	word-wrap: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-webkit-font-smoothing: antialiased;
}

#wistia_chrome_25 #wistia_grid_43_wrapper svg.w-css-reset {
	display: inline;
}

#wistia_chrome_25 #wistia_grid_43_wrapper button.w-css-reset {
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 0;
	border-radius: 0;
	outline: none;
	position: static;
}

#wistia_chrome_25 #wistia_grid_43_wrapper img.w-css-reset {
	border: 0;
	display: inline-block;
	vertical-align: top;
	border-radius: 0;
	outline: none;
	position: static;
}

#wistia_chrome_25 #wistia_grid_43_wrapper .w-css-reset button::-moz-focus-inner {
	border: 0;
}

#wistia_chrome_25 #wistia_grid_43_wrapper .w-css-reset-tree {
	font-size: 14px;
}

#wistia_chrome_25 #wistia_grid_43_wrapper .w-css-reset-tree div {
	box-sizing: inherit;
	box-shadow: none;
	color: inherit;
	display: block;
	float: none;
	font: inherit;
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	letter-spacing: 0;
	line-height: inherit;
	margin: 0;
	max-height: none;
	max-width: none;
	min-height: none;
	min-width: none;
	padding: 0;
	position: static;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	transition: none;
	word-wrap: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-webkit-font-smoothing: antialiased;
}

#wistia_chrome_25 #wistia_grid_43_wrapper .w-css-reset-tree button {
	box-sizing: inherit;
	box-shadow: none;
	color: inherit;
	display: block;
	float: none;
	font: inherit;
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	letter-spacing: 0;
	line-height: inherit;
	margin: 0;
	max-height: none;
	max-width: none;
	min-height: none;
	min-width: none;
	padding: 0;
	position: static;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	transition: none;
	word-wrap: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-webkit-font-smoothing: antialiased;
}

#wistia_chrome_25 #wistia_grid_43_wrapper .w-css-reset-tree svg {
	box-sizing: inherit;
	box-shadow: none;
	color: inherit;
	display: block;
	float: none;
	font: inherit;
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	letter-spacing: 0;
	line-height: inherit;
	margin: 0;
	max-height: none;
	max-width: none;
	min-height: none;
	min-width: none;
	padding: 0;
	position: static;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	transition: none;
	word-wrap: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-webkit-font-smoothing: antialiased;
}

#wistia_chrome_25 #wistia_grid_43_wrapper .w-css-reset-tree svg {
	display: inline;
}

#wistia_chrome_25 #wistia_grid_43_wrapper .w-css-reset-tree button {
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 0;
	border-radius: 0;
	outline: none;
	position: static;
}

#wistia_chrome_25 #wistia_grid_43_wrapper .w-css-reset-tree button::-moz-focus-inner {
	border: 0;
}

#wistia_chrome_25 #wistia_grid_43_wrapper .w-css-reset-button-important {
	border-radius: 0!important;
	color: #fff!important;
}


/*! CSS Used from: Embedded ; media=all */

@media all {
	.volume__small-wave {
		animation: VOLUME_SMALL_WAVE_FLASH 2s infinite;
		opacity: 0;
	}
	.volume__large-wave {
		animation: VOLUME_LARGE_WAVE_FLASH 2s infinite .3s;
		opacity: 0;
	}
}


/*! CSS Used from: Embedded */

#wistia_grid_43_wrapper {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	font-family: Arial, sans-serif;
	font-size: 14px;
	height: 100%;
	position: relative;
	text-align: left;
	width: 100%;
}

#wistia_grid_43_wrapper * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#wistia_grid_43_above {
	position: relative;
}

#wistia_grid_43_main {
	display: block;
	height: 100%;
	position: relative;
}

#wistia_grid_43_behind {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#wistia_grid_43_center {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#wistia_grid_43_front {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#wistia_grid_43_top_inside {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#wistia_grid_43_top {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#wistia_grid_43_bottom_inside {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

#wistia_grid_43_bottom {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#wistia_grid_43_left_inside {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#wistia_grid_43_left {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

#wistia_grid_43_right_inside {
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
}

#wistia_grid_43_right {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}

#wistia_grid_43_below {
	position: relative;
}


/*! CSS Used keyframes */

@-webkit-keyframes hsflyin {
	0% {
		top: -100px;
	}
	50% {
		top: -100px;
	}
	100% {
		top: 10px;
	}
}

@-moz-keyframes hsflyin {
	0% {
		top: -100px;
	}
	50% {
		top: -100px;
	}
	100% {
		top: 10px;
	}
}

@-webkit-keyframes pulsegrow {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	99% {
		-webkit-transform: scale(20);
		-ms-transform: scale(20);
		transform: scale(20);
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes pulsegrow {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	99% {
		-webkit-transform: scale(20);
		-ms-transform: scale(20);
		transform: scale(20);
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes pulsegrow {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	99% {
		-webkit-transform: scale(20);
		-ms-transform: scale(20);
		transform: scale(20);
	}
	100% {
		opacity: 0;
	}
}

@keyframes pulsegrow {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	99% {
		-webkit-transform: scale(20);
		-ms-transform: scale(20);
		transform: scale(20);
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes slideInUp {
	0% {
		transform: translateY(1500px);
	}
	0%,
	to {
		opacity: 1;
	}
	to {
		transform: translateY(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(1250px);
	}
	to {
		transform: translateX(0);
	}
}

@keyframes VOLUME_SMALL_WAVE_FLASH {
	0% {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	66% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes VOLUME_LARGE_WAVE_FLASH {
	0% {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	66% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}





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

/* h2 {
  font-size: 24px;
  color: #000;
  font-weight: bolder;
  line-height: 1.5;
  font-family: arial, helvetica, sans-serif;
} */


.post-body p{
  font-family: "Roboto", Arial, sans-serif  !important;
  color:#444  !important;
  line-height:2 !important;
  margin-bottom:20px !important;
  font-size: 18px !important;
  text-align: justify !important;
  text-justify: inter-word !important;
}

.post-body p span{
  font-size: 18px !important;
}

.post-header h1 {
	font-size: 45px !important;
	line-height: normal !important;
	font-weight: 700 !important;
	color: #171717 !important;
	margin-top: 35px !important;
	padding: 0 30px !important;
	font-family: "Roboto", Arial, sans-serif !important;
}

.post-body h2 {
	font-size: 30px !important;
	line-height: 36px !important;
	letter-spacing: unset !important;
/*   margin-top:10px !important; */
  margin-bottom:10px !important;
	color: #171717 !important;
  font-weight:600 !important;
  font-family: "Roboto", Arial, sans-serif !important;
}

.post-body h3, .post-body h3 span {
  font-size: 24px !important;
	line-height: 36px !important;
	letter-spacing: unset !important;
  margin-top:0px !important;
  margin-bottom:15px !important;
	color: #444 !important;
  font-weight:600 !important;
  font-family: "Roboto", Arial, sans-serif !important;
}

.post-body h3 em{
  font-size: 20px !important;
  text-align: justify;
  text-justify: inter-word;
}


.post-body h4 span {
  
}

.post-body h4
{
  font-family: "Roboto", Arial, sans-serif !important;
  color:#444 !important;
  line-height:2 !important;
  margin-bottom:20px !important;
  font-weight:bold !important;
  font-style:italic !important;
  word-spacing:-1px !important;
}

.post-body span {
  font-family: "Roboto", Arial, sans-serif !important; 
}

.post-body ul {
  list-style: none !important;
  margin-bottom: 20px !important;
}

.post-body ul li span, .post-body strong ,.post-body ol{
  color:#444 !important;
}

.post-body h2,.post-body h2 span, .post-body h2 strong{
/*   padding-top: 30px !important; */
  color:#444 !important;
  
  margin-top: 0px !important;
  margin-bottom: 15px !important;
  
}

.post-body ol li::before {
  color:#444 !important;
}

.post-body td, .post-body td span,.post-body td p {
  text-align: unset !important;
}



.post-body .hs-responsive-embed-wrapper {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

/* .post-body img {
  width: 100% !important;
} */

.post-body ul li {
  color:#444;
}

.post-body ul li::before {
  content: "\2022" !important;
  color: #444 !important;
  font-weight: bold !important;
  display: inline-block !important; 
  width: 1em !important;
  margin-left: -1em !important;
}

@media screen and (max-width: 767px)
{
  .post-header h1 { 
    font-size: 30px !important;
    line-height: 40px!important;
    font-weight: 700 !important;
    color: #171717 !important;
    margin-top: 35px !important;
    padding: 0 5px !important;
    font-family: "Roboto", Arial, sans-serif !important;
  } 
  
  .post-body p, .post-body ul, .post-body ol{
    text-align: unset !important;
    text-justify: unset !important;
  }
}

