/* @import url('http://example.com/example_style.css'); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.7/css/jquery.fancybox.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i');

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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









/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



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

body { margin:0; padding:0; font-family:'Lato','Roboto', sans-serif; font-size:16px; line-height:22px; font-weight:400; color:#64696d; background:#fff; }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:10px 0; margin:0; }

h1 { color:#3c4c5c; font-family:'Roboto Condensed', sans-serif; font-size:45px; line-height:50px; font-weight:700; margin:0; padding:0; clear:both }
h2 { color:#3c4c5c; font-family:'Roboto Condensed', sans-serif; font-size:40px; line-height:44px; font-weight:700; margin:0; padding:0; clear:both }
h3 { color:#3c4c5c; font-family:'Roboto Condensed', sans-serif; font-size:30px; line-height:36px; font-weight:700; margin:0; padding:0; clear:both }
h4 { color:#3c4c5c; font-family:'Roboto Condensed', sans-serif; font-size:26px; line-height:30px; font-weight:400; margin:0; padding:0; clear:both }
h5 { color:#3c4c5c; font-family:'Roboto Condensed', sans-serif; font-size:22px; line-height:26px; font-weight:400; margin:0; padding:0; clear:both }
h6 { color:#3c4c5c; font-family:'Roboto Condensed', sans-serif; font-size:20px; line-height:24px; font-weight:400; margin:0; padding:0; clear:both }

a { text-decoration:none; outline:none; color:#f15a29; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color:#0088ff; }

input , button , textarea, select , 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"] { outline:none; color:#aab1b5; background:#fff; border:1px solid #dddddd; border-radius:0 ; height:72px; padding:0 15px; width:100%; font-size:17px; font-weight:300 !important; font-family: 'Roboto', sans-serif !important; }
input[type=checkbox] , input[type=radio] { width:auto; } 
textarea { padding:15px 20px; height:100px; min-width:100%; max-width:100%; resize:none; }
input[type=submit] , button { height:50px; border:1px solid #e1e1e1; cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/blank.png) no-repeat left top #0088ff; padding:10px 15px; text-align:center; display:inline-block; text-transform: uppercase; color: #fff; font-weight:700;
font-size: 19px; font-family: 'Roboto', sans-serif; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; } 
input[type=submit]:hover , button:hover { background-color:#f15a29;  }


::-webkit-input-placeholder { color:#aab1b5 !important; opacity:1 !important; font-weight:300 !important; font-family: 'Roboto', sans-serif !important; font-size:17px !important; }
::-moz-placeholder { color:#aab1b5 !important; opacity:1 !important; font-weight:300 !important; font-family: 'Roboto', sans-serif !important; font-size:17px !important; }
:-ms-input-placeholder { color:#aab1b5 !important; opacity:1 !important; font-weight:300 !important; font-family: 'Roboto', sans-serif !important; font-size:17px !important; }
:-moz-placeholder { color:#aab1b5 !important; opacity:1 !important; font-weight:300 !important; font-family: 'Roboto', sans-serif !important; font-size:17px !important; }



ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; color:#f00; text-align:left; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 5px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 9px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 9px 15px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:; background:;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

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

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }

.row-fluid .bgimg-main1 { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bgimg-main1 img { display:none; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-bold , .row-fluid .text-bold h1 , .row-fluid .text-bold h2 , .row-fluid .text-bold h3 , .row-fluid .text-bold h4 , .row-fluid .text-bold h5 , .row-fluid .text-bold h6 { font-weight:bold; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .fl100 { float:left; width:100%; } 


/* Slider */
.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 { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.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-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:0 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#d1d3d5;  width:15px; height:15px; border-radius:100%; font-size:0; padding:0; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#0088ff; }

.row-fluid .btn-style1 a, .row-fluid a.btn-style1 { padding:22px 42px; text-align:center; display:inline-block; text-transform:uppercase; color:#fff; font-size:19px; font-weight:700; background:#0088ff; }
.row-fluid .btn-style1 a:hover, .row-fluid a.btn-style1:hover { background:#f15a29; } 

.row-fluid .btn-style2 a, .row-fluid a.btn-style2 { float:none; display:inline-block; padding:23px 49px; color:#fff; background:transparent; text-transform:uppercase; font-size:19px; font-weight:700; border:2px solid #fff; }
.row-fluid .btn-style2 a:hover, .row-fluid a.btn-style2:hover { background:#fff; color:#f15a29; }

.row-fluid .title-style { padding-bottom:40px; }
.row-fluid .title-style h2 { text-transform:uppercase; }
.row-fluid .title-style h2 span { color:#f15a29; }

.row-fluid .ulstyle ul { list-style:none; }
.row-fluid .blue-bg { background:#1d69ac; }

.row-fluid .wrapper { margin:0 auto !important; width:1170px; padding:0; float:none !important; } 

/* Page Wise Css */
/* Google CSE Style */
.row-fluid .top .wrapper { position:relative; }
.row-fluid .top-search { float:none; width:auto; display:inline-block; vertical-align:middle; }
.row-fluid .header-search { padding-top:12px; float:left; display:inline-block; vertical-align:middle; }
.top .search-button { background-color:rgba(0, 0, 0, 0); border:0 none; color:#777c7f; cursor:pointer; display:inline-block; font-size:20px; top:15px; line-height:20px; position:absolute; right:10px; transition:all 0.2s ease; vertical-align: middle; z-index: 99; }
.top .search-button:hover { color:#f15a29; }
.top .search-button::before { float:left; content:""; font-family:FontAwesome; font-stretch:normal; font-style:normal; transition:all 0.2s ease; padding:3px 10px; }
.top .search-button:hover:before{ color:#f15a29; }
.header-search .hs-input { transition:all 1s ease; background-color:#fff; border:0 none; color:#6b6b6b; font-size:15px; height:auto; max-width:300px; min-height:35px; opacity:0; padding:0 15px; position:absolute; width:100%; visibility:hidden; z-index:99; outline:none !important; }
.search-open .header-search .hs-input { opacity:1; visibility:visible; }
.header-search .hs-button.primary { display:none; }
.search-open .header-search .search-button::before { content:""; }
.search-open .header-search .search-button::after{ display:none; }

/* Google Custom Search Style */
.googleCse { max-width:275px; position:absolute; right:0; padding:10px; background:#f15a29; }
.googleCse .cse .gsc-control-cse, .googleCse .gsc-control-cse { padding:0; border:none !important; }
.googleCse .gsc-search-box-tools .gsc-search-box .gsc-input { width:238px !important; padding:0; text-indent:0 !important; }
.googleCse .gsc-input-box { height:auto !important; border:none; }
.googleCse .gsc-search-box td { padding:0 !important; }
.googleCse .gsc-search-box input.gsc-input { border-radius:0; display:inline-block; background-image:none !important; width:238px !important; height:40px !important; padding:0 15px !important; color:fff; font-size:14px; font-family:'Lato'; font-size:14px; border:0; vertical-align:top; }
.googleCse .gsc-search-box .gsib_b { display:none !important; }
.googleCse table.gsc-search-box { margin:0; }
.googleCse .gsc-search-button { width: 36px !important; padding: 0 !important; margin: 0 !important; position:relative; }
.googleCse .gsc-search-button input { opacity:0 !important; position:relative; z-index:5; }
.googleCse .gsc-search-button:hover:before { color:#e4b43a; }
.googleCse .gsc-selected-option-container { min-width:95px; }

form.gsc-search-box { margin-bottom:0 !important; }

.row-fluid .top { position:absolute; top:0; left:0; width:100%; z-index:1; padding-top:42px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:17px 22px; font-size:18px; line-height:24px; color:#64696d; font-weight:400; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#f15a29; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after {  position:absolute; color:#64696d; content:"\f107"; display:inline-block; vertical-align:middle; font-family:"fontawesome"; top:10px; right:0; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal >ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after { display:none; }

.row-fluid .hero-section { position:relative; background-position:bottom center !important; padding:147px 0 85px; background:rgb(234,236,242); background:-moz-linear-gradient(top, rgba(234,236,242,1) 0%, rgba(234,236,242,1) 10%, rgba(246,247,250,1) 35%, rgba(246,247,250,1) 65%, rgba(234,236,242,1) 90%, rgba(234,236,242,1) 100%); background:-webkit-linear-gradient(top, rgba(234,236,242,1) 0%,rgba(234,236,242,1) 10%,rgba(246,247,250,1) 35%,rgba(246,247,250,1) 65%,rgba(234,236,242,1) 90%,rgba(234,236,242,1) 100%); background:linear-gradient(to bottom, rgba(234,236,242,1) 0%,rgba(234,236,242,1) 10%,rgba(246,247,250,1) 35%,rgba(246,247,250,1) 65%,rgba(234,236,242,1) 90%,rgba(234,236,242,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaecf2', endColorstr='#eaecf2',GradientType=0 ); }
.row-fluid .hero-section h1 span { color:#f15a29; }
.row-fluid .hero-section .sub-title { color:#3c4c5c; font-size:41px; line-height:62px; font-weight:300; }

.row-fluid .hero-rightcanvas { position:absolute; top:50%; right:0; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; display:none; }
.row-fluid .hero-leftcanvas { position:absolute; bottom:0; left:0; display:none; }

.row-fluid .hero-personbox { padding-top:45px; padding-bottom:26px; }
.row-fluid .hero-personbox .left, .row-fluid .hero-personbox .right { float:none; display:inline-block; vertical-align:top; width:auto; margin:0; }
.row-fluid .hero-personbox .left { position:relative; left:25px; }
.row-fluid .hero-personbox .left h4, .row-fluid .hero-personbox .right h4 { font-size:23px; line-height:33px; color:#3c4c5c; font-weight:700; text-transform:uppercase; }
.row-fluid .hero-personbox .left h4 { text-align:left; }
.row-fluid .hero-personbox .right h4 { text-align:right; }

.row-fluid .orange-text { font-size:22px; line-height:29px; color:#f15a29; font-weight:500; }
.row-fluid .hero-section .orange-text { padding-bottom:48px; }
.row-fluid .hero-logobox { margin-top:60px; }
.row-fluid .hero-logobox .logo { float:none; display:inline-block; vertical-align:top; width:222px; max-width:100%; margin:0 5px; border:1px solid #777b7f; text-align:center; height:60px; position:relative; overflow:hidden; }
.row-fluid .hero-logobox .logo img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; }

.row-fluid .cta-stripsec { padding:37px 0; background:rgb(241,94,40); background:-moz-linear-gradient(left, rgba(241,94,40,1) 0%, rgba(247,144,30,1) 100%); background:-webkit-linear-gradient(left, rgba(241,94,40,1) 0%,rgba(247,144,30,1) 100%); background: linear-gradient(to right, rgba(241,94,40,1) 0%,rgba(247,144,30,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15e28', endColorstr='#f7901e',GradientType=1 ); }
.row-fluid .cta-stripsec .left, .row-fluid .cta-stripsec .right { float:none; display:inline-block; vertical-align:middle; text-align:left; width:auto; }
.row-fluid .cta-stripsec .left h4 { font-size:31px; line-height:36px; color:#f2f2f2; font-weight:300; text-transform:uppercase; font-family:'Lato','Roboto', sans-serif; }
.row-fluid .cta-stripsec .left h4 span { font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
.row-fluid .cta-stripsec .right.widget-type-cta { margin-left:60px; }
.row-fluid .cta-stripsec .right.widget-type-cta a { float:none; display:inline-block; padding:16px 35px; color:#fff; background:transparent; text-transform:uppercase; font-size:19px; font-weight:700; border:2px solid #fff;  }   
.row-fluid .cta-stripsec .right.widget-type-cta a:hover { background:#fff; color:#f15a29; }

.row-fluid .recent-podcastsec { padding:92px 0 150px; position:relative; }
.row-fluid .recent-podcastsec .title-style { padding-bottom:70px; }
.row-fluid .recent-podcastsec a.btn-style1 { margin-top:92px; }
.row-fluid .down-arrow a { -moz-animation:bounce 4s infinite; -webkit-animation:bounce 4s infinite; animation:bounce 4s infinite; position:absolute; content:""; height:43px; width:43px; bottom:60px; left:0; float:left; width:100%; }
.row-fluid .recent-podcastraw > span { display:block; margin:0 -8px; }
.row-fluid .recent-podcastraw > span > div { float:none; display:inline-block; vertical-align:top; padding:10px; margin:0 -2px; width:33.33%; }
.row-fluid .podcastbox { box-shadow:0px 0 15px 0px rgba(185,187,189,0.5); position:relative; background:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(251,206,177,0.08) 13%, rgba(244,116,33,0.33) 35%, rgba(244,117,33,0.34) 36%, rgba(245,131,32,0.61) 56%, rgba(247,148,30,1) 81%, rgba(241,91,41,1) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(251,206,177,0.08) 13%,rgba(244,116,33,0.33) 35%,rgba(244,117,33,0.34) 36%,rgba(245,131,32,0.61) 56%,rgba(247,148,30,1) 81%,rgba(241,91,41,1) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(251,206,177,0.08) 13%,rgba(244,116,33,0.33) 35%,rgba(244,117,33,0.34) 36%,rgba(245,131,32,0.61) 56%,rgba(247,148,30,1) 81%,rgba(241,91,41,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f15b29',GradientType=0 ); }
.row-fluid .podcastbox:after { position:absolute; content:""; width:100%; height:120px; background:url('//cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/network-line2.png') no-repeat; background-size:cover !important; background-position:bottom center !important; left:0; bottom:0; }
.row-fluid .podcast-innerbox { padding:50px 45px 28px; }
.row-fluid .podcast-innerbox a { font-size:21px; line-height:26px; color:#231F20; text-transform:uppercase; float:left; width:100%; font-family:'Roboto Condensed', sans-serif; position:relative; z-index:1; }
.row-fluid .podcast-innerbox a:hover { color:#f15a29; }
.row-fluid .podcast-title { margin-bottom:35px; }
.row-fluid .podcast-innerbox .podcast-title span { color:#F26522; }
.row-fluid .podcastimg { margin-bottom:32px; }
.row-fluid .podcast-innerbox h5 { font-size:23px; line-height:27px; font-weight:700; text-transform:none; font-family:'Lato','Roboto', sans-serif; }
.row-fluid .podcastbox:hover { background:-moz-linear-gradient(top, rgba(0,167,157,0) 0%, rgba(4,167,164,0.1) 14%, rgba(4,167,164,0.11) 15%, rgba(12,168,178,0.32) 34%, rgba(13,168,180,0.34) 36%, rgba(29,169,207,0.71) 63%, rgba(39,170,225,1) 81%, rgba(1,59,138,1) 100%); background: -webkit-linear-gradient(top, rgba(0,167,157,0) 0%,rgba(4,167,164,0.1) 14%,rgba(4,167,164,0.11) 15%,rgba(12,168,178,0.32) 34%,rgba(13,168,180,0.34) 36%,rgba(29,169,207,0.71) 63%,rgba(39,170,225,1) 81%,rgba(1,59,138,1) 100%); background: linear-gradient(to bottom, rgba(0,167,157,0) 0%,rgba(4,167,164,0.1) 14%,rgba(4,167,164,0.11) 15%,rgba(12,168,178,0.32) 34%,rgba(13,168,180,0.34) 36%,rgba(29,169,207,0.71) 63%,rgba(39,170,225,1) 81%,rgba(1,59,138,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000a79d', endColorstr='#013b8a',GradientType=0 ); }

/* Keyframe Animation */
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.buttonsize input[type="submit"] { height:auto; width: auto; padding:21px 15px; margin-top:12px auto; }

.row-fluid .episode-section { padding:119px 0 250px; position:relative; background: rgb(241,94,40); background: -moz-linear-gradient(left, rgba(241,94,40,1) 0%, rgba(247,144,30,1) 100%); background: -webkit-linear-gradient(left, rgba(241,94,40,1) 0%,rgba(247,144,30,1) 100%); background: linear-gradient(to right, rgba(241,94,40,1) 0%,rgba(247,144,30,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15e28', endColorstr='#f7901e',GradientType=1 ); }
.row-fluid .episode-section:after { position:absolute; content:""; height:300px; width:100%; background:url('//cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/episode-network.png') no-repeat; background-size:cover !important; left:0; bottom:0; }
.row-fluid .episode-raw { padding:100px 0 115px; }
.row-fluid .episode-raw > span { display:block; width:auto; margin:0 -50px; }
.row-fluid .episode-raw > span > div { float:none; display:inline-block; vertical-align:top; margin:0 -2px; width:33.33%; padding:0 50px; }
.row-fluid .episode-box { font-size:17px; line-height:23px; }
.row-fluid .episode-text h4 { font-size:25px; line-height:30px; text-transform:uppercase; margin:40px 0 16px; font-family:'Lato','Roboto', sans-serif; }
.row-fluid .episode-text h4 + div { padding:0 30px; }
.row-fluid .episode-section .btn-style2 a { position:relative; z-index:1; }

.row-fluid .notify-section { padding:88px 0 77px; background:rgb(234,236,242); background: -moz-linear-gradient(left, rgba(234,236,242,1) 0%, rgba(234,236,242,1) 10%, rgba(246,247,250,1) 20%, rgba(252,253,254,1) 47%, rgba(247,248,250,1) 78%, rgba(234,236,242,1) 90%, rgba(234,236,242,1) 100%); background: -webkit-linear-gradient(left, rgba(234,236,242,1) 0%,rgba(234,236,242,1) 10%,rgba(246,247,250,1) 20%,rgba(252,253,254,1) 47%,rgba(247,248,250,1) 78%,rgba(234,236,242,1) 90%,rgba(234,236,242,1) 100%); background: linear-gradient(to right, rgba(234,236,242,1) 0%,rgba(234,236,242,1) 10%,rgba(246,247,250,1) 20%,rgba(252,253,254,1) 47%,rgba(247,248,250,1) 78%,rgba(234,236,242,1) 90%,rgba(234,236,242,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaecf2', endColorstr='#eaecf2',GradientType=1 ); }
.row-fluid .notify-section .title-style { padding-bottom:35px; }
.row-fluid .notify-section .hs-form-required { display:none; }
.row-fluid .notify-section form { position:relative; padding-right:378px; }
.row-fluid .notify-section form .actions { position:absolute; top:0; right:0; }
.row-fluid .notify-section form input[type=submit] { height:72px; padding:10px 70px; font-weight:bold !important; margin-top:9%; }

.row-fluid .testimonial-section { padding:98px 0 460px; position:relative; }
.row-fluid .testimonial-section:after { position:absolute; content:""; height:520px; width:100%; bottom:0; left:0; background:url('https://cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/testimonial-network.png') no-repeat; background-size:cover !important; background-position:center center !important; z-index:-1; }
.row-fluid .testimonial-section .title-style { padding-bottom:45px; }
.row-fluid .testimonial-box { padding-bottom:40px; }
.row-fluid .testimonial-text { font-size:23px; line-height:34px; color:#64696d; font-weight:300; margin-bottom:55px; }
.row-fluid .client-name { font-size:20px; line-height:24px; color:#f15a29; text-transform:uppercase; margin-bottom:30px; }
.row-fluid .client-img { float:none; display:inline-block; vertical-align:top; height:120px; width:120px; border-radius:100%; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }

.row-fluid .testimonial-section .slick-list { float:none; display:inline-block; vertical-align:top; width:780px; max-width:100%; }
.row-fluid .arrows { position:absolute; bottom:-3px; /*left:50%;*/ font-size:0; /*-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; */}
.row-fluid .arrows:before { position:absolute; content:""; font-family:FontAwesome; font-size:22px; color:#3c4c5c; }
.row-fluid .arrows.prev { left:0px; } 
.row-fluid .arrows.next {right:0px; } 
.row-fluid .arrows.prev:before { content:"\f104"; }
.row-fluid .arrows.next:before { content:"\f105"; }

.row-fluid .slide-element { float:left; width:100%; }
.row-fluid .slide-element .slide-innerelement { display:inline-block; position:relative; padding-left:20px; padding-right:15px;  }

.row-fluid .about-hubshotsec { padding-bottom:94px; }
.row-fluid .about-hubshotsec .title-style { padding-bottom:52px; }
.row-fluid .video-details { float:none; display:inline-block; vertical-align:top; width:785px; max-width:100%; font-size:17px; line-height:22px; color:#64696d; padding:34px 0 53px; }
.row-fluid #video-popup { display:none; } 
.fancybox-wrap { overflow:visible !important; }
.row-fluid .videobox { position:relative; float:none; display:inline-block; width:auto; }
.row-fluid .video-img a.fancybox { position:relative; display:inline-block; vertical-align:top; }
.row-fluid .video-img a.fancybox:before { position:absolute; content:""; height:80px; width:80px; top:0; left:0; right:0; bottom:0; margin:auto; background:url('//cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/play-icon.png') no-repeat; }
.row-fluid .about-hubshotsec .btn-style1 a { padding:17px 38px; }

/* Resource Page */
.row-fluid .inner-hero { position:relative; padding:193px 0 134px; }
.row-fluid .inner-hero h1 span { color:#f15a29; }

.row-fluid .resource-section { padding:80px 0 84px; }
.row-fluid .resource-raw { text-align:center; }
.row-fluid .resource-raw > span > div { float:none; display:inline-block; vertical-align:top; width:33.33%; margin:0 -2px; padding:48px 12px; }
.row-fluid .resource-imgwrap { position:relative; overflow:hidden; }
.row-fluid .resource-imgwrap .resource-img { float:left; width:100%; height:425px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; }
.row-fluid .resource-boxwrap:hover .resource-img { -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; }
.row-fluid .resource-imgwrap .resource-icon { position:absolute; top:0; left:0; background:rgba(244,241,237,0.8); height:65px; width:65px; text-align:center; overflow:hidden; z-index:1; font-size:0; }
.row-fluid .resource-imgwrap .resource-icon:before { position:absolute; content:""; top:50%; left:50%; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);; }
.row-fluid .resource-imgwrap .resource-icon.files:before { height:41px; width:42px; background:url('//cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/files.png') no-repeat; }
.row-fluid .resource-imgwrap .resource-icon.microphone:before { height:41px; width:26px; background:url('//cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/microphone.png') no-repeat; }
.row-fluid .resource-imgwrap .resource-icon.video:before { height:40px; width:44px; background:url('//cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/video.png') no-repeat; }

.row-fluid .resource-content { padding-top:38px; font-size:17px; line-height:22px; color:#64696d; text-align:left; }
.row-fluid .resource-content h4 { font-size:25px; line-height:30px; color:#3c4c5c; font-weight:bold; padding-bottom:6px; font-family:'Roboto Condensed', sans-serif; }

/* About Us Page */
.row-fluid .about-hero { position:relative; padding:190px 0 0; }
.row-fluid .about-hero .left, .row-fluid .about-hero .right { float:none; display:inline-block; vertical-align:bottom; margin:0; }
.row-fluid .about-hero .right { padding-left:30px; padding-bottom:75px; font-size:17px; line-height:22px; color:#64696d; }
.row-fluid .about-hero .right h4 { font-size:32px; line-height:42px; color:#f15a29; font-weight:300; padding-bottom:17px; font-family:'Lato','Roboto', sans-serif; }

.row-fluid .podcast-sponsorsec { padding:150px 0 172px; }
.row-fluid .podcast-sponsorsec h4 { font-size:30px; line-height:36px; color:#3c4c5c; text-transform:uppercase; font-weight:bold; padding:28px 0 18px; }
.row-fluid .podcast-sponsorsec h4 span { color:#f15a29; }
.row-fluid .podcast-sponsorsec .name-position { font-size:17px; line-height:22px; position:relative; color:#64696d; font-weight:400; padding-bottom:16px; margin-bottom:12px; }
.row-fluid .podcast-sponsorsec .name-position label { color:#f15a29; }
.row-fluid .podcast-sponsorsec .name-position:after { position:absolute; content:""; width:380px; max-width:100%; height:1px; background:#aab1b5; left:50%; bottom:0; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .podcast-sponsorsec .social ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .podcast-sponsorsec .social ul li { float:none; display:inline-block; vertical-align:middle; font-size:15px; line-height:19px; color:#868c91; font-weight:bold; text-transform:uppercase; margin:0 9px; }
.row-fluid .podcast-sponsorsec .social ul li:first-child { margin-top:4px; }
.row-fluid .podcast-sponsorsec .social ul li a { float:none; display:inline-block; vertical-align:middle; color:#3c4c5c; font-size:30px; font-weight:bold; }
.row-fluid .podcast-sponsorsec .social ul li a:hover { color:#f15a29; }

.row-fluid .help-section { padding:125px 0 237px; }
.row-fluid .help-section .title h2 span { color:#f15a29; }
.row-fluid .help-section .sub-title h3 { font-size:41px; line-height:46px; color:#fff; font-weight:300; margin:32px 0 26px; font-family:'Lato','Roboto', sans-serif; }
.row-fluid .help-section .text { font-size:22px; line-height:29px; font-weight:400; float:none; display:inline-block; width:820px; max-width:100%; margin-bottom:75px; }
.row-fluid .help-section .btn-style1 a { background:#f15a29; }
.row-fluid .help-section .btn-style1 a:hover { background:#0088ff; }

.row-fluid .instagram-sec { padding:40px 0 4px; }
.row-fluid .instagram-sec .title-style { padding-bottom:26px; }
.row-fluid .instagram-sec .title-style h2 { font-size:30px; line-height:34px; }

.row-fluid .instafeed-box ul { float:left; width:100%; padding:0 9px; margin:0; list-style-type:none; text-align:center; }
.row-fluid .instafeed-box ul li { float:none; display:inline-block; vertical-align:top; width:220px; border:4px solid #fff; }
.row-fluid .instafeed-box ul li a { float:left; width:100%; height:230px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .instafeed-box ul li a img { display:none; }

/* Contact Us */
.row-fluid .inner-hero .sub-title { font-size:33px; line-height:41px; color:#64696d; font-weight:300; padding-top:15px; }

.row-fluid .contact-formsec { padding:95px 0 75px; }
.row-fluid .contact-formbox { float:none; display:inline-block; width:760px; max-width:100%;  }
.row-fluid .form-header { padding-bottom:50px; font-size:25px; line-height:31px; color:#64696d; font-weight:300; }
.row-fluid .contact-formsec .hs-form-required { display:none; }
.row-fluid .contact-formsec input[type="text"], .row-fluid .contact-formsec input[type="email"], .row-fluid .contact-formsec input[type="tel"], .row-fluid .contact-formsec textarea, .row-fluid .contact-formsec select { border:1px solid #bebdbd; height:69px; }
.row-fluid .contact-formsec textarea { height:110px; }
.row-fluid .contact-formsec fieldset.form-columns-1 .input { margin-right:0 !important; }
.row-fluid .contact-formsec select { background:url(//cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/select-icon.jpg) no-repeat center right 20px #fff; -webkit-appearance:none; -moz-appearance:none; appearance:none; -ms-appearance:none \9; -o-appearance:none; }

.row-fluid .contact-formsec .hs-form fieldset.form-columns-2 .field:first-child { padding:0 6px 15px 0; }
.row-fluid .contact-formsec .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 6px; }
.row-fluid .contact-formsec .hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .contact-formsec .hs_recaptcha { float:none; display:inline-block; vertical-align:middle; width:50%; margin-top:32px; }
.row-fluid .contact-formsec .hs_recaptcha > div > div { width:316px !important; }
.row-fluid .contact-formsec .hs_submit { float:none; display:inline-block; vertical-align:middle; width:50%; }
.row-fluid .contact-formsec .hs_submit input[type="submit"] { height:auto; font-size:19px; font-weight:bold !important; padding:21px 15px; margin-top:12px; }

/* Product Landing Page */
.row-fluid .product-landinghero { padding:150px 0 60px; }
.row-fluid .product-landinghero .left { font-size:17px; line-height:22px; color:#ffffff; font-weight:400; padding:52px 0 60px; }
.row-fluid .product-landinghero .left h1 { font-size:52px; line-height:56px; color:#f15a29; text-transform:uppercase; font-weight:bold; padding-bottom:20px; }
.row-fluid .product-landinghero .left .sub-text { font-size:27px; line-height:34px; color:#ffffff; font-weight:300; padding-bottom:20px; }
.row-fluid .product-landinghero .left .btn-style1 a { padding:22px 83px; font-size:23px; font-weight:bold; margin-top:48px; background:#f15a29; }
.row-fluid .product-landinghero .left .btn-style1 a:hover { background:#0088ff; }

.row-fluid .landing-sec1 { padding:142px 0; }
.row-fluid .landing-sec1 .sub-title { font-size:27px; line-height:41px; color:#64696d; font-weight:300; text-transform:uppercase; letter-spacing:0.5px; }
.row-fluid .landing-sec1 .title-style { padding-bottom:28px; }

.row-fluid .feature-section { padding:114px 0 270px; background-position:bottom center !important; }
.row-fluid .feature-section .title h2 { font-size:45px; line-height:50px; color:#f15a29; font-weight:bold; text-transform:uppercase; }
.row-fluid .feature-section .sub-title { font-size:27px; line-height:41px; color:#fff; text-transform:uppercase; font-weight:300; letter-spacing:0.5px; }
.row-fluid .feature-raw { float:left; width:100%; padding-top:29px; }
.row-fluid .feature-raw > span > div { float:none; display:inline-block; vertical-align:top; width:33.33%; margin:0 -2px; padding:45px 60px; }
.row-fluid .feature-icon { float:none; display:inline-block; height:216px; width:216px; border-radius:100%; background:#fff; position:relative; }
.row-fluid .feature-icon img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; }
.row-fluid .feature-text { color:#fff; padding-top:10px; }

.row-fluid .landing-sec2 { padding-bottom:110px; }   
.row-fluid .landing-sec2 .leftbox { padding-right:80px; }
.row-fluid .poster-imgsec img { width:100% !important; }

.row-fluid .pro-ladingcon3 { padding:140px 0 120px; background-attachment:fixed; }
.row-fluid .pro-ladingcon3 .box { float:none; display:inline-block; vertical-align:top; width:540px; max-width:100%; }
.row-fluid .pro-ladingcon3 h1 { font-size:52px; line-height:58px; margin-bottom:14px; }
.row-fluid .pro-ladingcon3 .title2 { font-size:27px; line-height:41px; font-weight:300; text-transform:uppercase; letter-spacing:0.5px; }
.row-fluid .pro-ladingcon3 .text { margin:27px 0 50px; }
.row-fluid .pro-ladingcon3 .btn-style1 a { padding:23px 82px; font-size:23px; font-weight:bold; }

.row-fluid .pricing-section { padding-bottom:100px; } 
.row-fluid .pricing-raw > span > div { float:none; display:inline-block; vertical-align:top; width:33.33%; margin:0 -2px; }
.row-fluid .pricing-boxwrap { border-right:2px solid #d5d8da; position:relative; }
.row-fluid .pricing-boxinner { padding:82px 0 34px; float:none; display:inline-block; width:225px; max-width:100%; }
.row-fluid .pricing-raw { float:left; width:100%; margin-top:28px; }
.row-fluid .pricing-raw > span > div:last-child .pricing-boxwrap { border-right:0; }
.row-fluid .price-textbox .option h4 { font-size:35px; line-height:40px; color:#2c3944; font-weight:bold; text-transform:uppercase;  }
.row-fluid .price-textbox .price { margin:30px 0 16px; }
.row-fluid .price-textbox .price h3 { font-size:90px; line-height:94px; color:#3c4c5c; font-weight:bold; font-family:'Lato','Roboto', sans-serif; }
.row-fluid .price-textbox .price h3 sup { font-size:40px; }
.row-fluid .price-textbox .benifits { font-size:23px; line-height:34px; color:#64696d; font-weight:300; margin-bottom:85px; }
.row-fluid .price-textbox .try-btn a { float:none; display:inline-block; padding:17px 10px; width:100%; text-align:center; color:#fff; font-size:19px; text-transform:uppercase; font-weight:bold; background:#2c3944; }
.row-fluid .price-textbox .try-btn a:hover { background:#0088ff; }

.row-fluid .pricing-boxwrap.best_choice:before { position:absolute; content:""; height:40px; width:156px; top:27px; left:50%; background:url('//cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/choice-img.png') no-repeat; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .pricing-boxwrap.best_choice .price-textbox .option h4 { color:#f15a29; }
.row-fluid .pricing-boxwrap.best_choice .price-textbox .price h3 { color:#f15a29; }
.row-fluid .pricing-boxwrap.best_choice .price-textbox .try-btn a { background:#f15a29; }
.row-fluid .pricing-boxwrap.best_choice .price-textbox .try-btn a:hover { background:#0088ff; }

.row-fluid .faq-section { padding:145px 0 110px; background:-moz-linear-gradient(top, rgba(234,236,242,1) 0%, rgba(234,236,242,0.43) 100%); background:-webkit-linear-gradient(top, rgba(234,236,242,1) 0%,rgba(234,236,242,0.43) 100%); background:linear-gradient(to bottom, rgba(234,236,242,1) 0%,rgba(234,236,242,0.43) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaecf2', endColorstr='#6eeaecf2',GradientType=0 ); }
.row-fluid .faq-raw > span > div:last-child .faq-boxwrap { border:0; }
.row-fluid .faq-section .title-style { padding-bottom:72px; }
.row-fluid .faq-section .title-style h2 { text-align:center; }
.row-fluid .faq-box { float:none; display:inline-block; width:790px; max-width:100%; text-align:left; }
.row-fluid .faq-boxwrap { border-bottom:1px solid #afb6ba; font-size:17px; line-height:26px; }
.row-fluid .faq-question { font-size:20px; line-height:37px; color:#444444; font-weight:bold; cursor:pointer; padding:13px 65px; position:relative; }
.row-fluid .faq-question:before { position:absolute; content:"\f067"; font-family:FontAwesome; left:20px; font-size:18px; color:#f15a29; }
.row-fluid .faq-question.active:before { content:"\f068"; }
.row-fluid .faq-answer { padding:0 65px 30px; }
.row-fluid .faq-answer p { padding:0 0 26px; }

/* Thank You Page1 */
.row-fluid .thanku-hero .title-style { padding-bottom:17px; }
.row-fluid .thanku-hero .sub-text { font-size:33px; line-height:41px; color:#64696d; font-weight:300; }
.row-fluid .thanku-hero .orange-text { float:none; display:inline-block; width:570px; max-width:100%; font-size:21px; line-height:24px; font-weight:400; padding:28px 0 48px; }
.row-fluid .thanku-hero .btn-style1 a { padding:22px 63px; }

/* Thank You Page2 */
.row-fluid .thanku-hero .hs-form-required { display:none; }
.row-fluid .thanku-hero2.thanku-hero .orange-text { width:700px; } 
.row-fluid .thanku-hero2 form { float:none; display:inline-block; width:760px; max-width:100%; } 
.row-fluid .thanku-hero2 form input[type="submit"] { width:auto; max-width:100%; height:auto; padding:21px 66px; font-weight:bold !important; margin-top:39px; }
.row-fluid .thanku-hero2 form input[type="text"], .row-fluid .thanku-hero2 form input[type="email"], .row-fluid .thanku-hero2 form select { height:68px; border-color:#d0d0d1; }
.row-fluid .thanku-hero2 select { background:url(//cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/select-icon.jpg) no-repeat center right 20px #fff; -webkit-appearance:none; -moz-appearance:none; appearance:none; -ms-appearance:none \9; -o-appearance:none; }

/* Hubshot Work With IAN & Craig Page */
.row-fluid .consulting-box { float:none; display:inline-block; width:770px; max-width:100%; }
.row-fluid .consulting-box h1 { margin-bottom:16px; color:#f15a29; }
.row-fluid .session-list { margin-bottom:26px; }
.row-fluid .session-list ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .session-list ul li { float:none; display:inline-block; vertical-align:top; padding:0 30px; position:relative; font-size:27px; line-height:41px; color:#64696d; font-weight:300; }
.row-fluid .session-list ul li:before { position:absolute; content:""; height:25px; width:2px; background:#6e7276; top:9px; right:0; }
.row-fluid .session-list ul li:last-child:before { display:none; }

.row-fluid .meeting-sec1 { padding:110px 0 105px; }
.row-fluid .meeting-sec1 .title-style { padding-bottom:10px; }
.row-fluid .meeting-sec1 .title-style h2 { font-size:45px; line-height:50px; }
.row-fluid .meeting-sec1 .sub-title { font-size:27px; line-height:41px; color:#64696d; font-weight:300; }

.row-fluid .meeting-sec2 { padding:132px 0 240px; }
.row-fluid .meeting-sec2 .title-style { padding-bottom:13px; }
.row-fluid .meeting-sec2 .title-style h2 { font-size:45px; line-height:50px; }
.row-fluid .meeting-sec2 .hs-form-required { display:none; }
.row-fluid .meeting-sec2 .sub-title { font-size:27px; line-height:41px; color:#ffffff; margin-bottom:45px; font-weight:300; }
.row-fluid .meeting-sec2 .box { float:none; display:inline-block; vertical-align:top; width:755px; max-width:100%; }
.row-fluid .meeting-sec2 fieldset.form-columns-1 .input { margin-right:0 !important; padding-bottom:15px; } 
.row-fluid .meeting-sec2 .hs-form fieldset.form-columns-2 .field:first-child { padding:0 7px 15px 0; }
.row-fluid .meeting-sec2 .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 7px; }
.row-fluid .meeting-sec2 .hs-form input[type="submit"] { width:auto; height:auto; border:0; padding:22px 38px; font-weight:700 !important; margin-top:35px; }

/* Landing Page 1 */
.row-fluid .event-hero h1 { font-size:52px; line-height:56px; margin-bottom:5px; color:#f15a29; }
.row-fluid .event-hero .box { float:none; display:inline-block; width:710px; max-width:100%; color:#fff; } 
.row-fluid .event-hero .box .sub-title { margin-bottom:27px; }
.row-fluid .event-hero .box .sub-title ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .event-hero .box .sub-title ul li { float:none; display:inline-block; vertical-align:top; padding:0 30px; position:relative; font-size:27px; line-height:41px; color:#fff; font-weight:300; }
.row-fluid .event-hero .box .sub-title ul li:before { position:absolute; content:""; height:25px; width:2px; background:#fff; top:9px; right:0; }
.row-fluid .event-hero .box .sub-title ul li:last-child:before { display:none; }
.row-fluid .event-hero .box .text { margin-bottom:50px; }
.row-fluid .event-hero .box .btn-style1 a { padding:17px 63px; background:#f15a29; }
.row-fluid .event-hero .box .btn-style1 a:hover { background:#0088ff; }

.row-fluid .countdown-section { margin-bottom:70px; }
.row-fluid .countdown-section ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .countdown-section ul li { float:none; display:inline-block; vertical-align:top; height:126px; width:126px; background:#fff; text-align:center; padding:13px 0 30px; color:#000000; text-transform:uppercase; margin:0 5px; } 
.row-fluid .countdown-section ul li label { float:left; width:100%; font-weight:500; padding-bottom:10px; }
.row-fluid .countdown-section ul li span { float:left; width:100%; font-size:52px; line-height:56px; font-weight:bold; font-family:'Roboto Condensed', sans-serif; color:#f15a29 }

.row-fluid .event-speakersec { padding:110px 0 510px; }
.row-fluid .event-speakersec .title-box { float:none; display:inline-block; width:680px; max-width:100%; color:#aab1b5; }
.row-fluid .event-speakersec .title-box .sub { font-size:27px; line-height:41px; font-weight:300; text-transform:uppercase; }
.row-fluid .event-speakersec .title-box .title-style h2 { font-size:45px; line-height:54px; }
.row-fluid .event-speakersec .title-box .widget-type-rich_text { margin-bottom:70px; }

.row-fluid .speaker-block h4 { font-size:24px; line-height:30px; color:#fff; font-weight:bold; text-transform:uppercase; padding-bottom:15px; padding-top:22px; font-family:'Roboto Condensed', sans-serif; }
.row-fluid .speaker-block h4 span { color:#f15a29; }
.row-fluid .speaker-block .position { font-size:14px; line-height:18px; color:#fff; padding-bottom:12px; margin-bottom:12px; position:relative; }
.row-fluid .speaker-block .position:after { position:absolute; content:""; height:1px; width:300px; max-width:100%; background:#788188; bottom:0; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .speaker-block ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .speaker-block ul li { float:none; display:inline-block; vertical-align:middle; font-size:15px; line-height:19px; color:#aab1b5; font-weight:bold; text-transform:uppercase; margin:0 5px; }
.row-fluid .speaker-block ul li:first-child { margin-top:4px; }
.row-fluid .speaker-block ul li a { float:none; display:inline-block; vertical-align:middle; color:#aab1b5; font-size:30px; font-weight:bold; }
.row-fluid .speaker-block ul li a:hover { color:#f15a29; }

.row-fluid .event-hero .new-title h1 { color:#fff; }
.row-fluid .event-hero .btn-style1.transparent-btn a { background:transparent; border:2px solid #fff; }
.row-fluid .event-hero .btn-style1.transparent-btn a:hover { background:#f15a29; border-color:#f15a29; }

.row-fluid .event-schedulesec { padding:125px 0 136px; }
.row-fluid .event-schedulebox { float:none; display:inline-block; width:800px; max-width:100%;  }
.row-fluid .event-schedulebox .title-style { padding-bottom:35px; }
.row-fluid .event-schedulebox .title-style h2 { font-size:45px; line-height:50px; }
.row-fluid .event-schedulebox .widget-type-rich_text { margin-bottom:70px; }

.row-fluid .event-schedulesec .tab-content { display:none; }
.row-fluid .event-schedulesec #tab-1 { display:block; }

.row-fluid .event-schedulesec .tabs-menu { float:left; width:100%; padding:0; margin:0 0 34px; list-style-type:none; }
.row-fluid .event-schedulesec .tabs-menu li { float:none; display:inline-block; vertical-align:top; margin:0 9px; }
.row-fluid .event-schedulesec .tabs-menu li a { float:none; display:inline-block; padding:21px 40px; background:#f2f2f2; color:#2c3944; font-size:19px; line-height:23px; }
.row-fluid .event-schedulesec .tabs-menu li a:hover, .row-fluid .event-schedulesec .tabs-menu li.current a { background:#f15a29; color:#fff; }
 
.row-fluid .event-tabraw > span > div { float:left; width:100%; padding:25px 0; } 
.row-fluid .event-tabraw .eventtab-schedulebox { background:#fff; text-align:left; box-shadow:rgba(0,0,0,0.2) 2px 4px 15px 4px; }
.row-fluid .event-tabraw .eventtab-scheduleinner { padding:37px 53px 45px; }
.row-fluid .event-tabraw .speaker-img { float:none; display:inline-block; vertical-align:middle; margin:0 -2px; width:25%; }
.row-fluid .event-tabraw .event-rightbox { float:none; display:inline-block; vertical-align:middle; margin:0 -2px; width:75%; }

.row-fluid .event-rightbox .event-time { font-size:19px; line-height:22px; color:#868c91; text-transform:uppercase; padding-bottom:3px; }
.row-fluid .event-rightbox .event-name { font-size:24px; line-height:30px; color:#2c3944; font-weight:bold; text-transform:uppercase; font-family:'Roboto Condensed', sans-serif; }
.row-fluid .event-rightbox .event-name span { color:#f15a29; }
.row-fluid .event-rightbox .event-desc { padding:15px 0 32px; }
.row-fluid .event-rightbox .speaker-name { font-size:18px; line-height:22px; color:#2c3944; font-weight:bold; text-transform:uppercase; padding-bottom:3px; font-family:'Roboto Condensed', sans-serif; }
.row-fluid .event-rightbox .speaker-name span { color:#f15a29; }
.row-fluid .event-rightbox .company { font-size:14px; line-height:18px; color:#868c91; }

.row-fluid .eventcta-stripsec .right a { padding:16px 63px; }

/* Footer */
.row-fluid .footer-sec1 { background:#231f20; padding:85px 0 97px;  }
.row-fluid .footer-logo { margin-bottom:30px; }
.row-fluid .footer-menu { margin-bottom:40px; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li > a { font-size:18px; line-height:22px; color:#fff; float:none; display:inline-block; vertical-align:top; padding:10px 20px; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li:hover > a { color:#f15a29; }

.row-fluid .footer-logobox .logo { float:none; display:inline-block; vertical-align:top; width:200px; margin:0 5px; max-width:100%; border:1px solid #bab9b9; text-align:center; height:60px; position:relative; overflow:hidden; }
.row-fluid .footer-logobox .logo img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; }

.row-fluid .footer-social { margin-top:46px; }
.row-fluid .footer-social a { float:none; display:inline-block; vertical-align:top; margin:0 22px; font-size:32px; color:#fff; }
.row-fluid .footer-social a:hover { color:#f15a29; }

.row-fluid .copy-rightfooter { padding:28px 0; background:#fff; font-size:14px; line-height:18px; color:#666666; font-family:'Roboto Condensed', sans-serif; }
.row-fluid .copy-rightfooter a { color:#666666; }
.row-fluid .copy-rightfooter a:hover { color:#f15a29; }

/* blog section 12-5-2017 */

.hs-blog-listing .testimonial-section { padding:98px 0; }
.hs-blog-listing .testimonial-section:after { display:none; }

.row-fluid .featured-hero { padding:190px 0 100px; width:100%; position:relative; float:left; background:url('//cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/blog-hero.png') no-repeat center center; background-size:cover !important; }
/*.row-fluid .featured-hero:after { content:''; width:100%; height:100%; background-image:url('https://cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/featured-bg.png'); background-repeat:no-repeat; background-position:center center; background-size:cover; position:absolute; top:0; left:0; }*/
.row-fluid .featured-hero > div { position:relative; z-index:1; }
.row-fluid .featured-herotext { padding-right:20px; width:60%; float:left; }
.row-fluid .featured-herotext h5 { font-size:26px; line-height:32px; color:#f15a29; font-weight:700; }
.row-fluid .featured-herotext h4 { margin:20px 0 25px; font-size:45px; line-height:52px; color:#3c4c5c; font-weight:400; font-family:'Lato','Roboto', sans-serif; }
.row-fluid .featured-herotext h4 a { color:#3c4c5c; }
.row-fluid .featured-hero .rec_posts { width:40%; float:left; text-align:center; }
.row-fluid .featured-hero .rec_posts h4 { margin-top:34px; font-size:34px; line-height:40px; color:#ffffff; font-weight:500; font-family:'Lato','Roboto', sans-serif; }
.row-fluid .soundcloud { padding-top:5px; background:#231f20; }

.row-fluid .blog-sec { padding:92px 0 150px; position:relative; }
.row-fluid .blog-title h2 { margin-bottom:70px; text-align:center; color:#3c4c5c; }
.row-fluid .blog-title h2 span { color:#f15a29; }
.hs-blog-listing .blog-left { width:100%; float:left; text-align:center; }
.hs-blog-listing .blog-right { display:none; }

.row-fluid .post-listing { margin:0 -10px; display:block; }
.row-fluid .post-itemtop { float:left; width:33.33%; padding:10px; }
.row-fluid .post-item { width:100%; float:left; text-align:center; position:relative; box-shadow: 0px 0 15px 0px rgba(185,187,189,0.5); background:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(251,206,177,0.08) 13%, rgba(244,116,33,0.33) 35%, rgba(244,117,33,0.34) 36%, rgba(245,131,32,0.61) 56%, rgba(247,148,30,1) 81%, rgba(241,91,41,1) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(251,206,177,0.08) 13%,rgba(244,116,33,0.33) 35%,rgba(244,117,33,0.34) 36%,rgba(245,131,32,0.61) 56%,rgba(247,148,30,1) 81%,rgba(241,91,41,1) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(251,206,177,0.08) 13%,rgba(244,116,33,0.33) 35%,rgba(244,117,33,0.34) 36%,rgba(245,131,32,0.61) 56%,rgba(247,148,30,1) 81%,rgba(241,91,41,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f15b29',GradientType=0 ); }
.row-fluid .post-item > a { position:absolute; top:0; left:0; width:100%; height:100%; z-index: 1; }
.row-fluid .post-item:before { position: absolute; content: ""; width: 100%; height: 120px; background: url(//cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/network-line2.png?t=1512133061416) no-repeat; background-size: cover!important; background-position: bottom center!important; left: 0; bottom: 0; }
.row-fluid .post-item > div { position:relative; }    
.row-fluid .post-iteminner { padding: 50px 45px 28px; } 
.row-fluid .post-iteminner h2 { margin-bottom:30px; font-size: 21px; line-height: 26px; color: #231F20; text-transform: uppercase; float: left; width: 100%; font-family: 'Roboto Condensed',sans-serif; position: relative; z-index: 1; font-weight:400; }
.row-fluid .post-iteminner h2 a { color:#231F20; }
.row-fluid .post-iteminner h2 a span { color:#F26522; }
.row-fluid .post-iteminner .hs-featured-image-wrapper { margin:0 0 30px; width:100%; float:left; }
.row-fluid .post-iteminner .hs-featured-image { margin:0; float:none; display:inline-block; width:auto; }
.row-fluid .post-iteminner h4 { color:#fff; font-size: 23px; line-height: 27px; font-weight: 700; text-transform: none; font-family: 'Roboto',sans-serif; }  
.row-fluid .post-item:hover { background:-moz-linear-gradient(top, rgba(0,167,157,0) 0%, rgba(4,167,164,0.1) 14%, rgba(4,167,164,0.11) 15%, rgba(12,168,178,0.32) 34%, rgba(13,168,180,0.34) 36%, rgba(29,169,207,0.71) 63%, rgba(39,170,225,1) 81%, rgba(1,59,138,1) 100%); background: -webkit-linear-gradient(top, rgba(0,167,157,0) 0%,rgba(4,167,164,0.1) 14%,rgba(4,167,164,0.11) 15%,rgba(12,168,178,0.32) 34%,rgba(13,168,180,0.34) 36%,rgba(29,169,207,0.71) 63%,rgba(39,170,225,1) 81%,rgba(1,59,138,1) 100%); background: linear-gradient(to bottom, rgba(0,167,157,0) 0%,rgba(4,167,164,0.1) 14%,rgba(4,167,164,0.11) 15%,rgba(12,168,178,0.32) 34%,rgba(13,168,180,0.34) 36%,rgba(29,169,207,0.71) 63%,rgba(39,170,225,1) 81%,rgba(1,59,138,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000a79d', endColorstr='#013b8a',GradientType=0 ); }
.row-fluid .post-item:hover .post-iteminner h2 a { color:#F26522; }
.hs-blog-listing .blog-form { display:none; }
.row-fluid .blog-sec a.btn-style1 { margin-top: 92px; }

/* blog inner page */
.hs-blog-post .blog-sec { padding:134px 0 90px; }
.hs-blog-post .row-fluid .blog-right { margin-top:0; }
.row-fluid .blog-right { margin-top:40px; padding-left:40px; }
.hs-blog-listing .featured-heroPost { display:none; }
.hs-blog-post .featured-heroListing { display:none; }
.hs-blog-post .featured-hero .rec_posts h4 { margin:0; padding:20px 0 0; font-size:34px; line-height:42px; color:#ffffff; }
.hs-blog-post .blog-title { display:none; }
.hs-blog-post .blog-left h4 { padding:0 0 25px; font-size:31px; line-height:40px; color:#f15a29; text-transform:uppercase; font-weight:700; }  
.hs-blog-post .blog-left p + h4 { padding-top:30px; padding-bottom:15px; }
.hs-blog-post .blog-left h5 { padding:10px 0; font-size:25px; line-height:35px; color:#3c4c5c; }
.hs-blog-post .post-insidesec { margin:20px 0 10px; display:inline-block; width:100%; }
.hs-blog-post .post-insideimg { width:240px; text-align:center; float:left; }
.hs-blog-post .post-insidetext { padding:10px 0 10px 20px; width:calc(100% - 240px); float:left; font-size:15px; color:#868c91; line-height:28px; }
.hs-blog-post .post-insidesec iframe { margin-top:20px; }
.hs-blog-post .post-cta { margin-top:20px; padding-right:10px; display:inline-block; }
.hs-blog-post .post-cta a { border:1px solid #6e7276; padding:12px 25px; display:inline-block; min-height:62px; min-width:223px; }
.hs-blog-post .post-cta a:hover { box-shadow:1px 1px 5px rgba(0,0,0,0.3); }


/* CJB 01 May 2020 */
.blog-section h2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-section h3 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.blog-section p {
  padding-top: 10px;
  padding-bottom: 0px;
}

.row-fluid .post-introwrap { padding-top:20px; }
.row-fluid .post-introimg { margin-left:-17px; float:left; width:30%; }
.row-fluid .post-introcontent { float:left; width:70%; padding-top:15px; padding-left:13px; padding-bottom:40px; }
.row-fluid .post-introcontent h5 { line-height:32px; padding-bottom:30px; font-family:'Lato','Roboto', sans-serif; }
.row-fluid .post-introcontent p { font-size:15px; line-height:20px; color:#868c91; padding:4px 0; }
.row-fluid .post-introcontent p strong { font-size:17px; line-height:22px; font-weight:500; }
.row-fluid .postbtn-wrap { margin:54px 0 70px; }
.hs-blog-post .row-fluid .postbtn { float:left; }
.hs-blog-post .row-fluid .postbtn a { float:left; padding:10px 10px; border:1px solid #777c7f; margin-right:15px; width:220px; max-width:100%; text-align:center; min-height:59px; }

 
.hs-blog-post .down-arrow  { display:none; }
.row-fluid .post-sripBox { text-align:center; margin-bottom:34px; padding:40px 24px; font-size:31px; line-height:38px; font-weight:300; color:#fff; background: rgb(241,90,41);
background: -moz-linear-gradient(left, rgba(241,90,41,1) 0%, rgba(244,117,35,1) 45%, rgba(247,147,29,1) 100%);
background: -webkit-linear-gradient(left, rgba(241,90,41,1) 0%,rgba(244,117,35,1) 45%,rgba(247,147,29,1) 100%);
background: linear-gradient(to right, rgba(241,90,41,1) 0%,rgba(244,117,35,1) 45%,rgba(247,147,29,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15a29', endColorstr='#f7931d',GradientType=1 ); }
.row-fluid .post-sripBox h4 { font-size:31px; line-height:38px; font-weight:500; color:#fff; text-transform:uppercase; font-weight:600; } 
.row-fluid .post-sripBox h4 span { color:#f15a29; }
.row-fluid .post-sripcta { margin-top:35px; }
.row-fluid .post-sripcta a { display: inline-block; padding: 9px 35px; color: #fff; background: transparent; text-transform: uppercase; font-size: 19px; font-weight: 700; border: 2px solid #fff; }
.row-fluid .post-sripcta a:hover { background:#fff; color:#f15a29; }
.row-fluid .post-sripBox2 { background: rgb(27,36,45);
background: -moz-linear-gradient(left, rgba(27,36,45,1) 0%, rgba(43,55,68,1) 45%, rgba(59,75,91,1) 100%);
background: -webkit-linear-gradient(left, rgba(27,36,45,1) 0%,rgba(43,55,68,1) 45%,rgba(59,75,91,1) 100%);
background: linear-gradient(to right, rgba(27,36,45,1) 0%,rgba(43,55,68,1) 45%,rgba(59,75,91,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b242d', endColorstr='#3b4b5b',GradientType=1 ); }

.row-fluid .post-notify { margin-bottom:34px; padding:45px 25px; font-weight:300; color:#3c4c5c; font-size:25px; line-height:31px; background: rgb(255,255,255);
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(234,236,242,1) 100%);
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(234,236,242,1) 100%);
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(234,236,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaecf2',GradientType=1 ); }
.row-fluid .post-notify_new p { padding-top:0; }
.row-fluid .post-notify h1 { padding:0; font-size:31px; line-height:36px; text-transform:uppercase; }  
.row-fluid .post-notify h1 span { color:#f15a29; }  
.row-fluid .post-notify form { margin-top:20px; }
.row-fluid .post-notify .hs-form-field { padding:0 0 10px !important; width:100% !important; }
.row-fluid .post-notify_new .hs-form-field { padding:0 0 14px !important; }
.row-fluid .post-notify .hs-form-field input { height:58px; }
.row-fluid .post-notify .hs-form-field > label { display:none; }
.row-fluid .post-notify .hs-button { padding:17px 15px; height:auto; font-weight: 500 !important; }

.row-fluid .post-slider-sec { margin-bottom:34px; padding:50px 25px; font-size:15px; border:1px solid #dbdbdb; text-align:center; line-height:24px; }
.row-fluid .post-slider-img { float: none; display: inline-block; vertical-align: top; height: 119px; width: 119px; border-radius: 100%; background-size: cover!important; background-repeat: no-repeat!important; background-position: center center!important; }
.row-fluid .post-slider-box h4 { margin-bottom:20px; font-size:31px; line-height:38px; text-transform:uppercase; font-weight:700; }
.row-fluid .post-slider-box h4 span { display:block; color:#f15a29; } 
.row-fluid .post-slider-name { font-size:17px; padding:15px 0 20px; text-transform:uppercase; color:#f15a29; font-weight:400; }
.row-fluid .post-slider .slick-dots { margin-top:30px; }
.row-fluid .post-slider .arrows.prev { left:30px; }
.row-fluid .post-slider .arrows.next { right:30px; }

.row-fluid .most-popular h4 { margin:20px 0 30px; font-size:31px; line-height:38px; text-transform:uppercase; font-weight:700; }
.row-fluid .most-popular h4 span { color:#f15a29; } 
.row-fluid .most-popular .post-item { margin-bottom:20px; }
.row-fluid .most-popular .post-iteminner { padding:30px 25px 30px; } 
.row-fluid .most-popular .post-iteminner h4 { margin:0; color: #fff; font-size: 23px; line-height: 27px; font-weight: 700; text-transform: none; font-family: 'Roboto',sans-serif; }
.row-fluid .blog-form { margin:60px 0; }
.row-fluid .blog-form h3 { padding:0 0 20px; font-size:28px; line-height:34px; }
.row-fluid .blog-form .hs-form-field > label { margin:5px 0 10px; display: inline-block; width: 100%; }
.row-fluid .blog-form input, .row-fluid .blog-form select, .row-fluid .blog-form input[type="text"], .row-fluid .blog-form input[type="password"], .row-fluid .blog-form input[type="datetime"], .row-fluid .blog-form input[type="datetime-local"], .row-fluid .blog-form input[type="date"], .row-fluid .blog-form input[type="month"], .row-fluid .blog-form input[type="time"], .row-fluid .blog-form input[type="week"],.row-fluid .blog-form input[type="number"], .row-fluid .blog-form input[type="email"], .row-fluid .blog-form input[type="url"], .row-fluid .blog-form input[type="search"], .row-fluid .blog-form input[type="tel"], .row-fluid .blog-form input[type="color"] { height:45px; }

.hs-blog-post .notify-section , .hs-blog-post .testimonial-section { display:none; }


@media(min-width:1700px){
    .row-fluid .instafeed-box ul li { width:238px; }
}

@media(min-width:1300px){
    
}

@media (min-width: 1201px) and (max-width: 1340px){
    .row-fluid .episode-raw > span { margin:0; }
    .row-fluid .episode-raw > span > div { padding:0 20px; }
}

@media (min-width: 992px) and (max-width: 1200px){

    .row-fluid .wrapper {  width:920px; }
    
    /* Homepage */
    .row-fluid .hero-logobox .logo { margin:0 2px 0; }
    .row-fluid .featured-herotext h4 { font-size:35px; line-height:48px; }
    
    /* blog inner page */
    .row-fluid .blog-right { padding-left:0; } 
    .row-fluid .post-sripcta a { font-size:16px; }

}

@media (min-width: 768px) and (max-width: 991px){

    .row-fluid .wrapper {  width:720px; }
    
    /* Homepage */
    .row-fluid .recent-podcastraw > span > div { width:50%; }
    .row-fluid .hero-logobox .logo { margin-bottom:15px; }
    
    /* Resource Page */
    .row-fluid .resource-raw > span > div { width:50%; }
    
    /* blog page */
    .row-fluid .featured-hero { padding:140px 0 65px; text-align:center; }
    .row-fluid .featured-herotext h4 { font-size:38px; line-height:48px; }
    .row-fluid .featured-herotext { width:100%; padding:0 0 20px; }
    .row-fluid .featured-hero .rec_posts { width:100%; }
    .row-fluid .blog-sec a.btn-style1 { margin-top: 40px; }
}


@media (min-width: 768px) and (max-width: 1200px){
    
    h1 { font-size:37px; line-height:50px; }
    h2 { font-size:34px; line-height:40px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:28px; line-height:34px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
    
    /* Homepage */
    .row-fluid .top { padding-top:20px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:5px 14px; font-size:14px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > a { height:30px !important; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { right:1px !important; top:5px !important; font-size:10px !important; }
    .row-fluid .mainmenu ul > li > ul { width:180px !important; }
    .top .search-button { top:4px; }
    
    .row-fluid .hero-section { padding:120px 0 85px; } 
    .row-fluid .hero-section .sub-title { font-size:32px; line-height:42px; }
    .row-fluid .hero-personbox .left h4, .row-fluid .hero-personbox .right h4 { font-size:20px; }
    
    .row-fluid .cta-stripsec .right.widget-type-cta a { font-size:18px; padding:15px 25px; }
    .row-fluid .cta-stripsec .left h4 { font-size:24px; line-height:30px; margin-bottom:15px; }
    .row-fluid .cta-stripsec .right.widget-type-cta { margin:0; }
    .row-fluid .cta-stripsec .left, .row-fluid .cta-stripsec .right { width:100%; text-align:center; }
    
    .row-fluid .recent-podcastsec { padding:70px 0 150px; }
    .row-fluid .recent-podcastsec .title-style { padding-bottom:40px; }
    .row-fluid .recent-podcastsec a.btn-style1 { margin-top:40px; }
    
    .row-fluid .episode-section { padding:70px 0 250px; }
    .row-fluid .episode-raw { padding:60px 0; }
    .row-fluid .episode-raw > span { margin:0; }
    .row-fluid .episode-raw > span > div { padding:0 12px; }
    .row-fluid .episode-text h4 + div { padding:0; }
    .row-fluid .episode-text h4 { font-size:22px; line-height:28px; margin:25px 0 16px; }
    
    .row-fluid .notify-section { padding:50px 0; }
    .row-fluid .notify-section form input[type="submit"] { font-size:16px; padding:10px 22px; }
    .row-fluid .notify-section form { padding-right:245px; } 
    
    .row-fluid .testimonial-section { padding:60px 0 360px; }
    .row-fluid .testimonial-section .title-style { padding-bottom:30px; }
    .row-fluid .testimonial-text { font-size:20px; line-height:30px; margin-bottom:30px; }
    
    .row-fluid .about-hubshotsec { position:relative; margin-top:-50px; padding-bottom:60px; }
    
    /* Resource Page */
    .row-fluid .inner-hero { padding:150px 0 120px; } 
    
    .row-fluid .resource-section { padding:60px 0; }
    .row-fluid .resource-imgwrap .resource-img { height:40vh; }
    .row-fluid .resource-raw > span > div { padding:30px 10px; }
    
    /* About Us Page */
    .row-fluid .about-hero { padding:130px 0 0; }
    .row-fluid .about-hero .right h4 { font-size:24px; line-height:30px; }
    
    .row-fluid .podcast-sponsorsec { padding:80px 0; }
    
    .row-fluid .help-section { padding:80px 0 150px; }
    .row-fluid .help-section .sub-title h3 { font-size:32px; line-height:36px; margin:20px 0 26px; }
    .row-fluid .help-section .text { margin-bottom:35px; }
    
    /* Contact Us Page */
    .row-fluid .inner-hero .sub-title { font-size:30px; line-height:40px; padding-top:10px; }
    .row-fluid .contact-formsec { padding:70px 0 60px; }
    
    /* Product Landing Page */
    .row-fluid .product-landinghero .left h1 { font-size:36px; line-height:46px; padding-bottom:5px; }
    .row-fluid .product-landinghero .left .sub-text { font-size:22px; line-height:30px; padding-bottom:10px; }
    .row-fluid .product-landinghero .left .btn-style1 a { margin-top:30px; }
    .row-fluid .product-landinghero .left { padding:0; }
    
    .row-fluid .landing-sec1 { padding:70px 0; }
    
    .row-fluid .feature-section { padding:70px 0; }
    .row-fluid .feature-icon { height:150px; width:150px; overflow:hidden; }
	.row-fluid .feature-icon img { max-width:50%; }
	.row-fluid .feature-raw > span > div { padding:45px 20px; }
	
	.row-fluid .landing-sec2 .leftbox { padding-right:0; }
	
	.row-fluid .pro-ladingcon3 { padding:80px 0; }
	.row-fluid .pro-ladingcon3 h1 { font-size:42px; line-height:50px; margin:0; }
	.row-fluid .pro-ladingcon3 .text { margin:15px 0 30px; }
	
    .row-fluid .pricing-section { position:relative; margin-top:-100px; padding-bottom:50px; }
	.row-fluid .pricing-section .title-style h2 { font-size:34px; line-height:38px; }
	.row-fluid .price-textbox .option h4 { font-size:30px; line-height:36px; }
	.row-fluid .price-textbox .price { margin:20px 0 16px; }
	.row-fluid .price-textbox .price h3 { font-size:60px; line-height:70px; }
	.row-fluid .price-textbox .benifits { font-size:20px; line-height:30px; margin-bottom:20px; height:auto !important; }
	.row-fluid .pricing-boxinner { padding:82px 10px 60px; }
	
	.row-fluid .faq-section { padding:80px 0; }
	.row-fluid .faq-section .title-style { padding-bottom:30px; }
	
	/* Landing Page 1 */
	.row-fluid .event-speakersec { padding:70px 0 400px; }
	
	.row-fluid .event-schedulesec { padding:70px 0; }
	.row-fluid .event-schedulesec .tabs-menu li { margin:0 5px; }
	.row-fluid .event-schedulesec .tabs-menu li a { font-size:16px; padding:15px 25px; }
	.row-fluid .event-schedulebox .widget-type-rich_text { margin-bottom:40px; }
	.row-fluid .event-tabraw .eventtab-scheduleinner { padding:37px 30px 45px; }
	.row-fluid .event-tabraw .speaker-img { width:30%; }
	.row-fluid .event-tabraw .event-rightbox { width:70%; padding-left:20px; }
    
    /* Footer */
    .row-fluid .footer-sec1 { padding:60px 0; } 
    .row-fluid .footer-logobox .logo { margin:0 2px; width:170px; }
    .row-fluid .copy-rightfooter { padding:20px 0; }
    
    /* blog section */
    .row-fluid .blog-sec { padding:70px 0 150px; } 
    .row-fluid .blog-sec .title-style { padding-bottom: 40px; }
    .row-fluid .post-itemtop { width:50%; }
}

@media (max-width:991px) {
    
    .hs-blog-post .blog-sec { padding:70px 0; }
    .hs-blog-post .blog-left { margin:0; width:100%; float:left; }
    .hs-blog-post .blog-right { margin:0; padding:0; width:100%; float:left; }
    .hs-blog-post .blog-left h4 { padding:20px 0; }
}


@media (min-width:768px){
    .row-fluid .top-right { float:right; }
    
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul { float:right; width:auto; padding-right:50px; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after {  position:absolute; content:"\f078"; display:inline-block; color:#64696d; font-size:12px; font-weight:400; vertical-align:middle; font-family:"fontawesome"; top:18px; right:7px; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after { display:none; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover a:after { content:"\f077"; transition:all 1s ease; color:#f15a29 }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > a { font-size:0; background:url('//cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/black-home.png') no-repeat; height:56px; width:20px; background-position:center center !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child:hover > a { background:url('//cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/hover-home.png') no-repeat; }
    
    .row-fluid .mainmenu ul > li > ul { width:250px; text-align:left; border-bottom:3px solid #f15a29; }
    .row-fluid .mainmenu ul > li > ul > li { line-height:0; border-bottom:1px solid #0e191e; background:#fff; } 
    .row-fluid .mainmenu ul > li > ul > li:last-child { border-bottom:0; }
    .row-fluid .mainmenu ul > li > ul > li > a { color:#64696d; font-size:15px; font-weight:500; text-transform:none; padding:12px 10px; line-height:18px; white-space:normal !important; }
    .row-fluid .mainmenu ul > li > ul > li > a:hover { color:#f15a29; text-indent:5px; }
    
    /* Product Landing Page */
    .row-fluid .white-menu .mainmenu .hs-menu-wrapper > ul > li > a:link { color:#fff; }
    .row-fluid .white-menu .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#f15a29; }
    
    .row-fluid .white-menu .mainmenu .hs-menu-wrapper > ul > li:first-child > a { background:url('//cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/white-home.png') no-repeat; height:56px; width:20px; background-position:center center !important; }
    .row-fluid .white-menu .mainmenu .hs-menu-wrapper > ul > li:first-child:hover > a { background:url('//cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/hover-home.png') no-repeat; }
    .row-fluid .white-menu .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { color:#fff; }
    .row-fluid .white-menu .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover a:after { color:#f15a29; }
    
    /* Footer */
    .row-fluid .footer-menu .hs-menu-wrapper > ul > li:first-child a { font-size:0; background:url('//cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/white-home.png') no-repeat; height:37px; width:20px; background-position:center center !important; }
    .row-fluid .footer-menu .hs-menu-wrapper > ul > li:first-child:hover > a { background:url('//cdn2.hubspot.net/hubfs/2660403/Hubshots_2017/Images/hover-home.png') no-repeat; }
}

@media (min-width: 30px) and (max-width: 767px){
    
    h1 { font-size:33px; line-height:40px; }
    h2 { font-size:26px; line-height:36px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:28px; line-height:34px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
    
    .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }
	
	.row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li { float:left !important; }
	
	/* Homepage */
	.row-fluid .top { padding-top:0; }
	.row-fluid .logo { max-width:200px; padding-top:20px; }
	
	.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { color:#fff; font-weight:bold; font-size:16px; line-height:20px; padding:15px 8px 15px 50px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover { color:#0088ff; } 
    .row-fluid .mainmenu ul { float:none; }
    .row-fluid .mainmenu ul > li > ul > li > a { font-size:14px; line-height:18px; font-weight:500; padding:8px 8px 8px 60px; text-indent:0; }
    .row-fluid .mainmenu ul > li > ul > li:hover { background:#0088ff; }
    .row-fluid .mainmenu ul > li > ul > li > a:hover { background:#0088ff; color:#f15a29; }
    .row-fluid .mainmenu ul > li > ul > li { border:0; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { display:none; }
    
    .row-fluid .mainmenu.js-enabled .hs-menu-flow-horizontal { left:auto; right:-100%; top:80px; padding:0; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; width:0; }
    .mobile-open .mainmenu.js-enabled .hs-menu-flow-horizontal { right:0; top:80px; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; width:85%;  }
    .mainmenu .hs-menu-flow-horizontal ul li:first-child { border-top:0; }
    span.child-triggerm span { display:none !important; }
    span.child-triggerm:before { content:"\f105"; font-family:"Fontawesome"; font-size:26px; left:25px; top:10px; position:absolute; -webkit-transition: all .400s ease;
    -moz-transition: all .400s ease;
    -o-transition: all .400s ease;
    -ms-transition: all .400s ease;
    transition: all .400s ease;; }
    span.child-triggerm.child-open:before { -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg);  }
	.mobile-open a.mobile-trigger i, .mobile-open a.mobile-trigger i:before, .mobile-open a.mobile-trigger i:after { background:#fff; }
	
	.row-fluid .hero-section { padding:100px 0 50px; }
	.row-fluid .hero-section .sub-title { font-size:24px; line-height:30px; }
	.row-fluid .hero-personbox .left { left:auto; }
	.row-fluid .hero-personbox .left, .row-fluid .hero-personbox .right { width:100%; }
	.row-fluid .orange-text { font-size:18px; line-height:24px; }
	.row-fluid .orange-text br { display:none; }
	.row-fluid .hero-personbox .left h4, .row-fluid .hero-personbox .right h4 { font-size:20px; line-height:30px; text-align:center; }
	.row-fluid .hero-personbox .left h4 { margin-bottom:30px; }
	.row-fluid .btn-style1 a, .row-fluid a.btn-style1 { font-size:16px; padding:18px 28px; }
	.row-fluid .hero-logobox .logo { margin-bottom:10px; }
	
	.row-fluid .cta-stripsec { text-align:center; }
	.row-fluid .cta-stripsec .left, .row-fluid .cta-stripsec .right { width:100%; text-align:center; }
	.row-fluid .cta-stripsec .left h4 { font-size:22px; line-height:30px; font-size:22px; line-height:30px; margin-bottom:20px; }
	.row-fluid .cta-stripsec .right.widget-type-cta a { float:none; display:inline-block; vertical-align:top; padding:15px 20px; font-size:16px; }
	.row-fluid .cta-stripsec .right.widget-type-cta { margin:0; }
	
	.row-fluid .recent-podcastsec .title-style { padding-bottom:30px; }
	.row-fluid .recent-podcastraw > span > div { width:50%; }
	.row-fluid .podcast-innerbox { padding:25px 30px; }
	.row-fluid .podcast-title { margin-bottom:25px; }
	.row-fluid .podcastimg { margin-bottom:20px; }
	.row-fluid .podcast-innerbox h5 { font-size:20px; line-height:24px; }
	.row-fluid .podcast-innerbox a { font-size:18px; line-height:24px; }
	.row-fluid .recent-podcastsec a.btn-style1 { margin-top:20px; }
	
	.row-fluid .episode-section { padding:50px 0; }   
	.row-fluid .episode-raw { padding:50px 0; }
	.row-fluid .episode-raw > span { margin:0; }
	.row-fluid .episode-raw > span > div { width:100%; padding:0 10px 30px; }
	.row-fluid .episode-raw > span > div:last-child { padding-bottom:0; }
	.row-fluid .episode-text h4 + div { padding:0; }
	.row-fluid .episode-text h4 { font-size:22px; line-height:26px; margin:20px 0 16px; }
	.row-fluid .episode-section .btn-style2 a { padding:18px 30px; font-size:16px; }
	
	.row-fluid .notify-section { padding:50px 0; }
	.row-fluid .notify-section form { padding:0; }
	.row-fluid .notify-section form .actions { position:relative; right:auto; top:auto; margin-top:20px; }
	.row-fluid .notify-section form input[type="submit"] { height:auto; padding:20px 30px; width:auto; }
	
	.row-fluid .testimonial-section { padding:50px 0 380px; }
	.row-fluid .testimonial-section .title-style { padding-bottom:25px; } 
	.row-fluid .testimonial-text { font-size:18px; line-height:28px; margin-bottom:30px; }
	
	.row-fluid .about-hubshotsec { padding-bottom:50px; position:relative; margin-top:-130px; }
	
	.row-fluid .top a.search-button { display:none; }
	.row-fluid .top .googleCse { display:block !important; padding:0 10px; }
	.row-fluid .top .googleCse script { display:none; }
	.googleCse .gsc-search-box-tools .gsc-search-box .gsc-input { width:100% !important; }
	form.gsc-search-box { height:40px; }
	
	/* Resource Page */
	.row-fluid .inner-hero { padding:150px 0 120px; }
	
	.row-fluid .resource-section { padding:50px 0; }
	.row-fluid .resource-raw > span > div { width:50%; padding:30px 12px; }
	.row-fluid .resource-imgwrap .resource-img { height:32vh; }
	.row-fluid .resource-content { padding-top:20px; }
	
	/* About Us Page */ 
	.row-fluid .about-hero { padding:120px 0 70px; }
	.row-fluid .about-hero .left, .row-fluid .about-hero .right { width:100%; float:left; text-align:center; padding:0; }
	.row-fluid .about-hero .left { margin-bottom:30px; }
	.row-fluid .about-hero .right h4 { font-size:22px; line-height:30px; }
	
	.row-fluid .podcast-sponsorsec { padding:80px 0; }
	.row-fluid .podcast-sponsorsec .left { margin-bottom:30px; }
	.row-fluid .podcast-sponsorsec h4 { margin:10px 0; font-size:26px; }
	
	.row-fluid .help-section { padding:80px 0 100px; }
	.row-fluid .help-section .sub-title h3 { font-size:24px; line-height:34px; margin:10px 0 20px; } 
	.row-fluid .help-section .text { font-size:18px; line-height:28px; } 
	
	.row-fluid .instafeed-box ul { padding:0; }
	
	/* Contact Us Page */
	.row-fluid .inner-hero .sub-title { font-size:24px; line-height:30px; }
	
	.row-fluid .contact-formsec { padding:60px 0; }
	.row-fluid .form-header { font-size:20px; line-height:28px; padding-bottom:40px; }
	
	.row-fluid .contact-formsec ::-webkit-input-placeholder { font-size:14px !important; }
    .row-fluid .contact-formsec ::-moz-placeholder { font-size:14px !important; }
    .row-fluid .contact-formsec :-ms-input-placeholder { font-size:14px !important; }
    .row-fluid .contact-formsec :-moz-placeholder { font-size:14px !important; }
    .row-fluid .contact-formsec input[type="text"], .row-fluid .contact-formsec input[type="email"], .row-fluid .contact-formsec input[type="tel"], .row-fluid .contact-formsec textarea, .row-fluid .contact-formsec select { font-size:14px; }
	.row-fluid .contact-formsec .hs_recaptcha { width:100%; margin-top:10px; }
	.row-fluid .contact-formsec .hs_submit { width:auto; float:left; }
	.row-fluid .contact-formsec .hs_submit input[type="submit"] { font-size:16px; }
	
	/* Product Landing Page */
	.row-fluid .product-landinghero { padding:120px 0 60px; }
	.row-fluid .product-landinghero .left { padding-bottom:0; }
	.row-fluid .product-landinghero .left h1 { font-size:32px; line-height:42px; padding-bottom:10px; }
	.row-fluid .product-landinghero .left .sub-text { font-size:20px; line-height:28px; }
	.row-fluid .product-landinghero .left .btn-style1 a, .row-fluid .pro-ladingcon3 .btn-style1 a { margin-top:30px; font-size:20px; padding:20px 60px; }
	
	.row-fluid .landing-sec1 { padding:60px 0; text-align:center; }
	.row-fluid .landing-sec1 .title-style { padding-bottom:10px; } 
	.row-fluid .landing-sec1 .sub-title { font-size:22px; line-height:30px; margin-top:15px; }
	
	.row-fluid .feature-section { padding:60px 0; }
	.row-fluid .feature-section .title h2 { font-size:30px; line-height:38px; }
	.row-fluid .feature-section .sub-title { font-size:22px; line-height:38px; }
	.row-fluid .feature-raw > span > div { width:50%; padding:20px 20px 30px; }
	.row-fluid .feature-raw > span > div:last-child { padding-bottom:0; }
	.row-fluid .feature-icon { height:150px; width:150px; overflow:hidden; }
	.row-fluid .feature-icon img { max-width:50%; }
	
	.row-fluid .landing-sec2 .leftbox { padding:0; }
	.row-fluid .landing-sec2 .left-block { padding-top:20px; }
	
	.row-fluid .pro-ladingcon3 { padding:60px 0; }
	.row-fluid .pro-ladingcon3 h1 { font-size:34px; line-height:40px; }
	.row-fluid .pro-ladingcon3 .title2 { font-size:22px; line-height:30px; }
	.row-fluid .pro-ladingcon3 .text { margin:20px 0 30px; }
	
	.row-fluid .pricing-section { position:relative; margin-top:-100px; padding-bottom:50px; }
	.row-fluid .pricing-section .title-style { padding-bottom:0; }
	.row-fluid .pricing-section .title-style h2 { font-size:34px; line-height:38px; }
	.row-fluid .pricing-raw { margin-top:0; } 
	.row-fluid .pricing-raw > span > div { width:100%; margin:0; }
	.row-fluid .pricing-raw > span > div:last-child .pricing-boxwrap { border:0; }
	.row-fluid .pricing-boxwrap { height:auto !important; border-right:0; border-bottom:2px solid #d5d8da; }
	.row-fluid .price-textbox .option h4 { font-size:30px; line-height:36px; }
	.row-fluid .price-textbox .price { margin:20px 0 16px; }
	.row-fluid .price-textbox .price h3 { font-size:80px; line-height:90px; }
	.row-fluid .price-textbox .benifits { font-size:20px; line-height:30px; margin-bottom:20px; height:auto !important; }
	
	.row-fluid .faq-section { padding:60px 0; }
	.row-fluid .faq-section .title-style { padding-bottom:30px; }
	.row-fluid .faq-question { font-size:18px; line-height:28px; padding:13px 0 13px 55px; }
	.row-fluid .faq-answer { padding:0 0 10px; }
	
	/* Thank You Page 1 */
	.row-fluid .thanku-hero .sub-text { font-size:24px; line-height:30px; }
	.row-fluid .thanku-hero .btn-style1 a { padding:15px 15px; font-size:14px; }
	
	/* Thank You Page 2 */
	.row-fluid .thanku-hero2 form input[type="submit"] { padding:20px 36px; margin-top:20px; font-size:16px; }
	
	/* Hubshot Work With IAN & Craig Page */
	.row-fluid .session-list ul li { font-size:18px; line-height:28px; padding:0 10px; }
	.row-fluid .session-list ul li:before { height:20px; top:5px; }
	
	.row-fluid .meeting-sec1 { padding:60px 0; }
	
	.row-fluid .meeting-sec2 { padding:70px 0 180px; }
	.row-fluid .meeting-sec2 .sub-title { font-size:20px; line-height:30px; margin-bottom:40px; }
	.row-fluid .meeting-sec2 .hs-form input[type="submit"] { padding:20px 10px; max-width:100%; font-size:14px; }
	
	/* Landing Page 1 */
	.row-fluid .event-hero h1 { font-size:38px; line-height:42px; margin:0; }
	.row-fluid .event-hero .box .sub-title ul li { padding:0 15px; font-size:18px; }
	.row-fluid .countdown-section ul li { margin:10px 5px; }
	.row-fluid .event-hero .box .text { margin-bottom:20px; }
	.row-fluid .event-hero .box .btn-style1 a { margin-top:15px; }
	
	.row-fluid .event-speakersec { padding:50px 0 50px; background-position:bottom center !important; }
	.row-fluid .event-speakersec .title-box .sub { font-size:22px; line-height:30px; }
	.row-fluid .event-speakersec .title-box .title-style { padding-bottom:20px; }
	.row-fluid .event-speakersec .title-box .title-style h2 { font-size:30px; line-height:38px; }
	.row-fluid .speaker-block .block { margin-bottom:30px; }
	
	.row-fluid .event-schedulesec { padding:50px 0; }
	.row-fluid .event-schedulebox .title-style h2 { font-size:36px; line-height:40px; }
	
	.row-fluid .event-tabraw .speaker-img, .row-fluid .event-tabraw .event-rightbox { width:100%; margin:0; }
	.row-fluid .event-tabraw .eventtab-scheduleinner { padding:30px 20px; text-align:center; }
	.row-fluid .event-tabraw .event-rightbox { padding-top:30px; }
	
	.row-fluid .event-tablist { float:left; width:100%; position:relative; }
	.row-fluid .event-tablist span.mobile-select { float:left; width:100%; text-align:left; font-size:17px; line-height:22px; cursor:pointer; padding:15px 20px; font-weight:bold; position:relative; border:1px solid #64696d; }
	.row-fluid .event-tablist span.mobile-select:after { position:absolute; content:"\f078"; font-family:FontAwesome; right:20px; top:13px; color:#64696d; font-size:20px; }
	.row-fluid .event-tablist span.mobile-select.active:after { content:"\f077"; }
	.row-fluid .event-schedulesec .tabs-menu { display:none; text-align:left; position:absolute; top:100%; left:0; }
	.row-fluid .event-schedulesec .tabs-menu li { float:left; width:100%; margin:0; }
	.row-fluid .event-tablist ul li a { width:100%; padding:15px 20px; }
	
	.row-fluid .event-hero2 { padding:60px 0; }
	
	/* Footer */
	.row-fluid .footer-sec1 { padding:50px 0; }
	.row-fluid .footer-menu .hs-menu-wrapper > ul > li { float:left; width:100%; }
	.row-fluid .footer-menu .hs-menu-wrapper > ul > li > a { padding:5px 20px; float:left; width:100%; }
	
	.row-fluid .footer-logobox .logo { margin-bottom:10px; }
	.row-fluid .footer-social a { font-size:24px; margin:0 10px; }

    .row-fluid .copy-rightfooter { padding:20px 0; }
    
    /* blog page */
    .row-fluid .featured-hero { padding:115px 0 40px; text-align:center; }
    .row-fluid .featured-herotext h5 { font-size:22px; line-height:30px; }
    .row-fluid .featured-herotext h4 { font-size:30px; line-height:38px; }
    .row-fluid .featured-herotext { width:100%; padding:0 0 20px; }
    .row-fluid .featured-hero .rec_posts { width:100%; }
    
    /* blog section */
    .row-fluid .blog-sec { padding:70px 0 150px; } 
    .row-fluid .featured-hero .rec_posts h4 { font-size:26px; line-height:32px; margin-top:25px; }
    .row-fluid .blog-sec .title-style { padding-bottom: 40px; }
    .row-fluid .post-iteminner { padding:25px 30px; }
    .row-fluid .post-itemtop { width:50%; }
    .row-fluid .blog-sec a.btn-style1 { margin-top: 40px; }
    .row-fluid .blogtestimonial-sec { padding:50px 0 80px; }
    
    /* blog inner page */
    .hs-blog-post .blog-sec { padding:50px 0; }
    .hs-blog-post .blog-left h4 { padding:10px 0; font-size:26px; line-height:36px; }
    .row-fluid .blog-form { margin:25px 0 50px; }
    .hs-blog-post .post-insidesec { text-align:center; }
    .hs-blog-post .post-insideimg { width:100%; }
    .hs-blog-post .post-insidetext { padding:10px 0; width:100%; }
    .hs-blog-post .featured-hero .rec_posts h4 { font-size:25px; line-height:34px; }
    .hs-blog-post .post-cta { padding-right:4px; }
    .row-fluid .post-introimg { width:100%; }
    .row-fluid .post-introcontent { padding:100%; padding:0 0 30px; width:100%; }
    .row-fluid .post-introwrap { text-align:center; }
    .row-fluid .post-introimg { margin-left:0; }
    .row-fluid .post-introcontent h5 { font-size:20px; line-height:25px; }
    .row-fluid .postbtn-wrap { margin:30px 0; text-align:center; }
    .hs-blog-post .row-fluid .postbtn a { float:none; display:inline-block; margin:0; }
    .hs-blog-post .row-fluid .postbtn1 a { margin-bottom:15px; } 
    .hs-blog-post .row-fluid .postbtn { float:none; display:inline-block; }
    .row-fluid .featured-hero > div { z-index:0; }
    .row-fluid .post-notify_new .hs-button { font-size:14px; }
    
    
}

@media (max-width:500px){
    .row-fluid .recent-podcastraw > span { margin:0; }
    .row-fluid .recent-podcastraw > span > div { width:100%; margin:0; padding:0 0 30px; }
    .row-fluid .recent-podcastraw > span > div:last-child { padding-bottom:0; }
    
    .row-fluid .resource-raw > span > div { width:100%; padding:0 0 50px; }
    .row-fluid .resource-raw > span > div:last-child { padding-bottom:0; }
    
    .row-fluid .feature-raw > span > div { width:100%; padding:20px 0 30px; }
    .row-fluid .feature-icon { height:200px; width:200px; overflow:hidden; }
	.row-fluid .feature-icon img { max-width:80%; }
	
	/* blog section */
	/*.row-fluid .featured-herotext h4 { font-size:21px; line-height:32px; }*/
    .row-fluid .post-itemtop { width:100%; }
    
    /* blog inner page */
    .hs-blog-post .post-cta { text-align:center; display:block; padding:0; }
    .row-fluid .post-sripBox h4 { font-size:26px; line-height:34px; }
    .row-fluid .post-sripBox { font-size: 24px; line-height: 30px; }
	
    
}

@media (max-width:480px){
    .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding-right:0; }
	.row-fluid .hs-form fieldset.form-columns-2 .field { padding-left:0; }
	
	/* Contact Page */
	.row-fluid .contact-formsec .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0px 15px 0; }
	.row-fluid .contact-formsec .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0px; }
	.row-fluid .contact-formsec .hs_recaptcha > div > div { width:275px !important; }
	
	/* Hubshot Work With IAN & Craig Page */
	.row-fluid .meeting-sec2 .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0px 15px 0; }
    .row-fluid .meeting-sec2 .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0px; }
    .row-fluid .meeting-sec2 fieldset.form-columns-1 .input { padding-bottom:5px; }
    
    .row-fluid .meeting-sec2 .hs-form fieldset.form-columns-2 .field { width:100% !important; }
}

@media (min-width: 768px){

  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }

}

@media (max-width: 767px){

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

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


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 0;          /* Position Button at top right of screen  */
      right: 0;        /*******************************************/
      width: 80px; /* Button width */
      height: 44px; /* Button height */     
      line-height:0 !important;
      padding: 40px 0;
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: center;
      text-transform: uppercase;
      border-radius: 0;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

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

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

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

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

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

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


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

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

  span.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      left: 0px;
      width: 55px !important; /* Button width */
      min-width: 35px !important;
      height: 50px !important; /* Button height */  
      padding: 0 !important;
      /*border-left: 1px dotted rgba(255, 255, 255, .20);*/
  }
  span.child-triggerm:hover {
      text-decoration: none;
  }


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

  span.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
  span.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

  

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


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

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 0;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; /* Padding to add room for close button */
      width: 100%; /* Full screen width */
      z-index: 8888;
      background:#f26826;    
      padding-bottom:25px !important;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px solid #fff; /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     background-color: #0088ff;
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}