/* @import url('http://example.com/example_style.css'); */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800%7CShadows+Into+Light);

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

html, body {
  overflow-x: hidden;
}
html {

}
body {
  background: #ffffff;
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
  font-family: "Open Sans", Arial, sans-serif;
}
body a {
}
.fullwidth-bg {
  display: inline-block;
  float: left;
  width: 100%;
}
.page-center {
  float: none;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.page-center-small {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.page-center-nopadding {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* Responsive */
@media (max-width: 479px) {
  body {
    font-size: 13px;
  }
}
@media (max-width:480px) {
  html, body {
    font-size: ;
  }
}


/* ------ Typography ------ */

/* Blockquote */
blockquote {
  font-size: 1em;
}

blockquote.with-borders {
  border-radius: 6px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  padding: 15px 20px;
}

/* Paragraphs */
.large-paragraph p,
.large-paragraph span,
p.large-paragraph {
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 300;
}
/* Links */
a {
  color: #f26721;
  text-decoration: none;
}
a:active, a:focus, a:hover {text-decoration: underline;}

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

li {}

ul.unstyled, ol.unstyled {}

ul.inline, ol.inline {}
ul.inline > li, ol.inline > li {}

dl {}
dt, dd {}
dt {}
dd {}

/* Quotes */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin: 0px;
}
blockquote small {}
blockquote small:before {}

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

/* Address */
address {}

/* hr */
hr {
  background-image: -webkit-linear-gradient(left, transparent, #dbdbdb, transparent);
  background-image: linear-gradient(to right, transparent, #dbdbdb, transparent); 
  border: 0;
  height: 1px;
  margin: 22px 0;
}
hr.tall {
  margin: 44px 0;
}

/* Colors */
.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white p,
.color-white span,
.color-white li {
  color: #fff;
}

/* Background Colors */

/* Display */
.display-none {display: none!important;}

@media (min-width:768px) {  
  .desktop-display-none {
    display: none!important;
  }
}
@media (max-width:767px) {
  .flex-mobile {
    flex-direction:column;
  }
  .flex-mobile > div {
    width:calc(100% - 50px) !important
  }
  .mobile-display-none {
    display: none!important;
  }
}


/* Margins & Paddings */
/* spacement top & bottom */
.m-none,
.m-none h1,
.m-none h2,
.m-none h3,
.m-none h4,
.m-none h5,
.m-none h6,
.m-none p,
.m-none span {
  margin: 0;
}
.m-auto {margin: 0 auto;}
.m-xs   {margin: 5px;}
.m-sm   {margin: 10px;}
.m-md   {margin: 15px;}
.m-lg   {margin: 20px;}
.m-xl   {margin: 25px;}
.m-xlg  {margin: 30px;}

/* spacement top	*/
.mt-none {margin-top: 0;}
.mt-xs   {margin-top: 5px;}
.mt-sm   {margin-top: 10px;}
.mt-md   {margin-top: 15px;}
.mt-lg   {margin-top: 20px;}
.mt-xl   {margin-top: 25px;}
.mt-xlg  {margin-top: 30px;}

/* spacement bottom	*/
.mb-none {margin-bottom: 0;}
.mb-xs {margin-bottom: 5px;}
.mb-sm {margin-bottom: 10px;}
.mb-md {margin-bottom: 15px;}
.mb-lg {margin-bottom: 20px;}
.mb-xl {margin-bottom: 25px;}
.mb-xlg {margin-bottom: 30px;}

/* spacement left	*/
.ml-none {margin-left: 0;}
.ml-xs {margin-left: 5px;}
.ml-sm {margin-left: 10px;}
.ml-md {margin-left: 15px;}
.ml-lg {margin-left: 20px;}
.ml-xl {margin-left: 25px;}
.ml-xlg {margin-left: 30px;}

/* spacement right	*/
.mr-none {margin-right: 0;}
.mr-xs {margin-right: 5px;}
.mr-sm {margin-right: 10px;}
.mr-md {margin-right: 15px;}
.mr-lg {margin-right: 20px;}
.mr-xl {margin-right: 25px;}
.mr-xlg {margin-right: 30px;}
/* Spacement Padding */
.p-none {padding: 0;}
.p-xs {padding: 5px;}
.p-sm {padding: 10px;}
.p-md {padding: 15px;}
.p-lg {padding: 20px;}
.p-xl {padding: 25px;}
.p-xlg {padding: 30px;}

/* spacement top	*/
.pt-none {padding-top: 0;}
.pt-xs {padding-top: 5px;}
.pt-sm {padding-top: 10px;}
.pt-md {padding-top: 15px}
.pt-lg {padding-top: 20px;}
.pt-xl {padding-top: 25px;}
.pt-xlg {padding-top: 30px;}

/* spacement bottom	*/
.pb-none {padding-bottom: 0;}
.pb-xs {padding-bottom: 5px;}
.pb-sm {padding-bottom: 10px;}
.pb-md {padding-bottom: 15px;}
.pb-lg {padding-bottom: 20px;}
.pb-xl {padding-bottom: 25px;}
.pb-xlg {padding-bottom: 30px;}

/* spacement left	*/
.pr-none {padding-left: 0;}
.pl-xs {padding-left: 5px;}
.pl-sm {padding-left: 10px;}
.pl-md {padding-left: 15px;}
.pl-lg {padding-left: 20px;}
.pl-xl {padding-left: 25px;}
.pl-xlg {padding-left: 30px;}

/* spacement right	*/
.pr-none {padding-right: 0;}
.pr-xs {padding-right: 5px;}
.pr-sm {padding-right: 10px;}
.pr-md {padding-right: 15px;}
.pr-lg {padding-right: 20px;}
.pr-xl {padding-right: 25px;}
.pr-xlg {padding-right: 30px;}

/* Alignments */

.text-aligncenter {
  text-align: center;
}
.text-alignleft {
  text-align: left;
}
.text-alignright {
  text-align: right;
}
.text-alignjustify {
  text-align: justify;
}

@media (max-width: 767px) {
  .mobile-text-aligncenter {
    text-align: center;
  }
  .mobile-text-alignleft {
    text-align: left;
  }
  .mobile-text-alignright {
    text-align: right;
  }
  .mobile-text-alignjustify {
    text-align: justify;
  }
}

/* Background Image */
.hero-background h1 { color: #fff;    padding: 50px;
  padding-bottom: 0; }
.hero-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover!important;
}
.hero-image {
  display: none!important;
}

/* Floats */
@media (min-width:768px) {
  .float-right {
    float: right!important;
  }
  .float-right-sibling {
    float: left!important;
    margin-left: 0px!important;
    padding-left: 0px!important;
  }
}

/* Visibility */
.invisible {
  visibility: hidden;
}

/* Scroll to top */
.scroll-to-top {
  position: fixed;
  display: block;
  right: 10px;
  bottom: 0px;
  z-index: 1040;
  height: 9px;
  min-width: 49px;
  padding: 13px 10px 35px;
  color: #FFF;
  text-align: center;
  background: #404040;
  border-radius: 7px 7px 0 0;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

/* Form */
form.hs-form fieldset {
  margin-bottom: 0px;
}
form.hs-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
}
form.hs-form input,
form.hs-form select,
form.hs-form textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
form.hs-form ul {
  padding: 0px;
  margin: 0px;
}
form.hs-form ul li {
  list-style: none;
}
form.hs-form ul.inputs-list li input {
  display: inline-block;
  width: auto;
  height: auto;
}
form.hs-form .hs_submit input {
  display: inline-block;
  width: auto;
  height: auto;
  border-color: #f26721;
  color: #ffffff;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
  background-color: #f26721;
  border-radius: 6px;
  font-size: 18px;
  padding: 10px 16px;
  transition: 0s;
  cursor: pointer;
  margin-top:25px;
}
form.hs-form .hs_submit input:hover {
  background-color: #f37739;
}

/*Below styling was added by SE ckurban@hubspot.com on 8/17/16*/

form.hs-form[data-form-id="875e5922-03bf-483f-8d9c-1482d5c07ed0"] div.hs_email label {
  visibility: hidden;
}

/**
*
* =======================================================================
HEADER
* =======================================================================
*/
/* Sub Header */
#subheader {
  height: 50px;
  background-color: #f26721;
  text-align: right;
}
#subheader .subheader-nav  ul li a {
  display: inline-block;
  padding: 0;
  margin-left: 15px;
  font-size: .9em;
  line-height: 50px;
  color: #FFF;

}
#subheader .subheader-nav  ul li:last-child a {
  padding: 0 10px 0px 10px;
  margin-top: 7px;
  margin-left: 25px;
  background-color: #cc6632;
  border-radius: 6px;
  line-height: 36px;
  transition: 0s;
}
#subheader .subheader-nav  ul li a:hover {
  text-decoration: underline;
  background: #f37739;
}
#subheader .subheader-nav ul li a i {
  margin-right: 3px;
  margin-left: 6px;
  position: relative;
  top: 1px;
}
#subheader .subheader-nav  ul li:last-child a:hover {
  text-decoration: none;
  background: #f37739 ;
}

#subheader .subheader-nav  ul li:last-child a i {
  margin-right: 6px;
}
@media (max-width:991px) {
  #subheader {
    display: none;
  }   
}

/* Header */
#header {
  background: #fff;
  transition: 0.2s;
}
.is-sticky #header {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
@media (max-width:991px) {
  #header {
    border-top: 5px solid #EDEDED;
    transition: 0.2s;
  }
  .is-sticky #header {
    border-top: 0px;
  }
}

/* Header - logo */
#header .logo {
  margin-top: 16px;
}
.is-sticky #header .logo {
  margin-top: 13px;
}
#header .logo img {
  max-width: 200px;
  width:auto!important;
  max-height: 75px;
  transition: 0.3s;
}
.is-sticky #header .logo img {
  max-height: 40px;
  width: auto!important;
  transition: 0.3s;
}
@media (max-width:991px) {
  #header .logo {
    margin-top: 22px;
  }
  #header .logo img {
    max-width: 180px;
  }
  .is-sticky #header .logo {
    margin-top: 10px;
  }   
}

/* MEGA MENU */
#header .main-nav span .single-column  ul > li:hover > a{
  background-color:#fff !important;
}





/* Header - main nav */
@media (min-width:992px) {
  #header .main-nav ul li a {
    padding: 10px 13px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
  }
  #header .main-nav span > .hs-menu-wrapper > ul > li > a {
    margin: 55px 1px -7px;
    padding-bottom: 25px;
    padding-top: 15px;
    border-radius: 6px 6px 0 0;
  }
  .is-sticky #header .main-nav span > .hs-menu-wrapper > ul > li > a {
    margin: 0px 1px;
    padding: 29px 13px 17px 14px;
    padding: 29px 5px 17px;
    border-radius: 0px;
    height: auto;
  }
  #header .main-nav span > .hs-menu-wrapper > ul > li:hover > a {
    color: #333;
    background-color: #f26721 !important;
  }
  #header .main-nav ul li ul.hs-menu-children-wrapper {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    padding: 5px;
    margin: 0px;
    min-width: 200px;
    border: 0;
    border-top: 5px solid #f26721;
    border-radius: 0 6px 6px 6px;
    text-align: left;
    background: #fff;
  }
  #header .main-nav ul li ul.hs-menu-children-wrapper li > a:hover {
    background: #F4F4F4;
  }
  #header .main-nav ul li ul.hs-menu-children-wrapper li a {
    max-width: none!important;
    width: auto!important;
    background: none;
    border-bottom: 1px solid #F4F4F4;
    text-transform:none!important;
  }

  /*   MEGA MENU */

  #header .main-nav span .single-column  ul > li:hover > a{
    background-color:unset !important;
  }
  #header .main-nav span .bottom-menu  ul > li:hover > a{
    background-color:unset !important;
  }

}
@media (min-width:992px) and (max-width:1100px) {
  #header .main-nav span > .hs-menu-wrapper > ul > li > a {
    padding: 15px 4px 25px;
  }   
}

@media (max-width:991px) {
  #header .page-center > .span12 > .row-fluid-wrapper > .row-fluid > .span4 {
    display: block!important;
    width: 100%!important;
  }
  #header .main-nav .hs-menu-wrapper > ul > li > a > i {
    display: none;
  }   
}

/**
*
* =======================================================================
SUBSCRIBE SECTION
* =======================================================================
*/
#subscribe-section {
  position: relative;
  margin-top: 0px;
  padding: 30px 0 25px;
  background: #efefef;
  border-top: 0px solid #676767;
  font-size: 0.9em;
}
#subscribe-section h3 {
  margin-bottom: 14px;
  font-size: 1.8em;
  font-weight: 200;
}
#subscribe-section form {
  position: relative;
  top: -20px;
}
#subscribe-section form > div > div > label,
#subscribe-section form .hs_blog_default_blog_subscription {
  display: none;
}
#subscribe-section form input {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ccc;
}
#subscribe-section form .hs_submit input {
  position: absolute;
  top: 2px;
  right: 0;
  width: 52px;
  height: 46px;
  background-color: #f37739;
  border: 0px;
  color: #fff;
  outline: 0px;
  border-radius: 0px 6px 6px 0px;
  cursor: pointer;
  background-image: url(//cdn2.hubspot.net/hubfs/241394/Knowbe4_Dec2015/Icons/icon-envelope.png);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
#subscribe-section form .hs_submit input:hover {
  background-color: #f37739;
}
@media (max-width:767px) {
  #subscribe-section {
    padding: 50px 0 49px;
  }    
}

/**
*
* =======================================================================
FILTER SECTION
* =======================================================================
*/
#filter-section {
  position: relative;
  margin-top: 0px;
  padding: 30px 0 25px;
  background: #efefef;
  border-top: 0px solid #676767;
  font-size: 0.9em;
}
#filter-section h3 {
  margin-bottom: 0px;
  font-size: 1.8em;
  font-weight: 200;
}
#filter-section form {
  position: relative;
}
#filter-section form > div > div > label,
#filter-section form .hs_blog_default_blog_subscription {
  display: none;
}
#filter-section form input {
  height: 37px;
  padding: 10px 10px;
  font-size: 13px;
  line-height: 1.3333333;
  border-radius: 0px;
  background: #fff;
  border: 1px solid #efefef;
}
#filter-section form .hs_submit input {
  position: absolute;
  top: 27px;
  right: 0;
  width: 50px;
  height: 37px;
  background-color: #f37739;
  border: 1px solid #efefef;
  color: rgba(0, 0, 0, 0);
  outline: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
  background-image: url(//cdn2.hubspot.net/hubfs/241394/Knowbe4_Dec2015/Icons/icon-envelope.png);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
#filter-section form .hs_submit input:hover {
  background-color: #f37739;
}
@media (max-width:767px) {
  #filter-section {
    padding: 40px 0 40px;
  }    
}

ul.hs-error-msgs li label a {
  display: block;
  background: #F26720;
  color: #fff;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
}
ul.hs-error-msgs li a::after {
  display: block;
  background: #F26720;
  color: #fff;
  font-size:14px;
  font-weight:bold;
  content: "Click Here To Resubscribe";
  margin: 20px 0px 10px 0px;
  padding: 10px;
  width: 89%;
  text-align: center;
  height: inherit;
  border-radius: 10px;
  text-decoration: underline;
  border: solid 1px;
}
  .video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.scroll-modify span:before{
 display: block;
  content: " ";
  height: 400px;
  margin-top: -400px;
  visibility: hidden; 
}

/**
*
* =======================================================================
FOOTER
* =======================================================================
*/
/* Site Footer */
#sitefooter {
  position: relative;
  margin-top: 0px;
  padding: 50px 0px 0px;
  background: #676767;
  border-top: 0px solid #676767;
  font-size: 0.9em;
  clear: both;
}
#sitefooter h4 {
  font-size: 1.8em;
  font-weight: 200;
  color: #fff;
}
#sitefooter .hs-menu-wrapper ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
#sitefooter .hs-menu-wrapper ul li {
  position: relative;
  padding-left: 13px;
  margin-bottom: 5px;
}
#sitefooter .hs-menu-wrapper ul li:before {
  content: "\f0da";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 0.8em;
}
#sitefooter .hs-menu-wrapper ul li a {
  padding: 0px;
  color: #FFF !important;
  font-size: 1em;
  line-height: 24px;
  overflow: visible;
}
#sitefooter .hs-menu-wrapper ul li a:hover {
  text-decoration: underline;
}

#sitefooter .sitefooter-column-04 {
  color: #fff;
}
#sitefooter .sitefooter-column-04 h5 {
  color: #fff;
}
#sitefooter .sitefooter-column-04 ul {
  padding: 0px;
}
#sitefooter .sitefooter-column-04 ul li {
  list-style: none;
  line-height: 24px;
  margin: 0px;
}
#sitefooter .sitefooter-column-04 ul li a {
  text-decoration: none;
  color: #fff;
}

/* Footer */
#footer {
  position: relative;
  margin-top: 0px;
  padding: 0px 0px 0px;
  background: #676767;
  border-top: 0px solid #676767;
  font-size: 0.9em;
  clear: both;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}

@media (max-width:767px) {
  #footer ul.social-icons {
    float: left!important;
  }
}

/**
*
* =======================================================================
HOMEPAGE
* =======================================================================
*/
/* Hero Banner */
#homepage-herobanner {
  padding: 100px 0px 75px;
  color: #fff;
}
#home_slider h1,
#home_slider h3,
#home_slider h4 {
  margin: 0px;
  color: #fff;
}
#home_slider h1 {
  margin: 18px 0px 22px;
  font-weight: 800;
  font-size: 4.386em!important;
}
#home_slider h3 {
  margin-bottom: 5px;
  font-weight: 600!important;
}
#home_slider h4 {
  margin-bottom: 20px;
  font-size: 20px!important;
  font-weight: 200!important;
}
#home_slider a.btn {
  border-color: #f26721!important;
  color: #ffffff!important;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0)!important;
  background-color: #f26721!important;
  border-radius: 6px!important;
  padding: 10px 16px!important;
  transition: 0s!important;
  font-size: 18px!important;
}
#home_slider a.btn:hover {
  background-color: #f37739!important;
  text-decoration: none!important;
}
@media (min-width:768px) and (max-width:1050px) {
  #home_slider h1 {
    font-size: 3.5em!important;
  }
}
@media (min-width:768px) and (max-width:950px) {
  #home_slider h1 {
    font-size: 3.2em!important;
  }  
}
@media (min-width:500px) and (max-width:767px) {
  #home_slider h1 {
    font-size: 2.05em!important;
  }  
  #home_slider h4 {
    font-size: 1em!important;
  }
}
@media (max-width:500px) {
  #home_slider {
    display: none!important;
  }   
}

/* Herobanner - mobile */
#home-mobile-herobanner {
  padding: 85px 0px 75px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#home-mobile-herobanner h1,
#home-mobile-herobanner h3,
#home-mobile-herobanner h4 {
  margin: 0px;
  color: #fff;
  text-shadow: 2px 3px 0px rgba(0,0,0,0.5);
}
#home-mobile-herobanner h1 {
  margin: 0px;
  font-weight: 800;
  font-size: 2.6em!important;

}
#home-mobile-herobanner h3 {
  margin-bottom: 5px;
  font-weight: 600!important;
}
#home-mobile-herobanner h4 {
  margin-bottom: 20px;
  font-size: 20px!important;
  font-weight: 200!important;
}
@media (min-width:501px) {
  #home-mobile-herobanner {
    display: none!important;
  }   
}

/* Home Intro */
#home-intro {
  padding: 20px 0 10px 0;
  margin-bottom: 0;
  background-color: #676767;
}
#home-intro h2 {
  color: #FFF;
  display: inline-block;
  font-weight: 300 !important;
  font-size:2em;
  max-width: 800px;
  padding-top: 5px;
  margin-top:-5px;
}

/* Home Gartner */
#home-GMQR {
  background-color: #003366;
  padding-top:0px;
  padding-bottom:0px;
}

#home-PROMO {
  background-color: #333333;
  padding-top:0px;
  padding-bottom:0px;
}

#home-MAP {
  background-color: #222233;
  padding-top:4card-image0px;
  padding-bottom:40px;
}


/* Home Effective */
#home-effective {
  padding-top:40px;
  padding-bottom:40px;
}
#home-effective h2 {
  color:#F26722;
  margin-bottom:20px;
}

/* Home Tell Us */
#home-tellus {
  padding-top:40px;
  padding-bottom:40px;
  background: #f4f4f4;
}
#home-tellus h2 {
  color:#F26722;
  font-weight:300 !important;
}
#home-tellus h4 {
  font-weight:300;
}

#home-testimonials {
  padding-top:40px;
  padding-bottom:20px;
  background: #f4f4f4;
}

/* Blog & Quotes */
#home-blog-quotes {
  background: #F26722;
  padding: 40px 0 60px 0;
}
#home-blog-quotes h2 {
  color: #fff;
  margin-bottom:40px;
}

@media(max-width: 767px) {
  #home-blog-quotes h2 {
    margin-bottom:0;  
  }
}

/* Security Tools */
#home-securitytools {
  padding-top:40px;
  padding-bottom:40px;
}
#home-securitytools h2 {
  color:#F26722;
  font-weight:300 !important;
}

/* Recent Posts */
.recent-posts h4 {
  margin-bottom: 7px;
}
.recent-posts article.recent-post h4 {
  margin: 0 0 3px 0;
}
.recent-posts article.recent-post h4 a {
  display: block;
  text-decoration: none;
}
.recent-posts .date {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
  text-align: center;
}
.recent-posts .date .day {
  background: #FFF;
  color: #f26721;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-weight: bold;
  padding: 8px;
}
.recent-posts .date .month {
  background: #f26721;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
  color: #FFF;
  font-size: 0.9em;
  padding: 0 10px 2px;
}
.recent-posts .recent-posts-content h1,
.recent-posts .recent-posts-content h2,
.recent-posts .recent-posts-content h3,
.recent-posts .recent-posts-content h4,
.recent-posts .recent-posts-content h5,
.recent-posts .recent-posts-content h6,
.recent-posts .recent-posts-content blockquote {
  display: none;
}
.recent-posts a {
  text-decoration: none;
}

/* Call To Action */
#home-call-action {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
#home-call-action .action-text {
  padding-top:60px;
}
#home-call-action h2 {
  color: #F26722; 
}
#home-call-action h3 {
  font-weight: 300 !important;
  color:#666666;
}
#home-call-action p {
  font-size: 1.2em;
}

@media(max-width: 767px) {
  #home-call-action .action-text {
    padding-top: 30px;
    text-align:center;
  }
}

.owl-carousel {
  overflow:hidden;
}
.owl-theme .owl-controls {
  margin-left: 15px;
}

/* Site Cards */
.card {
  background-color:#EFEFEF;
  border-radius: 5px;
  position: relative;
  overflow:hidden;
  margin-bottom:15px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.card.small {
  padding:15px;  
}
.card .card-body {
  padding:20px;
}
.card .card-image {
  height:235px;
  overflow:hidden;
}
.card .card-image.small {
  height: 100px; 
}
.card .card-image img {
  width: 100% !important;
  height: 100% !important;
}
.card.whitebg {
  background-color:#FFF;
}
.card p,.card h2,.card h3, .card h4 {
  text-align:left;
}
.card p { margin-bottom:0;min-height:145px; }
.card.small p { min-height:inherit; }
.card h4 {
  display: block;
  font-weight: 300 !important;
}
.card h3 {
  margin-bottom:20px;
}
.card .heading-primary {
  min-height:80px; 
}

.hs-content-name-home #subscriber .hs-submit .hs-button {
  top: 2px;
}

/**
*
* =======================================================================
PRODUCT PAGE
* =======================================================================
*/
/* Inner page hero banner */
#innerpage-herobanner {
  padding: 50px 0px 50px;
}
#innerpage-herobanner h1 {
  font-size: 3.429em;
  line-height: 47px;
}
#innerpage-herobanner h2 {
  font-size: 2.143em;
  font-weight: 300;
}

/* Product sidebar */
.product-sidebar {
  padding: 40px;
  background-color: #efefef;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.product-sidebar .hs-menu-wrapper ul {
  padding: 0px;
}
.product-sidebar .hs-menu-wrapper ul li {
  position: relative;
  border-bottom: 1px solid #DBDBDB;
  margin-top: 9px;
  margin-bottom: 0;
  padding-bottom: 9px;
}
.product-sidebar .hs-menu-wrapper ul li a {
  width: 16px;
  padding: 0px;
  white-space: normal!important;
  overflow: visible;
}
.product-sidebar .hs-menu-wrapper ul li a i {
  color: #333333;
}
.product-sidebar iframe {
  min-width: 100%!important;
  max-width: 100%!important;
}
@media (max-width:767px) {
  .product-sidebar .hs-menu-wrapper ul li a i {
    display: inline-block;
    width: 16px!important;
  }
}

/* Testimonial */
.product-testimonial {
  margin: 30px 0 100px;
  padding: 50px 80px;
  background-color: #efefef;
  border-radius: 6px;
  border-top: 0px solid #f1f1f1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media (max-width:767px) {
  .product-testimonial {
    padding: 50px 20px;
  }
}

/**
*
* =======================================================================
FREE TOOLS PAGE
* =======================================================================
*/
.form-sidebar {
  padding: 15px 30px;
  background-color: #efefef;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.form-sidebar h3.form-title {
  font-size: 21px;
  color: #666666;
}
.form-sidebar form > div {
  margin-bottom: 15px;
}
.form-sidebar form > div > div > label {
  display: block;
  margin-bottom: 5px;
}
.form-sidebar input,
.form-sidebar select,
.form-sidebar textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-sidebar .hs_submit input {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 10px 16px;
  font-size: 18px;
  border-color: #f26721;
  color: #ffffff;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
  background-color: #f26721;
  border-radius: 4px;
  transition: 0s;
  cursor: pointer;
}
.form-sidebar .hs_submit input:hover {
  background-color: #f37739!important;
}



/**
*
* =======================================================================
STANDARD PAGE
* =======================================================================
*/
#page-header {
  position: relative;
  margin: 0px;
  min-height: 50px;
  padding: 16px 0;
  background: #676767;
  text-align: left;
}
#page-header ul.hs-breadcrumb-menu li a,
#page-header ul.hs-breadcrumb-menu li span {
  padding: 0px;
  color: #999!important;
  text-transform: capitalize!important;
}
#page-header ul.hs-breadcrumb-menu li a i,
#page-header ul.hs-breadcrumb-menu li i {
  display: none!important;
}
.hs-breadcrumb-menu-item {
  padding: 3px 0px 3px 3px;
}
.hs-breadcrumb-menu-divider:before {
  content: '/'!important;
}
.resources-links ul li {
  margin-bottom: 5px;
}
.resources-links ul li a,
.resources-links-02 ul li a{
  position: relative;
  max-width: 100%;
  width: auto;
  padding: 0px 0px 0px 13px!important;
  white-space: normal!important;
  overflow: visible!important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.resources-links ul li a:hover,
.resources-links-02 ul li a:hover {
  text-decoration: underline !important;
}
.resources-links ul li a i,
.resources-links-02 ul li a i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #333333;
}
.resources-links-02 ul {
  display: inline-block;
  width: 100%;
}
.resources-links-02 ul li {
  display: inline-block;
  width: 33%!important;
  margin: 0px;
}
.resources-links-02 ul li a {
  max-width: 100%!important;
}
@media (max-width:767px) {
  .resources-links-02 ul li {
    width: 100%!important;
  }
}


/**
*
* =======================================================================
STANDARD PAGE
* =======================================================================
*/
.resources-box-wrapper > span > div {
  display: inline-block;
  float: left;
  width: 48%;
  margin: 0px 2% 25px 0px;
}

@media (max-width:767px) {
  .resources-box-wrapper > span > div {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0px 0px 25px;
  }
}

.testimonial {
  margin-bottom:0;
}
.testimonial blockquote {
  background: transparent;
  text-align:center;
}
.testimonial .testimonial-author {
  margin-top:-20px; 
}
.testimonial .testimonial-author strong, .testimonial .testimonial-author span {
  text-align:center !important;
}
.testimonial blockquote:before, .testimonial blockquote:after {
  color: #F26722 !important;
}

/* Webinar Page */

.webinar-box-wrapper > span > div {
  display: inline-block;
  float: left;
  width: 31%;
  margin: 0px 2% 25px 0px;
}

@media (max-width:767px) {
  .webinar-box-wrapper > span > div {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0px 0px 25px;
  }
}

@media (max-width:1000px) {
  .webinar-title {font-size: 17px !important;}
}

.webinar-title {
  margin: 12px 24px;
  min-height: 160px;
  font-size: 22px;
}

@media (max-width:767px) {
  .webinar-title {
  min-height: 60px !important;
  }}

.webinar-box {
  border: 1px solid #eee;
  border-radius: 10px;
}

.webinar-box:hover {background: #eee;}

.webinar-box .webinar-cta {
  margin: 0 24px 24px 24px !important;
}

.webinar-thumbnail img {
  max-width: 86% !important;
  height: auto;
  padding: 7% 7% 0 7%;
}

@media (max-width:767px) {
  .webinar-thumbnail img {
    padding: 24px 24px 0 24px;
  }
}



/* Landing page, 2-column */

.splitcolumn
    {
        display: block; 
        float: right; 
        width: 50%;
    }

.splitcolumn ul {
  margin: 0 0 0 18px !important;
}
.splitcolumn ul li {
margin-bottom: 6px;
}
  
@media all and (max-width:650px)
{
.splitcolumn
    {
        display: block; 
        float: none; 
        width: 100%;
    }
}


/**
*
* =======================================================================
BLOG
* =======================================================================
*/

/* =================
* Blog Listing
* ============== */
/* Inner page hero banner */
#blogpage-herobanner {
  padding: 80px 0px 65px;
}
#blogpage-herobanner h1 {
  font-size: 3.429em;
  font-weight: bold;
}
#blogpage-herobanner h2 {
  font-size: 2.143em;
  font-weight: 300;
}

.blog-listing-maincontent .post-item {
  border-bottom: 1px solid #DDD;
  margin-bottom: 50px;
  padding-bottom: 10px;
  clear: both !important;
}
.blog-listing-maincontent .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.blog-listing-maincontent .img-thumbnail img {
  max-width: 100%;
  margin: 0px;
}
.blog-listing-maincontent .post-item h2.post-title {
  margin: 8px 0px;
}

.blog-listing-maincontent .post-item h2.post-title a,
.blog-listing-maincontent .post-item h2.post-title a:hover {
  text-decoration: none!important;
}
.blog-listing-maincontent .post-item .post-header .post-meta {
  font-size: 0.9em;
  margin-bottom: 7px;
}
.blog-listing-maincontent .post-item .post-meta > span {
  display: inline-block;
  padding-right: 8px;
}
.blog-listing-maincontent .post-item .post-meta i {
  margin-right: 3px;
}
.blog-listing-maincontent .post-item .post-date {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 10px;
  text-align: center;
}
.blog-listing-maincontent .post-item .post-date .month {
  background: #CCC;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
  color: #FFF;
  font-size: 0.9em;
  padding: 0 10px 2px;
}
.blog-listing-maincontent .post-item  .post-date .day {
  background: #F4F4F4;
  border-radius: 2px 2px 0 0;
  color: #CCC;
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-weight: bold;
  padding: 10px;
}
.blog-listing-maincontent .post-item .post-meta a {
  display: inline-block;
  width: auto;
  height: auto;
  border-color: #f26721;
  color: #ffffff;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
  background-color: #f26721;
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 5px;
  transition: 0s;
  cursor: pointer;
}
.blog-listing-maincontent .post-item .post-meta a:hover {
  background-color: #f37739;
  text-decoration: none!important;
}
@media (max-width:767px) {
  .blog-listing-maincontent .img-thumbnail {
    margin-bottom: 10px;
  }   
  .blog-listing-maincontent .post-item h2.post-title {
    margin: 12px !important;
  }
  .hs-blog-name-knowbe4-security-awareness-training-blog .widget-type-cta {
    text-align: center !important;
  }
}

/* Pagination */
.blog-listing-maincontent nav ul.pagination {
  display: inline-block;
  float: right;
}
.blog-listing-maincontent nav ul.pagination li {
  display: inline-block;
  float: left;
}
.blog-listing-maincontent nav ul.pagination li a {
  position: relative;
  float: left;
  padding: 10px 16px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 18px;
  color: #f26721;
}
.blog-listing-maincontent nav ul.pagination li a:hover {
  background: #eee;
}
.blog-listing-maincontent nav ul.pagination li.active a {
  color: #ffffff;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
  background-color: #f26721;
  border-color: #f26721;
}
.blog-listing-maincontent nav ul.pagination li a.left-arrow {
  border-radius: 6px 0px 0px 6px;    
}
.blog-listing-maincontent nav ul.pagination li a.right-arrow {
  border-radius: 0px 6px 6px 0px;
}

/* Blog Sidebar -  Google Search */
.blog-sidebar .google-search-widget label {
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 26px;
  margin: 0 0 14px 0;
}
.blog-sidebar .google-search-widget .input {
  position: relative;
}
.blog-sidebar .google-search-widget input {
  height: 46px;
  padding: 10px 16px;
}
.blog-sidebar .google-search-widget a.hs-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 46px;
  padding: 12px 16px;
  background-color: #f26721;
  border: 0px;
  color: #fff;
  outline: 0px;
  border-radius: 0px 6px 6px 0px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.blog-sidebar .google-search-widget a.hs-button:hover {
  background-color: #f37739;
}
.blog-sidebar .google-search-widget a.hs-button i {
  font-size: 20px;
}

/* Blog Sidebar - Blog Subscription */
.blog-sidebar .blog-subscribe-widget {

}
.blog-sidebar .blog-subscribe-widget h3 {
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 26px;
  margin: 0 0 14px 0;
}
.blog-sidebar .blog-subscribe-widget form {
  position: relative;
}
.blog-sidebar .blog-subscribe-widget form > div > div > label,
.blog-sidebar .blog-subscribe-widget form .hs_blog_default_blog_subscription {
  display: none;
}
.blog-sidebar .blog-subscribe-widget form input {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ccc;
}
.blog-sidebar .blog-subscribe-widget form .hs_submit input {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 46px;
  background-color: #f26721;
  border: 0px;
  color: #fff;
  outline: 0px;
  border-radius: 0px 6px 6px 0px;
  cursor: pointer;
  background-image: url(//cdn2.hubspot.net/hubfs/241394/Knowbe4_Dec2015/Icons/icon-envelope.png);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.blog-sidebar .blog-subscribe-widget .hs_submit input:hover {
  background-color: #f37739;
}


/* Blog Sidebar - Post Listing */
.blog-sidebar .post-listing-widget h3 {
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 26px;
  margin: 0 0 14px 0;
}
.blog-sidebar .post-listing-widget ul {
  padding: 0px;
  list-style: none;
}
.blog-sidebar .post-listing-widget ul li {
  margin-top: 9px;
  margin-bottom: 0;
  padding-bottom: 9px;
  border-bottom: 1px solid #DBDBDB;
}
.blog-sidebar .post-listing-widget ul li:last-child {
  border: 0px;
}
.blog-sidebar .post-listing-widget ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0px 0px 0px 25px;
  line-height: 24px;
}
.blog-sidebar .post-listing-widget ul li a:before {
  content: "\f138";
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  font-family: "FontAwesome";
  color: #333333
}

/* =================
* Blog Post
* ============== */

body.hs-blog-post .blog-section .post-header h1 {
  margin: 0px 0px 5px;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 40px;
  color: #f26721;
}
body.hs-blog-post .blog-section #hubspot-author_data a {
  font-size: 0.9em;
  color: #333333;
}

/* Float left - date */
body.hs-blog-post .blog-listing-maincontent {
  position: relative;
  padding-left: 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
body.hs-blog-post .blog-section {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.blog-post-wrapper .post-date.left-post-date {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.blog-post-wrapper .post-date.left-post-date span.day {
  background: #F4F4F4;
  border-radius: 2px 2px 0 0;
  color: #f26721;
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-weight: bold;
  padding: 10px;
}
.blog-post-wrapper .post-date.left-post-date span.month {
  background: #f26721;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
  color: #FFF;
  font-size: 0.9em;
  padding: 0 10px 2px;
}

/* =================
* Blog All Lisitng
* ============== */
.post-listing-simple .post-item,
.post-listing-simple h4.post-listing-simple {
  margin-bottom: 8px;
}

/**
*
* =======================================================================
CONTACT US PAGE
* =======================================================================
*/
.contactform {
  background-color: #efefef;
  border-radius: 6px;
  padding: 20px 20px 20px 20px;
}
.contactform h3.form-title {
  margin: 0px;
}
.contactform form fieldset {
  max-width: 100%;
}
.contactform form input,
.contactform form textarea,
.contactform form select {

}
.contactform form .hs_submit {
  margin-right: 8px;
}
.contactform form .hs_submit input {
  display: inline-block;
  width: auto;
}
@media (min-width:768px) {
  .contactform form fieldset.form-columns-2 > div:first-child .input {
    margin-right: 20px;
  }    
}


/**
*
* =======================================================================
SYSTEM PAGES - 404 and Password
* =======================================================================
*/
.portal-box-wrapper > div {
  display: inline-block;
  float: left;
  width: 23%!important;
  margin: 0px 2% 70px 0px;
}
@media (max-width:990px) {
  .portal-box-wrapper > div {
    display: inline-block;
    float: left;
    width: 46%!important;
    margin: 0px 2% 70px 0px;
  }
}
@media (max-width:767px) {
  .portal-box-wrapper > div {
    display: inline-block;
    float: left;
    width: 100%!important;
    margin: 0px 0 70px 0px;
  }
}

/**
*
* =======================================================================
PRICING PAGE
* =======================================================================
*/
/* Pricing sidebar */
.pricing-sidebar {
}
.pricing-sidebar .hs-menu-wrapper ul {
  padding: 0px;
}
.pricing-sidebar .hs-menu-wrapper ul li {
  position: relative;
  border-bottom: 1px solid #DBDBDB;
  margin-top: 9px;
  margin-bottom: 0;
  padding-bottom: 9px;
}
.pricing-sidebar .hs-menu-wrapper ul li a {
  width: 16px;
  padding: 0px;
  white-space: normal!important;
  overflow: visible;
}
.pricing-sidebar .hs-menu-wrapper ul li a i {
  color: #333333;
}
.pricing-sidebar iframe {
  min-width: 100%!important;
  max-width: 100%!important;
}
@media (max-width:767px) {
  .pricing-sidebar .hs-menu-wrapper ul li a i {
    display: inline-block;
    width: 16px!important;
  }
}
/**
*
* =======================================================================
SYSTEM PAGES - 404 and Password
* =======================================================================
*/
/* Error Page */
@media (min-width:768px) {
  #errorpage-maincontent {
    padding: 50px 0px;
  }
}

/* Password Page */
#passwordpage-maincontent {
  padding: 125px 0px 115px;
}
#passwordpage-maincontent .page-center {
  max-width: 655px;
}
#passwordpage-maincontent form {
  position: relative;
  display: inline-block;
  width: 100%;
}
#passwordpage-maincontent input {
  height: 46px!important;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  box-shadow: none;
  border: 1px solid #ccc;
}
#passwordpage-maincontent input.hs-button {
  position: absolute;
  top: -5px;
  right: 0;
  height: 46px;
  background: #f37739;
  border: 0px;
  color: #fff;
  outline: 0px;
  border-radius: 0px 6px 6px 0px;
  cursor: pointer;
}
#passwordpage-maincontent .custom_error_message input:focus {
  outline: none;
}
#passwordpage-maincontent .custom_error_message input.hs-button {
  width: 46px;
  background-image: url(//cdn2.hubspot.net/hubfs/241394/Knowbe4_Dec2015/Icons/password-icon.png);
  background-repeat: no-repeat;
  background-color: #f26721;
  background-position: center;
  background-size: 30px;
  transition: 0.1s;
}
#passwordpage-maincontent .custom_error_message input.hs-button:hover {
  background-color: #f37739;
}
@media (max-width:767px) {
  #passwordpage-maincontent {
    padding: 85px 0 95px; 
  }
}



/**
*
* =======================================================================
MOBILE NAVIGATION
* =======================================================================
*/

/* ==========================================================================
Custom Menu Primary
========================================================================== */
.mega-menu a[href$="#"]:hover {
    color: #666!Important;
}

 /* 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:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* 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;
  white-space: normal!important;
  line-height: 23px;
  text-indent: 0;
  padding-left: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* Phishing Tools page nav edits */

.phishing-tool-nav ul li a {
   background: #f26721 !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
  .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: 991px){


  /* 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,
  .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;
  }
  .is-sticky .custom-menu-primary {
    min-height: 14px!important;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 65px;          /* Position Button at right of screen  */
    right: 20px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 12px 8px 12px;
    background: #171717; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }
  .is-sticky .mobile-trigger {
    top: 17px;
  }
  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    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: 12px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -4px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 4px; /* 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: 40px !important; /* Button width */
    min-width: 40px !important;
    height: 36px !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;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    display: block;
    color: #333333;

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


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

  .custom-menu-primary.js-enabled{
    padding-top: 0px; /* Makes room for button */
    margin: 0px;
    width: 100%!important;
  }

  /* 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;
    margin-top: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    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: 15px;/* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }
  .custom-menu-primary .hs-menu-wrapper ul li a{
    font-size: 15px!important;/* Font size of top level list items */
    line-height: 35px;
    overflow: visible;
  }
  .customer-menu-primary .hs-menu-children-wrapper {
    padding-left: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-bottom: 1px solid #f4f4f4; /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 4px 10px;
    color:#666; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #333;
    background-color: #f26721 !important;
    border-radius: 4px;
  }

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

/* Accordion */

.accordion_header {line-height: 25px !important;}


/* Japan microsite press releases */

.hs-blog-name-press-releases .post-content h2 {
  /*font-weight: 700;*/
  line-height: 38px;
}

.hs-blog-name-press-releases .post-content img-thumbnail img {
  background-size: contain !important;
  background-position: center center !important;
  width: 300px;
  height: 200px;
}

@media (max-width:480px) {
.hs-blog-name-press-releases .post-content img-thumbnail img {
  width: 50% !important;
  height: 32% !important;
  margin: 0 25% !important;
}}

.hs-blog-name-press-releases .blog-listing-maincontent .post-item .post-meta a {
  font-size: 16px !important;
  padding: 6px 12px !important;
  margin-bottom: 12px !important;
}

.hs-blog-listing .back-to-blog {display: none !important;}

.hs-blog-name-press-releases .post-content .post-meta {margin-bottom: 12px;}

.hs-blog-name-press-releases .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {text-overflow: unset !important;}

.hs-blog-name-press-releases .blog-post-wrapper .post-date.left-post-date {
  width: 70px !important;
  position: absolute !important;
  margin-top: 6px !important;
  margin-left: -6px !important;
}

.hs-blog-name-press-releases .blog-post-wrapper .post-date.left-post-date .month, .hs-blog-name-press-releases .blog-post-wrapper .post-date.left-post-date .day {
  width: 100%;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}

body.hs-blog-name-press-releases.hs-blog-post .blog-listing-maincontent {
  padding-left: 100px !important;
}

body.hs-blog-name-press-releases.hs-blog-post .blog-section .post-header h1 {
  /*font-weight: bold !important;*/
}

.hs-blog-name-press-releases.hs-blog-post .blog-section .post-body h2,
.hs-blog-name-press-releases.hs-blog-post .blog-section .post-body h2 span,
.hs-blog-name-press-releases.hs-blog-listing .blog-section .post-content h2:nth-child(odd) {
  color: #f26721 !important;
  font-size: 20px !important;
  font-weight: normal !important;
  line-height: 1.25 !important;
}

/* LP Mobile Optimization */

form.hs-form input[type="text"], form.hs-form input[type="email"], form.hs-form select, form.hs-form textarea, form.hs-form .email-correction, form.hs-form input[type="submit"] {
  -webkit-appearance: none;
}