@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

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



   
    /* Default fallback color (usually a darker color) */
    /* Color of your basic links on pages */
    /* Color of your basic link when you hover over them with a mouse */
    /* Your PRIMARY ACCENT OR BRAND COLOR */
    /* General Body color and paragraph styles */



 
 

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

/* Custom Form Styles */
/*=================================*/








/* Custom Button Styles - Sets Universal style for ALL Buttons (CTA's and Form Submit) */
/*=====================================================================================*/






/*===================================================*/
/* ---------------| STARTUPS LIVE LP |---------------*/
/*===================================================*/


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

/* Website background color and default font styles */
body {
  background: #fff;
  color: #1d181f;
  font-family: Georgia, serif;;
  font-size:16px;
  padding:0;
  margin:0;
}
.header-container-wrapper {
    height:auto;
    background:#1d181f;
}
/* General Containers and Wraps */
.page-center {
  float: none!important;
  margin: 0 auto!important;
  display:block!important;
  width: 90%!important;
  max-width: 1170px;
}
.light-color-wrap {
    background:#f7f6f1;
    width:100%;
}
.white-color-wrap {
    background:#FFFFFF;
    width:100%;
}
.tan-color-wrap {
    background:#F7F6F1;
    width:100%;
}

/* Typography */
a { 
    text-decoration: none;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    cursor: pointer;
    color: #ff5629; 
}
a, img {
    border: medium none;
    outline: medium none;
}
a:hover {
  color: #ff5629;
}
p a {
    text-decoration: underline;
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

h1, h2, h3, h4, h5 {
    font-family:'proxima-nova', 'Helvetica Neue', helvetica, arial, sans-serif;!important;
}
h1, h2, h3 {
    font-weight:900;
}

/* Main Hero Style */
/*===============================================*/
.hero-wrap {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center top;
    width:100%;
    text-align:center;
    height:auto;
    padding:1em 0 2em;
    min-height:580px!important;
    margin: -3.5px 0 0;
}
.hero-wrap img {
    text-align:center;
    margin:2.25em auto 2em!important;
    float:none!important;
    display:block!important;
}
.hero-wrap h1 {
    font-size:3.75rem;
    color:#ffffff!important;
    font-weight:700;
    margin:3.5em 0 0;
}
.hero-wrap h2 {
    font-family: Georgia, serif;;
    font-size:1.875rem;
    font-weight:400;
    color:rgba(255,255,255,0.75);
    margin:0.25em auto 1.5em;
    width:50%;
    max-width:600px;
    float:none;
}

/***** Responsive *****/
@media screen and (max-width:767px) {
    .hero-wrap {
        padding:1em 0 2em;
        min-height:360px!important;
    }
    .hero-wrap img {
        margin:2.25em auto 1em!important;
    }
    .hero-wrap h1 {
        font-size:2.375rem;
        margin:3em 0 0;
    }
    .hero-wrap h2 {
        font-size:2rem;
        margin:0.25em auto 0.5em;
        width:80%;
    }
}
@media screen and (max-width:600px) {
    .hero-wrap {
        padding:1em 0 2em;
        min-height:320px!important;
    }
    .hero-wrap img {
        margin:2.25em auto 1em!important;
    }
    .hero-wrap h1 {
        font-size:1.875rem;
        margin:3.5em 0 0;
        padding:0 35px;
    }
    .hero-wrap h2 {
        font-size:1.5rem;
        margin:0.25em auto 0.5em;
        text-shadow:0px 2px 4px rgba(0,0,0,0.5);
        width:90%;
    }    
}
/* Transparent Hero Style  and SignUp Template*/
/*===============================================*/
body.signup {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center top;
    width:100%;
}
body.signup .hero-wrap h1 {
    font-size:5rem;
    font-weight:800;
    margin:1.5rem 0 0.25rem;
    color:#1d181f!important;
}
body.signup .hero-wrap h2 {
    font-family: 'proxima-nova', 'Helvetica Neue', helvetica, arial, sans-serif;;
    font-size:2rem;
    font-weight:400;
    color:rgba(255,255,255,0.75);
    margin:1.5rem 0 1.5rem;
    color:#1d181f!important;
}
.hero-wrap.transparent img {
    text-align:center;
    margin:3rem auto 0.5rem!important;
    float:none!important;
    display:block!important;
}
.hero-wrap.transparent {
    background:transparent!important;
    width:100%;
    text-align:center;
    height:auto;
    padding:1rem 0 1rem;
    min-height:450px!important;
    margin: -3.5px 0 0;
}

/* Main Hero Style Condensed */
/*===============================================*/
.hero-wrap-condensed {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center top;
    width:100%;
    text-align:center;
    height:auto;
    padding:1em 0 2em;
    min-height:330px!important;
    margin: -3.5px 0 0;
}
.hero-wrap-condensed img {
    text-align:center;
    margin:2.25em auto 2em!important;
    float:none!important;
    display:block!important;
}
.hero-wrap-condensed h1 {
    font-size:3.375rem;
    color:#ffffff!important;
    font-weight:800;
    margin:1.75em 0 0;
}
.hero-wrap-condensed h2 {
    font-family: Georgia, serif;;
    font-size:2.5rem;
    font-weight:400;
    color:rgba(255,255,255,0.75);
    margin:0.25em 0 1.5em;
}

/***** Responsive *****/
@media screen and (max-width:767px) {
    .hero-wrap-condensed {
        padding:1em 0 2em;
        min-height:220px!important;
    }
    .hero-wrap-condensed img {
        margin:2.25em auto 1em!important;
    }
    .hero-wrap-condensed h1 {
        font-size:2.375rem;
        margin:0.5em 0 0;
    }
    .hero-wrap-condensed h2 {
        font-size:2rem;
        margin:0.25em 0 0.5em;
    }
}
@media screen and (max-width:600px) {
    .hero-wrap-condensed {
        padding:1em 0 2em;
        min-height:320px!important;
    }
    .hero-wrap-condensed img {
        margin:2.25em auto 1em!important;
    }
    .hero-wrap-condensed h1 {
        font-size:1.875rem;
        margin:0.5em 0 0;
        padding:0 35px;
    }
    .hero-wrap-condensed h2 {
        font-size:1.5rem;
        margin:0.25em 0 0.5em;
        text-shadow:0px 2px 4px rgba(0,0,0,0.5);
    }    
}

/***** TOP BLEED *****/
.top-bleed {
    margin-top:-20px!important;
}

/* Featured Articles */
/*===============================================*/

/***** GUEST POST ENTRY *****/
.post-entry-wrap {
    background:#FFF;
    padding:0;
    margin:0 0 2em;
    width:100%;
    height:auto;
    display:block;
    min-height:220px!important;
    box-shadow:0px 1px 10px rgba(0,0,0,0.1);
    border-radius:3px;
}
.post-entry-wrap img {
    width:100%;
    height:auto;
    border-radius: 2px 2px 0 0;
}
.post-entry-wrap .label {
    font-size:0.8125rem;
    font-family:"proxima-nova","Helvetica Neue",helvetica,sans-serif;
    font-weight:700;
    letter-spacing:110%;
    color:#1d181f;
    background:transparent;
    text-align:center;
    padding:0.5rem 1.25rem;
    border-radius:2px;
    width:auto;
    display:inline-block;
    margin:0.25rem 0.25rem 1rem;
    border:2px solid;
    border-color:rgba(58,66,76,0.4);
}

.post-entry-wrap .content {
    margin:0!important;
    padding:1.5em 5%;
    display:block;
    height:auto;
}
.post-entry-wrap .content h3 {
    font-weight:700;
    font-size:1.25rem;
    color:#1d181f;
    line-height:120%!important;
    padding:0 0 0.5em!important;
    margin:0!important;
}
.post-entry-wrap .content p {
    font-weight:400;
    font-size:1rem;
    font-family:Georgia, serif;;
    color:#3A424C;
    line-height:140%!important;
    padding:0 0 8px!important;
    margin:0!important;
}
.post-entry-wrap .content a {
    font-weight:700;
    font-size:0.9375rem;
    font-family:'proxima-nova', 'Helvetica Neue', helvetica, arial, sans-serif;;
    color:#FF5629;
    line-height:140%!important;
    padding:0 0 8px!important;
    margin:0!important;
}

/***** SIDE BAR ACADEMY ITEMS *****/
/*============================================*/
.box-shadow-wrap {
    background:#FFF;
    padding:1.5em 5%;
    margin:0 0 2em;
    width:100%;
    height:auto;
    display:block;
    min-height:220px!important;
    box-shadow:0px 1px 10px rgba(0,0,0,0.1);
    border-radius:2px;
}
.box-shadow-wrap .label {
    font-size:0.8125rem;
    font-family:"proxima-nova","Helvetica Neue",helvetica,sans-serif;
    font-weight:700;
    letter-spacing:110%;
    color:#1d181f;
    background:transparent;
    text-align:center;
    padding:0.5rem 1.25rem;
    border-radius:2px;
    width:auto;
    display:inline-block;
    margin:0.25rem 0.25rem 1rem;
    border:2px solid;
    border-color:rgba(58,66,76,0.4);
}
.side-top-cont h4 {
    font-family:'proxima-nova', 'Helvetica Neue', helvetica, arial, sans-serif;!important;
    font-weight:700!important;
    font-size:1.25rem!important;
    color:#1d181F!important;
    margin:0!important;
    padding:0!important;    
}
.side-top-cont p {
    font-size:1rem;
    margin:0!important;
    padding:5px 0!important; 
    color:#3a424c!important;
}
.sidebar-email-sub {
    margin:10px 0 0!important;
    padding:0!important;
}
.sidebar-email-sub h3.form-title {
    display:none!important;
}
.sidebar-email-sub label {
    display:none!important;
}
.sidebar-email-sub input {
    width:70%!important;
    float:left!important;
    border-radius:2px!important;
}
.sidebar-email-sub .hs-button {
    width: 28% !important;
    float: left !important;
    display: block !important;
    min-width: initial !important;
    padding:12px 5px !important;
    margin-left:2%!important;
}

.vid-overlay-class {
    height:auto;
    width:100%;
    display:block;
    background-position:left top;
    background-repeat:no-repeat;
    background-size:cover;
    background-color:#1D181F;
    min-height:140px;
    max-height:160px;
}
.vid-overlay-class h4 {
    font-weight:700!important;
    font-size:1rem!important;
    color:#FFFFFF!important;
    margin:0!important;
    padding:17% 0 0 20px!important;
}
.vid-overlay-class h5 {
    font-family:Georgia, serif;!important;
    font-weight:400!important;
    font-size:0.875rem!important;
    color:#FFFFFF!important;
    margin:5px 0 0!important;
    padding:0 0 0 20px!important;
}
.vid-overlay-class p {
    font-weight:800!important;
    font-size:0.8125rem!important;
    color:#FFFFFF!important;
    margin:5px 0 0!important;
    padding:0 0 0 20px!important;
    font-family:'proxima-nova', 'Helvetica Neue', helvetica, arial, sans-serif;!important;
}
.vid_btn_icon {
    position:relative;
    float:right;
    margin-right:20px;
    bottom:55px;
    display:block;
    width:35px;
    height:35px;
    background:url("https://info.zirtual.com/hubfs/Bizplan/bizplan_play-circle.png") no-repeat scroll 0 0;
}
.vid-overlay-wrap {
    margin:20px 0 0!important;
    padding:0!important;
    min-height:0px!important;
    max-height:140px!important;
}

@media screen and (max-width:767px) {
    .vid-overlay-class p {
        padding:0 0 20px 20px!important;
    }
}

/***** EXPERTS ON DECK *****/
.guests-ondeck-wrap {
    background-repeat:no-repeat;
    background-size:initial;
    background-color:#ffffff;
    background-position:right bottom;
    padding:1rem;
    margin:0 0 2rem;
    height:auto;
    min-height:300px!important;
    display:block;
    box-shadow:0px 1px 10px rgba(0,0,0,0.1);
    border-radius:2px;
}
.guests-ondeck-wrap .label {
    font-size:0.8125rem;
    font-family:"proxima-nova","Helvetica Neue",helvetica,sans-serif;
    font-weight:700;
    letter-spacing:110%;
    color:#1d181f;
    background:transparent;
    text-align:center;
    padding:0.5rem 1.25rem;
    border-radius:2px;
    width:auto;
    display:inline-block;
    margin:0.25rem 0.25rem 1rem;
    border:2px solid;
    border-color:rgba(58,66,76,0.4);
}
.ondeck-entry-module {
    padding:6px 3px!important;
}
.ondeck-img {
    min-width:40px!important;
}
.ondeck-img img {
    border-radius:20px;
    max-height:40px;
    max-width:40px;
}
.ondeck-info {
    width:75%!important;
}
.ondeck-entry-module h5 {
    font-family:'proxima-nova', 'Helvetica Neue', helvetica, arial, sans-serif;;
    font-weight:700;
    font-size:0.9375rem;
    color:#1d181f;
    margin:4px 0 0px!important;
    padding:0!important;
    text-decoration:none!important;
}
.ondeck-entry-module p {
    font-family:Georgia, serif;;
    font-size:0.875rem;
    color:rgba(58,66,76,0.7);
    padding:0!important;
    margin:0!important;
    line-height:110%;
    text-decoration:none!important;
}

@media screen and (max-width:767px) {
    .ondeck-img {
        min-width:40px!important;
        width:10%!important;
        float:left!important;
    }
    .ondeck-info {
        width:70%!important;
        float:left!important;
    }    
}
@media screen and (max-width:600px) {
    .ondeck-img {
        min-width:40px!important;
        width:15%!important;
        float:left!important;
    }
}
@media screen and (max-width:400px) {
    .ondeck-img {
        min-width:40px!important;
        width:20%!important;
        float:left!important;
    }
}


/***** QUESTION/ANSWER BOX *******/
/*=====================================*/
.answer-box-cont {}
.answer-box-cont label {}
.answer-box-cont h3 {
    font-family:Georgia, serif;!important;
    font-weight:400!important;
    font-size:1.125rem!important;
    margin:0 0 20px!important;
}
.answer-box-cont h5 {
    color:rgba(58,66,76,0.6)!important;
    font-size:0.8125rem!important;
    margin:0!important;
    padding:0 0 10px!important;
}
.answer-box-cont a {
    font-family:'proxima-nova', 'Helvetica Neue', helvetica, arial, sans-serif;!important;
    font-weight:700!important;
    font-size:0.9375rem!important;
}


/***** BizPlan Blog Feed *******/
/*=====================================*/
.more-posts-title {
    border-bottom:1px solid #979797!important;
    padding:20px 0!important;
    margin:0 0 40px!important;
    font-weight:700!important;
    font-size:0.875rem!important;
    color:#B29D84!important;
    font-family:'proxima-nova', 'Helvetica Neue', helvetica, arial, sans-serif;!important;
    background:url(https://info.zirtual.com/hubfs/Bizplan/Rectangle-articles.png) no-repeat scroll left bottom!important;
}
.recposts-left {margin-bottom:3em!important;display:block;}
.recposts-left img {
    margin-top: 5px;
    height: 140px!important;
    width: 100%!important;
}
.recposts-right {margin-bottom:3em!important;display:block;}
.rec-topics ul {
    list-style-type:none!important;
    margin:0!important;
    padding:0!important;
    clear:both!important;
    width:100%!important;
    display:inline-block!important;
}
.rec-topics ul li {
    float:left;
    margin:0 8px 8px 0;
    display:block!important;
    background:#EEEEEA!important;
    color:#807D82!important;
    font-weight:700!important;
    font-size:10px!important;
    padding:5px!important;
}
.recposts-right img {
    display:none!important;
}
.recposts-right h3 {
    margin-top:0!important;
}
.recposts-right a {
    float:none;
    display:inline-block;
    font-weight:700!important;
    font-family:'proxima-nova', 'Helvetica Neue', helvetica, arial, sans-serif;!important;
    padding:5px 0 0!important;
}
@media screen and (max-width: 767px) {
    .recposts-left img {
        margin-top: 5px;
        height: auto!important;
        max-height:260px!important;
        width: 100%!important;
    }
}
@media screen and (max-width: 480px) {
    .recposts-left img {
        margin-top: 5px;
        height: auto!important;
        max-height:180px!important;
        width: 100%!important;
    }
}

/*==========================================================*/
/***** BizPlan Blog LIST BACKUP CARD STYLES TEMPLATE *******/
/*=========================================================*/

/* Listing styles */
/* =========================================== */
.blog-listing-wrapper {
    width:100%;
    margin:20px 0;
}
.blog-listing-wrapper {
}
.blog-listing-cont {
    width:100%!important;
    max-width:!important;
    padding:10px 0px!important;
    margin:0 auto!important;
    float:none!important;
}
.blog-listing-cont h2 a {
    display:block;
    padding-top:14px;
}

/* Listing Post */
.blog-listing-cont .post-item {
    padding:0 30px;
}
.blog-listing-cont .post-item .post-header {
    background-image:none!important;
    max-height:450px;
    overflow:hidden;
}
.blog-listing-cont #hubspot-topic_data {
    display:block;
    float: none !important;
    margin: 0 auto !important;
    padding: 30px 30px 0 !important;
    position: absolute;
    max-width:940px;
}
.blog-listing-cont p#hubspot-topic_data a.topic-link {
    display:block;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 20px 15px 0!important;
    padding: 0px 12px!important;
    text-decoration: none !important;
}
.blog-listing-cont .post-item .post-body {
    background-image:none!important;
}
.blog-listing-cont .hs-author-avatar img {
    border-radius: 40px !important;
    float: left;
    margin-right: 12px;
    margin-top: -13px !important;
    width: 50px !important;
}
.author-date-cont {
    display:block;
    height: 40px;
    margin: 0 0 15px;
    padding: 10px 0 20px !important;
    clear:both;
    float:none;
    border-top:1px solid rgba(0,0,0,0.1);
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.author-date-cont .left {
    text-align:left;
    float:left;
    width:50%;
}
.author-date-cont .right {
    text-align:right;
    float:right;
    width:50%;
}
.blog-listing-cont .post-item .hs-featured-image {
    float: none!important;
    margin: 0!important;
    max-width: 100%!important;
}
.blog-listing-cont .post-item a.more-link {
    padding:10px 0px!important;
    background:none!important;
    display:inline-block;
    font-family:'proxima-nova', 'Helvetica Neue', helvetica, arial, sans-serif;;
}
.blog-listing-cont .post-item a.more-link:hover {
}
.blog-listing-cont .post-item a.more-link:hover .fa {
}
.hs-author-profile {
    padding:0 30px;
}
@media screen and (max-width:600px) {
    .blog-listing-cont .post-item .list-summary {
        display:none!important;
    }
    .blog-listing-cont .post-item a.more-link {
        display:none!important;
    }
    .blog-listing-cont #hubspot-topic_data {
        padding: 15px 15px 0 !important;
    }
    .blog-listing-cont p#hubspot-topic_data a.topic-link {
        margin: 0 8px 0 0!important;
        padding: 0px 8px!important;
    }
}
@media screen and (max-width:480px) {
    .blog-listing-cont #hubspot-topic_data {
        display:none;
    }
    .blog-listing-cont .author-date-cont {
        display:block;
        height: auto;
        padding:0!important;
    }
    .blog-listing-cont .author-date-cont p {
        margin:0px!important;
        padding:0px!important;
    }
    .blog-listing-cont .hs-author-avatar img {
        border-radius: 40px !important;
        float: left;
        margin-right: 12px;
        margin-top: 0px !important;
        width: 50px !important;
    }
    .author-date-cont .left {
        text-align:left;
        float:none;
        width:100%;
        margin: 8px 0 0px;
    }
    .author-date-cont .right {
        text-align:left;
        float:none;
        width:100%;
        margin:0px 0 9px!important;
    }
}
body.blogcard {}

body.blogcard .post-header {}
body.blogcard .blog-listing-cont .post-item .hs-featured-image {
    max-height: 220px;
    min-height: 220px;
    width: 100%;
}
body.blogcard .blog-listing-cont h2 a {
    font-size:24px!important;
    line-height:115%!important;
}

body.blogcard .post-body {
    padding:0px 20px 0px!important;
}
body.blogcard .list-summary {
    display: block !important;
    max-height: 170px;
    text-overflow: ellipsis !important;
    overflow:hidden!important;
    margin-bottom:15px;
}
@media screen and (min-width:900px) {
    body.blogcard span.byline-text {
        line-height: 125% !important;
        margin: -8px 0 0 !important;
        padding: 0 !important;
        display:block!important;
    }
}
body.blogcard .blog-listing-cont .post-item a.more-link {
    text-align:left!important;
    display:block!important;
}
body.blogcard .post-item {
    float: left;
    margin:1% 1% 2em;
    padding: 0%;
    width: 31%;
    border:1px solid #cccccc;
    min-height:605px;    
    background: #FFF;
    height: auto;
    display: block;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
    border-radius: 3px;
}
 
body.blogcard .post-item:nth-of-type(3n+1){
  clear:both;
}


body.blogcard .blog-pagination {
    margin: 50px auto 10px!important;
    display:block!important;
    clear:both!important;
    text-align:center!important;
}
body.blogcard .blog-pagination {
    padding:0 30px;
}
body.blogcard .blog-pagination a {text-decoration:none!important;}
body.blogcard .blog-pagination a.previous-posts-link {
    border:2px solid #1d181f!important;
    padding:10px 20px!important;
    font-size:14px!important;
    color:#1d181f!important;
    font-weight:400!important;
    border-radius:0px;
    letter-spacing:1px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    display:inline-block!important;
    text-align:center;
    margin-right:15px;
    border-radius:2px;
    font-family:"proxima-nova",Helvetica;
}
body.blogcard .blog-pagination a.all-posts-link {
    border:2px solid #1d181f!important;
    padding:10px 20px!important;
    font-size:14px!important;
    color:#1d181f!important;
    font-weight:400!important;
    border-radius:0px;
    letter-spacing:1px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    display:inline-block!important;
    text-align:center;
    margin-right:15px;
    border-radius:2px;
    font-family:"proxima-nova",Helvetica;
}
body.blogcard .blog-pagination a.next-posts-link {
    border:2px solid #1d181f!important;
    padding:10px 20px!important;
    font-size:14px!important;
    color:#1d181f!important;
    font-weight:400!important;
    border-radius:0px;
    letter-spacing:1px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    display:inline-block!important;
    text-align:center;
    border-radius:2px;
    font-family:"proxima-nova",Helvetica;
}
body.blogcard .blog-pagination .next-posts-link,body.blogcard .blog-pagination .previous-posts-link {
    float:none;
}
body.blogcard .blog-pagination a.previous-posts-link:hover, body.blogcard .blog-pagination a.all-posts-link:hover, body.blogcard .blog-pagination a.next-posts-link:hover {
    background:#ff5629!important;
    border:2px solid #ff5629!important;
    color:#FFFFFF!important;
}
@media screen and (max-width:480px) {
    body.blogcard .blog-pagination a.previous-posts-link {
        display:block!important;
        margin-right:0px;
        width:100%!important;
        float:none!important;
        margin:10px auto!important;
        padding:10px 0!important;
    }
    body.blogcard .blog-pagination a.all-posts-link {
        display:block!important;
        margin-right:0px;
        width:100%!important;
        float:none!important;
        margin:10px auto!important;
        padding:10px 0!important;
    }
    body.blogcard .blog-pagination a.next-posts-link {
        display:block!important;
        width:100%!important;
        float:none!important;
        margin:10px auto!important;
        padding:10px 0!important;
    }
}

/* Responsive - Tablet */
@media screen and (max-width:900px) {
    body.blogcard .post-item {
        float: left;
        margin-bottom: 20px;
        margin:1% 2% 20px;
        padding: 0%;
        width: 45.5%;
        display:block!important;
        clear:left;
        /*box-shadow:1px 2px 5px #eeeeee;*/
    }
    body.blogcard .post-item:nth-of-type(3n+1){
        clear:none;
    }
    body.blogcard .post-item:nth-child(even) {
        clear:right;
    }
}
/* Responsive - Mobile */
@media screen and (max-width:600px) {
    body.blogcard .post-item {
        float: none;
        margin:20px auto;
        padding: 0%;
        width: 90%;
        display:block!important;
        clear:none;
        min-height:300px;
        /*box-shadow:1px 2px 5px #eeeeee;*/
    }
    body.blogcard .post-item:nth-of-type(3n+1){
        clear:none;
    }
    body.blogcard .post-item:nth-child(even) {
        clear:none;
    }
}

/*======================================================*/
/***** BizPlan Blog POST TEMPLATE *******/
/*======================================================*/

.blog-post-wrapper .post-header {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center top;
    width:100%;
    text-align:center;
    height:auto;
    padding:1em 0 2em;
    min-height:580px!important;
    margin: -3.5px 0 0;
}
.blog-post-wrapper .post-header-cont {
    margin: 0 auto;
    position: relative;
    width: 90%;
    max-width: 770px;
    padding-top: 70px;
    padding-bottom: 30px;
}
.FlourishHeader__container__2e8tF {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top:2.5em;
}
.FlourishHeader__flourish__23GTq {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    border: 0;
    height: 1px;
    background-color: hsla(0,0%,100%,.25);
    margin-top:13px;
}
.FlourishHeader__text__1sCsA {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    font-family: proxima nova,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15rem;
    position: relative;
    text-transform: uppercase;
    padding: 0 8%;
    margin: 12px 0;
    color: #fff;
}
.FlourishHeader__flourish__23GTq {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.blog-post-wrapper .post-header img {
    text-align:center;
    margin:120px auto 0!important;
    float:none!important;
    display:block!important;
}
.blog-post-wrapper .post-header h1 {
    font-size:54px;
    color:#ffffff!important;
    font-weight:700;
    margin:0.8em 0 0;
    -webkit-font-smoothing: antialiased;
}
.blog-post-wrapper .post-header h2 {
    font-family: Georgia, serif;;
    font-size:24px;
    font-weight:400;
    color:rgba(255,255,255,0.6);
    margin:0.8em auto 0;
    padding:0 0 30px;
    width:100%;
    float:none;
    -webkit-font-smoothing: antialiased;
}

/***** Responsive *****/
@media screen and (max-width:767px) {
    .blog-post-wrapper .post-header {
        padding:1em 0 2em;
        min-height:360px!important;
    }
    .blog-post-wrapper .post-header img {
        margin:2.25em auto 1em!important;
    }
    .blog-post-wrapper .post-header h1 {
        font-size:2.375rem;
    }
    .blog-post-wrapper .post-header h2 {
        font-size:1.5rem;
        margin:0.25em auto 0.5em;
        width:80%;
    }
}
@media screen and (max-width:600px) {
    .blog-post-wrapper .post-header {
        padding:1em 0 2em;
        min-height:320px!important;
    }
    .blog-post-wrapper .post-header img {
        margin:2.25em auto 1em!important;
    }
    .blog-post-wrapper .post-header h1 {
        font-size:1.875rem;
        padding:0 35px;
    }
    .blog-post-wrapper .post-header h2 {
        font-size:1.25rem;
        margin:0.25em auto 0.5em;
        text-shadow:0px 2px 4px rgba(0,0,0,0.5);
        width:90%;
    }    
}

.blog-post-wrapper .post-header .authorcont {
    margin:0 auto 0!important;
    display:table;
    font-family:'proxima-nova', 'Helvetica Neue', helvetica, arial, sans-serif;!important;
}
.blog-post-wrapper .post-header .dateleft {
    text-align:right;
    float:left;
    color:rgba(255,255,255,0.65)!important;
    display:inline-block;
    font-weight:400!important;
    font-size:14px!important;
    font-weight:300;
    padding: 2px 0px 2px;
    display: inline-block;
    border-right: 1px solid hsla(0,0%,100%,.3);
    margin-right: 16px;
    padding: 2px 20px 1px 0;
    -webkit-font-smoothing: antialiased;
}
.blog-post-wrapper .post-header .authorright {
    text-align:left;
    color:rgba(255,255,255,0.65)!important;
    display:inline-block;
    font-weight:400!important;
    font-size:14px!important;
    font-weight:300;
    -webkit-font-smoothing: antialiased;
}
.blog-post-wrapper .post-header .authorright a {
    color:#FFFFFF!important;
    font-weight:700!important;
    -webkit-font-smoothing: antialiased;
}

.blog-post-wrapper .post-header .shares {
    text-align: center;
    padding-top: 9px;
    max-width: 300px;
    margin: 30px auto 0;
}
/* Custom Sharing Icons - Font Awesome Styles */
.blog-post-wrapper .post-header .shares a {
    margin: 0 6% 0 0;
    color:#FFFFFF!important;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    border:3px solid;
    border-color:rgba(255,255,255,0.40);
    border-radius:50px;
    padding:10px;
}
.blog-post-wrapper .post-header .shares a:hover {
    color:#FF5629!important;
}
.blog-post-wrapper .post-header .shares a i.fa {
    padding: 0px;
    min-width:20px;
}


.read-wrap {
  float: none!important;
  margin: 0 auto!important;
  display:block!important;
  width: 90%!important;
  max-width: 770px;
}
.bleed-wrap {
  float: none!important;
  margin: 4em auto!important;
  display:block!important;
  width: 100%!important;
  max-width: 1170px;
}

.tldr-cont {
    border-bottom:1px solid #979797;
    padding:2em 0;
    margin-bottom:2em;
}
.blog-post-wrapper .post-body hr {
    margin: 0 auto;
    position: relative;
    width: 96%;
    max-width: 770px;
    display: block;
    border: 0;
    height: 1px;
    border-bottom: 1px solid #dedede;
    padding-top: 20px;
    margin: 0 auto 50px;
    background: transparent;
}
.blog-post-wrapper .post-body h2 {
    font-weight: 900;
    font-size: 30px;
    color: #1d181f;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-font-smoothing: antialiased;
}
.blog-post-wrapper .post-body h3 {
    font-size:21px!important;
    font-weight:400;
    color:#1d181f!important;
    -webkit-font-smoothing: antialiased;
    font-family:Georgia, serif;;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight:800!important;
}
.blog-post-wrapper .post-body h4 {
    font-size:21px!important;
    font-weight:400;
    color:#1d181f!important;
    -webkit-font-smoothing: antialiased;
    font-family:Georgia, serif;;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight:400!important;
    text-decoration:underline!important;
}
.blog-post-wrapper .post-body p,
.blog-post-wrapper .post-body ul li,
.blog-post-wrapper .post-body ol li {
    font-size:21px;
    font-weight:400;
    color:#1d181f;
    -webkit-font-smoothing: antialiased;
    font-family:Georgia, serif;;
    line-height: 30px;
    margin-bottom: 30px;
}
.blog-post-wrapper .post-body ul,
.blog-post-wrapper .post-body ol {
    margin-left: 5px;
    padding-left: 15px;
}
.blog-post-wrapper .post-body ul li,
.blog-post-wrapper .post-body ol li {
    padding-left: 20px;
    color: rgba(58,66,76,.8)!important;
    -webkit-font-smoothing: antialiased;
}
.blog-post-wrapper .post-body ul li strong,
.blog-post-wrapper .post-body ol li strong {
    color:#1d181f!important;
    -webkit-font-smoothing: antialiased;
}
.blog-post-wrapper .post-body p 
.blog-post-wrapper .post-body a {
    text-decoration:none!important;
}
.blog-post-wrapper .post-body p.image-byline {
    font-size:18px!important;
    font-weight:400;
    color:#1d181f;
    text-align:center!important;
    font-family:Georgia, serif;!important;
    margin-bottom:2em!important;
}

@media screen and (max-width:767px) {
    .blog-post-wrapper .post-body h2 {
        font-size:34px;
    }
    .blog-post-wrapper .post-body p,
    .blog-post-wrapper .post-body ul li,
    .blog-post-wrapper .post-body ol li {
        font-size:18px;
        font-weight:400;
        color:#1d181f;
        line-height:165%;
        font-family:Georgia, serif;;
    }
}

.related-posts-wrap {
    background:#F7F6F1;
    width:100%;
    padding:2em 0;
    margin:2em 0 0;
}
.related-posts-cont {
    float: none!important;
      margin: 4em auto!important;
      display:block!important;
      width: 100%!important;
      max-width: 1170px;
}
.rpost-box {
    background-repeat:no-repeat;
    background-size:initial;
    background-color:#ffffff;
    background-position:right bottom;
    padding:1rem;
    margin:0 0 2rem;
    height:auto;
    min-height:300px!important;
    display:block;
    box-shadow:0px 1px 10px rgba(0,0,0,0.1);
    border-radius:2px;
    text-align:center;
}
.rpost-box .label {
    font-size:0.8125rem;
    font-family:"proxima-nova","Helvetica Neue",helvetica,sans-serif;
    font-weight:700;
    letter-spacing:110%;
    color:#1d181f;
    background:transparent;
    text-align:center;
    padding:0.5rem 1.25rem;
    border-radius:2px;
    width:auto;
    display:inline-block;
    margin:0.5rem auto 0rem;
    border:2px solid;
    border-color:rgba(58,66,76,0.4);
    float:none;
}
.rpost-box a {
    color:inherit!important;
    text-decoration:none!important;
}
.rpost-box h4 {
    font-weight:600!important;
    font-size:21px!important;
    line-height:150%!important;
    
}
.rpost-box p {
    color:rgba(58.66.76,0.6)!important;
    font-size:18px!important;
}
.related-posts-cont h2 {
    text-align:center;
    font-size:36px;
    font-weight:800;
}
@media screen and (max-width:767px) {
    .rpost-box {
        width: 90% !important;
        padding: 1rem;
        margin: 0 auto 1rem !important;
        float: none !important;
        display: block !important;
    }
}

/* Optional Quote Section */
/*.blog-post-wrapper .quote-cont {
    font-family:!important;
    text-align:center!important;
    font-size:28px!important;
    background:url(https://info.zirtual.com/hubfs/Bizplan/blogpost-quote-bgimg.png) no-repeat scroll left top;
    padding:30px;
    margin:4em 0;
}*/
.blog-post-wrapper blockquote,
.blog-post-wrapper p blockquote {
    font-family:!important;
    text-align:center!important;
    font-size:28px!important;
    background:url(https://info.zirtual.com/hubfs/Bizplan/blogpost-quote-bgimg.png) no-repeat scroll left top;
    padding:30px!important;
    margin:4em 0!important;
}
.related-post-item .label {
    font-size:0.8125rem;
    font-family:"proxima-nova","Helvetica Neue",helvetica,sans-serif;
    font-weight:700;
    letter-spacing:110%;
    color:#1d181f;
    background:transparent;
    text-align:center;
    padding:0.5rem 1.25rem;
    border-radius:2px;
    width:auto;
    display:inline-block;
    margin:2em auto;
    border:2px solid;
    border-color:rgba(58,66,76,0.4);
}

@media screen and (max-width:767px) {
    .blog-post-wrapper .quote-cont {
        font-size:20px!important;
        padding:20px;
        margin:4em 0;
    }
}

/* Blog Author Section */
.author-published {
    padding:2em 0 1em;
    margin:2em 0 1em;
    border-top:1px solid #979797;
}
.author-tagged {
    margin:2em 0 2em;
    padding:2em 0;
    border-top:1px solid #979797;
}
.author-tagged p#hubspot-topic_data {
    margin:0!important;
}
.author-tagged p#hubspot-topic_data a {
    color:#1d181f!important;
    text-decoration:none!important;
}
.author-published span,
.author-tagged span {
    font-weight:700;
    font-size:12px;
    letter-spacing:1.5px;
    font-family:'proxima-nova', 'Helvetica Neue', helvetica, arial, sans-serif;;
}

.blog-post-wrapper .hs-author-social-links {
    display: inline-block;
}
.blog-post-wrapper .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");
}
.blog-post-wrapper .about-author-sec {
    padding:30px 0 20px!important;
}
.blog-post-wrapper .about-author-sec h3, .blog-post-wrapper .about-author-sec h3 a {
    font-size:21px!important;
    color:#1d181f!important;
    font-weight:700!important;
    margin:0 0 5px!important;
}
.blog-post-wrapper .about-author-sec p {
    font-family:Georgia, serif;!important;
    font-size:16px!important;
    line-height:150%!important;
    color:#3A424C!important;
}
.blog-post-wrapper .about-author-sec img {
    border-radius: 70px!important;
    max-width:100px;
    margin:0!important;
    padding:0!important;
}

/* Form Styles */
/*====================================*/
.join-form-wrap {
    background-repeat: no-repeat;
    background-size: initial;
    background-color: #ffffff;
    background-position: right bottom;
    padding: 1.5rem 0% 1.5rem 4%;
    margin: 3px 0 0;
    height: auto;
    display: block !important;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
    border-radius: 2px;
    min-height: 606px !important;
}
@media screen and (max-width:767px) {
    .join-form-wrap {
        padding: 1.5rem 0% 1.5rem 6%;
    }
}
@media screen and (max-width:600px) {
    .join-form-wrap {
        margin:2rem 0 0;
    }    
}

/***** STANDARD FORM SECTION *******/
/* This can be used to insert forms on standard form utility pages */
/*=====================================*/
.standard-form-wrap {
    display:block;
    overflow:hidden;
    position:relative;
    margin:0;
    padding:4rem 0;
}
.standard-form-wrap .standard-form-top-text {
    margin:1rem auto 4rem!important;
    width:85%;
    display:block;
    float:none;
}
.standard-form-wrap .standard-form-top-text,
.standard-form-wrap .standard-form-top-text p {
    font-family:Georgia, serif;;
    font-weight:400;
    color:#1d181f;
    font-size:1.125rem;
    text-align:center;
    line-height:150%;
}
.standard-form-wrap .standard-form-top-text h2,
.standard-form-wrap .standard-form-top-text h3,
.standard-form-wrap .standard-form-top-text h4,
.standard-form-wrap .standard-form-top-text h5 {
    font-family:'proxima-nova', 'Helvetica Neue', helvetica, arial, sans-serif;;
    font-weight:800!important;
    color:#1d181f!important;
    font-size:3rem!important;
    text-align:center;
    margin:1rem 0 2rem!important;
    padding:0!important;
}
@media screen and (max-width:767px) {
    .standard-form-wrap .standard-form-top-text {
        margin:1rem auto 4rem!important;
        width:65%;
    }
}
@media screen and (max-width:600px) {
    .standard-form-wrap {
        padding:1rem 0;
    }
    .standard-form-wrap .standard-form-top-text {
        margin:1rem auto 4rem!important;
        width:75%;
    }
    .standard-form-wrap .standard-form-top-text h2,
    .standard-form-wrap .standard-form-top-text h3,
    .standard-form-wrap .standard-form-top-text h4,
    .standard-form-wrap .standard-form-top-text h5 {
        font-size:1.875rem!important;
        margin:1rem 0 1rem!important;
    }
    .standard-form-wrap .standard-form-top-text,
    .standard-form-wrap .standard-form-top-text p {
        font-family:Georgia, serif;;
        font-weight:400;
        color:#1d181f;
        font-size:0.9375rem;
        text-align:center;
        line-height:150%;
    }
}





/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {}
.hs-form {
  font-size: 14px;
}
.hs-form-field label,
.widget-type-google_search label {
  display: block;
  width: 100%;
  font-weight: 700;
  margin-bottom: 5px;
  font-size:14px;
  color: #1d181f;
  font-family:'proxima-nova', 'Helvetica Neue', helvetica, arial, sans-serif;;
}
/* Descriptions */
body .hs-field-desc {
    color:#ff5629;
    padding-bottom:5px;
}

/* Labels */
body label {
    color: #1d181f;
}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    padding: 12px 10px;
    border: 2px solid #D2D2D2;
    border-radius: 2px;
    font-size: 13px;
    height: auto;
    vertical-align: inherit;
    font-family: Arial,Helvetica,sans-serif;
    margin-bottom: 20px;
    color: #1d181f;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    color:#ff5629;
    border-color:#ff5629;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    color:#1d181f;
}
body textarea:focus {
    color:#ff5629;
    border-color:#ff5629;
}

/* Separate Styles for Drop Downs */
body select {
    color:#1d181f;
}
body select:focus {
    color:#ff5629;
    border-color:#ff5629;
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {
    color:#1d181f;
}
body input[type="checkbox"] {
    color:#1d181f;
}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {
    color:#ff5629;
    border-color:#ff5629;
}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {
    color:#FB0004;
    border-color:#FB0004;
}

/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {
    font-style:italic;
}

/* Labels */
h3.form-title {
    color:#1d181f!important;
    margin:5px 0 2rem 0!important;
    padding:0!important;
    font-weight:700!important;
}
.hs_cos_wrapper_type_form label {
    color:#1d181f;
}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {
    color:#ff5629;
    border-color:#ff5629;
}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {
    color:#ff5629;
    border-color:#ff5629;
}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {
    color:#ff5629;
    border-color:#ff5629;
}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {
    color:#1d181f;
    border-color:#D2D2D2;
}
.hs_cos_wrapper_type_form input[type="checkbox"] {
    color:#1d181f;
    border-color:#D2D2D2;
}

/* Error or Validation Style */
body form.hs-form .hs-form-field .hs-error-msgs label {
    color:#ff5629;
}


/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {
    margin-bottom:0rem!important;
}
body .hs-form fieldset.form-columns-1 .hs-form-field {
    width:92%!important;
    margin:0!important;
    margin-bottom:1rem!important;
}

body .hs-form fieldset.form-columns-2 {
    margin-bottom:0rem!important;
}
body .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 43%!important;
    margin: 0 4% 0 0!important;
    margin-bottom:1rem!important;
}

body .hs-form fieldset.form-columns-3 {
    
}
body .hs-form fieldset.form-columns-3 .hs-form-field {
    margin-bottom:1rem!important;
    width: 31%!important;
    margin: 0 2% 0 0!important;
}

/* Large centered Form Wrap */
body .standard-form-center-wrap {
    max-width: 900px;
    margin: 5px auto!important;
    width: 100%!important;
    float: none!important;
    display: block!important;
}
body .standard-form-center-wrap .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 93%!important;
    margin: 0 2.3% 0!important;
    margin-bottom:1rem!important;
}
body .standard-form-center-wrap .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 44%!important;
    margin: 0 2.3% 0!important;
    margin-bottom:1rem!important;
}
@media screen and (max-width: 800px) {
    body .standard-form-center-wrap .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 44%!important;
        margin: 0 2% 0!important;
        margin-bottom:1rem!important;
    }
}
@media screen and (max-width: 600px) {
    body .standard-form-center-wrap .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 93%!important;
        float:none;
        margin: 0 2.3% 0!important;
        margin-bottom:1rem!important;
    }
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }


@media screen and (max-width: 600px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
  body .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 92%!important;
        margin: 0!important;
    }
}

/* ==========================================================================
   Buttons                                              
   ========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    background: none repeat scroll 0% 0% #ff5629;
    border: medium none;
    padding: 15px 35px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    border-radius: 4px;
    width: 92%;
    height: auto;
    vertical-align: inherit;
    display: inline-block;
    margin-bottom: 15px;
    min-width:240px;
    text-decoration: none !important;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    color: #FFFFFF!important;
    background: none repeat scroll 0% 0% #ff5629!important;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
    color:#ff5629;
    border-color:#ff5629;
}

/* Centered Button with large Centered Form */
body .standard-form-center-wrap .hs-button.primary,
body .standard-form-center-wrap input [type="submit"],
body .standard-form-center-wrap input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    background: none repeat scroll 0% 0% #ff5629;
    border: medium none;
    padding: 15px 35px!important;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    border-radius: 4px;
    width: 93%;
    height: auto;
    vertical-align: inherit;
    display: block;
    margin:5px 2.3%!important;
    min-width:240px;
    text-decoration: none !important;
}

/* Form Module Button
   ========================================================================== */

.hs_cos_wrapper_type_form .hs-button.primary.large {
    background: none repeat scroll 0% 0% #ff5629;
    color: #FFFFFF;
}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {
    color: #FFFFFF!important;
    background: none repeat scroll 0% 0% #ff5629!important;
}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {
    color:#ff5629;
    border-color:#ff5629;
}
















