/*========================================================/
            KUNO CREATIVE WEBSITE REDESIGN 2014
=========================================================*/
                /* By Jesse D. Pennington */
/*========================================================/  
CSS Index
    - GENERAL
        - Hubspot Boilerplate
        - Hubspot Container Overwrites
        - Main Panel Navigation
        - Resuable Object Oriented CSS Styles
            + General Wraps and Containers
            + Reusable Transistion Classes w/ OmniTrigger
    - MAIN SITE HEADER
    - MAIN INDEX
        - Home Top Paralax Banner Styles
        - Home Sticky Header Styles
        - Home Geticon Rollover Reveals
ƒ        - Home Image Slider
        - Home About Us Section
        - Home Our Work Section
        - Home Verticals Section
        - Home More Content/Resources
        - Home Social Section
        - Home Simple Footer
    - GENERAL INTERIOR STYLES
        - General Wrappers & Containers
        - General Text Styles (i.e. H1, H2, a, p, etc).
    - INDUSTRY PAGES
    - CONTACT US
    - PAIN POINTS
        - Web Design
        - Content Marketing
        - Inbound Marketing
        - Marketing Strategy
    - OUR WORK
        - Web Design
        - Infographics
        - Case Studies
    - ABOUT US
    - SERVICES
        - Main Index
        - Services Dark Container Styles Inside Custom Wrappers
        - Content
        - Blogging
        - Video
        - Social Media
        - Webinars
        - Buyer Insights
        - Website Design
        - Demand Generation
    - INTERIOR SMART CONTENT - Green
    - INTERIOR SMART CONTENT - Blue
    - KUNO BLOG
        - Custom Blog Header
        - Main Listing Template
            + Wrapper & Container
            + Search
            + Email Subscribe
            + First Post
            + Posts 2, 3, & 4
            + Remaining Posts
            + Bottom Featured Resources on Blog
            + Bottom Topics List on Blog
        - Main Reading Template
            + Social Share
            + Image Duplicate Removal
            + Comments Styles
            + Bottom Author Bio Styles
    - MAIN RESOURCES TEMPLATE
    - MAIN SITE FOOTER
        - Social Icons For Footer
        - Copyright Bottom Section
        - Responsive Main Footer Styles

*Note* - All responsive code (media queries) is written
at the bottom of each section, for each section.
---------------------------------------------------------
Are you a developer? Come make cool shit with us at Kuno:
------------------------------------
http://wwww.kunocreative.com/careers
------------------------------------
==========================================================*/
/****************************************/
/*      HubSpot Style Boilerplate       */
/****************************************/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

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





/* mmenu */

/*
    jQuery.mmenu CSS
*/
/*
    jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }
  .mm-menu > .mm-panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding: 20px 0 40px 0; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      color:#FFFFFF!important;
      font-family:'lato',helvetica,sans-serif!important;
      font-weight:300!important;
      text-transform: uppercase!important;
      font-size:19px!important;
      padding: 20px 10px 20px 40px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom:1px solid #516a74;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 0px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }

html.mm-opened .mm-page {
  box-shadow: none; }

.mm-ismenu {
  background: #254551;
  color: rgba(255, 255, 255, 0.7); }

.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05); }
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page,
.mm-fixed-top,
.mm-fixed-bottom {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; }

.mm-page,
#mm-blocker {
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.mm-page {
  border: 0px solid rgba(0, 0, 0, 0); }

html.mm-opening .mm-page {
  border: 0px solid rgba(1, 1, 1, 0); }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-opened .mm-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 80%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }

  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 440px; } }
/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: left;
  line-height: 20px;
  width: 100%;
  height: 60px;
  padding: 43px 40px 43px 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }
  .mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: visible;
    display: inline-block;
    width: 100%;
    position: relative;
    color:#14abd2!important;
    font-size:24px!important;
    font-size:300!important;
    z-index: 1; }
  .mm-header .mm-prev,
  .mm-header .mm-next {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    bottom: 0; }
    .mm-header .mm-prev:before,
    .mm-header .mm-next:before {
      content: '';
      border: 2px solid transparent;
      display: block;
      width: 7px;
      height: 7px;
      margin-bottom: -5px;
      position: absolute;
      bottom: 50%;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-bottom: -15px; }
  .mm-header .mm-prev {
    left: 0; }
    .mm-header .mm-prev:before {
      border-right: none;
      border-bottom: none;
      left: 14px; }
  .mm-header .mm-next {
    right: 0; }
    .mm-header .mm-next:before {
      border-top: none;
      border-left: none;
      right: 18px; }

.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  padding-top: 20px;
  top: 50px; }
  .mm-menu.mm-hassearch .mm-header .mm-prev:before,
  .mm-menu.mm-hassearch .mm-header .mm-mext:before {
    margin-bottom: -10px; }

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none; }
.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px; }
  .mm-menu.mm-hasheader > .mm-panel.mm-list {
    padding-top: 90px; }
  .mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px; }
  .mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
    padding-top: 100px; }

.mm-menu .mm-header {
  border-color: rgba(81, 106, 116, 0.95);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu labels addon CSS
*/
.mm-menu.mm-fixedlabels .mm-list {
  background: inherit; }
  .mm-menu.mm-fixedlabels .mm-list > li.mm-label {
    background: inherit !important;
    opacity: 0.97;
    height: 25px;
    overflow: visible;
    position: relative;
    z-index: 1; }
    .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
      background: inherit;
      width: 100%;
      position: absolute;
      left: 0; }
      .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    .mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
      padding-top: 25px; }

.mm-list > li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0; }
.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 17px; }
.mm-list > li.mm-collapsed {
  display: none; }

.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px; }
.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0; }

div.mm-panel > div.mm-search {
  padding: 0 0 10px 0; }

.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0; }

.mm-search {
  background: inherit;
  width: 100%;
  padding: 10px;
  position: relative;
  top: 0;
  z-index: 2; }
  .mm-search input {
    border: none;
    border-radius: 30px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px; }

.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0; }
  .mm-menu .mm-noresultsmsg:after {
    border: none !important; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px; }
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px; }
  .mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px; }
  .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
    padding-top: 0; }

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin: -15px 0 0 0;
  position: absolute;
  top: 50%;
  z-index: 1; }
  label.mm-toggle div {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle {
  position: absolute;
  left: -10000px; }
  input.mm-toggle:checked ~ label.mm-toggle div {
    float: right; }

label.mm-toggle {
  right: 20px; }
  label.mm-toggle + a,
  label.mm-toggle + span {
    margin-right: 70px; }

a.mm-subopen + label.mm-toggle {
  right: 50px; }
  a.mm-subopen + label.mm-toggle + a,
  a.mm-subopen + label.mm-toggle + span {
    margin-right: 100px; }

em.mm-counter + a.mm-subopen + label.mm-toggle {
  right: 90px; }
  em.mm-counter + a.mm-subopen + label.mm-toggle + a,
  em.mm-counter + a.mm-subopen + label.mm-toggle + span {
    margin-right: 140px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu label.mm-toggle div {
    background: #333333; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-40%);
  -moz-transform: scale(0.7, 0.7) translateX(-40%);
  -ms-transform: scale(0.7, 0.7) translateX(-40%);
  -o-transform: scale(0.7, 0.7) translateX(-40%);
  transform: scale(0.7, 0.7) translateX(-40%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(40%);
  -moz-transform: scale(0.7, 0.7) translateX(40%);
  -ms-transform: scale(0.7, 0.7) translateX(40%);
  -o-transform: scale(0.7, 0.7) translateX(40%);
  transform: scale(0.7, 0.7) translateX(40%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-40%);
  -moz-transform: scale(0.7, 0.7) translateY(-40%);
  -ms-transform: scale(0.7, 0.7) translateY(-40%);
  -o-transform: scale(0.7, 0.7) translateY(-40%);
  transform: scale(0.7, 0.7) translateY(-40%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(40%);
  -moz-transform: scale(0.7, 0.7) translateY(40%);
  -ms-transform: scale(0.7, 0.7) translateY(40%);
  -o-transform: scale(0.7, 0.7) translateY(40%);
  transform: scale(0.7, 0.7) translateY(40%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-page .mm-page {
  -webkit-transition-property: -webkit-transform, top, right, bottom, left, border;
  -moz-transition-property: -moz-transform, top, right, bottom, left, border;
  -ms-transition-property: -ms-transform, top, right, bottom, left, border;
  -o-transition-property: -o-transform, top, right, bottom, left, border;
  transition-property: transform, top, right, bottom, left, border; }
html.mm-zoom-page.mm-opened .mm-page {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-page.mm-opening .mm-page {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5); }
html.mm-zoom-page.mm-right.mm-opened .mm-page {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-page.mm-top.mm-opened .mm-page {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left; }
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
    html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7);
      -moz-transform: scale(0.7, 0.7);
      -ms-transform: scale(0.7, 0.7);
      -o-transform: scale(0.7, 0.7);
      transform: scale(0.7, 0.7); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
html.mm-opening.mm-fullscreen .mm-page,
html.mm-opening.mm-fullscreen #mm-blocker,
html.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-opening.mm-fullscreen .mm-fixed-bottom {
  left: 100%; }

.mm-menu.mm-fullscreen {
  width: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen {
    width: 140px; }

  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen {
    width: 10000px; }

  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 10000px; } }
.mm-menu.mm-top.mm-fullscreen {
  height: 100%; }

html.mm-top.mm-opening.mm-fullscreen .mm-page,
html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
  top: 100%; }
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 140px; }

  html.mm-top.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 10000px; }

  html.mm-top.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 10000px; }
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -10000px; } }
.mm-menu.mm-right.mm-fullscreen {
  width: 100%; }

html.mm-right.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
  right: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 140px; }

  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 10000px; }

  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 10000px; } }
.mm-menu.mm-bottom.mm-fullscreen {
  height: 100%; }

html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: 100%; }
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 140px; }

  html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 10000px; }

  html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 10000px; }
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -10000px; } }
.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
  left: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -10000px; } }
.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -10000px; } }
.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
  right: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -10000px; } }
.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -10000px; } }
html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top {
  width: 100%; }

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  top: 0%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto; }

.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0; }

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0; }

.mm-menu.mm-top {
  height: 80%; }

html.mm-top.mm-opening .mm-page,
html.mm-top.mm-opening #mm-blocker,
html.mm-top.mm-opening .mm-fixed-top {
  top: 80%; }
html.mm-top.mm-opening .mm-fixed-bottom {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px; }

  html.mm-top.mm-opening .mm-page,
  html.mm-top.mm-opening #mm-blocker,
  html.mm-top.mm-opening .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px; }

  html.mm-top.mm-opening .mm-page,
  html.mm-top.mm-opening #mm-blocker,
  html.mm-top.mm-opening .mm-fixed-top {
    top: 880px; }
  html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -880px; } }
.mm-menu.mm-right {
  width: 80%; }

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker,
html.mm-right.mm-opening .mm-fixed-top,
html.mm-right.mm-opening .mm-fixed-bottom {
  right: 80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px; }

  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker,
  html.mm-right.mm-opening .mm-fixed-top,
  html.mm-right.mm-opening .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px; }

  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker,
  html.mm-right.mm-opening .mm-fixed-top,
  html.mm-right.mm-opening .mm-fixed-bottom {
    right: 440px; } }
.mm-menu.mm-bottom {
  height: 80%; }

html.mm-bottom.mm-opening .mm-page,
html.mm-bottom.mm-opening #mm-blocker,
html.mm-bottom.mm-opening .mm-fixed-bottom {
  bottom: 80%; }
html.mm-bottom.mm-opening .mm-fixed-top {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px; }

  html.mm-bottom.mm-opening .mm-page,
  html.mm-bottom.mm-opening #mm-blocker,
  html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opening .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px; }

  html.mm-bottom.mm-opening .mm-page,
  html.mm-bottom.mm-opening #mm-blocker,
  html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 880px; }
  html.mm-bottom.mm-opening .mm-fixed-top {
    top: -880px; } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform; }

html.mm-front .mm-page,
html.mm-front #mm-blocker {
  z-index: 0; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: none; }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  left: 0%; }

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  left: 0; }

html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%; }

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  left: auto; }

html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%; }

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0; }

html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%; }

.mm-menu.mm-front, .mm-menu.mm-next {
  left: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -440px; } }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -880px; } }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  right: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -440px; } }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -880px; } }
html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle div {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.06); }
.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle div {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-ismenu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25); }
.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15); }
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle div {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*=============================================================*/
/*--------------| Custom Hamburger Animation |-----------------*/
/*=============================================================*/
#hamburger
{
	display: block;
	width: 40px;
	height: 38px;
	margin: 20px;
	position: relative;
	z-index: 2;
}
#hamburger:before,
#hamburger:after,
#hamburger span
{
	background:#fff;
    content: "";
    display: block;
    height: 6px;
    left: 6.5px;
    position: absolute;
    width: 35.5px;
}
/* Safari only */
#hamburger:before,
#hamburger:after,
#hamburger span:not(:root:root) {
	left:7.5px;
}
#hamburger:before
{
	top: 5px;
}
#hamburger:after
{
	bottom: 5px;
}
#hamburger span
{
	top: 50%;
	margin-top: -3px;
}

/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span
{
	transition: none 0.5s ease 0.5s;
	transition-property: transform, top, bottom, left, opacity;
	-webkit-transition: none 0.5s ease 0.5s;
	-webkit-transition-property: transform, top, bottom, left, opacity;
	-moz-transition: none 0.5s ease 0.5s;
	-moz-transition-property: transform, top, bottom, left, opacity;
}
html.mm-opening #hamburger span
{
	left: -50px;
	opacity: 0;
}
html.mm-opening #hamburger:before
{
	transform: rotate( 45deg );
	top: 16px;
}
html.mm-opening #hamburger:after
{
	transform: rotate( -45deg );
	bottom: 16px;
}

/*=============================================================*/
/*--------------| Custom Styling Menu Extras |-----------------*/
/*=============================================================*/
.mm-list > li.contact:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
	border-bottom:0px solid #254551;
}
.mm-list > li.nav-social:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
	border-bottom:0px solid #254551;
}
.mm-list li.contact p.text {
	padding:50px 80px 15px 40px!important;
	font-family:'lato',helvetica,sans-serif!important;
	font-weight:300;
	font-size:17px!important;
	line-height:150%!important;
	color:#ffffff!important;
	margin-bottom:0!important;
}
.mm-list li.contact p.cta {
	padding:5px 10px 15px 40px!important;
	font-family:'merriweather',helvetica,sans-serif!important;
	font-size:17px!important;
	line-height:130%!important;
	color:#ffffff!important;
	margin-bottom:0!important;
}
.mm-list li.nav-social {
	padding:30px 40px 80px 40px!important;
}
.mm-list li.nav-social h3 {
	font-family:'merriweather',helvetica,sans-serif;
	font-size:21px!important;
	font-weight:300!important;
	color:#ffffff!important;
	margin:0!important;
}
.mm-list li.nav-social p {
	font-family:'merriweather',helvetica,sans-serif!important;
	font-size:17px!important;
	line-height:130%!important;
	color:#ffffff!important;
	margin-bottom:0!important;
}
.mm-list li.nav-social a.fb {
	width:35px;
	height:35px;
	display:block;
	cursor:pointer;
	background-image:url(//cdn2.hubspot.net/hub/32387/file-1382540197-jpg/2014Web/img/nav-social-fb.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:12px 5% 0 0;
	text-indent:-6000px;
	padding: 0 !important;
}
.mm-list li.nav-social a.tw {
	width:36px;
	height:35px;
	display:block;
	cursor:pointer;
	background-image:url(//cdn2.hubspot.net/hub/32387/file-1379514681-jpg/2014Web/img/nav-social-tw.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:12px 5% 0 0;
	text-indent:-6000px;
	padding: 0 !important;
}
.mm-list li.nav-social a.gg {
	width:35px;
	height:35px;
	display:block;
	cursor:pointer;
	background-image:url(//cdn2.hubspot.net/hub/32387/file-1379514676-jpg/2014Web/img/nav-social-gg.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:12px 5% 0 0;
	text-indent:-6000px;
	padding: 0 !important;
}
.mm-list li.nav-social a.li {
	width:35px;
	height:35px;
	display:block;
	cursor:pointer;
	background-image:url(//cdn2.hubspot.net/hub/32387/file-1382540207-jpg/2014Web/img/nav-social-li.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:12px 5% 0 0;
	text-indent:-6000px;
	padding: 0 !important;
}
.mm-list li.nav-social a.yt {
	width:36px;
	height:35px;
	display:block;
	cursor:pointer;
	background-image:url(//cdn2.hubspot.net/hub/32387/file-1379514721-jpg/2014Web/img/nav-social-yt.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:12px 5% 0 0;
	text-indent:-6000px;
	padding: 0 !important;
}
.mm-list li.nav-social a.ig {
	width:35px;
	height:35px;
	display:block;
	cursor:pointer;
	background-image:url(//cdn2.hubspot.net/hub/32387/file-1378478243-jpg/2014Web/img/nav-social-ig.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:12px 0px 0 0;
	text-indent:-6000px;
	padding: 0 !important;
}

/*==========================================/
        END MMENU
/==========================================*/


/*==========================================/
        Hubspot Container Overwrites 
/==========================================*/
body {font-family: 'merriweather', arial, sans-serif!important;margin:0;padding:0;background:none;z-index:0;border:0!important;}

.header-container-wrapper {
    width:100%!important;
    padding:0!important;
    background:none!important;
    margin:0!important;
    display:block;
}
.header-container {
    width:100%!important;
    margin:0 auto!important;
    padding:0px!important;
    background:none!important;
    float:none!important;
}
.body-container-wrapper {
    margin:0;
    padding:0;
    background:none;
    width:100%!important;
    z-index:21!important;
}
.body-container {
    padding:0;
    background:none!important;
    width:100%!important;
    margin:0 auto!important;
    float:none!important;
    z-index:21!important;
}
.container-fluid {
    margin: 0 auto!important;
    max-width:none!important;
    float:none!important;
}
.cell-wrapper {
    margin-bottom: 0px!important;
}
.row-fluid [class*="span"] {
    min-height:1px!important;
}
.row-fluid-wrapper, .row-depth-1, .row-number-2 {
    z-index:9990!important;
}
.footer-container-wrapper {
    width:100%;
    background:none!important;
    display:block!important;
}
.footer-container {
    background:none!important;
    float:none!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
}

/*==================================/
        MAIN PANEL NAVIGATION
/==================================*/



/*=============================================================================*/
/*************************  UNUSED PANEL NAVIGATION ***************************/
/* Panel Button Trigger Style */
/*
#h-banner1-wrap button, #h-banner1-wrap input {cursor: pointer;line-height: normal;position: relative !important;z-index: 9999 !important;background:none!important;border:0px!important;margin:19px 8px 0 0!important;}
@media screen and (max-width:768px) {
    #h-banner1-wrap button, #h-banner1-wrap input {
        margin:27px 10px 0 0!important;
    }    
}
/ Main Overlay style /
.overlay {position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: rgba(39,68,82,0.95);z-index:9990!important;overflow:scroll!important;box-shadow:1px 1px 8px #000000!important;}

/ Overlay closing cross /
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(//cdn2.hubspot.net/hub/32387/file-1094656720-png/2014Web/img/panelnav-xbtn.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
    cursor:pointer!important;
}

/ Menu styles /
.overlay nav {
	text-align: center;
	position: relative;
	top: 42%;
	height: 65%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
    width:500px;
    text-align: left;
}
.overlay ul li {
	display: block;
	min-height: 110px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    height: 20%;
    height: calc(100% / 6);
}
.overlay ul li.services a {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1355464697-png/2014Web/img/nav_services_icon.png)!important;
    background-repeat:no-repeat!important;
    background-position:15px 15px!important;
}
.overlay ul li.ourwork a {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1349775404-png/2014Web/img/nav_ourwork_icon.png)!important;
    background-repeat:no-repeat!important;
    background-position:15px 15px!important;
}
.overlay ul li.industries a {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1349775399-png/2014Web/img/nav_industries_icon.png)!important;
    background-repeat:no-repeat!important;
    background-position:15px 15px!important;
}
.overlay ul li.resources a {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1349780424-png/2014Web/img/nav_resource_icon.png)!important;
    background-repeat:no-repeat!important;
    background-position:15px 15px!important;
}
.overlay ul li.blog a {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1352271146-png/2014Web/img/nav_blog_icon.png)!important;
    background-repeat:no-repeat!important;
    background-position:15px 15px!important;
}
.overlay ul li.about a {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1355464722-png/2014Web/img/nav_about_icon.png)!important;
    background-repeat:no-repeat!important;
    background-position:15px 15px!important;
}
.overlay ul li a.navlink-content:hover {
    background:rgba(34,119,151,0.3);
}
.overlay ul li a {
	display: block;
	color: #fff;
    padding:20px 0px 25px 110px!important;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
    text-decoration:none!important;
}
.overlay ul li h3 {
    font-family:'Merriweather',Helvetica,Sans-serif!important;
    color:#FFFFFF!important;
    font-size: 40px!important;
	font-weight: 300;
    line-height:100%!important;
    margin:0 0 8px!important;
}
.overlay ul li p {
    font-family:'Lato',Helvetica,Sans-serif!important;
    color:#FFFFFF!important;
    font-size: 16px!important;
	font-weight: 300;
    line-height:114%!important;
    margin:0!important;
    padding:0!important;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #e3fcb1;
}

/ Effects /
.overlay-slidedown {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}
@media only screen and (min-device-width : 768px) and (device-width : 1024px) and (orientation : landscape) {
    .overlay ul li h3 {
        font-size: 30px!important;
    }
}
@media screen and (max-width:600px) {
    .overlay nav {
    	top: 48%;
    }
    .overlay ul {
        width:270px;
    }
    .overlay ul li {
    	min-height: 0px;
    }
    .overlay ul li.services a {
        background-image:url(//cdn2.hubspot.net/hub/32387/file-1356483910-png/2014Web/img/nav_services_icon-sm.png)!important;
        background-position: 15px 7px !important;
    }
    .overlay ul li.ourwork a {
        background-image:url(//cdn2.hubspot.net/hub/32387/file-1356483965-png/2014Web/img/nav_about_icon-sm.png)!important;
        background-position: 15px 7px !important;
    }
    .overlay ul li.industries a {
        background-image:url(//cdn2.hubspot.net/hub/32387/file-1356483915-png/2014Web/img/nav_industries_icon-sm.png)!important;
        background-position: 15px 7px !important;
    }
    .overlay ul li.resources a {
        background-image:url(//cdn2.hubspot.net/hub/32387/file-1356076437-png/2014Web/img/nav_resource_icon-sm.png)!important;
        background-position: 15px 7px !important;
    }
    .overlay ul li.blog a {
        background-image:url(//cdn2.hubspot.net/hub/32387/file-1356076432-png/2014Web/img/nav_blog_icon-sm.png)!important;
        background-position: 15px 7px !important;
    }
    .overlay ul li.about a {
        background-image:url(//cdn2.hubspot.net/hub/32387/file-1356483965-png/2014Web/img/nav_about_icon-sm.png)!important;
        background-position: 15px 7px !important;
    }
    .overlay ul li a {
        padding: 10px 0 5px 80px !important;
    }
    .overlay ul li h3 {
        font-size: 36px!important;
        margin: 2px 0 8px !important;
    }
    .overlay ul li p {
        display:none;
    }
}
/****************** END UNUSED PANEL NAVIGATION ********************/
*/

/*==================================/
        REUSABLE OOCSS STYLES
/==================================*/
.duplicate {
    display:none!important;
}


/*form.hs-form:nth-child(2), #comment-form:nth-child(3), #comment-form>form:nth-child(2) {*/

form.hs-form:nth-child(2) {
display: none!important;
}


#comment-form:nth-child(3), #comment-form>form:nth-child(2){
    display:block!important;
}
a.link-dark {
    font-family:'merriweather',helvetica,sans-serif!important;
    display:block;
    float:none;
    color:#264551;
    width:50%;
    font-family:'Merriweather',arial,sans-serif;
    font-size:16px;
    margin:10px auto;
    padding:12px 22px;
    border:1px solid #264551;
    border-radius:8px;
    cursor:pointer;
    text-decoration:none!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
a.link-dark:hover {
    background-color:#264551!important;
    color:#FFFFFF!important;
}
a.link-white {
    font-family:'merriweather',helvetica,sans-serif!important;
    display:block;
    float:none;
    color:#264551;
    background-color:#FFFFFF;
    width:50%;
    font-family:'Merriweather',arial,sans-serif;
    font-size:16px;
    margin:10px auto;
    padding:12px 22px;
    border:1px solid #264551;
    border-radius:8px;
    cursor:pointer;
    text-decoration:none!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
a.link-white:hover {
    background-color:#264551!important;
    color:#FFFFFF!important;
}

/*-------------| General Wraps and Containers |---------------*/
.green-wrap {
    width:100%!important;
    background:#94c03d!important;
    display:block!important;
    margin:0px 0 0!important;
    padding:30px 0!important;
}
.green-cont {
    float:none!important;
    width:100%!important;
    max-width:1180px!important;
    margin:0 auto!important;
    display:block!important;
    padding:0 20px!important;
    text-align:center!important;
}
@media screen and (max-width:767px) {
    .green-wrap {
        margin:0px!important;
    }    
}

h3.form-title {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-weight:300;
    font-size:34px;
    line-height:120%;
    color:#264551;
    margin:2px 0!important;
    padding:3px 0!important;
}
.hs_cos_flex-control-paging li a.hs_cos_flex-active {
    background:#009FC3!important;
    cursor: default;
}
/*-------------| Transition Classes using OmniTrigger |---------------*/
.fadein-left {
    opacity:1;
    transition:1.5s ease-in-out;
    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
	-o-transition: 1.5s ease-in-out;
}
.fadein-left.outView {
    opacity:0;
    transform: translateX(20px);
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-o-transform: translateX(20px);
	-ms-transform: translateX(20px);
}
.fadein-right {
    opacity:1;
    transition:1.2s ease-in-out;
    -webkit-transition: 1.2s ease-in-out;
    -moz-transition: 1.2s ease-in-out;
	-o-transition: 1.2s ease-in-out;
}
.fadein-right.outView {
    opacity:0;
    transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
}
.fadein-top {
    opacity:1;
    transition:1.5s ease-in-out;
    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
	-o-transition: 1.5s ease-in-out;
}
.fadein-top.outView {
    opacity:0;
    transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
}
.fadein-bottom {
    opacity:1;
    transition:1.5s ease-in-out;
    -webkit-transition: 1.5s ease-in-out;
	-moz-transition: 1.5s ease-in-out;
	-o-transition: 1.5s ease-in-out;
}
.fadein-bottom.outView {
    opacity:0;
    transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	-ms-transform: translateY(30px);
}
/*======================================/
            MAIN SITE HEADER
/======================================*/
.main-header-wrap {
    background:#0f9fc4!important;
    background-color:#0f9fc4!important;
    display:block!important;
    text-align:center!important;
    padding:10px 0px!important;
    height: 87px!important;
    position:relative!important;
    top: 0!important;
    z-index:9995!important;
    width:100%!important;
    margin-top:-1px!important;
}

.main-header-wrap .close { background:none; }
.row-fluid .pricing-cals { float:left; width:100%; padding:40px; background:#efefef; margin:20px 0; }
.row-fluid .pricing-cals h2 { padding-bottom:30px !important; }
.row-fluid .pricing-cals label, .row-fluid .pricing-cals input, .row-fluid .pricing-cals button.calculate { float:none; display:inline-block; vertical-align:middle; }
.row-fluid .pricing-cals input { width:40%; border:1px solid #d7d7d7; height:40px; }
.row-fluid .pricing-cals button.calculate { font-size:1.188em; background-color:#06d3d1; border-radius:1.313em; display:inline-block; -webkit-appearance:none; padding:10px 0; width:100%; max-width:200px; text-align:center; box-shadow:none; border:none; font-family:'Lato',Helvetica,Arial,sans-serif; color:#fff; transition:background .5s; }
.row-fluid .pricing-cals button.calculate:hover { background:#03a09e; }

@media (max-width:1050px){
    .row-fluid .pricing-cals { padding:30px 20px; text-align:center; }
    .row-fluid .pricing-cals label, .row-fluid .pricing-cals input, .row-fluid .pricing-cals button.calculate { width:100%; }
    .row-fluid .pricing-cals input { width:100%; margin-bottom:10px; }
    .row-fluid .pricing-cals h2 { text-align:center; }
}

.main-header-cont {
    width:100%!important;
}
.main-header-cont button, .main-header-cont input {
    cursor: pointer!important;
    line-height: normal!important;
    position: relative !important;
    z-index: 9999 !important;
    background:none!important;
    border:0px!important;
    display:block!important;
    margin:0;
    padding:5px 0px 0 0!important;
    float:left!important;
}
a.menu-button {
    margin: 10px 0 0 20px !important;
}
a.logo-main {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1279480082-jpg/2014Web/img/logo-scrollbar.jpg);
    background-repeat:no-repeat!important;
    display:block!important;
    float:none!important;
    width:46px!important;
    height:52px!important;
    margin:8px auto 0 !important;
    text-align:center!important;
    opacity:1;
    text-indent:-8000px;
}
a.consult-main {
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-family: 'Merriweather',arial,sans-serif;
    font-size: 16px;
    margin: 14px 20px 0 0;
    padding: 10px 5px;
    text-decoration: none !important;
    transition: all 0.4s ease-in-out 0s;
    width: 210px!important;
    text-decoration:none!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
a.consult-main:hover {
    background-color:#264551;
    border:1px solid #264551;
    transition: border 0.6s ease-in-out 0s;
    -webkit-transition: border 0.6s ease-in-out 0s;
    -moz-transition: border 0.6s ease-in-out 0s;
    -o-transition: border 0.6s ease-in-out 0s;
    transition: background-color 0.6s ease-in-out 0s;
    -webkit-transition: background-color 0.6s ease-in-out 0s;
    -moz-transition: background-color 0.6s ease-in-out 0s;
    -o-transition: background-color 0.6s ease-in-out 0s;
}

/*------------| Nav Hide for Preload |--------------*/
#my-menu ul li a {
    color:#FFFFFF;
    text-decoration:none!important;
}

/* Responsive MAIN Header */
@media screen and (max-width:930px) {
    a.consult-main {
        width:75%!important;
    }    
}
@media screen and (max-width:767px) {
    .main-header-wrap {
        position:relative!important;
    }
    a.consult-main {
        font-size: 14px !important;
        width: 100% !important;
    }
    .head-nav1 {
        float:left!important;
    }
    .head-nav2 {
        float:none!important;
    }
    .head-nav3 {
        float: none !important;
        position: absolute !important;
        right: 0 !important;
        top: 11px !important;
    }
}
@media screen and (max-width:600px) {
    .head-nav2 {
        float:right!important;
    }
    .head-nav3 {
        display:none!important;
    }
    a.logo-main {
        margin: 8px 30px 0 0!important;
    }
}
/*==================================/
        HOME TOP BANNER STYLES
/==================================*/
#h-banner1-wrap {
    height: 565px!important;
    width:100%;
    padding:0;
    background-color:#217293;
    z-index:1;
}
.bg-dots {
    height: 565px;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1074553889-png/2014Web/img/h-bg-dots2.png);
    background-position: left top;
    background-repeat: repeat;
    background-attachment: fixed;
    z-index:1;
    padding-top:50px;
    width:100%!important;
}
#h-banner1-wrap .graph1 {
    z-index:1;
    position:absolute;
    width:100%;
    top:0px;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1102909745-png/2014Web/img/graph1.png);
    background-position:center top;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:calc(100%) auto;
    height:656px;
}
#h-banner1-wrap .graph2 {
    z-index:2;
    top:0px;
    position:absolute;
    width:100%;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1102909695-png/2014Web/img/graph2.png);
    background-position:center top;
    background-repeat:no-repeat;
    background-attachment:fixed;
    height:656px;
    background-size:calc(100%) auto;
}
#h-banner1-wrap .graph3 {
    z-index:3;
    position:absolute;
    width:100%;
    top:0px;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1102909740-png/2014Web/img/graph3.png);
    background-position:center top;
    background-repeat:no-repeat;
    background-attachment:fixed;
    height:656px;
    background-size:calc(100%) auto;
}
#h-banner1-wrap .graph4 {
    z-index:4;
    top:0px;
    position:absolute;
    width:100%;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1102909735-png/2014Web/img/graph4.png);
    background-position:center top;
    background-repeat:no-repeat;
    background-attachment:fixed;
    height:656px;
    background-size:calc(100%) auto;
}
@media screen and (min-width:1508px) {
    #h-banner1-wrap .graph1, #h-banner1-wrap .graph2, #h-banner1-wrap .graph3, #h-banner1-wrap .graph4 {
        background:size:cover!important;
    }
}
@media screen and (max-width:1507px) {
    #h-banner1-wrap .graph1, #h-banner1-wrap .graph2, #h-banner1-wrap .graph3, #h-banner1-wrap .graph4 {
        background-size:auto!important;
    }    
}
.h-banner1-text {
    position: relative;
    z-index: 5;
    width: 100%;
    text-align: center;
    color: #fff;
}
.h-banner1-text p{text-align: center; color: #fff;}
.page-center {
    text-align: center;
    color: #fff;
    padding: 3em 3em 3em 3em;
}
.h-banner1-logo {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1146416516-png/2014Web/img/kuno-logo-white.png);
    height:54px;
    width:46px;
    display:block;
    float:none;
    padding:0;
    margin:0px auto 25px;
}
.h-banner1-text h2 {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-weight:300!important;
    color:#ffffff!important;
    font-size:60px!important;
    text-align:center!important;
    line-height:106%!important;
    margin:0!important;
    padding:30px 0 0!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
.h-banner1-text h3 {
    font-family:'Lato',helvetica,arial,sans-serif!important;
    font-weight:100!important;
    color:#fffefe!important;
    font-size:28px!important;
    text-align:center!important;
    line-height:130%!important;
    margin:15px 0 0!important;
    padding:0!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
.h-banner1-text a.h-banner-link {
    font-family:'merriweather',helvetica,sans-serif!important;
    text-decoration:none!important;
    color:#FFFFFF!important;
    border:1px solid #FFFFFF;
    border-radius:8px;
    font-size:25px;
    display:block;
    width:300px!important;
    margin:40px auto!important;
    text-align:center!important;
    padding:18px 30px!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
.h-banner1-text a:hover {
    color:#264551!important;
    background:#FFFFFF;
}

/* Responsive */
@media screen and (max-width:768px) {
    .h-banner1-text {
        position:relative!important;
    }
    .h-banner1-text h2 {
        font-size:50px!important;
    }
    .h-banner1-text h3 {
        padding:0 20px!important;
    }
}
@media screen and (max-width:600px) {
    .h-banner1-text {
        top: 0px;
        position:relative!important;
    }
    .h-banner1-text h2 {
        font-size:43px!important;
        padding:10px 0 0!important;
    }
    .h-banner1-text h3 {
        font-size:28px!important;
        padding:0 30px!important;
    }
}
@media screen and (max-width:480px) {
    .h-banner1-text {
        top: 00px;
    }
    .h-banner1-text h2 {
        font-size:38px!important;
    }
    .h-banner1-text h3 {
        font-size:20px!important;
        padding:0 20px!important;
    }
    .h-banner1-text a.h-banner-link {
        font-size:20px;
        display:block;
        width:200px!important;
        margin:22px auto!important;
        text-align:center!important;
        padding:12px 16px!important;
        line-height:130%!important;
    }
}
@media screen and (max-width:320px) {
    .h-banner1-text {
        top: 0px;
    }
    .h-banner1-text h2 {
        font-size:28px!important;
    }
    .h-banner1-text h3 {
        font-size:18px!important;
    }
    .h-banner1-text a.h-banner-link {
        font-size:20px;
        display:block;
        width:150px!important;
        margin:22px auto!important;
        text-align:center!important;
        padding:11px 16px!important;
        line-height:120%!important;
    }    
}

/*==================================/
        HOME HEADER STYLES
/==================================*/
#home-head {
    background:#0f9fc4!important;
    background-color:#0f9fc4!important;
    display:block;
    text-align:center;
    padding:10px 0px;
    height:0px;
    z-index:9990!important;
    position:relative;
    width:100%;
    box-shadow:0 0 3px #777;
    -webkit-transition-property: height;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: height;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: height;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
.home-head {
    height:0px;
}
.home-head-content {
    width:100%!important;
    max-width:1140px!important;
    margin:0 auto!important;
    display:block!important;
}
#home-head button, #home-head input {
    cursor: pointer;
    line-height: normal;
    position: relative !important;
    z-index: 9999 !important;
    background:none!important;
    border:0px!important;
    display:block;
    margin:0;
    padding:12px 17px 0 0;
    float:right;
    position:absolute;
    right:0;
}
.header-bgcolor {
    background:#0F9FC4;
    width:51px;
    height:56px;
    padding:0px;
    margin:1px 0 0 12px;
    opacity:0;
    float:left;    
}
a.logo {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1079833503-png/2014Web/img/logo-reverse.png);
    background-repeat:no-repeat!important;
    display:block;
    float:left;
    width:68px;
    height:57px;
    margin:0;
    padding-left:20px;
    text-align:center;
    opacity:1;
}
a.consult {
    display:block;
    float:none;
    color:#FFFFFF;
    width:38%;
    font-family:'Merriweather',arial,sans-serif;
    font-size:16px;
    margin:7px auto 0;
    padding:12px 22px;
    border:1px solid #FFFFFF;
    border-radius:8px;
    cursor:pointer;
    text-decoration:none!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
a.consult:hover {
    background-color:#264551;
    border:1px solid #264551;
    transition: border 0.6s ease-in-out 0s;
    -webkit-transition: border 0.6s ease-in-out 0s;
    -moz-transition: border 0.6s ease-in-out 0s;
    -o-transition: border 0.6s ease-in-out 0s;
    transition: background-color 0.6s ease-in-out 0s;
    -webkit-transition: background-color 0.6s ease-in-out 0s;
    -moz-transition: background-color 0.6s ease-in-out 0s;
    -o-transition: background-color 0.6s ease-in-out 0s;
}

/* Responsive Home Header ONLY */
@media screen and (max-width:930px) {
    a.consult {
        width:55%!important;
    }
}
@media screen and (max-width:768px) {
    a.consult {
        width:45%!important;
        font-size:15px!important;
    }
    .h-topb-nav3 {
        position:absolute!important;
        top:9px;
        right:0px;
    }
}
@media screen and (max-width:500px) {
    a.consult {
        font-size:15px!important;
        padding:10px 14px!important;
        margin:10px auto 0!important;
    }
}
@media screen and (max-width:355px) {
    a.consult {
        margin:0px auto 0!important;
    }
}
@media screen and (max-width:319px) {
    a.consult {
        display:none!important;    
    }
}

/*======================================================/
        HOME GET ICON ROLLOVER REVEALS (UNUSED)
/=======================================================/
.h-geticons-wrap {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-color:#FFFFFF!important;
    background: none repeat scroll 0 0 #ffffff!important;
    position: relative;
    z-index: 7!important;
    min-height:525px!important;
}
.h-geticons-cont {
    width:100%;
    max-width:1180px!important;
    padding:50px 20px 0!important;
    margin:0 auto!important;
    display:block!important;
    float:none!important;
    z-index:7!important;
    position:relative;
    background-color:#FFFFFF;
    background: none repeat scroll 0 0 #ffffff!important;
}
.h-get-started, .h-get-leads, .h-get-sales {
    position: relative;
    display: block !important;
    height: 265px !important;
    overflow: hidden !important;
    text-align:center!important;
    margin-top:60px!important;
    margin-bottom:70px!important;
}
.h-get-started img, .h-get-leads img, .h-get-sales img {
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    transition: all 700ms ease;
}
.h-get-started figure img, .h-get-leads figure img, .h-get-sales figure img {
    text-align:center!important;
    display:block!important;
}
.h-get-started:hover, .h-get-leads:hover, .h-get-sales:hover {
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    transition: all 900ms ease;
}
.h-get-started:hover img, .h-get-leads:hover img, .h-get-sales:hover img {
    opacity: 0;
    margin-top: -90%;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    transition: all 700ms ease;
}
.h-get-started figure, .h-get-leads figure, .h-get-sales figure {
    text-align:center!important;
}
.h-get-started h3, .h-get-leads h3, .h-get-sales h3 {
    font-family:'Merriweather',arial,sans-serif!important;
    font-weight:300!important;
    text-align:center!important;
    font-size:28px!important;
    color:#264551!important;
    margin: 0 0 15px 0px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    transition: all 700ms ease;
}
.h-get-started:hover h3, .h-get-leads:hover h3, .h-get-sales:hover h3 {
    color:#0F9FC4!important;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    transition: all 700ms ease;
}
.h-get-started p, .h-get-leads p, .h-get-sales p {
    font-family:'lato',arial,sans-serif!important;
    font-weight:300!important;
    text-align:center!important;
    font-size:21px!important;
    color:#264551!important;
    line-height:125%!important;
}*/
/* Responsive /
@media screen and (max-width:1000px) {
    .h-get-started h3, .h-get-leads h3, .h-get-sales h3 {
        font-size:25px!important;
    }
    .h-get-started p, .h-get-leads p, .h-get-sales p {
        font-size:20px!important;
    }
}
@media screen and (max-width:920px) {
    .h-get-leads, .h-get-sales {
        height: 275px !important;
    }
    .h-get-started h3, .h-get-leads h3, .h-get-sales h3 {
        margin: 0 0 21px 0px;
    }
    .h-get-started p, .h-get-leads p, .h-get-sales p {
        font-size:18px!important;
        line-height:122%!important;
    }
}
@media screen and (max-width:800px) {
    .h-get-started, .h-get-leads, .h-get-sales {
        position: relative;
        display: block !important;
        height:auto !important;
        overflow: visible !important;
        text-align:center!important;
        margin-top:60px!important;
        margin-bottom:60px!important;
    }
    .h-get-started h3, .h-get-leads h3, .h-get-sales h3 {
        font-size:32px!important;
        line-height:110%!important;
    }
    .h-get-started:hover img, .h-get-leads:hover img, .h-get-sales:hover img {
        opacity: 1!important;
        margin-top: 0%!important;
    }
}*/

/*==================================================/
            HOME FEATURED RESOURCE SECTION
/==================================================*/
.h-featres-wrap {
    width:100%!important;
    margin:0px!important;
    padding:70px 0!important;
    min-height:525px!important;
    z-index:7!important;
    background-color:#99c542!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1248365176-jpg/2014Web/img/h-green-bookbg2-1.jpg)!important;
    background-position:left bottom!important;
    background-repeat:no-repeat!important;
    position:relative;
}
.h-featres-cont {
    width:100%;
    max-width:1180px!important;
    padding:0 20px!important;
    margin:0 auto!important;
    display:block!important;
    float:none!important;
    z-index:7!important;
    position:relative;
}
.featres2 {
    padding-left:30px!important;
}
.h-featres-cont h2 {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-size:55px!important;
    font-weight:300!important;
    color:#f6f7f7!important;
    text-align:left!important;
    line-height:115%!important;
    margin:70px auto 0!important;
    padding-left:50px!important;
}
.h-featres-cont h3 {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-size:28px!important;
    font-weight:300!important;
    color:#f6f7f7!important;
    text-align:left!important;
    line-height:145%!important;
    padding:0 0 0 35px!important;
}
.h-featres-cont p {
    font-family:'lato',helvetica,sans-serif!important;
    font-size:21px!important;
    font-weight:300!important;
    color:#f6f7f7!important;
    text-align:left!important;
    line-height:160%!important;
    padding:10px 0 18px 35px!important;
}
a.link-featres {
    font-family:'merriweather',helvetica,sans-serif!important;
    display:block;
    float:none;
    color:#264551;
    width:80%;
    font-family:'Merriweather',arial,sans-serif;
    font-size:16px;
    margin:12px 0 0 35px;
    padding:12px 18px;
    border:1px solid #264551;
    background-color:#FFFFFF;
    cursor:pointer;
    text-decoration:none!important;
    text-align:center;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
a.link-featres:hover {
    background-color:#264551!important;
    color:#FFFFFF!important;
}
.h-featres-cont img {
    text-align:center!important;
    margin:0px!important;
    float:right!important;
    display:block!important;
}

/* Responsive */
@media screen and (max-width:1000px) {
    .h-featres-cont h2 {
        font-size:45px!important;
        margin:100px auto 0!important;
        padding-left:35px!important;
    }
    .h-featres-cont h3 {
        font-size:25px!important;
        padding:0 0 0 15px!important;
    }
    .h-featres-cont p {
        font-size:20px!important;
        line-height:150%!important;
        padding:10px 0 18px 15px!important;
    }
    a.link-featres {
        margin:12px 0 0 15px;
    }
    .h-featres-cont img {
        margin:20px 0px 0px!important;
    }
}
@media screen and (max-width:850px) {
    .h-featres-cont h2 {
        font-size:41px!important;
        margin:94px auto 0!important;
        padding-left:35px!important;
    }
    .h-featres-cont h3 {
        font-size:22px!important;
    }
    .h-featres-cont p {
        font-size:18px!important;
        line-height:145%!important;
    }
}
@media screen and (max-width:767px) {
    .h-featres-wrap {
        background-color:#92BA3F!important;
    }
    .h-featres-cont h2 {
        font-size:48px!important;
        text-align:center!important;
        line-height:115%!important;
        float:none!important;
        margin:20px auto !important;
        padding-left:0px!important;
        padding-bottom:15px!important;
        border-bottom:1px solid #FFFFFF;
    }
    .h-featres-cont h3 {
        font-size:24px!important;
        text-align:center!important;
        line-height:145%!important;
        margin:30px auto 10px!important;
        float:none!important;
        padding:0 40px!important;
    }
    .h-featres-cont p {
        font-size:20px!important;
        text-align:center!important;
        line-height:150%!important;
        padding:18px 40px!important;
        float:none!important;
        margin:0 auto!important;
    }
    a.link-featres {
        display:block;
        float:none;
        width:70%;
        font-family:'Merriweather',arial,sans-serif;
        font-size:18px;
        margin:20px auto!important;
        padding:12px 18px;
        text-align:center;
    }
    .h-featres-cont img {
        display: block !important;
        float: none !important;
        margin: 40px auto 0 !important;
        padding-left: 35px;
        text-align: center !important;
        width: 50% !important;
    }
}
@media screen and (max-width:480px) {
    .h-featres-cont h2 {
        font-size:40px!important;
    }
    .h-featres-cont h3 {
        font-size:22px!important;
        text-align:center!important;
        line-height:145%!important;
        margin:30px auto 10px!important;
        float:none!important;
        padding:0 10px!important;
    }
    .h-featres-cont p {
        font-size:18px!important;
        text-align:center!important;
        line-height:150%!important;
        padding:18px 10px!important;
        float:none!important;
        margin:0 auto!important;
    }
    a.link-featres {
        font-size:15px!important;
    }
    .h-featres-cont img {
        width: 70% !important;
        padding-left:25px!important;
    }    
}

/*====================================================/
                HOME IMAGE QUOTE SLIDER
/====================================================*/
.h-slider-wrap {
    width:100%;
    margin:0;
    padding:80px 0 60px;
    background:#FFFFFF;
    background-color:#FFFFFF;
    position:relative;
    z-index:8;
    display:block!important;
}
.h-slider-cont {
    max-width:1180px!important;
    width:100%!important;
    margin:0 auto!important;
    padding:0 20px;
    float:none!important;
    display:block!important;
}
.h-slider-cont .hs_cos_flex-direction-nav a {
    display: none!important;
}
.h-slider-cont .hs_cos_flex-control-paging li a {
    background:none repeat scroll 0 0 rgba(208, 233, 243, 0.95)!important;
}
.h-slider-cont .hs_cos_flex-control-paging li a.hs_cos_flex-active {
    background:none repeat scroll 0 0 #009fc3 !important
}
/* Slider not working well on iPad and Responsive, so I'm removing it for tablet and mobile */
@media screen and (max-width:769px) {
    .h-slider-wrap {
        display:none!important;
    }
    .h-slider-cont {
        display:none!important;
    }    
}

/*==================================================/
                HOME ABOUT US SECTION
/==================================================*/
.h-about-wrap {
    width:100%!important;
    margin:0;
    min-height:617px!important;
    display:block!important;
    padding:50px 0px;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1177881619-jpg/2014Web/img/h-about-bg.jpg)!important;
    background-repeat:no-repeat!important;
    background-attachment:fixed!important;
    position:relative;
    z-index:7;
    background-size:cover!important;
}
.h-about-cont {
    max-width:1180px!important;
    width:100%!important;
    margin:0 auto!important;
    padding:0 20px;
    float:none!important;
    min-height:500px!important;
}

.h-about-cont a.about-section1 {
    background:rgba(38,69,81,0.45);
    width:90%;
    min-height:276px;
    text-align:center;
    display:block;
    padding:20px 3%;
    border:2px solid #ffffff;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    transition: all 700ms ease;
    text-decoration: none !important;
}
.h-about-cont a.about-section1:hover {
    background:rgba(38,69,81,0.75);
}
.h-about-cont a.about-section2 {
    background:rgba(38,69,81,0.45);
    width:90%;
    min-height:276px;
    text-align:center;
    display:block;
    padding:20px 3%;
    border:2px solid #ffffff;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    transition: all 700ms ease;
    text-decoration: none !important;
}
.h-about-cont a.about-section2:hover {
    background:rgba(38,69,81,0.75);
}
.h-about-cont a.about-section3 {
    background:rgba(38,69,81,0.45);
    width:90%;
    min-height:276px;
    text-align:center;
    display:block;
    padding:20px 3%;
    border:2px solid #ffffff;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    transition: all 700ms ease;
    text-decoration: none !important;
}
.h-about-cont a.about-section3:hover {
    background:rgba(38,69,81,0.75);
}
.h-about-cont a.about-section4 {    
    background:rgba(38,69,81,0.45);
    width:90%;
    min-height:276px;
    text-align:center;
    display:block;
    padding:20px 3%;
    border:2px solid #ffffff;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    transition: all 700ms ease;
    text-decoration: none !important;
}
.h-about-cont a.about-section4:hover {    
    background:rgba(38,69,81,0.75);
}
.h-about-cont a.about-section1 img, .h-about-cont a.about-section2 img, .h-about-cont a.about-section3 img, .h-about-cont a.about-section4 img {
    text-align:center!important;
    padding:8px 0;
    min-height:94px;
}
.h-about-cont a.about-section1:hover, .h-about-cont a.about-section2:hover, .h-about-cont a.about-section3:hover, .h-about-cont a.about-section4:hover {
    text-decoration:none!important;
}
.h-about-cont .about-text {
    display:block!important;
}
.h-about-cont .about-images {
    display:block!important;
    min-height:400px!important;
    padding-top:30px;
}
.h-about-cont h1 {
    font-family:'Merriweather',Helvetica,Arial,sans-serif!important;
    font-size:41px!important;
    color:#264551!important;
    font-weight:300!important;
    line-height:120%!important;
    padding:25px 0 0!important;
    margin:0!important;
    text-align:center!important;
}
.h-about-cont h3 {
    font-family:'lato',Helvetica,Arial,sans-serif!important;
    font-size:19px!important;
    color:#ffffff!important;
    font-weight:600!important;
    line-height:125%!important;
    padding:8px 16px !important;
    margin:0!important;
    text-align:center!important;
}
.h-about-cont h4 {
    font-family:'lato',Helvetica,Arial,sans-serif!important;
    font-size:16px!important;
    color:#ffffff!important;
    font-weight:500!important;
    line-height:150%!important;
    padding:5px 10px 0!important;
    margin:0!important;
    text-align:center!important;
}

@media screen and (min-width:1500px) {
    .h-about-wrap {background-size:cover!important;}
}

.h-about-cont p {
    font-family:'Lato',Arial,sans-serif!important;
    font-size:19px!important;
    font-weight:300!important;
    line-height:175%!important;
    color:#264551!important;
    text-align:center!important;
    margin:0!important;
    padding:10px 10% 40px!important;
}
a.link-about {
    font-family:'merriweather',helvetica,sans-serif!important;
    display:block;
    float:left;
    color:#264551;
    width:170px!important;
    font-family:'Merriweather',arial,sans-serif;
    font-size:19px;
    margin:20px 40px 0 0!important;
    padding:15px 15px;
    border:1px solid #264551;
    border-radius:8px;
    background-color:#FFFFFF;
    cursor:pointer;
    text-decoration:none!important;
    text-align:center;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
a.link-about:hover {
    background-color:#264551!important;
    color:#FFFFFF!important;
}
.h-about-cont .smartphone {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1183494722-png/2014Web/img/h-about-smartphone.png)!important;
    background-repeat:no-repeat;
    display:block!important;
    height:172px!important;
    width:104px!important;
    position:absolute!important;
    z-index:10!important;
    margin:175px 0 0 20px !important;
}
.h-about-cont .desktop {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1177881614-png/2014Web/img/h-about-desktop.png)!important;
    background-repeat:no-repeat;
    display:block!important;
    height:322px!important;
    width:402px!important;
    position:absolute!important;
    z-index:8!important;
    margin:0 0 0 50px!important;
}
.h-about-cont .tablet {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1177566223-png/2014Web/img/h-about-tablet.png)!important;
    background-repeat:no-repeat;
    display:block!important;
    height:228px!important;
    width:180px!important;
    position:absolute!important;
    z-index:9!important;
    margin:120px 0 0 345px !important;
}

@media screen and (max-width:1150px) {
    a.link-about {
        float:left;
        color:#264551;
        width:150px!important;
        font-family:'Merriweather',arial,sans-serif;
        font-size:18px;
        margin:20px 32px 0 0!important;
        padding:12px 13px;
    }
    .h-about-cont .smartphone {
        background-image:url(//cdn2.hubspot.net/hub/32387/file-1248590941-png/2014Web/img/h-about-smartphone-sm.png)!important;
        display:block!important;
        height:120px!important;
        width:73px!important;
        margin: 160px 0 0 40px !important;
    }
    .h-about-cont .desktop {
        background-image:url(//cdn2.hubspot.net/hub/32387/file-1248590946-png/2014Web/img/h-about-desktop-sm.png)!important;
        display:block!important;
        height:209px!important;
        width:261px!important;
        margin: 10px 0 0 80px !important;
    }
    .h-about-cont .tablet {
        background-image:url(//cdn2.hubspot.net/hub/32387/file-1252627487-png/2014Web/img/h-about-tablet-sm.png)!important;
        display:block!important;
        height:148px!important;
        width:117px!important;
        margin: 134px 0 0 280px !important;
    }
}
@media screen and (max-width:920px) {
    .h-about-cont a.about-section1, .h-about-cont a.about-section2, .h-about-cont a.about-section3, .h-about-cont a.about-section4 {
        min-height:324px!important;    
    }
    .h-about-cont h2 {
        font-size:36px!important;
    }
    a.link-about {
        float:none!important;
        color:#264551;
        width:90%!important;
        font-family:'Merriweather',arial,sans-serif;
        font-size:18px;
        margin:20px auto 0!important;
        padding:12px 13px;
    }
    .h-about-cont .smartphone {
        margin: 150px 0 0 215px !important;
    }
    .h-about-cont .desktop {
        margin: 30px 0 0 40px !important;
    }
    .h-about-cont .tablet {
        margin: 100px 0 0 160px !important;
    }
}
@media screen and (max-width:800px) {
    .h-about-wrap {
        background-attachment:scroll!important;
        background-position:center 50%!important;
    }
}
@media screen and (max-width:767px) {
    .h-about-wrap {
        min-height:300px!important;
    }
    .h-about-cont {
        min-height:300px!important;
    }
    .h-about-cont a.about-section1, .h-about-cont a.about-section2, .h-about-cont a.about-section3, .h-about-cont a.about-section4 {
        text-align:center!important;
        padding:8px 0;
        margin:20px auto !important;
        float:none!important;
        min-height:120px;
    }
    .h-about-cont h2 {
        padding:30px 0 0!important;
    }
    .h-about-cont p {
        text-align:center!important;
        font-size:18px!important;
    }
    a.link-about {
        float:none!important;
        color:#264551;
        width:80%!important;
        font-family:'Merriweather',arial,sans-serif;
        font-size:18px;
        margin:30px auto 0!important;
        padding:12px 13px;
    }
    .h-about-cont .about-images {
        display: none !important;
        min-height:0px!important;
        padding-top:0px!important;
    }
    .h-about-cont .smartphone {
        display:none!important;
        position:relative!important;
    }
    .h-about-cont .desktop {
        display:none!important;
        position:relative!important;
    }
    .h-about-cont .tablet {
        display:none!important;
        position:relative!important;
    }    
}

/*==================================================/
                HOME OUR WORK SECTION
/==================================================*/
.h-ourwork-wrap {
    width:100%;
    margin:0;
    padding:80px 0px;
    background:#FFFFFF;
    background-color:#FFFFFF;
    position:relative;
    z-index:7;
    display:block!important;
}
.h-ourwork-cont {
    max-width:1180px!important;
    width:100%!important;
    margin:0 auto!important;
    padding:0 20px;
    float:none!important;
    display:block!important;
}
.h-ourwork-cont a {
    text-decoration:none!important;    
}
.h-ourwork-cont h2 {
    font-family:'Merriweather',Helvetica,Arial,sans-serif!important;
    font-size:41px!important;
    color:#264551!important;
    font-weight:300!important;
    line-height:120%!important;
    padding:0!important;
    margin:0!important;
    text-align:center!important;
}
.h-ourwork-cont h3 {
    font-family:'Merriweather',Helvetica,Arial,sans-serif!important;
    font-size:28px!important;
    color:#FFFFFF!important;
    font-weight:400!important;
    line-height:120%!important;
    padding:0!important;
    margin:15px 0 0!important;
    text-decoration:none!important;
    text-align:center!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
.h-ourwork-cont img, .h-ourwork-cont p {
    text-align:center!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
.h-ourwork-cont h3 {
    text-decoration:none!important;
}
.about-web-design img {
    margin-left:-10px;
}
.about-web-design:hover h3, .about-web-design:hover img, .about-case-studies:hover h3, .about-case-studies:hover img, .about-content-examples:hover h3, .about-content-examples:hover img,
.about-videos:hover h3, .about-videos:hover img, .about-infographics:hover h3, .about-infographics:hover img, .about-campaigns:hover h3, .about-campaigns:hover img {
    text-decoration:none!important;
    border-bottom:0px solid #FFF!important;
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
}
.about-web-design {
    background-color:#ace0f0;
    padding:100px 0 0!important;
    height:301px;
    margin-top:25px;
    text-align:center!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
    cursor:pointer;
    width:31%!important;
    margin-right:3%!important;
}
.about-web-design:hover {
    background-color:#7fd5ef;
}
.about-case-studies {
    background-color:#94c03d;
    padding:100px 0 0!important;
    height:301px;
    margin-top:25px;
    text-align:center!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
    cursor:pointer;
    width:31%!important;
    margin-right:3%!important;
}
.about-case-studies:hover {
    background-color:#81b51b;
}
.about-content-examples {
    background-color:#009fc3;
    padding:83px 0 0!important;
    height:301px;
    margin-top:25px;
    text-align:center!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
    cursor:pointer;
    width:31%!important;
    margin-right:0!important;
    margin-left:0!important;
}
.about-content-examples:hover {
    background-color:#03b1d8;
}
.about-videos {
    background-color:#009fc3;
    padding:100px 0 0!important;
    height:301px;
    margin-top:25px;
    text-align:center!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
    cursor:pointer;
    width:31%!important;
    margin-right:3%!important;
}
.about-videos:hover {
    background-color:#03b1d8;
}
.about-infographics {
    background-color:#005847;
    padding:130px 0 0!important;
    height:301px;
    margin-top:25px;
    text-align:center!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
    cursor:pointer;
    width:31%!important;
    margin-right:3%!important;
}
.about-infographics:hover {
    background-color:#096f5b;
}
.about-campaigns {
    background-color:#ace0f0;
    padding:108px 0 0!important;
    height:301px;
    margin-top:25px;
    text-align:center!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
    cursor:pointer;
    width:31%!important;
    margin-right:0!important;
    margin-left:0!important;
}
.about-campaigns:hover {
    background-color:#7fd5ef;
}

/* Responsive */
@media screen and (max-width:767px) {
    
    /* Fix left / right padding */
    
    body{padding-left:0px;padding-right:0px;}
    
    .about-web-design {width:100%!important;margin-right:0%!important;}
    .about-case-studies {width:100%!important;margin-right:0%!important;}
    .about-content-examples {width:100%!important;}
    .about-videos {width:100%!important;margin-right:0%!important;}
    .about-infographics {width:100%!important;margin-right:0%!important;}
    .about-campaigns {width:100%!important;}
}
@media screen and (max-width:426px) {
    .about-web-design {height:231px!important;padding:70px 0 0!important;}
    .about-case-studies {height:231px!important;padding:70px 0 0!important;}
    .about-content-examples {height:231px!important;padding:70px 0 0!important;}
    .about-videos {height:231px!important;padding:70px 0 0!important;}
    .about-infographics {height:231px!important;padding:70px 0 0!important;}
    .about-campaigns {height:231px!important;padding:70px 0 0!important;}
}

/*====================================================/
                HOME VERTICALS SECTION
/====================================================*/
.h-verticals-wrap {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1266962073-jpg/2014Web/img/h-verticals-bg3.jpg);
    background-size:cover!important;
    background-attachment:fixed!important;
    background-repeat:no-repeat!important;
    background-position:50% top;
    position:relative;
    width:100%!important;
    height:803px;
    margin:0;
    padding:70px 0px 0px;
    position:relative;
    z-index:7;
    display:block!important;
}
.h-verticals-cont {
    max-width:1180px!important;
    width:100%!important;
    margin:0 auto!important;
    padding:0 20px;
    float:none!important;
    display:block!important;
    text-align:center!important;
}
.h-verticals-cont h2 {
    font-family:'Merriweather',Helvetica,arial,sans-serif;
    font-weight:300!important;
    font-size:44px!important;
    color:#FFFFFF!important;
    line-height:130%!important;
    margin:0px 0 10px!important;
    padding:0;
    text-align:center!important;
}
.h-verticals-cont p.verttitle {
    font-family:'Lato',Helvetica,arial,sans-serif;
    font-weight:300!important;
    font-size:22px!important;
    color:#FFFFFF!important;
    line-height:150%!important;
    margin:8px auto 0px!important;
    padding:0;
    width:70%;
    text-align:center!important;
}
.h-verticals-cont h3 {
    font-family:'Merriweather',Helvetica,arial,sans-serif;
    font-weight:300!important;
    font-size:27px!important;
    color:#365c6a!important;
    line-height:135%!important;
    margin:0px!important;
    padding:5px 0!important;
    text-align:center!important;
}
.h-verticals-cont p {
    font-family:'Lato',Helvetica,arial,sans-serif;
    font-weight:300!important;
    font-size:19px!important;
    color:#365c6a!important;
    line-height:150%!important;
    margin:5px 0!important;
    padding:5px 0!important;
    text-align:center!important;
    min-height:160px;
}
.vertical1 .vertical-cloud, .vertical2 .vertical-heart, .vertical3 .vertical-gear {
    display:none;
}
.three-vertical-img .vertical-cloud {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1241219925-png/2014Web/img/h-verticals-icon-cloud.png);
    width:287px!important;
    height:182px!important;
    display:block!important;
    position:absolute!important;
    z-index:10!important;
    left:31%!important;
    margin:88px 0 0!important;
}
.three-vertical-img .vertical-heart {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1241214915-png/2014Web/img/h-verticals-icon-heart.png);
    width:246px!important;
    height:211px!important;
    display:block!important;
    position:absolute!important;
    z-index:9!important;
    left:41%!important;
    margin:36px 0 0!important;
}
.three-vertical-img .vertical-gear {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1241219920-png/2014Web/img/h-verticals-icon-gear.png);
    width:182px!important;
    height:184px!important;
    display:block!important;
    position:absolute!important;
    z-index:8!important;
    left:53%!important;
    margin:100px 0 0 !important;
}

/* Responsive */
@media screen and (max-width:920px) {
    .h-verticals-cont h2 {
        font-size:41px!important;
    }
    .h-verticals-cont p.verttitle {
        font-size:21px!important;
        width:75%;
        text-align:center!important;
    }
    .h-verticals-cont h3 {
        font-size:24px!important;
    }
    .h-verticals-cont p {
        font-size:18px!important;
        line-height:145%!important;
    }
    .three-vertical-img .vertical-cloud {
        left:23%!important;
        margin:78px 0 0!important;
    }
    .three-vertical-img .vertical-heart {
        left:36%!important;
        margin:36px 0 0!important;
    }
    .three-vertical-img .vertical-gear {
        left:50%!important;
        margin:90px 0 0 !important;
    }
}
@media screen and (max-width:767px) {
    .h-verticals-wrap {
        height:auto!important;
    }
    .h-verticals-cont p.verttitle {
        width:75%;
        margin-bottom:30px!important;
        text-align:center!important;
    }
    .h-verticals-cont p {
        min-height:60px;
    }
    .h-verticals-cont a.link-white {
        margin: 10px auto 70px;
        width: 50%;
    }
    .three-vertical-img, .three-vertical-img .vertical-gear, .three-vertical-img .vertical-heart, .three-vertical-img .vertical-cloud {
        display:none!important;
    }
    .vertical1 .vertical-cloud {
        background-image:url(//cdn2.hubspot.net/hub/32387/file-1268503451-png/2014Web/img/h-verticals-icon-cloud-sm.png);
        width:115px!important;
        height:73px!important;
        display:block!important;
        position:relative!important;
        z-index:10!important;
        margin:0px auto 20px!important;
    }
    .vertical2 .vertical-heart {
        background-image:url(//cdn2.hubspot.net/hub/32387/file-1266542739-png/2014Web/img/h-verticals-icon-heart-sm.png);
        width:98px!important;
        height:84px!important;
        display:block!important;
        position:relative!important;
        z-index:10!important;
        margin:0px auto 20px!important;
    }
    .vertical3 .vertical-gear {
        background-image:url(//cdn2.hubspot.net/hub/32387/file-1266542744-png/2014Web/img/h-verticals-icon-gear-sm.png);
        width:73px!important;
        height:74px!important;
        display:block!important;
        position:relative!important;
        z-index:10!important;
        margin:0px auto 20px!important;
    }
}
@media screen and (max-width:420px) {
    .h-verticals-cont h2 {
        font-size:30px!important;
    }
    .h-verticals-cont p.verttitle {
        font-size:19px!important;
        width:75%;
        margin-bottom:30px!important;
        text-align:center!important;
    }
    .h-verticals-cont h3 {
        font-size:24px!important;
    }
    .h-verticals-cont p {
        font-size:18px!important;
        line-height:145%!important;
    }    
}

/*==================================================/
            HOME MORE CONTENT/RESOURCES
/==================================================*/
.h-morecontent-wrap {
    width:100%;
    margin:0;
    padding:80px 0 60px;
    background:#FBFBFB;
    background-color:#FBFBFB;
    position:relative;
    z-index:8;
    display:block!important;
}
.h-morecontent-cont {
    max-width:1180px!important;
    width:100%!important;
    margin:0 auto!important;
    padding:0 20px;
    float:none!important;
    display:block!important;
}
.h-morecontent-cont h2 {
    font-family:'Merriweather',Helvetica,Arial,sans-serif!important;
    font-size:41px!important;
    color:#264551!important;
    font-weight:300!important;
    line-height:120%!important;
    padding:0!important;
    margin:0 0 50px!important;
    text-align:center!important;
}
.h-morecontent-cont img {
    margin-top:40px!important;
    margin-bottom:40px!important;
    cursor:pointer!important;
}
.h-morecontent-cont img:hover {
    background-image:url();
    background-color:;
    background:center top!important!
}
.morecontent-link-cont {
    margin:40px auto!important;
    width:450px!important;
    float:none!important;
    display:block!important;
}
.morecontent-link-cont a.link-white1 {
    float:left!important;
    margin-right:5%!important;
    text-align:center!important;
    width: 180px!important;
    background-color: #fff;
    border: 1px solid #264551;
    border-radius: 8px;
    color: #264551;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'merriweather',helvetica,sans-serif !important;
    font-size: 19px;
    padding: 15px;
    text-decoration: none !important;
    transition: all 0.4s ease-in-out 0s;
}
.morecontent-link-cont a.link-white2 {
    float:left!important;
    margin-right:0%!important;
    text-align:center!important;
    width: 180px!important;
    background-color: #fff;
    border: 1px solid #264551;
    border-radius: 8px;
    color: #264551;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'merriweather',helvetica,sans-serif !important;
    font-size: 19px;
    padding: 15px;
    text-decoration: none !important;
    transition: all 0.4s ease-in-out 0s;
}
.morecontent-link-cont a.link-white1:hover, .morecontent-link-cont a.link-white2:hover {
    background-color:#264551!important;
    color:#FFFFFF!important;
}

/* Responsive */
@media screen and (max-width:767px) {
    .resource-img1, .resource-img2, .resource-img3 {
        text-align:center!important;
        margin:20px auto!important;
        float:none!important;
    }
    .h-morecontent-cont img {
        text-align:center!important;
        margin:12px auto!important;
        float:none!important;
    }
}
@media screen and (max-width:600px) {
    .morecontent-link-cont {
        margin:20px auto!important;
        width:300px!important;
        float:none!important;
        display:block!important;
    }
    .morecontent-link-cont a.link-white1 {
        float:none!important;
        margin:10px auto!important;
        text-align:center!important;
        width:260px!important;
    }
    .morecontent-link-cont a.link-white2 {
        float:none!important;
        margin:10px auto!important;
        text-align:center!important;
        width:260px!important;
    }    
}
@media screen and (max-width:380px) {
    .morecontent-link-cont {
        margin:20px auto!important;
        width:270px!important;
        float:none!important;
        display:block!important;
    }
    .morecontent-link-cont a.link-white1 {
        float:none!important;
        margin:10px auto 20px!important;
        text-align:center!important;
        width:240px!important;
        padding:15px 12px!important;
    }
    .morecontent-link-cont a.link-white2 {
        float:none!important;
        margin:10px auto!important;
        text-align:center!important;
        width:240px!important;
        padding:15px 12px!important;
    } 
}
@media screen and (max-width:320px) {
    .morecontent-link-cont {
        margin:20px auto!important;
        width:100%!important;
        float:none!important;
        display:block!important;
    }
    .morecontent-link-cont a.link-white1 {
        float:none!important;
        margin:10px auto 20px!important;
        text-align:center!important;
        width:90%!important;
        padding:15px 10px!important;
    }
    .morecontent-link-cont a.link-white2 {
        float:none!important;
        margin:10px auto!important;
        text-align:center!important;
        width:90%!important;
        padding:15px 10px!important;
    }    
}

/*==================================================/
                HOME SOCIAL SECTION
/==================================================*/
.h-social-wrap {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-2419708698-jpg/2014Web/img/Homepage_Images/SocialMedia_background2.jpg);
    background-size:cover!important;
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    width:100%!important;
    height:564px;
    margin:0;
    padding:70px 0px 0px;
    position:relative;
    z-index:12;
    display:block!important;
}
.h-social-cont {
    max-width:1180px!important;
    width:100%!important;
    margin:0 auto!important;
    padding:0 20px;
    float:none!important;
    display:block!important;
}
.h-social-cont h2 {
    font-family:'Merriweather',Helvetica,arial,sans-serif;
    font-weight:300!important;
    font-size:44px!important;
    color:#FFFFFF!important;
    line-height:130%!important;
    margin:70px 0 10px!important;
    padding:0;
    text-align:center!important;
}
.h-social-cont p {
    font-family:'Lato',Helvetica,arial,sans-serif;
    font-weight:300!important;
    font-size:22px!important;
    color:#FFFFFF!important;
    line-height:170%!important;
    margin:8px auto 25px!important;
    padding:0;
    width:70%;
    text-align:center!important;
}
.h-social-cont .social {
    margin:0 auto!important;
    width:436px!important;
    text-align:center!important;
    float:none!important;
    display:block!important;
}
.h-social-cont a.fb {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1236598389-png/2014Web/img/h-social-icon-fb.png);
    background-repeat:no-repeat;
    height:60px;
    width:61px;
    float:left;
    display:block;
    text-indent:-5000px!important;
    border-radius:30px;
    margin-right:3%!important;
}
.h-social-cont a.fb:hover {
    background-color:#3b5998;
}
.h-social-cont a.tw {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1236598394-png/2014Web/img/h-social-icon-tw.png);
    background-repeat:no-repeat;
    height:60px;
    width:61px;
    float:left;
    display:block;
    text-indent:-5000px!important;
    border-radius:30px;
    margin-right:3%!important;
}
.h-social-cont a.tw:hover {
    background-color:#00aced;
}
.h-social-cont a.gg {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1243187437-png/2014Web/img/h-social-icon-gg.png);
    background-repeat:no-repeat;
    height:60px;
    width:62px;
    float:left;
    display:block;
    text-indent:-5000px!important;
    border-radius:30px;
    margin-right:3%!important;
}
.h-social-cont a.gg:hover {
    background-color:#dd4b39;
}
.h-social-cont a.li {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1243187432-png/2014Web/img/h-social-icon-li.png);
    background-repeat:no-repeat;
    height:60px;
    width:62px;
    float:left;
    display:block;
    text-indent:-5000px!important;
    border-radius:30px;
    margin-right:3%!important;
}
.h-social-cont a.li:hover {
    background-color:#007bb6;
}
.h-social-cont a.yt {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1237037248-png/2014Web/img/h-social-icon-yt.png);
    background-repeat:no-repeat;
    height:60px;
    width:61px;
    float:left;
    display:block;
    text-indent:-5000px!important;
    border-radius:30px;
    margin-right:3%!important;
}
.h-social-cont a.yt:hover {
    background-color:#bb0000;
}
.h-social-cont a.ig {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1238680416-png/2014Web/img/h-social-icon-ig.png);
    background-repeat:no-repeat;
    height:60px;
    width:61px;
    float:left;
    display:block;
    text-indent:-5000px!important;
    border-radius:30px;
    margin-right:0%!important;
}
.h-social-cont a.ig:hover {
    background-color:#517fa4;
}
.h-social-cont .meet-us-link {
    margin:25px auto 0!important;
}

/* Responsive */
@media screen and (max-width:600px) {
    .h-social-cont h2 {
        font-size:32px!important;
        margin:50px 0 10px!important;
    }
    .h-social-cont p {
        font-size:20px!important;
        line-height:160%!important;
        width:75%;
    }
    .h-social-cont .social {
        width:200px!important;
    }    
    .h-social-cont a.fb {
        margin-right:3%!important;
        margin-bottom:5%!important;
    }
    .h-social-cont a.tw {
        margin-right:3%!important;
        margin-bottom:5%!important;
    }
    .h-social-cont a.gg {
        margin-right:0%!important;
        margin-bottom:5%!important;
    }
    .h-social-cont a.li {
        margin-right:3%!important;
        margin-bottom:30px!important;
    }
    .h-social-cont a.yt {
        margin-right:3%!important;
        margin-bottom:30px!important;
    }
    .h-social-cont a.ig {
        margin-right:0%!important;
        margin-bottom:30px!important;
    }
}
@media screen and (max-width:420px) {
    .h-social-cont h2 {
        font-size:28px!important;
        margin:10px 0 20px!important;
    }
    .h-social-cont p {
        font-size:18px!important;
        line-height:160%!important;
        width:75%;
        margin:8px auto 35px!important;
    }
}

/*==================================================/
                HOME SIMPLE FOOTER
/==================================================*/
.h-footer-wrap {
    background:#FFFFFF!important;
    width:100%!important;
    margin:0!important;
    padding:40px 0 30px!important;
}
.h-footer-cont {
    width:100%!important;
    max-width:1180px!important;
    padding:0 20px!important;
    float:none!important;
    display:block!important;
    margin:0 auto!important;
}
.h-footer-left {
    text-align:left!important;
}
.h-footer-right {
    text-align:right!important;
}
.h-footer-right a {
    text-align:center!important;
    float:right!important;
    margin:7px 0 0 !important;
    width:150px!important;
    border-radius:4px!important;
}
.h-footer-copy {
    text-align:center!important;
    margin:40px 0 0!important;
}
.h-footer-copy p {
    text-align:center!important;
    font-family:'Lato',Helvetica,Arial,sans-serif!important;
    font-size:13px!important;
    font-weight:300!important;
    line-height:140%!important;
}
.h-footer-copy a {
    color:#009fc3!important;
}

/* Responsive */
@media screen and (max-width:767px) {
    .h-footer-left {
        text-align:center!important;
    }   
    .h-footer-right {
        text-align:center!important;
    }
    .h-footer-right a {
        text-align:center!important;
        float:none!important;
        margin:20px auto 0 !important;
    }
}

/*=================================================================================================/
            GENERAL INTERIOR TEMPLATE AND WRITING STYLES (BLOG READING TEMPLATE INCLUDED)
/=================================================================================================*/
.gen-wrap {
    width:100%!important;
    background:#FFFFFF!important;
    display:block!important;
    margin: 0 !important;
    padding: 40px 0 0 !important;
}
.gen-cont {
    float:none!important;
    width:100%!important;
    max-width:1180px!important;
    margin:0 auto 10px!important;
    display:block!important;
    padding:0 20px 30px 20px!important;
}
.gen-lp-cont {
    float:none!important;
    width:100%!important;
    max-width:1180px!important;
    margin:0 auto 10px!important;
    display:block!important;
    padding:0 20px 30px 20px!important;
}
.gen-sm-cont {
    float:none!important;
    width:100%!important;
    max-width:913px!important;
    margin:0 auto 0px!important;
    display:block!important;
    padding:20px 20px 40px!important;
}
.gen-center-cont {
    float:none!important;
    width:100%!important;
    max-width:880px!important;
    margin:0 auto 40px!important;
    display:block!important;
    padding:0 20px!important;
}
.gen-resources-cont {
    float:none!important;
    width:100%!important;
    max-width:1180px!important;
    margin:40px auto 40px!important;
    display:block!important;
    padding:0 20px!important;
}
.gen-cont h1, .gen-sm-cont h1, .gen-center-cont h1, .blog-read-cont h1, .about-grey-cont h1, .gen-resources-cont h1, .gen-lp-cont h1 {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-weight:300!important;
    line-height:125%!important;
    font-size:42px!important;
    color:#264551!important;
    margin:0!important;
    padding:20px 0 20px!important;
}
.gen-cont h2, .gen-center-cont h2, .blog-read-cont h2, .about-grey-cont h2, .gen-resources-cont h2, .gen-lp-cont h2 {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-weight:300!important;
    line-height:120%!important;
    font-size:30px!important;
    color:#0f9fc4!important;
    margin:0!important;
    padding:6px 0 16px!important;
}
.gen-sm-cont h2 {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-weight:300!important;
    line-height:150%!important;
    font-size:30px!important;
    color:#0f9fc4!important;
    margin:0!important;
    padding:0px 0 16px!important;
}
.gen-cont h3, .gen-sm-cont h3, .gen-center-cont h3, .blog-read-cont h3, .about-grey-cont h3 {
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:600!important;
    line-height:140%!important;
    font-size:20px!important;
    color:#264551!important;
    margin:0!important;
    padding:14px 0 2px!important;
    text-transform:uppercase!important;
}
.gen-lp-cont h3 {
    font-family:'lato',helvetica,sans-serif;
    font-weight:600;
    line-height:140%;
    font-size:20px;
    color:#264551;
    margin:0;
    padding:14px 0 2px;
    text-transform:uppercase;
}
.gen-resources-cont h3 {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-weight:300!important;
    line-height:120%!important;
    font-size:30px!important;
    color:#314d58!important;
    margin:0!important;
    padding:6px 0 16px!important;
}
.gen-cont h4, .gen-sm-cont h4, .gen-center-cont h4, .blog-read-cont h4, .about-grey-cont h4, .gen-resources-cont h4, .gen-lp-cont h4 {
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:300!important;
    line-height:150%!important;
    font-size:18px!important;
    color:#4bb7d3!important;
    margin:0!important;
    padding:10px 0 10px!important;
}
.gen-cont p, .gen-center-cont p, .blog-read-cont p, .about-grey-cont p, .gen-resources-cont p, .gen-lp-cont p {
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:500!important;
    line-height:180%!important;
    font-size:17px!important;
    color:#264551!important;
    margin:0!important;
    padding:4px 0 18px!important;
}
.gen-sm-cont p {
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:500!important;
    line-height:185%!important;
    font-size:17px!important;
    color:#264551!important;
    margin:0!important;
    padding:0px 0 18px!important;
}
.gen-cont a, .gen-center-cont a, .about-grey-cont a, .gen-resources-cont a, .gen-lp-cont a {
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:500!important;
    font-size:17px!important;
    color:#94c03d!important;
    margin:0!important;
    padding:16px 0 !important;
}
.blog-read-cont a {
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:500!important;
    font-size:17px!important;
    color:#0F9FC4!important;
    margin:0!important;
    padding:16px 0 !important;
}
.gen-sm-cont a {
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:500;
    font-size:17px;
    color:#94c03d;
    margin:0!important;
}
ul {
    list-style-type:none!important;
    padding-left:0px;
}
.gen-cont ul, .gen-sm-cont ul, .gen-center-cont ul, .blog-read-cont .post-body ul, .about-grey-cont ul, .gen-lp-cont ul {
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:500!important;
    margin:12px 0 16px!important;
    padding:8px 0 12pximportant;
    list-style-type:none!important;
}
.gen-cont ul li, .gen-sm-cont ul li, .gen-center-cont ul li, .blog-read-cont .post-body ul li, .gen-lp-cont ul li {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1279089940-png/2014Web/img/bullet-arrow.png)!important;
    background-repeat:no-repeat!important;
    background-position:left 11px!important;
    padding:5px 0 8px 40px!important;
    margin:0!important;
    line-height:170%!important;
    font-size:17px!important;
    color:#264551!important;
}
.gen-cont ol, .gen-sm-cont ol, .gen-center-cont ol, .blog-read-cont .post-body ol, .gen-lp-cont ol {
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:500!important;
    margin:8px 0 16px 0px!important;
    padding:8px 0 12pximportant;

}
.gen-cont ol li, .gen-sm-cont ol li, .gen-center-cont ol li, .blog-read-cont .post-body ol li, .gen-lp-cont ol li {
    padding:8px 0 8px 0px!important;
    margin:0!important;
    line-height:170%!important;
    font-size:17px!important;
    color:#264551!important;
}

/* Bottom Resources Styles */
.gen-resources-cont img {
    padding:14px 0!important;
}
.gen-resources-cont ul {
    margin:10px 0 0!important;
}
.gen-resources-cont ul li {
    list-style-type: none !important;
    padding: 0 0 15px !important;
}
.gen-resources-cont ul li a {
    color: #264551 !important;
    font-family: 'Merriweather',Helvetica,sans-serif !important;
    font-size: 19px !important;
    font-weight: 300 !important;
    line-height: 145% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
}
.gen-resources-cont ul li a:hover {
    color:#009fc3!important;
}
@media screen and (max-width:767px) {
    .gen-resources-cont h3 {
        text-align:center!important;
    }
    .gen-resources-cont img {
        margin:0 auto!important;
        float:none!important;
        display:block!important;
    }
}

/*-------------| General Interior Form Styles |--------------*/
/*===========================================================*/
.gen-form-wrap {
    background:#FFFFFF!important;
    position:relative!important;
    width:100%!important;
    z-index:9990;
}
.gen-form-cont {
    background:#e9e9e9!important;
    padding:0px!important;
    max-width:940px!important;
    width:100%!important;
    margin:10px auto 2px!important;
    float:none!important;
}
.gen-form-lp-cont {
    background:#e9e9e9!important;
    padding:25px!important;
}
.gen-form-cont p, .gen-form-lp-cont p {
    text-align:center!important;
    line-height:150%!important;
    font-size:19px!important;
    color:#010101!important;
    font-weight:500!important;
    padding:25px 120px 0px!important;
    font-family:'lato',helvetica,sans-serif;
}
.gen-form-cont h3.form-title {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-weight:300!important;
    font-size:34px!important;
    line-height:120%!important;
    color:#264551!important;
    margin:30px 0 15px 3%!important;
    padding:3px 0!important;
}
.gen-lp-cont h3.form-title {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-weight:300!important;
    font-size:34px!important;
    line-height:120%!important;
    color:#264551!important;
    margin:0px 0 35px!important;
    padding:3px 0!important;
}
.gen-form-cont .hs-form fieldset, .gen-form-lp-cont .hs-form fieldset {
    max-width: 100%!important;
    display: block!important;
    min-height:10px!important;
}
.gen-form-cont .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 95%!important;
    float:none!important;
    margin:0 auto!important;
}
.gen-form-cont .hs-form fieldset.form-columns-2 .hs-form-field {
    float: left;
    margin-right: 1%!important;
    margin-left: 3%!important;
    width: 45%!important;
}
.gen-form-cont form input {
    font-family: 'Lato',helvetica,sans-serif!important;
    font-weight:400!important;
    font-size:15px!important;
}
.gen-form-cont form label {
    color: #009fc3!important;
    text-transform:uppercase!important;
    font-family: 'Lato',helvetica,sans-serif!important;
    font-weight:400!important;
    font-size:14px!important;
    padding:17px 0 5px!important;
    margin:0!important;
    text-align:left!important;
    display:block!important;
}
.gen-form-lp-cont form label {
    color: #009fc3;
    text-transform:uppercase!important;
    font-family: 'Lato',helvetica,sans-serif!important;
    font-weight:400!important;
    font-size:14px!important;
    padding:17px 0 5px!important;
    margin:0!important;
    text-align:left!important;
    display:block!important;
}
.gen-form-lp-cont form label.hs-form-checkbox-display {
    margin: 0!important;
    padding: 2px 0 0!important;
}
.gen-form-cont form.hs-form input[type="text"], .gen-form-cont form.hs-form input[type="email"], 
.gen-form-cont form.hs-form select, .gen-form-cont form.hs-form textarea, 
.gen-form-cont form.hs-form .email-correction {
    float: left !important;
    width: 100%!important;
}
.gen-form-cont textarea, .gen-form-cont input[type="text"], 
.gen-form-cont input[type="password"], .gen-form-cont input[type="datetime"], 
.contact-form-2014 input[type="datetime-local"], .gen-form-cont input[type="date"], 
.gen-form-cont input[type="month"], .gen-form-cont input[type="time"], 
.gen-form-cont input[type="week"], .gen-form-cont input[type="number"], 
.gen-form-cont input[type="email"], .gen-form-cont input[type="url"], 
.gen-form-cont input[type="search"], .gen-form-cont input[type="tel"], 
.gen-form-cont input[type="color"] select {
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px !important;
    font-family:"lato",helvetica,sans-serif!important;
    font-weight:300!important;
    height: auto !important;
    min-height: 45px !important;
    padding: 11px 7px 11px!important;
    width: 100%;
}
.gen-form-lp-cont textarea, .gen-form-lp-cont input[type="text"], 
.gen-form-lp-cont input[type="password"], .gen-form-lp-cont input[type="datetime"], 
.gen-form-lp-cont input[type="datetime-local"], .gen-form-lp-cont input[type="date"], 
.gen-form-lp-cont input[type="month"], .gen-form-lp-cont input[type="time"], 
.gen-form-lp-cont input[type="week"], .gen-form-lp-cont input[type="number"], 
.gen-form-lp-cont input[type="email"], .gen-form-lp-cont input[type="url"], 
.gen-form-lp-cont input[type="search"], .gen-form-lp-cont input[type="tel"], 
.gen-form-lp-cont input[type="color"] select {
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px !important;
    font-family:"lato",helvetica,sans-serif!important;
    font-weight:300!important;
    height: auto !important;
    min-height: 45px !important;
    padding: 11px 7px 11px!important;
    width: 100%;
}
.gen-form-cont .btn-primary, .gen-form-cont .hs-button.primary, .gen-form-lp-cont .btn-primary, .gen-form-lp-cont .hs-button.primary {
    -moz-user-select: none !important;
    background-color: #0f9fc4 !important;
    background-image: none !important;
    border: 1px solid #15768f !important;
    border-radius: 1px !important;
    box-shadow: 0 0 #000 inset !important;
    color: #fff !important;
    cursor: pointer !important;
    display: block !important;
    font-family: 'merriweather',helvetica,sans-serif !important;
    font-size: 20px !important;
    font-style: italic !important;
    font-weight: 300 !important;
    height: auto !important;
    line-height: 24px !important;
    margin: 30px auto !important;
    padding: 10px 5px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: none !important;
    width: 220px !important;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}
.gen-form-cont .btn-primary:hover, .gen-form-cont .hs-button.primary:hover, .gen-form-lp-cont .btn-primary:hover, .gen-form-lp-cont .hs-button.primary:hover {
    -moz-user-select: none !important;
    background-color: #94C03D !important;
    background-image: none !important;
    border: 1px solid #15768f !important;
    border-radius: 1px !important;
    box-shadow: 0 0 #000 inset !important;
    color: #fff !important;
    cursor: pointer !important;
    display: block !important;
    font-family: 'merriweather',helvetica,sans-serif !important;
    font-size: 20px !important;
    font-style: italic !important;
    font-weight: 300 !important;
    height: auto !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

/* General Link Button overwrite */
/* Centered */
a.link-gen {
    font-family:'merriweather',helvetica,sans-serif!important;
    display:block!important;
    float:none!important;
    color:#264551!important;
    background-color:#FFFFFF;
    width:220px;
    font-family:'Merriweather',arial,sans-serif;
    font-size:16px!important;
    line-height:120%!important;
    margin:10px auto!important;
    padding:12px 22px;
    border:1px solid #264551;
    border-radius:8px;
    cursor:pointer;
    text-align:center!important;
    text-decoration:none!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
a.link-gen:hover {
    background-color:#264551!important;
    color:#FFFFFF!important;
}
/* Left Aligned */
a.link-gen-left {
    font-family:'merriweather',helvetica,sans-serif!important;
    display:block!important;
    float:left!important;
    color:#264551!important;
    background-color:#FFFFFF;
    width:220px;
    font-family:'Merriweather',arial,sans-serif;
    font-size:16px!important;
    line-height:120%!important;
    margin:10px 0!important;
    padding: 18px 22px 15px;
    border:1px solid #264551;
    border-radius:8px;
    cursor:pointer;
    text-align:center!important;
    text-decoration:none!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
a.link-gen-left:hover {
    background-color:#264551!important;
    color:#FFFFFF!important;
}

/* Responsive */
@media screen and (max-width:767px) {  
    .gen-form-cont p {
        padding:30px 70px 10px!important;
    }
}
@media screen and (max-width:600px) {
    .gen-cont h1, .gen-center-cont h1, .blog-read-cont h1 {
        font-size:45px!important;
    }
    .gen-cont h2, .gen-center-cont h2, .blog-read-cont h2 {
        font-size:22px!important;
    }
    .gen-cont h3, .gen-center-cont h3, .blog-read-cont h3 {
        font-size:19px!important;
    }
    .gen-cont h4, .gen-center-cont h4, .blog-read-cont h4 {
        font-size:17px!important;
    }
    .gen-cont p, .gen-center-cont p, .blog-read-cont p {
        font-size:16px!important;
    }
    .gen-cont a, .gen-center-cont a, .blog-read-cont a {
        font-size:16px!important;
    }
    .gen-form-cont p {
        padding:30px 30px 10px!important;
    }    
    .gen-form-cont .hs-form fieldset.form-columns-2 .hs-form-field {
        float: none!important;
        margin:2px auto!important;
        width: 90%!important;
    }
    .gen-form-cont .hs-form fieldset.form-columns-1 .hs-form-field {
        width: 90%!important;
        float:none!important;
        margin:2px auto!important;
    }
    .gen-form-cont .btn-primary, .gen-form-cont .hs-button.primary {
        width: 91% !important;
    }
}
@media screen and (max-width:420px) {
    .gen-cont h1, .gen-center-cont h1, .blog-read-cont h1 {
        font-size:37px!important;
    }
    .gen-cont h2, .gen-center-cont h2, .blog-read-cont h2 {
        font-size:21px!important;
    }
    .gen-cont h3, .gen-center-cont h3, .blog-read-cont h3 {
        font-size:18px!important;
    }
    .gen-cont h4, .gen-center-cont h4, .blog-read-cont h4 {
        font-size:17px!important;
    }
    .gen-cont p, .gen-center-cont p, .blog-read-cont p {
        font-size:15px!important;
    }
    .gen-cont a, .gen-center-cont a, .blog-read-cont a {
        font-size:15px!important;
    }
    .gen-form-cont .hs-form-radio-display {
        width:160px!important;
        float:left!important;
    }
    form.hs-form .form-columns-2 .hs-form-field .hs-form-radio-display .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-form-radio-display .hs-input {
        width: 15%!important;
    }
}

/*=====================================================/
                    INDUSTRY PAGES
/=====================================================*/
.industry-saas-banner {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1497527548-jpg/2014Web/img/industry-banner-saas.jpg);
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position:50% top!important;
    width:100%!important;
    height:319px!important;
    display:block!important;
}
.industry-health-banner {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1535058746-jpg/2014Web/img/industry-banner-healthcare.jpg);
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position:50% top!important;
    width:100%!important;
    height:319px!important;
    display:block!important;
}
.industry-manufacturing-banner {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1535058751-jpg/2014Web/img/industry-banner-manufacturing.jpg);
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position:50% top!important;
    width:100%!important;
    height:319px!important;
    display:block!important;
}
.industry-main-banner {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1582419176-jpg/2014Web/img/industry-main-banner.jpg);
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position:50% top!important;
    width:100%!important;
    height:319px!important;
    display:block!important;
}
.industry-main-wrap1 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1582834695-jpg/2014Web/img/industry-main-wrap1.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}
.industry-saas-banner h1, .industry-health-banner h1, .industry-manufacturing-banner h1, .industry-main-banner h1 {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-weight:300!important;
    line-height:110%!important;
    font-size:55px!important;
    color:#ffffff!important;
    margin:0!important;
    padding:60px 0 2px!important;
    text-align:center!important;
}
.industry-saas-banner p, .industry-health-banner p, .industry-manufacturing-banner p {
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:300!important;
    line-height:130%!important;
    font-size:25px!important;
    color:#ffffff!important;
    margin:0!important;
    text-align:center!important;
    padding:4px 20px 18px!important;
}
h2.industry-h2 {
    text-align:center!Important;
    color:#264551!important;
    font-size:40px!important;
    font-weight:300!Important;
}
h3.industry {
    color:#314d58!important;
    font-size:30px!important;
    text-align:center!important;
    font-weight:300!important;
    font-family:'Merriweather',Georgia,serif!important;
    text-transform:none!important;
}
span.industry-blue {
    font-style:italic!important;
    color:#0f9fc4!important;
}
h4.industry {
    color:#264551!important;
    font-family:'lato',helvetica,sans-serif!important;
    text-align:center!important;
    font-size:19px!important;
    font-weight:700!important;
}

/* Responsive Industry */
@media screen and (max-width:767px) {
    .industry-saas-banner h1 {
        font-size:45px!important;
        padding:40px 0 2px!important;
    } 
}
@media screen and (max-width:480px) {
    .industry-saas-banner h1 {
        font-size:38px!important;
        padding:20px 0 2px!important;
    } 
}

/*=====================================================/
                    CONTACT US
/=====================================================*/
.contact-cont {
    float:none!important;
    width:100%!important;
    max-width:1180px!important;
    margin:0 auto!important;
    display:block!important;
    padding:0 20px!important;
    z-index:9990!important;
    position:relative!important;
    background:#FFFFFF!important;
}
.contact-banner {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1446852714-jpg/2014Web/img/contact-new-banner.jpg)!important;
    background-position:50% top!important;
    background-size:cover!important;
    width:100%!important;
    min-height:283px!important;µ
    height:auto!important;
    margin:0 auto 10px!important;
    float:none!important;
    max-width:1140px!important;
}
.mobile-city-img {
    display:none!important;
}
h1.contact {
    font-family:'merriweather',helvetica,sans-serif;
    font-weight:300!important;
    font-size:46px!important;
    text-align:center!important;
    line-height:120%!important;
    margin:0!important;
    padding:4px 0 !important;
    color:#FFFFFF!important;
}
p.worldwide {
    font-family:'lato',helvetica,sans-serif;
    font-weight:300!important;
    font-size:24px!important;
    text-align:center!important;
    line-height:120%!important;
    margin:0!important;
    padding:4px 0 12px!important;
    color:#254551!important;
}
h2.contact-addy {
    font-family:'merriweather',helvetica,sans-serif;
    font-weight:300!important;
    font-size:20px!important;
    text-align:center!important;
    line-height:140%!important;
    margin:0!important;
    padding:4px 0 !important;
    color:#264551!important;
}
h2.contact-addy a {
    font-family:'merriweather',helvetica,sans-serif;
    font-weight:300!important;
    font-size:20px!important;
    text-align:center!important;
    line-height:140%!important;
    margin:0!important;
    padding:4px 0 !important;
    color:#139fc4!important;
}
h3.contact, h3.contact a {
    font-family:'merriweather',helvetica,sans-serif;
    font-weight:600!important;
    font-style:italic!important;
    font-size:20px!important;
    text-align:center!important;
    line-height:140%!important;
    margin:25px 0 0!important;
    padding:3px 0 !important;
    color:#0f9fc4!important;
}
a.contact-number {
    font-family:'lato',helvetica,sans-serif;
    font-weight:500!important;
    font-size:25px!important;
    text-align:center!important;
    line-height:120%!important;
    margin:0!important;
    padding:4px 0 !important;
    color:#264551!important;
    text-decoration:none!important;
}
a.contact-number-sm {
    font-family:'lato',helvetica,sans-serif;
    font-weight:500!important;
    font-size:20px!important;
    text-align:center!important;
    line-height:100%!important;
    margin:0!important;
    padding:4px 0 !important;
    color:#264551!important;
    text-decoration:none!important;
}
.contact-call, .contact-request, .contact-submit, .contact-join {
    margin-top:40px!important;
    margin-bottom:40px!important;
    z-index:9990!important;
    position:relative!important;
    text-align:center!important;
}

/* Form Styles */
.contact-form-2014 {
    background:#e9e9e9!important;
    padding:40px!important;
    width:100%!important;
    margin-bottom:80px!important;
}
.contact-cont h3.form-title {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-weight:300!important;
    font-size:34px!important;
    line-height:120%!important;
    color:#264551!important;
    margin:2px 0 15px 3%!important;
    padding:3px 0!important;
}
.contact-cont .hs-form fieldset {
    max-width:100%!important;
}
.contact-form-2014 .hs-form fieldset.form-columns-2 .hs-form-field {
    float: left;
    margin-right: 1%!important;
    margin-left: 3%!important;
    width: 45%!important;
}
.contact-form-2014 form label {
    color: #264551!important;
    text-transform:uppercase!important;
    font-family: 'Lato',helvetica,sans-serif!important;
    font-weight:300!important;
    font-size:14px!important;
    padding:17px 0 5px!important;
    margin:0!important;
    text-align:left!important;
    display:block!important;
}
.contact-form-2014 form.hs-form input[type="text"], .contact-form-2014 form.hs-form input[type="email"], .contact-form-2014 form.hs-form select, .contact-form-2014 form.hs-form textarea, .contact-form-2014 form.hs-form .email-correction {
    float: left !important;
    width: 100%!important;
}
.contact-form-2014 ul li.hs-form-radio {
    height: 25px !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.contact-form-2014 textarea, .contact-form-2014 input[type="text"], .contact-form-2014 input[type="password"], .contact-form-2014 input[type="datetime"], .contact-form-2014 input[type="datetime-local"], .contact-form-2014 input[type="date"], .contact-form-2014 input[type="month"], .contact-form-2014 input[type="time"], .contact-form-2014 input[type="week"], .contact-form-2014 input[type="number"], .contact-form-2014 input[type="email"], .contact-form-2014 input[type="url"], .contact-form-2014 input[type="search"], .contact-form-2014 input[type="tel"], .contact-form-2014 input[type="color"] select {
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px !important;
    font-family:"lato",helvetica,sans-serif!important;
    font-weight:300!important;
    height: auto !important;
    min-height: 45px !important;
    padding: 11px 7px 11px!important;
    width: 100%;
}
.contact-form-2014 .btn-primary, .hs-button.primary {
    -moz-user-select: none !important;
    background-color: #0f9fc4 !important;
    background-image: none !important;
    border: 1px solid #15768f !important;
    border-radius: 1px !important;
    box-shadow: 0 0 #000 inset !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: 'merriweather',helvetica,sans-serif !important;
    font-size: 20px !important;
    font-style: italic !important;
    font-weight: 300 !important;
    height: auto !important;
    line-height: 24px !important;
    margin: 30px 0 !important;
    padding: 10px 5px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: none !important;
    width: auto !important;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}
.contact-form-2014 .btn-primary:hover, .hs-button.primary:hover {
    -moz-user-select: none !important;
    background-color: #94C03D !important;
    background-image: none !important;
    border: 1px solid #15768f !important;
    border-radius: 1px !important;
    box-shadow: 0 0 #000 inset !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: 'merriweather',helvetica,sans-serif !important;
    font-size: 20px !important;
    font-style: italic !important;
    font-weight: 300 !important;
    height: auto !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

/* Responsive Contact Us Styles */
@media screen and (max-width:930px) {
    .contact-banner {
        background-image:url(//cdn2.hubspot.net/hub/32387/file-1447420748-jpg/2014Web/img/contact-banner-tablet.jpg)!important;
    }
}
@media screen and (max-width:768px) {
    .contact-banner {
        display:none!important;
    }
    .mobile-city-img {
        display:block!important;
    }    
}
@media screen and (max-width:767px) {
    .contact-banner {
        display:none!important;
    }
    .mobile-city-img {
        display:block!important;
    }
    .addy-left {
        border-bottom:1px solid #b8b7b7!important;
        margin-bottom:25px!important;
        padding-bottom:25px!important;
    }
    .addy-right {
        border-bottom:1px solid #b8b7b7!important;
        margin-bottom:25px!important;
        padding-bottom:25px!important;
    }
}
@media screen and (max-width:600px) {
    h1.contact {
        font-size:36px!important;
        line-height:115%!important;
    }
    .contact-form-2014 .hs-form fieldset.form-columns-2 .hs-form-field {
        float: none!important;
        margin-right: 0%!important;
        margin-left: 0%!important;
        width: 100%!important;
    }
    .btn-primary, .hs-button.primary {
        width: 99% !important;
    }
}
@media screen and (max-width:480px) {
    .contact-banner {display:none!important;}
    .addy-left {
        margin-top:30px!important;
    }
    .contact-form-2014 .hs-form-radio-display {
        width:160px!important;
        float:left!important;
    }
    form.hs-form .form-columns-2 .hs-form-field .hs-form-radio-display .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-form-radio-display .hs-input {
        width: 15%!important;
    }
}
/*========================================================/
                    FOUR PAIN POINTS
/========================================================*/
/*----------| General Styles for Pain Points Section |---------*/
.pain-main-banner {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1582939223-jpg/2014Web/img/Pain_Points/pain-main-banner.jpg)!important;
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 319px!important;
}
.pain-img-cont {
    float:none!important;
    width:100%!important;
    max-width:913px!important;
    margin:0 auto!important;
    display:block!important;
    padding:60px 20px!important;
}
.pain-img-cont h1 {
    color:#ffffff!important;
    font-size:55px!important;
    text-align:center!important;
    margin:0px auto!important;
    font-family:'merriweather',georgia,serif!important;
    font-weight:300!important;
    line-height:115%!important;
    width:96%!important;
}
.pain-img-cont h2 {
    font-family:'merriweather',georgia,serif!important;
    font-weight:300!important;
    line-height:180%!important;
    font-size:30px!important;
    color:#ffffff!important;
    margin:0!important;
    padding:0px 0 18px!important;
}
.pain-img-cont h3 {
    font-family:'merriweather',georgia,serif!important;
    font-weight:300!important;
    font-style:italic!important;
    line-height:140%!important;
    font-size:21px!important;
    color:#ffffff!important;
    margin:0!important;
    padding:0px 0 20px!important;
}
.pain-img-cont h4 {
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:300!important;
    line-height:150%!important;
    font-size:18px!important;
    color:#4bb7d3!important;
    margin:0!important;
    padding:10px 0 10px!important;
}
.pain-img-cont h4.big {
    font-size:122px!important;
    text-align:center!important;
    color:#FFFFFF!important;
    font-family:'merriweather',georgia,serif!important;
    line-height: 100% !important;
    padding: 15px 0 10px !important;
}
h4.big-blue {
    font-size:100px!important;
    text-align:center!important;
    color:#009fc3!important;
    font-family:'merriweather',georgia,serif!important;
    line-height: 100% !important;
    padding: 15px 0 10px !important;
}
.pain-img-cont h4.bubbletext {
    font-family:'merriweather',georgia,serif!important;
    font-weight:300!important;
    line-height:140%!important;
    font-size:16px!important;
    color:#ffffff!important;
    margin:0!important;
    padding:10px 14px 10px!important;
    text-align:center!important;
}
h4.bubbletext-blue {
    font-family:'merriweather',georgia,serif!important;
    font-weight:300!important;
    line-height:140%!important;
    font-size:16px!important;
    color:#009fc3!important;
    margin:0!important;
    padding:10px 14px 10px!important;
    text-align:center!important;
}
.pain-img-cont p {
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:500!important;
    line-height:190%!important;
    font-size:17px!important;
    color:#ffffff!important;
    padding:0px 0 18px!important;
}
.pain-img-cont a {
    color:#10bfe6!important;
    font-size:17px;
    text-decoration:none!important;
    font-weight:500!important;
}
a.link-pain-left {
    font-family:'merriweather',helvetica,sans-serif!important;
    display:block!important;
    float:left!important;
    color:#264551!important;
    background-color:#FFFFFF;
    width:220px;
    font-family:'Merriweather',arial,sans-serif;
    font-size:16px!important;
    line-height:120%!important;
    margin:10px 0!important;
    padding: 18px 22px 15px;
    border:1px solid #264551;
    border-radius:8px;
    cursor:pointer;
    text-align:center!important;
    text-decoration:none!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
a.link-pain-left:hover {
    background-color:#264551!important;
    color:#FFFFFF!important;
}
.pain-img-cont a.bubbleL {
    color:#10bfe6!important;
    font-size:17px;
    text-decoration:underline!important;
    font-weight:500!important;
    text-align:center!important;
    margin:0 auto!important;
    display:block!important;
    font-style:italic!important;
}
.pain-img-cont .bubble-slider {
    background:url(//cdn2.hubspot.net/hub/32387/file-1569886568-png/2014Web/img/Pain_Points/pain-webdesign-bubble-bgR.png) no-repeat scroll 0 0 transparent!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1569886568-png/2014Web/img/Pain_Points/pain-webdesign-bubble-bgR.png)!important;
    background-color:transparent!important;
    background-position:0 0;
    padding:20px!important;
    min-height:325px!important;
}
#bubble-border-R {
    border-right: 1px solid #fff !important;
    display: block !important;
    height: 277px !important;
    margin-left: 276px;
    position: absolute;
    top: 60px;
    z-index: 9999 !important;
}
.pain-img-cont .hs_cos_flex-slider {
    background:none!important;
}
.pain-img-cont .hs_cos_flex-direction-nav a {
    display:none!important;
}
.pain-img-cont .hs_cos_flex-control-paging li a {
    background:none repeat scroll 0 0 rgba(187, 130, 215, 0.95)!important;
}
.bubble-left {
    width:281px!important;
    min-height:325px!important;
    display:block!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1569886573-png/2014Web/img/Pain_Points/pain-webdesign-bubble-bgL.png);
    background-repeat:no-repeat;
    background-position:0 0;
}
.bubble-right-dark {
    width:244px!important;
    min-height:325px!important;
    display:block!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1587415246-png/2014Web/img/Pain_Points/pain-content-bubbleR.png);
    background-repeat:no-repeat;
    background-position:0 0;
}
.gen-sm-cont ul li h3 {
    line-height:130%!important;
    padding:0 0 12px!important;
}

/* Responsive */
@media screen and (max-width:900px) {
    #bubble-border-R {
        border-right: 1px solid #fff !important;
        display: block !important;
        height: 277px !important;
        margin-left:none!important;
        right:20px!important;
    }
    a.link-pain-left {
        width:75%!important;    
    }
}
@media screen and (max-width:767px) {
    .pain-img-cont h1 {
        font-size:48px!important;
    }    
    .bubble-left, .bubble-right-dark {
        float:none!important;
        margin:0 auto!important;
    }
    .pain-img-cont .hs_cos_flex-slider {
        width:60%!important;
        float:none!important;
        margin:5px auto 40px!important;
        min-height:none!important;
    }
    .pain-img-cont .bubble-slider {
        background:none!important;
    }
    #bubble-border-R {display:none!important;}
}
@media screen and (max-width:480px) {
    .pain-img-cont h1 {
        font-size:42px!important;
    }    
}
 
 
/*-----------------| Website Redesign |----------------*/
.pain-webdesign-banner {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1569911934-jpg/2014Web/img/Pain_Points/pain-webdesign-banner.jpg)!important;
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 319px!important;
}
.pain-webdesign-wrap1 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1569911944-jpg/2014Web/img/Pain_Points/pain-webdesign-wrap1.jpg)!important;
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}
.pain-webdesign-wrap2 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1573362975-jpg/2014Web/img/Pain_Points/pain-webdesign-wrap2.jpg)!important;
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}

/*-----------------| Inbound Marketing |----------------*/
.pain-inbound-wrap1 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1586860755-jpg/2014Web/img/Pain_Points/pain-inbound-wrap1.jpg)!important;
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}
.pain-inbound-wrap2 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1583000109-jpg/2014Web/img/Pain_Points/pain-inbound-wrap2.jpg)!important;
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}
/*-----------------| Content Marketing |----------------*/
.pain-content-wrap1 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1587374986-jpg/2014Web/img/Pain_Points/pain-content-wrap1.jpg)!important;
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}
.pain-content-wrap2 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1587374991-jpg/2014Web/img/Pain_Points/pain-content-wrap2.jpg)!important;
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}

/*-----------------| Marketing Strategy |----------------*/
.pain-marketing-wrap1 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1587210982-jpg/2014Web/img/Pain_Points/pain-marketing-wrap1.jpg)!important;
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}
.pain-marketing-wrap2 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1587210987-jpg/2014Web/img/Pain_Points/pain-marketing-wrap2.jpg)!important;
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}

/*=====================================================/
                    OUR WORK
/=====================================================*/

/*------------| Web Design |-------------*/
.web-tabs-cont {
    margin:10px auto 30px!important;
    float:none!important;
    padding:40px 25px;
    width:100%!important;
    max-width:1180px!important;
    background:#E0DCDD!important;
}

/*-------------| Infographics |----------------*/
.feat-infographic {
    margin-bottom:20px!important;
}
.infographic {
    margin-top:20px!important;
    margin-bottom:20px!important;
}
.infographic img, .feat-infographic img {width:100%!important;}
.infographic:hover, .feat-infographic:hover {
    background:#0f9fc4;
}
.infographic:hover img, .feat-infographic:hover img {
    opacity:0.5;
}

/*-------------| Case Studies |----------------*/
.cases-banner-wrap {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1551986650-jpg/2014Web/img/Services/services-social-banner.jpg);
    background-repeat:no-repeat;
    background-position:50% top!important;
    background-size: cover !important;
    display: block !important;
    min-height: 300px !important;
    width: 100% !important;
    position:relative;
    z-index:9990;
}
.case-gen-cont {
    display:block!important;
    margin-bottom:70px!important;
}
.case-gen-cont p {
    line-height:130%!important;
    padding:0 0 22px!important;
}
.case-gen-cont h3 {
    padding: 0px 0 2px !important;
    margin:0!important;
    line-height:110%!important;
}
.case-study-img {
    text-align:right!important;
}
@media screen and (max-width:767px) {
    .case-study-img {
        text-align:center!important;
    }    
}
/*--------------| Integrated Campaigns |-----------------*/
.work-campaigns-banner {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1610378867-jpg/2014Web/img/campaigns-banner.jpg);
    background-repeat:no-repeat;
    background-position:50% top!important;
    background-size: cover !important;
    display: block !important;
    min-height: 300px !important;
    width: 100% !important;
    position:relative;
    z-index:9990;
}
.campaign-gen-cont {
    display:block!important;
    margin-bottom:70px!important;
}

/*=====================================================/
                ABOUT US - OUR TEAM
/=====================================================*/
.about-team-banner-wrap {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1460472359-jpg/2014Web/img/aboutus-bg-banner.jpg);
    background-repeat:no-repeat;
    background-position:50% top!important;
    background-size: cover !important;
    display: block !important;
    min-height: 321px !important;
    width: 100% !important;
    position:relative;
    z-index:9990;
}
.about-team-banner-wrap h1 {
    color:#ffffff!important;
    font-size:56px!important;
    text-align:center!important;
    margin:130px auto!important;
    font-family:'merriweather',georgia,serif!important;
    font-weight:300!important;
}
.about-tab-cont {
    width:100%!important;
    margin:30px auto!important;
    float:none!important;
    display:block!important;
    max-width:1080px!important;
    padding:0 20px!important;
    min-height:800px!important;
}
.about-tab-cont h2 {
    color: #0f9fc4 !important;
    font-family: 'merriweather',helvetica,sans-serif !important;
    font-size: 30px !important;
    font-weight: 300 !important;
    line-height: 120% !important;
    margin: 0 !important;
    padding: 6px 0 16px !important;
    text-align:center!important;
}
.about-tab-cont .sky-tabs {
    text-align: center;
}
.sky-tabs > input:checked + label span span {
    background: none repeat scroll 0 0 #95c03d!important;
    color: #fff;
}
.sky-tabs > label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 17px!important;
    line-height: 45px;
    padding: 0 1px 1px 0;
    position: relative;
    z-index: 1;
    font-family:'merriweather',georgia,serif;
    font-weight:300;
}
.sky-tabs > label span.label-name {
    margin:0;
    padding:10px 0 0;
    line-height:120%;
    color:#0f9fc4;
    font-weight:300;
    font-size:17px;
    font-family:"merriweather",georgia,serif;
}
.sky-tabs > label span.label-title {
    font-family:"lato",helvetica,sans-serif;
    font-weight:400;
    font-size:13px;
    color:#757575;
    line-height:100%;
    margin:0;
    padding:0 0 10px;
}
.sky-tabs .typography .bio-left {
    float:left;
    width:48%;
    margin-right:4%;
    display:block;
    padding:0 0 12px;
}
.sky-tabs .typography .bio-right {
    float:left;
    width:48%;
    margin:0;
    padding:0 0 12px;
    display:block;
}

@media screen and (max-width:600px) {
    .sky-tabs .typography .bio-left {
        float:none;
        width:100%;
        margin-right:0%;
        margin:10px auto 30px!Important;
        display:block;
        border-bottom:1px solid #d8d8d8;
        padding:0 0 40px;
    }
    .sky-tabs .typography .bio-right {
        float:none;
        width:100%;
        margin:0 auto!important;
        padding:0 0 12px;
        display:block;
    }
}

.sky-tabs .typography img {}
.sky-tabs .typography .divider {
    display:block;
    width:100%;
    border-bottom:1px solid #d8d8d8;
    margin:0 0 12px;
    padding:2px 0 0;
    min-height:1px!important;
    clear:both!important;
}
.sky-tabs .typography h4 {
    font-family:'merriweather',georgia,serif!important;
    font-size:23px!important;
    font-weight:300!important;
    line-height:100%!important;
    margin:0!important;
    padding:0!important;
    color:#0f9fc4!important;
}
.sky-tabs .typography h5 {
    font-family:'lato',helvetica,sans-serif!important;
    font-size:19px!important;
    text-transform:none!important;
    font-weight:500!important;
    line-height:100%!important;
    margin:14px 0 0!important;
    padding:4px 0 6px!important;
    color:#264551!important;
}
.sky-tabs .typography p {
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:400!important;
    color:#264551!important;
    line-height:150%!important;
    margin:0!important;
    padding:4px 0 12px!important;
    font-size:15.5px!important;
}
.sky-tabs .typography a.social {
    float:left;
    margin-right:10px!important;
    padding:0!important;
}
.sky-tabs .typography img.certs {
    float:left;
    margin-right:1px!important;
    padding:5px 0 0!important;
}

.about-grey-cont {
    width:100%!important;
    background:#edecec!important;
    max-width:980px!important;
    padding:50px 40px!important;
    margin:40px auto!important;
    float:none!important;
}
.about-grey-cont a.about-link {
    border: 1px solid #264551;
    border-radius: 8px;
    color: #264551!important;
    cursor: pointer;
    display: block;
    float: none;
    font-family: 'merriweather',helvetica,sans-serif !important;
    font-size: 16px;
    margin: 15px auto!important;
    float:none!important;
    padding: 12px 22px;
    text-decoration: none !important;
    transition: all 0.4s ease-in-out 0s;
    width: 66%;
}
.about-grey-cont a.about-link:hover {
    color:#FFFFFF!important;
    background:#264551!important;
}

/* Responsive Tab System */
@media screen and (max-width:767px) {
    .sky-tabs > label {
        text-align: center !important;
    }
}

/*=====================================================/
                        SERVICES
/=====================================================*/
/*-------------| MAIN INDEX |-------------*/
.services-banner-wrap {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-2424156625-jpg/2014Web/img/Services/services-main-banner.jpg);
    background-repeat:no-repeat;
    background-size: cover !important;
    background-position:50% top!important;
    display: block !important;
    min-height: 319px !important;
    width: 100% !important;
}
.services-banner-wrap h1 {
    color:#ffffff!important;
    font-size:55px!important;
    text-align:center!important;
    margin:130px auto!important;
    font-family:'merriweather',georgia,serif!important;
    font-weight:300!important;
    line-height:115%!important;
    width:96%!important;
}
.services-dark-wrap {
    width:100%!important;
    margin:0!important;
    position:relative!important;
    z-index:9990!important;
    padding:20px 0!important;
    background:#1b3035!important;
    text-align:center!important;
}
.services-dark-cont {
    max-width:1180px!important;
    width:100%!important;
    float:none!important;
    margin:0 auto!important;
    display:block!important;
    padding:0 20px!important;
}
.services-dark-cont h2 {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-weight:300!important;
    line-height:120%!important;
    font-size:30px!important;
    color:#0f9fc4!important;
    margin:0!important;
    padding:6px 0 16px!important;
    text-align:center!important;
}
.services-dark-cont p {
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:300!important;
    line-height:180%!important;
    font-size:17px!important;
    color:#ffffff!important;
    padding:4px 14% 18px!important;
    text-align:center!important;
}
.services-dark-cont p.tight {line-height:110%!important;padding:4px 0 18px!important;}
.services-dark-cont a {
    text-decoration:none!important;
    color:#94c03d;
    font-weight:500!important;
}
.services-dark-cont a img {
    min-height:121px!important;
}
.services-dark-cont a img, .services-dark-cont a p {
    padding:4px 0 0px!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
.services-dark-cont a:hover img {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
}
.services-dark-cont a:hover p {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
}
@media screen and (max-width:890px) {
    .services-dark-cont p.tight {
        font-size:16px!important;
    }
}
@media screen and (max-width:790px) {
    .services-dark-cont p.tight {
        font-size:15px!important;
    }
}
@media screen and (max-width:767px) {
    .services-banner-wrap h1 {
        font-size:42px!important;
    }
    .services-dark-cont p {
        padding:4px 0px 18px!important;
    }
    .services-dark-cont p.tight {
        font-size:17px!important;
    }
}

/* Services Dark Container Styles Inside Custom Wrappers */ 
/*======================================================*/
.services-img-cont {
    float:none!important;
    width:100%!important;
    max-width:913px!important;
    margin:0 auto!important;
    display:block!important;
    padding:60px 20px!important;
}
.services-img-cont h1, .videoServices .services-img-cont h2 {
    color:#ffffff!important;
    font-size:55px!important;
    text-align:center!important;
    margin:100px auto!important;
    font-family:'merriweather',georgia,serif!important;
    font-weight:300!important;
    line-height:115%!important;
    width:96%!important;
}
.services-img-cont h2 {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-weight:300!important;
    line-height:180%!important;
    font-size:30px!important;
    color:#0f9fc4!important;
    margin:0!important;
    padding:0px 0 18px!important;
}
.services-img-cont h3 {
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:600!important;
    line-height:140%!important;
    font-size:20px!important;
    color:#ffffff!important;
    margin:0!important;
    padding:14px 0 2px!important;
    text-transform:uppercase!important;
}
.services-img-cont h4 {
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:300!important;
    line-height:150%!important;
    font-size:18px!important;
    color:#4bb7d3!important;
    margin:0!important;
    padding:10px 0 10px!important;
}
.services-img-cont p {
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:500!important;
    line-height:190%!important;
    font-size:17px!important;
    color:#ffffff!important;
    padding:0px 0 18px!important;
}
.services-img-cont a {
    text-decoration:none!important;
    color:#94c03d;
    font-weight:500!important;
}
@media screen and (max-width:790px) {
    .services-img-cont h1 {
        font-size:50px!important;
    }
}
@media screen and (max-width:767px) {
    .services-img-cont h1 {
        font-size:42px!important;
    }
    .services-img-cont img {
        padding:2px 0 20px!important;
        float:none!important;
        margin:0 auto;
        text-align:center;
        display:block;
    }
}
/*-------------------| CONTENT |---------------------*/
.services-content-banner {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1547282958-jpg/2014Web/img/Services/services-content-banner.jpg)!important;
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 319px!important;
}
.services-content-wrap1 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1547282908-jpg/2014Web/img/Services/services-content-wrap1.jpg)!important;
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}
.services-content-wrap2 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1547282953-jpg/2014Web/img/Services/services-content-wrap2.jpg)!important;
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}

/*-------------------| BLOGGING |---------------------*/
.services-blogging-banner {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1551104040-jpg/2014Web/img/Services/services-blogging-banner.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 319px!important;
}
.services-blogging-wrap1 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1547995198-jpg/2014Web/img/Services/services-blogging-wrap1.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}

/*-------------------| VIDEOS |---------------------*/
.services-videos-banner {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1547226299-jpg/2014Web/img/Services/services-video-banner.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 319px!important;
}
.services-videos-wrap1 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1548265948-jpg/2014Web/img/Services/services-video-wrap1.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}

/*-------------------| SOCIAL MEDIA |---------------------*/
.services-social-banner {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1551674971-jpg/2014Web/img/Services/services-social-banner3.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 319px!important;
}
.services-social-wrap1 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1551986605-jpg/2014Web/img/Services/services-social-wrap1.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}

/*-------------------| WEBINARS |---------------------*/
.services-webinars-banner {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1582629231-jpg/2014Web/img/Services/services-webinar-banner.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 319px!important;
}
.services-webinars-wrap1 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1581903252-jpg/2014Web/img/Services/services-webinar-wrap1.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}

/*-------------------| BUYER INSIGHT |---------------------*/
.services-buyer-banner {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1578407654-jpg/2014Web/img/services-buyer-banner.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 319px!important;
}
.services-buyer-wrap1 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1580802422-jpg/2014Web/img/services-buyer-wrap1.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}

/*-------------------| ASSESSMENT |---------------------*/
.services-assess-banner {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1579763463-jpg/2014Web/img/Services/services-assessment-banner.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:999!important;
    display: block !important;
    min-height: 319px!important;
}
.services-assess-wrap1 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1582874431-jpg/2014Web/img/Services/services-assessment-wrap1.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9998!important;
    display: block !important;
    min-height: 396px!important;
}
.services-assess-wrap2 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1582874426-jpg/2014Web/img/Services/services-assessment-wrap2.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}

/*-------------------| WEBSITE REDESIGN |---------------------*/
.services-redesign-banner {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1553110134-jpg/2014Web/img/Services/services-redesign-banner.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 319px!important;
}
.services-redesign-wrap1 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1556356517-jpg/2014Web/img/Services/services-redesign-wrap1.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}
.services-redesign-wrap2 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1553110139-jpg/2014Web/img/Services/services-redesign-wrap2.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}

/*-------------------| DEMAND GENERATION |---------------------*/
.services-demandgen-banner {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1599222118-jpg/2014Web/img/Services/services-demand-banner.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 319px!important;
}
.services-demandgen-wrap1 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1601831106-jpg/2014Web/img/Services/services-demand-wrap1-1.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}
.services-demandgen-wrap2 {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1599222113-jpg/2014Web/img/Services/services-demand-wrap2.jpg);
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    position:relative!important;
    z-index:9990!important;
    display: block !important;
    min-height: 396px!important;
}

/*=====================================================/
            INTERIOR SMART CONTENT - GREEN
/=====================================================*/
.smart-wrap-green {
    width:100%!important;
    background:#94c03d!important;
    display:block!important;
    margin:60px 0 0!important;
    padding:30px 0!important;
}
.smart-cont-green {
    float:none!important;
    width:100%!important;
    max-width:1180px!important;
    margin:0 auto!important;
    display:block!important;
    padding:0 20px!important;
    text-align:center!important;
}
.smart-cont-green h2 {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-weight:300!important;
    line-height:120%!important;
    font-size:30px!important;
    color:#ffffff!important;
    margin:0!important;
    padding:6px 0 16px!important;
    text-align:center!important;
}
.smart-cont-green p {
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:500!important;
    line-height:180%!important;
    font-size:17px!important;
    color:#ffffff!important;
    margin:0 auto!important;
    width:75%!important;
    padding:4px 0 18px!important;
    text-align:center!important;
}
.smart-cont-green a.smart-link-white {
    font-family:'merriweather',helvetica,sans-serif!important;
    display:block;
    float:none;
    color:#264551;
    background-color:#FFFFFF;
    width:30%;
    font-family:'Merriweather',arial,sans-serif;
    font-size:16px;
    margin:10px auto;
    padding:12px 22px;
    border:1px solid #264551;
    border-radius:8px;
    cursor:pointer;
    text-decoration:none!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
.smart-cont-green a.smart-link-white:hover {
    background-color:#264551!important;
    color:#FFFFFF!important;
}
/*=====================================================/
            INTERIOR SMART CONTENT - BLUE
/=====================================================*/
.smart-wrap-blue {
    width:100%!important;
    background:#ace0f0!important;
    display:block!important;
    margin:0px 0 0!important;
    padding:30px 0!important;
}
.smart-cont-blue {
    float:none!important;
    width:100%!important;
    max-width:1180px!important;
    margin:0px auto 0!important;
    display:block!important;
    padding:0 20px!important;
    text-align:center!important;
}
.smart-cont-blue h2 {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-weight:300!important;
    line-height:120%!important;
    font-size:30px!important;
    color:#ffffff!important;
    margin:0!important;
    padding:6px 0 16px!important;
    text-align:center!important;
}

.smart-cont-blue h3 { margin:0 0 15px; color:#264551; }
.smart-cont-blue p {
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:500!important;
    line-height:180%!important;
    font-size:17px!important;
    color:#ffffff!important;
    margin:0 auto!important;
    width:75%!important;
    padding:4px 0 18px!important;
    text-align:center!important;
}
.smart-cont-blue a.smart-link-white {
    font-family:'merriweather',helvetica,sans-serif!important;
    display:block;
    float:none;
    color:#264551;
    background-color:#FFFFFF;
    width:30%;
    font-family:'Merriweather',arial,sans-serif;
    font-size:16px;
    margin:10px auto;
    padding:12px 22px;
    border:1px solid #264551;
    border-radius:8px;
    cursor:pointer;
    text-decoration:none!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
.smart-cont-blue a.smart-link-white:hover {
    background-color:#264551!important;
    color:#FFFFFF!important;
}

/*=====================================================/
                    MAIN KUNO BLOG
/=====================================================*/

/*---------------| Custom Header for Blog |---------------*
/*=========================================================*/
.blog-header-wrap {
    background:#365d6c!important;
    background-color:#365d6c!important;
    display:block!important;
    text-align:center!important;
    padding:10px 0px!important;
    height: 87px!important;
    position:relative!important;
    top: -1px!important;
    z-index:9990!important;
    width:100%!important;
    margin-bottom:0px!important;
}
.blog-header-cont {
    width:100%!important;
}
.blog-header-cont button, .blog-header-cont input {
    cursor: pointer!important;
    line-height: normal!important;
    position: relative !important;
    z-index: 9999 !important;
    background:none!important;
    border:0px!important;
    display:block!important;
    margin:0;
    padding:6px 12px 0 0!important;
    float:right!important;
}
a.logo-blog {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1338769841-jpg/2014Web/img/logo-blog.jpg);
    background-repeat:no-repeat!important;
    display:block!important;
    float:none!important;
    width:46px!important;
    height:52px!important;
    margin:8px auto 0 !important;
    text-align:center!important;
    opacity:1!important;
}
a.consult-blog {
    border-radius: 4px;
    float: right;
    margin: 14px 20px 0 0;
    padding: 10px 5px;
    width: 210px;
    display:block;
    color:#FFFFFF;
    font-family:'Merriweather',arial,sans-serif;
    font-size:16px;
    border:1px solid #FFFFFF;
    cursor:pointer;
    text-decoration:none!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
a.consult-blog:hover {
    background-color:#264551;
    border:1px solid #FFFFFF;
    transition: border 0.6s ease-in-out 0s;
    -webkit-transition: border 0.6s ease-in-out 0s;
    -moz-transition: border 0.6s ease-in-out 0s;
    -o-transition: border 0.6s ease-in-out 0s;
    transition: background-color 0.6s ease-in-out 0s;
    -webkit-transition: background-color 0.6s ease-in-out 0s;
    -moz-transition: background-color 0.6s ease-in-out 0s;
    -o-transition: background-color 0.6s ease-in-out 0s;
}

/* Responsive BLOG Header */
@media screen and (max-width:930px) {
    a.consult-blog {
        width:75%!important;
    }
}
@media screen and (max-width:767px) {
    .blog-header-wrap {
        position:relative!important;
    }
    a.consult-blog {
        width:100%!important;
        font-size:14px!important;
    }
}
@media screen and (max-width:600px) {
    a.logo-blog {
        margin: 8px 30px 0 0!important;
    }
}

/* Search Bar Styles */

.blog-search.blog-search--grey{
    background:transparent;
    border-bottom:1px solid #9e9d9d;
    padding-bottom:3px;
}

.blog-search.blog-search--grey .cse table.gsc-search-box td.gsc-input,
.blog-search.blog-search--grey table.gsc-search-box td.gsc-input{
    width:93%!important;
}

body .blog-search.blog-search--grey .gsc-control-cse .gsc-input input.gsc-input,
body .blog-search.blog-search--grey .cse input.gsc-input,
body .blog-search.blog-search--grey input.gsc-input,
.blog-search.blog-search--grey .cse table.gsc-search-box td.gsc-input,
.blog-search.blog-search--grey table.gsc-search-box td.gsc-input,
body .gsc-control-cse .gsc-input input.gsc-input,
body .blog-search.blog-search--grey .gsc-control-cse{
    background:transparent!important;
    border:none!important;
}

/* Google Custom Search Placeholder Styles*/
 
.blog--popover-subscribe input.gsc-input::-webkit-input-placeholder {
    white-space: pre;
    word-wrap: normal;
    -webkit-user-modify: read-only;
    overflow: hidden;
    color:#9e9d9d;
    opacity:1;
}

.blog--popover-subscribe input.gsc-input::-moz-placeholder{
    white-space: pre;
    word-wrap: normal;
    -webkit-user-modify: read-only;
    overflow: hidden;
    color:#9e9d9d;
    opacity:1;
}

.blog--popover-subscribe input.gsc-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#9e9d9d;
    opacity:1;
}
.blog--popover-subscribe input.gsc-input::-moz-placeholder { /* Firefox 19+ */
 color:#9e9d9d;
    opacity:1;
}
.blog--popover-subscribe input.gsc-input:-ms-input-placeholder { /* IE 10+ */
  color:#9e9d9d;
    opacity:1;
}



.blog--popover-subscribe input.gsc-input:-moz-placeholder { /* Firefox 18- */
  color:#9e9d9d;
    opacity:1;
}

.blog--popover-subscribe input.gsc-input::placeholder { /* CSS Working Draft */
    color: #9e9d9d;
    opacity:1;
}

/* GSE Input */
body.blog--popover-subscribe .cse input.gsc-input, body.blog--popover-subscribe input.gsc-input{
    color:#9e9d9d!important;
    font-size:24px;
    font-weight:300;
}
    
body.blog--popover-subscribe input.gsc-search-button{background-color:transparent;}

body.blog--popover-subscribe input.gsc-search-button,
body.blog--popover-subscribe input.gsc-search-button:hover,
body.blog--popover-subscribe input.gsc-search-button:focus{
    background-image:url(//cdn2.hubspot.net/hubfs/32387/images/blog-search-icon.png)!important;
    background-color:transparent!important;
     border:none!important;
}

body.blog--popover-subscribe td.gsc-search-button{
    background-color:transparent!important;
    border:none!important;
}

.blog--popover-subscribe .blog-title{height:11px!important;}

/*-----------------| Pop-over Subscribe Form |----------------*/
a#popover-blogSubscribe--button{
   display:block;
    width:352px;
    background-color:#4dc7e2;
    color:#fff;
    font-size:19px;
    padding:14px 0;
    margin:0 0 10px 10px;
    font-family:'lato',helvetica,sans-serif;
    text-transform:uppercase;
    text-align:center;
    text-decoration:none;
    font-weight:300;
    transition:opacity .2s linear;
}

a#popover-blogSubscribe--button:hover{
    opacity:.8;
}

@media(max-width:769px){
    a#popover-blogSubscribe--button{
        margin-left:auto;
        margin-right:auto;
        margin-top:14px;
        width:70%;
    }
}

@media(min-width:770px) and (max-width:1130px){
    /* Adjust button width for narrower desktops */
     a#popover-blogSubscribe--button{
       width:100%;
       clear:both;
    }
}

/* Form Wrapper */

#popover-blogSubscribe--form{
    background: #fff;
    display: none;
    position: absolute;
    width: 352px;
    z-index:30;
    margin-left:10px;
    /*margin-top:-10px;*/
}

#popover-blogSubscribe--form:before{
  /*content:url('');*/
}

#popover--accent{
    margin-left:10px;
    text-align:center;
    line-height:0;
}

#popover-blogSubscribe--form form,
#popover-blogSubscribe--form .submitted-message{
    padding:20px 20px 18px;
    margin:0;
    border-top:10px solid #94c03d;
    font-family:'lato',helvetica,sans-serif!important;
}

#popover-blogSubscribe--form .submitted-message{
    text-align:center;
}

/* Text Input*/

#popover-blogSubscribe--form form .hs_email input{
    border:1px solid #bcbcbc!important;
    color:#bcbcbc!important;
    margin-left:0;
    text-align:center!important;
    border-radius:0!important;
    width:100%!important;
    font-size:17px;
    padding:12px 0;
}

#popover-blogSubscribe--form form .hs_email .input{
    margin-left:0;    
}


#popover-blogSubscribe--form form label{
    display:none;
}

/* Checkboxes */

#popover-blogSubscribe--form form .hs-form-checkbox-display{
    display:inline;
    font-size:16px;
    color:#404142;
}

#popover-blogSubscribe--form form .hs_blog_topic_preference{
    margin-bottom:0;
}

#popover-blogSubscribe--form form .hs_blog_topic_preference .input{
    margin-left:0;
}

#popover-blogSubscribe--form form .hs-form-field.hs_blog_topic_preference ul.inputs-list li{
    padding-bottom:15px;
}

#popover-blogSubscribe--form form .hs-form-field.hs_blog_topic_preference ul.inputs-list li input {
    display: table-cell;
    float: left;
    margin-right: 0.5em;
    margin-top: 5px;
}

#popover-blogSubscribe--form form .hs_blog_topic_preference label.hs-form-checkbox-display {
    display: table-row;
    margin: 0 !important;
    padding: 2px 0 10px !important;
    width: 100%;
}

#popover-blogSubscribe--form form .hs_blog_topic_preference label.hs-form-checkbox-display span {
    display: table-cell;
    line-height:22px;
}

#popover-blogSubscribe--form  form.hs-form .hs-form-field ul.inputs-list li{margin-top:0;}

/* Actions + Submit */

#popover-blogSubscribe--form form .actions{
    padding:14px 0 0;
    margin:0;
}

#popover-blogSubscribe--form form .hs-button.primary.large{
    border-radius:0!important;
    border:none!important;
    float:none!important;
    width:100%!important;
    text-transform:uppercase;
    font-family:'lato',helvetica,sans-serif!important;
    transition:background-color .2s linear;
    -webkit-appearance:none;
}

#popover-blogSubscribe--form form .hs-button.primary.large:hover{
    background-image:none!important;
    box-shadow:none!important;
    background-color: #a3d343 !important;
    
}


@media(max-width:769px){
    #popover-blogSubscribe--form{
        position:inherit;
        width:80%;
        margin:0 10%;
        display:none;
    }
}

@media(min-width:770px) and (max-width:1120px){
    /* Adjust popover position for viewports too narrow to display form without explicit position */
    #popover-blogSubscribe--form{
       right:0;
    }
}

/*-----------------| Main Listing Template |----------------*/
/*==========================================================*/
.blog-list-wrap {
    width:100%!important;
    margin:0px!important;
    padding:35px 0 0!important;
    background-color:#FFFFFF!important;
}
.blog-list-cont {
    width:100%!important;
    max-width:1180px!important;
    padding:0 20px!important;
    display:block!important;
    float:none!important;
    margin:0 auto 80px!important;
}

/* Search Box */
.gsc-control-cse {
    background-color: #ace0f0;
    border-color: #ace0f0;
    font-family: 'Lato',Helvetica,sans-serif;
    height: 47px !important;
    padding: 0 !important;
}
.gsc-input-box {
    background: none repeat scroll 0 0 #ace0f0!important;
    border: 1px solid #ace0f0!important;
    border-radius: 2px!important;
    height: 37px;
    padding: 10px 5px !important;
}
.cse form.gsc-search-box, form.gsc-search-box {
    margin-bottom: 6px;
    padding:0!important;
}
body .cse input.gsc-input, body input.gsc-input {
    background:#ace0f0 !important;
    font-size: 16px;
    color:#FFFFFF!important;
    font-family:'lato',helvetica,sans-serif!important;
    font-weight:400!important;
    padding: 4px 9px;
    height:40px!important;
    width: 100%!important;
    /*border:1px solid #ace0f0!important;*/
    border:transparent!important;
}

body .gsc-control-cse {
    background-color: #ace0f0!important;
    border-color: #ace0f0!important;
}

body .gsc-control-cse .gsc-input input.gsc-input{background: #ace0f0!important;}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
    box-shadow:0px 0px 0px #ace0f0!important;
}
.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
    padding-right: 0px!important;
    background: none repeat scroll 0 0 #ace0f0 !important;
    padding: 2px 0 !important;
    width: 89% !important;
}
td.gsc-search-button {
    width: 60px!important;
    float:left!important;
    padding:2px 0!important;
    background:#ace0f0!important;
}
.cse input.gsc-search-button, input.gsc-search-button {
    background-color: #ace0f0!important;
    border: 1px solid #ace0f0!important;
    border-radius: 2px!important;
    color: #ace0f0!important;
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
    min-width:none!important;
    width:40px!important;
    height:41px!important;
    padding: 0!important;
    margin:0!important;
    cursor:pointer!important;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: #ace0f0;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1360110637-jpg/2014Web/img/blog-search-icon.jpg)!important;
    background-repeat:no-repeat!important;
    background-position:50% 50%!important;
    border-color: #ace0f0!important;
    filter: none;
    padding:16px!important;
    color:#ace0f0!important;
    text-indent:-5000px!important;
    width:40px!important;
    height:41px!important;
}
td.gsc-clear-button {
    width: 0px!important;
    display:none!important;
}

body.hs-blog-listing .hs-responsive-embed-youtube { display:none; }

/*----------------New Social Sharing Icons------------------*/

.social-sharing-widget-vertical { width:257px; text-align:center; margin:25px auto 0; border: 1px solid #254551; padding:10px; border-radius:4px; transition:all .4s; background:transparent; position:relative;}
.social-sharing-widget-vertical a { cursor:pointer; }
.social-sharing-widget-vertical img { margin:5px 0; }
.social-sharing-widget-vertical.social-top-left img { margin:0; }
.social-sharing-widget-vertical.social-top-left { border:none; }
.social-break { width:25%; float:left; }
.blog-read-cont .post-body { position:relative; }
.social-wrapper { height:89px; margin-top:-135px;}


@media screen and (max-width:320px) {
.social-wrapper {margin-top:-110px;}
}

.flare { display:none!important; }

.step-1 { left:16%!important; }
.step-2 { left:10%!important; }
.step-3 { left:6%!important; }
.step-4 { left:10px!important; }
.social-top-left { left:0!important; }




/* Email Subscribe */
.blog-list-cont .hs_email label {
    display:none!important;
}
.blog-list-cont .blog-subscribe h3 {
    border:0px solid #FFFFFF!important;
    margin:0!important;
    padding:0!important;
}
.blog-list-cont input[type="email"] {
    width:70%!important;
    font-family:'Lato',helvetica,arial,sans-serif!important;
    font-weight:500!important;
    font-size:18px!important;
    color:#63a3bb!important;
    float:left!important;
    padding: 9px 6px!important;
    border-radius:3px!important;
    border:1px solid #365d6c!important;
    height: 45px !important;
}
.blog-list-cont .btn-primary, .blog-list-cont .hs-button.primary {
    -moz-user-select: none !important;
    background-color: #94c03d !important;
    background-image: none !important;
    border: 1px solid #15768f !important;
    border-radius: 4px !important;
    box-shadow:0!important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: 'merriweather',helvetica,sans-serif !important;
    font-size: 20px !important;
    font-style:normal !important;
    font-weight: 300 !important;
    height: auto !important;
    line-height: 24px !important;
    margin: 0px!important;
    padding: 8.5px 5px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: none !important;
    transition: all 0.2s ease-in-out 0s;
    width:26%!important;
    float:right!important;
}
.blog-title {
    height:35px!important;
    margin:0!importnat;
    padding:0!important;
}
.blog-list-cont h1.blogtitle {
    color:#ffffff!important;
    z-index:24!important;
    font-family: 'Lato',Helvetica,sans-serif !important;
    font-size: 64px !important;
    font-weight: 600 !important;
    margin: 0 auto !important;
    position: relative !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing:-1px!important;
    top: 55px;
}
.blog-list-cont h5.latestpost {
    color:#ace0f0!important;
    z-index:24!important;
    font-family: 'Merriweather',Helvetica,sans-serif !important;
    font-size: 19px !important;
    font-weight: 300 !important;
    margin: 0 auto !important;
    position: relative !important;
    text-align: center !important;
    top: 70px;
}
.author-date-cont {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    width: 500px !important;
}
p#hubspot-author_data {
    height:0px;
    display:block!important;
}
.hs-author-avatar {
    float:left!important;
    width:50px!important;
}
.hs-author-avatar img {
    border-radius:40px!important;
    margin-top:-11px!important;
}
.author-date-cont p.authorbioblock {
    float:left!important;
    margin:30px 0 0 2%!important;
    display:block!important;
}

/* First Post */
.FW-featured-bg-image {
    height:auto!important;
    min-height:468px!important;
    background-repeat:no-repeat!important;
    background-position:50% top!important;
    background-size: cover !important;
}
.center-article-header {
    background: none repeat scroll 0 0 rgba(30,30,30,0.4)!important;
    display: block!important;
    float: none!important;
    height: 368px!important;
    margin: 0 auto!important;
    padding: 50px;
    position: relative!important;
    top: 0px!important;
    text-align:center!important;
}
.firstpost {
    margin:0 0 50px!important;
}
.firstpost .post-body, .firstpost .custom_listing_comments, .firstpost p#hubspot-topic_data {
    display:none!important;
}
.firstpost h2 a {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-weight:300!important;
    font-size:41px!important;
    color:#ffffff!important;
    line-height:130%!important;
    margin:0px auto 0!important;
    padding:95px 0 0px!important;
    text-decoration:none!important;
    text-align:center!important;
    display:block!important;
    width:75%!important;
}
.firstpost .author-date-cont {
    color:#ffffff!important;
    font-size:19px!important;
    font-family:'Lato',Helvetica,sans-serif!important;
    font-weight:300!important;
}
.firstpost a.author-link {
    color:#ace0f0!important;
    font-size:19px!important;
    font-family:'Lato',Helvetica,sans-serif!important;
    font-weight:300!important;
}
.firstpost a.more-link {
    font-family:'merriweather',helvetica,sans-serif!important;
    display:block;
    float:none;
    color:#FFFFFF!important;
    background:none transparent!important;
    width:200px!important;
    font-family:'Merriweather',arial,sans-serif;
    font-size:16px;
    margin:40px auto 0;
    padding:12px 22px;
    border:1px solid #FFFFFF;
    border-radius:8px;
    cursor:pointer;
    text-decoration:none!important;
}
.firstpost a.more-link:hover {
    background-color:#FFFFFF!important;
    color:#264551!important;
}

/* Disable background image on all other Listing Posts */
.secondpost .FW-featured-bg-image, .thirdpost .FW-featured-bg-image, .fourthpost .FW-featured-bg-image, .fifthpost .FW-featured-bg-image,
.sixthpost .FW-featured-bg-image, .seventhpost .FW-featured-bg-image, .eighthpost .FW-featured-bg-image, .ninethpost .FW-featured-bg-image {
    display:none!important;    
}
/* Disable preview paragraph text on all other Listing Posts */
.secondpost .post-body p, .thirdpost .post-body p, .fourthpost .post-body p, .fifthpost .post-body p,
.sixthpost .post-body p, .seventhpost .post-body p, .eighthpost .post-body p, .ninethpost .post-body p {
    display:none!important;    
}
.secondpost .post-body ul, .thirdpost .post-body ul, .fourthpost .post-body ul, .fifthpost .post-body ul,
.sixthpost .post-body ul, .seventhpost .post-body ul, .eighthpost .post-body ul, .ninethpost .post-body ul {
    display:none!important;    
}

/* Second, Third, and Fouth Post in 3 Column Layout */
.secondpost {
    width:30%!important;
    margin:0 5% 40px 0!important;
    display:block!important;
    float:left!important;
}
.thirdpost {
    width:30%!important;
    margin:0 5% 40px 0!important;
    display:block!important;
    float:left!important;
}
.fourthpost {
    width:30%!important;
    margin:0 0 40px 0!important;
    display:block!important;
    float:left!important;
}
.secondpost img, .thirdpost img, .fourthpost img {
    float:none!important;
    clear:both!important;
    width:100%!important;
    display:block!important;
}
.secondpost .hs-featured-image, .thirdpost .hs-featured-image, .fourthpost .hs-featured-image {
    margin: 0px!important;
    max-width: 100%!important;
    float:none!important;
    height: 170px !important;
}
.secondpost h2, .thirdpost h2, .fourthpost h2 {
    margin:0!important;
    padding:0!important;
}
.secondpost h2 a, .thirdpost h2 a, .fourthpost h2 a {
    font-family:'Merriweather',Helvetica,sans-serif!important;
    font-weight:300!important;
    font-size:19px!important;
    color:#264551!important;
    margin:0!important;
    padding:10px 0 5px!important;
    line-height:130%!important;
    text-decoration:none!important;
    display:block!important;
}
.secondpost .post-body span.postedby, .thirdpost .post-body span.postedby, .fourthpost .post-body span.postedby {
    display:none!important;
}
.secondpost .post-body h3, .thirdpost .post-body h3, .fourthpost .post-body h3 {
    display:none!important;
}
.secondpost .post-body h4, .thirdpost .post-body h4, .fourthpost .post-body h4 {
    display:none!important;
}
.secondpost .hs-author-avatar, .thirdpost .hs-author-avatar, .fourthpost .hs-author-avatar {
    display:none!important;
}
.secondpost .author-date-cont, .thirdpost .author-date-cont, .fourthpost .author-date-cont {
    display:none!important;
    color:#ffffff!important;
    font-size:17px!important;
    font-family:'Lato',Helvetica,sans-serif!important;
    font-weight:300!important;
}
.secondpost a.author-link, .thirdpost a.author-link, .fourthpost a.author-link {
    display:none!important;
    color:#ace0f0!important;
    font-size:17px!important;
    font-family:'Lato',Helvetica,sans-serif!important;
    font-weight:300!important;
}

/* Remaining Posts List Styles */
.firstpost .post-body h4.moreposts, .secondpost .post-body h4.moreposts, .thirdpost .post-body h4.moreposts, .fourthpost .post-body h4.moreposts,
.sixthpost .post-body h4.moreposts, .seventhpost .post-body h4.moreposts, .eighthpost .post-body h4.moreposts, .ninethpost .post-body h4.moreposts {
    display:none!important;    
}
.fifthpost .post-body h4.moreposts {
    font-family:'Lato',Helvetica,sans-serif!important;
    color:#264551!important;
    font-size:25px!important;
    font-weight:300!important;
    border-bottom:1px solid #d8d8d8!important;
    float:none!important;
    clear:both!important;
    padding-bottom:25px!important;
    text-align:center!important;
    text-transform:uppercase!important;
}
.fifthpost {
    width:800px!important;
    display:block!important;
    float:none!important;
    margin:10px auto 35px!important;
    padding:0px!important;
}
.sixthpost, .seventhpost, .eighthpost, .ninethpost {
    width:800px!important;
    display:block!important;
    float:none!important;
    margin:50px auto!important;
    padding:0px!important;
}

/* Optional Add Image To Remaining Posts */
/*.fifthpost .hs-featured-image, .sixthpost .hs-featured-image, .seventhpost .hs-featured-image, .eighthpost .hs-featured-image, .ninethpost .hs-featured-image {
    display: block !important;
    max-height: 103px !important;
    width: 30%;
    margin: 0px!important;
}*/

/* Take away featured image on remaining posts */
.fifthpost .hs-featured-image, .sixthpost .hs-featured-image, .seventhpost .hs-featured-image, .eighthpost .hs-featured-image, .ninethpost .hs-featured-image {
    display:none!important;
}
.fifthpost h2, .sixthpost h2, .seventhpost h2, .eighthpost h2, .ninethpost h2 {
    margin:0 0 12px!important;
}
.fifthpost h3, .sixthpost h3, .seventhpost h3, .eighthpost h3, .ninethpost h3 {
    display:none!important;
}
.sixthpost h4, .seventhpost h4, .eighthpost h4, .ninethpost h4 {
    display:none!important;
}
.fifthpost h2 a, .sixthpost h2 a, .seventhpost h2 a, .eighthpost h2 a, .ninethpost h2 a {
    color:#264551!important;
    font-size:27px!important;
    font-family:'Merriweather',Helvetica,sans-serif!important;
    font-weight:300!important;
    line-height:120%!important;
    text-decoration:none!important;
    margin:0!important;
}
.fifthpost span.postedby, .sixthpost span.postedby, .seventhpost span.postedby, .eighthpost span.postedby, .ninethpost span.postedby {
    padding-left:15px!important;
    color:#264551!important;
    font-size:16px!important;
    font-family:'Merriweather',Helvetica,sans-serif!important;
    font-weight:300!important;
}
.fifthpost .author-date-cont, .sixthpost .author-date-cont, .seventhpost .author-date-cont, .eighthpost .author-date-cont, .ninethpost .author-date-cont {
    color:#264551!important;
    font-size:16px!important;
    font-family:'Merriweather',Helvetica,sans-serif!important;
    font-weight:300!important;
}
.fifthpost a.author-link, .sixthpost a.author-link, .seventhpost a.author-link, .eighthpost a.author-link, .ninethpost a.author-link {
    color:#264551!important;
    font-size:16px!important;
    font-family:'Merriweather',Helvetica,sans-serif!important;
    font-weight:300!important;
}

.hs-blog-name-brand-capture .blog-pagination{text-align:center;}

a.all-posts-link {
    text-align:center!important;
    font-family:'merriweather',helvetica,sans-serif!important;
    display:inline-block;
    float:none;
    color:#264551;
    width:240px;
    font-family:'Merriweather',arial,sans-serif;
    font-size:16px;
    margin:10px;
    padding:12px 22px;
    border:1px solid #264551;
    border-radius:8px;
    cursor:pointer;
    text-decoration:none!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
a.all-posts-link:hover {
    background-color:#264551!important;
    color:#FFFFFF!important;
}

/* Bottom Resources Section on Blog */
.blog-list-cont h3 {
    font-family:'Lato',Helvetica,sans-serif!important;
    color:#264551!important;
    font-size:25px!important;
    font-weight:300!important;
    border-bottom:1px solid #d8d8d8!important;
    padding-bottom:25px!important;
    text-transform:uppercase!important;
}

.blog-resource3, .blog-resource4 {
    margin-top:20px!important;
}
.blog-resource1 .hs-image-widget, .blog-resource2 .hs-image-widget, .blog-resource3 .hs-image-widget, .blog-resource4 .hs-image-widget {
    width:100%!important;
}
/* Bottom Topics List Section on Blog */
.blog-list-cont .hs_cos_wrapper_type_post_filter {
    font-family:'Merriweather',Helvetica,sans-serif!important;
}
.blog-list-cont .hs_cos_wrapper_type_post_filter a {
    font-family:'Merriweather',Helvetica,sans-serif!important;
    font-size:19px!important;
    font-weight:300!important;
    color:#009fc3!important;
    line-height:110%!important;
    padding:0!important;
    margin:0!important;
}
.blog-list-cont .hs_cos_wrapper_type_post_filter ul, .blog-list-cont ul {
    padding:0px!important;
    display:block!important;
    list-style-type:none!important;
}
.blog-list-cont .hs_cos_wrapper_type_post_filter ul li, .blog-list-cont ul li {
    padding:0px 0 15px!important;
    list-style-type:none!important;
}
.blog-list-cont .hs_cos_wrapper_type_post_filter ul li a, .blog-list-cont ul li a {
    font-family:'Merriweather',Helvetica,sans-serif!important;
    font-size:19px!important;
    font-weight:300!important;
    color:#264551!important;
    line-height:110%!important;
    padding:0!important;
    margin:0!important;
    text-decoration:none!important;
}

/************ Responsive Main Listing Template *************/
/*=========================================================*/
@media screen and (max-width:980px) {
    .blog-list-cont input[type="email"] {
        font-size:16px!important;
    }
    .blog-list-cont h1.blogtitle {
        font-size: 58px !important;
        top: 60px;
    }
    .firstpost h2 a {
        font-size:34px!important;
        line-height:125%!important;
        padding:85px 0 0px!important;
        width:77%!important;
    }
    .firstpost a.more-link {
        font-size:15px;
        margin:30px auto 0;
        padding:8px 18px;
    }
}
@media screen and (max-width:920px) {
    .fifthpost {
        width:700px!important;
        display:block!important;
        float:none!important;
        margin:10px auto 25px!important;
        padding:0px!important;
    }
    .sixthpost, .seventhpost, .eighthpost, .ninethpost {
        width:700px!important;
        display:block!important;
        float:none!important;
        margin:50px auto!important;
        padding:0px!important;
    }
    .fifthpost h2 a, .sixthpost h2 a, .seventhpost h2 a, .eighthpost h2 a, .ninethpost h2 a {
        font-size:25px!important;
    }
}
@media screen and (max-width:767px) {
    .blog-list-wrap {
        margin:0px!important;
    }
    .blog-subscribe {
        margin:26px 0 0!important;
    }
    td.gsc-search-button {
        width: 80px !important;
    }
    .firstpost h2 a {
        font-size:34px!important;
        line-height:125%!important;
        padding:85px 0 0px!important;
        width:85%!important;
    }
    .fifthpost {
        width:100%!important;
        display:block!important;
        float:none!important;
        margin:10px auto 25px!important;
        padding:0px!important;
    }
    .sixthpost, .seventhpost, .eighthpost, .ninethpost {
        width:100%!important;
        display:block!important;
        float:none!important;
        margin:55px auto!important;
        padding:0px!important;
    }
    .fifthpost h2 a, .sixthpost h2 a, .seventhpost h2 a, .eighthpost h2 a, .ninethpost h2 a {
        font-size:24px!important;
    }
    .blog-resource1, .blog-resource2, .blog-resource3, .blog-resource4 {
        margin:0 auto 25px!important;
        display:block!important;
    }
    .blog-resource1 .hs-image-widget, .blog-resource2 .hs-image-widget, .blog-resource3 .hs-image-widget, .blog-resource4 .hs-image-widget {
        width:100%!important;
        max-width:320px!important;
        margin:0 auto 25px!important;
        float:none!important;
        display:block!important;
    }
}
@media screen and (max-width:640px) {
    .blog-list-wrap {
        padding:20px 0 0px!important;
    }
    .FW-featured-bg-image {
        height:auto!important;
        min-height:275px!important;
        background-repeat:no-repeat!important;
        background-position:50% top!important;
        background-size:cover!important;
    }
    .center-article-header {
        background: none no-repeat scroll 0 0 rgba(30,30,30,0.4)!important;
        margin: 0 auto!important;
        padding: 50px 10px!important;
        height:300px!important;
    }
    .blog-list-cont h1.blogtitle {
        font-size: 48px !important;
        top: 65px;
    }
    .blog-list-cont h5.latestpost {
        top: 68px;
    }
    .firstpost h2 a {
        font-size:30px!important;
        line-hght:122%!important;
        padding:70px 0 0px!important;
        width:100%!important;
    }
    .author-date-cont {
        width: 100% !important;
    }
    .firstpost .hs-author-avatar {
        float: none !important;
        margin: 20px auto 0 !important;
        width: 50px !important;
    }
    .firstpost a.more-link {
        margin:20px auto 0;
    }
    .secondpost {
        width:100%!important;
        margin:0 0 30px 0!important;
        display:block!important;
        float:none!important;
    }
    .thirdpost {
        width:100%!important;
        margin:0 0 30px 0!important;
        display:block!important;
        float:none!important;
    }
    .fourthpost {
        width:100%!important;
        margin:0 0 30px 0!important;
        display:block!important;
        float:none!important;
    }
    .secondpost .hs-featured-image, .thirdpost .hs-featured-image, .fourthpost .hs-featured-image {
        max-height:none!important;
    }
    .secondpost .post-body span.postedby, .thirdpost .post-body span.postedby, .fourthpost .post-body span.postedby {
        display:block!important;
        font-size:16px!important;
    }
    .secondpost .hs-author-avatar, .thirdpost .hs-author-avatar, .fourthpost .hs-author-avatar {
        display:block!important;
    }
    .secondpost .author-date-cont, .thirdpost .author-date-cont, .fourthpost .author-date-cont {
        display:block!important;
        color:#264551!important;
        font-size:17px!important;
        font-family:'Lato',Helvetica,sans-serif!important;
        font-weight:300!important;
    }
    .secondpost a.author-link, .thirdpost a.author-link, .fourthpost a.author-link {
        display:block!important;
        color:#264551!important;
        font-size:17px!important;
        font-family:'Lato',Helvetica,sans-serif!important;
        font-weight:300!important;
    }
    .secondpost .author-date-cont p.authorbioblock, .thirdpost .author-date-cont p.authorbioblock, .fourthpost .author-date-cont p.authorbioblock {
        float:left!important;
        margin:30px 0 0 2%!important;
        display:block!important;
    }
    .secondpost a.author-link, .thirdpost a.author-link, .fourthpost a.author-link {
        color:#264551!important;
        font-size:17px!important;
        font-family:'Merriweather',Helvetica,sans-serif!important;
        font-weight:300!important;
        float:left!important;
        padding:0 5px!important;
    }
    .secondpost .author-date-cont p, .thirdpost .author-date-cont p, .fourthpost .author-date-cont p {
        display:none;
    }
    .secondpost .author-date-cont p.date, .thirdpost .author-date-cont p.date, .fourthpost .author-date-cont p.date {
        float:left!important;
        display:block!important;
        margin:0!important;
        padding:0 5px!important;
    }
    .secondpost span.postedby, .thirdpost span.postedby, .fourthpost span.postedby {
        float:left!important;
        padding-left:7px!important;
        color:#264551!important;
        font-size:19px!important;
        font-family:'Merriweather',Helvetica,sans-serif!important;
        font-weight:300!important;
    }
    .secondpost .author-date-cont, .thirdpost .author-date-cont, .fourthpost .author-date-cont {
        color:#264551!important;
        font-size:19px!important;
        font-family:'Lato',Helvetica,sans-serif!important;
        font-weight:300!important;
    }
    .secondpost h2 a, .thirdpost h2 a, .fourthpost h2 a {
        padding: 14px 0 24px !important;
    }
    .fifthpost h2 a, .sixthpost h2 a, .seventhpost h2 a, .eighthpost h2 a, .ninethpost h2 a {
        font-size:20px!important;
    }
}
@media screen and (max-width:480px) {
    .blog-list-cont h1.blogtitle {
        font-size: 36px !important;
        top: 45px;
    }
    .blog-list-cont h5.latestpost {
        top: 48px;
        font-size:18px!important;
    }
    .firstpost h2 a {
        font-size:22px!important;
        line-hght:120%!important;
        padding:48px 0 0px!important;
        width:95%!important;
    }
    .blog-list-cont .btn-primary, .blog-list-cont .hs-button.primary {
        font-size: 16px !important;
    }
}
@media screen and (max-width:380px) {
    .blog-list-cont h1.blogtitle {
        display:none!important;
    }
    .blog-list-cont h5.latestpost {
        top: 26px;
        font-size:18px!important;
    }
    .firstpost h2 a {
        font-size:22px!important;
        line-hght:120%!important;
        padding:0px!important;
        width:95%!important;
    }
    .firstpost a.more-link {
        font-size: 16px!important;
        margin: 25px auto 0!important;
        padding: 8px 18px!important;
        text-decoration: none !important;
        width:60%!important;
    }
}

/*------------| Main Listing Author Styles |------------*/
h2.hs-author-name {
    font-family:'Merriweather',Helvetica,sans-serif!important;
    font-size:40px!important;
    font-weight:300!important;
    margin:0!important;
    color:#264551!important;
}
.hs-author-bio {
    font-family:'Lato',Helvetica,sans-serif!important;
    font-size:18px!important;
    font-weight:300!important;
    margin:0!important;
    padding:10px 0!important;
}
span.hs-author-social-label {
    font-family:'Lato',Helvetica,sans-serif!important;
    font-size:20px!important;
    font-weight:300!important;
    color:#94c03d!important;
}
.hs-content-path-blogauthorannie-zelm .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorandy-boksansky .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthoramy-stark .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorandrew-osegi .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorbarb-schmitz .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorbill-arnold .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorbrianne-carlon .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorbrianne-carlon-rush .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorbryan-cox .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorcarrie-dagenhard .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorchris-knipper .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorchris-hvizdak .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorchad-pollitt .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorchad-pollitt-and-john-mctigue .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorcourtney-moser .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthordan-romanski .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthordan-stasiewski .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthordan-ulichney .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorguest-blogger .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorkay-smith .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorkuno-creative .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorliz-pate .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorlaura-liatti .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorjami-schneider .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorjim-skidmore .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorjenny-traster .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorjesse-pennington .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorjennifer-king .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorjohn-mctigue .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorjustine-timoteo .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorkimberly-capadona .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthormaddie-weber .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorlisa-gulasy .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthormeghan-sullivan .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthormike-woellert .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorpat-steen .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorpatrick-mccaffrey .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorroman-kniahynyckyj .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorshannon-barnes .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorsteven-beller .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorstephanie-kapera .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthortim-kiedrowski .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorvanessa-knipper .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorwalt-winchel .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthorzakir-ghazi .blog-list-cont h1.blogtitle,
.hs-content-path-blogauthornorth-ohio-heart-center-and-ohio-medical  .blog-list-cont h1.blogtitle {
    display:none!important;
}
.hs-content-path-blogauthorannie-zelm .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorandy-boksansky .blog-list-cont h5.latestpost,
.hs-content-path-blogauthoramy-stark .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorandrew-osegi .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorbarb-schmitz .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorbill-arnold .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorbrianne-carlon .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorbrianne-carlon-rush .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorbryan-cox .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorcarrie-dagenhard .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorchris-knipper .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorchris-hvizdak .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorchad-pollitt .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorchad-pollitt-and-john-mctigue .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorcourtney-moser .blog-list-cont h5.latestpost,
.hs-content-path-blogauthordan-romanski .blog-list-cont h5.latestpost,
.hs-content-path-blogauthordan-stasiewski .blog-list-cont h5.latestpost,
.hs-content-path-blogauthordan-ulichney .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorguest-blogger .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorkay-smith .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorkuno-creative .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorliz-pate .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorlaura-liatti .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorjami-schneider .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorjim-skidmore .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorjenny-traster .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorjesse-pennington .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorjennifer-king .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorjohn-mctigue .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorjustine-timoteo .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorkimberly-capadona .blog-list-cont h5.latestpost,
.hs-content-path-blogauthormaddie-weber .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorlisa-gulasy .blog-list-cont h5.latestpost,
.hs-content-path-blogauthormeghan-sullivan .blog-list-cont h5.latestpost,
.hs-content-path-blogauthormike-woellert .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorpat-steen .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorpatrick-mccaffrey .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorroman-kniahynyckyj .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorshannon-barnes .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorsteven-beller .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorstephanie-kapera .blog-list-cont h5.latestpost,
.hs-content-path-blogauthortim-kiedrowski .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorvanessa-knipper .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorwalt-winchel .blog-list-cont h5.latestpost,
.hs-content-path-blogauthorzakir-ghazi .blog-list-cont h5.latestpost,
.hs-content-path-blogauthornorth-ohio-heart-center-and-ohio-medical  .blog-list-cont h5.latestpost {
    display:none!important;
}

/*-----------| Main Listing - All Posts Styles |-----------*/
.blog-allposts {}

/* Main Structural All Posts Changes */
.hs-content-path-blogall .secondpost .FW-featured-bg-image {
    display:none!important;
}
.hs-content-path-blogall .post-item, 
.hs-content-path-blogall .firstpost, .hs-content-path-blogall .secondpost, .hs-content-path-blogall .thirdpost, 
.hs-content-path-blogall .fourthpost, .hs-content-path-blogall .fifthpost, .hs-content-path-blogall .sixthpost, 
.hs-content-path-blogall .seventhpost, .hs-content-path-blogall .eighthpost, .hs-content-path-blogall .ninethpost {
    width:1180px!important;
    display:block!important;
    float:none!important;
    margin:10px auto!important;
    padding:0px!important;
    min-height:135px!important;
}
@media screen and (max-width:1200px) {
    .hs-content-path-blogall .post-item, 
    .hs-content-path-blogall .firstpost, .hs-content-path-blogall .secondpost, .hs-content-path-blogall .thirdpost, 
    .hs-content-path-blogall .fourthpost, .hs-content-path-blogall .fifthpost, .hs-content-path-blogall .sixthpost, 
    .hs-content-path-blogall .seventhpost, .hs-content-path-blogall .eighthpost, .hs-content-path-blogall .ninethpost {
        width:900px!important;
        margin:10px auto!important;
    }    
}
@media screen and (max-width:980px) {
    .hs-content-path-blogall .post-item, 
    .hs-content-path-blogall .firstpost, .hs-content-path-blogall .secondpost, .hs-content-path-blogall .thirdpost, 
    .hs-content-path-blogall .fourthpost, .hs-content-path-blogall .fifthpost, .hs-content-path-blogall .sixthpost, 
    .hs-content-path-blogall .seventhpost, .hs-content-path-blogall .eighthpost, .hs-content-path-blogall .ninethpost {
        width:90%!important;
        margin:10px auto!important;
    } 
}
@media screen and (max-width:767px) {
    .hs-content-path-blogall .post-item, 
    .hs-content-path-blogall .firstpost, .hs-content-path-blogall .secondpost, .hs-content-path-blogall .thirdpost, 
    .hs-content-path-blogall .fourthpost, .hs-content-path-blogall .fifthpost, .hs-content-path-blogall .sixthpost, 
    .hs-content-path-blogall .seventhpost, .hs-content-path-blogall .eighthpost, .hs-content-path-blogall .ninethpost {
        width:92%!important;
        margin:10px auto 20px!important;
    } 
}

/* Redo the look of the top Blog Title for All Posts */
.hs-content-path-blogall .blog-title {
    height:150px!important;
    margin:20px auto 40px!important;
    padding:0!important;
    width:100%!important;
    display:block!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1338022581-jpg/2014Web/img/blog-banner-example.jpg)!important;
    background-repeat:no-repeat;
    background-position:50% -170px!important;
    background-size:cover!important;
}
.hs-content-path-blogall .blog-list-cont h1.blogtitle {
    color:#ffffff!important;
    z-index:24!important;
    font-family: 'Lato',Helvetica,sans-serif !important;
    font-size: 64px !important;
    font-weight: 600 !important;
    margin: 0 auto !important;
    position: relative !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing:-1px!important;
    top: 40px;
}
.hs-content-path-blogall .blog-list-cont h5.latestpost {
    display:none!important;
}
@media screen and (max-width:920px) {
    .hs-content-path-blogall .blog-title {
        background-position:50% bottom!important;
    }
}
@media screen and (max-width:767px) {
    .hs-content-path-blogall .blog-list-cont h1.blogtitle {
        font-size: 46px!important;
        top: 50px;
    }
}
@media screen and (max-width:480px) {
    .hs-content-path-blogall .blog-title {
        background-position:50% bottom!important;
        height:100px!important;
    }
    .hs-content-path-blogall .blog-list-cont h1.blogtitle {
        font-size: 33px!important;
        top: 25px;
        display:block!important;
    }
}
@media screen and (max-width:379px) {
    .hs-content-path-blogall .blog-list-cont h1.blogtitle {
        font-size: 27px!important;
        top: 30px;
        display:block!important;
    }
}
@media screen and (max-width:280px) {
    .hs-content-path-blogall .blog-list-cont h1.blogtitle {
        font-size: 29px!important;
        top: 20px;
        line-height:115%;
        display:block!important;
    }
}

/******** Main Universal Style Overwrites for All Posts Styles **********/
.hs-content-path-blogall h2 {
    margin:0!important;
}
.hs-content-path-blogall h2 a {
    color:#264551!important;
    font-size:27px!important;
    font-family:'Merriweather',Helvetica,sans-serif!important;
    font-weight:300!important;
    line-height:120%!important;
    text-decoration:none!important;
    margin:0!important;
    padding:0px!important;
    text-align:left!important;
    width:100%!important;
}
.hs-content-path-blogall .author-date-cont {
    display: block !important;
    float:left !important;
    margin:0!important;
    width:100% !important;
}
.hs-content-path-blogall p#hubspot-author_data {
    height:0px;
    display:block!important;
}
.hs-content-path-blogall .hs-author-avatar {
    float:left!important;
    width:50px!important;
}
.hs-content-path-blogall .firstpost .hs-author-avatar {
    margin: 0px auto 0 !important;
}
.hs-content-path-blogall .hs-author-avatar img {
    border-radius:40px!important;
    margin-top:-11px!important;
    width: 50px !important;
}
.hs-content-path-blogall .author-date-cont p.authorbioblock {
    float:left!important;
    margin:30px 0 0 2%!important;
    display:block!important;
}
.hs-content-path-blogall a.author-link {
    color:#264551!important;
    font-size:19px!important;
    font-family:'Merriweather',Helvetica,sans-serif!important;
    font-weight:300!important;
    float:left!important;
    padding:0 5px!important;
}
.hs-content-path-blogall .author-date-cont p {
    display:none;
}
.hs-content-path-blogall .author-date-cont p.date {
    float:left!important;
    display:block!important;
    margin:0!important;
    padding:0 5px!important;
    font-family:'Merriweather',Helvetica,sans-serif!important;
}
.hs-content-path-blogall span.postedby {
    float:left!important;
    padding-left:7px!important;
    color:#264551!important;
    font-size:19px!important;
    font-family:'Merriweather',Helvetica,sans-serif!important;
    font-weight:300!important;
}
.hs-content-path-blogall .author-date-cont {
    color:#264551!important;
    font-size:19px!important;
    font-family:'Lato',Helvetica,sans-serif!important;
    font-weight:300!important;
}

/* Redo First Container Styles */
.hs-content-path-blogall .firstpost .post-body, .hs-content-path-blogall .firstpost .custom_listing_comments, .hs-content-path-blogall .firstpost p#hubspot-topic_data {
    display:none!important;
}
.hs-content-path-blogall .firstpost a.more-link {
    display:none!important;
}

/* Redo 2nd, 3rd, and 4th Containers */
.hs-content-path-blogall .secondpost .post-body span.postedby, .hs-content-path-blogall .thirdpost .post-body span.postedby, .hs-content-path-blogall .fourthpost .post-body span.postedby {
    display:block!important;
}
.hs-content-path-blogall .secondpost .hs-author-avatar, .hs-content-path-blogall .thirdpost .hs-author-avatar, .hs-content-path-blogall .fourthpost .hs-author-avatar {
    display:block!important;
}
.hs-content-path-blogall .secondpost .author-date-cont, .hs-content-path-blogall .thirdpost .author-date-cont, .hs-content-path-blogall .fourthpost .author-date-cont {
    display:block!important;
}
.hs-content-path-blogall .secondpost a.author-link, .hs-content-path-blogall .thirdpost a.author-link, .hs-content-path-blogall .fourthpost a.author-link {
    display:block!important;
}
@media screen and (max-width:767px) {
    .hs-content-path-blogall h2 a {
        font-size:23px!important;
    }
    .hs-content-path-blogall .author-date-cont {
        display: block !important;
        float:left !important;
        margin:0 0 30px!important;
        width:100% !important;
        padding:0 0 20px!important;
        border-bottom:1px solid #d8d8d8!important;
    }
}

/*----------------| Author Listing Styles |----------------*/
/*=========================================================*/

.hs-author-profile.authorTop{text-align:center;margin-top:20px;}
.hs-author-profile.authorTop h3.hs-author-listing-header {
    margin: 20px 0 0;
    text-align: center;
}
/*----------------| Main Reading Template |----------------*/
/*=========================================================*/
.blog-read-wrap {
    width:100%!important;
    background:#FFFFFF!important;
    margin:0;
    padding:0;
}
.blog-read-cont {}
.blog-read-cont .post-body img.duplicate {
    display:none!important;
}

/* Search and Subscribe */
.search-subscribe-wrap {
    background:#FFFFFF!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
}
.search-subscribe-cont {
    max-width:1180px!important;
    width:100%!important;
    padding:35px 20px 35px!important;
    float:none!important;
    margin:0px auto 0!important;
    display:block!important;
    background:#ffffff!important;
}
.search-subscribe-cont .hs_email label {
    display:none!important;
}
.search-subscribe-cont .blog-subscribe h3 {
    border:0px solid #FFFFFF!important;
    margin:0!important;
    padding:0!important;
}
.search-subscribe-cont input[type="email"] {
    width:70%!important;
    font-family:'Lato',helvetica,arial,sans-serif!important;
    font-weight:500!important;
    font-size:18px!important;
    color:#63a3bb!important;
    float:left!important;
    padding: 9px 6px!important;
    border-radius:3px!important;
    border:1px solid #365d6c!important;
    height: 45px !important;
}
.search-subscribe-cont .btn-primary, .search-subscribe-cont .hs-button.primary {
    -moz-user-select: none !important;
    background-color: #94c03d !important;
    background-image: none !important;
    border: 1px solid #15768f !important;
    border-radius: 4px !important;
    box-shadow:0!important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: 'merriweather',helvetica,sans-serif !important;
    font-size: 20px !important;
    font-style:normal !important;
    font-weight: 300 !important;
    height: auto !important;
    line-height: 24px !important;
    margin: 0px!important;
    padding: 8.5px 5px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: none !important;
    transition: all 0.2s ease-in-out 0s;
    width:26%!important;
    float:right!important;
}

/* Bottom Subscribe Container */
.search-subscribe-cont2 {
    display: block !important;
    float: none !important;
    margin: 20px auto 0 !important;
    max-width: 900px !important;
    padding: 0 20px !important;
    width: 100% !important;
}
.search-subscribe-cont2 .hs_email label {
    display:none!important;
}
.search-subscribe-cont2 .blog-subscribe h3 {
    border:0px solid #FFFFFF!important;
    margin:0!important;
    padding:0!important;
}
.search-subscribe-cont2 input[type="email"] {
    width:70%!important;
    font-family:'Lato',helvetica,arial,sans-serif!important;
    font-weight:500!important;
    font-size:18px!important;
    color:#63a3bb!important;
    float:left!important;
    padding: 9px 6px!important;
    border-radius:3px!important;
    border:1px solid #365d6c!important;
    height: 45px !important;
}
.search-subscribe-cont2 .btn-primary, .search-subscribe-cont2 .hs-button.primary {
    -moz-user-select: none !important;
    background-color: #94c03d !important;
    background-image: none !important;
    border: 1px solid #15768f !important;
    border-radius: 4px !important;
    box-shadow:0!important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: 'merriweather',helvetica,sans-serif !important;
    font-size: 20px !important;
    font-style:normal !important;
    font-weight: 300 !important;
    height: auto !important;
    line-height: 24px !important;
    margin: 0px!important;
    padding: 8.5px 5px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: none !important;
    transition: all 0.2s ease-in-out 0s;
    width:26%!important;
    float:right!important;
}

/* Top Featured Image banner and Title */
.blog-read-cont .post-header {
    margin:0px!important;
}
.blog-read-cont .post-header .FW-featured-bg-image {
    height:auto!important;
    min-height:468px!important;
    background-repeat:no-repeat!important;
    background-position:50% top!important;
    background-size:cover!important;
}
.blog-read-cont a.back-to-blog {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1639954681-png/2014Web/img/BlogHome.png)!important;
    background-repeat:no-repeat!important;
    background-position:0 0 !important;
    width:50px!important;
    height:156px!important;
    opacity:0.8!important;
    text-indent:-5000px!important;
    position:fixed!important;
    top:42%!important;
    right:0!important;
    text-decoration:none!important;
    padding:0!important;
    z-index:9990!important;
}
/* Responsive Back To Blog Button */
@media screen and (max-height:500px) {
    .blog-read-cont a.back-to-blog {display:none!important;}    
}
@media screen and (max-width:600px) {
    .blog-read-cont a.back-to-blog {display:none!important;}
}
.blog-read-cont .post-body {
    width:760px!important;
    padding:0 20px!important;
    float:none!important;
    margin:40px auto 0!important;
    display:block!important;
}
.blog-read-cont .post-header h1 a {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-weight:300!important;
    font-size:41px!important;
    color:#ffffff!important;
    line-height:130%!important;
    margin:0px auto 0!important;
    padding:70px 0 0px!important;
    text-decoration:none!important;
    text-align:center!important;
    display:block!important;
    width:75%!important;
}
.blog-read-cont .post-header .author-date-cont {
    color:#ffffff!important;
    font-size:19px!important;
    font-family:'Lato',Helvetica,sans-serif!important;
    font-weight:300!important;
}
.blog-read-cont .post-header a.author-link {
    color:#ace0f0!important;
    font-size:19px!important;
    font-family:'Lato',Helvetica,sans-serif!important;
    font-weight:300!important;
}
.blog-read-cont .post-header a.more-link {
    font-family:'merriweather',helvetica,sans-serif!important;
    display:block;
    float:none;
    color:#FFFFFF!important;
    background:none transparent!important;
    width:200px!important;
    font-family:'Merriweather',arial,sans-serif;
    font-size:16px;
    margin:40px auto 0;
    padding:12px 22px;
    border:1px solid #FFFFFF;
    border-radius:8px;
    cursor:pointer;
    text-decoration:none!important;
}
.blog-read-cont .post-header a.more-link:hover {
    background-color:#FFFFFF!important;
    color:#264551!important;
}
.blog-read-cont p#hubspot-topic_data {
    width:100%!important;
    max-width:860px!important;
    float:none!important;
    display:none!important;
    margin:20px auto!important;
    text-align:center!important;
}
.flare[data-orientation="vertical"] .loading {
    display:none;
}

/* Social Icon Share Styles */
/*=============================*/
.blogShareLinks {
    margin:0 auto!important;
    float:none!important;
    width:100%!important;
    max-width:300px!important;
    display:block!important;
    text-align:center!important;
    font-family:'merriweather',helvetica,sans-serif!important;
    color:#FFFFFF!important;
}
.blogShareLinks span {
    margin:6px 0 0!important;
    float:left!important;
    font-size:17px!important;
    font-weight:500!important;
}
.blogShareLinks a {
    padding:2px!important;
}
.flare[data-orientation="vertical"] {
    margin-top:70px!important;
}

/* Image Alignment Overwrites */
/*==============================*/
.blog-read-cont .post-body img {
    float:none!important;
    display:block;
    margin:10px auto 20px!important;
    clear:both!important;
    height:auto!important;
}

/* Comments Section Styles */
/*===========================*/
.widget-type-blog_comments {
    width:100%!important;
    max-width:920px!important;
    float:none!important;
    display:block!important;
    margin:20px auto!important;
    padding:0 30px!important;
}
.comment.depth-1 {
    margin-left:20px;
    padding:30px;
    border:1px solid #cccccc;
}
#comment-form {
    border:1px solid #254551!important;
    border-radius:4px!important;
    padding:25px!important;
}
.blog-read-cont textarea, .blog-read-cont input[type="text"], .blog-read-cont input[type="password"], .blog-read-cont input[type="datetime"], 
.blog-read-cont input[type="datetime-local"], .blog-read-cont input[type="date"], .blog-read-cont input[type="month"], .blog-read-cont input[type="time"], 
.blog-read-cont input[type="week"], .blog-read-cont input[type="number"], .blog-read-cont input[type="email"], .blog-read-cont input[type="url"], 
.blog-read-cont input[type="search"], .blog-read-cont input[type="tel"], .blog-read-cont input[type="color"] select {
    box-sizing: border-box;
    display: inline-block;
    border:1px solid #254551!important;
    font-size: 16px !important;
    font-family:"merriweather",helvetica,sans-serif!important;
    font-weight:300!important;
    min-height: 45px !important;
    padding: 8px 7px 8px!important;
    width: 100%;
    border-radius:4px!important;
}
.blog-read-cont form label {
    color: #264551 !important;
    display: block !important;
    font-family: 'Merriweather',helvetica,sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    margin: 0 !important;
    padding: 17px 0 5px !important;
    text-align: left !important;
}
.blog-read-cont li.hs-form-booleancheckbox {
    padding:0px 0 10px!important;
    background:none!important;
}

/* Bottom Post Bio Styles */
/*===========================*/
.bottom-bio-cont {
    display: block !important;
    float: none !important;
    margin: 20px auto !important;
    max-width: 860px !important;
    width:90%!important;
    padding:20px 5%!important;
}
.bottom-post-bio {
    padding:25px!important;
    border:1px solid #254551!important;
    border-radius:4px!important;
    margin-top:40px!important;
}
.bottom-post-bio .bioleft {
    float:left!important;
    width:30%!important;
    margin-right:5%!important;
}
.bottom-post-bio .hs-author-avatar {
    float:left!important;
    width:100px!important;
    padding-right:4%!important;
    height: 250px !important;
}
.bottom-post-bio .hs-author-avatar img {
    border-radius:50px!important;
    margin-top:0px!important;
}
.bottom-post-bio .bioright {
    float:left!important;
    width:65%!important;
}
.bottom-post-bio a.author-link {
    color: #264551 !important;
    font-family: 'merriweather',helvetica,sans-serif !important;
    font-size:24px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 16px 0 !important;
}
.bottom-post-bio .hs-author-bio {
    color: #264551 !important;
    font-family: 'Merriweather',Helvetica,sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    padding:10px 0 !important;
    margin: 0 !important;
}
.bottom-post-bio a.hs-author-social-link {
    padding:0!important;
}


/* Blog Bottom Form Styles */
/*===========================*/

/* Containers */

.bottom-bio-cont.blogBottomForm {overflow:auto;

}

.bottom-bio-cont.blogBottomForm form fieldset{max-width:760px;margin:0 auto;}


/* Form Wrapper*/
/* Must apply background and type styling here so inline 'Thank You' message will be styled*/
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form {
    background-color: #eae9e9;
    display: inline-block;
    font-family: "merriweather",helvetica,sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    margin-bottom: 20px;
    
    width: 100%;
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form h3 { text-align:center; }

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form p{padding: 40px 0!important;}


/* Form */
.bottom-bio-cont.blogBottomForm .hs-form{    padding: 3% 3% 0;}


.bottom-bio-cont.blogBottomForm .hs-form fieldset {
    max-width: 760px;
}

/* Form Title */

.bottom-bio-cont.blogBottomForm h3.form-title {
    background-color: #4b545e;
    color: #fff !important;
    font-family: "merriweather",helvetica,sans-serif !important;
    font-size: 19px;
    font-weight: 300 !important;
    line-height: 120%;
    margin: 0 !important;
    padding: 20px 5% !important;
    text-align: center;
    text-transform: none !important;
    width: 90%;
}

/* Form Elements */

.bottom-bio-cont.blogBottomForm form label{color:#009fc3!important;font-size:13px!important;font-family: "lato",helvetica,sans-serif !important;text-transform:uppercase!important;}

.bottom-bio-cont.blogBottomForm textarea,
.bottom-bio-cont.blogBottomForm input[type="text"],
.bottom-bio-cont.blogBottomForm input[type="password"],
.bottom-bio-cont.blogBottomForm input[type="datetime"],
.bottom-bio-cont.blogBottomForm input[type="datetime-local"],
.bottom-bio-cont.blogBottomForm input[type="date"],
.bottom-bio-cont.blogBottomForm input[type="month"],
.bottom-bio-cont.blogBottomForm input[type="time"],
.bottom-bio-cont.blogBottomForm input[type="week"],
.bottom-bio-cont.blogBottomForm input[type="number"],
.bottom-bio-cont.blogBottomForm input[type="email"],
.bottom-bio-cont.blogBottomForm input[type="url"],
.bottom-bio-cont.blogBottomForm input[type="search"],
.bottom-bio-cont.blogBottomForm input[type="tel"],
.bottom-bio-cont.blogBottomForm input[type="color"] select {
    border: none !important;
    border-radius: 0px !important;
    box-sizing: border-box;
    display: inline-block;
    font-family: "merriweather",helvetica,sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    min-height: 45px !important;
    padding: 8px 7px !important;
    max-width: 353px;
}

/* Radio Buttons */

/* Wrappers */

.bottom-bio-cont.blogBottomForm li.hs-form-radio{display:inline-block;margin-right:20px;}
.bottom-bio-cont.blogBottomForm ul{margin:0;}
.blogBottomForm ul.inputs-list.multi-container{text-align:center;}

/* Radio Question Label*/
.bottom-bio-cont.blogBottomForm .hs_blog_topic_preference label {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: center !important;
    padding-top: 28px !important;
}

/* Radio + Checkbox Option Button Label*/
.bottom-bio-cont.blogBottomForm form li label.hs-form-radio-display, .bottom-bio-cont.blogBottomForm form li label.hs-form-checkbox-display {  
    display: block !important;

    font-size: 12px !important;
    font-weight: 300 !important;
    margin: 0 !important;
    padding: 17px 0 5px !important;
    text-align: left !important;
}


/* Radio Option Input Button*/
.blogBottomForm form label.hs-form-radio-display input {margin-right:6px!important;}

/* Checkbox li and input */
.blogBottomForm li.hs-form-checkbox{display:inline-block;padding-right: 20px;}
.blogBottomForm form label.hs-form-checkbox-display input {margin-right:6px!important;}

.blogBottomForm #hs_cos_wrapper_module_14223786204533838  li.hs-form-checkbox {
    display: block;
}

/* Submit Button */
.bottom-bio-cont.blogBottomForm .actions{text-align:center;}
.hs-blog-post .bottom-bio-cont.blogBottomForm .actions .hs-button.primary{
    box-shadow:none!important;
    width:auto!important;padding:10px 22px!important;font-size:18px!important;border:0!important;
border-radius:6px!important;
background-color: #94c03d !important;
}

.hs-blog-post .bottom-bio-cont.blogBottomForm .actions .hs-button.primary:hover{background-color: #0f9fc4 !important;}

/* Modified Bio Area, Located outside "Blog" module*/

.blogWithForm .bottom-bio-cont {
    display: block !important;
    float: none !important;
    margin: 0 auto 40px !important;
    max-width: 860px !important;
    padding: 0 5% !important;
    width: 90% !important;
}

.blogWithForm .bottom-post-bio{margin-top:0px!important;}

.blogWithForm .bottom-post-bio .hs-author-avatar{
    float: left !important;
    height: 150px !important;}

@media(max-width:480px){
 .blogWithForm .bottom-post-bio .hs-author-avatar {
    float: none!important;
    height: 120px !important;
}   
}

@media(max-width:768px){
 .bottom-bio-cont.blogBottomForm h3.form-title {font-size:14px;}   
}

@media(max-width:600px){
 .bottom-bio-cont.blogBottomForm {width:90%!important;padding-left:5%!important;padding-right:5%!important;}

}

/*--------------| Responsive Reading Blog |---------------*/
@media screen and (max-width:980px) {
    .search-subscribe-cont2 {
        width:90%!important;
        margin:20px 5%!important;
    }    
}
@media screen and (max-width:820px) {
    .blog-read-cont .post-body {
        width:85%!important;
        margin:20px 3%!important;
    }
    .blog-read-cont .post-header h1 a {
        font-size:36px!important;
        width:92%!important;
    }
    .center-article-header {
        padding: 50px 25px;
    }
}
@media screen and (max-width:767px) {
    .search-subscribe-cont {
        padding:20px 20px 30px!important;
    }
    .blog-read-cont .author-date-cont {
        width: 100% !important;
    }
    .blog-read-cont .hs-author-avatar {
        float: none !important;
        margin: 0px auto 0 !important;
        width: 50px !important;
    }
    .search-subscribe-cont {
        margin: 20px auto !important;
    }
    .bottom-post-bio .hs-author-avatar {
        float: none !important;
        margin: 0 auto !important;
        width: 100px !important;
        height:110px!important;
    }
    .blog-read-cont p#hubspot-topic_data {
        padding: 0 5% !important;
        width: 80% !important;
    }
}
@media screen and (max-width:600px) {
    .search-subscribe-cont input[type="email"], .search-subscribe-cont2 input[type="email"] {
        font-size:17px!important;
    }
    .search-subscribe-cont .btn-primary, .search-subscribe-cont .hs-button.primary, .search-subscribe-cont2 .btn-primary, .search-subscribe-cont2 .hs-button.primary  {
        font-size: 17px !important;
    }
    .blog-read-cont .post-body {
        width:89%!important;
        margin:20px 3%!important;
    }
    .blog-read-cont .post-body {
        width:90%!important;
        padding:20px 4%!important;
        float:none!important;
        margin:0px auto 0!important;
        display:block!important;
    }
    .bottom-post-bio {
        margin-top:0px!important;
    }
    .bottom-bio-cont {
        width:80%!important;
        padding:20px 10%!important;
    }
    .bottom-post-bio .hs-author-bio {
        font-size: 16px !important;
    }
    #recaptcha_area, #recaptcha_table {
        display: none;
        width: 100% !important;
    }
}
@media screen and (max-width:480px) {
    .blog-read-cont .post-header h1 a {
        font-size:28px!important;
        line-height:110%!important;
        width:95%!important;
    }    
}

/*=====================================================/
                MAIN RESOURCES TEMPLATE
/=====================================================*/
.resource-head-wrap {
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1412062083-jpg/2014Web/img/resource-banner.jpg)!important;
    background-repeat:no-repeat!important;
    background-position:50% top;
    background-size:cover!important;
    z-index:9990!important;
    min-height:348px!important;
}
.resource-head-cont {
    width:100%!important;
    max-width:1180px!important;
    float:none!important;
    margin:0 auto!important;
    padding:20px!important;
    background:none!important;
}
.resource-head-cont h1 {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-size:46px!important;
    font-weight:300!important;
    line-height:110%!important;
    margin:0!important;
    padding:116px 0 !important;
    color:#FFFFFF!important;
}
.resource-head-cont h3 {
    font-family:'lato',helvetica,sans-serif!important;
    color:#FFFFFF!important;
    font-size: 28px !important;
    font-weight: 200 !important;
    margin: -4px auto 30px !important;
    text-align:center!important;
    padding:0!important;
}
.resource-head-cont #resourcedropdown, .resource-head-cont #resourcedropdown2 {
    border: medium none!important;
    box-shadow: none!important;
    color: #454545!important;
    margin: 16px 0 0;
    padding: 4px 10px!important;
    width: 75%!important;
    font-family: "lato",Arial,sans-serif!important;
    font-weight: 300!important;
    font-size: 17px!important;
    height:35px;
}
.resourcedropdown1 {
    text-align:right;
}
.resourcedropdown2 {
    text-align:left;
}
.resource-wrap {
    background:#FFFFFF!important;
    z-index:9990!important;
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:30px 0!important;
}
.resource-cont {
    width:100%!important;
    max-width:1180px!important;
    padding:0 20px!important;
    float:none!important;
    margin:0 auto!important;
}
.resource1, .resource4, .resource7 {
    width:31%!important;
    margin:10px 0 10px!important;
    display:block!important;
    float:left!important;
}
.resource2, .resource3, .resource5, .resource6, .resource8, .resource9 {
    width:31%!important;
    margin:10px 0 10px 2.5%!important;
    display:block!important;
    float:left!important
}
.resource-box {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    opacity:1;
    padding:20px!important;
    display:block!important;
    cursor:pointer!important;
    border:1px solid #d8d8d8;
}
.resource-box img {
    opacity:1;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    max-height:258px!important;
}
.resource-box h2 {
    width: 200px!important;
    padding:0 0 0 55px!important;
    margin:40px auto 0!important;
    float:none!important;
    position: absolute !important;
    text-align: center;
    font-family:'Merriweather',helvetica,arial,sans-serif!important;
    font-weight:300!important;
    font-size:21px!important;
    text-decoration:none!important;
    line-height:130%!important;
    color:#264551!important;
    opacity:0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.resource-box a.more-link {
    width:200px !important;
    margin:160px auto!important;
    padding:0 0 65px 55px!important;
    float:none!important;
    position:absolute !important;
    text-align: center !important;
    font-family:'Merriweather',helvetica,arial,sans-serif!important;
    font-weight:300!important;
    font-size:18px!important;
    text-decoration:none!important;
    line-height:110%!important;
    color:#94d95d!important;
    text-transform:uppercase!important;
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1447876790-png/2014Web/img/resources-download-arrow-1.png)!important;
    background-repeat:no-repeat!important;
    background-position:122px bottom!important;
    opacity:0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.resource-box:hover h2, .resource-box h2:hover, .resource-box:hover a.more-link {
    opacity:1;
}
.resource-box:hover img {
    opacity:0.1;
}
.resource-pagination {
    clear:both!important;
    float:none!important;
    margin:0 auto!important;
    display:block!important;
}
.resource-pagination a.previous-posts-link {
    border: 1px solid #264551;
    border-radius: 8px;
    color: #264551;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'merriweather',helvetica,sans-serif !important;
    font-size: 15px;
    margin: 10px 3% 10px 0;
    padding: 8px 15px;
    text-align: center !important;
    text-decoration: none !important;
    transition: all 0.4s ease-in-out 0s;
    width: 100px;
}
.resource-pagination a.all-posts-link {
    border: 1px solid #264551;
    border-radius: 8px;
    color: #264551;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'merriweather',helvetica,sans-serif !important;
    font-size: 15px;
    margin: 10px 3% 10px 0;
    padding: 8px 15px;
    text-align: center !important;
    text-decoration: none !important;
    transition: all 0.4s ease-in-out 0s;
    width: 100px;
}
.resource-pagination a.next-posts-link {
    border: 1px solid #264551;
    border-radius: 8px;
    color: #264551;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'merriweather',helvetica,sans-serif !important;
    font-size: 15px;
    margin: 10px auto;
    padding: 8px 15px;
    text-align: center !important;
    text-decoration: none !important;
    transition: all 0.4s ease-in-out 0s;
    width: 100px;
}
.resource-pagination a.all-posts-link:hover, .resource-pagination a.previous-posts-link:hover, .resource-pagination a.next-posts-link:hover {
    background-color: #264551 !important;
    color: #fff !important;
}
.hs-content-path-resourcesall .post-item {
    border-bottom:1px solid #d8d8d8;
    margin:0 0 15px!important;
    padding:0 !important;
    height:36px!important;
}
.hs-content-path-resourcesall h2 a {
    font-family:'merriweather',helvetica,sans-serif!important;
    font-size:24px!important;
    color:#254551!important;
    margin:0px!important;
    padding:0!important;
    text-decoration:none!important;
    font-weight:300!important;
}

/* Responsive Resources - And yeah, I know there's a lot of media queries. It was neccessary, ok!? */
@media screen and (max-width:1130px) {
    .resource-box h2 {
        padding:0 0 0 45px!important;
    }
    .resource-box a.more-link {
        padding:0 0 65px 44px!important;
        background-position:111px bottom!important;
    }
}
@media screen and (max-width:1070px) {
    .resource-box h2 {
        padding:0 0 0 40px!important;
    }
    .resource-box a.more-link {
        background-image:url(//cdn2.hubspot.net/hub/32387/file-1446835957-png/2014Web/img/resources-download-arrow-sm.png)!important;
        padding:0 0 35px 40px!important;
        background-position:122px bottom!important;
    }    
}
@media screen and (max-width:1010px) {
    .resource-box h2 {
        padding:0 0 0 25px!important;
    }
    .resource-box a.more-link {
        padding:0 0 35px 24px!important;
        background-position:108px bottom!important;
    }    
}
@media screen and (max-width:950px) {
    .resource-box h2 {
        font-size:18px!important;
        width: 150px!important;
        padding:0 0 0 40px!important;
        margin:30px auto 0!important;
        line-height:110%!important;
    }
    .resource-box a.more-link {
        padding:0 0 35px 39px!important;
        background-position:98px bottom!important;
        font-size:17px!important;
        width: 150px!important;
        margin:135px auto!important;
    } 
}
@media screen and (max-width:900px) {
    .resource-box h2 {
        font-size:18px!important;
        width: 150px!important;
        padding:0 0 0 30px!important;
        margin:30px auto 0!important;
        line-height:110%!important;
    }
    .resource-box a.more-link {
        padding:0 0 35px 29px!important;
        background-position:88px bottom!important;
        font-size:17px!important;
        width: 150px!important;
    }
}
@media screen and (max-width:850px) {
    .resource-box h2 {
        font-size:18px!important;
        width: 150px!important;
        padding:0 0 0 25px!important;
        margin:30px auto 0!important;
        line-height:110%!important;
    }
    .resource-box a.more-link {
        padding:0 0 0px 25px!important;
        background-position:78px bottom!important;
        font-size:17px!important;
        width: 150px!important;
        background-image:none!important;
    }
}
@media screen and (max-width:820px) {
    .resource1, .resource3, .resource5, .resource7, .resource9  {
        width:45%!important;
        margin:9px 2.5% 9px!important;
        display:block!important;
        float:left!important;
    }
    .resource2, .resource4, .resource6, .resource8 {
        width:45%!important;
        margin:10px 0 10px !important;
        display:block!important;
        float:left!important
    }
    .resource-box h2 {
        width: 200px!important;
        padding:0 0 0 50px!important;
        margin:40px auto 0!important;
        float:none!important;
        position: absolute !important;
        text-align: center;
        font-family:'Merriweather',helvetica,arial,sans-serif!important;
        font-weight:300!important;
        font-size:21px!important;
        text-decoration:none!important;
        line-height:130%!important;
        color:#264551!important;
    }
    .resource-box a.more-link {
        width:200px !important;
        margin:160px auto!important;
        padding:0 0 35px 46px!important;
        float:none!important;
        position:absolute !important;
        text-align: center !important;
        font-family:'Merriweather',helvetica,arial,sans-serif!important;
        font-weight:300!important;
        font-size:18px!important;
        text-decoration:none!important;
        line-height:110%!important;
        color:#94d95d!important;
        text-transform:uppercase!important;
        background-position:127px bottom!important;
        background-image:url(//cdn2.hubspot.net/hub/32387/file-1446835957-png/2014Web/img/resources-download-arrow-sm.png)!important;
    }
}
@media screen and (max-width:767px) {
    .resourcedropdown1 {
        text-align:center;
    }
    .resourcedropdown2 {
        text-align:center;
    }
    .resource-box {
        cursor:pointer;
    }
    .resource1, .resource3, .resource5, .resource7, .resource9, .resource2, .resource4, .resource6, .resource8  {
        width:70%!important;
        margin:10px auto 10px!important;
        display:block!important;
        float:none!important;
        text-align:center;
    }
    .resource-box h2 {
        width: 70%!important;
        padding:0px!important;
        margin:10px auto 20px!important;
        float:none!important;
        position:relative!important;
        text-align: center;
        font-size:21px!important;
        text-decoration:none!important;
        line-height:130%!important;
        color:#264551!important;
        opacity:1!important;
    }
    .resource-box a.more-link {
        width:200px !important;
        margin:10px auto 0!important;
        padding:0 0 0px 0px!important;
        float:none!important;
        position:relative !important;
        text-align: center !important;
        font-family:'Merriweather',helvetica,arial,sans-serif!important;
        font-weight:300!important;
        font-size:18px!important;
        text-decoration:none!important;
        line-height:110%!important;
        color:#94d95d!important;
        text-transform:uppercase!important;
        background-image:url(//cdn2.hubspot.net/hub/32387/file-1447876790-png/2014Web/img/resources-download-arrow-1.png)!important;
        background-repeat:no-repeat!important;
        background-position:122px bottom!important;
        display:none!important;
    }
    .resource-box:hover img {
        opacity:0.7!important;
    }
}
@media screen and (max-width:640px) {
    .resource1, .resource3, .resource5, .resource7, .resource9, .resource2, .resource4, .resource6, .resource8  {
        width:90%!important;
        margin:10px auto 10px!important;
        display:block!important;
        float:none!important;
        text-align:center;
    }    
}

/*================================================/
                MAIN SITE FOOTER
/=================================================*/
.footer-wrap {
    background-color:#ecebeb!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    position:relative!important;
    z-index:12!important;
}
.footer-cont {
    width:100%!important;
    max-width:1180px!important;
    margin:0px auto 0!important;
    padding:50px 20px!important;
    float:none!important;
    display:block!important;
}
.footer-cont .footer-social {
    width:220px!important;
    float:none!important;
    margin:20px auto 0!important;
    text-align:center!important;
}
.footer-cont a.fb {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1295870526-png/2014Web/img/footer-social-fb.png);
    background-repeat:no-repeat;
    height:29px;
    width:28px;
    float:left;
    display:block;
    text-indent:-5000px!important;
    border-radius:30px;
    margin-right:3%!important;
}
.footer-cont a.fb:hover {
    background-color:#3b5998;
}
.footer-cont a.tw {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1294249753-png/2014Web/img/footer-social-tw.png);
    background-repeat:no-repeat;
    height:28px;
    width:29px;
    float:left;
    display:block;
    text-indent:-5000px!important;
    border-radius:30px;
    margin-right:3%!important;
}
.footer-cont a.tw:hover {
    background-color:#00aced;
}
.footer-cont a.gg {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1300072175-png/2014Web/img/footer-social-gg.png);
    background-repeat:no-repeat;
    height:28px;
    width:29px;
    float:left;
    display:block;
    text-indent:-5000px!important;
    border-radius:30px;
    margin-right:3%!important;
}
.footer-cont a.gg:hover {
    background-color:#dd4b39;
}
.footer-cont a.li {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1295870536-png/2014Web/img/footer-social-li.png);
    background-repeat:no-repeat;
    height:28px;
    width:29px;
    float:left;
    display:block;
    text-indent:-5000px!important;
    border-radius:30px;
    margin-right:3%!important;
}
.footer-cont a.li:hover {
    background-color:#007bb6;
}
.footer-cont a.yt {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1295870531-png/2014Web/img/footer-social-yt.png);
    background-repeat:no-repeat;
    height:28px;
    width:29px;
    float:left;
    display:block;
    text-indent:-5000px!important;
    border-radius:30px;
    margin-right:3%!important;
}
.footer-cont a.yt:hover {
    background-color:#bb0000;
}
.footer-cont a.ig {
    background-image:url(//cdn2.hubspot.net/hub/32387/file-1294249748-png/2014Web/img/footer-social-ig.png);
    background-repeat:no-repeat;
    height:28px;
    width:29px;
    float:left;
    display:block;
    text-indent:-5000px!important;
    border-radius:30px;
    margin-right:0%!important;
}
.footer-cont a.ig:hover {
    background-color:#517fa4;
}

/* Social Icons For Footer */
.footer-cont a.footer-link1 {
    font-family:'merriweather',helvetica,sans-serif!important;
    display:block;
    float:none;
    color:#264551;
    background-color:#FFFFFF;
    width:80%;
    font-family:'Merriweather',arial,sans-serif;
    font-size:16px;
    margin:10px auto;
    padding:13px 14px;
    border:1px solid #264551;
    border-radius:8px;
    cursor:pointer;
    text-decoration:none!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
.footer-cont a.footer-link2 {
    font-family:'merriweather',helvetica,sans-serif!important;
    display:block;
    float:none;
    color:#264551;
    background-color:#FFFFFF;
    width:80%;
    font-family:'Merriweather',arial,sans-serif;
    font-size:16px;
    margin:10px auto;
    padding:13px 14px;
    border:1px solid #264551;
    border-radius:8px;
    cursor:pointer;
    text-decoration:none!important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
}
.footer-cont a.footer-link1:hover, .footer-cont a.footer-link2:hover {
    background-color:#264551!important;
    color:#FFFFFF!important;
}

/* Copyright Bottom Section */
.footer-copy-wrap {
    background-color:#FFFFFF!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    position:relative!important;
    z-index:12!important;
}
.footer-copy-cont {
    text-align:center!important;
    width:100%!important;
    max-width:1180px!important;
    margin:00px auto 0!important;
    padding:50px 20px!important;
    float:none!important;
    display:block!important;
}
.footer-copy-cont p {
    text-align:center!important;
    font-family:'Lato',Helvetica,Arial,sans-serif!important;
    font-size:13px!important;
    font-weight:300!important;
    line-height:140%!important;
}
.footer-copy-cont a {
    color:#009fc3!important;
}

/* Responsive Main Footer Styles */
@media screen and (max-width:980px) {
    .footer-cont a.footer-link1 {
        width:65%;
        font-size:15px;
        margin:0px!important;
        padding:12px 10px;
        float:right!important;
    }
    .footer-cont a.footer-link2 {
        width:65%;
        font-size:15px;
        margin:0px auto 0;
        padding:12px 10px;
    }    
}
@media screen and (max-width:767px) {
    .footer-cont {
        width:100%!important;
        max-width:1180px!important;
        margin:0px auto 0!important;
        padding:20px 20px!important;
        float:none!important;
        display:block!important;
    }
    .footer1 {
        width:90%!important;
        text-align:center!important;
        display:block!important;
        float:none!important;
        margin:10px auto!important;
    }
    .footer2 {
        width:90%!important;
        text-align:center!important;
        display:block!important;
        float:none!important;
        height:40px!important;
        margin:30px auto 15px!important;
    }
    .footer3 {
        width:90%!important;
        text-align:center!important;
        display:block!important;
        float:none!important;
        margin:10px auto!important;
    }
    .footer4 {
        width:90%!important;
        text-align:center!important;
        display:block!important;
        float:none!important;
        margin:10px auto!important;
    }
    .footer-cont .footer-social {
        width:208px!important;
        float:none!important;
        margin:10px auto 0!important;
        text-align:center!important;
        display:block!important;
        clear:both!important;
    }
    .footer-cont a.footer-link1 {
        display:block!important;
        float:none!important;
        width:210px!important;
        font-size:16px!important;
        margin:15px auto!important;
        padding:13px 14px!important;
    }
    .footer-cont a.footer-link2 {
        display:block!important;
        float:none!important;
        width:210px!important;
        font-size:16px!important;
        margin:15px auto!important;
        padding:13px 14px!important;
    }
}
@media screen and (max-width:320px) {
    .footer-cont a.footer-link1 {
        display:block!important;
        float:none!important;
        width:180px!important;
        font-size:15px!important;
        margin:15px auto!important;
        padding:11px 12px!important;
    }
    .footer-cont a.footer-link2 {
        display:block!important;
        float:none!important;
        width:180px!important;
        font-size:15px!important;
        margin:15px auto!important;
        padding:11px 12px!important;
    }    
}


/*=====================================================/
                    Top of the Market Landing Page
/=====================================================*/

body.topOfTheMarket .main-header-wrap {
    background: none repeat scroll 0 0 #365d6c !important;}
    
body.topOfTheMarket a.logo-main{background-image:url(//cdn2.hubspot.net/hub/32387/file-2195602025-jpg/landing-page-images/top-of-the-market/kuno-creative-logo.jpg);}    
    
body.topOfTheMarket #topOfTheMarketHeader{
    font-size:16px;font-weight:300;line-height:24px;
    color:#fff;padding-top:33px;background:url(//cdn2.hubspot.net/hub/32387/file-2196536482-jpg/landing-page-images/top-of-the-market/cloud-bg-max.jpg);background-size:cover;background-repeat:no-repeat;}

body.topOfTheMarket .body-container-wrapper #topOfTheMarketHeader h1 {
    color: #365d6c !important;
    font-family: Lato,sans-serif !important;
    font-size: 31px !important;
    font-weight: 500 !important;
    line-height: 39px !important;
    margin: 32px 0 28px;
}

body.topOfTheMarket .body-container-wrapper h1{color:#264551;font-size: 30px !important;
    line-height: 34px !important;}
    
body.topOfTheMarket .body-container-wrapper h2 {
    color: #fff !important;
    margin: 0 0 15px !important;
    padding: 0 !important;
}

body.topOfTheMarket .body-container-wrapper{color:#264551;font-size:16px;line-height:28px;font-family: sans-serif;}


.topOfTheMarket strong{color:#0fa5c6;font-size:16px;line-height:28px;font-family: sans-serif;}

.topOfTheMarket ul li{color:#264551;font-size:16px;font-weight:300;}


.topOfTheMarket h3.hs_cos_wrapper.form-title {
    color: #0fa5c6 !important;
    font-family: Open Sans,sans-serif !important;
    font-size: 16px !important;
    line-height: 28px !important;
    margin-bottom:28px !important;
}



body.topOfTheMarket .body-container-wrapper form label {
    color: #0a0b0a;
    font-family: sans-serif;
    font-size:14px;
    margin-bottom:14px;
}
body.topOfTheMarket .body-container-wrapper form input {
    border: 1px solid #b8b8b8 !important;
    border-radius: 2px !important;
    height: 30px;
    margin-bottom: 14px;
    padding: 6px !important;
}

body.topOfTheMarket form li {
    background-image: url("//cdn2.hubspot.net/hub/32387/file-1279089940-png/2014Web/img/bullet-arrow.png") !important;
    background-position: left center !important;
    margin-bottom: 10px !important;
    margin-top: 6px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}



body.topOfTheMarket ul.inputs-list.multi-container {
    margin: 0 !important;
    padding: 0 !important;
}

body.topOfTheMarket form.hs-form .hs-form-field ul.inputs-list li label.hs-form-radio-display input {
    line-height: 14px !important;
    margin-bottom: 0 !important;
    margin-right: 9px !important;
    margin-top: 0 !important;
    height:14px !important;
}

body.topOfTheMarket .body-container-wrapper form .hs_blog_brand_amp_capture_subscription label {
    color: #0a0b0a;
    font-family: sans-serif;
    font-size: 14px;
    margin-bottom: 0;
   
}
body.topOfTheMarket .body-container-wrapper form .hs_blog_brand_amp_capture_subscription{
 margin-top:6px;}
 
 body.topOfTheMarket .body-container-wrapper form input[type="radio"] {
    border: none !important;}

body.topOfTheMarket .body-container-wrapper form .btn-primary, body.topOfTheMarket .body-container-wrapper form .hs-button.primary {
    font-family: sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    height: 43px !important;
    line-height: 33px !important;
    margin-top: 14px !important;
    text-transform: uppercase !important;
    width: 95% !important;
    color:#264551!important;
    background-color:#a3d026!important;
    border-radius:0px!important;
    border:none!important;
}
body.topOfTheMarket .body-container-wrapper form .btn-primary:hover, body.topOfTheMarket .body-container-wrapper form .hs-button.primary:hover {
background-color:#264551!important;color:#fff!important;    border-radius:0px!important;
    border:none!important;}

@media(max-width:768px){
    body.topOfTheMarket #topOfTheMarketHeader{
    background:#0fa5c6;
    
    text-align:center;
    }
    
    body.topOfTheMarket .body-container-wrapper #topOfTheMarketHeader h1,body.topOfTheMarket .body-container-wrapper #topOfTheMarketHeader h2{text-align:center;}
}




/*=====================================================/
    SaaS Marketing for CEOs Confirmation Pages
/=====================================================*/

.SaaSMarketingForCEOConfirmation h1{font-size:29px !important; color:#0f9fc4 !important;text-align:center;}
.SaaSMarketingForCEOConfirmation h2{font-size:29px !important; color:#264551 !important;line-height:45px!important;;margin:0 0 42px;}
.SaaSMarketingForCEOConfirmation .headerText, .SaaSMarketingForCEOConfirmation .socialShare{text-align:center;}
.SaaSMarketingForCEOConfirmation .socialShare{background:url(//cdn2.hubspot.net/hub/32387/file-2203329881-jpg/2014Web/img/confirmation-pages/saas-marketing-strategy/social-divider.jpg);
background-position:bottom center;background-repeat:no-repeat;padding-bottom:40px;margin-bottom:70px;
}

.SaaSMarketingForCEOConfirmation, .SaaSMarketingForCEOConfirmation p{font-size:16px!important;;line-height:28px!important;color:#264551;}



body.SaaSMarketingForCEOConfirmation .body-container-wrapper form .btn-primary, body.SaaSMarketingForCEOConfirmation .body-container-wrapper form .hs-button.primary {
    font-family: sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    height: 43px !important;
    /*line-height: 26px !important;*/
    margin-top: 14px !important;
    text-transform: uppercase !important;
    width: 95% !important;
    color:#264551!important;
    background-color:#a3d026!important;
    border-radius:0px!important;
    border:none!important;
    display:inline-block!important;
}
body.SaaSMarketingForCEOConfirmation .body-container-wrapper form .btn-primary:hover, body.SaaSMarketingForCEOConfirmation .body-container-wrapper form .hs-button.primary:hover {
background-color:#264551!important;color:#fff!important;    border-radius:0px!important;
    border:none!important;}
    
.SaaSMarketingForCEOConfirmation h3.hs_cos_wrapper.form-title {
    /*color: #0fa5c6 !important;
    font-family: Open Sans,sans-serif !important;
    font-size: 16px !important;
    line-height: 28px !important;
    margin-bottom:28px !important;*/
    font-family: 'merriweather',helvetica,sans-serif!important;
    font-weight: 300!important;
    line-height: 110%!important;
    font-size: 24px!important;
    color: #264551!important;
    margin: 0!important;
    padding: 20px 10px 2px!important;
    text-align:center;
}

body.SaaSMarketingForCEOConfirmation .body-container-wrapper form label {
    color: #0a0b0a;
    font-family: sans-serif;
    font-size:14px;
    margin-bottom:14px;
}
body.SaaSMarketingForCEOConfirmation .body-container-wrapper form input {
    border: 1px solid #b8b8b8 !important;
    border-radius: 2px !important;
    height: 30px;
    margin-bottom: 14px;
    padding: 6px !important;
}

.SaaSMarketingForCEOConfirmation .hs-form-field{padding:0 10px!important;}

body.SaaSMarketingForCEOConfirmation a.cta {
    border: 1px solid #264551;
    border-radius: 4px;
    color: #264551;
    cursor: pointer;
    display: inline-block;
    float: none !important;
    font-size: 15px !important;
    margin: 24px 22px 38px !important;
    padding: 15px;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
    width: 250px !important;
}

body.SaaSMarketingForCEOConfirmation a.cta.greenCTA {
    background-color: #8fc40f !important;
    border: 1px solid #8fc40f;
    color: #fff !important;
}

body.SaaSMarketingForCEOConfirmation a.cta:hover{
    background-color: #264551 !important;
     border: 1px solid #264551 !important;
    color: #fff !important;
}

body.SaaSMarketingForCEOConfirmation a.cta.whiteCTA{
color:#264551!important;}

body.SaaSMarketingForCEOConfirmation a.cta.whiteCTA:hover{
color:#fff!important;}

@media(max-width:768px){
    
    .SaaSMarketingForCEOConfirmation .socialShare {
background:none;
}
.SaaSMarketingForCEOConfirmation h1{font-size:29px !important; color:#0f9fc4 !important;text-align:center;}
.SaaSMarketingForCEOConfirmation h2{font-size:29px !important; color:#264551 !important;line-height:45px;margin:0 0 42px;}
.SaaSMarketingForCEOConfirmation .headerText, .SaaSMarketingForCEOConfirmation .socialShare{text-align:center;}
.SaaSMarketingForCEOConfirmation .socialShare{background:url(//cdn2.hubspot.net/hub/32387/file-2203329881-jpg/2014Web/img/confirmation-pages/saas-marketing-strategy/social-divider.jpg);
background-position:bottom center;background-repeat:no-repeat;padding-bottom:40px;margin-bottom:70px;
}


.SaaSMarketingForCEOConfirmation .gen-form-cont .btn-primary,.SaaSMarketingForCEOConfirmation .gen-form-cont .hs-button.primary{display:inline-block!important;}
.SaaSMarketingForCEOConfirmation .gen-form-cont .btn-primary:hover,.SaaSMarketingForCEOConfirmation .gen-form-cont .hs-button.primary:hover{display:inline-block!important;}

.SaaSMarketingForCEOConfirmation .gen-form-cont form{margin: 0 auto;width: 90%;}


@media(max-width:990px){
.SaaSMarketingForCEOConfirmation .gen-form-cont h3.hs_cos_wrapper.form-title{font-size:22px!important;}  
.SaaSMarketingForCEOConfirmation .gen-form-cont .btn-primary,.SaaSMarketingForCEOConfirmation .gen-form-cont .hs-button.primary{width:90%!important;}
.SaaSMarketingForCEOConfirmation .gen-form-cont .btn-primary:hover,.SaaSMarketingForCEOConfirmation .gen-form-cont .hs-button.primary:hover{width:90%!important;}
}




body.cosPassword{width:90%;}
.cosPassword .body-container{width:90%; padding-left:5%;padding-right:5%;}
#hs_cos_wrapper_password_prompt{max-width:50%;width:300px;display:inline-block;}


.int-form {padding:0 20px;}

/*---- Misc -----*/

.guestPostLink {
   
text-align: center !important;
width: 300px !important;
background-color: #FFF;
border: 1px solid #264551;
border-radius: 8px;
color: #264551;
cursor: pointer;
display: block;
font-family: "merriweather",helvetica,sans-serif !important;
font-size: 19px;
padding: 15px;
text-decoration: none !important;
transition: all 0.4s ease-in-out 0s;
}

/******************************************************/
//** From Plain__Green_Submit_Button_.min.css 
/******************************************************/

/******************************************************/
/* This style was originally created in Style Manager */
/******************************************************/

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

/* This framework is required for Style Manager-created styles. */
/*
  This file contains:

  * Bootstrap v2.0.4
  * Bootstrap Responsive v2.0.4
  * Bootstrap's documentation styles

*/


/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  cursor: pointer;
  outline: 0;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover {
  color: #005580;
  text-decoration: underline;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

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

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  margin-left: 20px;
}

.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

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

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

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

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

p {
  margin: 0 0 9px;
}

p small {
  font-size: 11px;
  color: #999999;
}

.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}

h1 {
  font-size: 30px;
  line-height: 36px;
}

h1 small {
  font-size: 18px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

h2 small {
  font-size: 18px;
}

h3 {
  font-size: 18px;
  line-height: 27px;
}

h3 small {
  font-size: 14px;
}

h4,
h5,
h6 {
  line-height: 18px;
}

h4 {
  font-size: 14px;
}

h4 small {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}

.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
}

.page-header h1 {
  line-height: 1;
}

ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  line-height: 18px;
}

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

dl {
  margin-bottom: 18px;
}

dt,
dd {
  line-height: 18px;
}

dt {
  font-weight: bold;
  line-height: 17px;
}

dd {
  margin-left: 9px;
}

.dl-horizontal dt {
  float: left;
  width: 120px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 130px;
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.muted {
  color: #999999;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}

blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}

small {
  font-size: 100%;
}

cite {
  font-style: normal;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12.025px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 18px;
}

pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 18px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 13.5px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
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"],
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
}

input,
textarea {
  width: 210px;
}

textarea {
  height: auto;
}

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"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}

select {
  width: 220px;
  border: 1px solid #bbb;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 930px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 850px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 770px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 690px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 610px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 530px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 370px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 290px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 210px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 130px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 50px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ddd;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}

.control-group.warning .checkbox:focus,
.control-group.warning .radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
     -moz-box-shadow: 0 0 6px #dbc59e;
          box-shadow: 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}

.control-group.error .checkbox:focus,
.control-group.error .radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
     -moz-box-shadow: 0 0 6px #d59392;
          box-shadow: 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}

.control-group.success .checkbox:focus,
.control-group.success .radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
     -moz-box-shadow: 0 0 6px #7aba7b;
          box-shadow: 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}

.form-actions:after {
  clear: both;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

:-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

::-webkit-input-placeholder {
  color: #999999;
}

.help-block,
.help-inline {
  color: #555555;
}

.help-block {
  display: block;
  margin-bottom: 9px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.input-prepend,
.input-append {
  margin-bottom: 5px;
}

.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}

.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}

.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-prepend .hs-button,
.input-append .btn,
.input-append .hs-button {
  margin-left: -1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .hs-button {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-prepend .hs-button:first-child {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .hs-button:last-child {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child,
.input-prepend.input-append .hs-button:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child,
.input-prepend.input-append .hs-button:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
          border-radius: 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 9px;
}

legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 160px;
}

.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}

.form-horizontal .form-actions {
  padding-left: 160px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 18px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}

table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}

table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}

table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}

table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}

table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}

table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}

table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}

table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}

table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}

table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}

table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}

table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}

.icon-white {
  background-image: url("../images/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
}

.icon-folder-open {
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
      -ms-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
      -ms-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^="icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}

.btn-warning {
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  background-color: #414141;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-group {
  position: relative;
  *margin-left: .3em;
  *zoom: 1;
}

.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}

.btn-group:after {
  clear: both;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}

.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .dropdown-toggle {
  *padding-top: 4px;
  padding-right: 8px;
  *padding-bottom: 4px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini.dropdown-toggle {
  padding-right: 5px;
  padding-left: 5px;
}

.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0055cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}

.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-mini .caret {
  margin-top: 5px;
}

.btn-small .caret {
  margin-top: 6px;
}

.btn-large .caret {
  margin-top: 6px;
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.dropup .btn-large .caret {
  border-top: 0;
  border-bottom: 5px solid #000000;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert-heading {
  color: inherit;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-bottom: 18px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > .pull-right {
  float: right;
}

.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

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

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 18px;
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
}

.navbar {
  color: #999999;
}

.navbar .brand:hover {
  text-decoration: none;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #999999;
}

.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}

.navbar .navbar-link {
  color: #999999;
}

.navbar .navbar-link:hover {
  color: #ffffff;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn {
  margin: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: #626262;
  border: 1px solid #151515;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
}

.navbar .nav > li {
  display: block;
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 9px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin: 5px 5px 6px;
  line-height: 18px;
}

.navbar .btn-group {
  padding: 5px 5px 6px;
  margin: 0;
}

.navbar .nav > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}

.navbar .divider-vertical {
  width: 1px;
  height: 40px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333;
}

.navbar .nav.pull-right {
  margin-right: 0;
  margin-left: 10px;
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #2c2c2c;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #080808 \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar-fixed-bottom .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar .nav li.dropdown.active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}

.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
  color: #ffffff;
}

.navbar .pull-right .dropdown-menu,
.navbar .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right .dropdown-menu:before,
.navbar .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right .dropdown-menu:after,
.navbar .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.breadcrumb li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}

.breadcrumb .active a {
  color: #333333;
}

.pagination {
  height: 36px;
  margin: 18px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
  display: inline;
}

.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}

.pagination .active a {
  color: #999999;
  cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pager {
  margin-bottom: 18px;
  margin-left: 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next a {
  float: right;
}

.pager .previous a {
  float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

.modal-open .dropdown-menu {
  z-index: 2050;
}

.modal-open .dropdown.open {
  *z-index: 2050;
}

.modal-open .popover {
  z-index: 2060;
}

.modal-open .tooltip {
  z-index: 2070;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
      -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 50%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-body {
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -2px;
}

.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.left {
  margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  border-left: 5px solid transparent;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #000000;
  border-bottom: 5px solid transparent;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}

.popover.top {
  margin-top: -5px;
}

.popover.right {
  margin-left: 5px;
}

.popover.bottom {
  margin-top: 5px;
}

.popover.left {
  margin-left: -5px;
}

.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #000000;
  border-bottom: 5px solid transparent;
}

.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  border-left: 5px solid transparent;
}

.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover-inner {
  width: 280px;
  padding: 3px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

.popover-content {
  padding: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

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

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 18px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
}

.label,
.badge {
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  width: 0;
  height: 18px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
      -ms-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.progress-danger.progress-striped .bar {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.progress-info.progress-striped .bar {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

.progress-warning.progress-striped .bar {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
  margin-bottom: 18px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
      -ms-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel .item > img {
  display: block;
  line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next {
  left: 100%;
}

.carousel .prev {
  left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

.carousel .active.left {
  left: -100%;
}

.carousel .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

/*!
 * Bootstrap Responsive v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 18px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .modal {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}

@media (max-width: 767px) {
  body {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    margin-right: -20px;
    margin-left: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 20px;
  }
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 714px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 652px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 590px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 528px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 466px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 404px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 342px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 280px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 218px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 156px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 94px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 32px;
  }
}

@media (min-width: 1280px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 30px;
  }
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }



  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1160px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1060px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 960px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 860px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 760px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 660px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 560px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 460px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 360px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 260px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 160px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 60px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (max-width: 1139px) {
  body {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 18px;
  }
  .navbar-fixed-bottom {
    margin-top: 18px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 9px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #999999;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 6px 15px;
    font-weight: bold;
    color: #999999;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #222222;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: block;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 9px 15px;
    margin: 9px 0;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}


/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/


/* Body and structure
-------------------------------------------------- */
body {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}


/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
.navbar-fixed-top .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
.navbar-fixed-top .brand:hover {
  text-decoration: none;
}


/* Space out sub-sections more
-------------------------------------------------- */
section {
  padding-top: 10px;
}

/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 54px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}


/* Jumbotrons
-------------------------------------------------- */
.jumbotron {
  position: relative;
}
.jumbotron h1 {
  margin-bottom: 9px;
  font-size: 81px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
.jumbotron p {
  margin-bottom: 18px;
  font-weight: 300;
}
.jumbotron .btn-large {
  font-size: 20px;
  font-weight: normal;
  padding: 14px 24px;
  margin-right: 10px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.jumbotron .btn-large small {
  font-size: 14px;
}

/* Masthead (docs home) */
.masthead {
  padding-top: 36px;
  margin-bottom: 72px;
}
.masthead h1,
.masthead p {
  text-align: center;
}
.masthead h1 {
  margin-bottom: 18px;
}
.masthead p {
  margin-left: 5%;
  margin-right: 5%;
  font-size: 30px;
  line-height: 36px;
}


/* Specific jumbotrons
------------------------- */
/* supporting docs pages */
.subhead {
  padding-bottom: 0;
  margin-bottom: 9px;
}
.subhead h1 {
  font-size: 54px;
}

/* Subnav */
.subnav {
  width: 100%;
  height: 36px;
  background-color: #eeeeee; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.subnav .nav {
  margin-bottom: 0;
}
.subnav .nav > li > a {
  margin: 0;
  padding-top:    11px;
  padding-bottom: 11px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
  .subnav-fixed {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
    border-color: #d5d5d5;
    border-width: 0 0 1px; /* drop the border on the fixed edges */
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
       -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
            box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
  }
  .subnav-fixed .nav {
    width: 938px;
    margin: 0 auto;
    padding: 0 1px;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}


/* Quick links
-------------------------------------------------- */
.bs-links {
  margin: 36px 0;
}
.quick-links {
  min-height: 30px;
  margin: 0;
  padding: 5px 20px;
  list-style: none;
  text-align: center;
  overflow: hidden;
}
.quick-links:first-child {
  min-height: 0;
}
.quick-links li {
  display: inline;
  margin: 0 8px;
  color: #999;
}
.quick-links .github-btn,
.quick-links .tweet-btn,
.quick-links .follow-btn {
  position: relative;
  top: 5px;
}


/* Marketing section of Overview
-------------------------------------------------- */
.marketing .row {
  margin-bottom: 9px;
}
.marketing h1 {
  margin: 36px 0 27px;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
.marketing h2,
.marketing h3 {
  font-weight: 300;
}
.marketing h2 {
  font-size: 22px;
}
.marketing p {
  margin-right: 10px;
}
.marketing .bs-icon {
  float: left;
  margin: 7px 10px 0 0;
  opacity: .8;
}
.marketing .small-bs-icon {
  float: left;
  margin: 4px 5px 0 0;
}



/* Footer
-------------------------------------------------- */
.footer {
  margin-top: 20px;
  padding: 20px 0 20px;
}
.footer p {
  margin-bottom: 0;
}



/* Special grid styles
-------------------------------------------------- */
.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-height: 30px;
  line-height: 30px;
}
.show-grid:hover [class*="span"] {
  background: #ddd;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  background-color: #ccc;
}


/* Render mini layout previews
-------------------------------------------------- */
.mini-layout {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
          box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.mini-layout {
  height: 240px;
  margin-bottom: 20px;
  padding: 9px;
}
.mini-layout div {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.mini-layout .mini-layout-body {
  background-color: #dceaf4;
  margin: 0 auto;
  width: 70%;
  height: 240px;
}
.mini-layout.fluid .mini-layout-sidebar,
.mini-layout.fluid .mini-layout-header,
.mini-layout.fluid .mini-layout-body {
  float: left;
}
.mini-layout.fluid .mini-layout-sidebar {
  background-color: #bbd8e9;
  width: 20%;
  height: 240px;
}
.mini-layout.fluid .mini-layout-body {
  width: 77.5%;
  margin-left: 2.5%;
}


/* Popover docs
-------------------------------------------------- */
.popover-well {
  min-height: 160px;
}
.popover-well .popover {
  display: block;
}
.popover-well .popover-wrapper {
  width: 50%;
  height: 160px;
  float: left;
  margin-left: 55px;
  position: relative;
}
.popover-well .popover-menu-wrapper {
  height: 80px;
}
.large-bird {
  margin: 5px 0 0 310px;
  opacity: .1;
}


/* Download page
-------------------------------------------------- */
.download .page-header {
  margin-top: 36px;
}
.page-header .toggle-all {
  margin-top: 5px;
}

/* Space out h3s when following a section */
.download h3 {
  margin-bottom: 5px;
}
.download-builder input + h3,
.download-builder .checkbox + h3 {
  margin-top: 9px;
}

/* Fields for variables */
.download-builder input[type=text] {
  margin-bottom: 9px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #d14;
}
.download-builder input[type=text]:focus {
  background-color: #fff;
}

/* Custom, larger checkbox labels */
.download .checkbox {
  padding: 6px 10px 6px 25px;
  color: #555;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
}
.download .checkbox:hover {
  color: #333;
  background-color: #f5f5f5;
}
.download .checkbox small {
  font-size: 12px;
  color: #777;
}

/* Variables section */
#variables label {
  margin-bottom: 0;
}

/* Giant download button */
.download-btn {
  margin: 36px 0 108px;
}
#download p,
#download h4 {
  max-width: 50%;
  margin: 0 auto;
  color: #999;
  text-align: center;
}
#download h4 {
  margin-bottom: 0;
}
#download p {
  margin-bottom: 18px;
}
.download-btn .btn {
  display: block;
  width: auto;
  padding: 19px 24px;
  margin-bottom: 27px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}



/* Color swatches on LESS docs page
-------------------------------------------------- */
/* Sets the width of the td */
.swatch-col {
  width: 30px;
}
/* Le swatch */
.swatch {
  display: inline-block;
  width: 30px;
  height: 20px;
  margin: -6px 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
/* For white swatches, give a border */
.swatch-bordered {
  width: 28px;
  height: 18px;
  border: 1px solid #eee;
}


/* Misc
-------------------------------------------------- */

/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
  margin-top: 5px;
}

/* Example sites showcase */
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}
.marketing-byline {
  margin: -18px 0 27px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #999;
  text-align: center;
}

.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}

/* Remove bottom margin on example forms in wells */
form.well {
  padding: 14px;
}

/* Tighten up spacing */
.well hr {
  margin: 18px 0;
}

/* Fake the :focus state to demo it */
.focused {
  border-color: rgba(82,168,236,.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
     -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
          box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
  outline: 0;
}

/* For input sizes, make them display block */
.docs-input-sizes select,
.docs-input-sizes input[type=text] {
  display: block;
  margin-bottom: 9px;
}

/* Icons
------------------------- */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons i:hover {
  background-color: rgba(255,0,0,.25);
}

/* Eaxmples page
------------------------- */
.bootstrap-examples .thumbnail {
  margin-bottom: 9px;
  background-color: #fff;
}

/* Responsive table
------------------------- */
.responsive-utilities th small {
  display: block;
  font-weight: normal;
  color: #999;
}
.responsive-utilities tbody th {
  font-weight: normal;
}
.responsive-utilities td {
  text-align: center;
}
.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important;
}

/* Responsive tests
------------------------- */
.responsive-utilities-test {
  margin-top: 5px;
  margin-left: 0;
  list-style: none;
  overflow: hidden; /* clear floats */
}
.responsive-utilities-test li {
  position: relative;
  float: left;
  width: 25%;
  height: 43px;
  font-size: 14px;
  font-weight: bold;
  line-height: 43px;
  color: #999;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.responsive-utilities-test li + li {
  margin-left: 10px;
}
.responsive-utilities-test span {
  position: absolute;
  top:    -1px;
  left:   -1px;
  right:  -1px;
  bottom: -1px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.responsive-utilities-test span {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}


/* Responsive Docs
-------------------------------------------------- */
@media (max-width: 480px) {

  /* Reduce padding above jumbotron */
  body {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  /* icons */
  .marketing .bs-icon {
    margin: 0;
  }

  /* Adjust the jumbotron */
  .jumbotron h1,
  .jumbotron p {
    text-align: center;
    margin-right: 0;
  }
  .jumbotron h1 {
    font-size: 45px;
    margin-right: 0;
  }
  .jumbotron p {
    margin-right: 0;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
  }
  .jumbotron .btn {
    display: block;
    font-size: 18px;
    padding: 10px 14px;
    margin: 0 auto 10px;
  }
  /* Masthead (home page jumbotron) */
  .masthead {
    padding-top: 0;
  }

  /* Don't space out quick links so much */
  .quick-links {
    margin: 40px 0 0;
  }
  /* hide the bullets on mobile since our horizontal space is limited */
  .quick-links .divider {
    display: none;
  }

  /* center example sites */
  .example-sites {
    margin-left: 0;
  }
  .example-sites > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
  .example-sites .thumbnail > img {
    max-width: 270px;
  }

  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

  /* Modal example */
  .modal-example .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

}


@media (max-width: 768px) {

  /* Remove any padding from the body */
  body {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* Jumbotron buttons */
  .jumbotron .btn {
    margin-bottom: 10px;
  }

  /* Subnav */
  .subnav {
    position: static;
    top: auto;
    z-index: auto;
    width: auto;
    height: auto;
    background: #fff; /* whole background property since we use a background-image for gradient */
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .subnav .nav > li {
    float: none;
  }
  .subnav .nav > li > a {
    border: 0;
  }
  .subnav .nav > li + li > a {
    border-top: 1px solid #e5e5e5;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
      -webkit-border-radius: 4px 4px 0 0;
         -moz-border-radius: 4px 4px 0 0;
              border-radius: 4px 4px 0 0;
  }

  /* Popovers */
  .large-bird {
    display: none;
  }
  .popover-well .popover-wrapper {
    margin-left: 0;
  }

  /* Space out the show-grid examples */
  .show-grid [class*="span"] {
    margin-bottom: 5px;
  }

  /* Unfloat the back to top link in footer */
  .footer .pull-right {
    float: none;
  }
  .footer p {
    margin-bottom: 9px;
  }

}


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

  /* Scale down the jumbotron content */
  .jumbotron h1 {
    font-size: 54px;
  }
  .jumbotron p {
    margin-right: 0;
    margin-left: 0;
  }

}


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

  /* Remove any padding from the body */
  body {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* Scale down the jumbotron content */
  .jumbotron h1 {
    font-size: 72px;
  }

}


@media (max-width: 980px) {

  /* Unfloat brand */
  .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }

}


/* LARGE DESKTOP SCREENS */
@media (min-width: 1210px) {

  /* Update subnav container */
  .subnav-fixed .nav {
    width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
  }

}


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

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


/*****************************************/
/* Put your style declarations here      */
/*****************************************/


#company-logo img {
  display: inline;}

#company-name {
  display: none;}

body {
  background: #fff;
  color: #444444;}

.container-fluid {
  max-width: 970px;
  margin: 0px auto;}

h1, h2, h3, h4, h5 {
  color: #404040;
  font-family: sans-serif;}

.hs_cos_wrapper_type_section_header .page-header h1, .hs_cos_wrapper_type_section_header .page-header .secondary-header span, .marketing .page-header h1, .marketing .page-header p.marketing-byline {
  text-align: center;}

.hs_cos_wrapper_type_section_header .page-header, .hs_cos_wrapper_type_section_header .page-header p {
  margin-bottom: 0px;}

.hs_cos_wrapper_type_section_header .page-header .secondary-header span {
  display: block;}

.cell-wrapper {
  margin-bottom: 30px;}

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

.hs_cos_wrapper_widget img {
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  max-width: 100%;
  height: auto !important;}

.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing img {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;}

.row-fluid h1, .row-fluid h2, .row-fluid h3, .row-fluid h4, .row-fluid h5, .row-fluid h6 {
  text-align: left;}

.widget-type-rich_text h1, .widget-type-rich_text h2, .widget-type-rich_text h3, .widget-type-rich_text h4, .widget-type-rich_text h5, .widget-type-rich_text h6, .widget-type-rich_text p, .widget-type-rich_text ul {
  margin-bottom: 15px;}

.row-fluid h3.form-title {
  margin-bottom: 0px;}

.header-container #hs_cos_wrapper_logo, .header-container #hs_cos_wrapper_logo h1.logo-company-name, header.jumbotron h1, header.jumbotron p.lead {
  text-align: left;
  display: block;}

a {
  color: #3574E3;
  font-family: sans-serif;}

a:hover {
  color: #2463D2;}

p, ul, li, .hs-button, .marketing .marketing-byline {
  color: #444444;
  font-family: sans-serif;
  text-align: left;}

.header-container, .header-container p, .header-container ul, .header-container li {
  color: #444444;
  font-family: sans-serif;}

.footer-container, .footer-container p, .footer-container ul, .footer-container li {
  color: #444444;
  font-family: sans-serif;}

::selection {
  background: #0074CC;
  color: #fff;
  text-shadow: none;}

::-moz-selection {
  background: #0074CC;
  color: #fff;
  text-shadow: none;}

.btn, .hs-button, .cta_button {
  margin: 0px 15px 15px 0;}

.page-header, .footer-container footer, footer.footer {
  border-color: transparent;
  border-color: rgba(0, 0, 0, 0.05);}

.btn, .hs-button {
  font-family: sans-serif;}

.btn-primary, .hs-button.primary {
  background-color: #95C03D;
  color: #ffffff;
  background-image: -ms-linear-gradient(top, rgb(193,249,79), #95C03D);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(193,249,79)), to(#95C03D));
  background-image: -webkit-linear-gradient(top, rgb(193,249,79), #95C03D);
  background-image: -o-linear-gradient(top, rgb(193,249,79), #95C03D);
  background-image: -moz-linear-gradient(top, rgb(193,249,79), #95C03D);
  background-image: linear-gradient(top, rgb(193,249,79), #95C03D);
  border-color: #95C03D #95C03D rgb(104,134,42);}

.btn-primary:hover, .hs-button.primary:hover, .btn-primary:active, .hs-button.primary:active, .btn-primary.active, .hs-button.primary.active, .btn-primary.disabled, .hs-button.primary.disabled, .btn-primary[disabled], .hs-button.primary[disabled] {
  background-color: #95C03D;}

form label {
  color: #444444;
  font-family: sans-serif;}

textarea, input[type="text"], input[type="password"], input[type="checkbox"], 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"], .uneditable-input {
  background: #ffffff;
  border-color: #cccccc;
  color: #555555;
  font-family: sans-serif;
  display:block!important;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: #95C03D;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #95C03D;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #95C03D;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #95C03D;}

h3.form-title {
  font-size: 22px;
  line-height: 36px;
  color: #444444;
  font-family: sans-serif;}

h3.form-title + form.hs-form {
  margin-top: 20px;}

form.hs-form .hs-form-field ul.inputs-list {
  margin-left: 0px;}
form.hs-form .hs-form-field ul.inputs-list li {
  list-style: none;
  margin-left: 0px;
  margin-top: 45px;  
}
form.hs-form .hs-form-field ul.inputs-list li input {
  margin-right: 0.5em;}
form.hs-form .email-correction {
  border: 1px solid #f1dcbc;
  padding: 5px 4px;
  margin-bottom: 1em;
  background: #fdf5d9;
  border-radius: 4px;}

form.hs-form input[type="text"], form.hs-form input[type="email"], form.hs-form select, form.hs-form textarea, form.hs-form .email-correction {
  width: 95%;
}

.footer-container footer, footer.footer {
  text-align: center;}

.hs-menu-wrapper a {
  color: #444444;
  background: #fff;}
.hs-menu-wrapper a:hover {
  color: #ffffff;
  background: #3574E3;}

.hs-menu-wrapper.hs-menu-flow-horizontal .active-branch > a {
  box-shadow: inset 0px 4px #3574E3;
  -webkit-box-shadow: inset 0px 4px #3574E3;
  -moz-box-shadow: inset 0px 4px #3574E3;}
.hs-menu-wrapper.hs-menu-flow-horizontal .active-item > a {
  box-shadow: inset 0px 4px #3574E3;
  -webkit-box-shadow: inset 0px 4px #3574E3;
  -moz-box-shadow: inset 0px 4px #3574E3;}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-not-show-active-branch li.hs-menu-depth-1 .active-branch > a {
  box-shadow: inset 4px 0px #3574E3;
  -webkit-box-shadow: inset 4px 0px #3574E3;
  -moz-box-shadow: inset 4px 0px #3574E3;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-not-show-active-branch li.hs-menu-depth-1 .active-item > a {
  box-shadow: inset 4px 0px #3574E3;
  -webkit-box-shadow: inset 4px 0px #3574E3;
  -moz-box-shadow: inset 4px 0px #3574E3;}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-not-show-active-branch .active-branch > a {
  box-shadow: inset 4px 0px #3574E3;
  -webkit-box-shadow: inset 4px 0px #3574E3;
  -moz-box-shadow: inset 4px 0px #3574E3;}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-not-show-active-branch .active-item > a {
  box-shadow: inset 4px 0px #3574E3;
  -webkit-box-shadow: inset 4px 0px #3574E3;
  -moz-box-shadow: inset 4px 0px #3574E3;}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch .active-item > a {
  box-shadow: inset 4px 0px #3574E3;
  -webkit-box-shadow: inset 4px 0px #3574E3;
  -moz-box-shadow: inset 4px 0px #3574E3;}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-not-show-active-branch > ul {
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-not-show-active-branch > ul li.hs-menu-depth-1:first-child > a {
  border-radius: none 0px 0px none;
  -webkit-border-radius: none 0px 0px none;
  -moz-border-radius: none 0px 0px none;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-not-show-active-branch > ul li.hs-menu-depth-1:last-child > a {
  border-radius: 0px none none 0px;
  -webkit-border-radius: 0px none none 0px;
  -moz-border-radius: 0px none none 0px;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-not-show-active-branch > ul li.hs-menu-depth-1:first-child:last-child > a {
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-not-show-active-branch > ul:hover > li.hs-menu-depth-1.hs-item-has-children:first-child > a {
  border-radius: none 0px 0px 0px;
  -webkit-border-radius: none 0px 0px 0px;
  -moz-border-radius: none 0px 0px 0px;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-not-show-active-branch > ul:hover > li.hs-menu-depth-1.hs-item-has-children:last-child > a {
  border-radius: 0px none 0px 0px;
  -webkit-border-radius: 0px none 0px 0px;
  -moz-border-radius: 0px none 0px 0px;}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-menu-depth-1:first-child > a {
  border-radius: none 0px 0px 0px;
  -webkit-border-radius: none 0px 0px 0px;
  -moz-border-radius: none 0px 0px 0px;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-menu-depth-1:last-child > a {
  border-radius: 0px none 0px 0px;
  -webkit-border-radius: 0px none 0px 0px;
  -moz-border-radius: 0px none 0px 0px;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-menu-depth-1:first-child:last-child > a {
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;}
.hs-menu-wrapper.hs-menu-flow-vertical > ul > li:first-child > a {
  border-radius: none none 0px 0px;
  -webkit-border-radius: none none 0px 0px;
  -moz-border-radius: none none 0px 0px;}
.hs-menu-wrapper.hs-menu-flow-vertical > ul > li:last-child > a {
  border-radius: 0px 0px none none;
  -webkit-border-radius: 0px 0px none none;
  -moz-border-radius: 0px 0px none none;}
.hs-menu-wrapper.hs-menu-flow-vertical > ul > li:first-child:last-child > a {
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0px;}
.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: 0px;}
.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: 0px;}
.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: 0px;}

.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: 0px;}
.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: 0px;}
.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: 0px;
  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 {
  display: block;
  visibility: visible;
  opacity: 1;
  position: static;}
.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);}

.widget-type-blog_content .post-item {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);}

.page-header, .footer {
  border-color: transparent;}

.container-fluid {
 /* padding: 40px;*/
 padding-left:0px;
  background: transparent;}
.container-fluid.header-container {
  padding-bottom: 0px;}
.container-fluid.footer-container {
  padding-top: 0px;}
.container-fluid.footer-container footer {
  padding-bottom: 0px;}

body::before {
  -webkit-border-radius: 2012px 24px;
  position: absolute;
  top: -43px;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  height: 30px;
  content: " ";
  z-index: -1;
  display: block;
  box-shadow: 0 0 10px 20px rgba(0, 0, 0, 0.3);
  opacity: 0;}

body {
  border-top: 3px solid #3574E3;}

.hs_cos_wrapper_type_section_header .page-header h1 {
  margin: 36px 0 27px;
  font-size: 40px;
  font-weight: 300;
  text-align: center;}
.hs_cos_wrapper_type_section_header .page-header .secondary-header span {
  color: #5D313D;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;}

.btn-primary, .hs-button.primary {-webkit-font-smoothing:antialiased !important;cursor:pointer !important;-moz-user-select:none !important;-webkit-user-select:none !important;-o-user-select:none !important;user-select:none !important;display:inline-block !important;font-weight:bold !important;text-align:center !important;text-decoration:none !important;width:auto !important;height:auto !important;font-family:sans-serif !important;border-radius:4px !important;background-color:rgb(149,192,61) !important;background-image:-webkit-linear-gradient(top, rgb(149,192,61), rgb(111,144,45)) !important;background-image :-moz-linear-gradient(top, rgb(149,192,61), rgb(111,144,45)) !important;box-shadow:inset 0px 1px rgb(186,240,76) !important;-webkit-box-shadow:inset 0px 1px rgb(186,240,76) !important;-moz-box-shadow:inset 0px 1px rgb(186,240,76) !important;color:rgb(255,255,255) !important;border:2px solid rgb(74,96,30) !important;text-shadow:none !important;padding:4px 12px !important;font-size:16px !important;line-height:24px !important;}.btn-primary:hover, .hs-button.primary:hover {background-color:rgb(163,211,67) !important;background-image:-webkit-linear-gradient(top, rgb(163,211,67), rgb(111,144,45)) !important;background-image :-moz-linear-gradient(top, rgb(163,211,67), rgb(111,144,45)) !important;box-shadow:inset 0px 1px rgb(201,255,82), 0px 1px 8px rgba(0, 0, 0, 0.3) !important;-webkit-box-shadow:inset 0px 1px rgb(201,255,82), 0px 1px 8px rgba(0, 0, 0, 0.3) !important;-moz-box-shadow:inset 0px 1px rgb(201,255,82), 0px 1px 8px rgba(0, 0, 0, 0.3) !important;color:rgb(255,255,255) !important;border:2px solid rgb(89,115,36) !important;}.btn-primary:active, .hs-button.primary:active .btn-primary:active:hover, .hs-button.primary:active:hover {background-color:rgb(111,144,45) !important;background-image:-webkit-linear-gradient(top, rgb(111,144,45), rgb(149,192,61)) !important;background-image :-moz-linear-gradient(top, rgb(111,144,45), rgb(149,192,61)) !important;box-shadow:inset 0px 1px 10px rgba(0, 0, 0, 0.5) !important;-webkit-box-shadow:inset 0px 1px 10px rgba(0, 0, 0, 0.5) !important;-moz-box-shadow:inset 0px 1px 10px rgba(0, 0, 0, 0.5) !important;color:rgb(244,244,244) !important;}
h3.form-title {
    font-family: pt-sans-narrow, Helvetica,Arial,sans-serif!important;
    font-size: 25px!important;
    line-height: 115%!important;
    margin-bottom: 30px !important;
    margin-top:40px!important;
    font-weight:normal !important;
}

/*****************************************/
/* Included CSS files are below          */
/*****************************************/
@media screen and (max-width:767px) {
    
    /* Fix left / right padding */
    
    body{padding-left:0px;padding-right:0px;}
}



.fly-out-cta { display:none!important; }
.blogBottomForm ul.inputs-list.multi-container li { float:left: width:50%; }

.gen-form-cont .hs-form .hs-input, .gen-form-cont .hs-form textarea.hs-input { max-width:none!important; }


.ss360DevError { display:none; }












