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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic);

.span1, .span10, .span11, .span12, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9 {
    margin: 0;
    padding: 0;
    float: left;
}
.span12 {
    width: 100%}
.span11 {
    width: 91.666666666666666666666666666664%}
.span10 {
    width: 83.333333333333333333333333333331%}
.span9 {
    width: 74.999999999999999999999999999998%}
.span8 {
    width: 66.666666666666666666666666666665%}
.span7 {
    width: 58.333333333333333333333333333332%}
.span6 {
    width: 49.999999999999999999999999999999%}
.span5 {
    width: 41.666666666666666666666666666666%}
.span4 {
    width: 33.333333333333333333333333333333%}
.span3 {
    width: 25%}
.span2 {
    width: 16.666666666666666666666666666667%}
.span1 {
    width: 8.3333333333333333333333333333333%}
.container {
    max-width: 1200px;
    float: none;
    margin: 0 auto;
    width: 100%}
.row {
    margin: 0;
    position: relative;
    clear: both;
}
img {
    max-width: 100%}
.right .block h3 {
    display: none;
}
body {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'Source Sans Pro', sans-serif;
    color: #333;
    background: #4d4d4d;
    width: 100%;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{
}
a {
    color: #ef913a;
    outline: 0;
}
a:active, a:focus, a:hover {
    text-decoration: none;
    color: #444;
}
.hs-cta-wrapper:hover {
    opacity: .8;
}
.logo, .logo a, .logo a img{
    border:none;
    outline:none;
}
.top {
    background: #333;
    padding: 10px 0;
}
.top .phone {
    color: #fff;
    font-size: 1.25em;
    text-align: right;
}
.top .social-media-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
.top .social-media-top li {
    padding: 0;
    float: left;
}
.top .social-media-top a {
    background: url(//cdn2.hubspot.net/hub/129073/file-1759720673-png/s2m_images/sm-top-sprite.png) center left;
    display: block;
    text-indent: -9999px;
    height: 27px;
    width: 40px;
}
.top .social-media-top .facebook {
    background-position: 235px 0;
}
.top .social-media-top .facebook:hover {
    background-position: 0 0;
}
.top .social-media-top .twitter {
    background-position: 185px 0;
}
.top .social-media-top .twitter:hover {
    background-position: -50px 0;
}
.top .social-media-top .google-plus {
    background-position: 135px 0;
}
.top .social-media-top .google-plus:hover {
    background-position: -100px 0;
}
.top .social-media-top .linkedin {
    background-position: 85px 0;
}
.top .social-media-top .linkedin:hover {
    background-position: -150px 0;
}
.top .social-media-top .rss {
    background-position: 40px 0;
}
.top .social-media-top .rss:hover {
    background-position: -195px 0;
}
.header {
    background: #fff;
    padding: 20px 0;
}
.header a:hover {
    opacity: .8;
}
#main_menu {
    display: none;
    width: 50px;
    float: right;
    cursor: pointer;
    margin: 25px 0 0;
}
.arrows {
    display: none;
    position: absolute;
    right: 20px;
    top: 0;
    line-height: .6;
    font-size: 35px;
}
.navigation .utility ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
.navigation .utility li {
    padding: 0 0 0 20px;
    float: left;
}
.navigation .utility a {
    text-decoration: none;
    color: #ef913a;
}
.navigation .utility a:hover {
    text-decoration: none;
    color: #333;
    transition: color .2s ease-in-out;
}
.navigation .main-menu ul {
    list-style: none;
    margin: 35px 0 0;
    padding: 0;
    float: right;
    position: relative;
    z-index: 2000;
}
.navigation .main-menu li {
    padding: 0;
    float: left;
    position: relative;
}
.navigation .main-menu li:hover .sub-one {
    left: 0;
}
.navigation .main-menu .sub-one li:hover .sub-two {
    left: 200px;
}
.navigation .main-menu a {
    text-decoration: none;
    color: #333;
    padding: 0 0 30px 30px;
}
.navigation .main-menu a:hover {
    color: #ef913a;
    transition: color .2s ease-in-out;
}
.navigation .main-menu .sub-one {
    padding: 0;
    margin: 21px 0 0 15px;
    position: absolute;
    left: -9999px;
    width: 285px;
    background: #333;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.navigation .main-menu .sub-two {
    padding: 0;
    margin: -29px 0 0 15px;
    position: absolute;
    left: -9999px;
    width: 250px;
    background: #5c5c5c;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.navigation .main-menu .last-menu {
    width: 180px!important;
}
.navigation .main-menu .sub-one li, .navigation .main-menu .sub-two li {
    float: none;
    padding: 5px 0 8px 15px;
}
.navigation .main-menu .sub-one a, .navigation .main-menu .sub-two a {
    padding: 0;
    color: #fff;
}
.navigation .main-menu .sub-one a:hover, .navigation .main-menu .sub-two a:hover {
    color: #ef913a;
    transition: color .2s ease-in-out;
}
div#news-alert {
min-height: 45px;
background-color: #ef913a;
color: #333;
line-height: 45px;
text-align: center;
font-weight: 600;
font-size: 1.6em;
}
#news-alert a {
font-size: 1.4em;
color: #333;
text-decoration: none;
font-weight: 600;
padding-left: 15px;
padding-right: 15px;
}
#news-alert a:hover {
color: #ffffff;
opacity:.8;
}
div#news-alert a span img {
display: inline-block;
vertical-align: middle;
}
div#news-alert a span img:hover {
opacity:.8;
}
@media all and (max-width:950px){
#news-alert a{
line-height:1.3em;    
}
}
.banner {
    position: relative;
    z-index: 100;
    height: 800px;
    overflow: hidden;
}
.interior-banner {
    line-height: 0;
}
.interior-banner img {
    clear: both;
    padding: 0;
    margin: 0;
    outline: 0;
    border: none;
    width: 100% !important;
    height: auto;
    max-width: 100%}
video {
    display: inline;
}
video#bgvid {
    background: #000;
    display: inline;
    height: auto;
    min-width: 100%;
    width: 100%;
    position: relative;
}
.banner .container {
    position: absolute;
    bottom: 0;
    width: 100%!important;
    max-width: 100%!important;
}
.banner h1 {
    color: #fff;
    font-size: 3em;
    font-family: Michroma, sans-serif;
    text-shadow: 0 0 15px rgba(0, 0, 0, 1);
    margin: 50px 0 100px 20%;
    padding: 0;
}
.banner .banner-content {
    background: url(//cdn2.hubspot.net/hub/129073/file-1760195069-png/s2m_images/white-transparent-bg.png) top left;
    padding: 20px 0;
    margin: 400px 0 0;
}
.banner .banner-content p {
    text-align: center;
    font-size: 1em;
    color: #333;
    width: 70%;
    margin: 0 auto;
    padding: 10px 0;
}
.home-offer-one, .home-offer-two, .home-offer-three {
    text-decoration: none;
    display:block;
}
.offer_one:hover,
.offer_two:hover,
.offer_three:hover{
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* IE 5-7 */
	filter: alpha(opacity=80);
	/* Netscape */
	-moz-opacity: 0.8;
	/* Safari 1.x */
	-khtml-opacity: 0.8;
	/* Good browsers */
	opacity: 0.8;
}
.offer_one .home-offer-one h3,
.offer_two .home-offer-two h3,
.offer_three .home-offer-three h3 {
	font-weight: 300;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 24px;
    line-height: 1.15em;
}
.offer_one p,
.offer_two p,
.offer_three p {
	color: #ffffff;
	font-weight: 300;
	padding: 0px 25px 0px 0px;
	margin: 0px 0px 5px 0px;
}
p.fixed-height {
	height: 120px;
}
p.last {
	height: 93px;
}
.offer_one p img,
.offer_two p img,
.offer_three p img{
height: 51px;
}
.interior-content {
    background-color: #fff;
}
.interior-left {
    padding: 15px 0 50px;
}
.interior-left p {
    font-size: 1em;
    color: #333;
    line-height: 1.2em;
    margin-bottom: 1em;
}
.interior-left a {
    color: #ef913a;
    text-decoration: none;
}
.interior-left a:hover {
    text-decoration: none;
}
.interior-left h1 {
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: .67em;
}
.interior-left h2 {
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: .83em;
}
.interior-right h3{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.interior-right form {
/*	padding-bottom: 25px;
	padding-left:25px;*/
}
.interior-right .hs-form.stacked .actions{
margin: 0;
padding: 0;
}
input {
	background-color: #f8ddde;
	border: 1px solid #ef913a;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	transition: border .2s ease 0s, box-shadow .2s ease 0s;
	width: 70%;
	padding: 6px;
}
input[type=email], input[type=text], textarea {
    background-color: #f8ddde;
    border: 1px solid #ef913a;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    transition: border .2s ease 0s, box-shadow .2s ease 0s;
    width: 70%;
    padding: 6px;
	height:32px;
}
.interior-right select {
	background-color: #f8ddde;
	border: 1px solid #ef913a;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	transition: border .2s ease 0s, box-shadow .2s ease 0s;
	width: 70%;
	padding: 6px;
	height: 32px;
}
.interior-right.span4 form input {
width: 100%;
}
body.offer-page .interior-right form {
margin-left: 0;
padding-left: 25px;
}
body.offer-page .interior-right.span4 img {
padding-left: 25px;
padding-bottom: 25px;
}
body.offer-page .interior-right form {
	margin-left: 0px;
}

body.offer-page .interior-right label {
	padding-top: 10px;
	display: block;
	margin: 0px;
}
body.offer-page ul.inputs-list.multi-container {
	list-style: none;
	margin-left: 0px;
	padding-left: 15px;
}
ul.inputs-list li input {
	background: none;
	border: none;
	box-shadow: none;
	text-align: left;
	width: auto!important;
	display: inline-block;
	padding: 0px;
	margin: 0px 15px 0px 0px;
}
.btn-primary, .hs-button.primary {
    background-color: #ef913a;
    background-image: none;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 30px;
    padding: 4px 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 #00004d;
    width: auto;
    margin: 5px 0 0;
}
.hs-button.primary:hover {
    opacity: .8;
}
.interior-cta-container {
    padding-left: 35px;
    padding-top: 15px;
}
.topics-container{
	color:#ef913a;	
}

.topics-container h3{
	color:#333;
}
.topics-container ul li {
    padding-bottom: 0;
}

.topics-container ul li a {
	color:#ef913a;
}

.topics-container ul li a:hover {
	color:#333;
	transition: color .2s ease-in-out;
}
a.filter-expand-link {
	padding-top: 15px;
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
}
.offer {
    background: #4d4d4d;
    padding: 20px 0;
}
.additional_one {
    background: #ef913a;
    padding: 20px 0;
}
.additional_one img, .additional_two img, .additional_three img {
	width: 75%;
}
.additional_one .right {
    text-align: right;
}
.additional_two {
    background: #a9a9a9;
    padding: 20px 0;
}
.additional_two .right {
    text-align: right;
}
.additional_three {
    background: #4d4d4d;
    padding: 20px 0;
}
.additional_three .right {
    text-align: right;
}
.testimonial {
    background: #ef913a;
    padding: 20px 0;
}
#testimonials blockquote{
	margin:0px;
	font-style:italic;
}
.testimonial .left p {
    padding: 5px 140px 5px 0;
    margin: 0;
    font-style: italic;
}
.testimonial .left .signature {
    font-weight: 700;
    font-style: normal;
}

.testimonial .right h3 {
    margin: 0 0 5px 140px;
}
.testimonial .right #recent_blog_posts {
    margin: 5px 0 5px 140px;
}
.testimonial .right #recent_blog_posts ul, .widget-module ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.testimonial .right #recent_blog_posts li, .widget-module li {
    margin: 0;
    padding: 5px 0;
}
.testimonial .right #recent_blog_posts a, .widget-module a {
    color: #333;
    text-decoration: none;
}
.testimonial .right #recent_blog_posts a:hover {
    color: #fff;
    transition: color .2s ease-in-out;
}
.widget-module a:hover {
    color: #ef913a;
    transition: color .2s ease-in-out;
}
.testimonial .right .button a {
    background-color: #333;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 30px;
    padding: 4px 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 #00004d;
    width: auto;
    margin: 5px 0 0 140px;
}
.testimonial .right .button a:hover {
    background: #4d4d4d;
    transition: background .2s ease-in-out;
}
.footer {
    background: #fff;
    padding: 20px 0;
}
.footer .span2 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer .social-media-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
.footer .social-media-bottom li {
    padding: 0;
    float: left;
}
.footer .social-media-bottom a {
    background: url(//cdn2.hubspot.net/hub/129073/file-1760194994-png/s2m_images/sm-bottom-sprite.png) center left;
    display: block;
    text-indent: -9999px;
    height: 27px;
    width: 40px;
}
.footer .social-media-bottom .facebook {
    background-position: 235px 0;
}
.footer .social-media-bottom .facebook:hover {
    background-position: 0 0;
}
.footer .social-media-bottom .twitter {
    background-position: 185px 0;
}
.footer .social-media-bottom .twitter:hover {
    background-position: -50px 0;
}
.footer .social-media-bottom .google-plus {
    background-position: 135px 0;
}
.footer .social-media-bottom .google-plus:hover {
    background-position: -100px 0;
}
.footer .social-media-bottom .linkedin {
    background-position: 85px 0;
}
.footer .social-media-bottom .linkedin:hover {
    background-position: -150px 0;
}
.footer .social-media-bottom .rss {
    background-position: 40px 0;
}
.footer .social-media-bottom .rss:hover {
    background-position: -195px 0;
}
.footer .orbit-logo {
    text-align: right;
    margin: 10px 0 0;
}
.footer a {
    color: #333;
    text-decoration: none;
}
.footer a:hover {
    color: #ef913a;
    transition: color .2s ease-in-out;
}
.copyright {
    background: #333;
    color: #fff;
}
.copyright .left {
    text-align: left;
}
.copyright .right {
    text-align: right;
}
.copyright a {
    color: #fff;
    text-decoration: none;
}
.copyright a:hover {
    color: #ef913a;
    transition: color .2s ease-in-out;
}




body.blog-page h1 a{
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: .67em;
	font-family: 'Source Sans Pro', sans-serif;
	color: #333;
	text-decoration:none;
}
body.blog-page h1 a:hover{
	text-decoration:none;
	color:#ef913a;    
}
body.blog-page .interior-left .post-listing a:hover{
	text-decoration:none;
	color:#333333;
}
.comment-from h4{
	font-size: 1.2em;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}
.comment {
	border: none;
	padding-top: 0px;
	margin-top: 0px;
}
input#subscribe {
	width: 25px;
	display: inline-block;
}
#recaptcha_table{
	width: 318px!important;
}
.recaptchatable a{
	display:block;
}
p.topic-list {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 0.8em;
}
p.topic-list a:hover {
	text-decoration:underline;
}
.post-listing .post-wrapper {
	border-bottom: 1px solid #333333;
	padding-bottom: 20px;
}
.interior-right form {
	padding-bottom: 25px;
	padding-left: 0px;
}


@media only screen and (max-width:1240px) {
.container {width: 90%!important;}
}
@media only screen and (max-width:1040px) {
    .navigation .main-menu .sub-one {
    margin: 20px 0 0 15px!important;
}
.navigation .main-menu a {
    text-decoration: none;
    color: #333;
    padding: 0 0 30px 25px;
}
.banner {
    height: auto;
}
.banner h1 {
    font-size: 2em;
    margin: 200px 0 100px 20%;
}
.banner .banner-content {
    margin: 40px 0 0 0;
}
.banner .banner-content p {
    width: 90%}
.testimonial .left p {
    padding: 5px 40px 5px 0;
}
.testimonial .right h3 {
    margin: 0 0 5px 40px;
}
.testimonial .right #recent_blog_posts {
    margin: 5px 0 5px 40px;
}
.testimonial .right .button a {
    margin: 5px 0 0 40px;
}
}
@media only screen and (max-width:1000px) {
.offer .span4{width: 100%;}
.offer_one, .offer_two, .offer_three{text-align:center; margin-bottom: 20px;}
.offer_one p, .offer_two p, .offer_three p {padding: 0px; margin: 0px 0px 5px 0px;}
p.fixed-height {height: auto;}
p.last {height: auto;}
.offer_one p img, .offer_two p img, .offer_three p img{height: auto;}
}
@media only screen and (min-width:701px) {
.navigation .main-menu {display: block!important;}
}
@media only screen and (max-width:950px) {
    .top .span9 {
    width: 58.333333333333333333333333333332%}
.top .span3 {
    width: 41.666666666666666666666666666666%}
.header .span4 {
    width: 66.666666666666666666666666666665%}
.header .span8 {
    width: 33.333333333333333333333333333333%}
#main_menu {
    display: block;
}
.navigation .utility {
    display: none;
}
.navigation .main-menu {
    display: none;
    position: fixed;
    width: 78%;
    top: 0;
    left: -300px;
    height: 100%;
    overflow: scroll;
    background: #ef913a;
    opacity: 0;
    z-index: 1000;
}
.navigation .main-menu ul {
    float: none;
}
.navigation .main-menu li {
    padding: 0 0 10px;
    float: none;
}
.navigation .main-menu a {
    padding: 0 0 0 30px;
}
.navigation .main-menu a:hover {
    color: #fff;
}
.navigation .main-menu .sub-one {
    display: none;
    margin: 0!important;
    width: 100%;
    background: #333;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    z-index: 3000;
}
.navigation .main-menu .sub-two {
    padding: 0;
    margin: 0 0 0 2%;
    position: relative;
    left: 0;
    width: 98%;
    background: 0 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.navigation .main-menu .last-menu {
    width: 100%!important;
}
.navigation .main-menu .sub-one li:hover .sub-two, .navigation .main-menu li:hover .sub-one {
    left: auto;
}
.navigation .main-menu .sub-two li {
    float: none;
    padding: 5px 0 0 10px;
}
.arrows {
    display: block;
}
.banner h1 {
    margin: 0 0 0 20%;
}
.offer img {max-width: 80%}
input[type=email], input[type=text], textarea {width: 100%}
}
@media only screen and (max-width:700px) {
    .span1, .span10, .span11, .span12, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .top .span3, .top .span9 {
    width: 100%}
.top .social-media-top ul {
    margin: 10px 0;
}
#main_menu {margin: 0;}
.banner .container {
    position: relative;
}
.banner h1 {
    font-size: 2em;
    margin: 20px 0;
    text-align: center;
}
.banner .banner-content {
    margin: 0;
}
.offer_one p, .offer_two p, .offer_three p {
color: #ffffff;
font-weight: 300;
padding: 0px;
margin: 0px;
}
.additional_one .left, .additional_two .left, .additional_three .left, .additional_one .right, .additional_two .right, .additional_three .right{
    text-align: center;
}

body.offer-page .interior-right form {
padding-left: 0px;
}

body.offer-page .interior-right.span4 img {
padding-left: 0px;
padding-bottom: 25px;
}
.testimonial .left p {
    padding: 5px 0;
}
.testimonial .right h3 {
    margin: 40px 0 5px;
}
.testimonial .right #recent_blog_posts {
    margin: 5px 0;
}
.testimonial .right .button a {
    margin: 5px 0 0;
}
.footer .social-media-bottom ul {
    margin: 40px 0 0;
    float: left;
}
.copyright .right, .footer .orbit-logo {
    text-align: left;
}
.interior-cta-container {
    padding-left: 0;
}
}