@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,700);
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
/* @import url('http://example.com/example_style.css'); */

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

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


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

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

@font-face {
    font-family:robotolight;
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hub/115471/file-2190817835-eot/roboto-light-webfont.eot");
}

@font-face {
    font-family:robotolight;
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hub/115471/file-2186890393-woff/roboto-light-webfont.woff") format("woff"),
    url("//cdn2.hubspot.net/hub/115471/file-2191217027-ttf/roboto-light-webfont.ttf") format("truetype");
}

@font-face {
    font-family:robotoregular;
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hub/115471/file-2190852955-eot/roboto-regular-webfont.eot");
}

@font-face {
    font-family:robotoregular;
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hub/115471/file-2191217067-woff/roboto-regular-webfont.woff") format("woff"),
    url("//cdn2.hubspot.net/hub/115471/file-2191217072-ttf/roboto-regular-webfont.ttf") format("truetype");
}

@font-face {
    font-family:robotomedium;
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hub/115471/file-2187030543-eot/roboto-medium-webfont.eot");
}

@font-face {
    font-family:robotomedium;
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hub/115471/file-2190913160-woff/roboto-medium-webfont.woff") format("woff"),
    url("//cdn2.hubspot.net/hub/115471/file-2190913165-ttf/roboto-medium-webfont.ttf") format("truetype");
}

@font-face {
    font-family:robotobold;
    font-style: normal;
    font-weight: bold;
    src: url("//cdn2.hubspot.net/hub/115471/file-2189726146-eot/roboto-bold-webfont.eot");
}

@font-face {
    font-family:robotobold;
    font-style: normal;
    font-weight: bold;
    src: url("//cdn2.hubspot.net/hub/115471/file-2189726141-woff/roboto-bold-webfont.woff") format("woff"),
    url("//cdn2.hubspot.net/hub/115471/file-2191354385-ttf/roboto-bold-webfont.ttf") format("truetype");
}


/* ==========================================================================
   HS COS Boilerplate v1.4.0                                
   ========================================================================== */

/* This responsive framework is required for all styles. */
/* Responsive Grid */

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

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

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

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

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

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

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

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

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

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

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

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

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

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

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

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

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

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

img.alignRight{
    margin: 0 0 5px 15px;
}

img.alignLeft{
    margin: 0 15px 5px 0;
}

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

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

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

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

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 56.25%;
}
.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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

/* 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(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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



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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

/* These includes are optional, but helpful. */
/* 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;}

 





/* ==========================================================================

   Index:         

  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography

  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu

  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages

  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons

  6. MISCELLANOUS

  7. MOBILE MEDIA QUERIES

   ========================================================================== */








/* ==========================================================================


   1. BASE STYLES                                             


   ========================================================================== */





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


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

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

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

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




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


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

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




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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

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

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

/* Website background color and default font styles */
body {
 background: url("//cdn2.hubspot.net/hub/115471/file-2190493114-png/world_bg.png") no-repeat scroll center top, url("//cdn2.hubspot.net/hub/115471/file-2191655604-jpg/bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #666666;
  font-family: robotolight;
  font-size: 15px;
  line-height: 24px;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

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

a { color: #ee7731;
text-decoration:none;
}
a:hover, a:focus { color: #444240;
text-decoration:none;
}

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




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


/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: "robotolight";
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size:44px;
    margin-top:0px;
    font-weight:400;
    color: #000000;
    line-height:44px;
}
h2 {
    font-size:34px;
    font-weight:400;
    color: #000000;
    line-height:34px;
    }
h3 {
    color:#ff6600;
    font-size:20px;
    font-weight:400;
    line-height:24px;
}
h4 {
    color:#ff6600;
    font-size:18px;
    font-weight:400;
    line-height:22px;
}
h5 {
    color:#ff6600;
    font-size:16px;
    font-weight:400;
    line-height:20px;
}
h6 {
    color:#ff6600;
    font-size:14px;
    font-weight:400;
    line-height:18px;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}








/* ==========================================================================


   2. COS STRUCTURE                                            


   ========================================================================== */





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


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

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




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


.header-container-wrapper {}
.header-container {}

.header-container .page-center{
    background:#ffffff;
} 

.custom-logo{
    margin:0px;
    padding:0px;

}

.custom-logo img {
    padding: 0;
}



.htouch {
  background: url("//cdn2.hubspot.net/hub/115471/file-2191312217-png/phone.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
  color: #000000;
  display: block;
  float: left;
  font-family: "robotomedium";
  font-size: 18px;
  margin-right: 18px;
  padding-left: 20px;
  margin-top:0;
}
.blg {
  background: url("//cdn2.hubspot.net/hub/115471/file-2187030523-png/spliter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #000000;
  font-family: "robotomedium";
  font-size: 16px;
  margin-right: 25px;
  padding-left: 18px;
  text-transform: uppercase;
}

.blg:hover{
    color: #ee7731;
}

.social ul li {
    list-style: outside none none;
}

.custom-social ul li, .fsocial li {
  float: left;
  list-style: outside none none;
  margin: 1px 10px 0 0;
}

.fsocial li {
    float: left;
    margin: 0 10px 0 0;
}
.fsocial li a {
    background: url("//info.wwsg.com/hubfs/images/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 30px;
    transition: all 0.3s ease;
    width: 30px;
}
.custom-social ul {
    margin:0;
    padding:0;
    list-style:none;
    display:inline-block;
}
.custom-social ul li a.hgplus, .fsocial li a.hgplus {
  background-position: -34px 0;
}
.custom-social ul li a, .fsocial li a {
  background: url("//info.wwsg.com/hubfs/images/sprite.png");
  display: block;
  height: 33px;
  transition: all 0.3s ease;
  width: 33px;
}

.custom-social ul li a.hutb, .fsocial li a.hutb {
  background-position:-136px 0px;
}
.custom-social ul li a.htw, .fsocial li a.htw {
  background-position: -68px 0;
}

.custom-social ul li a.hlink, .fsocial li a.hlink {
  background-position: -102px 0;
}


.custom-social ul li a:hover, .fsocial li a:hover {
  box-shadow: 0px 0px 4px 1px rgba(59,59,59,0.5);
opacity: 0.8;
}

.icone {
  margin: 28px -17px 0 1px;
}

.custom-menu-menu {
    margin:10px 0 0 0px;
    padding: 0px;
    border-top: 2px solid #ebebeb;
}

.custom-menu-menu ul{
    float: right;
    margin: 20px 0 0;
    padding: 0;
}

.custom-menu-menu ul li{
    display: inline-block;
    padding:0;
    background: url("//cdn2.hubspot.net/hub/115471/file-2191264644-png/spliter-1.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
}

.custom-menu-menu a{
    color: #8f8f8f;
    display: block;
    font-family: "robotoregular";
    font-size: 16px;
    padding: 8px 11px 0 16px;
    text-transform: uppercase;
}

.custom-menu-menu a:hover{
    text-decoration:none;
    color: #ee7731;
}

.custom-menu-menu ul li:first-child {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.fmail:hover {
    color: #ee7731;
}



/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}






.footer-container-wrapper {}
.footer-container {}

.footer-container .page-center {
    background: none repeat scroll 0 0 #ffffff;
}

.back-to-top {
  background: url("//cdn2.hubspot.net/hub/115471/file-2187161203-png/uparrow.png") no-repeat scroll center center #ee7731;
  border-radius: 4px;
  bottom: 10px;
  color: #666;
  display: none;
  font-family: "entypo-fontello";
  font-size: 14px;
  margin: 0 15px 0 0;
  opacity: 0.6;
  padding: 14px 19px 2px 18px;
  position: fixed;
  right: 0;
  text-decoration: none;
  transition: all 250ms linear 0s;
  visibility: visible;
}

.back-to-top:hover {
   opacity: 1;
}

.custom-copy-right{
    margin:0px;
    padding:0px;
}

.custom-copy-right p{
    margin: 22px 0 21px;
    padding:0px;
    color: #9b9b9b;
    font-family: "robotolight";
    font-size: 13px;
    text-align: center;
}

.colr {
  color: #000000;
}

.custom-footer-background{
    background: url("//cdn2.hubspot.net/hub/115471/file-2191118695-png/bgmap.png") no-repeat scroll center 0 #3d3a38;
    padding: 35px 0 30px;
}

.footer-container h3 {
    color: #fff;
    font-family: "robotobold";
    font-size: 11px;
    letter-spacing: 1px;
    position: relative;
    margin:0px;
    text-transform: uppercase;
}

.footer-container h3:after {
    background: none repeat scroll 0 0 #ee7731;
    content: "";
    display: block;
    height: 1px;
    margin: 10px 2px;
    width: 25px;
}

.fmail {
   margin: 0 0 -3px !important;
}

.fmail, .fphone {
    background: url("//cdn2.hubspot.net/hub/115471/file-2187391313-png/mail.png") no-repeat scroll 1px 8px rgba(0, 0, 0, 0);
    color: #dbdbdb;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 25px;
}

.fphone {
  background: url("//cdn2.hubspot.net/hub/115471/file-2191748437-png/fphone.png") no-repeat scroll 1px 5px rgba(0, 0, 0, 0);
  margin-bottom: 20px;
}


.custom-touch {
    margin: 0 0 0 18px !important;
    padding: 0;
    width: 25% !important;
}

.custom-explore  {
    margin: 0 0 0px 47px !important;
    padding: 0;
    width: 17% !important;
}

.custom-explore  ul{
    margin: 0 0 35px 0px;
    padding: 0;
}

.custom-explore  ul li{
    list-style: outside none none;
    margin: 5px 0;
    padding: 0;
}

.custom-explore  a{
    color: #dbdbdb;
    display: block;
    font-family: "robotolight";
    font-size: 12px;
    text-transform: capitalize;
}

.custom-explore  a:hover{
    text-decoration:none;
    color: #ee7731;
}



.custom-resources  {
     margin: 0 0 0 18px !important;
    padding: 0;
    width: 17% !important;
}

.custom-resources  ul{
    margin:0;
    padding: 0;
}

.custom-resources  ul li{
    list-style: outside none none;
    margin: 5px 0;
    padding: 0;
}

.custom-resources a{
    color: #dbdbdb;
    display: block;
    font-family: "robotolight";
    font-size: 12px;
    text-transform: capitalize;
}

.custom-resources a:hover{
    text-decoration:none;
    color: #ee7731;
}

.footer-logo{
    margin: 0 0 0 107px !important;
    padding: 0;
    width: 17% !important;
}

.footer-logo img{
    margin:0px 0 0;
    padding:0px;
}

.col5 ul li {
  float: left;
  list-style: outside none none;
}

.social ul li, .fsocial li {
  float: left;
  margin: 0 10px 0 0;
}

.social ul li a, .fsocial li a {
  background: url("../img/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  height: 30px;
  transition: all 0.3s ease 0s;
  width: 30px;
}

.social ul li a.htw, .fsocial li a.htw {
  background-position: -31px 0;
}

.social ul li a, .fsocial li a {
  background: url("../img/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  height: 30px;
  transition: all 0.3s ease 0s;
  width: 30px;
}

.social ul li a.hgplus, .fsocial li a.hgplus {
  background-position: -62px 0;
}

.social ul li a, .fsocial li a {
  background: url("//cdn2.hubspot.net/hub/115471/file-2187035688-png/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  height: 30px;
  transition: all 0.3s ease 0s;
  width: 30px;
}

.social ul li a.hlink, .fsocial li a.hlink {
  background-position: -93px 0;
}

.custom-socialicone-footer {
  margin: -14px 6px 4px -39px !important;
}


.header_section .page-center { padding:20px 20px 0px 20px; }
.header_section .custom-social { text-align:right; }
.header_section .custom-social li:last-child { margin-right:0; }
.header_section .custom-menu-primary .hs-menu-wrapper > ul > li:last-child { margin-right:0; }
.header_section .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a { padding-right:0; }
.row-fluid .header_section .header_top_right { text-align:right; }
.row-fluid .header_section .header_top_right .phone ,
.row-fluid .header_section .header_top_right .social_icons { width:auto; display:inline-block; margin-left:0; float:none; vertical-align:middle; }
.secondary_menu { margin-top:15px; }
.secondary_menu a { text-transform: uppercase; color: #8f8f8f; font-size: 15px; font-family: 'robotoregular'; padding: 8px 6px; display: block; }
.secondary_menu li + li:before { content:''; background: url(//cdn2.hubspot.net/hub/115471/file-2187030523-png/spliter.png) no-repeat 0px 0px; display:inline-block; vertical-align:top;
    width: 1px; height: 24px; margin: 6px 5px; }
.secondary_menu li:last-child a { padding-right:0; }
.row-fluid .header_section .header_top_right .phone { position:relative; top:-2px; left:4px; }




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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:transparent;
  float: right;
  margin: 10px 0 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:transparent;
  margin:0px 10px 0 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#3d3a38;
    font-family: "robotomedium";
    font-size: 17px;
    line-height: 27px;
    padding: 10px 10px 3px 10px;
    position: relative;
    text-transform: uppercase;
}



.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    background: none repeat scroll 0 0 #ee7731;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: 0;
    transition:background ease 0.0s;
    transition: width ease .5s;
    width: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
   bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition:background ease 0.0s;
    transition: width ease .5s;
    width: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
    background: none repeat scroll 0 0 transparent;
    transition: all 0s ease 0s;
    width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before {
    background: none repeat scroll 0 0 #ee7731;
    transition: width 0.5s ease 0s;
    width: 100%;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#ee7731;
    transition: all ease 0.5s;
    width: 100%;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
     background: none repeat scroll 0 0 #f6f6f6;
     top: 47px;
     padding: 10px 30px 13px;
     width: 261px;
     z-index: 999999;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:transparent;
  border-bottom: 1px solid #dcdcdc;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#3d3a38;
    font-family: "robotolight";
    font-size: 14px;
    color: #000;
    display: block;
    padding: 8px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#ee7731;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
  border: medium none;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/*-=-=-landing-page=-=-=-=-=-=-*/
.wrapper {margin:0 auto !important; width:1170px !important; float:none !important;}

.speaker-section {background:#fff; border-top:5px solid #3d3a38; padding:32px 0 23px 15px;}
.speaker-section h4 {font-size:38px; line-height:34px; color:#000; margin:0;}
.speaker-section h4 span {color:#ee7731; font-size:24px;}
.speaker-title {border-bottom:2px solid #e9e9e9; padding-bottom:15px;}

.results-section {background:#3d3a38; padding:10px;}

.speaker-main {background:#efefef; padding:20px 15px;}
.speaker-main .speaker-box {background:#fff; padding:10px;  width:100%; float:left; margin-bottom:15px; border:1px solid #d5d5d5;}
.speaker-main .speaker-box .speaker-left {float:left; width:25%;}
.speaker-main .speaker-box .speaker-right .range-right  { float:right; position:relative;}
.speaker-main .speaker-box .speaker-right {float:right; width:73%;  padding-bottom:50px;}
.speaker-main .speaker-box .speaker-right h2 {font-size:23px; line-height:28px; margin:0; font-weight:bold; padding-bottom:10px;  font-family:robotobold;}
.speaker-main .speaker-box .speaker-right h2:hover {color:#ef7832;}
.speaker-main .speaker-box .speaker-right h6 {font-size:15px; line-height:23px; margin:0; font-weight:bold; color:#eb7930;    font-family:robotoregular; letter-spacing:0.1px;}
.speaker-main .speaker-box .speaker-right p {font-size: 15px;  line-height: 20px;  margin-top:8px;}
.speaker-main .speaker-box .speaker-top {width:100%; float:left; position:relative;}

.speaker-main .speaker-box .speaker-right .range-main {width:73%; floaT:left;border-top:2px solid #eb7930; border-bottom:2px solid #eb7930; padding:10px 0; right:0;   position:absolute; bottom:0;}
.speaker-main .speaker-box .speaker-right .range-left  {width:50%; float:left; }
.speaker-main .speaker-box .speaker-right .range-left h5 {margin:0; float:left; font-size:16px; color:#40423f; line-height:24px; font-weight:bold; font-family:robotobold;}

.speaker-main .speaker-box .speaker-right .range-left .range-detail {float:left; padding-left:3px; line-height:20px;}
.speaker-main .speaker-box .speaker-right .range-right .share-icon {font-size:15px; line-height:20px; text-transform:capitalize; padding-right:15px; position:relative; cursor:pointer;}
.speaker-main .speaker-box .speaker-right .range-right .share-icon:before {content:""; background:url(//info.wwsg.com/hubfs/sharenew.png); position:absolute; width:12px; height:13px; left:-20px; top:5px; font-family:'FontAwesome';}
.speaker-main .speaker-box .speaker-right .range-right .share-icon:hover:before {background:url(//info.wwsg.com/hubfs/sharehover.png);}
.speaker-main .speaker-box .speaker-right .range-right .share-icon:hover {color:#ee7832;}



.speaker-main .speaker-box .speaker-right .range-right .share-hover {background:#f2f2f2; display:none; padding:15px 6px 2px 6px; width:110px; float:left; border-radius:3px; border:1px solid #d4d4d4; position:absolute;margin-left:-67px;  left:50%;  bottom:35px;}
.speaker-main .speaker-box .speaker-right .range-right .share-hover:before {position:absolute; content:""; left:50%; margin-left:-15px; bottom:-15px; border-left:15px solid transparent; border-right:15px solid transparent; border-top:15px solid #f2f2f2;}

.speaker-main .speaker-box .speaker-right .range-right .share-hover ul {list-style:none; padding:0; margin:0; float:left;}
.speaker-main .speaker-box .speaker-right .range-right .share-hover ul li{float:left; width:100%; padding-bottom:5px;}
.speaker-main .speaker-box .speaker-right .range-right .share-hover ul li a {color:#4d4c4a; cursor:pointer; font-size:13px;}
.speaker-main .speaker-box .speaker-right .range-right .share-hover ul li a:hover {color:#ef7832;}
.speaker-main .speaker-box .speaker-right .range-right .share-hover ul li a i {padding-right:8px; font-weight:bold;}
 
/*.speaker-main .speaker-box .speaker-right .range-right .share-icon:hover .share-hover ,*/
.speaker-main .speaker-box .speaker-right .range-right .share-icon.hover .share-hover { display:block;}
.speaker-main .speaker-box .speaker-right .range-right .share-icon.disabled .share-hover { display:none !important; }
.close-btn {position:absolute; right:8px; top:3px; color:#42413f;}

.speaker-main .speaker-box .speaker-right .range-right .quote-btn {background:#31aaef; padding:5px 15px; font-size:14px; color:#fff; line-height:20px; text-transform:capitalize;}
.speaker-main .speaker-box .speaker-right .range-right .quote-btn:hover {background:#40413c;}

.speaker-main .speaker-box .speaker-text {width:100%; float:left;} 
.speaker-main .speaker-box .speaker-text .profile-title { color:#fff; font-family:robotobold;  position:relative;  margin-top:10px; border-radius:2px;  font-size:16px; padding:10px 0; line-height:20px; font-weight:bold; width:100%; float:left; background:#ef7832; text-align:center;}
.speaker-main .speaker-box .speaker-text .profile-title:hover  {background:#414141;}
.speaker-main .speaker-box .speaker-text .profile-title:before {background:#3d3a38 url(//info.wwsg.com/hubfs/profileimg1.png)  no-repeat 10px center; position:absolute; content:""; top:0; left:0; width:40px; height:40px;border-radius:2px; }


.fancybox-overlay .fancybox-desktop  {width:587px !important;}
.fancybox-overlay .fancybox-desktop .fancybox-inner {width:100% !Important;}
.fancybox-inner strong{ padding: 0 0 15px 0 ; width:100%; float:left; font-size:17px; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; color:#444444; font-weight:400;}
.hs-form .hs-form-required {padding-left:4px;}
.fancybox-overlay .fancybox-inner {padding:20px 20px 20px 20px !important;}

.hs-form label {font-size:15px !important; line-height:38px !important;}
.hs-form label span {font-weight:500;  font-family:robotoregular; color:#666666; }
form input[type="text"], input[type="tel"], input[type="email"], textarea, select {height:34px !important; width:100% !important; float:left; outline:none; border:1px solid #cccccc; border-radius:2px; box-shadow:none !important; padding:0 5px !important; box-sizing:border-box !important;}
.hs-form.stacked label {margin-bottom:3px !important;}
.hs-form.stacked .field  {margin-bottom:10px !important;}
.hs-form.stacked .actions {padding:0 !important; margin:0 !important;}

form .hs_submit .actions .hs-button {  border:2px solid transparent; font-size:18px !important; background:#ee7731; padding:15px; outline:none; font-weight:400; box-shadow:none; text-shadow:none; }
form .hs_submit .actions .hs-button:hover {background:#000; border:2px solid #ee7731; color:#ee7731; box-shadow:none; }
form .hs_submit .actions  {text-align:center;}
form .hs-error-msgs li label{font-size:12px !Important; line-height:20px !important; background:red; color:#fff; padding:3px 25px 3px 10px !important ; border-radius: 3px; width: auto !Important;  float: left !Important;  position:relative;}
form .hs-error-msgs li label:before {position:absolute; content:""; border-left:10px solid transparent; border-right:10px solid transparent; border-top:12px solid red; left:50%; margin-left:-15px; bottom:-12px;}
form .hs-error-msgs li {position: absolute; left: 50%; margin-left: -135px; top:-58px;  width:auto !important;}
form .hs-error-msgs {width:100%; float:left; position:relative; }

body > .hbspt-form {display:none;}

@media (min-width: 768px) and (max-width:1168px) {
    .icone {
      margin: 32px 0 0 -76px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      font-size: 12px;
      padding: 4px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
      margin: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
      float: right;
      margin: 20px 12px 0 0px;
    }
    .footer-logo {
      margin: 0 0 0 16px !important;
      padding: 0;
      width: 17% !important;
    }
    .custom-touch {
      margin: 0 0 0 35px !important;
      padding: 0;
      width: 29% !important;
    }
    .custom-explore {
      margin: 0 0 0 53px !important;
      padding: 0;
    }
    .custom-resources {
      margin: 0 0 0 40px !important;
      padding: 0;
    }
        
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {padding:8px 6px !important;}    
    
    
}








@media (min-width: 992px) and (max-width:1200px) {
       .wrapper {width:920px !Important; padding:0 15px !important;}

    
    }

@media (min-width: 768px) and (max-width:991px) {
    .wrapper {width:720px !Important; padding:0 15px !important;}
    
    .speaker-main .speaker-box .speaker-text .profile-title {padding-left:20px;}
    .speaker-main .speaker-box .speaker-right {padding-bottom:60px;}
    .speaker-main .speaker-box .speaker-right .range-left {width:53%;}
    }

@media (min-width: 30px) and (max-width:767px) {
    .wrapper {width:100% !Important; padding:0 15px !important;}
    
    .speaker-main .speaker-box .speaker-left {width:100%;}
    .speaker-main .speaker-box .speaker-right {width:100%; padding-bottom:100px; padding-top:20px;}
    .speaker-main .speaker-box .speaker-right .range-left {width:100%; padding-bottom:20px;}
    .speaker-main .speaker-box .speaker-right .range-right {width:100%; padding-left:20px;}
    .speaker-img {width:100%; float:left; text-align:center; }
    .speaker-img img{ float:none; display:inline-block;}
    .speaker-main .speaker-box .speaker-right .range-main {  width:100%;}
    .speaker-section h4 {font-size:26px;}
    .speaker-main {width:100% !important; float:left !important;}
    .fancybox-overlay .fancybox-desktop  {width:87% !important;}
    .center-main {width:100%; float:left; padding:0 20px; background:#fff;}
    .speaker-main .speaker-box .speaker-right .range-left .range-detail {padding-left:0;}
    
    
    }


@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 767px){

    body .row-fluid .mobile-hide { display:none; }
  /* 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 
    */
    
        .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

   }

    
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
    background: none repeat scroll 0 0 transparent;
    transition: all 0s ease 0s;
    width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before {
    background: none repeat scroll 0 0 transparent;
    transition: all 0s ease 0s;
    width: 100%;
}


  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -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:#ffffff;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position:relative; /*******************************************/
    top: 29px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #3d3a38;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 40px;
    color: #3d3a38; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #3d3a38; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #3d3a38; 
    border-color: transparent;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #3d3a38; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
      margin: 0;
      padding-top: 0;
      position: relative;
      text-align: center;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#3d3a38; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 16px; /* Font size of top level list items */
    line-height: 44px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 14px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
  padding: 0;
}


.custom-touch {
      margin: 0 0 0px !important;
      padding: 0;
      text-align: center;
      width: 100% !important;
    }
    .custom-resources {
      margin: 0 0px !important;
      padding: 0;
      text-align: center;
      width: 100% !important;
    }
    .custom-explore {
      margin: 0 0 0px !important;
      padding: 0;
      text-align: center;
      width: 100% !important;
    }
    .custom-explore ul {
      margin: 0 0 17px 0px;
      padding: 0;
    }
    .footer-logo {
      margin: 0 0px !important;
      padding: 0;
      text-align: center;
      width: 100% !important;
    }
    body .hs-button.primary, body input[type="submit"], body input[type="button"] {
      margin: 12px 0 11px;
    }
    .custom-menu-menu {
      display: none !important;
    }
    .custom-logo {
      margin: 0;
      padding: 0;
      text-align: center;
    }
    .custom-logo img {
      padding: 0;
    }
    

     .htouch {
      background: url("//cdn2.hubspot.net/hub/115471/file-2191312217-png/phone.png") no-repeat scroll 47px 1px rgba(0, 0, 0, 0);
      display: inline-block;
      float: none;
      margin-right: 0;
      margin-top: 0;
      padding-left: 59px;
      text-align: center;
    }
     .blg {
      background: url("//cdn2.hubspot.net/hub/115471/file-2187030523-png/spliter.png") no-repeat scroll 5px 0 rgba(0, 0, 0, 0);
      color: #000;
      font-family: "robotomedium";
      font-size: 16px;
      margin-right: 29px;
      padding-left: 12px;
      text-transform: uppercase;
    }
    .footer-logo img {
      margin: 0;
      padding: 0 0 18px;
    }
    .custom-social {
      float: none !important;
      margin: 0 auto !important;
      text-align: center !important;
      width: 232px !important;
    }
    .icone {
      margin: 28px 0px 0 1px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul {
      background: none repeat scroll 0 0 #f6f6f6;
      padding: 10px 10px 0 1px;
      top: 0;
      width: auto;
      z-index: 999999;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
      transition: width 0.5s ease 0s;
      width: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

   }
    .fsocial.clearfix.clearfix-third {
      float: none;
      margin: 0 auto;
      text-align: center;
      width: 216px;
    }
    .footer-container h3:after {
      left: 46% !important;
      margin: 0 2px;
      position: absolute;
      width: 49px;
    }
    .fmail, .fphone {
      display: -moz-box;
    }
    .fmail {
      margin: 22px 0 0 !important;
    }
    .custom-socialicone-footer {
      margin: 0 0 26px !important;
    }
    .fmail, .fphone {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
    .fphone {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
    
 
}




/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


.new-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a  {    padding: 0; white-space: inherit;  max-width: none;  overflow: unset; text-overflow: unset;text-decoration: none;}
.footer-section .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {padding:0;}

.subscribe-section{width:100%;float:left;padding:30px 82px;background:#ee7731;box-shadow: 1px 10px 20px #777;}
.subscribe-section .page-center { background-color:transparent; padding:0;}
.subscribe-section h3{text-transform:none;color:#fff;font-size:24px;font-weight:400;font-family:'Roboto',sans-serif;line-height:normal; letter-spacing:0;display: inline-block; vertical-align: middle;width: 480px;padding-left: 35px;}
.subscribe-section h3 + div {display: inline-block;vertical-align: middle;width: calc(100% - 540px);margin-left: 22px;}
.subscribe-section h3:after {display:none;}
.subscribe-section h3 + div form.hs-form.stacked .hs-form-field.field { margin-bottom: 0 !important;}
.subscribe-section h3 + div form .hs-form-field > label > span {display:none;}
.subscribe-section h3 + div form input[type="email"]{border-radius:0;font-family:"roboto",sans-serif;font-size:16px;font-weight:300;height:auto !important;padding:15px 17px !important;max-width:416px !important;width:100%!important; margin-bottom:0;margin-left: 4px;    border: 0;}
.subscribe-section h3 + div form {position:relative;}
.subscribe-section h3 + div form .hs-submit {position: absolute;right: 0;top: 0; }
.subscribe-section h3 + div form .hs-submit input {width:200px !important;padding: 11px 20px !important;background: #3d3a38 !important; border-color: #3d3a38 !important; transition:all ease 0.4s;border-radius: 3px !important; font-size:18px;    font-weight: 400; font-family: "Roboto";}
.subscribe-section h3 + div form .hs-submit input:hover {background: #0096ce !important;border-color: #0096ce !important;color:#fff !important;}
.subscribe-section .hs_error_rollup {display:none;}
.subscribe-section ul.hs-error-msgs {position: absolute;font-size: 12px; color: #fff; margin: 0;}
.subscribe-section .submitted-message  {color:#fff;font-size:20px;min-height:30px;}


.fancybox-content form .input input {height: auto !important; padding: 14px 17px !important;}
.fancybox-content form .hs-form-field select {background-color: #fff !important; height: 48px !important; width: 97% !important;border-radius: 0;}

.fancybox-content .hs-form label {line-height:9px !important}
.fancybox-content .hs-form .field { margin-bottom:0 !important;}
.fancybox-content form .hs-submit input {background: none repeat scroll 0 0 #282828 !important;}
.fancybox-content form .hs-submit input:hover {color: #fff !important;}
.fancybox-content form .hs-submit { margin-top:15px;}

@media(max-width:1800px){
    .new-header .about-menu > .row-fluid-wrapper {max-width: 83%;}
    
}

@media(max-width:1619px){
    .container-fluid .row-fluid .new-header .page-center { max-width: 1330px;}
    
    .new-header .nav-menu .mainmenu .hs-menu-wrapper > ul > li > a {font-size:25px;}
    .new-header .nav-menu { margin-left: 15px;}
    .new-header .topic-menu, .new-header .resource-menu {padding: 25px 50px;}
    .new-header .about-menu > .row-fluid-wrapper {max-width:100%;}
}

@media(max-width:1429px){
     .container-fluid .row-fluid .new-header .page-center { max-width: 1080px;}
    
    .new-header .nav-menu {float:right;}
    .new-header .logo-wrap { max-width: 300px;}
    .new-header .nav-menu .mainmenu .hs-menu-wrapper > ul > li > a {font-size: 20px;padding-bottom: 30px;}
    .new-header .nav-menu .mainmenu .hs-menu-wrapper > ul > li {padding: 0 22px;}
    .new-header {padding:30px 0 0;}
    .new-header .nav-menu .mainmenu {    margin-top: 10px;}
    
    .new-header .side-btns .srch-wrap, .new-header .side-btns .wshlist-wrap {width: 50px;height: 31px;padding:0px;}
    .new-header .side-btns .srch-wrap img, .new-header .side-btns .wshlist-wrap img {width:17px;display: inline-block; vertical-align: middle; }
    
    .new-header .side-btns .wshlist-wrap .text-wrap span {  width: 53px;  right: 0; bottom: -19px; font-size: 9px;}
    
    .new-header .nav-menu .mainmenu > .hs_cos_wrapper > span > .hs-menu-wrapper > ul > li > a:after {height:8px;}
    .new-header .topic-menu, .new-header .resource-menu, .new-header .about-menu {top:102px;}
    .new-header .about-menu {padding:25px 50px;}
    
    .new-header .resource-menu .resouces-col .hs-menu-wrapper > ul > li > a {padding-bottom:0 !important;}
    .new-header .resource-menu .resouces-col .hs-menu-wrapper > ul > li {padding-left:0 !important;}
    .resource-menu .recent-blog-col .hs-rss-item .hs-rss-item-image-wrapper img {max-width:315px;}
    .new-header .resource-menu .single_recent_post img {max-width:315px;}
    .new-header .about-menu .about-col {width:23%;}
    .new-header .about-menu .info-col {width:35%;}
    .new-header .about-menu .menu-logo-wrap { margin-left: 20px;}
    
    .subscribe-section {padding:30px;}
    .container-fluid .row-fluid .subscribe-section .page-center {max-width:1100px;}
    .subscribe-section h3 {padding-left:32px;width: 410px;}
    .subscribe-section h3 + div {    width: calc(100% - 470px);margin-left: 24px;}
    .container-fluid .row-fluid .copyright-section .page-center {max-width: 1100px;}
    .footer-section .footer-resources ul li, .footer-section .footer-quicklinks ul li {    margin-bottom: 13px;}
    .footer-section .footer-resources ul li a, .footer-section .footer-quicklinks ul li a {line-height:22px;}
    
}

@media(max-width:1199px){

    .container-fluid .row-fluid .new-header .page-center { max-width: 970px;} 
    
    .new-header .nav-menu .mainmenu .hs-menu-wrapper > ul > li {    padding: 0 14px;}
    .new-header .nav-menu .mainmenu {    padding-right: 50px;}
    
    .new-header .topic-menu .topics-wrap .single-topic-wrap {width:33%;}
    .new-header .topic-menu, .new-header .resource-menu, .new-header .about-menu {  padding: 25px 30px;} 
    .new-header .resource-menu h4, .resource-menu h3 {font-size: 24px;}
    .new-header .nav-menu .mainmenu .hs-menu-wrapper > ul > li > a {font-size: 16px; line-height: 24px; font-weight: 400;}
    .resource-menu .recent-blog-col .hs-rss-item .hs-rss-item-image-wrapper img, .new-header .resource-menu .single_recent_post img  {max-width:275px;}
    .new-header .resource-menu .recent-news-col {margin-left:15px;}
    
    .new-header .about-menu .menu-logo-wrap {    max-width: 25%;}
    .new-header .about-menu .menu-logo-wrap img {max-width:146px !important;}
    .new-header .about-menu .info-col {padding-left: 0;margin-left: 0;max-width:33%;}
    .new-header .about-menu .contact-info-col {width: 100%; font-size: 20px; line-height: 28px; padding-bottom: 0; padding-left: 0;}
    .new-header .nav-menu .resource-menu .resouces-col ul li a:after {width: 37px;height: 15px;    right: -60px;background-size: contain;}
    .new-header .about-menu h4 {font-size:24px;}
    .new-header .nav-menu .mainmenu .about-menu .about-col ul li a {font-size: 20px; line-height: 28px;}
    .new-header .about-menu .social-media-wrap ul li {padding: 0 11px !important;}
    .new-header .about-menu .social-media-wrap ul li a svg {height:20px;}
    
    .subscribe-section {  padding: 30px 20px;}
    .subscribe-section h3 {padding-left:0;width: 350px; margin-top:10px;}
    .subscribe-section h3 + div {width: calc(100% - 360px);margin-left: 0;text-align: right; float:right;}
    .subscribe-section h3 + div form input[type="email"] {max-width: 286px !important;float: right; margin-right: 210px;}
    .container-fluid .row-fluid .footer-section .page-center {max-width: 845px;}
    .footer-contact { width: 266px !important;} 
    .footer-resources { width: 189px !important;}
    .footer-quicklinks { width: 156px !important;}
    .footer-sales { width: 228px !important;}
    
    .new-header .nav-menu .mainmenu .hs-menu-wrapper > ul > li > a {padding-bottom: 30px !important; padding-left: 0 !important; padding-right: 0 !important; padding-top: 0 !important;}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 0 !important;} 
    
    .new-header .resource-menu .resouces-col .hs-menu-wrapper > ul > li > a {padding-bottom:0 !important;} 
    .new-header .nav-menu .mainmenu .about-menu .about-col ul li a {padding-bottom:0 !important;}
}

@media(max-width:991px){

     .container-fluid .row-fluid .new-header .page-center { max-width: 750px;} 
    
    .ebiz-toggle{padding:0; background-color:transparent; float:right; border:none; cursor:pointer; width: 35px; margin-right: 10px;}
    .ebiz-toggle:focus {outline:none;}
    .ebiz-toggle .icon-bar{margin: 0; background-color:#000; border-radius:1px; display:block; height:4px; position:relative; width:35px; -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;; }
    .ebiz-toggle .icon-bar + .icon-bar{margin-top:6px;}
    .ebiz-toggle .icon-bar:nth-child(1), .ebiz-toggle .icon-bar:nth-child(3){top:0; transform:rotate(0deg); -webkit-transform:rotate(0deg); -ms-transform:rotate(0deg);}
    .ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(1){top:10px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg);}
    .ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(2){opacity:0;}
    .ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(3){top:-10px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg);}
    .mainmenu .mobile-menu span.mobile-toggle{width:40px; height:44px; position:absolute; right:0px; top:0px; background-color:transparent; -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;;border-left: 1px dotted rgba(255, 255, 255, .20); }
    .mainmenu .mobile-menu span.mobile-toggle:after, .mobile-toggle:before{content:""; background-color:#fff; height:10px; width:2px; position:absolute; left:17px; top:17px; -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;; }
    .mainmenu .mobile-menu span.mobile-toggle:before{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;; }
    .mainmenu .mobile-menu span.mobile-toggle.ebiz-subopen:after{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg);}
    .mainmenu .mobile-menu span.mobile-toggle.ebiz-subopen:before{opacity:0; background-color:#fff; -ms-transform:rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
    .mainmenu .hs-menu-wrapper ul{float:left; padding:0; width:100%; min-width:250px;}
    .mainmenu .hs-menu-wrapper > ul > li > a{max-width:none; width:auto;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{display:block;max-width:none;min-width:auto;overflow:visible;text-align:left;text-overflow:inherit;white-space:inherit;width:auto;}
/*     .mainmenu .hs-menu-wrapper ul ul{background-color:transparent; min-width:250px;}
    .mainmenu .hs-menu-wrapper ul ul li a{background-color:transparent;min-width:250px;} */
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{position:static; opacity:1; visibility: visible; display:none; width:100%;}
    
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul.mobile-menu > li{float:none;width: 100%;  padding: 10px;border-top: 1px solid rgba(255,255,255,0.2); position:relative;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul.mobile-menu > li:first-child {border-top:0;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul.mobile-menu > li > a {padding-bottom:0 !important;color:#fff;} 
    
    .new-header .logo-wrap { max-width: 250px;padding-bottom: 30px; width:100%;} 
    
    .new-header .side-btns .srch-wrap, .new-header .side-btns .wshlist-wrap {    height: 27px;}
    .new-header .side-btns .wshlist-wrap .text-wrap span {width:50px;}
    
    .new-header .nav-menu .mainmenu { margin-top:5px;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul.mobile-menu{position:absolute;width:100%;left:0;top:94px;background:#000;text-align:left;display:none;z-index:999;}
    .new-header .nav-menu { margin-left:0;}
    .new-header .nav-menu .mainmenu > .hs_cos_wrapper > span > .hs-menu-wrapper > ul > li > a:after {display:none;}
    
    .new-header .topic-menu, .new-header .resource-menu, .new-header .about-menu {display:none; position:relative;transition:none;opacity: 1;visibility: visible; z-index: 1; background: #000; top: 0;}
    .new-header .topic-menu, .new-header .resource-menu, .new-header .about-menu {padding:15px;}
    .new-header .topic-menu .topics-wrap .single-topic-wrap {width: 100%;text-align: left; margin-bottom:5px;padding: 3px 20px;}
    .new-header .topic-menu .topics-wrap .single-topic-wrap > a .img-caption {padding: 0;background: transparent;  display: inline-block; width: 100%; position: relative; height: auto; text-align: left;}
    .new-header .topic-menu .topics-wrap .single-topic-wrap > a .img-caption h5 {font-size: 16px;line-height: 24px;margin: 0;}
    .new-header .topic-menu .topics-wrap .single-topic-wrap > a { display: inline-block; position: relative; max-height: none; overflow: hidden;  width: 100%;}
    .new-header .topic-menu .topics-wrap .single-topic-wrap > a img {display:none;}
    
    .new-header .resource-menu .recent-blog-col, .new-header .resource-menu .recent-news-col {display:none;}
    .new-header .resource-menu {padding-top: 7px; padding-left: 10px;padding-bottom: 0;}
    .new-header .resource-menu .resouces-col {width:100%;}
    .new-header .resource-menu h4 {font-size:16px; margin-bottom:10px;}
    .new-header .resource-menu ul {padding-left:20px;}
    .new-header .resource-menu .resouces-col .hs-menu-wrapper > ul > li { margin-bottom:10px;}
    
    .new-header .about-menu .menu-logo-wrap {display:none}
    .new-header .about-menu h4 {font-size: 16px;line-height: 24px;}
    .new-header .about-menu .content-wrapper > .row-fluid-wrapper > .row-fluid  {display: flex;    flex-direction: column-reverse;}
    .new-header .about-menu .about-col { margin-left:7px;width: 100%;margin-bottom: 10px;}
    .new-header .nav-menu .mainmenu .about-menu .about-col ul li a {font-size: 16px; line-height: 24px;}
    .new-header .nav-menu .mainmenu .about-menu .about-col ul li {margin-bottom: 7px;}
    
    .new-header .about-menu .info-col {width:100%; max-width:100%;padding-left: 7px;}
    .new-header .about-menu .contact-info-col {font-size: 16px;    line-height: 24px;}
    .new-header .about-menu .social-media-wrap {    margin-left: 0;text-align:left;margin-top: 5px;width:100%; float:left;}
    .new-header .about-menu .social-media-wrap ul li a svg {height:16px;width:auto;}
    
    .container-fluid .row-fluid .subscribe-section .page-center {max-width:100% !important; width:100%;}
    .subscribe-section h3 {width: 100%;padding: 9px 0 15px; text-align: center;margin-top: 0;}
    .subscribe-section h3 + div form input[type="email"] {    max-width: 466px !important; float: left; margin-right: 0; width: 100% !important; margin-left: 0;}
    .container-fluid .row-fluid .footer-section .page-center {max-width: 675px;}
    .subscribe-section h3 + div {width:100%;}
    
    .footer-contact { width: 40% !important;} 
    .footer-resources { width: 30% !important;} 
    .footer-quicklinks { width: 30% !important;} 
    .footer-sales {width: 100%!important; border-top: 1px solid #999;margin: 30px 0 0 !important; padding: 20px 0 0; text-align: center;}
    .footer-sales > .row-fluid-wrapper:first-child {width:50%; float:left;}
    .footer-sales > .row-fluid-wrapper:nth-child(2) {width:50%; float:left;}
    .footer-sales h4 {margin-top:0;}
    .work-wwsg { margin-bottom: 12px; margin-top: 7px;}
    .talk-to-sales {margin-bottom: 12px; margin-top: 7px;}
    
    .copyright-section {padding: 15px 25px 25px;}
    .container-fluid .row-fluid .copyright-section .page-center {max-width:750px;}
    .copyright-left {width: 100% !important; text-align: center; padding: 12px 0 15px;}
    .social-block {width: 100% !important;text-align: center;}
    
    .footer-section .footer-resources ul li, .footer-section .footer-quicklinks ul li { margin-bottom:9px;}
    .footer-section .footer-resources h4, .footer-section .footer-quicklinks h4 { margin-bottom:34px;}
}

@media (max-width: 767px) {
    
    .container-fluid .row-fluid .new-header .page-center { max-width:100%;padding: 0 15px;}  
    .new-header .logo-wrap {max-width:200px; float:left;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul.mobile-menu {top:90px;}
    .new-header .topic-menu .topics-wrap .single-topic-wrap {padding:3px 0;}
    .container-fluid .row-fluid .new-header .resource-menu .page-center, .new-header .resource-menu .resouces-col {padding:0;}
    
    .new-header .nav-menu .mainmenu { margin-top: 3px;} 
    .new-header .about-menu {padding-left:0;}
    
    .container-fluid .row-fluid .copyright-section .page-center {max-width:100%;padding: 0 20px;}
    .container-fluid .row-fluid .subscribe-section .page-center {max-width:100%;padding: 0 20px;}
    .subscribe-section h3 + div form .hs-submit {position: relative; right: inherit;top: inherit; width: 100%; text-align: center;}
    .subscribe-section h3 + div form .hs-submit input {width:162px; margin-bottom:0;}
    .container-fluid .row-fluid .footer-section .page-center { max-width: 100%; padding: 0 20px;}
    .footer-contact{border-bottom:1px solid #999;margin:0 0 30px 0;padding:0 0 20px 0;width:100%!important;text-align:center;}
    .footer-section .footer-resources, .footer-section .footer-quicklinks {width: 50% !important; float: left; text-align: center;}
    .footer-section .footer-resources h4:after, .footer-section .footer-quicklinks h4:after {right:0; margin:0 auto;}
    .footer-section .footer-sales {width: 100% !important; float: left; text-align: center;}
    .footer-sales > .row-fluid-wrapper:first-child, .footer-sales > .row-fluid-wrapper:nth-child(2) {width:100%;}
    .subscribe-section h3 {font-size:20px;}
    
    .fancybox-content form .form-columns-2 .hs-form-field {width:100% !important;padding-right: 0;  margin-bottom: 15px;}
    
}

@media (max-width: 479px) {

    .new-header .logo-wrap {    max-width: 180px;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul.mobile-menu {top: 86px;}

}















