/****************************************************************************************************************************************************************************

Framework Info

New Breed Unfied Framework 1.0
For use with the HubSpot COS - designers.hubspot.com/docs
©2015 New Breed Marketing - newbreedmarketing.com
7/8/15

Table of Contents

- HubL Variables (File Path, Colors, Typography, Layout, Buttons, Links)
- CSS Imports (Fonts, Icons, Animation, HubSpot COS)                   
- Macros (Vendor Prefixes, Background Images)
- Shortcut Utilities (Padding, Margin, Animation Delays, Animation Duration, Text Styles, Floats, Clears, Borders, Display & Visibility, Backgrounds)         
- Grid (HTML/Body Reset, Box Sizing, Rows, Full Width Mobile Columns, "ctr" Containter, Sample Wraps)
- Typography (Base Font Size, Mobile Base Font Size, Font Smoothing, Body, Headings, Paragraphs, Em, Strong, Blockquotes, Lists, Whitespace )
- Common Elements (Forms, Date Picker, Images, Links, Buttons, Lists, Horizontal Rule, Code, Tables, WordPress Imports, CTA Content Box, Embeds, Space, Blog Author, Page Heading, Main Content, Flare Sharing )
- Header (Container, CTA, Main Menu, Drop Down Nav, Max Width, Carrets, Mobile Toggle, Sidr Mobile Menu, Mobile Switching, Mobile Header)
- Footer (Container, Footer Menu, Sub Footer, Mobile Footer)
- Additonal Global Groups (Three Column CTAS)
- Custom Modules (Full Width CTA, Home Hero, Left Aligned Content w Image, Right Aligned Content w Image, Right Aligned Content w Background,)
- Page Templates (One Column, Home, About, Team, Team Member, Management, Case Study, Case Study Listing, Product, Pricing, News Post, News Listing, Partners, Contact, Blog Post, Blog Listing, Resource Listing, Landing Page, Thank You Page, Search Results, Email Perfs, Error Page, Password Page

****************************************************************************************************************************************************************************/










/****************************************************************************************************************************************************************************
- HubL Variables | always add ; after calling a variable, ex: .classname { ;
****************************************************************************************************************************************************************************/

/* File Manager Base Path */


/* Primary Colors */










/* Secondary Colors */
















/* Typography */
 /* Body copy font */
 /* Headers and navigation */
 /* Headers and navigation */
 /* Set default body font size */
 /* Body copy */













/* Border Radius */
 /* Small Border Radius */
 /* Medium Border Radius */
 /* Large Border Radius */
 /* Large Border Radius */

/* Layout */
 /* Ensures that the live content never touches the edge of the browser */
 /* For ctr class, 1120px leaves 1080px without padding for 12 perfect columns of 90px */

/* Buttons */

 


 

/* Link */
 /* Remove underline, set weight, add color, and add animation */












/****************************************************************************************************************************************************************************
- CSS Imports
****************************************************************************************************************************************************************************/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,200,700,600,500); /* google.com/fonts/specimen/Raleway */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic,300,300italic);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css); /* fortawesome.github.io/Font-Awesome */

@import url(//blog.bsmg.net/hubfs/styles/normalize.min.css); /* necolas.github.io/normalize.css */
@import url(//blog.bsmg.net/hubfs/styles/animate.min.css); /* daneden.github.io/animate.css */
@import url(//blog.bsmg.net/hubfs/styles/magnific-popup.min.css); /* github.com/dimsemenov/Magnific-Popup/ */
/* 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 ;
    }
} /* HubSpot Responsive Grid - designers.hubspot.com/docs/cos/the-cos-responsive-grid */
/* 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;
}



 /* HubSpot Modules Base Styles - designers.hubspot.com/docs/markup/supported-modules */





/****************************************************************************************************************************************************************************
 - Macros 
****************************************************************************************************************************************************************************/

/* Vendor Prefixes - Note only IE10+ and current versions of Safari, Chrome and Firefox are supported by Unified */







/* Background Images */











/****************************************************************************************************************************************************************************
 - Shortcut Utilities
****************************************************************************************************************************************************************************/

/* Padding | p=all, ph=horizontal, pv=vertical, pt=top pr=right, pb=bottom, pl=left */
.p0{padding:0}.p10{padding:10px}.p20{padding:20px}.p30{padding:30px}.p40{padding:40px}.p50{padding:50px}.p60{padding:60px}.p70{padding:70px}.p80{padding:80px}.p90{padding:90px}.p100{padding:100px}.p110{padding:110px}.p120{padding:120px}.p130{padding:130px}.p140{padding:140px}.p150{padding:150px}.p160{padding:160px}.p170{padding:170px}.p180{padding:180px}.p190{padding:190px}.p200{padding:200px}.ph0{padding-left:0; padding-right:0}.ph10{padding-left:10px; padding-right:10px}.ph20{padding-left:20px; padding-right:20px}.ph30{padding-left:30px; padding-right:30px}.ph40{padding-left:40px; padding-right:40px}.ph50{padding-left:50px; padding-right:50px}.ph60{padding-left:60px; padding-right:60px}.ph70{padding-left:70px; padding-right:70px}.ph80{padding-left:80px; padding-right:80px}.ph90{padding-left:90px; padding-right:90px}.ph100{padding-left:100px; padding-right:100px}.ph110{padding-left:110px; padding-right:110px}.ph120{padding-left:120px; padding-right:120px}.ph130{padding-left:130px; padding-right:130px}.ph140{padding-left:140px; padding-right:140px}.ph150{padding-left:150px; padding-right:150px}.ph160{padding-left:160px; padding-right:160px}.ph170{padding-left:170px; padding-right:170px}.ph180{padding-left:180px; padding-right:180px}.ph190{padding-left:190px; padding-right:190px}.ph200{padding-left:200px; padding-right:200px}.pv0{padding-top:0; padding-bottom:0}.pv10{padding-top:10px; padding-bottom:10px}.pv20{padding-top:20px; padding-bottom:20px}.pv30{padding-top:30px; padding-bottom:30px}.pv40{padding-top:40px; padding-bottom:40px}.pv50{padding-top:50px; padding-bottom:50px}.pv60{padding-top:60px; padding-bottom:60px}.pv70{padding-top:70px; padding-bottom:70px}.pv80{padding-top:80px; padding-bottom:80px}.pv90{padding-top:90px; padding-bottom:90px}.pv100{padding-top:100px; padding-bottom:100px}.pv110{padding-top:110px; padding-bottom:110px}.pv120{padding-top:120px; padding-bottom:120px}.pv130{padding-top:130px; padding-bottom:130px}.pv140{padding-top:140px; padding-bottom:140px}.pv150{padding-top:150px; padding-bottom:150px}.pv160{padding-top:160px; padding-bottom:160px}.pv170{padding-top:170px; padding-bottom:170px}.pv180{padding-top:180px; padding-bottom:180px}.pv190{padding-top:190px; padding-bottom:190px}.pv200{padding-top:200px; padding-bottom:200px}.pt0{padding-top:0}.pt10{padding-top:10px}.pt20{padding-top:20px}.pt30{padding-top:30px}.pt40{padding-top:40px}.pt50{padding-top:50px}.pt60{padding-top:60px}.pt70{padding-top:70px}.pt80{padding-top:80px}.pt90{padding-top:90px}.pt100{padding-top:100px}.pt110{padding-top:110px}.pt120{padding-top:120px}.pt130{padding-top:130px}.pt140{padding-top:140px}.pt150{padding-top:150px}.pt160{padding-top:160px}.pt170{padding-top:170px}.pt180{padding-top:180px}.pt190{padding-top:190px}.pt200{padding-top:200px}.pr0{padding-right:0}.pr10{padding-right:10px}.pr20{padding-right:20px}.pr30{padding-right:30px}.pr40{padding-right:40px}.pr50{padding-right:50px}.pr60{padding-right:60px}.pr70{padding-right:70px}.pr80{padding-right:80px}.pr90{padding-right:90px}.pr100{padding-right:100px}.pr110{padding-right:110px}.pr120{padding-right:120px}.pr130{padding-right:130px}.pr140{padding-right:140px}.pr150{padding-right:150px}.pr160{padding-right:160px}.pr170{padding-right:170px}.pr180{padding-right:180px}.pr190{padding-right:190px}.pr200{padding-right:200px}.pb0{padding-bottom:0}.pb10{padding-bottom:10px}.pb20{padding-bottom:20px}.pb30{padding-bottom:30px}.pb40{padding-bottom:40px}.pb50{padding-bottom:50px}.pb60{padding-bottom:60px}.pb70{padding-bottom:70px}.pb80{padding-bottom:80px}.pb90{padding-bottom:90px}.pb100{padding-bottom:100px}.pb110{padding-bottom:110px}.pb120{padding-bottom:120px}.pb130{padding-bottom:130px}.pb140{padding-bottom:140px}.pb150{padding-bottom:150px}.pb160{padding-bottom:160px}.pb170{padding-bottom:170px}.pb180{padding-bottom:180px}.pb190{padding-bottom:190px}.pb200{padding-bottom:200px}.pl0{padding-left:0}.pl10{padding-left:10px}.pl20{padding-left:20px}.pl30{padding-left:30px}.pl40{padding-left:40px}.pl50{padding-left:50px}.pl60{padding-left:60px}.pl70{padding-left:70px}.pl80{padding-left:80px}.pl90{padding-left:90px}.pl100{padding-left:100px}.pl110{padding-left:110px}.pl120{padding-left:120px}.pl130{padding-left:130px}.pl140{padding-left:140px}.pl150{padding-left:150px}.pl160{padding-left:160px}.pl170{padding-left:170px}.pl180{padding-left:180px}.pl190{padding-left:190px}.pl200{padding-left:200px}

/* Margin | m=all, mh=horizontal, mv=vertical, mt=top, mr=right, mb=bottom, ml=left */
.m0{margin:0}.m10{margin:10px}.m20{margin:20px}.m30{margin:30px}.m40{margin:40px}.m50{margin:50px}.m60{margin:60px}.m70{margin:70px}.m80{margin:80px}.m90{margin:90px}.m100{margin:100px}.m110{margin:110px}.m120{margin:120px}.m130{margin:130px}.m140{margin:140px}.m150{margin:150px}.m160{margin:160px}.m170{margin:170px}.m180{margin:180px}.m190{margin:190px}.m200{margin:200px}.mh0{margin-left:0; margin-right:0}.mh10{margin-left:10px; margin-right:10px}.mh20{margin-left:20px; margin-right:20px}.mh30{margin-left:30px; margin-right:30px}.mh40{margin-left:40px; margin-right:40px}.mh50{margin-left:50px; margin-right:50px}.mh60{margin-left:60px; margin-right:60px}.mh70{margin-left:70px; margin-right:70px}.mh80{margin-left:80px; margin-right:80px}.mh90{margin-left:90px; margin-right:90px}.mh100{margin-left:100px; margin-right:100px}.mh110{margin-left:110px; margin-right:110px}.mh120{margin-left:120px; margin-right:120px}.mh130{margin-left:130px; margin-right:130px}.mh140{margin-left:140px; margin-right:140px}.mh150{margin-left:150px; margin-right:150px}.mh160{margin-left:160px; margin-right:160px}.mh170{margin-left:170px; margin-right:170px}.mh180{margin-left:180px; margin-right:180px}.mh190{margin-left:190px; margin-right:190px}.mh200{margin-left:200px; margin-right:200px}.mv0{margin-top:0; margin-bottom:0}.mv10{margin-top:10px; margin-bottom:10px}.mv20{margin-top:20px; margin-bottom:20px}.mv30{margin-top:30px; margin-bottom:30px}.mv40{margin-top:40px; margin-bottom:40px}.mv50{margin-top:50px; margin-bottom:50px}.mv60{margin-top:60px; margin-bottom:60px}.mv70{margin-top:70px; margin-bottom:70px}.mv80{margin-top:80px; margin-bottom:80px}.mv90{margin-top:90px; margin-bottom:90px}.mv100{margin-top:100px; margin-bottom:100px}.mv110{margin-top:110px; margin-bottom:110px}.mv120{margin-top:120px; margin-bottom:120px}.mv130{margin-top:130px; margin-bottom:130px}.mv140{margin-top:140px; margin-bottom:140px}.mv150{margin-top:150px; margin-bottom:150px}.mv160{margin-top:160px; margin-bottom:160px}.mv170{margin-top:170px; margin-bottom:170px}.mv180{margin-top:180px; margin-bottom:180px}.mv190{margin-top:190px; margin-bottom:190px}.mv200{margin-top:200px; margin-bottom:200px}.mt0{margin-top:0}.mt10{margin-top:10px}.mt20{margin-top:20px}.mt30{margin-top:30px}.mt40{margin-top:40px}.mt50{margin-top:50px}.mt60{margin-top:60px}.mt70{margin-top:70px}.mt80{margin-top:80px}.mt90{margin-top:90px}.mt100{margin-top:100px}.mt110{margin-top:110px}.mt120{margin-top:120px}.mt130{margin-top:130px}.mt140{margin-top:140px}.mt150{margin-top:150px}.mt160{margin-top:160px}.mt170{margin-top:170px}.mt180{margin-top:180px}.mt190{margin-top:190px}.mt200{margin-top:200px}.mr0{margin-right:0}.mr10{margin-right:10px}.mr20{margin-right:20px}.mr30{margin-right:30px}.mr40{margin-right:40px}.mr50{margin-right:50px}.mr60{margin-right:60px}.mr70{margin-right:70px}.mr80{margin-right:80px}.mr90{margin-right:90px}.mr100{margin-right:100px}.mr110{margin-right:110px}.mr120{margin-right:120px}.mr130{margin-right:130px}.mr140{margin-right:140px}.mr150{margin-right:150px}.mr160{margin-right:160px}.mr170{margin-right:170px}.mr180{margin-right:180px}.mr190{margin-right:190px}.mr200{margin-right:200px}.mb0{margin-bottom:0}.mb10{margin-bottom:10px}.mb20{margin-bottom:20px}.mb30{margin-bottom:30px}.mb40{margin-bottom:40px}.mb50{margin-bottom:50px}.mb60{margin-bottom:60px}.mb70{margin-bottom:70px}.mb80{margin-bottom:80px}.mb90{margin-bottom:90px}.mb100{margin-bottom:100px}.mb110{margin-bottom:110px}.mb120{margin-bottom:120px}.mb130{margin-bottom:130px}.mb140{margin-bottom:140px}.mb150{margin-bottom:150px}.mb160{margin-bottom:160px}.mb170{margin-bottom:170px}.mb180{margin-bottom:180px}.mb190{margin-bottom:190px}.mb200{margin-bottom:200px}.ml0{margin-left:0}.ml10{margin-left:10px}.ml20{margin-left:20px}.ml30{margin-left:30px}.ml40{margin-left:40px}.ml50{margin-left:50px}.ml60{margin-left:60px}.ml70{margin-left:70px}.ml80{margin-left:80px}.ml90{margin-left:90px}.ml100{margin-left:100px}.ml110{margin-left:110px}.ml120{margin-left:120px}.ml130{margin-left:130px}.ml140{margin-left:140px}.ml150{margin-left:150px}.ml160{margin-left:160px}.ml170{margin-left:170px}.ml180{margin-left:180px}.ml190{margin-left:190px}.ml200{margin-left:200px}

/* Delays */
.delay1  { animation-delay: .1s; -moz-animation-delay: .1s; -webkit-animation-delay: .1s; -o-animation-delay: .1s; transition-delay: .1s; -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -o-transition-delay: .1s; } 
.delay2  { animation-delay: .2s; -moz-animation-delay: .2s; -webkit-animation-delay: .2s; -o-animation-delay: .2s; transition-delay: .2s; -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -o-transition-delay: .2s; }
.delay3  { animation-delay: .3s; -moz-animation-delay: .3s; -webkit-animation-delay: .3s; -o-animation-delay: .3s; transition-delay: .3s; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -o-transition-delay: .3s; }
.delay4  { animation-delay: .4s; -moz-animation-delay: .4s; -webkit-animation-delay: .4s; -o-animation-delay: .4s; transition-delay: .4s; -webkit-transition-delay: .4s; -moz-transition-delay: .4s; -o-transition-delay: .4s; }
.delay5  { animation-delay: .5s; -moz-animation-delay: .5s; -webkit-animation-delay: .5s; -o-animation-delay: .5s; transition-delay: .5s; -webkit-transition-delay: .5s; -moz-transition-delay: .5s; -o-transition-delay: .5s; }
.delay6  { animation-delay: .6s; -moz-animation-delay: .6s; -webkit-animation-delay: .6s; -o-animation-delay: .6s; transition-delay: .6s; -webkit-transition-delay: .6s; -moz-transition-delay: .6s; -o-transition-delay: .6s; }
.delay7  { animation-delay: .7s; -moz-animation-delay: .7s; -webkit-animation-delay: .7s; -o-animation-delay: .7s; transition-delay: .7s; -webkit-transition-delay: .7s; -moz-transition-delay: .7s; -o-transition-delay: .7s; }
.delay8  { animation-delay: .8s; -moz-animation-delay: .8s; -webkit-animation-delay: .8s; -o-animation-delay: .8s; transition-delay: .8s; -webkit-transition-delay: .8s; -moz-transition-delay: .8s; -o-transition-delay: .8s; }
.delay9  { animation-delay: .9s; -moz-animation-delay: .9s; -webkit-animation-delay: .9s; -o-animation-delay: .9s; transition-delay: .9s; -webkit-transition-delay: .9s; -moz-transition-delay: .9s; -o-transition-delay: .9s; }
.delay1s { animation-delay: 1s; -moz-animation-delay: 1s; -webkit-animation-delay: 1s; -o-animation-delay: 1s; transition-delay: 1s; -webkit-transition-delay: 1s; -moz-transition-delay: 1s; -o-transition-delay: 1s; }
.delay1_5s { animation-delay: 1.5s; -moz-animation-delay: 1.5s; -webkit-animation-delay: 1.5s; -o-animation-delay: 1.5s; transition-delay: 1.5s; -webkit-transition-delay: 1.5s; -moz-transition-delay: 1.5s; -o-transition-delay: 1.5s; }
.delay2s { animation-delay: 2s; -moz-animation-delay: 2s; -webkit-animation-delay: 2s; -o-animation-delay: 2s; transition-delay: 2s; -webkit-transition-delay: 2s; -moz-transition-delay: 2s; -o-transition-delay: 2s; }
.delay3s { animation-delay: 3s; -moz-animation-delay: 3s; -webkit-animation-delay: 3s; -o-animation-delay: 3s; transition-delay: 3s; -webkit-transition-delay: 3s; -moz-transition-delay: 3s; -o-transition-delay: 3s; }

/* Duration */
.duration1  { animation-duration: .1s !important; -moz-animation-duration: .1s !important; -webkit-animation-duration: .1s !important; -o-animation-duration: .1s !important; transition-duration: .1s !important; -webkit-transition-duration: .1s !important; -moz-transition-duration: .1s !important; -o-transition-duration: .1s !important; }
.duration2  { animation-duration: .2s !important; -moz-animation-duration: .2s !important; -webkit-animation-duration: .2s !important; -o-animation-duration: .2s !important; transition-duration: .2s !important; -webkit-transition-duration: .2s !important; -moz-transition-duration: .2s !important; -o-transition-duration: .2s !important; }
.duration3  { animation-duration: .3s !important; -moz-animation-duration: .3s !important; -webkit-animation-duration: .3s !important; -o-animation-duration: .3s !important; transition-duration: .3s !important; -webkit-transition-duration: .3s !important; -moz-transition-duration: .3s !important; -o-transition-duration: .3s !important; }
.duration4  { animation-duration: .4s !important; -moz-animation-duration: .4s !important; -webkit-animation-duration: .4s !important; -o-animation-duration: .4s !important; transition-duration: .4s !important; -webkit-transition-duration: .4s !important; -moz-transition-duration: .4s !important; -o-transition-duration: .4s !important; }
.duration5  { animation-duration: .5s !important; -moz-animation-duration: .5s !important; -webkit-animation-duration: .5s !important; -o-animation-duration: .5s !important; transition-duration: .5s !important; -webkit-transition-duration: .5s !important; -moz-transition-duration: .5s !important; -o-transition-duration: .5s !important; }
.duration6  { animation-duration: .6s !important; -moz-animation-duration: .6s !important; -webkit-animation-duration: .6s !important; -o-animation-duration: .6s !important; transition-duration: .6s !important; -webkit-transition-duration: .6s !important; -moz-transition-duration: .6s !important; -o-transition-duration: .6s !important; }
.duration7  { animation-duration: .7s !important; -moz-animation-duration: .7s !important; -webkit-animation-duration: .7s !important; -o-animation-duration: .7s !important; transition-duration: .7s !important; -webkit-transition-duration: .7s !important; -moz-transition-duration: .7s !important; -o-transition-duration: .7s !important; }
.duration8  { animation-duration: .8s !important; -moz-animation-duration: .8s !important; -webkit-animation-duration: .8s !important; -o-animation-duration: .8s !important; transition-duration: .8s !important; -webkit-transition-duration: .8s !important; -moz-transition-duration: .8s !important; -o-transition-duration: .8s !important; }
.duration9  { animation-duration: .9s !important; -moz-animation-duration: .9s !important; -webkit-animation-duration: .9s !important; -o-animation-duration: .9s !important; transition-duration: .9s !important; -webkit-transition-duration: .9s !important; -moz-transition-duration: .9s !important; -o-transition-duration: .9s !important; }
.duration1s { animation-duration: 1s !important; -moz-animation-duration: 1s !important; -webkit-animation-duration: 1s !important; -o-animation-duration: 1s !important; transition-duration: 1s !important; -webkit-transition-duration: 1s !important; -moz-transition-duration: 1s !important; -o-transition-duration: 1s !important; }
.duration2s { animation-duration: 2s !important; -moz-animation-duration: 2s !important; -webkit-animation-duration: 2s !important; -o-animation-duration: 2s !important; transition-duration: 2s !important; -webkit-transition-duration: 2s !important; -moz-transition-duration: 2s !important; -o-transition-duration: 2s !important; }

/* Text Styles */
.white  { color: #fff; }
.uppercase {text-transform: uppercase;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-centered {text-align: center;}

/* Floats | fl=float left, fr=float right, fn=float none */
.fl {float: left} .fr {float: right} .fn {float: none; }

/* Clears | cl=clear left, cr=clear right, cb=clear both */
.cl {clear: left} .fr {clear: right} .cb {clear: both; }

/* Borders | bt=border top, br=border right, bb=border border bottom, bl=border left, b=border all */
.bt {border-top: solid 1px #afb1b3; } .br {border-right: solid 1px #afb1b3; } .bb {border-bottom: solid 1px #afb1b3; } .bl {border-left: solid 1px #afb1b3; } .b {border: solid 1px #afb1b3; }

/* Display & Visibility */
.none {display: none !important; }
.inline {display: inline; }
.block {display: block; }
.inline-block {display: inline-block; }
.visible {visibility: visible;}
.invisible {visibility: hidden;}
.opacity0 {opacity: 0;}
.opacity1 {opacity: 1;}

/* Backgrounds */
.bg-fixed {background-attachment: fixed;}
.bg-centered {background-position: center center;}
.bg-cover {background-size: cover;}










/****************************************************************************************************************************************************************************
 - Grid
****************************************************************************************************************************************************************************/

html, body {min-height: 100%; margin: 0; padding: 0; background-color: #fff; overflow-x: hidden;} /* Fill body BGs, remove outer margin/padding, prevent body horizontal scrollbars */
*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* Padding and border included in total width and height */
.row-fluid [class*="span"] { margin-left: 0 ; min-height: 1px; }  /* No margins simple 12 column design grid, lowest min height to keep columns from collapsing */
.row-fluid .span1 {  width: 8.333333333% ; }    /*  90px columns at 1080px container */
.row-fluid .span2 {  width: 16.66666666% ; }    /* 180px columns at 1080px container */
.row-fluid .span3 {  width: 25% ; }    			/* 270px columns at 1080px container */
.row-fluid .span4 {  width: 33.333333333% ; }	/* 360px columns at 1080px container */
.row-fluid .span5 {  width: 41.666666666% ; }	/* 450px columns at 1080px container */
.row-fluid .span6 {  width: 50% ; }				/* 540px columns at 1080px container */
.row-fluid .span7 {  width: 58.333333333% ; }	/* 630px columns at 1080px container */
.row-fluid .span8 {  width: 66.666666666% ; }	/* 720px columns at 1080px container */
.row-fluid .span9 {  width: 75% ; }				/* 810px columns at 1080px container */
.row-fluid .span10 {  width: 83.333333333% ; }	/* 900px columns at 1080px container */
.row-fluid .span11 {  width: 91.6666666666% ; }	/* 990px columns at 1080px container */
.row-fluid .span12 {  width: 100% ; }			/* 1080px column at 1080px container */
@media (max-width: 767px) { .row-fluid [class*="span"] { width: 100%; } } /* Full width columns for mobile */
.container-fluid .row-fluid .ctr {float: none; max-width: 1210px; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; }

/* Sample Wraps */
.wrap {background-color: orange; } /* Sets a background color that fills the whole width of browser window */
.wrap .ctr {max-width: 1300px !important; } /* Overides .ctr's default max-width via the !important rule */










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

html {font-size: 10px;} /* Set font size to 10px for easy rem calcuation */
/* @media (max-width: 767px) { html { font-size: 8px; } } /* orangeuce all rem font sizes on mobile */

body { font-family: 'Open Sans', sans-serif; font-size: 1.8rem; line-height: 1.5; color: #272727; } /* Set default text size from HubL variables */
h1,h2,h3,h4,h5,h6 { font-family: 'Raleway', sans-serif; font-weight: normal; } /* Set header font from HubL variable */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {margin-top: 0; } /* Remove top margin from initial header */ 


/* Set default header sizes, line-height and letter spacing */
h1 { font-size: 3.5rem; line-height: 4.0rem; ; } 
h2 { font-size: 2.5rem; line-height: 3.0rem; ; }
h3 { font-size: 2.5rem; line-height: 2.9rem; ; }
h4 { font-size: 1.3rem; line-height: 2.0rem; ; }
h5 { font-size: 2.2rem; line-height: 3.1rem; ; }
h6 { font-size: 2.0rem; line-height: 2.9rem; ; }
p  { font-size: 1.4rem; line-height: 2.3rem; margin-top: 0; font-weight: normal; color: #727272;;  }
em { font-weight: 600;; }
strong { font-weight: 600;; }
blockquote, blockquote p { font-family: 'Raleway', sans-serif;  color: ; display: block; font-size: 2.9rem; line-height: 1.4; max-width: 90%; margin: 35px auto; font-weight: lighter;; }


/* Lists */
ul{list-style:disc;  }
ol{list-style:decimal}
ol,ul{padding-left:60px; margin-top:0; margin-bottom: 3rem; }
ul ul,ul ol,ol ol,ol ul{margin:1.5rem 0 1.5rem 3rem; }
li{ font-size: 1.4rem; line-height: 2.3rem; font-weight: normal; color: #727272;; }



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









/****************************************************************************************************************************************************************************
 - Common Elements
****************************************************************************************************************************************************************************/

/* Forms */
form {margin-bottom: 3rem}
input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea,select
{
    height:38px; 
    padding:5px 10px;  
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    color: #727272;
    font-size: 14px;
    border-radius: 5px;
    }
input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea{-webkit-appearance:none; -moz-appearance:none; appearance:none}
textarea{min-height:65px; padding-top:6px; padding-bottom:6px}
input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="text"]:focus,input[type="tel"]:focus,input[type="url"]:focus,input[type="password"]:focus,textarea:focus,select:focus{border:1px solid #33C3F0; outline:0}
label,legend{display:block; margin-bottom:.5rem; font-weight:300; color: #272727;}
fieldset{padding:0; border-width:0}
input[type="checkbox"],input[type="radio"]{display:inline}
label > .label-body{display:inline-block; margin-left:.5rem; font-weight:400}
input, textarea, select, fieldset {margin-bottom: 1rem}
::-webkit-input-placeholder { color: #afb1b3; opacity: 1; font-weight: lighter;} /* Webkit input placeholders */
::-moz-placeholder { color: #afb1b3; opacity: 1; font-weight: lighter;} /* Firefox input placeholders */
:-ms-input-placeholder {  color: #afb1b3; opacity: 1; font-weight: lighter;} /* IE  input placeholders */
#email-prefs-form .email-edit {width: 100% !important; max-width: 507px !important; } /* System template forms */
#hs-pwd-widget-password {height: auto !important; } /* System template password */

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

/* Images */
img {max-width: 100%; height: auto; border: 0; -ms-interpolation-mode: bicubic; vertical-align: bottom; } /* Make responsive, clear border, fix IE scaling, suppress the space beneath the baseline */

/* Links */
a { text-decoration: none; color: #1ea2f2; transition:.5s; }
a:hover { ; }

/* Buttons */
.button,button,.hs-button,input[type="submit"],input[type="reset"],input[type="button"]{  transition:.5s; display:inline-block; padding: 10px 15px; color: white; text-align:center; font-size:1.4rem; font-weight:600; line-height: normal; letter-spacing: .1rem; text-transform: uppercase; text-decoration:none; background-color: #1ea2f2; border-radius: 3px; border: 0; cursor:pointer; }
.button:hover,button:hover,.hs-button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button:focus,button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus{ color:#fff; border-color: black; outline:0; background-color: ; }
button, .button {margin-bottom: 0;}
.stroke-button {   transition:.5s; display:inline-block; padding: 10px 15px; color: white; text-align:center; font-size:1.4rem; font-weight:600; line-height: normal; letter-spacing: .1rem; text-transform: uppercase; text-decoration:none; background-color: #1ea2f2; border-radius: 3px; border: 0; cursor:pointer; color: #ff5b00; background-color: transparent; border: solid 2px #ff5b00; padding: 5px 20px; }
.stroke-button:hover {  color: #fff; background-color: #ff5b00 ; }

/* Horizontal Rule */
hr {margin-top: 3rem; margin-bottom: 3.5rem; border-width: 0; border-top: 1px solid gray; }

/* Abbreviations */
abbr[title] {border: 0;}

/* Code */
code {padding: .2rem .5rem; margin: 0 .2rem; white-space: nowrap; background: #F1F1F1; border: 1px solid #E1E1E1; border-radius: 3px; }
pre > code {display: block; padding: 1rem 1.5rem; white-space: pre; margin-bottom: 3rem }
pre {overflow-x: auto; } /* responsive pre elements */
table pre {white-space: pre-wrap; } /* responsive pre tables */

/* Tables */
th,td {padding: 12px 15px; text-align: left; border-bottom: 1px solid gray; }
th:first-child, td:first-child {padding-left: 0; }
th:last-child, td:last-child {padding-right: 0; }
table {margin-bottom: 3rem}

/* For WordPress Imports */
img.alignRight {float: right; margin: 0 0 5px 15px; }
img.alignLeft {float: left; margin: 0 15px 5px 0; }

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

/* Embeds */
.hs-responsive-embed{position:relative; height:0; overflow:hidden; padding-top:0; padding-left:0; padding-right:0}
.hs-responsive-embed iframe,.hs-responsive-embed object,.hs-responsive-embed embed{position:absolute; top:0; left:0; width:100%; height:100%; border:0}
.hs-responsive-embed,.hs-responsive-embed.hs-responsive-embed-youtube,.hs-responsive-embed.hs-responsive-embed-wistia,.hs-responsive-embed.hs-responsive-embed-vimeo{padding-bottom:56.25%}
.hs-responsive-embed.hs-responsive-embed-instagram{padding-bottom:116.01%}
.hs-responsive-embed.hs-responsive-embed-pinterest{height:auto; overflow:visible; padding:0}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe{position:static; width:auto; height:auto}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"]{width:100%; max-width:100%}
@media (max-width: 568px) { iframe{max-width:100%} }

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

/* Blog Author Section */
.hs-author-social-links{display:inline-block}
.hs-author-social-links a.hs-author-social-link{width:24px; height:24px; border-width:0; border:0; 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)}

/* Page Heading */
.page-heading {min-height: 250px; background-color: ; }
.page-heading h1 {color: #fff; margin: 80px 0 80px 0; text-align: center; }
.page-heading h1 strong {color: #272727; font-weight: normal; }
.page-heading p {max-width: 690px; margin: 0 auto; color: #fff; text-align: center; margin-bottom: 80px; font-weight: normal; }
@media (max-width: 767px) {
.page-heading h1 {margin: 30px 0 30px 0;}
}

/* Main Content */
.main-content {max-width: 100%; margin: 0 auto !important;}
.main-content h2 {padding-bottom: 25px; margin-bottom: 25px; border-bottom: solid 1px #afb1b3;}
.main-content a { border-bottom: solid 1px rgba( 56,58,53,.1); font-weight: 500; color: #1ea2f2;}
.main-content a:hover { border-bottom: solid 1px #272727; }
.main-content img {border-radius: 3px; border: solid 1px #f0f0f0; }
.main-content li{ }
@media (max-width: 767px) { .main-content img {float: none !important; margin: 25px auto !important; display: block;} } /* Remove image float and set default margin */

/* Pagination */
.pagination li { margin: 0px 0px; background:none !important; }
.pagination { text-align:center; margin:30px 0 50px; padding-left:0; }
.pagination li { display:inline-block; margin:0 5px; list-style:none; background-image:none; }
.pagination li a{ color:#272727; padding:8px 14px; background-color:#afb1b3; font-weight: normal;}
.pagination li a:hover { color:white !important; background-color:; }
.pagination li.active a { color:white !important; background-color:; }
.pagination li.disabled{ display:none; }

/* Topic Filter Navigation */
.widget-type-post_filter label { position: relative; top: 1px; display: inline-block; margin-right: 25px; font-weight: normal; font-size: 1.6rem; font-weight: lighter; text-transform: uppercase;}

.widget-type-post_filter select{ font-size: 1.4rem; background-image:url(//blog.bsmg.net/hubfs/images/down-arrow.png); background-repeat:no-repeat; background-size:13px 7px; max-width:250px; background-position:94% 50%; -webkit-appearance: none; border-radius:3px; cursor:pointer; border: 0; background-color: #f0f0f0; margin-bottom: 0 !important; }
.widget-type-post_filter .widget-module{text-align:center;}

/* Blog Subscription Slide In */
.subscribe-slide-in {position: fixed; width: 100% !important; height: auto !important; background-color: rgba(56,58,53, .8) ; padding-top: 12px; bottom: -120px; z-index: 1000; text-align: center; transition: .5s; }
.subscribe-slide-in span {color: #fff; position: relative; top: -10px;}
.subscribe-slide-in .subscribe-form {text-align: center; padding: 0;}
.subscribe-slide-in .subscribe-form form {margin: 0; position: relative; top: 10px;}
.subscribe-slide-in .subscribe-form label {display: none;}
.subscribe-slide-in .subscribe-form h3 {font-family: 'Raleway', sans-serif; margin: 0 20px 0 0; display: inline; float: left; font-size: 2.5rem; padding: 0; color:white; text-transform: uppercase; font-weight: lighter; position: relative; top: 14px;}
.subscribe-slide-in .subscribe-form {display:inline-block;width:auto;float:none;background:transparent!important;padding:10px}
.subscribe-slide-in .subscribe-form div div {display:inline-block}
.subscribe-slide-in .subscribe-form input {border-radius: 0; border: 0; background-color: rgba( 255,255,255, .5); padding: 0 25px; color: #272727; margin-bottom: 10px; }
.subscribe-slide-in .hs_submit {white-space:nowrap}
.subscribe-slide-in .hs-button {-webkit-appearance:none!important;background-color: #182954 !important;color:#fff!important;border:none!important;cursor:pointer;padding:7px 25px 7px 25px!important;font-size:1.6rem!important;text-transform:uppercase!important;margin-top:0!important;font-weight:bold!important;}
.page-scrolled .subscribe-slide-in {bottom: 0; }
.reached-footer .subscribe-slide-in {bottom: -120px; }
@media (max-width: 1023px) { .subscribe-slide-in{display:none!important} }/* Hide on anything smaller than desktop */

/* Section Subnav */
.section-subnav { background-color: #1ea2f2; padding: 50px 0 43px 0; margin: 80px 0 0 0; }
.section-subnav a { font-size: 20px; color: #fff; border-right: solid 1px rgba( 255,255,255, .3); font-weight: normal; padding: 5px 15px !important; line-height: normal; }
.section-subnav li { margin: 0; }
.section-subnav li.active a { color: #272727; }
.section-subnav li:last-child a { border-right: 0; }
@media (max-width: 767px) {
    .section-subnav li a { border-right: 0; margin-bottom: 15px; }
    .section-subnav li:last-child a { margin-bottom: 0; }
}

/* Flare Sharing */
.flare {left: -100px !important;} /* Hide on all pages except specified in page template section */
.page-scrolled .blog-listing .flare, .page-scrolled .blog-post .flare, .page-scrolled .landing-page .flare, .page-scrolled .news-listings .flare, .page-scrolled .news-post .flare {left: 12px !important;} /* Slide in from left on scroll*/
.reached-footer .blog-listing .flare, .reached-footer .blog-post .flare, .reached-footer .news-listing .flare, .reached-footer .news-post .flare {left: -100px !important;} /* Slide out to left when footer is reached */

/* Sub Navigation */
.sub-navigation li a { font-weight: normal; background-color: rgba(240,240,240,.5); display: block;}
.sub-navigation li a:hover { color: #fff; background-color: rgba(117,187,67,1); display: block;}
.sub-navigation li.active-branch a { color: #fff; background-color: rgba(117,187,67,1); }
.sub-navigation h2 {font-family: 'Raleway', sans-serif; font-size: 2.4rem; }
@media (max-width: 767px) { 
    .sub-navigation {padding-left: 0 !important;}
}

/* Odometer */
.odometer.odometer-auto-theme,.odometer.odometer-theme-default{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}
.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default .odometer-digit{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;visibility:hidden}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon{display:block}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
.odometer.odometer-auto-theme,.odometer.odometer-theme-default{font-family:line-height:1.1em}
.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}







/****************************************************************************************************************************************************************************
 - Header
****************************************************************************************************************************************************************************/

/* Container */
.header-container-wrapper { position: relative; width: 100%; z-index: 999; top: 0; transition: .5s; }
.header-container {padding: 0 0 20px 0;  background-color: #fff; background-color:rgba(255,255,255,0);}

.header-container .logo img {  transition: .1s; max-width: 222.297px;}
.header-container .row-number-1 .widget-type-global_group {min-height: 0;} /* Remove 1px min height for global includes group */

/* Offset fixed header navigation */
.body-container-wrapper { padding-top: 0px; } /* Should always match the height of .header-container-wrapper */

/* Search */
.search {text-align: center; padding-top: 13px; cursor: pointer; transition: .5s; width: 4% !important; }
.search span:hover {color: ;}
.search-popup { position: relative; background: #fff; padding: 20px; width: auto; max-width: 500px; margin: 20px auto; }
@media (max-width: 1023px) { .search {display: none !important;} }

/* CTA */
.header-cta {width: 16% !important; width: 15% !important; padding-left: 15px; }
.header-cta button {   transition:.5s; display:inline-block; padding: 10px 15px; color: white; text-align:center; font-size:1.4rem; font-weight:600; line-height: normal; letter-spacing: .1rem; text-transform: uppercase; text-decoration:none; background-color: #1ea2f2; border-radius: 3px; border: 0; cursor:pointer; color: #ff5b00; background-color: transparent; border: solid 2px #ff5b00; padding: 5px 20px; border: solid 1px #272727; color: #272727; margin: 15px 0 0 0; }
.header-cta button:hover {  color: #fff; background-color: #ff5b00 ; background-color: #272727; color: #fff; }

/* Main Menu */

.main-menu .hs-menu-wrapper > ul{ padding-top: 5px; float: right; transition: .5s; font-family: 'Raleway', sans-serif; }
.main-menu .hs-menu-wrapper > ul > li{ font-weight: normal; text-transform: uppercase; margin: 0 0 0 0; }
.main-menu .hs-menu-wrapper > ul > li > a{ padding: 0px 12px 0 12px; position: relative; display: block; color: #272727; font-size: 13px; font-weight:600;}

.mobile-nav{display:none!important;}

/* Drop Down Nav */
.main-menu .hs-menu-wrapper > ul ul{ font-family: 'Open Sans', sans-serif; padding: 12px 0 0 0; min-width: 160px; }
.main-menu .hs-menu-wrapper > ul ul ul { }
/*.main-menu .hs-menu-wrapper > ul > li > ul:before { color: #272727; content: "\f0d8"; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; font-size: 32px;  position: absolute; top: -9px; left: 0; width: 100%; padding-left: 50px; }*/

.main-menu .hs-menu-wrapper > ul ul li { margin: 0;}
.main-menu .hs-menu-wrapper > ul ul li a{ color: #272727; padding: 7px 30px; font-weight: 500; font-size: 1.4rem; text-transform: none; background-color:#EEE; border-bottom: 0px solid #e0e0e0;}
.main-menu .hs-menu-wrapper > ul ul li:first-child a  {    border-top: 2px solid #B22029;}
.main-menu .hs-menu-wrapper > ul ul li a:hover{ background-color: #f5f5f5; }
.main-menu .hs-menu-wrapper>ul>li>a {border-bottom: 0px !important; font-weight: 500;}


.main-menu .hs-menu-wrapper>ul ul li:not(:first-child) a {
    border-top: 0px;
}

/* Small Header - On page scroll*/
.page-scrolled .login-bar {margin-bottom: 10px;}
.page-scrolled .top-nav {display: none;}
.page-scrolled .header-container-wrapper {position: fixed;}
.page-scrolled .header-container {padding: 10px 0 10px 0; background-color:rgba(255,255,255,0.85); transition: .5s; border-bottom: solid 1px #f0f0f0; }
.page-scrolled .header-container .logo img { transition: .1s; }
.page-scrolled .main-menu .hs-menu-wrapper>ul { padding-top: 0; }
.page-scrolled .main-menu .hs-menu-wrapper > ul > li > a{ padding: 8px 12px 0 12px;}
.page-scrolled .header-cta button {margin-top: 6px; background-color: #ff5b00; border: solid 1px #ff5b00; color: #fff;}
.page-scrolled .header-cta button:hover {background-color: #7b8ea2; border: solid 1px #7b8ea2; }
.page-scrolled .right-menu { top: 20px; }
.page-scrolled .search {padding-top: 7px;}
.reached-footer .header-container-wrapper  {top: -150px; transition: .5s; }
.safari-animation-fix {background-repeat: no-repeat; background-attachment: fixed; background-image: url(//blog.bsmg.net/hubfs/images/bg-null.png); height: 0; width: 0; } /* Fixes glitchy fixed element animatons on Safari */

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

/* Carret after Menu items with dropdown */
/*.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after,
#osm-menu ul li.hs-item-has-children > a:after{ position: relative; top: -2px; content: "\f0d7"; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; margin-left: 7px; font-size: 1.5rem; }
.hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li.hs-item-has-children > a:after { top: 0; }
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after { border-top-color: #272727; }*/

/* Mobile Nav Toggle */
.right-menu {width:30px; height:23px; display:none; position:absolute; top:70px; right:30px; transition:.5s; cursor:pointer; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
.right-menu span{display:block; position:absolute; height:5px; width:100%; background: #272727; border-radius:6px; opacity:1; left:0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); transition: .5s}
.right-menu span:nth-child(1){top:0; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }
.right-menu span:nth-child(2){top:9px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }
.right-menu span:nth-child(3){top:18px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }

/*Fixes search box overlay issue in editor mode */
.hs-inline-edit .mfp-hide{display:none}

/* Mobile / desktop element switching | Show/hide on less than 1200, adjust as needed to prevent main menu wrapping */
@media (max-width: 1200px){		
	
	.header-container-wrapper a img { margin-left: 20px; }
	.header-container-wrapper { position: relative; z-index: 999;} 
	.body-container-wrapper { padding-top: 0; }
	.right-menu {display: block; top: 36px;}
}

/* Header Mobile */

@media(max-width: 960px) {
.main-menu, .header-cta {display: none !important; } 
}

@media (max-width: 767px) {
	
	.body-container-wrapper { padding-top: 0;}
	.header-container .logo img { max-width: 300px; padding-top: 4px; transition: .5s; margin-left: 0px; }
	.header-container {}
	.right-menu { top: 31px; }
    
    .top-left { display: none !important;}
    .top-nav .top-right { display: block !important; float: none !important; text-align: center !important;}
    .page-heading {padding-left: 20px !important; padding-right: 20px !important;}
    .breadcrumb li {margin-bottom: 0 !important;}
}


.top-nav {
    background-color: #272727;
    color: #b2b7b2;
    padding: 11px 0px;
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 23px;
    text-align: left;
    margin-top: 0px;
    width: 100% !important;
    
}

.top-nav a {
    color: rgb(155, 155, 155);
    border-bottom: 0px;
}

.top-nav .top-right {
    display: inline-block;
    float: right;
    text-transform: uppercase;
}

.top-nav .top-left {
    display: inline-block;
}

.top-right span {
    border: 1px solid #616161;
    border-radius: 8px;
    padding: 5px 5px;
}


.top-right span:first-child {
    margin-right: 10px;
}

.top-right .fa-lock {
    margin: 0 10px;
}


.top-left em {
    margin-right: 10px;
    margin-top: 1px;
}

.top-left span {
    margin-right: 10px;
    margin-top: 1px;
}

.top-left .fa {
    font-size: 15px;
    margin-right: 5px;
}











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


@media(min-width: 768px) {
    .custom-menu-primary {
        display: none !important;
    }
}

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

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

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

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  line-height: 2;
  padding: 10px 11px;
  border-bottom: 1px solid #e0e0e0;
}


.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: 100%;
    padding-top: 0px;
}




/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




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


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

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

@media (max-width: 767px){


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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */
    
    .custom-menu-primary {
   width: 300px !important;
    margin: 0 auto !important;
    margin-top: 20px !important;
    }

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#272727;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
            /*******************************************/
    width: 100%; /* Button width */
    height: auto; /* Button height */      
    padding: 16px 16px;
    background: #e3e3e3; /* Background color */
    border: 0px solid #d3d3d3;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #454545; 
    line-height: 18px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#272727;
    background-color: #d3d3d3; 
    border-color: transparent;
  }

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


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

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

    div#hs_menu_wrapper_module_14540140322858745 {
        margin: 14px 0px;
    }
    

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

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

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

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

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

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

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

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

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: #eee;
    border-bottom: 1px solid #e0e0e0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 0px; /* Indent Child lists */
    font-size: 12px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul li a {
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
   
    }
    .custom-menu-primary .hs-menu-wrapper>ul li a:hover {
        background-color: white;
    }
}


























/****************************************************************************************************************************************************************************
 - Footer
****************************************************************************************************************************************************************************/

/* Container */
.footer-container-wrapper {position: relative; z-index: 97; background-color: #f0f0f0; }
.footer-container span {}

/* Footer Menu */
.footer ul {padding: 0; list-style: none; line-height: 1; margin-bottom: 20px;}
.footer li {margin-bottom: 0px;}
.footer a {font-size: 14px; color: #727272 !important; text-transform: none; font-weight: normal; line-height: normal; display: inline-block; padding-bottom: 10px;}
.footer span {color: #727272;}
.footer span:hover {color: white; transition: 0.3s ease;}
.footer a:hover {color: white !important;}
.footer h4 a {text-transform: uppercase; color: #1ea2f2; font-size: 19px;  font-weight: bold; letter-spacing: .1rem; }
.footer h4 {padding-bottom: 9px; margin-bottom: 12px; border-bottom: solid 1px rgba(175,177,179, .4); }
.footer p {font-size: 12px; margin: 0; line-height: 1.6; color: #7b8ea2; font-weight: normal;}
.footer .contact-info a {font-size: 12px;}
.footer img {margin-bottom: 20px;}
.footer div.widget-type-rich_text {padding-right: 0px;}
.footer div.widget-type-rich_text:last-child {padding-left: 0px; padding-right: 0;}

/* Sub Footer */
.sub-footer {}
.sub-footer p {font-size: 1.6rem;}
.sub-footer a {color: #fff; }
.footer .social-links {width: 100%; text-align: right; display: block;}
.footer .social-links a span { font-size: 3.5rem; margin-left: 40px;}
.footer .social-links a:first-child span { margin-left: 0;}
.footer a:hover {color: #ff5b00; }

/* Mobile Footer */
@media (max-width: 767px) {
	.footer li ,.footer h4, .sub-footer {text-align: left !important;}
	.footer li {margin-bottom: 0px;}
	.footer ul {margin-bottom: 20px;}
	.footer .contact-info {text-align: center; margin-top: 75px;}
	.footer .contact-info a img {max-width: 250px;}
    .footer .social-links {margin-top: 25px; text-align: center;}
	.sub-footer p {font-size: 1.4rem;}
    .footer div.widget-type-rich_text {padding-right: 0;}
    .footer div.widget-type-rich_text:last-child {padding-left: 0;}
    .footer {padding-left: 20px !important; padding-right: 20px !important;}
    .bottom-second {padding-left: 0px !important; padding-right: 0px !important; margin-bottom: 40px;}
    .footer-tweets {padding-left: 0px !important; padding-right: 0px !important; margin-bottom: 40px;}
    .sub-footer-inner {padding-left: 40px !important; padding-right: 40px !important;}
    .sub-footer-inner .social-links {float: none !important;}
    .bottom-library {margin-bottom: 40px;}
}

.footer {
    background-color: #181818;
    color: #999;
}

.sub-footer {
    background-color: #303030;
    color: #999;
}


.sub-footer-inner {
    padding-top: 25px;
    padding-bottom: 25px;
    
}

.sub-footer-inner p {
    font-size: 1.2rem;
}

.sub-footer-inner .social-links {
    float: right;
}

.sub-footer-inner .social-links span {
    background-color: #595959;
    color: #fff;
    border-radius: 24px;
    padding: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    vertical-align: middle;
    margin: 0 0 0 5px;
    font-size: 12px;
}


.footer h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 2.2rem;
}

.bottom-first, .bottom-second, .bottom-third, .bottom-fourth {
    
}
.bottom-first form input[name="firstname"],.bottom-first form input[name="lastname"], .bottom-first .hs_blog_2015_bsmg_blog_subscription {display: none;}

.bottom-first p {
    font-size: 1.6rem;
    color: white;
    margin-bottom: 25px;
}

.flickr_badge_wrapper img {
    width: 70px;
    height: 70px;
    margin-bottom: 2px;
    margin-right: 8px;
    border: 0px solid #999 !important;
}

.bottom-first .hs-button {
    background-color: #B22029;
}

.bottom-fourth .fa {
    padding: 4px 0px;
    margin-right: 8px;
}

.bottom-fourth ul li {
    font-size: 1.4rem;
}

.bottom-fourth {
    padding-right: 2%;
}

.footer-tweets {padding-right: 2%;}

.footer-tweets iframe {width: 230px !important;}

.bottom-second .hs-rss-item {
    margin-bottom: 0px;
    border-bottom: 1px solid #272727;
    line-height: 23px;
}

.bottom-second a.hs-rss-title {
    padding-bottom: 7px;
    padding-top: 5px;
    line-height: 23px;
}

span.fa.fa-map-marker {
    font-size: 1.333em;
    margin-right: 5px;
}

.phone-numbers .fa {
    margin-right: 5px;
}

.bottom-library .phone-numbers li {
    line-height: 23px;
    padding: 4px 0px;
}

.footer .subscribe h3 {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 23px;
}

.footer .hs_lastname.field.hs-form-field, .footer .hs_firstname, .footer .hs_blog_2015_bsmg_blog_subscription {
    display: none;
}

.footer .subscribe .hs-button {
    background-color: #B22029;
    margin-top: 15px;
    border: 0px;
    font-size: 14px;
    text-transform: none;
    padding: 15px 22px;
    height: auto;
}

.footer .subscribe .hs-button:hover {
    background-color: #3f789d;
}

.footer .hs_email.field.hs-form-field input {
    border-radius: 5px;
}

.bottom-second a:hover {
    color: white;
}


/********************************************************************************************************************************************
- Additonal Global Groups | To be added to as needed
********************************************************************************************************************************************/

/* Global Module Name: Three Column CTAs */
.three-column-ctas { background-color: #182954; text-align: center; position: relative; z-index: 998;}
.three-column-ctas .widget-type-cta {padding: 0 20px;}
.three-column-ctas a {color: #fff;}
.three-column-ctas .fa {height: 18rem; width: 18rem; line-height: 18rem; background-color: #fff; border-radius: 50%; font-size: 9.0rem; color: ; }
.three-column-ctas button {background-color: ; margin-top: 20px;}
.three-column-ctas button:hover {background-color: #1ea2f2;}
.three-column-ctas h3 {font-size: 2.8rem; margin-bottom: 10px; font-weight: bold;}
.three-column-ctas p {font-family: 'Raleway', sans-serif; font-weight: lighter; }
.three-column-ctas .middle-cta {border-left: solid 1px rgba(255,255,255, .2); border-right: solid 1px rgba(255,255,255, .2); }
@media (max-width: 767px) {		
	.three-column-ctas .middle-cta {border: 0; margin: 50px auto;}
	.three-column-ctas .hs-cta-wrapper {max-width: 80%; margin-left: auto; margin-right: auto; display: block;}
}










/********************************************************************************************************************************************
- Custom Modules | To be added to as needed
********************************************************************************************************************************************/

/* Custom Module: Full Width CTA */
.full-width-cta { text-align: center; background-attachment: fixed; background-size: cover; }
.full-width-cta .hs-cta-wrapper .fa {display: none;}
.full-width-cta h3, .full-width-cta p {color: #272727;}
.full-width-cta h3 {font-size: 6.0rem; margin: 0; max-width: 800px; margin: 0 auto;}
.full-width-cta p {margin: 10px auto 30px auto !important; font-size: 2.5rem; max-width: 600px;}
.full-width-cta button { background-color: #ff5b00; }
.full-width-cta button:hover { background-color: #272727; }
@media (max-width: 1100px) {
    .full-width-cta { background-attachment: scroll; } /* Disable background attachment fix on phones and tablets */
}

/* Custom Module: Home Hero */
.hero {max-width: 550px; margin: 0 auto; padding-left: 10px; padding-right: 10px;}
.hero p {font-size: 2.3rem;}
.hero h1 {margin-bottom: 15px;}
.hero button {background-color: #ff5b00; font-size: 1.6rem; }
.hero button:hover {background-color: ; }
.hero-bg {background-repeat: no-repeat; background-position: center center; }
@media (max-width: 767px) {	
	.hero {text-align: center;}
	.hero-bg {background-attachment: scroll;}
}

/* Custom Module: Video Hero */
.video-hero {position: relative;}
.video-hero .text { position: absolute; top: 60%; text-align: center; width: 100%; }
.video-hero .text h1 { font-size: 8rem; margin-bottom: 20px;} 
.video-hero {color: #272727;}
.video-hero .link a:not(.cta_button) {  transition:.5s; display:inline-block; padding: 10px 15px; color: white; text-align:center; font-size:1.4rem; font-weight:600; line-height: normal; letter-spacing: .1rem; text-transform: uppercase; text-decoration:none; background-color: #1ea2f2; border-radius: 3px; border: 0; cursor:pointer; background-color: #ff5b00; font-size: 2.2rem; font-weight: normal;}
.video-hero .link a:hover { background-color: #272727; }
.video-hero .cta_button button { background-color: #ff5b00; font-size: 2.2rem; font-weight: normal; ) }
.video-hero .cta_button button:hover { background-color: #272727; ) }
@media (max-width: 1023px) {	
    .video-hero .text h1 { font-size: 6rem; margin-bottom: 10px;} 
}
@media (max-width: 767px) {	
	.video-hero video { display: none !important;}
	.fallback-image { display: block !important; min-height: 400px; background-size: cover; background-position: center center;}
    .video-hero .text { top: 30%; }
}

/* Custom Module: Large Quote Row */
.large-quote {background-color: ; color: #fff; }
.large-quote .ctr {max-width: 1300px !important;}
.large-quote img {}
.large-quote blockquote {color: #fff; max-width: 100%; margin: 0 0 10px 0;}
.large-quote a {  transition:.5s; display:inline-block; padding: 10px 15px; color: white; text-align:center; font-size:1.4rem; font-weight:600; line-height: normal; letter-spacing: .1rem; text-transform: uppercase; text-decoration:none; background-color: #1ea2f2; border-radius: 3px; border: 0; cursor:pointer color: #fff; border-color: border-color: #272727; background-color: #272727; }
.large-quote a:hover { border-color: #1ea2f2; background-color: #1ea2f2; }
@media (max-width: 767px){
	.large-quote {text-align: center;}
	.large-quote img {margin: 50px auto 0 auto !important; max-width: 300px;}
	.quote-text blockquote {padding: 25px 0 10px 0 !important;}
	.quote-text p {padding-left: 0 !important; padding-right: 0 !important;}
	.quote-text a {margin-left: 0 !important;}
}


/* Custom Module: Simple Accordion */
.widget-type-custom_widget{min-height:0}
.basic-accordion-indicator{border-radius:50%;height:40px;width:40px;background-color:#5f91c1;float:right;position:relative;margin-top:0;transition:.5s ease}
.basic-accordion:hover .basic-accordion-indicator{transition:.5s ease;background-color:#f5a23c}
.basic-wrap{border-radius:4px;background-color:#f2f2f2;margin-bottom:20px}
.closed-indicator{height:24px;width:5px;left:18px;top:8px;background-color:#fff;position:absolute;opacity:1;transition:.5s ease;-webkit-transform-origin:center center;-moz-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}
.open-indicator{height:5px;width:24px;top:18px;left:8px;background-color:#fff;position:absolute}
.basic-body{opacity:0;transition:.5s ease;max-height:0;padding:0 20px;z-index:0;position:relative}
.basic-body p,.basic-body .hs-cta-wrapper img{max-height:0;transition:.5s ease;margin:0}
.active + .basic-body{opacity:1;transition:.5s ease;max-height:1000px;position:relative;z-index:5;overflow:hidden}
.active + .basic-body p{max-height:1000px;transition:.5s ease;padding-bottom:20px}
.active + .basic-body .hs-cta-wrapper img{max-height:1000px;transition:.5s ease}
.active .closed-indicator{opacity:0;transition:.5s ease;height:0;top:20px}
.basic-accordion{padding:15px 20px 20px;cursor:pointer;z-index:2;position:relative}
.basic-date{margin:0;color:#a0a0a0}
.basic-accordion h3{margin-bottom:0!important;color:#44759f!important;font-size:24px}
.basic-accordion h3.no-date{margin-top:7px;margin-bottom:7px!important}



/* Custom Module: Left Aligned Content w Image */
.content-left .content {max-width: 630px; float: left; transition: .5s;} 
.content-left a {  transition:.5s; display:inline-block; padding: 10px 15px; color: white; text-align:center; font-size:1.4rem; font-weight:600; line-height: normal; letter-spacing: .1rem; text-transform: uppercase; text-decoration:none; background-color: #1ea2f2; border-radius: 3px; border: 0; cursor:pointer; background-color: #1ea2f2; }
.content-left a:hover { background-color: #272727; }
.content-left .image { text-align: right; float: right; transition: .5s;}
.content-left .image img {border-radius: 3px; max-width: 400px; border: solid 1px rgba(175,177,179,.33); }
@media (max-width: 1023px) {
	.content-left, .content-left .image { text-align: center; float: none;}
	.content-left .image {margin-bottom: 30px;}
	.content-left a {margin: 15px 0 0 0;}
	.content-left .content {float: none; margin: 0 auto;}
	.content-left .content, .content-left .image {margin-top: 0 !important;} /* Disable JS vertical center on mobile */
}

/* Custom Module: Right Aligned Content w Image */
.content-right { max-width: 630px; float: right; transition: .5s;}
.content-right a {  transition:.5s; display:inline-block; padding: 10px 15px; color: white; text-align:center; font-size:1.4rem; font-weight:600; line-height: normal; letter-spacing: .1rem; text-transform: uppercase; text-decoration:none; background-color: #1ea2f2; border-radius: 3px; border: 0; cursor:pointer; background-color: #1ea2f2; }
.content-right a:hover { background-color: #272727; }
.content-right-bg-color {background-color: #f0f0f0; }
.content-right-bg-color .image { text-align: left; float: left; transition: .5s;}
.content-right-bg-color .image img {border-radius: 3px; max-width: 400px; border: solid 1px rgba(175,177,179,.33); }
@media (max-width: 1023px) {
	.content-right, .content-right-bg-color .image { text-align: center; float: none; }
	.content-right-bg-color .image {margin-bottom: 30px;}
	.content-right a {margin: 15px 0 0 0;}
	.content-right {float: none; margin: 0 auto;}
	.content-right-bg-color .content-right, .content-right-bg-color .image {margin-top: 0 !important;} /* Disable JS vertical center on mobile */
}

/* Custom Module: Right Aligned Content w Background */
.content-right-bg .content-right p {font-weight: normal; }

/* Custom Module: Management Member */
.management-wrap {background-color: #f0f0f0; }
.management-member { width: 45%; float: left; padding: 10px; text-align: center; background-color: #fff; border-radius: 3px; margin: 2.5%; }
.management-member h3 {color: ; margin-bottom: 10px; font-size: 3.8rem; }
.management-member p {color: #182954; margin-bottom: 30px; font-family: 'Raleway', sans-serif; font-size: 2rem; }
.management-member .image-bg {min-height: 400px; background-size: 100%; background-position: center center; transition: .5s; background-repeat: no-repeat;  filter: grayscale(1); -moz-filter: grayscale(1); -webkit-filter: grayscale(1); -o-filter: grayscale(1); transition-delay: grayscale(1); -webkit-transition-delay: grayscale(1); -moz-transition-delay: grayscale(1); -o-transition-delay: grayscale(1); }
.management-member:hover .image-bg {background-size: 105%; transition: .5s; filter: grayscale(0); -moz-filter: grayscale(0); -webkit-filter: grayscale(0); -o-filter: grayscale(0); transition-delay: grayscale(0); -webkit-transition-delay: grayscale(0); -moz-transition-delay: grayscale(0); -o-transition-delay: grayscale(0); }

.directors .management-member .image-bg {min-height: 300px; }
.directors .management-member { width: 30.333333% !important; margin: 1.5%; }


    






/********************************************************************************************************************************************
 - Page Template: One Column | .one-column
********************************************************************************************************************************************/

.one-column .main-content { max-width: 800px; float: none !important;}










/********************************************************************************************************************************************
- Page Template: Home | .home
********************************************************************************************************************************************/

.home-personas {text-align: center;}
.home-personas h2 {font-size: 2.3rem; margin-bottom: 7px; font-family: 'Open Sans', sans-serif; font-weight: bold; }
.home-personas p {font-size: 1.6rem; }
.home-personas img {max-width: 120px;}
.details {background-color: #f0f0f0; }
.persona-middle {border-left: solid 1px #f0f0f0; border-right: solid 1px #f0f0f0; }
.logos-header {text-align: center; background: url('//blog.bsmg.net/hubfs/images/bg-logos-head.png'); background-repeat: repeat-x; background-position: center center; overflow: auto;}
.logos-header h3 {display: inline-block; background-color: #fff; font-family: 'Raleway', sans-serif; font-size: 20px; padding: 15px 20px 0 20px;}
.quote-box span {display: block;}
.quote-text blockquote {padding: 50px 0 0 50px;}
.quote-text p {padding: 0 0 0 50px;}
.quote-text a {margin: 20px 0 50px 50px;}
.logos .ctr {max-width: 1300px !important; text-align: center;}
.logos img {max-width: 140px; filter: grayscale(1); -moz-filter: grayscale(1); -webkit-filter: grayscale(1); -o-filter: grayscale(1); transition-delay: grayscale(1); -webkit-transition-delay: grayscale(1); -moz-transition-delay: grayscale(1); -o-transition-delay: grayscale(1); transition:.5s; }
.logos img:hover { filter: grayscale(0); -moz-filter: grayscale(0); -webkit-filter: grayscale(0); -o-filter: grayscale(0); transition-delay: grayscale(0); -webkit-transition-delay: grayscale(0); -moz-transition-delay: grayscale(0); -o-transition-delay: grayscale(0); }
.logos .hs_cos_wrapper_type_linked_image {display: inline-block; padding: 20px;}
.home .details a.button { background-color: #ff5b00; }
@media (max-width: 1023px) {
    .home .details .span6 {width: 100% !important; }
    .home .details div { margin: 0 !important; }
    .home .details div.widget-type-linked_image {margin-top: 50px !important;}
    .home .details img {max-width: 75%; margin: 0 auto; display: block; }
}

@media (max-width: 767px){
	.persona-middle {margin-top: 50px; margin-bottom: 50px; border: 0;}
	.logos-header {background: none;}
    .detail-content {padding: 0 20px !important; }
}









/********************************************************************************************************************************************
- Page Template: Software | .software
********************************************************************************************************************************************/

.software .page-heading h1 {margin-bottom: 10px;}
.software .page-heading p {margin-bottom: 80px;}










/********************************************************************************************************************************************
- Page Template: About | .about
********************************************************************************************************************************************/

.about .main-content {max-width: 800px; float: none !important; }
.about .full-width-cta button {   transition:.5s; display:inline-block; padding: 10px 15px; color: white; text-align:center; font-size:1.4rem; font-weight:600; line-height: normal; letter-spacing: .1rem; text-transform: uppercase; text-decoration:none; background-color: #1ea2f2; border-radius: 3px; border: 0; cursor:pointer; color: #ff5b00; background-color: transparent; border: solid 2px #ff5b00; padding: 5px 20px; font-size: 24px; padding: 15px 30px; }
.about .full-width-cta button:hover { background-color: #ff5b00; color: #fff; }
.about-images {padding: 0 3px;}
.about-images img {border: solid 3px #fff !important; width: 100% !important;}









/********************************************************************************************************************************************
- Page Template: News Listing | .news-listing
********************************************************************************************************************************************/

.news-listing h1 { text-align: center !important; margin-bottom: 10px; }
.news-listing .page-heading p { margin-bottom: 80px; text-align: center !important; }








/********************************************************************************************************************************************
- Page Template: News Post | .news-post
********************************************************************************************************************************************/

.news-post .blog-section { max-width: 800px; margin: 14px auto 100px auto; }
.news-post .blog-section img {border-radius: 3px;}









/********************************************************************************************************************************************
- Page Template: Contact | .contact
********************************************************************************************************************************************/

.contact .page-heading h1 {margin-bottom: 10px;}
.contact .page-heading p { margin-bottom: 20px;}
.contact .social-links {text-align: center; margin-bottom: 80px; }
.contact .social-links a {color: #fff; font-size: 40px; margin: 0 15px;}
.contact-form {max-width: 800px; margin: 0 auto !important; float: none !important; background-color: #f0f0f0; padding: 50px; border-radius: 3px; }
.contact-form h3 {text-align: center; }
.contact-form input, .contact-form textarea {border: 0;}
.contact-form .hs_firstname label, .contact-form .hs_lastname label, .contact-form .hs_email label, .contact-form .hs_company label, .contact-form .hs_message label {display: none;}
.contact-form .hs_message textarea {min-height: 150px;}
.contact-form .hs-error-msgs label {display: block;}
.contact-form .actions {text-align: center; margin-top: 20px;}

.map div{pointer-events: none}









/********************************************************************************************************************************************
- Page Template: Management | .management
********************************************************************************************************************************************/

.management .page-heading {margin-bottom:  0 !important; }
.management .page-heading h1 {margin-bottom: 10px;}
.management .section-subnav, .management .three-column-ctas {margin: 0 !important; }









/********************************************************************************************************************************************
- Page Template: Site Map | .site-map
********************************************************************************************************************************************/

.site-map .main-content .ctr {max-width: 800px !important;}









/********************************************************************************************************************************************
- Page Template: Partner Listing | .partner-listing
********************************************************************************************************************************************/

.partner-listing {}









/********************************************************************************************************************************************
- Page Template: Partner Post | .partner-post
********************************************************************************************************************************************/

.partner-post {}








/********************************************************************************************************************************************
- Page Template: Success Story | .success-story
********************************************************************************************************************************************/

.success-story .page-heading { background-color: #272727; color: #fff; }
.company-logo img {opacity: .95;}
.company-stats {font-size: 2.2rem; line-height: 1.8;}
.success-quote blockquote {color: #272727; }
.success-quote p { max-width: 90%; margin: 0 auto;}
.success-quote img {border-radius: 50%; }
@media (max-width: 767px) {
	.page-heading {padding: 50px 0 50px 0;}
	.company-logo {padding: 0 !important; text-align: center;}
	.success-quote {text-align: center;}
}








/********************************************************************************************************************************************
- Page Template: Thank You | .thank-you
********************************************************************************************************************************************/

.thank-you .page-heading {background-color: #B22029; }
.thank-you-content {margin-bottom: -50px;} 
.thank-you-content button {width: 100%; background-color: #B22029; font-size: 2.3rem; padding: 26px; margin-top: 43px; }
.thank-you-content button:hover { background-color: #3f789d; }
.thank-you-share a, .thank-you-share img {width: 80px !important; height: 80px !important; max-width: none !important; max-height: none !important;}
.thank-you-share img { filter: grayscale(1); -moz-filter: grayscale(1); -webkit-filter: grayscale(1); -o-filter: grayscale(1); transition-delay: grayscale(1); -webkit-transition-delay: grayscale(1); -moz-transition-delay: grayscale(1); -o-transition-delay: grayscale(1); transition:.5s; }
.thank-you-share img:hover { filter: grayscale(0); -moz-filter: grayscale(0); -webkit-filter: grayscale(0); -o-filter: grayscale(0); transition-delay: grayscale(0); -webkit-transition-delay: grayscale(0); -moz-transition-delay: grayscale(0); -o-transition-delay: grayscale(0); }
.thank-you-share a {margin-left: 24px;}
.share-this {padding: 0 0 10px 25px; font-size: 2.3rem; font-weight: lighter;}
.thank-you .footer-container-wrapper {background-color: black; margin-top: 0px;}
.thank-you .sub-footer p {color: #727272;}
.thank-you .sub-footer a {color: white;}
.thank-you .footer-social-links {max-width: 100%;}
.thank-you .footer-social-links .fa {margin-right: 5px;}
.thank-you .footer-social-links a:nth-child(2) {margin-left: 25px;}
.thank-you .footer-social-links a:last-child {margin-left: 25px;}
.thank-you .footer-providence {display: inline-block;}
.thank-you .footer-wellesley {float: right;}
.thank-you .footer-bottom p {width: 50%; margin: 0 auto; text-align: center;}
.thank-you .three-column-ctas {background-color: #f0efed;}
.thank-you .three-column-ctas .fa {color: #B22029;}
.thank-you .three-column-ctas p {color: #272727; font-weight: normal;}
.thank-you .three-column-ctas button {background-color: #B22029;}
.thank-you .three-column-ctas button:hover {background-color: #3f789d;}
.thank-you .three-column-ctas h3 {color: #3f789d;}
.thank-you .three-column-ctas a {border-bottom: none;}

.thank-you .sub-footer-left {padding-right: 30px;}
.thank-you .sub-footer-right {padding-left: 30px;}
.thank-you .sub-footer-right .hs-button {background-color: #B22029;}
.thank-you .sub-footer-right .hs-button:hover {background-color: #3f789d;}
.thank-you .footer-container {padding: 0px 0px;}
.thank-you .page-heading h1 {
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: left;
    font-weight: 200;
}

.thank-you .page-heading {
    background-color: #7b8ea2;
    padding: 20px 0;
    background-size: cover;
    background-position: 50%;
    min-height: 150px;
    
}

.thank-you h2, h3 {
    color: #272727;
}

.thank-you .bottom-fourth input[type="email"] {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QsPDhss3LcOZQAAAU5JREFUOMvdkzFLA0EQhd/bO7iIYmklaCUopLAQA6KNaawt9BeIgnUwLHPJRchfEBR7CyGWgiDY2SlIQBT/gDaCoGDudiy8SLwkBiwz1c7y+GZ25i0wnFEqlSZFZKGdi8iiiOR7aU32QkR2c7ncPcljAARAkgckb8IwrGf1fg/oJ8lRAHkR2VDVmOQ8AKjqY1bMHgCGYXhFchnAg6omJGcBXEZRtNoXYK2dMsaMt1qtD9/3p40x5yS9tHICYF1Vn0mOxXH8Uq/Xb389wff9PQDbQRB0t/QNOiPZ1h4B2MoO0fxnYz8dOOcOVbWhqq8kJzzPa3RAXZIkawCenHMjJN/+GiIqlcoFgKKq3pEMAMwAuCa5VK1W3SAfbAIopum+cy5KzwXn3M5AI6XVYlVt1mq1U8/zTlS1CeC9j2+6o1wuz1lrVzpWXLDWTg3pz/0CQnd2Jos49xUAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-attachment: scroll;
    border-bottom: 0px;
}

.thank-you .bottom-fourth label {
    display: none;
}






@media (max-width: 767px) {
	.share-this {text-align: center; margin: 50px 0 15px 0; padding: 0;}
	.thank-you-share {text-align: center;}
	.thank-you-share a {margin-left: 10px;}
	.thank-you-share a:first-child {margin-left: 0;}
	.thank-you-share a, .thank-you-share img {width: 50px !important; height: 50px !important;}
	.download-button {padding: 0;}
    .thank-you .sub-footer-left {padding-right: 0px;}
.thank-you .sub-footer-right {padding-left: 0px;}
.thank-you .footer-wellesley {float: none; margin-top: 30px;}
    .thank-you .footer-social-links {width: 100%; margin-bottom: 30px;}
    .thank-you .footer-social-links a {
    display: block;
    margin-left: 0px !important;
    margin-bottom: 5px;
}
}




.thank-you .form-right .hs_cos_wrapper_type_form {
    background-color: #f0f0f0; 
    display: block; 
    border: 6px solid #FFF;
    padding: 30px 20px;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
    box-shadow: 0 0 2px rgba(0,0,0,0.1);

    }
.thank-you .form-right .hs_cos_wrapper_type_form .hs-button { background-color: #B22029; width: 100%; padding-top: 20px; padding-bottom: 20px; height: auto; }
.thank-you .form-right .hs_cos_wrapper_type_form .hs-button:hover { background-color: #3f789d; }
.thank-you .form-right .hs_cos_wrapper_type_form h3 {text-align: center; color: #272727; font-weight: 300;}
.thank-you .form-right .hs_firstname label, .landing-page .hs_lastname label, .landing-page .hs_email label, .landing-page .hs_company label {display: block;}
.thank-you .form-right ul.hs-error-msgs {padding-left: 0;}
.thank-you .form-right .hs-error-msgs li label {display: none; font-weight: lighter; color: #3f789d;}


@media (max-width: 767px) {
    .thank-you .form-right {
        padding-left: 0px !important;
    }

}



/********************************************************************************************************************************************
- Page Template: Team Listing | .team-listing
********************************************************************************************************************************************/

.team-listing .page-heading h1 {margin-bottom: 10px;}









/********************************************************************************************************************************************
- Page Template: Landing Page | .landing-page
********************************************************************************************************************************************/


.landing-page .header-container-wrapper { position: relative !important; }
.landing-page .header-container-wrapper img {max-width: 250px}
.landing-page .header-container {padding: 20px 0;}
.landing-page .body-container-wrapper { padding-top: 0; } 
.landing-page .page-heading {background-color: #B22029; }
.landing-page .page-heading h1 {margin-top: 40px; margin-bottom: 40px; color: #fff; font-weight: 200;}
.landing-page h2 { padding-bottom: 45px; margin-bottom: 43px; border-bottom: solid 1px #f0f0f0; }
.landing-page .content-offer-image img {padding-top: 7px;}
.landing-page .hs_cos_wrapper_type_form {
    background-color: #f0f0f0; display: block;
    border: 6px solid #FFF;
    padding: 30px 20px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    
    }
.landing-page .hs_cos_wrapper_type_form .hs-button { background-color: #B22029; width: 100%; padding-top: 20px; padding-bottom: 20px; height: auto; margin-top: 30px;}
.landing-page .hs_cos_wrapper_type_form .hs-button:hover { background-color: #3f789d; }
.landing-page .hs_cos_wrapper_type_form h3 {text-align: center; color: #272727; font-weight: 300;}
.landing-page .hs_firstname label, .landing-page .hs_lastname label, .landing-page .hs_email label, .landing-page .hs_company label {display: block;}
.landing-page ul.hs-error-msgs {padding-left: 0; display: none !important;}
.landing-page .hs-error-msgs li label {display: none; font-weight: lighter; color: #3f789d;}
.landing-page .large-quote .ctr { max-width: 1100px!important; }
.landing-page .large-quote {background-color: #7b8ea2; color: #272727; padding: 100px 0; margin: 70px 0 0 0 !important;}
.landing-page .large-quote .quote-box span {height: auto !important;}
.landing-page .large-quote img { max-width: 180px; border-radius: 3px; margin: 0 !important;}
.landing-page .large-quote blockquote {color: #fff; font-size: 2.75rem; padding: 0; margin: 10px 0 10px 0;}
.landing-page .large-quote p {padding: 0; color: #fff; }
.landing-page .large-quote a {display: none;}
.landing-page .footer-container {padding: 50px 0px;}
.landing-page .footer-container-wrapper {background-color: #181818;}
.landing-page .sub-footer {background-color: #181818;}
.landing-page .footer-providence {display: inline-block; padding-right: 40px; padding-left: 50px;}
.landing-page .footer-wellesley {display: inline-block; padding-right: 40px;}
.landing-page .phone-numbers {display: inline-block;}
.landing-page .footer-bottom p {width: 50%; margin: 0 auto; text-align: center;}
.landing-page .sub-footer p {color: #727272; font-size: 1.4rem;}
.landing-page .sub-footer a {color: #727272;}
.landing-page .footer-social-links {max-width: 9-0%;}
.landing-page .footer-social-links .fa {margin-right: 5px;}
.landing-page .footer-social-links a:nth-child(2) {margin-left: 25px;}
.landing-page .footer-social-links a:last-child {margin-left: 25px;}
.footer-container h6 {color: #999;}
.landing-page .red-header h1 {
    text-align: left;
   color: white;
   padding-top: 50px;
   padding-bottom: 50px;
   margin-bottom: 0px;
}

.landing-page .footer-container h6 {
    margin-bottom: 10px;
}

.landing-page .red-header {
     background-color: #B22029;
}

.landing-page form.hs-form .hs-form-field {
    margin-top: 5px;
}


.landing-page .page-heading {background-color: #7b8ea2; padding:20px 0; background-size:cover; background-position:50%; min-height: 150px; }
.landing-page .page-heading h1 {margin-top: 40px; margin-bottom: 40px; color: #fff; text-align:left; }

.landing-page .form label {
    font-size: 1.6rem;
}


.landing-page .widget-type-social_sharing img {
    filter: grayscale(1);
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -o-filter: grayscale(1);
}

.landing-page .hs-form fieldset.form-columns-1 .hs-input {width: 100%;}

.landing-page .content-offer-image {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .landing-page h2, .landing-page h4 {text-align: center;}
	.landing-page .content-offer-image {text-align: center; margin-bottom: 0px;}
	.landing-page-content, .offer-description, .landing-page .form {padding: 0;}
	.landing-page .form {margin-top: 20px; margin-bottom: 50px;}
	.landing-page .page-heading h1 {margin-top: 30px; margin-bottom: 30px;}
    .landing-page .footer-wellesley {float: none; margin-bottom: 30px; text-align: left; display: block; padding-left: 0px; padding-right: 0px;}
    .landing-page .footer-providence {float: none; margin-top: 30px; margin-bottom: 30px; text-align: left; display: block;  padding-left: 0px; padding-right: 0px;}
    .landing-page .footer .phone-numbers li {text-align: left;}
    .landing-page .phone-numbers {display: block;}
    .landing-page .footer-social-links {width: 100%; margin-bottom: 30px;}
    .landing-page .footer-bottom p {width: 100%; text-align: left;}
    .landing-page .footer-social-links a {
        
        text-align: center;
    }
   
    .landing-footer-image {
        text-align: left;
        margin-bottom: 30px;
    }
    .landing-page .text-right {
        text-align: left;
    }
    
    .offer-description img{display:block;     margin: 0 auto!important; float: none!important; padding-bottom: 20px;}
    
}


.landing-page h3, h4 {
    color: #272727;
}



.landing-page .form span.hs-form-required {
    display: none;
    float: right;    
}

.landing-page .form .hs-form-field span {
    display: none;
}

.landing-page .hs_hs_persona.field.hs-form-field span {
    display: inline;
}

.landing-page .hs-form fieldset {
    margin: 0 auto;
}

.landing-page .hs_what_is_your_yearly_revenue_from_life_insurance_premiums_.field.hs-form-field span {
    display: inline;
}

@media (max-width: 767px) {
    .landing-page .footer-social-links {max-width: 100%;}
}

@media (max-width: 1170px) {

    .landing-page .footer-providence {
        padding-left: 0px;
        margin-bottom: 30px;
    }


}

.landing-page .hs_cos_wrapper_type_form input[type="email"], input[type="text"], input[type="number"], input[type="tel"], input[type="url"] {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QsPDhss3LcOZQAAAU5JREFUOMvdkzFLA0EQhd/bO7iIYmklaCUopLAQA6KNaawt9BeIgnUwLHPJRchfEBR7CyGWgiDY2SlIQBT/gDaCoGDudiy8SLwkBiwz1c7y+GZ25i0wnFEqlSZFZKGdi8iiiOR7aU32QkR2c7ncPcljAARAkgckb8IwrGf1fg/oJ8lRAHkR2VDVmOQ8AKjqY1bMHgCGYXhFchnAg6omJGcBXEZRtNoXYK2dMsaMt1qtD9/3p40x5yS9tHICYF1Vn0mOxXH8Uq/Xb389wff9PQDbQRB0t/QNOiPZ1h4B2MoO0fxnYz8dOOcOVbWhqq8kJzzPa3RAXZIkawCenHMjJN/+GiIqlcoFgKKq3pEMAMwAuCa5VK1W3SAfbAIopum+cy5KzwXn3M5AI6XVYlVt1mq1U8/zTlS1CeC9j2+6o1wuz1lrVzpWXLDWTg3pz/0CQnd2Jos49xUAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-attachment: scroll;

}



/********************************************************************************************************************************************
- Page Template: Sign Up Page | .sign-up-page
********************************************************************************************************************************************/

.sign-up-page .header-container-wrapper { position: relative !important; }
.sign-up-page .header-container-wrapper img {max-width: 125px;}
.sign-up-page .header-container {padding: 20px 0;}
.sign-up-page .body-container-wrapper { padding-top: 0; } 
.sign-up-page .page-heading {background-color: #272727; }
.sign-up-page .page-heading h1 {margin-top: 30px; margin-bottom: 30px; color: #fff; }
.sign-up-page .page-heading p {margin-bottom: 0;}
.sign-up-wrap {background-color: #272727; }
.sign-up-page h2 { padding-bottom: 45px; margin-bottom: 43px; border-bottom: solid 1px #f0f0f0; }
.sign-up-page .content-offer-image img {padding-top: 7px;}
.sign-up-page .hs_cos_wrapper_type_form { max-width: 800px; margin: 0 auto; display: block; padding: 50px 50px 30px 50px;}
.sign-up-page .hs-form fieldset {max-width: 100%;}
.sign-up-page .hs_cos_wrapper_type_form .hs-button { background-color: #1ea2f2; width: 100%; padding-top: 20px; padding-bottom: 20px; margin-top: 40px; }
.sign-up-page .hs_cos_wrapper_type_form .hs-button:hover { background-color: #ff5b00; }
.sign-up-page .hs_cos_wrapper_type_form h3 {display: none;}
.sign-up-page .hs_cos_wrapper_type_form label {color: #fff; font-weight: lighter;}
.sign-up-page .hs_firstname label, .sign-up-page .hs_lastname label, .sign-up-page .hs_email label, .sign-up-page .hs_company label {}
.sign-up-page ul.hs-error-msgs {padding-left: 0;}
.sign-up-page .hs-error-msgs li label {display: block; font-weight: lighter; color: #fff; }


@media (max-width: 767px) {
	.sign-up-page h2, .sign-up-page h4 {text-align: center;}
	.sign-up-page .content-offer-image {text-align: center; margin-bottom: 50px;}
	.sign-up-page-content, .offer-description, .sign-up-page .form {padding: 0;}
	.sign-up-page .form {margin-top: 20px;}
	.sign-up-page .page-heading h1 {margin-top: 30px; margin-bottom: 30px;}
}


@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
form.hs-form .form-columns-2 .hs-form-field .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
}

}




/********************************************************************************************************************************************
- Page Template: Password Page | .password-page
********************************************************************************************************************************************/

.password-page #hs-pwd-widget-password { max-width: 290px; border: 0; background-color: #f0f0f0; height: 34px !important; }
.password-page input[type="submit"] {padding: 9px 15px; position: relative; top: -1px; }







/********************************************************************************************************************************************
- Page Template: Blog Listing | .blog-listing
********************************************************************************************************************************************/

.blog-listing .page-heading {background-color: #7b8ea2; padding:30px 0; background-size:cover; background-position:50%; }
.blog-listing .page-heading h1 {margin-top: 10px; margin-bottom: 0px; color: #fff; text-align:left; font-weight: 200; font-size: 35px;}
.breadcrumb a {color: #989898; font-size: 1.2rem;}
.breadcrumb a:hover {color: white;}
.breadcrumb .hs-breadcrumb-menu-divider:before {content:'/' !important;}
.breadcrumb li {float: left; padding: 0px 0px 0px 10px; margin-bottom: 22px;}

/* Blog Topic Navigation */
.blog-topic-nav {text-align: center; margin-bottom: -7px;}
.blog-topic-nav a {color: #182954; font-weight: bold; font-size: 1.8rem; padding: 20px 25px !important; text-transform: uppercase; font-family: 'Raleway', sans-serif; }
.blog-topic-nav a:hover {background-color: #f0f0f0; }
.blog-topic-nav .active a {background-color: #7b8ea2; color: #fff; }
.blog-topic-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul { margin-bottom: 0; }
.blog-topic-nav li.hs-menu-item {margin-bottom: 0;}
.blog-topic-nav .hs-menu-children-wrapper {text-align: left; background-color: rgba(255,255,255, .9); padding-top: 10px; padding-bottom: 10px;}
.blog-topic-nav .hs-menu-children-wrapper a { padding: 10px 25px !important; font-size: 1.5rem; text-transform: none; font-weight: normal;}
.blog-topic-nav .hs-menu-children-wrapper a:hover { background-color: transparent; color: #7b8ea2;}
.bloglist-featured-image-wrap{float:right!important; width:43%!important; text-align:right;}
.blog-listing .widget-type-post_listing ul{list-style:none; padding:0;}
.blog-listing .widget-type-post_listing ul a{color:#272727; font-size:14px;}
.widget-type-blog_content>.blog-section{padding-right:45px;}
.blog-subscribe{background: #F0F0F0; border: 6px solid #FFF; padding: 30px 20px; -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); text-align: center;}
.blog-subscribe h2{font-weight:100;}
.blog-subscribe p{font-size:14px; margin-bottom:0;}
.blog-subscribe label{font-size:14px; color:#272727;}
.blog-subscribe .hs-button{background-color:#B22029; text-transform:capitalize; margin-bottom:0;}
.blog-listing .widget-type-post_filter ul a {color: #B22029; font-size: 14px;}
.blog-listing .widget-type-post_filter ul{list-style:none; padding:0; margin: 30px 0 30px 0;}
.blog-listing .widget-type-post_filter ul li{text-align:left; padding-bottom: 10px;}
.blog-listing .widget-type-post_filter ul li:before{    content: ">"; margin-right: 5px; color: #B22029;}

.blog-listing .blog-section a {
    color: #B22029;
}

.blog-listing .blog-section a:hover {
    color: #3f789d;
}


@media (max-width: 767px) { 
    .blog-topic-nav {display: none !important;}
}

/* Show/hide featured posts | IMPORTANT "blog" in the body class must match your blog's base path */
body.hs-content-path-blog .post-listing .post-item:nth-child(-n + 2){ display:none; } /* Hide first 2 posts in the list on the homepage since they're already shown in featured area */
body[class^="hs-content-path-blog-page"] .featured-posts, body[class*="hs-content-path-blog-page"] .featured-posts,
body[class^="hs-content-path-blog-author"] .featured-posts, body[class*="hs-content-path-blog-author"] .featured-posts,
body[class^="hs-content-path-blog-topic"] .featured-posts, body[class*="hs-content-path-blog-topic"] .featured-posts, 
body.hs-content-path-blog-all .featured-posts { display: none; } /* Hide latest 2 featured posts on all but blog home */

/* Top Two featured Posts */

.featured-post a {color: #fff; }
.featured-post .color-overlay { overflow:auto; background-color:rgba( 30,162,242, 0.8); transition: .5s; }
.featured-post:hover .color-overlay { background-color:rgba( 148,214,0, 0.8); }
.featured-post-inner  {max-width: 350px;}
.featured-post-inner h2 {font-size: 3.2rem; text-transform: uppercase; margin-bottom: 10px; font-family: 'Raleway', sans-serif;}
.featured-post-inner button {background-color: #272727; margin-top: 20px; display: block;}
.featured-post-inner button:hover {background-color: #ff5b00; }
.first-post .featured-post-inner {float: right; margin-right: 100px; text-align: right;}
.second-post .featured-post-inner {float: left; margin-left: 100px;}
.first-post .featured-post-inner button {margin-left: auto;}
.second-post .featured-post-inner button {margin-right: auto;}
a.more-link {color: #B22029; font-size: 14px; text-align: left;}

/* Bottom Post List */
.post-inner{ background-color:white; transition: .5s; }
.bloglist-featured-image { width: 358px; min-height: 268px; display: inline-block; background-size: cover; transition: .5s; background-image:url( //blog.bsmg.net/hubfs/images/default-image.jpg ); background-position:50% 50%;
    border: 7px solid #fff; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.bloglist-featured-image:hover {
    border: 7px solid #f9f9f9;
}

.bloglist-blog-wrap .post-item{ margin-bottom:50px; background-position:center; background-size:cover; border-bottom:1px dotted #d7d7d7;} /* Set default bg image for posts without a featured image */

.bloglist-blog-wrap .authorname, .bloglist-blog-wrap  .post-info, .bloglist-blog-wrap h2{ text-align:left; }
.post-inner-inner{ max-width:900px; margin:0 auto; }

.bloglist-blog-wrap .post-item .bloglist-featured-image-wrap{ float:left; }
.bloglist-featured-image-wrap{ width:20%; margin-top: 5px;}
.bloglist-content{ width:50%; }
.bloglist-blog-wrap .post-item .bloglist-content{ float:left; }
.bloglist-blog-wrap #hubspot-author_data{ text-align:left; margin-top: 15px; }
.bloglist-blog-wrap p, .bloglist-blog-wrap #hubspot-author_data{ color: #727272; font-weight:  normal; font-size:1.4rem; margin:0;}
/*.bloglist-blog-wrap .post-item:hover a h3, .bloglist-blog-wrap .post-item:hover a .post-excerpt, .body-container-wrapper .bloglist-blog-wrap .post-item:hover a ul, .body-container-wrapper .bloglist-blog-wrap .post-item:hover a ol li, 
.bloglist-blog-wrap .post-item:hover a ul li, .bloglist-blog-wrap .post-item:hover p, .bloglist-blog-wrap .post-item:hover a,  .bloglist-blog-wrap .post-item:hover a p, 
.bloglist-blog-wrap .post-item:hover #hubspot-author_data, .bloglist-blog-wrap .post-item:hover h2{ color:white !important; text-decoration:none; transition: .5s;  }*/
.post-item .author-link { transition: 0; } /* Get rid of akward author name after fade */
.post-info{ font-weight:300; font-size:1.3rem !important; margin:-4px 0 0 0 ; }
.bloglist-blog-wrap .post-item a.author-link{ text-transform:uppercase; font-weight:700; }
.post-info .date{ text-transform:uppercase; font-weight:700; }
.bloglist-blog-wrap .post-item:hover a.author-link:hover{ text-decoration:underline; transition: 0;}
.bloglist-blog-wrap .post-item:hover .bloglist-content a:hover{ text-decoration:none; }
.bloglist-content h2{ margin:0 0 10px; color: #B22029; font-weight:300; font-family: 'Open Sans', sans-serif; line-height: 30px; margin-top: 3px;}
.post-excerpt p { margin:0 !important; }
.post-excerpt p img{ display:none; }
.post-separator { width: 110%; padding-top: 42px; margin-left: -5%;}
.featured-posts .hs-rss-item { margin-bottom: 0; }
.not-main-listing .blog-subscription, .not-main-listing .featured-posts{ display:none; }
.post-filter {display: none !important;}

/* Author Page */
.hs-author-profile {text-align: center; padding: 50px 10px 30px 10px;}
.hs-author-profile h2 {text-align: center; font-family: 'Raleway', sans-serif; }
.hs-author-bio {padding-top: 30px; max-width: 800px; margin: 0 auto; font-size: 1.5rem; font-family: 'Raleway', sans-serif; margin-bottom: 30px; }
.hs-author-avatar {width: 200px; height: 200px; background-size: cover; border-radius: 50%; margin: 0 auto; border: solid 6px #f0f0f0;}
.hs-author-social-label {text-transform: uppercase; font-weight: lighter;}
.recent-header {text-align: center; background: url('//blog.bsmg.net/hubfs/bg-logos-head.png'); background-repeat: repeat-x; background-position: center center; overflow: auto;}
.hs-author-listing-header { text-align: center; display: inline-block; background-color: #fff; font-family: 'Raleway', sans-serif; padding: 15px 20px 0 20px; }
body[class^="hs-content-path-blog-author"] .post-filter, body[class*="hs-content-path-blog-author"] .post-filter {display: none;} /* Hide topic filter on author page */


body[class^="hs-content-path-blog-author"] .post-item:nth-child(even) .post-inner, body[class*="hs-content-path-blog-author"] .post-item:nth-child(even) .post-inner {background-color: #f0f0f0; }
body[class^="hs-content-path-blog-author"] .post-item:nth-child(odd) .post-inner, body[class*="hs-content-path-blog-author"] .post-item:nth-child(odd) .post-inner {background-color: #fff; }


@media (max-width: 767px) {
    .bloglist-featured-image { width:100%; height: 250px;}
	.first-post .featured-post-inner, .second-post .featured-post-inner {float: none; margin: 0; text-align: center;}
	.featured-post-inner {max-width: 100%;}
	.featured-post-inner button {display: block; margin: 20px auto 0 auto;}
	.bloglist-blog-wrap .post-item .bloglist-featured-image-wrap{ float: none !important; width: 100% !important; margin-bottom: 30px;}
	.bloglist-blog-wrap .post-item .bloglist-featured-image { margin: 0 auto; display: block; }
	.bloglist-blog-wrap h2 {text-align: left;}
	.bloglist-content {text-align: left; width: 100%;}
	.blog-listing .page-heading h1 {margin-top: 30px; margin-bottom: 30px; }
    .post-filter {display: block !important;}
    .widget-type-blog_content>.blog-section {
        padding-right: 0px;
    }
    .breadcrumb{display:none;}
}




.blog-listing .bottom-images-wrap {
    text-align: center;
    background-color: #E3E3E3;
}

.blog-listing .bottom-images-wrap img {
    margin-right: 25px;
}

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

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


.blog-listing .subscribe input[type="email"] {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QsPDhss3LcOZQAAAU5JREFUOMvdkzFLA0EQhd/bO7iIYmklaCUopLAQA6KNaawt9BeIgnUwLHPJRchfEBR7CyGWgiDY2SlIQBT/gDaCoGDudiy8SLwkBiwz1c7y+GZ25i0wnFEqlSZFZKGdi8iiiOR7aU32QkR2c7ncPcljAARAkgckb8IwrGf1fg/oJ8lRAHkR2VDVmOQ8AKjqY1bMHgCGYXhFchnAg6omJGcBXEZRtNoXYK2dMsaMt1qtD9/3p40x5yS9tHICYF1Vn0mOxXH8Uq/Xb389wff9PQDbQRB0t/QNOiPZ1h4B2MoO0fxnYz8dOOcOVbWhqq8kJzzPa3RAXZIkawCenHMjJN/+GiIqlcoFgKKq3pEMAMwAuCa5VK1W3SAfbAIopum+cy5KzwXn3M5AI6XVYlVt1mq1U8/zTlS1CeC9j2+6o1wuz1lrVzpWXLDWTg3pz/0CQnd2Jos49xUAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-attachment: scroll;
}


.blog-listing .blog-comments input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    color: #727272;
    font-size: 14px;
}

.blog-listing div#hubspot-author_data {
    display: inline-block;
}

.blog-listing p#hubspot-topic_data {
    display: inline-block;
}

.blog-listing .recent-posts-right {
    margin-bottom: 55px;
}

.blog-listing .recent-posts-right  .hs-rss-item span {
    font-size: 14px;
    color: #272727;
    line-height: 20px;
    display: block;
}

.blog-listing .recent-posts-right  .hs-rss-item span:hover {
    color: #3f789d;
}

.blog-listing .recent-posts-right .hs-rss-title a:hover {
    color: #3f789d;
}

.blog-listing .recent-posts-right .hs-rss-item {
    color: black;
}

.blog-listing .recent-posts-right  .hs-rss-byline {
    color: #B22029;
    
    
}

.blog-listing .recent-posts-right .hs-rss-byline span  {
    font-size: 1.1rem;
    display: inline;
}

.blog-listing .recent-posts-right .hs-rss-byline .hs-rss-date {
    font-size: 1.3rem;
}

.blog-listing .recent-posts-right .hs-rss-description a {
    color: #B22029;
   font-size: 1.3rem;
}

.blog-listing .recent-posts-right .hs-rss-description {
     border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px 0 0 5px;
    margin-top: 7px;
}
.blog-listing .recent-posts-right .hs-rss-item {
    margin-bottom: 5px;
}

.blog-listing .recent-posts-right .hs-rss-description p {
    margin-bottom: 0px;
    font-size: 0px;
}

.blog-listing .recent-posts-right h3, .blog-listing .widget-type-post_filter h3 {
    font-weight: 300;
    font-size: 22px;
    line-height: 25px;
}

.blog-listing-right div.row-fluid-wrapper.row-depth-1.row-number-3 {
    margin-left: -15px;
    margin-right: -15px;
}

.blog-listing .subscribe .hs-error-msgs {
    display: none !important;
}

.blog-listing .hs-form-required {
    display: none;
    float: right;
}

.blog-listing .blog-listing-right .subscribe {
   background-color: #f0f0f0;
    display: block;
    border: 6px solid #FFF;
    padding: 30px 15px;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
}

.blog-listing .blog-listing-right .subscribe h3 {
    color: #272727;
    font-size: 2.0rem;
    margin-bottom: 15px;
    font-weight: 300;
}


.blog-listing .blog-listing-right .subscribe .hs-button {
    background-color: #B22029;
    color: #fff;
    border: 0 solid #3f789d;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 0px;
    width: 100%;
}

.blog-listing .blog-listing-right .subscribe .hs-button:hover {
    background-color: #3f789d;
}

.blog-listing-right a:hover {color: #4E748b !important;}

.blog-listing .subscribe ul {
    padding-left: 0px;
}

.blog-listing .blog-listing-right li.hs-form-radio {
    font-size: 1.6rem;
    list-style-type: none;
}

.blog-post .blog-comments input[type="email"] {
    border-radius: 0px !important;
}

.blog-listing .blog-listing-right .subscribe input[type="radio"] {
    margin-right: 10px;
}

.blog-listing .subscribe span {
    color: #272727;
    font-weight: 400;
}

.blog-listing-right form {
    margin-bottom: 0;
}

.blog-listing .recent-posts-right .hs-rss-description a:before {
    content: "\f090";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
}


.blog-listing .post-info {margin-bottom: 10px; font-size:11px!important;}
.blog-listing .post-info span {font-size: 1.1rem; color: #a1a1a1;}
.blog-listing .post-info .fa {color: #bfbfbf; margin-right: 5px;}
.blog-listing .post-info .fa-folder-open {margin-left: 15px;}
.blog-listing .post-info .fa-comments {margin-right: 5px;}
.blog-listing span.custom_listing_comments {margin-right: 10px;}
.blog-listing .post-info a.topic-link {color: #a1a1a1 !important; font-size:11px;}
.blog-listing .post-info .date {font-weight: 400;}
.blog-listing .post-info p {color: #a1a1a1;}

.hs-blog-post .blog-home-header h1 {
   display: none;
}

.blog-comments {width: 95%;}

.blog-comments label {font-weight: normal;}

.blog-comments input {border: 1px solid #afb1b3; border-radius: 5px; width: 100%}


.blog-comments .hs-button {border: 0; margin-top: 50px;}

.bottom-images {
    background-color: #e3e3e3;
}

.slider-wrap {
    padding: 0px 40px !important;
}

img.slick-slide {
    padding-left: 20px;
    padding-right: 20px;
}

.slick-prev, .slick-next {
    /* left: 10px; */
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    padding: 0;
    color: transparent;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
    transform: translate(0, -50%);
}

.slick-prev {
    left: -10px;
    background: url(http://test.bsmg.net/wp-content/themes/elos/js/carousel/prev-horizontal-two.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.slick-next {
    right: 5px;
    background: url(http://test.bsmg.net/wp-content/themes/elos/js/carousel/next-horizontal-two.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}



@media(max-width: 1100px) {

    .blog-content-outer {
        width: 100% !important;
    }
    .blog-listing-right {
        width: 100% !important;
    }

}


@media(max-width: 767px) {
    .main-content-outer {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .blog-content-outer {
        margin-top: 40px !important;
        margin-bottom: 0px !important;
    }
    .blog-listing-right {
        margin-top: 0px !important;
    }
    .blog-listing-right div.row-fluid-wrapper.row-depth-1.row-number-3 {
    margin-left: 0px;
    margin-right: 0px;
}
    
}

@media(max-width: 320px) {
    .header-container .logo img {
        max-width: 280px;
    }
    .custom-menu-primary {
        max-width: 280px !important;
    }
    .top-right span:first-child {
        display: block;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .top-right span:last-child {
    display: block;
    }
    .blog-listing .blog-listing-right .subscribe form {
        margin-bottom: 1rem;
    }
    .blog-listing .blog-listing-right .subscribe h3 {
        margin-bottom: 15px;
    }
    .blog-listing .blog-listing-right .subscribe label {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    
}







/********************************************************************************************************************************************
- Page Template: Blog Post | .blog-post
********************************************************************************************************************************************/

.blog-post .main-content { max-width: 800px; float: none !important; margin-top: 50px !important; }
.post-hero {background-size: cover; max-height: 425px; position: relative; margin-bottom: 30px; background-image: url(//blog.bsmg.net/hubfs/images/marathon-bg-default.jpg); }
.post-hero-image-wrap{max-height:425px;overflow:hidden;}
.post-hero-image-wrap img{width:100%;top:50%;position:relative;transform:translateY(-50%);-webkit-transform:translateY(-50%); filter: blur(12px) brightness(.99);-webkit-filter: blur(12px) brightness(.99);}
.post-hero .white-wrap {background-color: rgba(255,255,255,.5); position: absolute; bottom: 0; top: 0; width: 100%; }
.post-hero .ctr {max-width: 800px !important; text-align: center; padding: 80px 10px; }
.post-hero h1 {font-size: 6.0rem; margin-bottom: 15px; text-transform: capitalize; font-family: 'Raleway', sans-serif; }
.blog-post .main-content h2 { font-family: 'Raleway', sans-serif; border: 0; font-size: 3.45rem;}
.blog-post .main-content h3 { font-family: 'Raleway', sans-serif; font-size: 2.8rem;}}
.post-hero p {margin: 0;}
.post-hero .author-link {color: #272727; border-bottom: solid 1px #272727;}
.post-hero .author-link:hover {border-bottom: solid 1px #ff5b00; color: #ff5b00; }
.comment { margin: 10px 0 10px 0; } /* Add minimal spacing for blog comments */
.related-posts {border-top: solid 1px #f0f0f0; border-bottom: solid 1px #f0f0f0; }
.related-posts h2 {text-align: center; text-transform: uppercase; font-size: 6rem; }
.related-post-item {width: 33.333%; float: left; text-align: center; }
.related-image { background-size: cover; min-height: 400px; filter: sepia(0); -moz-filter: sepia(0); -webkit-filter: sepia(0); -o-filter: sepia(0); transition-delay: sepia(0); -webkit-transition-delay: sepia(0); -moz-transition-delay: sepia(0); -o-transition-delay: sepia(0); transition: .5s; }
.related-image:hover { filter: sepia(1); -moz-filter: sepia(1); -webkit-filter: sepia(1); -o-filter: sepia(1); transition-delay: sepia(1); -webkit-transition-delay: sepia(1); -moz-transition-delay: sepia(1); -o-transition-delay: sepia(1); transition: .5s;}
.related-post-item:nth-child(3) {border-left: solid 3px #fff!important; border-right: solid 3px #fff!important;}
.related-post-item:nth-child(2) {border-right: solid 6px #fff!important;}
.related-post-item:nth-child(4) {border-left: solid 6px #fff!important;}
.related-title {font-family: 'Raleway', sans-serif; font-size: 2.2rem; max-width: 300px; margin: 10px auto 0 auto; text-transform: uppercase;}
.related-date {font-size: 1.4rem; margin-top: 20px;}
.blog-post-wrapper .post-header h1 {color: #B22029; font-size:30px; font-weight: 300;}


.blog-comments {
    width: 50% !important;
}

@media (max-width: 767px) {
    .related-post-item {width: 90%; float: none; margin: 0 auto; margin-bottom: 50px; }
    .related-post-item:nth-child(3), .related-post-item:nth-child(2), .related-post-item:nth-child(4) {border: 0 !important;}
    .related-image { min-height: 250px;}
    .post-hero-image-wrap {max-height: none;}
    .post-hero {max-height: none; position: static; margin: 0; }
    .post-hero .white-wrap {position: static; }
    .post-hero-image-wrap {display: none; }
    .post-hero .ctr {padding: 10px;}
    .blog-post .main-content {margin-top: 20px!important;}
    .post-hero h1 {color: #B22029; }
    .blog-comments {
    width: 100% !important;
    
    }
    .blog-post .breadcrumb {
        display: none;
    }
}





.blog-comments .hs-button {
    background-color: #3f789d;
}

.blog-listing .section.post-body a {
    color: #B22029;
}

.blog-post .subscribe {
    background-color: #f0efed;
    padding: 20px;
    border: 1px solid #d2cec8;
    margin-bottom: 20px;
}

.blog-post .post-listing {
    padding: 20px;
    border: 1px solid #d2cec8;
    margin-bottom: 20px;
    background-color: #f0efed;
}

.blog-post .recent-posts {
    padding: 20px;
    border: 1px solid #d2cec8;
    margin-bottom: 20px;
    background-color: #f0efed;
}

.blog-post .blog-post-right h3 {
    color: #3f789d;
    font-size: 2.0rem;
    margin-bottom: 25px;
}

.blog-post .blog-post-right ul li {
    color: #3f789d;
    font-size: 2.0rem;
}

.blog-post .widget-type-post_listing ul li a {
    color: #3f789d;
    font-size: 2.0rem;
}

.blog-post .blog-post-right .widget-type-post_filter ul li a {
    color: #3f789d;
    text-decoration: underline;
    font-size: 2.0rem   
}

.blog-post .blog-post-right .widget-type-post_filter ul li a:before {
    display: none;
}

.blog-post .widget-type-post_filter ul li:before {
    display: none;
}

.blog-post .widget-type-post_filter ul {
    margin-left: 0px;
}

.blog-post .blog-comments input, textarea {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

.blog-post .subscribe .hs-button {
    background-color: #3f789d;
    color: #fff;
    border: 0 solid #3f789d;
    border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
}


.blog-post .subscribe ul {
    padding-left: 0px;
}

.blog-post .blog-post-right li.hs-form-radio {
    font-size: 1.6rem;
    list-style-type: none;
}

.blog-post .blog-post-right .subscribe input[type="radio"] {
    margin-right: 10px;
}


.blog-post .blog-section .about-author-sec img {
    display: none;
}

.blog-post .blog-post-right .recent-posts ul li {
    list-style-type: disc;
}

.blog-post .blog-post-right .recent-posts ul {
    padding-left: 30px;
}

.blog-post-social-sharing {
    
}

.blog-post-social-sharing img {
    filter: grayscale(1);
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -o-filter: grayscale(1);
    margin-top: 10px;
    margin-bottom: 30px;
}



/********************************************************************************************************************************************
- Page Template: Blocks Blog Listing | .blocks-blog
********************************************************************************************************************************************/

.blocks-blog .post-item{ display:block; float:left; vertical-align:top; margin-bottom:20px;}
.blocks-blog .post-item.large{ width:calc(50% - 10px); }
.blocks-blog .post-item.medium{ width:calc(33.33333333333333% - 13.3333333333px); }
.blocks-blog .post-item.small{ width:calc(25% - 15px); }
.blocks-blog .bloglist-featured-image-wrap{ width:100%; margin-top:0; background-size:cover; }
.blocks-blog .large .bloglist-featured-image-wrap{ height:350px; }
.blocks-blog .medium .bloglist-featured-image-wrap{ height:250px; }
.blocks-blog .small .bloglist-featured-image-wrap{ height:150px; } 
.blocks-blog .post-date{ float: right; background: rgba(0,0,0,.75); padding: 5px 10px 5px 15px; font-weight: 100; letter-spacing: -1.5px; color:rgba(255,255,255, .75);}
.blocks-blog .large .post-date{ font-size: 2.4rem; margin-top: 50px; }
.blocks-blog .large h2{ font-size:3rem; }
.blocks-blog .medium .post-date { font-size: 2rem; margin-top: 35px; }
.blocks-blog .medium h2{ font-size:2.4rem; }
.blocks-blog .small .post-date{ font-size: 16px; margin-top: 20px; }
.blocks-blog .small h2{ font-size:1.8rem; }
.blocks-blog .blog-content{ clear:both; padding:20px; }
.blog-listing-wrapper nav{ clear:both; }
.post-row{ clear:both; }
.load-more-wrap{ clear:both; }
.load-more-wrap a{ display:block; text-align:center; padding:10px; background-color:#1ea2f2; color:#fff; margin-bottom:10rem; }
.blocks-blog .bloglist-blog-wrap .post-item .post-inner{padding-top:0; background-color:transparent; border:1px solid #f0f0f0;}


/********************************************************************************************************************************************
- Page Template: Error Page | .error-page
********************************************************************************************************************************************/

.error-search {background-color: #272727; max-width: 800px; margin: 0 auto; padding: 10px 20px; border-radius: 3px;}
.error-search .gsc-search-box { background: none; border: 0; }
.error-search .gsc-search-box input { color: #fff; }
.error-search .gsc-search-box td, .error-search .gsc-search-box>tbody {border: 0;}
.error-page .hs_cos_wrapper_type_form {background-color: #7b8ea2; display: block; padding: 50px 50px 30px 50px;}
.error-page .hs_cos_wrapper_type_form .hs-button { background-color: #272727; width: 100%; padding-top: 20px; padding-bottom: 20px; }
.error-page .hs_cos_wrapper_type_form .hs-button:hover { background-color: #ff5b00; }
.error-page .hs_cos_wrapper_type_form h3 {text-align: center; color: #fff;}
.error-page .hs_firstname label, .error-page .hs_lastname label, .error-page .hs_email label, .error-page .hs_company label {display: none;}
.error-page ul.hs-error-msgs {padding-left: 0;}
.error-page .hs-error-msgs li label {display: block; font-weight: lighter; color: #fff;}






/********************************************************************************************************************************************
- Page Template: Search Results | .search-results
********************************************************************************************************************************************/

.gsc-adBlock, .gsc-adBlockVertical, .gcsc-branding, .gsc-resultsHeader{display:none !important;}
.gsc-thinWrapper {width: 100%!important; border:none!important;}
.gsc-selected-option-container {max-width: 100%!important;width: auto!important;}
.gsc-result-info {color: #272727!important;font-size: 4rem!important; font-family: 'Open Sans', sans-serif!important;font-weight: 300!important;padding: 20px 20px 5px!important;}
.gs-no-results-result div.gs-snippet{background-color:#272727!important;color:#fff!important;font-size: 4rem!important;font-family: 'Open Sans', sans-serif!important;font-weight: 300!important;padding: 2rem;text-align:center!important;}
.gsc-control-wrapper-cse *{border:0 !important;}
.gsc-expansionArea .gsc-webResult.gsc-result:nth-child(odd){background-color:rgba(240,240,240, .35)!important}
.gs-result .gs-title, .gs-result .gs-title *{color:!important;font-family: 'Raleway', sans-serif!important;font-size:2.8rem !important;line-height: 3rem!important;text-decoration: none!important;}
.gs-result .gs-title b, .gs-result .gs-title strong{color:#94d600!important;}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {color: #1ea2f2!important;font-family: 'Open Sans', sans-serif!important;}
.gs-visibleUrl b, .gs-visibleUrl strong{font-family: 'Open Sans', sans-seriffont-weight:normal!important;}
.gsc-control-cse .gs-snippet b, .gsc-control-cse .gs-snippet strong{font-weight:500!important;}
.gsc-preview-reviews, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em {color: #272727!important;font-size: 1.6rem!important;font-weight: lighter!important;font-family: 'Open Sans', sans-serif!important;}
.gsc-webResult .gsc-result {padding: 2rem!important;}
.gsc-results {width: 100%!important;}
.gsc-table-result{margin-bottom:0!important;}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {padding-left: 0;padding-right: 0!important;}
.gsc-above-wrapper-area-container{margin-bottom:0!important;border-bottom:1px solid #f0f0f0 !important;}
.gsc-cursor-page {color: #272727!important; height: 50px; width: 50px; text-align:center; background-color: #afb1b3!important;font-weight: 400!important;font-family: 'Open Sans', sans-serif!important;font-size: 1.8rem!important;line-height: 50px !important;transition: .5s!important;display: inline-block !important;margin-bottom: 10px!important;}
.gsc-cursor-current-page, .gsc-cursor-page:hover {color: #fff !important;background-color: !important;font-weight: 400!important;text-decoration:none !important;transition: .5s!important;}
.gsc-cursor-box{text-align:center;margin-top:5rem !important;}
.gsc-control-cse {padding: 0!important;}
.gs-spelling a{color:#1ea2f2!important;}
.gs-spelling{float:left;font-family: 'Open Sans', sans-serif!important;color:#272727!important;padding-left:0!important;padding-right:0!important;}
.gs-spelling.gs-spelling-original{float:right!important;margin-top:1rem!important;}
.gs-image-box{text-align:center!important;}
.gsc-tabsArea {text-align:left!important; font-family: 'Open Sans', sans-serif!important;font-size:1.8rem!important;}
.gsc-tabHeader{font-weight:300!important;}
.gsc-tabHeader.gsc-tabhActive{color:#fff!important;background-color:#ff5b00!important;transition: .5s!important;cursor:default!important;}
.gsc-tabHeader.gsc-tabhInactive{background-color:#f0f0f0!important;color:!important;transition: .5s!important;}
.gsc-tabHeader.gsc-tabhInactive:hover{background-color:#afb1b3!important;color:#fff!important;transition: .5s!important;}
.gsc-tabsArea > .gsc-tabHeader {height: auto !important;padding: 10px 25px !important;}
.gsc-imageResult.gsc-result{margin-bottom:50px !important;}
.gsc-results.gsc-imageResult{margin-top:25px!important;}
.gs-result img.gs-image, .gs-result img.gs-promotion-image {border: 1px solid #f0f0f0 !important;}
.gs-image-box.gs-web-image-box.gs-web-image-box-portrait, .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {width: 100px!important;height: 80px!important;}
.gs-web-image-box-portrait img.gs-image, .gs-web-image-box-landscape img.gs-image {max-width: 100px!important;max-height: 800px!important;}
.gsc-result-info span{font-size:6rem;color:#1ea2f2!important;}
.gsc-result-info:not(.showing){opacity:0;transition: 0!important;min-height:115px!important;}
.gsc-result-info.showing{opacity:1!important;transition: .5s!important;}
.gsc-selected-option-container.gsc-inline-block {width: 160px!important;}
.gsc-results .gsc-cursor-box {text-align: center;}

@media (max-width: 767px){
    .gsc-tabsArea {text-align:center;}
    .gsc-results .gsc-cursor-box .gsc-cursor-page:last-of-type{margin-right:0;}
    .gsc-cursor-page {padding: 8px 8.5px;margin-right: 6px;}
    .gsc-results .gsc-cursor-box {margin: 10px 0px;}
    .gs-spelling.gs-spelling-original {float: left;clear:both}
    .gsc-above-wrapper-area-container td{display:block !important;text-align:center;padding-right: 0;padding-left: 0}
    .gsc-result-info{text-align:center;padding:0}
}











/********************************************************************************************************************************************
- Page Template: Subscription Preferences | .subscription-preferences
********************************************************************************************************************************************/

.subscription-preferences .main-content .ctr {max-width: 800px !important; float: none !important; margin: 70px auto 0 auto !important;}
.email-prefs .item .item-inner { border: 0 !important; border-radius: 3px !important; background-color: #f0f0f0 !important; }















.clearing{clear:both;}

.featured-posts .second-post{border-left:1px solid #fff;}

.featured-posts{border-bottom:1px solid #fff;border-top:1px solid #fff;}

.ctr.wide {max-width: 1300px!important;}


/****************************************************************************************************************************************************************************
 - Mobile Navigation
****************************************************************************************************************************************************************************/

#hs_menu_wrapper_mobile_menu a{color:#fff;border-bottom: 0;font-size:3rem; font-weight:300}
#hs_menu_wrapper_mobile_menu .hs-menu-depth-1 ul a{border-bottom: 0;}
#hs_menu_wrapper_mobile_menu .hs-menu-depth-1 ul ul a{border-bottom: 0;}
#hs_menu_wrapper_mobile_menu li{margin-bottom:0; text-align:center;}
#hs_menu_wrapper_mobile_menu .hs-menu-depth-1{background-color:transparent;transition: .5s;border-left:0px solid transparent;border-right:0px solid transparent;border-bottom:0px solid transparent;}
#hs_menu_wrapper_mobile_menu .hs-menu-depth-2{background-color:transparent;transition: .5s;border-left:0px solid transparent;border-right:0px solid transparent;border-bottom:0px solid transparent;margin-left: 4px;margin-right:4px;width: calc(100% - 8px);}
#hs_menu_wrapper_mobile_menu .hs-menu-depth-1.toggled{transition: .5s;border-left:0px solid #1ea2f2;border-right:0px solid #1ea2f2;border-bottom:2px solid #1ea2f2;background-color:rgba(30,162,242, .1)}
#hs_menu_wrapper_mobile_menu .hs-menu-depth-1.toggled > a{background-color:#1ea2f2;color:#272727}
#hs_menu_wrapper_mobile_menu .hs-menu-depth-2.toggled{transition: .5s;border-left:0px solid ;border-right:0px solid ;border-bottom:2px solid ;background-color:rgba(117,187,67, .1)}
#hs_menu_wrapper_mobile_menu .hs-menu-depth-2.toggled > a{background-color:;color:#272727}




/****************************************************************************************************************************************************************************
 - Google Custom Search Box
****************************************************************************************************************************************************************************/

.gsc-search-box-tools .gsc-search-box .gsc-input {padding-left: 20px;background: transparent;}
.gsc-search-button{background:transparent;margin-right:0px;padding:0 !important;width: 90px !important;height: auto !important;padding: 0 !important;min-width: 50px;min-height: 60px;margin-top: 0;margin-bottom: 0!important;margin-left: 0px !important}
.gsc-search-button input{ opacity:0;}
.gsc-search-button{background-image:url("http://unified.newbreedmarketing.com/hubfs/unified-search.png") !important;background-repeat: no-repeat !important;background-position: center!important;background-size: 50px !important;opacity:.6;transition: .5s;}
#osm-menu .gsc-search-button{background-image:url("http://unified.newbreedmarketing.com/hubfs/unified-search-white.png") !important;}
.gsc-search-button.input{margin-right:20px;float:right;}
.gsc-input-box td{border:0 !important;}
.gsc-search-box{background: rgba(255,255,255,.05);;border-bottom:0; border-top:1px solid gray;}
.gsc-search-box > tbody{border-top:0px solid #fff;}
#___gcse_1{clear:both; padding-top:40px;}
#___gcse_1{max-width:500px;margin:0 auto;}
.gsc-input-box {border: none !important;background: transparent !important;height: auto !important;box-shadow: none !important;outline: none !important;}
.gsc-input-box  table{margin-bottom:0;}
.gsc-input-box input{background:transparent !important;min-height:70px;height:auto;font-size:4rem !important; color:white;}
form.gsc-search-box {margin-bottom: 0;}
table.gsc-search-box {margin-bottom: 0;}
.osm-defaultStyle .gsib_a {padding: 0;border: 0;}
.gsib_b{display:none;}

.gsc-control-searchbox-only{border-left:1px solid gray; border-right:1px solid gray;}



/****************************************************************************************************************************************************************************
 - OSM Menu
****************************************************************************************************************************************************************************/

.osm-defaultStyle .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {left: 0px;}
.osm-defaultStyle .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-2 a{padding: 10px 20px 10px 20px;font-size: 15px !important;}
.osm-defaultStyle .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-3 a{padding: 10px 20px 10px 20px;font-size: 12px !important;}
.osm-defaultStyle .osm-menuButton {color: #fff;text-align: right;padding-right: 20px;padding: 30px;background: #272727;font-size: 40px;float:right;cursor:pointer;line-height:30px;}
.osm-defaultStyle .hs-cta-wrapper{margin-left:20px;position:absolute;top:30px;}
.osm-defaultStyle .hs-cta-wrapper button{background-color:#ff5b00;} 
.osm-defaultStyle .hs-cta-wrapper button:hover{background-color:#1ea2f2;}
.menu-indicator{transition: .5s;display: none !important;width: auto !important;margin-right:12px;position:absolute;right:22px;}
.hs-menu-depth-2 .menu-indicator{margin-right:8px;}
.menu-indicator span:first-of-type{width: 18px;height: 1px;color: white;background-color: white;display: block;position: relative;top: 15px;left: 0;transition: .5s;}
.menu-indicator span:last-of-type{height: 18px;width: 1px;background-color: white;display: block;left: 9px;position: relative;transition: .5s;transform-origin: 50% 50%;top: 5px;}
.toggled > a .menu-indicator{transition: .5s;}
.toggled > a .menu-indicator span:last-of-type{opacity:0;transition: .5s;}
.toggled.hs-menu-depth-1 > a .menu-indicator span:last-of-type{opacity:0;transition: .5s;}
li.hs-menu-depth-2 .menu-indicator span:first-of-type {width: 14px;height: 1px;color: white;background-color: white;display: inline-block;position: relative;top: -5px;left: -1px;}
li.hs-menu-depth-2 .menu-indicator span:last-of-type {height: 14px;width: 1px;background-color: white;display: inline-block;left: -8px;position: relative;transition: .5s;top: 1px;}
#hs_menu_wrapper_mobile_menu .hs-menu-depth-3 {margin-left: 0px;margin-right: 0px;width: 100%;}
.osm-defaultStyle .social-links{text-align:center; margin:40px 0;}
.osm-defaultStyle .social-links .fa{font-size:30px;color:;margin:20px 10px;transition: .5s;}
.osm-defaultStyle .social-links .fa:hover{color:#1ea2f2;transition: .5s;}
.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {visibility: visible;opacity: 0;transition: max-height .2s;position: relative;z-index: 10;top: 0;left: 20px;}
.osm-defaultStyle ul li.hs-item-has-children ul {display: none;position: relative;z-index: 999;}
*,:before,:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box}
#osm-menu {position: absolute;width: 100%;height: 0;top: -100vh;left: 0;display: block; transition: .3s;opacity:0;z-index:-1;}
.menu-open #osm-menu {top:0;transition: .3s;opacity:1;z-index:98; pointer-events: auto;height:100vh}
#osm-menu > div{display:none;}
.menu-open #osm-menu > div, .menu-closing #osm-menu > div{display:block;}
.menu-closing #osm-menu {top:100vh;}
.menu-open{overflow:hidden}

#osm-wrapper #___gcse_1{padding:40px 0;}

#osm-wrapper {position: absolute;left: 0;top: 0;width: 100%;height: 100%;-webkit-perspective: 3000px;-moz-perspective: 3000px;perspective: 3000px;overflow: hidden;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;transform-style: preserve-3d}
#osm-wrapper #osm-website {position: absolute; top: 0; left: 0; width: 100%; height: 100%}
#osm-wrapper #osm-menu {position: absolute; overflow: hidden; display: block}
#osm-menu .osm-defaultStyle {width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.9);border: 0;padding: 100px 0 0;-webkit-flex-direction: column;flex-direction: column;overflow: scroll;position:relative;}
#osm-menu ul li:hover > a{
    background:rgba(255,255,255,.1);
}


/* ====================== lines button ==================================================*/
.lines-button {
  padding: 2rem 2rem;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.57143rem;
  position:absolute;
  right:10px;
  top:18px;
  background:transparent;
  z-index:99;
  /* */
}

.page-scrolled .lines-button {
    top:-2px;
}


.lines-button:hover, .lines-button:focus {
    background:transparent;
  opacity: 1;
}
.lines-button:active {
    background:transparent;
  transition: 0;
}

.lines {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #272727;
  border-radius: 0;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #272727;
  border-radius: 0;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}


.menu-open .lines:before, .menu-open .lines:after{
    background:#fff;
}


.lines:before {
  top: 1rem;
}
.lines:after {
  top: -1rem;
}

.lines-button:hover .lines:before {
}
.lines-button:hover .lines:after {
}

.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.x2 .lines {
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.lines-button.x2.close .lines {
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 30px;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/* Full Screen Search Pop */
.mfp-bg {background: rgba(56,58,53, .95);opacity: 1;}
.search-popup {background: transparent;max-width: 100%;}
.search-popup .mfp-close {right: 0;top: 0;opacity: 1;color: #fff !important;font-family: 'Open Sans', sans-serif !important;background-color: transparent !important;border-radius: 0 !important;font-size: 50px;transition: .5s;border:0;position:fixed;width:90px;height:90px}
.search-popup .mfp-close:hover {background-color:#fff !important;color:#272727 !important;transition: .5s;}
.search-popup .gsc-search-box {background: transparent;border-bottom: 0 solid transparent!important;border-color: transparent !important;}
.search-popup .gsc-search-box > tbody {border-top: 0;}
.search-popup input.gsc-input{color:#fff;}






/* CASE STUDY LISTING */
.case-study-listing .mix {width: 30%; margin: 2rem 1.5%; transition: margin .25s,width .25s}
.case-study-listing .mix:hover {width: 33%; margin: 0; transition: margin .25s,width .25s}
.case-study-listing .mix-inner{border: 1px solid #f0f0f0; transition: .25s; padding: 2rem}
.case-study-listing .mix:hover .mix-inner {border: 1px solid #afb1b3; transition: .25s}
.case-study-listing .mix h6{margin-bottom:0; text-align:center}
.casestudy-listing-image{height:200px; width:100%; background-size:cover; background-position:center;}
.case-study-listing .post-listing a{border-bottom:0}



/* Filter Page */

.mix{display:table; width:100%;}
.mix-inner{display:table-cell;}


.filterpage .with-featured.page-heading{text-align:left}
.filterpage .with-featured.page-heading h1{margin-bottom:10px;text-align:left}
.filterpage .with-featured.page-heading p{text-align:left; margin:0 0 8rem 0}
.filterpage .with-featured.page-heading .featured-post-item p{text-align:center; font-size:1.4rem; line-height:1.5; margin:0 0 1rem;}
.filterpage .with-featured.page-heading .featured-post-item a h3{color:#fff }
.page-heading-featured{padding:0px 3rem; text-align:center; background:rgba(255,255,255, .1); transition: .5s; overflow:hidden}
.page-heading-featured:hover{background:rgba(56,58,53, .03);transition: .5s;}
.page-heading-featured h4{margin-bottom:1.5rem;position:relative;display:inline-block;padding:0 2rem;}
.page-heading-featured a{color:#fff}
.page-heading-featured .casestudy-listing-image{height:150px !important}
.filterpage .page-heading-featured p {text-align: center; margin-top:1rem; margin-bottom:0}
#form-ui select{width:35%;margin:0 2%}
#form-ui, #form-ui p{text-align:center;margin-bottom:5rem;}
.page-heading-featured .fa{font-size:7rem;color:#fff;line-height:.5}
.page-heading-featured .fa + h3{margin-top:0px;margin-bottom:0}
.page-heading-featured h4:after, .page-heading-featured h4:before {background: #7b8ea2;content: "";display: block;height: 1px;position: absolute;top: 50%;width: 100%;}  
.page-heading-featured h4:before {right: 100%;}
.page-heading-featured h4:after {left: 100%;}
.filterpage .blog-section{opacity:0;transition: 1s}
.filterpage.page-loaded .blog-section{opacity:1;transition: 1s;}



/* RESOurCE Library Listing */
.resource-library-listing .mix{width:30%;margin:30px 1.5%;display:block;height:auto !important;text-align:center;}
.resource-library-listing .mix h3 {margin: 1.5rem 0 .5rem;position:relative;z-index:9;transition: .5s;}
.resource-library-listing .mix .cta_button:hover h3 {transition: .5s}
.resource-library-listing .mix{z-index:9;transition: margin .5s, width .5s}
.resource-library-listing .mix:hover{margin:0;width:33%;transition: margin .5s, width .5s}
.resource-library-listing .mix h3 + p{margin-bottom:10px;position:relative;z-index:9} 
.resource-library-listing .mix .fa{text-align:center;height:8rem;width:8rem;background-color:#f0f0f0;padding:2rem;border-radius:50%;transition: .5s;}
.resource-library-listing .mix .fa:before{font-size:4rem;color:#afb1b3;transition: .5s}
.resource-library-listing .mix .cta_button {display:block;border:1px solid transparent;transition: .5s;padding:2rem 1rem}
.resource-library-listing .mix .cta_button:hover {border:1px solid #f0f0f0;transition: .5s;background-color:rgba(240,240,240, .1);}
.resource-library-listing .mix .cta_button:hover .fa {background-color: #75bb43;border-radius:20%;}
.resource-library-listing .mix .cta_button:hover .fa:before{color:#fff;transition: .5s}
    

    
    
    
    
    
    

/* NEWS Listing */

.news-listing .hs-featured-image-wrapper{float:left;width:200px;height:200px;padding:20px;box-sizing:border-box;border:1px solid #f0f0f0;background-color:#fff;}
.news-listing .hs-featured-image-wrapper-inner{background-size:contain;background-position:center;background-repeat:no-repeat;width:100%;height:100%}
.news-listing .hs-featured-image-wrapper img{max-width:100%}
.news-listing .hs-featured-content-wrapper{float:left;width:calc(100% - 220px);margin-left:20px}
.news-listing .post-header h3{border:0;margin:0;padding:0;}
.news-listing .mix {margin-bottom:3rem;background-color: rgba(240,240,240,.35);padding:2rem;}
.news-listing .mix:hover {background-color: rgba(240,240,240,.5);}





/* TEAM Listing */
.team-listing .mix{width:22%;padding:2px;box-sizing:border-box;margin:1.5%;text-align:center;border:1px solid #f0f0f0;transition: margin .25s,width .25s}
.team-listing .mix:hover{width:25%;margin:0;transition: margin .25s,width .25s}
.team-listing .mix h4{margin:20px 0}


/* TEAM Page */
.team-contact-strip{background-color:#272727;color:#fff;font-size:1.8rem;padding:.5rem 0;}
.team-member-hero{background-color:;text-align:center;color:#fff;}
.team-member-hero h1, .team-member-hero h4{margin-bottom:0;}
.team-member-linkedin img{float:right;}
.container-fluid .row-fluid .ctr.narrow{max-width:800px}
.team-contact-strip p{line-height:1.9;margin-bottom:0}
.pov-wrap{text-align:center;background-attachment: fixed !important;background-size: cover !important;overflow:auto}
.pov-wrap p{font-size:2rem}
.pov-wrap img{opacity:.5;width:250px}






/* Pricing Page */
.pricing-table-row .col{box-sizing:border-box;padding: 10px;}
.pricing-table-section-title{box-sizing:border-box;border-bottom:1px solid #fff;}
.pricing-table-row .col p{margin:0;}
.pricing-table-section-title h6{margin:0;color:#fff;text-transform:uppercase;box-sizing:border-box;padding:5px 10px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;background-color:#7b8ea2;}
.pricing-table-row .col1{width:31%;float:left;border-bottom:1px solid #f0f0f0;position:relative;}
.pricing-table-row .col1 p{float:left;width:calc(100% - 40px);}
.pricing-table-row .col1 .tip{float:right;color:#1ea2f2;font-size: 2.0rem;line-height: 2.0rem;curor:defualt;transition: .25s;}
.pricing-table-row .col1 .tip:hover{color:#272727;transition: .25s;}
.pricing-table-row .col1 .tip > div{float:none}
.pricing-table-row.top-row .col1{border-bottom:0;}
.pricing-table-row .col2, .pricing-table-row .col3, .pricing-table-row .col4{width: 23%;border-bottom:1px solid #fff;background-color:rgba(240,240,240, .5);float:left;text-align:center;}
.pricing-table-row .col2{border-right:1px solid #fff;}
.pricing-table-row .col4{border-left:1px solid #fff;}
.pricing-table-row .col3{background-color:rgba(240,240,240, .8);}
.pricing-table-row:not(.top-row) .col3{border-left:5px solid #f0f0f0;border-right:5px solid #f0f0f0;}
.pricing .fa-check{color:;font-size:2rem;transform: rotate(0deg)}
.pricing .fa-check.was-hovered{transform: rotate(360deg); transition: .75s;}
.pricing .fa-times{color:#afb1b3;font-size:1.3rem;transform: rotate(0deg); }
.pricing .fa-times.was-hovered{transform: rotate(360deg); transition: .75s}
.pricing-table-row.top-row .col2, .pricing-table-row.top-row .col3, .pricing-table-row.top-row .col4{background-color:#fff;padding:0;}
.pricing-table-row.top-row .col2 p, .pricing-table-row.top-row .col4 p, .pricing-table-row.top-row h4{background-color:rgba(240,240,240, .5);margin:0;padding:5px 10px;}
.pricing-table-row.top-row .col2 h6, .pricing-table-row.top-row .col4 h6{margin:0;}
.pricing-table-row.top-row .col3 p, .pricing-table-row.top-row .col3 h4{background-color:rgba(240,240,240, .8);padding:5px 10px;border-left:5px solid #f0f0f0;border-right:5px solid #f0f0f0;}
.pricing-table-row.top-row .col3 h4{border-top-left-radius: 4px;border-top-right-radius: 4px;font-size:2rem;}
.pricing-table-row.top-row .col2 h4{border-top-left-radius: 4px;font-size:2rem;}
.pricing-table-row.top-row .col4 h4{border-top-right-radius: 4px;font-size:2rem}
.pricing-table-row.top-row .col3 h6{background-color:rgba(117,187,67, .9);border-left:5px solid ;border-right:5px solid ;color:white;font-size:1.6rem;text-transform:uppercase;margin:0;}
.pricing-table-row.top-row h6{font-size:1.6rem;}
.pricing-table-row.top-row p{font-size:5rem;line-height:5rem;font-weight:300;padding-top:0;}
.pricing-table-row.top-row p sup{font-size: 2rem;top: -2.0rem;color:#afb1b3;}
.pricing-table-row.top-row p span{font-size:2rem;color:;}
.pricing-table-row.top-row h4{color:;}
.pricing-grid-row .col {width:33.33%;float:left;}
.pricing-grid-row .col2{position:relative;overflow:hidden;}
.pricing-grid-row .col2 h6{position:absolute;background-color:;-webkit-transform: rotate(45deg);transform: rotate(45deg);color:white;top: 35px;right: -45px;padding: 0 40px;z-index: 99;font-size: 1.6rem;text-transform: uppercase;}
.pricing-grid-row.top-row .col2{background-color:rgba(240,240,240, .8);padding:5px 10px;border-left:5px solid white;border-right:5px solid white;border-top-left-radius:4px;border-top-right-radius:4px;}
.pricing-grid-row.top-row .col1{background-color:rgba(240,240,240, .6);padding:5px 10px;border-right:5px solid #f0f0f0;border-left:5px solid transparent;border-top-left-radius:4px;}
.pricing-grid-row.top-row .col3{background-color:rgba(240,240,240, .6);padding:5px 10px;border-left:5px solid #f0f0f0;border-right:5px solid transparent;border-top-right-radius:4px;}
.pricing-grid-row.top-row{text-align:center}
.pricing-grid-row.top-row p {font-size: 7rem;line-height: 5rem;font-weight: 300;margin-top:3rem;margin-bottom:0}
.pricing-grid-row.top-row p span {font-size: 2rem;color: #7b8ea2;}
.pricing-grid-row.top-row p sup {font-size: 2rem;top: -3.5rem;color: #7b8ea2;}
.pricing-grid-row.top-row h4{margin-top:0rem;margin-bottom:3rem}
.pricing-grid-row:not(.top-row) .col{padding:10px;text-align:center;background:rgba(123,142,162, .5);}
.pricing-grid-row:not(.top-row) .col2{border-left:5px solid #fff;border-right:5px solid #fff;}
.pricing-grid-row:not(.top-row) .col1{border-left:5px solid transparent;border-right:5px solid #7b8ea2;}
.pricing-grid-row:not(.top-row) .col3{border-right:5px solid transparent;border-left:5px solid #7b8ea2;}
.pricing-grid-row:not(.top-row) .col p{margin-bottom:0;padding-bottom:2rem;border-bottom:1px solid #f0f0f0;}
.pricing-grid-row:not(.top-row) .col:last-of-type p{border-bottom:0}
.pricing-grid-row.top-row .col:not(.col2) p{margin-top:2rem}
.pricing-grid-row.top-row .col:not(.col2){margin-top:2rem}
.pricing-grid-row.top-row .col:not(.col2) h4 {margin-bottom: 2rem;}
.pricing .ctr.narrow{text-align:center;}
.pricing .ctr.narrow button {background-color: #ff5b00;}
.two-col > div{-webkit-column-count: 2; -moz-column-count: 2;column-count: 2;-webkit-column-gap: 5rem; -moz-column-gap: 5rem; column-gap: 5rem;text-align:left;}



/* Tool Tip for Pricing Page */ 
.tipr_content{color: #f0f0f0; font-size:1.4rem;background-color: #272727;min-width:300px;padding: 9px 17px;text-align:center;border-radius:3px}
.tipr_container_bottom{display: none;position: absolute;margin-top: 13px;box-shadow: 2px 2px 5px #f9f9f9;z-index: 1000}
.tipr_container_top{display: none;position: absolute;margin-top: -77px;box-shadow: 2px 2px 5px #f9f9f9;z-index: 1000}
.tipr_point_top, .tipr_point_bottom {position: relative;background: #272727min-width:300px !important;border: 0}
.tipr_point_top:after, .tipr_point_top:before{position: absolute;pointer-events: none;border: solid transparent;top: 100%;content: "";height: 0;width: 0}
.tipr_point_top:after{border-top-color: #272727;border-width: 8px;left: 50%;margin-left: -8px}
.tipr_point_top:before {border-top-color: #dcdcdc;border-width: 9px;left: 50%;margin-left: -9px}
.tipr_point_bottom:after, .tipr_point_bottom:before{position: absolute;pointer-events: none;border: solid transparent;bottom: 100%;content: "";height: 0;width: 0;}
.tipr_point_bottom:after{border-bottom-color: #272727;border-width: 8px;left: 50%;margin-left: -8px;}
.tipr_point_bottom:before {border-bottom-color: #f0f0f0;border-width: 9px;left: 50%;margin-left: -9px;}



/* Partner Listing*/
.partner-listing .mix{width:18%;margin:20px 1%;box-sizing:border-box;transition: margin .25s,width .25s}
.partner-listing .mix:hover{width:20%;margin:0;transition: margin .25s,width .25s;}
.partner-listing .post-text{text-align:center}
.partner-listing .casestudy-image-wrap{padding:2rem;border:1px solid #f0f0f0;transition: .5s}
.partner-listing .mix:hover .casestudy-image-wrap{border:1px solid #fff;transition: .5s;}
.partner-listing .casestudy-listing-image{background-size:contain;background-repeat:no-repeat;}
.partner-listing .featured-post-item{margin:0 auto;width:20rem;}



/* Partner Post Page*/
.partner-logo-wrap{padding:3rem;margin:1rem 4rem 0 0;border:1px solid #f0f0f0;height:40rem;box-sizing:border-box;}
.partner-logo{height: 100%;background-size: contain;background-position: center;background-repeat: no-repeat}


/* Case Study Page*/
.bg-green{background-color:;color:#fff;}
.ctr-right{float:left;max-width:550px;padding: 50px 50px 50px 50px}
.ctr-right h2{text-align:center;}
.case-study-img{background-size:cover;background-position:center;opacity:0;transition: .5s;border-right: 1px solid #fff;}
.case-study-img.nowshowing{opacity:1;transition: .5s}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {font-size: 6.5rem;font-family: 'Raleway', sans-serif;font-weight: 300;color:#fff;}
.odometer-element p{line-height:2rem;}
.odometer-element{width:32.33%; padding:10px;box-sizing:border-box;text-align:center;display:inline-block;opacity:0;transition: .25s}
.odometer-element.nowshowing{opacity:1;transition: .25s}
.key-deliverable-wrap{text-align:center}
.key-deliverable-wrap .hs_cos_wrapper_type_custom_widget{width:24%;display:inline-block}
.key-deliverable .the-icon{width: 20rem;height: 20rem;background-color: #1ea2f2;border-radius: 50%;margin: 0 auto;color:white;box-sizing:border-box;}
.key-deliverable .fa{font-size: 4rem;padding-top: 1.8rem;}
.key-deliverable h6{margin:1rem;}
.key-deliverable-wrap{background-color:#f0f0f0;border-top:1px solid #fff;}
.key-deliverable .fa{font-size: 8rem;padding-top: 6rem;}




/* Events */
.daymonth{font-size:1.4rem;margin-top:1rem}
.theyear{font-size: 2.2rem;font-family: 'Raleway', sans-serif;line-height: 2.2rem}
.the-event-date{display: inline-block;float: left;width: 7rem;height: 7rem;background-color: #1ea2f2;text-align: center;border-radius: 50%;margin-right:2rem;color:#fff;transition: .5s}
.featured-post-item .the-event-date{float: none;margin: 0}
.event-listing .featured-post-item h3{margin:1rem 0;}
.page-heading-featured h6{margin-top:1rem;margin-bottom:0}
.event-listing .page-heading-featured a{color:#fff}
.featured-post-item .daymonth {font-size: 2rem;margin-top: 1.8rem}
.featured-post-item .theyear {font-size: 2.8rem}
.featured-post-item .the-event-date{width: 10rem; height: 10rem}
.post-item:hover .the-event-date, .page-heading-featured:hover .the-event-date{background-color:#272727;transition: .5s}
.event-listing .post-header {overflow:auto}
.event-listing .post-header h3 {margin:0}
.event-listing .post-body{padding-left:9rem;margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid #f0f0f0}
.event-listing .post-body p:last-of-type {margin-bottom:0}
.full-date-range h4{text-align:center; color:white; margin-bottom:0}
.event-post .page-heading h1{margin-bottom:2rem}




/* Three Column Page */

.sidebar-ctas .cta_button{text-align:center; display:block}
.sidebar-ctas .fa{font-size:5rem;}
.sidebar-ctas h3{margin-bottom: 0;margin-top: .5rem;font-size: 2.4rem;}
.sidebar-ctas p{font-size: 1.4rem; line-height: 1.5; margin-bottom: 1rem}
.sidebar-ctas .hs_cos_wrapper_widget{border-bottom:1px solid #f0f0f0; padding-top:2rem; padding-bottom:3rem; border-radius:3px; transition: .5s}
.sidebar-ctas .hs_cos_wrapper_widget:hover{background-color:#f0f0f0;transition: .5s}
.sidebar-ctas .hs_cos_wrapper_widget:last-of-type{border-bottom:0}





/* Scroll Lock */
.sl-slide{position:relative !important;height:150vh;width:calc(100% - 20px);margin-left:20px;z-index:1;}
.sl-slide.active{z-index:2;}
.sl-slide-inner{opacity:0;}
.active .sl-slide-inner{opacity:1;}
.sl-image{position:absolute;right:20px;top:100px;opacity:0;}
.active .sl-image{ opacity:1}
.scroll-lock .sl-image{position:fixed;}
.scroll-lock-wrap{position:relative !important;}
.sl-background{height: 100vh;width: 100%;position: absolute;}
.scroll-lock .sl-background{position:fixed;top:0;}
.sl-background{height: 100vh;width: 100%;position: absolute;background-size:cover;}
.sl-image, .sl-slide{transition: opacity .25s ease-in-out;-moz-transition: opacity .25s ease-in-out;-webkit-transition: opacity .25s ease-in-out;}
.sl-headline {position:absolute;left:20px;top:100px;}
.scroll-lock .sl-headline{position:fixed;}
.sl-slide-inner{position:absolute;top:180px;width:20%;}
.scroll-lock .sl-slide-inner{position:fixed;}



/* Quote and Logo Slider */
.quote-slider-wrap{position:relative;
height:70vh;
}
.quote-navigation{
    position:relative;
    height:20vh;
}

.quote-slide{
    opacity:0;
    z-index:1;
    position:absolute;
}

.active{
        transition: .5s;
}

.quote-slide.active{
    opacity:1;
    z-index:2;
}

.quote-slide.green .quote-left{
    background-color:;
}

.quote-slide.orange .quote-left{
    background-color:#ff5b00;
}

.quote-slide.yellow .quote-left{
    background-color:#F5AF02;
}

.quote-right, .quote-left{
    width:50%;
    float:left;
    height:70vh;
}

.quote-left{
    border-right:1px solid white;
    display:table;
}

.quote-left-inner{
    display:table-cell;
    vertical-align:middle;
    max-width:50%;
    margin-left:50px;
    padding-left: 50px;
    padding-right: 200px;
}

.quote-right{
    background-size:cover;
}

.quote-nav{
    width:200px;
    height:100px;
    padding:20px;
    display:inline-block;
    margin:20px;
    -webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

.quote-nav:hover{
    -webkit-filter: grayscale(50%);
filter: grayscale(50%);
}

.quote-nav.active{
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}

.quote-nav-inner{
    height:100%;
    width:100%;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}

.quote-navigation{
    text-align:center;
    height:20vh;
}

.quote-logo-inner{
    width:100%;
    height:100%;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}

.quote-logo{
    height: 150px;
    width: 300px;
    padding:20px 40px;
    background:white;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    margin: auto;
    z-index: 3;
}


/* Side UI Slider */

 /* Small Border Radius */

 /* Small Border Radius */


.overlay{
    background:rgba(30,162,242, .8);
    position:relative;
    z-index:3
}


.slide-content h3{
    color:#fff;
}


.side-ui-nav{
    position: absolute;
    z-index:9;
    width: 14rem !important;
    background: white;
    text-align: center;
    height:65rem;
    display:table !important;
}

.side-ui-nav-inner{
    display:table-cell;
    vertical-align:middle;
}

.side-ui-nav-inner > div{
    padding:2.5rem 0;
    cursor:pointer;
}

.side-ui-nav .fa{
    color:#1ea2f2;
    font-size:3rem;
}

.side-ui-nav .active{
    background-color:#1ea2f2;
    cursor:default;
    pointer-events: none;
}

.side-ui-nav-inner > div:not(.active):hover{
    background-color:rgba(30,162,242, .25);
}

.side-ui-nav .active .fa{
    color:#fff;
}

.slide {
    height:65rem;
    position:absolute;
    width:100%;
    z-index:1;
    opacity:1;
    left:0;
    transform: translate(0, -65rem);
    transition: transform .5s ease-in-out;
}

.slide.active {
    z-index:2;
    opacity:1;
    transform: translate(0, 0);
    transition: transform .5s ease-in-out;
}

.slide.exit{
    z-index:10;
    transform: translate(0, 65rem);
    transition: transform .5s ease-in-out;
}

.side-ui-slider-wrap{
    position:relative;
    overflow:hidden;
    height:65rem;
}

.slide-wrap, .overlay{
    height:65rem;
}

.slide-wrap{
    position:absolute;
    right:0;
    -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.slide-wrap, .overlay{
    width:calc(100% - 14rem);
    float:right;
    background-size:cover;
}

.slide-content{
    height:65rem;
    margin-left:14rem;
    display:table;
    max-width:40%;
    float:left;
}

.side-ui-right{
    float:right;
    max-width:350px;
    height:65rem;
    display:table;
}

.side-ui-right .inner{
    display:table-cell;
    vertical-align:middle;
}

.slide-content-inner{
    display:table-cell;
    vertical-align:middle;
}

.slide-content-inner h3 + p{
    font-size:1.8rem;
}

.slide-content-inner p{
    color:white;
}

.slide-content-inner a{
     transition:.5s; display:inline-block; padding: 10px 15px; color: white; text-align:center; font-size:1.4rem; font-weight:600; line-height: normal; letter-spacing: .1rem; text-transform: uppercase; text-decoration:none; background-color: #1ea2f2; border-radius: 3px; border: 0; cursor:pointer;
    background-color:
}

.slide-content-inner a:hover{
    color:#fff; border-color: black; outline:0; background-color: ;
    background-color:#fff;
    color:;
    }

.side-ui-slider-wrap{
    position:relative;
}

.side-ui-slider-wrap:after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-top: solid 3rem white;
    border-left: solid 3rem transparent;
    border-right: solid 3rem transparent;
    z-index:10;
}


.services-slide-cta{
    background:#f0f0f0;
    padding:2rem;
}

.services-slide-cta a{
     transition:.5s; display:inline-block; padding: 10px 15px; color: white; text-align:center; font-size:1.4rem; font-weight:600; line-height: normal; letter-spacing: .1rem; text-transform: uppercase; text-decoration:none; background-color: #1ea2f2; border-radius: 3px; border: 0; cursor:pointer
}

.services-slide-cta a:hover{
    color:#fff; border-color: black; outline:0; background-color: 
}


.side-ui-spacer{
    height:2rem;
}




.featured-title.green{background-color:;}
.featured-title.light-blue{background-color:;}
.featured-title.dark-blue{background-color:#182954;}

.featured-title{
    position:absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
          top: 35px;
    right: -65px;
    padding: 4px 60px;
    background:;
    text-align:center;
}

.featured-title h5{color:#fff; margin-bottom:0; font-size:1.4rem; text-transform:uppercase; }

.featured-links{
    position:relative;
    overflow:hidden;
}

.featured-links ul{
    margin:0;
    padding:0;
    list-style:none;
}

.featured-links li{
    list-style:none;
    margin:0;
    padding:0;
}

.featured-link1, .featured-link3{
    background:rgba(255,255,255, .9);
}

.featured-link:hover{
    background:rgba(, .9);
}

.featured-link2{
    background:rgba(240,240,240, .8);
}

.featured-links a{
    display:block;
    padding:3rem 4rem;
    color:#182954;
    font-size:1.8rem;
    line-height:2.4rem;
    font-weight:300;
    text-decoration:none;
}

.featured-link:hover a{
    color:#fff;
    }
    
.featured-link{
        transition: .5s;
}
    
.featured-link:hover{
    background:rgba(30,162,242, .9);
}

.blog-comments .hs-button{
    background-color: #b22029;
    color: #fff;
    border: 0 solid #3f789d;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
}

.blog-comments .hs-button:hover{background-color:#3f789d;}
.hs_blog_2015_bsmg_blog_subscription{margin-top:15px;}


/*

+++++        +++++   +++++++++++++++  +++++       +++       +++++          ++++++++++         +++++++++:           +++++++++++++++  +++++++++++++++   +++++++++,       
++++++       +++++   +++++++++++++++  +++++      ++++,     ;++++           +++++++++++++      +++++++++++++        +++++++++++++++  +++++++++++++++   ++++++++++++     
++++++       +++++   +++++++++++++++   ++++      +++++     +++++           ++++++++++++++     ++++++++++++++       +++++++++++++++  +++++++++++++++   +++++++++++++    
+++++++      +++++   +++++++++++++++   +++++     +++++     +++++           +++++++++++++++    +++++++++++++++      +++++++++++++++  +++++++++++++++   ++++++++++++++   
+++++++      +++++   +++++             +++++     +++++     +++++           +++++    +++++++   ++++++++++++++++     +++++            +++++             +++++   '++++++  
++++++++     +++++   +++++             +++++    ++++++     +++++           +++++     ; +++++  +++++     ++++++     +++++            +++++             +++++     ++++++ 
++++++++     +++++   +++++             +++++    +++++++    ++++            +++++      +++++   +++++      +++++     +++++            +++++             +++++      +++++ 
+++++++++    +++++   +++++              ++++    +++++++   .++++            +++++      +++++   +++++      +++++     +++++            +++++             +++++      +++++ 
+++++++++    +++++   +++++              ++++    +++++++   +++++            +++++      +++++   +++++      +++++     +++++            +++++             +++++      ;++++,
++++++++++   +++++   +++++              +++++  ,+++++++   +++++            +++++      +++++   +++++      +++++     +++++            +++++             +++++       +++++
+++++ ++++   +++++   +++++              +++++  ++++,+++`  +++++            +++++     +++++    +++++     '+++++     +++++            +++++             +++++       +++++
+++++ +++++  +++++   ++++++++++++++     +++++  ++++ ++++  ++++             ++++++++++++++.    +++++   +++++++;     +++++++++++++    ++++++++++++++    +++++       +++++
+++++  ++++  +++++   ++++++++++++++      ++++  ++++ ++++  ++++             +++++++++++++      +++++++++++++++      +++++++++++++    ++++++++++++++    +++++       +++++
+++++  +++++ +++++   ++++++++++++++      ++++ .+++' ++++ +++++             +++++++++++++++    ++++++++++++++       +++++++++++++    ++++++++++++++    +++++       +++++
+++++   ++++ +++++   ++++++++++++++      ++++.++++  ++++ +++++             ++++++++++++++++   ++++++++++++.        +++++++++++++    ++++++++++++++    +++++       +++++
+++++   ++++++++++   +++++               +++++++++   +++++++++             +++++      +++++   ++++++++++++,        +++++            +++++             +++++       +++++
+++++    +++++++++   +++++               +++++++++   ++++++++              +++++       +++++  +++++   +++++        +++++            +++++             +++++       +++++
+++++    +++++++++   +++++               ,++++++++   ++++++++              +++++       +++++  +++++   `+++++       +++++            +++++             +++++      :++++:
+++++     ++++++++   +++++                +++++++    ++++++++              +++++       +++++  +++++    +++++       +++++            +++++             +++++      +++++ 
+++++     ++++++++   +++++                +++++++     +++++++              +++++       +++++  +++++     +++++      +++++            +++++             +++++      +++++ 
+++++      +++++++   +++++                +++++++     +++++++              +++++      ++++++  +++++     ++++++     +++++            +++++             +++++     ++++++ 
+++++      +++++++   +++++                +++++++     ++++++,              +++++     ++++++   +++++      +++++     +++++            +++++             +++++   .++++++  
+++++       ++++++   +++++++++++++++      ++++++.     ++++++               ++++++++++++++++   +++++      :+++++    +++++++++++++++  +++++++++++++++   ++++++++++++++   
+++++       ++++++   +++++++++++++++       +++++      ; +++++              +++++++++++++++    +++++       ++++++   +++++++++++++++  +++++++++++++++   +++++++++++++`   
+++++       `+++++   +++++++++++++++       +++++       +++++               ++++++++++++++     +++++        +++++   +++++++++++++++  +++++++++++++++   ++++++++++++     
+++++        +++++   +++++++++++++++       +++++       +++++               +++++++++++        +++++        ++++++  +++++++++++++++  +++++++++++++++   ++++++++++

*/





