/* @import url('http://example.com/example_style.css'); */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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

.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-dots { margin:0; padding:0; list-style:none; }
.slick-dots li { display:inline-block; padding:0 2px; }
.slick-dots li button { padding:0; width:18px; height:18px; border-radius:100%; background:none; border:2px solid #2e3a44; font-size:0; }
.slick-dots li.slick-active button , .slick-dots li button:hover { background:#2e3a44; }


@font-face {
	font-family: 'Aleo';
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/Aleo-Regular-webfont.eot');
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/Aleo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/Aleo-Regular-webfont.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/Aleo-Regular-webfont.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/Aleo-Regular-webfont.svg#aleoregular') format('svg');
	font-weight: 400;
	font-style: normal;

}

@font-face {
	font-family: 'Aleo';
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/Aleo-Bold-webfont.eot');
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/Aleo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/Aleo-Bold-webfont.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/Aleo-Bold-webfont.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/Aleo-Bold-webfont.svg#aleobold') format('svg');
	font-weight: 700;
	font-style: normal;

}

@font-face {
	font-family: 'Aleo';
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/Aleo-Light-webfont.eot');
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/Aleo-Light-webfont.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/Aleo-Light-webfont.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/Aleo-Light-webfont.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/Aleo-Light-webfont.svg#aleolight') format('svg');
	font-weight: 300;
	font-style: normal;

}

@font-face {
	font-family: 'Univia Pro';
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProBold.eot');
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProBold.eot') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProBold.woff2') format('woff2'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProBold.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProBold.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProBold.svg#UniviaProBold') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Univia Pro';
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProRegular.eot');
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProRegular.eot') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProRegular.woff2') format('woff2'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProRegular.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProRegular.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProRegular.svg#UniviaProRegular') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Univia Pro';
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProBook.eot');
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProBook.eot') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProBook.woff2') format('woff2'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProBook.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProBook.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProBook.svg#UniviaProBook') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Univia Pro';
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProMedium.eot');
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProMedium.eot') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProMedium.woff2') format('woff2'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProMedium.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProMedium.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProMedium.svg#UniviaProMedium') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Univia Pro';
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProLight.eot');
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProLight.eot') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProLight.woff2') format('woff2'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProLight.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProLight.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/UniviaProLight.svg#UniviaProLight') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/proximanova-light-webfont.eot');
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/proximanova-light-webfont.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/proximanova-light-webfont.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
	font-weight: 300;
	font-style: normal;

}


@font-face {
	font-family: 'Proxima Nova';
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/proxima_nova_regular-webfont.eot');
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/proxima_nova_regular-webfont.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/proxima_nova_regular-webfont.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/proxima_nova_regular-webfont.svg#proxima_nova_rgregular') format('svg');
	font-weight: 400;
	font-style: normal;

}


@font-face {
	font-family: 'Proxima Nova';
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/proxima_nova_bold-webfont.eot');
	src: url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/proxima_nova_bold-webfont.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/proxima_nova_bold-webfont.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
	font-weight: 700;
	font-style: normal;

}

* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { margin:0; padding:0; font-family:'Univia Pro', Arial, Helvetica, sans-serif; font-weight:500; font-size:18px; line-height:28px; color:#414042; background:#fff; overflow-x:hidden }

img { border:0; height: auto; }

hr { border-color:#ccc; clear:both; margin-top:30px }
.img-responsive2 { max-width:100%; height:auto }

.clear { clear:both }

strong { font-weight:700; }

p { padding:15px 0; margin:0; }

h1 { color:#333c4e; font-family:'Univia Pro', Arial, Helvetica, sans-serif; font-size:30px; margin:0; padding:15px 0 25px; line-height:40px; font-weight:normal; clear:both }
h2 { font-weight:normal; color:#333; font-family:'Univia Pro', Arial, Helvetica, sans-serif; font-size:32px; line-height:40px; margin:0; padding:10px 0 10px; clear:both }
h3 { font-weight:500; color:#333; font-family:'Univia Pro', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; margin:0; padding:10px 0 10px; clear:both }
h4 { font-weight:normal; color:#333; font-family:'Univia Pro', Arial, Helvetica, sans-serif; font-size:28px; line-height:34px; margin:0; padding:10px 0 10px; clear:both }
h5 { font-weight:normal; color:#333; font-family:'Univia Pro', Arial, Helvetica, sans-serif; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
h6 { font-weight:400; color:#333; font-family:'Univia Pro', Arial, Helvetica, sans-serif; font-size:22px; margin:0; padding:10px 0; line-height:26px; clear:both }

a { text-decoration:underline;  color:#0088CB; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color:#00537c; text-decoration:none; }
a:visited { color:#30007c; }

input , button , textarea { border:none; outline:none; font-family: 'Proxima Nova'; font-weight:300; }
input[type=submit] , button { cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/Image/blank.png) no-repeat left top; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; }
ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }

.row-fluid .wrapper { margin:0 auto !important; width:1170px; float:none !important; } 

.row-fluid .top { position:absolute; left:0; top:0; width:100%; padding:44px 0; z-index:9; }
.row-fluid .logo { padding:8px 0 0; }
.row-fluid .top-links ul { 
	float:right; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex; 
	-webkit-box-pack: end; 
	-ms-flex-pack: end; 
	justify-content: flex-end; 
	-ms-flex-flow: row wrap; 
	flex-flow: row wrap; 
}
.row-fluid .top-links ul li a { color:#e7e7e7; font-size:16px; text-transform:uppercase; letter-spacing: 1.6px; font-family:'Univia Pro'; font-weight:400; padding:5px 16px;  line-height: 26px; }
.row-fluid .top-links .hs-menu-wrapper > ul > li:last-child { padding:0 0 0 10px; }
.row-fluid .top-links .hs-menu-wrapper > ul > li:last-child a { font-weight:600; border-radius:4px; border:2px solid #fce300; line-height: 22px; padding:6px 20px; }
.row-fluid .top-links .hs-menu-wrapper > ul > li:last-child a:hover { background:#fce300; color:#2e3a44; }
.row-fluid .top-links { position:relative; padding:0 0 15px; }
.row-fluid .top-links:before { width:90%; opacity:0.2; content:''; position:absolute; right:0; bottom:0; height:2px;  background: rgb(252,227,0);  background: -moz-linear-gradient(left,  rgba(252,227,0,1) 0%, rgba(212,191,0,1) 100%); background: -webkit-linear-gradient(left,  rgba(252,227,0,1) 0%,rgba(212,191,0,1) 100%);  background: linear-gradient(to right,  rgba(252,227,0,1) 0%,rgba(212,191,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce300', endColorstr='#d4bf00',GradientType=1 );display:none!important; }


.row-fluid .top-links .hs-menu-wrapper > ul > li > ul li {
	background: #fce300;
	width: 100%;
}
.row-fluid .top-links .hs-menu-wrapper > ul > li > ul li a {
	color: #000;
	text-align: left !important;

}


.row-fluid .top-links2 { position:relative; padding:10px 0 0; }
.row-fluid .top-links2 ul { float:right; }
.row-fluid .top-links2 ul li a { color:#fce300; text-transform:uppercase; font-size: 25px; font-family:'Univia Pro'; font-weight:700; letter-spacing: 2.6px; padding:10px 0 0 25px; }
.row-fluid .top-links2 ul li a:hover { color:#fff; }

.row-fluid .header { position:relative; text-align:center; color:#fff; }
.row-fluid .header:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(46,58,68,0.4); }
.row-fluid .header:after { width:100%; height:100%; position:absolute; top:2px; left:0; content:''; background:url(//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/Image/cut-img.svg) no-repeat center bottom; background-size:110% auto; }
.row-fluid .header > div { position:relative; z-index:2; }

.row-fluid .header > div + div { top:60%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.row-fluid .mod.header > div + div { top:65%; }
.row-fluid .header-subtitle { font-family:'Aleo'; font-weight:400; font-size: 20px; line-height: 2.0; letter-spacing:8px; }
.row-fluid .header h2 { font-family:'Univia Pro'; font-weight:700; font-size: 110px; line-height:110px; letter-spacing: 10px; color:#fff; padding:0 0 25px; }

.row-fluid .header2 { position:relative; text-align:center; color:#fff; }
.row-fluid .header2:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(46,58,68,0.4); }
.row-fluid .header2:after { width:100%; height:100%; position:absolute; top:2px; left:0; content:''; background:url(//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/Image/cut-img.svg) no-repeat center bottom; background-size:110% auto; }
.row-fluid .header2 > div { position:relative; z-index:2; }
.row-fluid .header2 > div + div { position:absolute; bottom:250px; width:100%; }

.row-fluid .header-subtitle2 { font-family:'Aleo'; font-weight:400; font-size:20px; line-height:2.0; letter-spacing:8px; }
.row-fluid .header2 h2 {  font-weight:700; font-size:65px; line-height:70px; letter-spacing:5.9px; color:#fff; padding:0 0 25px; }

.row-fluid .header3 { position:relative; text-align:center; color:#fff; border-bottom:12px solid #fce300; padding:430px 0 100px; }
.row-fluid .header3 h1 {  font-weight:700; font-size:64px; line-height:70px; letter-spacing:5.8px; color:#fff; padding:0; }
.row-fluid .header3:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(46,58,68,0.4); }
.row-fluid .header3 > div { position:relative; z-index:2; }

.row-fluid .freequote-link , .row-fluid .learnmore-link { float:none; display:inline-block; width:auto; padding:0 15px; vertical-align:middle; margin:0; }
.row-fluid .freequote-link a { text-decoration: none; cursor:pointer; display:inline-block; border-radius: 8px; background:#fce300; border:2px solid #fce300; padding:20px 20px; min-width:270px; font-size:25px; letter-spacing:1px; color:#2e3a44;  font-family:'Univia Pro'; font-weight:500; }
.row-fluid .freequote-link a:hover { background:none; color:#fff; }
.row-fluid .learnmore-link a { text-decoration: none; display:inline-block; border-radius: 8px; border:2px solid #fce300; padding:20px 20px;  font-weight:500; font-size:25px; letter-spacing:1px; color: #fff;  min-width:250px; }
.row-fluid .learnmore-link a:hover { background:#fce300; color:#2e3a44; }

.row-fluid .discovering-section { background:#2e3a44; /*padding:90px 0 160px;*/ font-family:'Aleo'; font-weight:300; font-size: 25px; line-height: 1.6; letter-spacing: 1px; color: #fff; text-align:center; }
.row-fluid .discovering-section strong { font-weight:700; }
.row-fluid .discovering-section h3 { font-weight:500;  color:#fff; padding:0 0 20px; font-size:40px; line-height:44px; letter-spacing: 2px; color: #fce300; }

.row-fluid .newsfeed-section { background:#2e3a44; padding:100px 0 255px; color:#fff; position:relative; }
.row-fluid .newsfeed-section:before { width:100%; height:100%; position:absolute; top:2px; left:0; content:''; background:url(//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/Image/cut-img2.svg) no-repeat center bottom; background-size:110% auto; }
.row-fluid .newsfeed-section > div { position:relative; }
.row-fluid .newsfeed-section h2 { font-size: 40px; letter-spacing: 4px; color: #fce300; padding:0 0 70px; text-align:center; text-transform:uppercase; }

.row-fluid .twitterfeed-box { background:#4a90e2; color:#fff; position:relative;   }
.row-fluid .twitterfeed-box > div {  padding:115px 40px 20px; }
.row-fluid .twitterfeed-box:before { position:absolute; left:0; width:100%; text-align:center; color:#fff; top:40px; font-size:30px; content: "\f099"; font-family:'FontAwesome'; }
.row-fluid .twitterfeed-box ul { margin:0; padding:0; list-style:none; }
.row-fluid .twitterfeed-box .tweets-txt { font-size:26px; line-height:32px; letter-spacing: 2px; font-family:'Univia Pro'; font-weight:400; min-height:200px; padding:0 0 30px; }
.row-fluid .twitterfeed-box a { color:#fff; }
.row-fluid .twitterfeed-box a:hover { color:#fdef6f; }
.row-fluid .tweets-bot a { margin:0 20px; display:inline-block; font-size:20px; }
.row-fluid .tweets-bot { text-align:center; }

.row-fluid .newsfeed-box1 h3 { padding:0; }
.row-fluid .newsfeed-box { position:relative; overflow:hidden; min-height:450px; }
.row-fluid .newsfeed-box .hs-rss-item.hs-with-featured-image .hs-rss-item-text { padding:30px 55px; left:0; bottom:0; width:100%; position:absolute; }
/*.row-fluid .newsfeed-box .hs-rss-item-image-wrapper { display:none; } */
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper { width: 100% !important; }
.row-fluid .newsfeed-box .hs-rss-item.hs-with-featured-image { background-size:cover; background-repeat:no-repeat; height:100%; left:0; top:0; width:100%; position:absolute; }
.row-fluid .newsfeed-box .hs-rss-item.hs-with-featured-image:before { content:''; height:60%; left:0; bottom:0; width:100%; position:absolute;
	background: -moz-linear-gradient(top,  rgba(000,000,000,0) 0%,rgba(000,000,000,0.9) 100%); 
	background: -webkit-linear-gradient(top,  rgba(000,000,000,0) 0%,rgba(000,000,000,0.9) 100%); 
	background: linear-gradient(to bottom,  rgba(000,000,000,0) 0%,rgba(000,000,000,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e3a44', endColorstr='#f22e3a44',GradientType=0 ); }
.row-fluid .newsfeed-section .sameheight { margin-bottom:25px; }

.row-fluid .newsfeed-box .hs-rss-titletext { font-size:28px; line-height:30px; letter-spacing:1.2px; color:#fff;  font-weight:400; }
.row-fluid .newsfeed-box .hs-rss-byline { opacity:1; font-family:'Univia Pro'; font-weight:400; font-size:14px; line-height:24px; color:#fff; }
.row-fluid .newsfeed-box:hover .hs-rss-titletext { color:#fce300; }

.row-fluid .newsfeed-box2 a.newsfeed-blink:first-child { display:none; }

.row-fluid .newscont-box { position:relative; }
.row-fluid .newscont-box:before { content:''; height:60%; left:0; bottom:0; width:100%; position:absolute;
	background: -moz-linear-gradient(top,  rgba(000,000,000,0) 0%,rgba(000,000,000,0.9) 100%); 
	background: -webkit-linear-gradient(top,  rgba(000,000,000,0) 0%,rgba(000,000,000,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(000,000,000,0) 0%,rgba(000,000,000,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e3a44', endColorstr='#f22e3a44',GradientType=0 ); }
.row-fluid .newsfeed-section .sameheight { margin-bottom:25px; }
.row-fluid .newscont-btext { text-align:center; padding:30px 50px; left:0; bottom:30px; width:100%; position:absolute; font-size:28px; line-height:30px; letter-spacing:1.2px; color:#fff; font-family:'Univia Pro'; font-weight:400; }

.row-fluid .newscont-blink { position:absolute; height:100%; left:0; top:0; width:100%; }


.row-fluid .newsreview-section { text-align:center; background:#fce300; padding:50px 90px 70px; font-size: 26px; line-height: 41px; letter-spacing:1.8px; color:#2e3a44; font-weight:400; }


.row-fluid .newsreview-name { font-size:18px; line-height:20px; }
.row-fluid .newsreview-section p { padding-top:5px; }

.row-fluid .newsabout-text { text-align:center; background:url(//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/Image/icon-5.png) no-repeat center 34px #fce300; background-size:22px auto; color:#fff; position:relative; font-size:26px; line-height:30px; letter-spacing:2px; color:#2e3a44; font-family:'Univia Pro'; font-weight:400; }
.row-fluid .newsabout-text .newsabout-t { padding:95px 40px 20px; }
.row-fluid .newsabout-text p:first-child:after { display:block; content:'...'; margin:10px 0 -16px; }
.row-fluid .about-link { display:none; }

.row-fluid .morecontent-link { padding:50px 0 0; text-align:center; }
.row-fluid .morecontent-link a { text-decoration: none; padding:14px 40px; display:inline-block; border-radius:8px; background:rgba(255, 255, 255, 0.1); border:2px solid #fce300; font-size:25px; letter-spacing:1px; color:#fff; font-family:'Univia Pro'; font-weight:400; }
.row-fluid .morecontent-link a:hover { background:#fce300; color:#2e3a44; }

.row-fluid .whatdriveus-main { padding:100px 0 160px; text-align:center; color:#fff; background:#2e3a44; font-weight:500; font-size:30px; line-height:43px; letter-spacing:0.5px;   }
.row-fluid .whatdriveus-main h2 { font-size: 40px; padding:0 0 25px; line-height:46px; letter-spacing: 2px; color: #fce300;  font-weight:500; }
.row-fluid .whatdriveus-text { padding:10px 0 130px; text-align:left; }
.row-fluid .whatdriveus-main h4 { font-size:30px; line-height:34px; letter-spacing: 0.5px; color:#fff; padding:20px 0 0; font-weight:500; }

.row-fluid .givingback-main { padding:230px 0;  font-size: 30px; line-height:43px; letter-spacing: 0.5px; color: #2e3a44;  }
.row-fluid .givingback-main h3 { font-family:'Aleo'; font-weight:700; font-size:35px; line-height:40px; letter-spacing:1.4px; color:#2e3a44; padding:0 0 80px; }

.row-fluid .aboutmission-main { background:url(//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/Image/icon-5.png) no-repeat center 90px #fce300; padding:215px 0 155px; text-align:center; font-family:'Univia Pro'; font-weight:600; font-size:35px; line-height:56px; letter-spacing: 2.7px; color: #2e3a44; }

.row-fluid .jointeam-main { padding:155px 0 100px; text-align:center; font-size: 30px; line-height:38px; letter-spacing: 2.5px; color: #2e3a44;  }
.row-fluid .jointeam-main h2 {  font-size: 40px; line-height:44px; letter-spacing: 3.1px; font-weight:300; padding:0 0 20px; }
.row-fluid .jointeam-text { padding:20px 17% 50px; }

.row-fluid .conversation-link a { font-size:25px; letter-spacing:1px; color:#2e3a44; border-radius:8px; background:#fce300; display:inline-block; padding:20px 46px; text-decoration: none; }
.row-fluid .conversation-link a:hover { background:#2e3a44; color:#fff; }

.row-fluid .leadership-main { padding:155px 0 470px; position:relative; }
.row-fluid .leadership-main:before { width:100%; height:100%; position:absolute; top:0; left:0; content:''; background:rgba(46,58,68,0.9); }
.row-fluid .leadership-main:after { width:100%; height:100%; position:absolute; top:2px; left:0; content:''; background:url(//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/Image/cut-img2.svg) no-repeat center bottom; background-size:110% auto; }
.row-fluid .leadership-main > div { position:relative; z-index: 1; }

.row-fluid .leadership-main h2 { font-size:40px; line-height:44px; letter-spacing:4px; color:#fce300; text-align:center; }
.row-fluid .leadership-titletext { font-size: 30px; letter-spacing: 3px; color:#fff; text-align:center; padding:0 0 120px; }

.row-fluid .leadership-boxes .hs_cos_wrapper_widget { float:left; width:32%; margin:0 0 25px 2%; }
.row-fluid .leadership-boxes .hs_cos_wrapper_widget:nth-child(3n+1) { margin-left:0; clear:left; }
.row-fluid .leadership-boxes .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }

.row-fluid .leaderpopup-main { display:none; position:fixed; height:100%; width:100%; left:0; top:0; overflow-y:scroll; background:rgba(000,000,000,0.6); z-index:99999; padding:0 25px; }
.row-fluid .leaderpopup-main.active { display:block; }
.row-fluid .leader-box { position:relative; overflow:hidden; max-height:375px; display: block;  }
.row-fluid .leader-box:before { content:''; height:35%; left:0; bottom:0; width:100%; position:absolute;
	background: -moz-linear-gradient(top,  rgba(000,000,000,0) 0%,rgba(000,000,000,0.9) 100%); 
	background: -webkit-linear-gradient(top,  rgba(000,000,000,0) 0%,rgba(000,000,000,0.9) 100%); 
	background: linear-gradient(to bottom,  rgba(000,000,000,0) 0%,rgba(000,000,000,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e3a44', endColorstr='#f22e3a44',GradientType=0 ); z-index:2; }
.row-fluid .leader-bname { position:absolute; left:0; bottom:0; width:100%; font-size:30px; letter-spacing: 0.5px; color:#fff; padding:30px 35px; z-index:3; }
.row-fluid .leader-bimg img { width:100%; }
.row-fluid .leader-box:hover img { opacity:0.9; }

.row-fluid .leader-popup { border:1px solid #bcb5b9; float:left; background-color:#f1f1f1; position:relative; margin:55px 0;  left:50%; width:100%; max-width:1076px; -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
body.leader-popupactive { overflow:hidden; }

.row-fluid .leader-popupcoverimg { position:relative; }
.row-fluid .leader-popupcontent { padding:90px 100px; float: left; width: 100%; }
.row-fluid .leader-popupleft { float:left; width:30%; padding:8px 0 0; }
.row-fluid .leader-popuptext { float:right; width:68%; padding:0 0 0 35px; font-weight:500; font-size: 30px; line-height:44px; letter-spacing: 0.5px; color: #2e3a44; }
.row-fluid .leader-popupname { font-size:30px; padding:15px 0 30px; letter-spacing:0.5px; color:#2e3a44; }
.row-fluid .leader-popupemailnumber a { margin:0 8px 0 0; border-radius: 8px; border: solid 2px #fce300; padding:11px 10px; width:105px; text-align:center; color:#2e3a44; font-size:32px; display: inline-block; }
.row-fluid .leader-popupemail { background: #fce300; }
.row-fluid .leader-popupemailnumber a.leader-popupemail:hover { background:none; }
.row-fluid .leader-popupemailnumber a.leader-popupnumber:hover { background: #fce300; }

.row-fluid .leader-popupnamepost { font-size:26px; letter-spacing: 0.8px; position:absolute; left:0; width:100%; bottom:0; color:#fff;  padding:25px; text-align:center; font-weight:300; background: -moz-linear-gradient(top,  rgba(000,000,000,0) 0%,rgba(000,000,000,0.9) 100%); 
	background: -webkit-linear-gradient(top,  rgba(000,000,000,0) 0%,rgba(000,000,000,0.9) 100%); 
	background: linear-gradient(to bottom,  rgba(000,000,000,0) 0%,rgba(000,000,000,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e3a44', endColorstr='#f22e3a44',GradientType=0 ); }
.row-fluid .leader-popupnamepost span { display:block; font-weight:600; font-size: 45px; line-height: 55px; letter-spacing: 0.8px; color: #fff; }

.row-fluid .close-link { position:absolute; right:-25px; top:-40px; font-size:34px; cursor:pointer; color:#fff; }
.row-fluid .close-link:hover { color:#fce300; }


.row-fluid .solutioncontent-main { padding:100px 0 240px; font-size:30px; line-height:1.5; letter-spacing:0.5px; color:#2e3a44; font-weight:400; }
.row-fluid .scheduleform-main { background:#f1f1f1; padding:285px 0 215px; text-align:center; }
.row-fluid .scheduleform-main h3 {  font-weight:300; font-size:40px; line-height:1.0; letter-spacing:0.7px; color:#2e3a44; padding:0 0 55px; }
.row-fluid .scheduleform-main form { display:inline-block; width:100%; max-width:600px; text-align:left; }
.row-fluid .scheduleform-main input[type=text] , .row-fluid .scheduleform-main input[type=email] , .row-fluid .scheduleform-main input[type=tel] { font-size:20px; font-family:'Proxima Nova'; font-weight:300; padding:0 25px; height:60px; border-radius:5px; background:#ffffff; border: solid 1px #979797; }
.row-fluid .scheduleform-main .hs-form-field { padding:0 0 20px; float:left; width:100%; }
.row-fluid .scheduleform-main .hs_we_ll_discuss_ { padding:20px 20px 50px; }
.row-fluid .scheduleform-main .hs_we_ll_discuss_ ul { margin:0; padding:0; list-style:none; }
.row-fluid .scheduleform-main .hs_we_ll_discuss_ > label { font-family:'Proxima Nova'; font-weight:300; font-size:20px; color:#979797; padding:0 0 15px; display:block; float:left; width:100%; }
.row-fluid .scheduleform-main .hs_we_ll_discuss_ ul li { float:left; width:50%; padding:0 5px 8px 30px; font-family:'Proxima Nova'; font-weight:300; font-size:20px; line-height:1.8; color:#979797; position:relative;  }

.row-fluid .scheduleform-main label { position:relative; }
.row-fluid .scheduleform-main .multi-container label { padding:0; }
.row-fluid .scheduleform-main .multi-container input { position:absolute; left:-30px; top: 0; opacity: 0; width:18px; height:18px; margin:0; padding:0; }
.row-fluid .scheduleform-main .multi-container input + span { line-height:18px; position:relative; display: block; padding:2px 0; }
.row-fluid .scheduleform-main .multi-container .hs-form-checkbox input + span:before { position:absolute; left:-30px; top:0;  content:''; width:18px; height:18px; border:1px solid #d2d2d2;  background:#f1f1f1; border-radius:4px; }
.row-fluid .scheduleform-main .multi-container input[type="checkbox"]:checked + span:before { background:#fce300; border-color:#fce300; }
.row-fluid .scheduleform-main .multi-container input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left: -26px;  top: 1px; font-size: 14px; content: "\f00c"; font-family:'FontAwesome'; }
.row-fluid .scheduleform-main .hs_submit { float:left; width:100%; text-align:center; }
.row-fluid .scheduleform-main .hs_submit input[type=submit] { width:100%; max-width:345px; height:72px; border-radius:8px; background:#fce300; font-family:'Univia Pro'; font-weight:400; font-size: 25px; letter-spacing: 1px; color: #2e3a44; }
.row-fluid .scheduleform-main .hs_submit input[type=submit]:hover { background:#333; color:#fce300; }

.row-fluid .solutiontab-links { border-bottom:26px solid #fce300; text-align:center; }
.row-fluid .solutiontab-links .solutiontab-link { vertical-align: top; cursor:pointer; border-left:1px solid #fce300; display:inline-block; width:11%; font-weight:300; line-height:24px; font-size: 16px; letter-spacing: 0.1px; color: #2e3a44; padding:15px 15px 15px; min-height:250px; }
.row-fluid .solutiontab-links .solutiontab-licon { height:85px; margin:0 0 10px; padding:0 15px; }
.row-fluid .solutiontab-links .solutiontab-licon img { position:relative; top:50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.row-fluid .solutiontab-links .solutiontab-link.active , .row-fluid .solutiontab-links .solutiontab-link:hover { background:#fce300; border-radius:4px 4px 0 0; }
.row-fluid .solutiontabs-cont .solutiontab-link { display:none; }
.row-fluid .solutiontab-c { padding:140px 0 120px; position:relative; float:left; width:100%; background-position:center; background-repeat:no-repeat; background-size:cover; }
.row-fluid .solutiontab-ctext { width:50%; position:relative; float:left; }
.row-fluid .solutioncontent-left .solutiontab-ctext { float:left; }
.row-fluid .solutioncontent-right .solutiontab-ctext { float:right; }


.row-fluid .solutiontab-cimg { display:none; }
.row-fluid .solutiontab-content { display:none; font-family:'Open Sans'; font-size: 18px; line-height:28px; color: #2e3a44; float:left; width:100%; }

@media (min-width: 1201px){
	.row-fluid .solutiontab-content.active { display:block; }
}

.row-fluid .solutiontab-c:before { content:''; position:absolute; top:0; width:100%; height:100%; left:0; }
.row-fluid .solutioncontent-left .solutiontab-c:before { background: -moz-linear-gradient(left,  rgba(224,226,227,1) 0%, rgba(224,226,227,1) 25%, rgba(224,226,227,0) 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(224,226,227,1) 0%,rgba(224,226,227,1) 25%,rgba(224,226,227,0) 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(224,226,227,1) 0%,rgba(224,226,227,1) 25%,rgba(224,226,227,0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e2e3', endColorstr='#00e0e2e3',GradientType=1 ); /* IE6-9 */ }
.row-fluid .solutioncontent-right .solutiontab-c:before { background: -moz-linear-gradient(left,  rgba(224,226,227,0) 10%, rgba(224,226,227,1) 57%, rgba(224,226,227,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(224,226,227,0) 10%,rgba(224,226,227,1) 57%,rgba(224,226,227,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(224,226,227,0) 10%,rgba(224,226,227,1) 57%,rgba(224,226,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e0e2e3', endColorstr='#e0e2e3',GradientType=1 ); /* IE6-9 */ }

.row-fluid .solutiontab-conticon { color:#adadad; width:175px;  }
.row-fluid .solutiontab-content h3 { padding:25px 0 20px; font-weight:300; font-size: 40px; line-height: 1.0; letter-spacing: 0.7px; color:#2e3a44; }
.row-fluid .solutiontab-content ul { margin:0; padding:10px 0 10px 35px; }

.row-fluid .addqouote-linkmain { text-align:center; margin:-36px 0; float:left; width:100%; }
.row-fluid .addqouote-link { position:relative; vertical-align:top; width:248px; height:72px; line-height:68px; display:inline-block; color:#fff; border-radius:8px; background-color:#2e3a44; border:solid 2px #fce300; font-size:25px; letter-spacing:1px; color:#fce300; }
.row-fluid .addqouote-link:hover { background-color:#fce300; border:solid 2px #2e3a44; color:#2e3a44; }
.row-fluid .solutiontab-bottom { float:left; width:100%; padding:25px 0; background:#fce300; font-size: 18px; letter-spacing: 1px; color:#2e3a44; }
.row-fluid .solutiontab-botleft { float:left; cursor:pointer; }
.row-fluid .solutiontab-botright { float:right; cursor:pointer; }
.row-fluid .solutiontab-bottom a { color:#2e3a44; }
.row-fluid .solutiontab-bottom a:hover { color:#666; }

.row-fluid .topiclist-main { background:#fce300; padding:3px 0 15px; }
.row-fluid .topiclist-main ul { margin:0; padding:0; list-style:none; }
.row-fluid .topiclist-main h3 { padding:0; }
.row-fluid .topiclist-main a { font-size:21px; line-height:30px; color:#2e3a44; text-decoration: none;}
.row-fluid .topiclist-main ul li { display:inline-block; padding:0 10px; width:19%; text-align: center; vertical-align:middle; }
.row-fluid .topiclist-main ul li a:hover { color:#595f61; }

.row-fluid .featuredpost-main { padding:120px 0 130px; }
.row-fluid .featuredpost-main h2 { text-align:center; font-weight:300; padding:0 0 80px; }
.row-fluid .featuredpost-box { float:left; width:33.33%; padding:0 3%; }
.row-fluid .featuredpost-box a { text-decoration: none; }
.row-fluid .featuredpost-img { height:230px; overflow:hidden; text-align:center; }
.row-fluid .featuredpost-img img { height:230px; max-width:none; width:auto; }
.row-fluid .featuredpost-topics { background: #fce300; padding:8px 15px; font-size: 14px; color: #2e3a44; }
.row-fluid .featuredpost-topics a { color:#2e3a44; }
.row-fluid .featuredpost-topics a:hover { color:#7b7d7f; }

.row-fluid .featuredpost-date { text-align:center; color:#adadad;  font-size: 16px; letter-spacing: 1.2px; padding:20px 0 10px; }
.row-fluid .featuredpost-title { text-align:center; color:#2e3a44; }
.row-fluid .featuredpost-title a { color:#2e3a44; }
.row-fluid .featuredpost-title a:hover { color:#8f8f8f; }

.row-fluid .blog-subscribe { background:#2e3a44; padding:65px 0; border-bottom:14px solid #fce300; color:#fff; text-align:center; }
.row-fluid .blog-subscribe h3 { line-height:44px; font-weight:300; font-size: 40px; letter-spacing: 0.7px; color: #fce300; padding:0 0 35px; }
.row-fluid .featuredpost-bicon { float:right; color:#6e6e6e; font-size: 18px; }
.row-fluid .blog-subscribe .hs-form-required { display:none; }
.row-fluid .blog-subscribe input[type=text] , .row-fluid .blog-subscribe input[type=email] , .row-fluid .blog-subscribe input[type=tel] { font-size: 20px; height:60px; border-radius:5px; background:#ffffff;  border:solid 1px #979797; padding:0 25px; }
.row-fluid .blog-subscribe form { display:inline-block; max-width:600px; width:100%; }
.row-fluid .blog-subscribe .hs-form-field { padding:0 0 25px;}
.row-fluid .blog-subscribe input[type=submit] { width: 270px; height: 72px; border-radius: 8px; background:#fce300; border:solid 2px #fce300; font-weight:400; font-size:25px; letter-spacing:1px; color:#2e3a44; }
.row-fluid .blog-subscribe input[type=submit]:hover { background:none; color:#fce300; }

.row-fluid .blog-main { padding:110px 0 120px; background:#f1f1f1; }
.hs-blog-listing .row-fluid .blog-main h2 { font-weight:300; font-size: 40px; line-height:44px; letter-spacing:3px; color:#2e3a44; text-align:center; padding:0 0 130px; }
.hs-blog-post .row-fluid .blog-main h1 { font-weight:600; font-size: 60px; line-height:64px; letter-spacing:1px; color:#2e3a44; padding:0 0 15px; }

.row-fluid .blogpost-byline { padding:0 0 60px; font-size: 20px; line-height:28px; letter-spacing: 1px; color: #2e3a44; }
.row-fluid .blogpost-byline a { color:#2e3a44; font-weight:700; }
.row-fluid .blogpost-byline a:hover { color:#8f8f8f; }
.fb_iframe_widget span { vertical-align: top !important; }

.hs-blog-listing .row-fluid .blog-sidebar { display:none; }
.hs-blog-listing .row-fluid .blog-left { width:100%; }

.row-fluid .blogpost-box { float:left; width:33.33%; padding:0 3% 80px; }
.row-fluid .blogpost-box a { text-decoration: none; }
.row-fluid .blogpost-image { height:230px; overflow:hidden; text-align:center; }
.row-fluid .blogpost-image img { height:230px; max-width:none; width:auto; }
.row-fluid .blogpost-topics { background: #fce300; padding:8px 15px; font-size: 14px; color: #2e3a44; }
.row-fluid .blogpost-topics a { color:#2e3a44; }
.row-fluid .blogpost-topics a:hover { color:#7b7d7f; }

.row-fluid .blogpost-date { text-align:center; color:#adadad;  font-size: 16px; letter-spacing: 1.2px; padding:20px 0 10px; }
.row-fluid .blogpost-topicicon { float: right; color: #6e6e6e; font-size: 18px; }
.row-fluid .blogpost-box h5 { text-align:center; color:#2e3a44; padding:0; font-size:20px; }
.row-fluid .blogpost-box h5 a { color:#2e3a44; }
.row-fluid .blogpost-box h5 a:hover { color:#8f8f8f; }
.row-fluid .blogpost-box:nth-child(3n) { clear:right; }
.row-fluid .blogpost-box:nth-child(3n+1) { clear:left; }

.row-fluid .loadmore-link { float:left; width:100%; padding:100px 0 0; text-align:center; }
.row-fluid .loadmore-link a { cursor:pointer; width:270px; height:72px; border-radius:8px; background-color:#fce300; border:solid 2px #fce300; display:inline-block; line-height:68px; font-size:25px; letter-spacing:1px; color:#2e3a44; }
.row-fluid .loadmore-link a:hover { background:none; color:#2e3a44; }

.hs-blog-post .row-fluid .featuredpost-main , .hs-blog-post .row-fluid .blog-subscribe , .hs-blog-post .row-fluid .topiclist-main , .hs-blog-listing .row-fluid .blogauthor-main , .hs-blog-listing .row-fluid .blogauthor-main , .hs-blog-listing .row-fluid .relatedpost-main , .hs-blog-listing .row-fluid .blog-comment { display:none; }

.row-fluid .blog-sidebar h3 { font-weight:600; font-size:25px; text-align:center; line-height:32px; letter-spacing:1.1px; color:#2e3a44; padding:0 0 20px; }
.row-fluid .blogsidebar-subscribe h3 { color:#fce300; }
.row-fluid .blogsidebar-subscribe input[type=text] , .row-fluid .blogsidebar-subscribe input[type=email] , .row-fluid .blogsidebar-subscribe input[type=tel] { font-size: 20px; height:60px; border-radius:5px; background:#ffffff;  border:solid 1px #979797; padding:0 25px; }
.row-fluid .blogsidebar-subscribe .hs-form-field { padding:0 0 25px; float: left; width: 100%; }
.row-fluid .blogsidebar-subscribe input[type=submit] { width:100%; height: 72px; border-radius: 8px; background:#fce300; border:solid 2px #fce300; font-weight:400; font-size:25px; letter-spacing:1px; color:#2e3a44; }
.row-fluid .blogsidebar-subscribe input[type=submit]:hover { background:none; color:#fce300; }
.row-fluid .blogsidebar-subscribe .hs-form-required { display:none; } 
.row-fluid .blogsidebar-subscribe ul.hs-error-msgs { line-height: 20px; }


.row-fluid .blogsidebar-subscribe { border-radius:8px; background:#2e3a44; box-shadow: 0 5px 10px 0 #9b9b9b; padding:45px 25px 55px; margin:0 0 35px; color:#fff; font-size:14px;  }
.row-fluid .blogsidebar-ctamain { border-radius:8px; background-color:#fce300; box-shadow:0 5px 10px 0 #9b9b9b; padding:55px 30px 48px; text-align:center; }
.row-fluid .blogsidebar-cta a { margin:30px 0 0; cursor:pointer; width:100%; border-radius:8px; background-color:#fce300; border:solid 2px #fff; display:inline-block; line-height:28px; padding:20px 10px; font-size:25px; letter-spacing:1px; color:#2e3a44; }
.row-fluid .blogsidebar-cta a:hover { background:#fff; color:#2e3a44; }


.row-fluid .blogauthor-main { background:#2e3a44; color:#fff; padding:85px 0 75px; }
.row-fluid .blogauthor-img { float:left; width:176px; height:176px; overflow:hidden; border:4px solid #fce300; border-radius:100%; }
.row-fluid .blogauthor-content { float:left; width:70%; padding:0 0 0 45px; }
.row-fluid .blogauthor-content h4 { font-weight:700; font-size: 20px; line-height: 1.3; letter-spacing: 1px; color:#fce300; padding:0 0 5px; }
.row-fluid .blogauthor-content h4 a { color:#fce300; }
.row-fluid .blogauthor-content h4 a:hover { color:#fff; }
.row-fluid .blogauthor-content span { display:block; color: #fce300; padding:0 0 5px; }
.row-fluid .blogauthor-content p { padding-top:0; }

.row-fluid .blog-comment { padding:75px 0 100px; }
.row-fluid .blogcomment-count { padding:0 0 10px; color:#919191; }
.row-fluid .blogcomment-count i { vertical-align:top; line-height:26px; }

.row-fluid .blog-comment input[type=text] , .row-fluid .blog-comment input[type=email] , .row-fluid .blog-comment input[type=tel] { border:1px solid #cfd5d5; width:100%; height:40px; padding:0 15px; }
.row-fluid .blog-comment textarea { border:1px solid #cfd5d5; width:100%; height:80px; padding:15px; }
.row-fluid .blog-comment .hs-form-field { padding:0 0 15px; float:left; width:100%; }
.row-fluid .blog-comment #comment-form { max-width:480px; margin: 50px 0 0; }
.row-fluid .blog-comment input[type=submit] { height: 72px; padding:0 20px; border-radius:8px; background:#fce300; border:solid 2px #fce300; font-weight:400; font-size:25px; letter-spacing:1px; color:#2e3a44; }
.row-fluid .blog-comment input[type=submit]:hover { background:none; color:#2e3a44; }

.row-fluid .relatedpost-main {  background:#f1f1f1; padding:90px 0 80px; }
.row-fluid .relatedpost-main h3 { text-align:center; font-size: 40px; letter-spacing: 4px; color: #2e3a44; line-height:44px; padding:0 0 65px; text-align:center; }
.row-fluid .relatedpost-box { float:left; width:33.33%; text-align:center; padding:0 3%; }
.row-fluid .relatedpost-bimg { height:300px; overflow:hidden; text-align:center; }
.row-fluid .relatedpost-bimg img { height:300px; max-width:none; width:auto; }
.row-fluid .relatedpost-bdate { text-align:center; color:#adadad;  font-size: 16px; letter-spacing: 1.2px; padding:20px 0 10px; }
.row-fluid .relatedpost-btitle { text-align:center; color:#2e3a44; padding:0; font-size:23px; }
.row-fluid .relatedpost-btitle a { color:#2e3a44; }
.row-fluid .relatedpost-btitle a:hover { color:#8f8f8f; }
.row-fluid .alignleft { text-align:left; }
.row-fluid .aligncenter { text-align:center; }
.row-fluid .alignright { text-align:right; }

.row-fluid .blogdetail-content p { padding:20px 0; }
.row-fluid .blogdetail-content blockquote { margin:0; position:relative; padding:40px 12%; font-family:'Open Sans'; font-weight:600; font-size:25px; line-height:30px; text-align:center; letter-spacing: 0.8px; color: #55acee; }
.row-fluid .blogdetail-content blockquote:after { margin:10px 0 0; font-family:'FontAwesome'; content: "\f099"; font-size:27px; display:block; }
.row-fluid .blogdetail-content { float:left; width:100%; }

.row-fluid .chooseportal-main { padding:75px 0 70px; text-align:center; }
.row-fluid .chooseportal-main h3 { font-weight:300; font-size: 40px; line-height: 1.0; letter-spacing: 3px; color: #2e3a44; padding:0 0 32px; }
.row-fluid .chooseportal-link { float:none; margin:0; padding:10px 15px 0; width:auto; display:inline-block; }
.row-fluid .chooseportal-link a { display:inline-block; cursor:pointer; border-radius:8px; background:#fce300; border:solid 2px #fce300;  line-height:28px; padding:20px 35px; font-size:25px; letter-spacing:1px; color:#2e3a44; }
.row-fluid .chooseportal-link a:hover { background:none; color:#2e3a44; }

.row-fluid .blogforms-main { background: #f1f1f1; padding:54px 0 160px; }
.row-fluid .blogforms-main h2 {  font-weight:300; font-size:40px; line-height:44px; padding:15px 0; border-radius:8px 8px 0 0; text-align:center; background:#2e3a44; letter-spacing: 1.6px; color:#ffffff; }
.row-fluid .blogforms-posts h3 { padding:0; }
.row-fluid .blogforms-posts { background:#fff; border-radius:0 0 8px 8px; padding:44px 45px 52px; }
.row-fluid .moreblogs-link { text-align:center; padding:25px 0 0; }
.row-fluid .moreblogs-link a { display:inline-block; cursor:pointer; border-radius:8px; background:#fce300; border:solid 2px #fce300;  line-height:28px; padding:20px 35px; font-size:25px; letter-spacing:1px; color:#2e3a44; }
.row-fluid .moreblogs-link a:hover { background:none; color:#2e3a44; }
.row-fluid .blogforms-posts .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper { width:35%; float:left; }
.row-fluid .blogforms-posts .hs-rss-item.hs-with-featured-image .hs-rss-item-text { width:65%; padding:0 0 0 20px; float:left; }
.row-fluid .blogforms-posts .hs-rss-description { font-size:0; padding:10px 0 0; }
.row-fluid .blogforms-posts .hs-rss-description p { padding:0; }
.row-fluid .blogforms-posts .hs-rss-description a { text-transform:uppercase; color:#fce300; font-size:17px; }
.row-fluid .blogforms-posts .hs-rss-description a:after { content:'>'; }
.row-fluid .blogforms-posts .hs-rss-description a:hover { color:#2e3a44; }
.row-fluid .blogforms-posts .hs-rss-item.hs-with-featured-image { margin:0; padding:0 0 30px; }

.row-fluid .recentresource-box { text-align:center; color:#fff; border-radius:8px; background:#2e3a44; box-shadow:0 5px 10px 0 #9b9b9b; margin:0 0 35px; padding:25px 30px; }
.row-fluid .recentresource-box h4 { font-size:25px; line-height: 1.2; letter-spacing: 1.1px; color: #fce300; padding:0 0 25px; }
.row-fluid .needhelp-box { text-align:center; border-radius: 8px; background-color: #fce300;  box-shadow: 0 5px 10px 0 #9b9b9b; padding:55px 30px 60px; }
.row-fluid .needhelp-box h4 { font-weight:600; font-size: 25px; line-height: 1.5; letter-spacing: 1.3px; color: #2e3a44; padding:0 0 20px; }
.row-fluid .needhelplearnmore-link a { cursor:pointer; width:100%; border-radius:8px; background-color:#fce300; border:solid 2px #fff; display:inline-block; line-height:28px; padding:20px 10px; font-size:25px; letter-spacing:1px; color:#2e3a44; }
.row-fluid .needhelplearnmore-link a:hover { background:#fff; color:#2e3a44; }

.row-fluid .blogforms-list { margin:8px 0 0; }

.row-fluid .blogforms-title { border-bottom:1px solid #fff; cursor:pointer; position: relative; background:#cbced1; padding:20px 20px 20px 80px; font-weight:600; font-size: 18px; line-height: 1.3; letter-spacing: 1px; color: #2e3a44; }

.row-fluid .blogforms-title:before { top:50%; left:50px; content: ''; position: absolute; -webkit-transition-duration: .2s; -moz-transition-duration: .2s;  transition-duration: .2s; }
.row-fluid .blogforms-title:after { top:50%; left:50px; position: absolute; content: ''; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }
.row-fluid .blogforms-title:before, .row-fluid .blogforms-title::after { width: 10px; height: 1px; background-color:#fce300; display: block; } 
.row-fluid .blogforms-title.active:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }
.row-fluid .blogforms-title.active:before { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }
.row-fluid .blogforms-text { display:none; background:#fff; padding:20px 80px 10px; color:#6e6e6e; }
.row-fluid .blogforms-text p { padding:0 0 20px; }
.row-fluid .blogforms-text span { display:block; font-weight:300; }

.row-fluid .contact-main { padding:95px 0 140px; }
.row-fluid .contact-number { background:url(//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/Image/contact-icon.png) no-repeat left top; padding:7px 0 40px 85px; font-weight:700; }
.row-fluid .contact-email { background:url(//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/Image/contact-icon2.png) no-repeat left 8px; padding:0 0 40px 85px; font-size:20px; }
.row-fluid .contact-address { background:url(//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/Image/contact-icon3.png) no-repeat left 8px;  padding:0 0 40px 85px; font-size:20px; }
.row-fluid .contact-email strong , .row-fluid .contact-address strong { font-weight:600; }
.row-fluid .contact-email p , .row-fluid .contact-address p { padding:0 0 25px; }
.row-fluid .contact-social { padding:0 0 0 85px; }
.row-fluid .contact-social h6 { padding:0 0 10px; font-weight:700; font-size:20px; }
.row-fluid .contact-social a { display:inline-block; margin:0 8px 8px 0; width:34px; height:34px; border:solid 2px #2e3a44; color: #2e3a44; line-height:30px; text-align:center; border-radius:100%; }
.row-fluid .contact-social a:hover { background:#333; color:#fff; }

.row-fluid .contact-form input[type=text] , 
.row-fluid .contact-form input[type=email] , 
.row-fluid .contact-form input[type=tel],
.row-fluid .contact-form select{ font-size: 20px; height:60px; border-radius:5px; background:#ffffff;  border:solid 1px #979797; padding:0 25px; -webkit-appearance: none;}
.row-fluid .contact-form textarea { font-size:20px; height:200px; border-radius:5px; background:#ffffff;  border:solid 1px #979797; padding:15px 25px; }
.row-fluid .contact-form .hs-form-field { padding:0 0 25px; float: left; width: 100%; }
.row-fluid .contact-form input[type=submit] { width:200px; height: 72px; border-radius: 8px; background:#fce300; border:solid 2px #fce300; font-weight:400; font-size:25px; letter-spacing:1px; color:#2e3a44; }
.row-fluid .contact-form input[type=submit]:hover { background:none; color:#2e3a44; }
.row-fluid .contact-form .hs-form-required { display:none; } 
.row-fluid .contact-form ul.hs-error-msgs { line-height: 20px; }

.row-fluid .author-post { padding:10px 88px 60px; float:left; width:100%;  }
.row-fluid .author-postbox { float:left; width:33.33%; padding:0 12px; }
.row-fluid .author-postbox img { width: auto;  max-width: none; height:273px; display:block; position:relative; left:50%; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.row-fluid .author-postbimg { position:relative; float:left; width:100%; height:273px; overflow:hidden; }
.row-fluid .author-morelink { float:left; width:100%; text-align:center; padding:60px 0 0; }
.row-fluid .author-morelink a { font-size:25px; letter-spacing:1px; color:#2e3a44; border-radius:8px; background:#fce300; display:inline-block; padding:20px 46px; line-height:26px; }
.row-fluid .author-morelink a:hover { background:#2e3a44; color:#fff; }
.row-fluid .author-postb { position:relative; float:left; width:100%; }

.row-fluid .author-postbimg:before { content:''; height:35%; left:0; bottom:0; width:100%; position:absolute;
	background: -moz-linear-gradient(top,  rgba(000,000,000,0) 0%,rgba(000,000,000,0.9) 100%); 
	background: -webkit-linear-gradient(top,  rgba(000,000,000,0) 0%,rgba(000,000,000,0.9) 100%); 
	background: linear-gradient(to bottom,  rgba(000,000,000,0) 0%,rgba(000,000,000,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e3a44', endColorstr='#f22e3a44',GradientType=0 ); z-index:2; }
.row-fluid .author-postbtitle { position:absolute; left:0; bottom:0; width:100%; font-size:16px; line-height:22px; letter-spacing: 0.5px; color:#fff; padding:20px 25px; z-index:3; }

.row-fluid .blog-pagination { text-align: center; }
.row-fluid .blog-pagination a { color: #252525; padding: .5rem; display: inline-block; }

.row-fluid .footer1 { background:#fff; padding:150px 0 100px; font-size:18px; line-height:24px; letter-spacing: 0.9px; color: #2e3a44; }
.row-fluid .footer1 ul { margin:0; padding:0; list-style:none; }
.row-fluid .footer1 a { color: #2e3a44; text-decoration: none;}
.row-fluid .footer1 a:hover { color: #95a9b1; }

.row-fluid .footer2 { background:#2e3a44; padding:35px 0 20px; font-size:18px; color:#95a9b1; line-height:24px;  font-family: 'Proxima Nova'; }
.row-fluid .footer2 a { color:#95a9b1; }
.row-fluid .footer2 a:hover { color:#fff; }
.row-fluid .footer-copyrighttext , .row-fluid .footerdesign-text { float:left; width:auto; margin:0; padding:10px 25px 0 0; }
.row-fluid .footer-complogoes { float:right;  text-align: right; width:auto; margin:0; max-width: 50%; }
.row-fluid .footer-complogo { float:none; display:inline-block; max-width:22%; width:auto; margin:0; padding:0 0 0 15px;  text-align:center; vertical-align: middle; }
.row-fluid .footer-complogo img { vertical-align: middle; }
.row-fluid .footer-logo { padding:0 0 40px; }
.row-fluid .footer-left { font-size: 18px; line-height:30px; letter-spacing: 0.9px; color: #2e3a44; font-family:'Univia Pro'; }
.row-fluid .footer-newsletterform input[type=text] , .row-fluid .footer-newsletterform input[type=email] , .row-fluid .footer-newsletterform input[type=tel] { font-family: 'Aleo'; font-weight:400; font-size:17px; margin:0 0 15px; height:60px; padding:0 20px; border-radius: 5px; background-color: #ffffff; border: solid 1px #d2d2d2; }
.row-fluid .footer-newsletterform input[type=submit] { text-align:center; width: 149px; float:right; height:52px; border-radius: 8px; border: solid 2px #fce300; font-size: 20px; font-family: 'Univia Pro'; font-weight:600; letter-spacing: 1px; color: #fce300; }
.row-fluid .footer-newsletterform input[type=submit]:hover { background:#fce300; color:#2e3a44; }

.row-fluid .footer-social a { color:#95a9b1; font-size:24px; display:inline-block; margin:0 8px 0 0; }
.row-fluid .footer-social a:hover { color:#333; }
.row-fluid .footer-right { padding:25px 0 0; }
.row-fluid .footer-newslettertitle { float:right; width:auto; margin:0; font-family:'Proxima Nova'; font-weight:700; font-size: 20px; color: #2e3a44; }
.row-fluid .footer-social { width:auto; }

.hs-content-id-4143193357 .row-fluid .footer-newslettertitle,
.hs-content-id-4143193357 .row-fluid .footer-newsletterform,
.hs-content-id-4143193357 .row-fluid .footer-social {
	display: none !important;
}


@media (min-width: 30px) and (max-width: 1200px){

	.row-fluid .solutiontab-links { display:none; }
	.row-fluid .solutiontabs-cont .solutiontab-link { cursor:pointer; margin:2px 0 0; display:block; float:left; width:100%; padding:10px 0 10px 60px; position:relative; background:#eeeeee; }
	.row-fluid .solutiontabs-cont .solutiontab-link .solutiontab-licon { width:30px; position:absolute; left:10px; top:50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

	.row-fluid .solutiontabs-cont .solutiontab-link.active { margin:0; background:#fce300; }
	.row-fluid .solutiontab-bottom { display:none; }
	.row-fluid .addqouote-linkmain { margin:-90px 0 0; }
	.row-fluid .solutiontab-c { padding: 40px 0 120px; }
	.row-fluid .solutiontab-ctext { width: 100%; padding:0 15px !important; }
	.row-fluid .solutioncontent-left .solutiontab-c:before , .row-fluid .solutioncontent-left .solutiontab-c:after { background:rgba(224,224,224,0.9); }
	.row-fluid .solutiontab-conticon { width: 85px; }
	.row-fluid .solutiontab-content h3 { padding: 25px 0 0px; font-size:25px; line-height: 36px; }
	.row-fluid .solutiontab-content { font-size: 16px; line-height: 26px; }
	.row-fluid .addqouote-link { width: 188px; height: 52px; line-height: 48px; font-size: 20px; }

	.row-fluid .scheduleform-main { margin:5px 0 0; }

}

@media (min-width: 768px) and (max-width: 1200px){

	.row-fluid .top-links2 ul li a { font-size: 18px; }
	.row-fluid .header h2 { font-size: 93px; line-height: 100px; }
	.row-fluid .header-subtitle { font-size: 16px; }

	.row-fluid .freequote-link a , .row-fluid .learnmore-link a { font-size: 21px; min-width: 240px; padding: 12px 20px; }

	.row-fluid .discovering-section h3 { font-size: 30px; line-height:35px; }
	.row-fluid .discovering-section { font-size: 22px; }


	.row-fluid .discovering-section { padding:50px 0; }
	.row-fluid .newsfeed-section { padding:50px 0 130px; }
	.row-fluid .newsfeed-section h2 { font-size: 35px; padding: 0 0 50px; }

	.row-fluid .newsabout-text { font-size: 20px; letter-spacing: 2px; line-height: 27px;  }
	.row-fluid .newsabout-text .newsabout-t {  padding: 65px 20px 20px; }
	.row-fluid .twitterfeed-box > div { padding:95px 20px 20px; }
	.row-fluid .newsfeed-box { min-height: 410px;  }
	.row-fluid .newsfeed-box .hs-rss-item.hs-with-featured-image .hs-rss-item-text { padding: 30px; }

	.row-fluid .newsfeed-box .hs-rss-titletext { font-size:24px; }
	.row-fluid .newscont-btext { font-size: 22px; padding: 20px 25px; }
	.row-fluid .newsreview-section { font-size: 22px; padding: 50px 70px 40px; }

	.row-fluid .discovering-section { padding-bottom:0; }

	.row-fluid .header2 h2 { font-size: 48px; letter-spacing: 2.9px; line-height: 50px; }
	.row-fluid .header-subtitle2 { font-size: 20px; letter-spacing: 5px; }

	.row-fluid .whatdriveus-main { font-size: 21px; letter-spacing: 0.5px; line-height: 31px;  padding: 70px 0; }
	.row-fluid .whatdriveus-text { padding: 10px 0 70px; }
	.row-fluid .whatdriveus-main h4 { font-size: 23px; letter-spacing: 0.5px; line-height: 30px; }
	.row-fluid .givingback-main { font-size:20px; line-height:32px; padding:80px 0; }
	.row-fluid .givingback-main h3 { font-size: 27px; line-height: 30px; padding:0 0 20px; }
	.row-fluid .aboutmission-main { font-size: 22px; line-height: 35px; padding:125px 0 65px; background-position:center 40px; background-size:40px auto; }

	.row-fluid .leadership-main { padding: 85px 0 250px; }
	.row-fluid .leadership-titletext { font-size: 22px; padding: 0 0 60px; }
	.row-fluid .leader-bname { padding:16px 25px; font-size:22px; }

	.row-fluid .jointeam-main { font-size: 20px; line-height: 28px; padding: 65px 0 40px; }
	.row-fluid .jointeam-main h2 { font-size:32px; line-height:40px; }
	.row-fluid .jointeam-text { padding: 20px 17% 30px; }

	.row-fluid .leader-popupcontent { padding: 40px; }
	.row-fluid .leader-popuptext { font-size: 17px; line-height: 30px; }
	.row-fluid .leader-popupname { font-size: 22px; }
	.row-fluid .leader-popupemailnumber a { font-size: 23px; padding: 6px 10px; width: 65px; }
	.row-fluid .leader-popupnamepost span { font-size: 40px; letter-spacing: 0.8px; line-height: 45px; }
	.row-fluid .conversation-link a { font-size: 17px; padding: 12px 26px; }

	.row-fluid .author-post  { padding:10px 28px 30px; }    
	.row-fluid .author-morelink a {  font-size: 20px; padding: 10px 26px; }


	.row-fluid .twitterfeed-box .tweets-txt { font-size: 18px; line-height: 23px; }

	.row-fluid .solutioncontent-main { font-size: 20px; padding: 50px 0 60px; }
	.row-fluid .solutiontab-c { padding: 60px 0 70px; }
	.row-fluid .addqouote-linkmain { margin: -58px 0 -14px; }
	.row-fluid .solutiontab-conticon { width: 105px; }

	.row-fluid .solutiontab-links .solutiontab-licon { height:65px; padding: 0 5px; }
	.row-fluid .solutiontab-content h3 { font-size: 34px; line-height: 41px; padding: 25px 0 10px; }
	.row-fluid .scheduleform-main { padding: 75px 0 65px; }
	.row-fluid .header3 { padding: 350px 0 50px; }

	.row-fluid .topiclist-main a { font-size: 18px; line-height: 22px; }

	.row-fluid .featuredpost-main { padding:70px 0 60px; }
	.row-fluid .featuredpost-main h2 { padding:0 0 30px; }
	.row-fluid .featuredpost-box { padding:0 1%; } 
	.row-fluid .blog-main { padding:60px 0; }
	.hs-blog-listing .row-fluid .blog-main h2 { padding:0 0 40px; }
	.row-fluid .loadmore-link { padding:20px 0; }
	.row-fluid .blogpost-box { padding:0 1% 40px; } 
	.row-fluid .blogpost-box h5 { font-size: 18px; line-height: 24px; }

	.hs-blog-post .row-fluid .blog-main h1 { font-size: 36px; line-height: 45px; }
	.row-fluid .blogpost-byline { padding:0 0 30px; }
	.row-fluid .blog-sidebar h3 { font-size: 20px; line-height: 27px; }
	.row-fluid .blogsidebar-ctamain { padding: 45px 15px 38px; }
	.row-fluid .blogsidebar-subscribe { padding: 45px 15px 38px; }
	.row-fluid .blogsidebar-cta a { font-size: 19px; padding: 12px 10px; }
	.row-fluid .blogsidebar-subscribe input[type="submit"] { font-size: 21px; height: 52px; }
	.row-fluid .blogdetail-content blockquote { padding:30px 0; }
	.row-fluid .blogauthor-main { padding: 65px 0 45px; }

	.row-fluid .blog-comment { padding: 55px 0 60px; }
	.row-fluid .relatedpost-main { padding: 60px 0 50px; }
	.row-fluid .relatedpost-main h3 { font-size: 30px; line-height: 24px; padding: 0 0 45px; } 

	.row-fluid .featuredpost-img img , .row-fluid .featuredpost-img , .row-fluid .blogpost-image img , .row-fluid .blogpost-image , .row-fluid .relatedpost-bimg , .row-fluid .relatedpost-bimg { height:180px; }

	.row-fluid .relatedpost-btitle { font-size:19px; line-height:22px; }
	.row-fluid .blog-comment input[type="submit"] { font-size: 21px; height: 65px; }

	.row-fluid .chooseportal-main { padding: 45px 0 50px; }
	.row-fluid .blogforms-title { font-size: 14px; padding: 20px 20px 20px 40px; }
	.row-fluid .blogforms-title:before , .row-fluid .blogforms-title:after { left: 20px; }
	.row-fluid .recentresource-box { padding: 25px 20px; }
	.row-fluid .needhelp-box { padding: 45px 20px 50px; }
	.row-fluid .needhelplearnmore-link a { font-size: 16px;  padding:10px 10px; }
	.row-fluid .needhelp-box h4 { font-size: 20px; line-height: 24px; }
	.row-fluid .recentresource-box h4 { font-size: 21px; }
	.row-fluid .blogforms-main h2 { font-size:27px; line-height:37px; }
	.row-fluid .blogforms-posts { padding:34px 25px 42px; }
	.row-fluid .moreblogs-link a { font-size: 18px; letter-spacing:1px; line-height:28px; padding:10px 25px; }
	.row-fluid .blogforms-posts .hs-rss-item.hs-with-featured-image { padding: 0 0 20px; }

	.row-fluid .contact-email , .row-fluid .contact-address { font-size:17px; }
	.row-fluid .contact-main { padding: 55px 0 50px; }
	.row-fluid .contact-address , .row-fluid .contact-email ,  .row-fluid .contact-number { padding-left:55px; }
	.row-fluid .contact-social { padding-left:55px; }
	.row-fluid .contact-map iframe { height:350px; }
	.row-fluid .contact-email { background-size:41px auto; }


	.row-fluid .footer1 { font-size: 16px; padding: 40px 0 60px; }
	.row-fluid .footer2 { font-size:13px; padding: 15px 0; }




}


@media (min-width: 992px) and (max-width: 1200px){

	.row-fluid .wrapper {  width:920px; }

	.row-fluid .author-postbimg , .row-fluid .author-postbox img { height:260px; }


	.row-fluid .footer-left { font-size:16px; }
	.row-fluid .footer-newslettertitle { font-size: 18px; }

	.row-fluid .featuredpost-img img , .row-fluid .featuredpost-img , .row-fluid .blogpost-image img , .row-fluid .blogpost-image , .row-fluid .relatedpost-bimg , .row-fluid .relatedpost-bimg { height:230px; }

	.row-fluid .footer-complogo { width: 16%; padding: 0 0 0 10px; }
	.row-fluid .footerdesign-text { padding-right:0; } 

}

@media (min-width: 768px) and (max-width: 991px){

	.row-fluid .wrapper {  width:720px; }	
	.row-fluid .top-links ul li a { font-size: 13px; padding: 5px 10px; }


	.row-fluid .author-postbimg , .row-fluid .author-postbox img { height:220px; }

	.row-fluid .footer-left { font-size: 13px; line-height: 26px; }
	.row-fluid .footer-newslettertitle { font-size: 13px; line-height: 26px; letter-spacing:0.4; }
	.row-fluid .footer-social a { font-size:19px; }

	.row-fluid .footer-newsletterform input[type="text"], .row-fluid .footer-newsletterform input[type="email"], .row-fluid .footer-newsletterform input[type="tel"] { height: 50px; }
	.row-fluid .footer-complogoes { margin:0; }


	.row-fluid .footer-complogo { width: 10%; padding: 0 4px; }
	.row-fluid .footerdesign-text { padding-right:0; }
	.row-fluid .footer-complogoes { max-width: 47%; }

	.row-fluid .footer-complogoes { max-width:none; text-align: center; width: 100%; padding:10px 0 0; }
	.row-fluid .footer-copyrighttext, .row-fluid .footerdesign-text { float:none; display:inline-block; }
	.row-fluid .footer2 { text-align:center; }


}

@media (min-width: 30px) and (max-width: 767px){

	.row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }
	.row-fluid .top-links2 ul li a { font-size: 18px; }
	.row-fluid .header h2 { font-size:43px; line-height:55px; letter-spacing: 4px; padding: 0 0 15px; }
	.row-fluid .header-subtitle { font-size: 16px; letter-spacing: 5px; line-height:24px;  }
	.row-fluid .freequote-link a , .row-fluid .learnmore-link a { font-size:18px; min-width:180px; padding: 10px 20px; margin:10px 10px; }
	.row-fluid .header { height:auto !important; }
	.row-fluid .mod.header { background-position: top right; background-size: 130%; }
	.row-fluid .header > div + div { padding:140px 0 100px; top:auto; transform: translateY(0); -moz-transform: translateY(0); -webkit-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	.row-fluid .mod.header > div + div { padding:100% 0 100px;}
	.row-fluid .header > div { position: relative; }
	.row-fluid .top { padding: 10px 0; }
	.row-fluid .logo { text-align:center; }
	.row-fluid .logo > div { max-width:180px; display:inline-block; }

	.row-fluid .top-links2 , .row-fluid .top-links { padding: 0; z-index: 2; }
	.row-fluid .top-links:before { display:none; }

	.top-links a.mobile-trigger { right: 15px; left:auto; }
	.row-fluid .mainmenu.mobile-open { z-index:4; } 
	.row-fluid .top-right { left: 0; position:absolute; top:-9px; width:100%; }

	.mainmenu .hs-menu-flow-horizontal ul li a { font-size:16px; padding:10px; }
	.row-fluid .top-links ul li:last-child { padding:0; }
	.row-fluid .top-links ul li:last-child a { background:rgb(252, 227, 0); border-radius: 0; color:#333; }

	.row-fluid .discovering-section h3 { font-size: 25px; line-height: 33px; } 
	.row-fluid .discovering-section { font-size: 20px; line-height: 25px; padding: 50px 0 40px; }

	.row-fluid .newsfeed-section { padding: 35px 0 95px; }
	.row-fluid .newsabout-text { font-size: 20px; letter-spacing: 2px; line-height: 27px; }
	.row-fluid .newsabout-text .newsabout-t { padding: 65px 20px 20px; }

	.row-fluid .newsfeed-section h2 { font-size:28px; padding: 0 0 30px; }
	.row-fluid .discovering-section { padding-bottom:0; }

	.row-fluid .twitterfeed-box > div { padding:95px 20px 20px; }
	.row-fluid .newsfeed-box { min-height: 260px;  }
	.row-fluid .newsfeed-box .hs-rss-item.hs-with-featured-image .hs-rss-item-text { padding:30px 20px; }

	.row-fluid .newsfeed-box .hs-rss-titletext { font-size:24px; }
	.row-fluid .newscont-btext { font-size: 22px; padding: 20px 15px 10px;  bottom: 0; }
	.row-fluid .newsreview-section {   font-size: 18px; line-height: 25px; padding: 50px 25px 10px; }
	.row-fluid .morecontent-link a { font-size: 19px; padding: 11px 20px; }


	.row-fluid .newsreview-name { font-size: 16px; }

	.row-fluid .newsfeeftwitter-main .sameheight { height:auto !important; }

	.row-fluid .newscont-box { min-height: 260px; position:relative; }

	.row-fluid .twitterfeed-box .tweets-txt { font-size: 17px; line-height: 27px; }
	.row-fluid .header2 h2 { font-size: 32px; letter-spacing: 2.9px; line-height: 41px; }
	.row-fluid .header-subtitle2 { font-size: 18px; letter-spacing: 3px; line-height: 24px; }

	.row-fluid .header2 { height:auto !important; padding:250px 0 100px; }
	.row-fluid .header2 > div + div { position:relative; bottom:auto; width:100%; }
	.row-fluid .header2 > div { position: relative; }

	.row-fluid .whatdriveus-main { font-size: 16px; letter-spacing: 0.5px; line-height:28px;  padding:70px 0 30px; }
	.row-fluid .whatdriveus-main h2 { font-size: 31px; letter-spacing: 1px; line-height: 36px; padding:0 0 10px; }
	.row-fluid .whatdriveus-text { padding: 10px 0 40px; }
	.row-fluid .whatdriveus-main h4 { font-size: 18px; letter-spacing: 0.5px; line-height: 30px; padding: 10px 0; }
	.row-fluid .givingback-main { font-size:18px; line-height:27px; padding:50px 0 40px; }
	.row-fluid .givingback-main h3 { font-size: 24px; line-height: 30px; padding:0; }
	.row-fluid .aboutmission-main { font-size:19px; line-height:28px; padding:125px 0 65px; background-position:center 40px; background-size:40px auto; }
	.row-fluid .whatdriveus-box { padding:15px 10px; float:left; width:50%; }
	.row-fluid .whatdriveus-bicon { padding:0 20px; min-height: 70px; }
	.row-fluid .whatdriveus-box:nth-child(2n) { clear:right; }
	.row-fluid .whatdriveus-box:nth-child(2n+1) { clear:left; }


	.row-fluid .leadership-main { padding:55px 0 100px; }
	.row-fluid .leadership-titletext { font-size: 19px; line-height: 23px; padding: 0 0 40px; }

	.row-fluid .leadership-main h2 { font-size: 30px; line-height: 38px; }
	.row-fluid .leadership-boxes .hs_cos_wrapper_widget { width:48%; margin:0 0 20px 4% } 
	.row-fluid .leadership-boxes .hs_cos_wrapper_widget:nth-child(3n+1) { margin-left:4%; clear:none; }
	.row-fluid .leadership-boxes .hs_cos_wrapper_widget:nth-child(3n) { clear:none; }
	.row-fluid .leadership-boxes .hs_cos_wrapper_widget:nth-child(2n+1) { margin-left:0; clear:left; }
	.row-fluid .leadership-boxes .hs_cos_wrapper_widget:nth-child(2n) { clear:right; }


	.row-fluid .leader-bname { padding:16px 25px; font-size:22px; }   



	.row-fluid .jointeam-main { font-size: 20px; line-height: 28px; padding: 65px 0 40px; }
	.row-fluid .jointeam-main h2 { font-size:32px; line-height:40px; }
	.row-fluid .jointeam-text { padding: 20px 0 30px; }

	.row-fluid .leader-popupcontent { padding:30px 20px; }
	.row-fluid .leader-popuptext { font-size: 17px; line-height: 30px; }
	.row-fluid .leader-popupname { font-size: 22px; }
	.row-fluid .leader-popupemailnumber a { font-size: 23px; padding: 6px 10px; width: 65px; }
	.row-fluid .leader-popupnamepost { padding:9px; font-size: 15px; }
	.row-fluid .leader-popupnamepost span { font-size:24px; letter-spacing: 0.8px; line-height:35px; }
	.row-fluid .conversation-link a { font-size: 17px; padding: 12px 26px; }
	.row-fluid .leader-popupleft { width:100%; padding:0 0 20px; }
	.row-fluid .leader-popuptext { width:100%; padding:0; }
	.row-fluid .close-link { font-size: 25px; right: -8px; }
	.row-fluid .leaderpopup-main { padding: 0 15px; }

	.row-fluid .author-post  { padding:10px 9px 20px; }
	.row-fluid .author-postbox { width:50%; } 
	.row-fluid .author-morelink a {  font-size:18px; padding: 10px 22px; }
	.row-fluid .author-morelink { padding:20px 0 0; }


	.row-fluid .header3 { padding: 200px 0 40px; }
	.row-fluid .header3 h1 { font-size:38px; line-height:50px; }


	.row-fluid .scheduleform-main { padding: 45px 0 35px; margin:5px 0 0; }
	.row-fluid .scheduleform-main .hs_submit input[type=submit] { height: 62px; font-size: 22px; }
	.row-fluid .solutioncontent-main { padding: 30px 0 30px; font-size:17px; line-height: 28px; }
	.row-fluid .scheduleform-main h3 { font-size: 33px; line-height: 38px; padding: 0 0 25px; }
	.row-fluid .scheduleform-main input[type="text"], .row-fluid .scheduleform-main input[type="email"], .row-fluid .scheduleform-main input[type="tel"] { font-size: 17px; height: 50px; padding: 0 20px; }
	.row-fluid .scheduleform-main .hs_we_ll_discuss_ { padding: 20px 0 30px; }
	.row-fluid .scheduleform-main .hs_we_ll_discuss_ ul li { width:100%; }

	.row-fluid .featuredpost-main { padding:50px 0 40px; }
	.row-fluid .featuredpost-main h2 { padding:0 0 20px; }
	.row-fluid .featuredpost-box { padding:0 0 25px; width:100%; }
	.row-fluid .featuredpost-img img , .row-fluid .featuredpost-img { height:220px; }
	.row-fluid .blog-main { padding:40px 0; }
	.hs-blog-listing .row-fluid .blog-main h2 { padding:0 0 40px; }
	.row-fluid .loadmore-link { padding:10px 0 0; }
	.row-fluid .blogpost-box { padding:0 0 40px; width:100%; }
	.row-fluid .blogpost-image img , .row-fluid .blogpost-image { height:220px; }
	.row-fluid .blogpost-box h5 { font-size: 18px; line-height: 24px; }
	.row-fluid .blogpost-date , .row-fluid .featuredpost-date { padding: 6px 0 2px; }
	.row-fluid .loadmore-link a { font-size: 20px; height: 52px; line-height: 48px; width: 180px; }
	.row-fluid .blog-subscribe { padding: 35px 0; }
	.row-fluid .blog-subscribe h3 { font-size: 32px; line-height: 39px; }

	.row-fluid .blog-subscribe input[type="submit"] { font-size:22px; height:58px; width:190px; }
	.hs-blog-listing .row-fluid .blog-main h2 { font-size: 33px; line-height: 39px; }
	.row-fluid .topiclist-main ul li { width:100%; }
	.row-fluid .topiclist-main a { font-size: 18px; }

	.hs-blog-post .row-fluid .blog-main h1 { font-size:26px; line-height:34px; }
	.row-fluid .blogpost-byline { padding:0 0 20px; }
	.row-fluid .blog-sidebar h3 { font-size: 20px; line-height: 27px; padding:0; }
	.row-fluid .blogsidebar-ctamain { padding:25px 15px; }
	.row-fluid .blogsidebar-subscribe { padding: 25px 15px; }
	.row-fluid .blogsidebar-cta a { font-size: 19px; padding:12px 10px; margin: 17px 0 0; }
	.row-fluid .blogsidebar-subscribe input[type="submit"] { font-size: 21px; height: 52px; }
	.row-fluid .blogdetail-content blockquote { padding:30px 0; font-size: 20px; line-height: 26px; }
	.row-fluid .blogdetail-content p { padding: 10px 0; }
	.row-fluid .blogauthor-main { padding:40px 0;  text-align: center; }

	.row-fluid .blogauthor-content { padding: 25px 0 0;  width: 100%; }
	.row-fluid .blogauthor-img { float:none; display:inline-block; width:120px; height:120px; }

	.row-fluid .blog-comment { padding:40px 0; }
	.row-fluid .relatedpost-main { padding:40px 0; }
	.row-fluid .relatedpost-main h3 { font-size: 30px; line-height:36px; padding: 0 0 25px; } 
	.row-fluid .relatedpost-box { padding:15px 0; width:100%; } 

	.row-fluid .featuredpost-img img , .row-fluid .featuredpost-img , .row-fluid .blogpost-image img , .row-fluid .blogpost-image , .row-fluid .relatedpost-bimg , .row-fluid .relatedpost-bimg { height:240px; }

	.row-fluid .relatedpost-btitle { font-size:19px; line-height:22px; }
	.row-fluid .blog-comment input[type="submit"] { font-size: 21px; height: 65px; }
	.row-fluid .blogpost-byline { font-size: 17px; }

	.row-fluid .chooseportal-main { padding: 45px 0 50px; }
	.row-fluid .blogforms-title { font-size: 14px; padding: 20px 20px 20px 40px; }
	.row-fluid .blogforms-title:before , .row-fluid .blogforms-title:after { left: 20px; }
	.row-fluid .recentresource-box { padding: 25px 20px; }
	.row-fluid .needhelp-box { padding: 45px 20px 50px; }
	.row-fluid .needhelplearnmore-link a { font-size: 16px;  padding:10px 10px; }
	.row-fluid .needhelp-box h4 { font-size: 20px; line-height: 24px; }
	.row-fluid .recentresource-box h4 { font-size: 21px; }
	.row-fluid .blogforms-main h2 { font-size:27px; line-height:37px; }
	.row-fluid .blogforms-posts { padding:34px 25px 42px; }
	.row-fluid .moreblogs-link a { font-size: 18px; letter-spacing:1px; line-height:28px; padding:10px 25px; }
	.row-fluid .blogforms-posts .hs-rss-item.hs-with-featured-image { padding: 0 0 20px; }
	.row-fluid .chooseportal-link a { font-size: 18px; line-height: 28px; padding: 10px 25px; }
	.row-fluid .chooseportal-main h3 { font-size: 29px; padding: 0 0 22px; }
	.row-fluid .blogforms-posts .hs-rss-item.hs-with-featured-image .hs-rss-item-text { width:100%; padding:15px 0 0; }
	.row-fluid .blogforms-posts .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper { width:100%; }
	.row-fluid .blogforms-box { padding:25px 0; }
	.row-fluid .blogforms-main { padding:45px 0; }

	.row-fluid .contact-email , .row-fluid .contact-address { font-size:17px; }
	.row-fluid .contact-main { padding: 55px 0 50px; }
	.row-fluid .contact-number { padding: 0 0 40px 55px; } 
	.row-fluid .contact-email , .row-fluid .contact-address { padding: 0 0 20px 55px; }
	.row-fluid .contact-social { padding-left:55px; }
	.row-fluid .contact-map iframe { height:350px; }
	.row-fluid .contact-email { background-size:41px auto; }
	.row-fluid .contact-form input[type="submit"] { height: 62px; width: 170px; }
	.row-fluid .contact-form input[type="text"], .row-fluid .contact-form input[type="email"], .row-fluid .contact-form input[type="tel"] { height: 50px; font-size:18px; padding: 0 20px; }
	.row-fluid .contact-form textarea { font-size:18px; height:130px; padding:0 20px; }



	.row-fluid .footer1 { font-size: 16px; padding: 50px 0; text-align:center; }
	.row-fluid .footer-left { font-size: 16px; }
	.row-fluid .footer-right { padding:45px 0 0; }
	.row-fluid .footer-links { padding:0 0 15px; }
	.row-fluid .footer-newslettertitle { width:100%; padding:5px 0 0; }
	.row-fluid .footer-newsletterform input[type="submit"] { float: none; display:inline-block; }
	.row-fluid .footer-complogo { max-width: 50%; padding: 20px 0 0 15px; width: 49%; }
	.row-fluid .footer-complogoes { text-align:center; max-width:none; }
	.row-fluid .footer2 { font-size:15px; padding: 15px 0 20px; text-align:center; }
	.row-fluid .footer-copyrighttext, .row-fluid .footerdesign-text { padding: 10px 0 0; width: 100%; }
	.row-fluid .footer-logo { padding: 0 0 15px; }

}


@media (min-width: 30px) and (max-width: 450px){

	.row-fluid .leadership-boxes .hs_cos_wrapper_widget { margin: 0 0 35px !important; width: 100%; }
	.row-fluid .author-postbox { width:100%; padding:10px 0; }
	.row-fluid .author-post  { padding:10px 20px 20px; }

}


@media (min-width: 768px){

	a.mobile-trigger, a.child-triggerm {
		display: none !important; /* Hide button on Desktop */
	}

	.row-fluid .mainmenu .hs-menu-wrapper { 
		display: block !important;
	}

}

@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 */
	.mainmenu, .mainmenu *{
		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: #fff;
	}


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

	a.mobile-trigger {
		display: inline-block !important; /* Hide button on Desktop */
		cursor: pointer; /* Mouse pointer type on hover */
		position: absolute; /*******************************************/
		top: 42px;          /* Position Button at top right of screen  */
		right: 15px;        /*******************************************/
		width: 38px; /* Button width */
		height: 38px; /* Button height */      
		padding: 8px 8px;
		background: #455560; /* Background color */
		z-index: 99999999999; /* Z-index to keep button on top of other layers */
		-webkit-transition: background-color 0.2s linear; /* Button color transition effect */
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		text-transform: uppercase;
		border-radius: 6px;
		-webkit-transition:color .2s ease-in; 
		-moz-transition:color .2s ease-in;
		transition:color .2s ease-in;
	}

	a.mobile-trigger:hover {
		text-decoration: none; /* Removes link text underline on button */
		color: #fff;
	}

	a.mobile-trigger span{
		display: inline;
	}

	a.mobile-trigger span:before{
		position: absolute;
		content: 'Menu'; /* Change the text on the closed toggle button */
	}

	a.mobile-trigger span:after{
		position: relative;
		right: 2px;
		content: 'Close'; /* Change the text on the open toggle button */
		background-color: #455560;
		opacity: 0;
		transition: opacity .4s ease-in-out;
		-moz-transition: opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out; 
	}

	/* Change button when menu is open */
	.mobile-open a.mobile-trigger{
		-webkit-transition:background-color 0.2s linear; /* Button color transition effect */
		-moz-transition:background-color 0.2s linear; /* Button color transition effect */
		transition:background-color 0.2s linear; /* Button color transition effect */
		background: transparent; /* Changes button background to be slightly darker than open menu color */  
	}

	.mobile-open a.mobile-trigger span:after{
		opacity: 1; 
	}


	/* Toggle Button Icon & Animations
	========================================================================== */

	a.mobile-trigger i {
		display: inline;
		position: relative;
		top: -2px;
		margin-left: 0;
		-webkit-transition-duration: 0s;
		-webkit-transition-delay: .2s;
		-moz-transition-duration: 0s;
		-moz-transition-delay: .2s;
		transition-duration: 0s;
		transition-delay: .2s;
	}
	a.mobile-trigger  i:before, a.mobile-trigger i:after {
		position: absolute;
		content: '';
	}
	a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
		width: 22px; /* Icon line width */
		height: 2px; /* Icon line height */
		background-color: #fff; /* Icon color */
		display: inline-block;
	}
	a.mobile-trigger  i:before {
		margin-top: -6px; /* Position top line */
		-webkit-transition-property: margin, -webkit-transform;
		-webkit-transition-duration: .2s;
		-webkit-transition-delay: .2s, 0;
	}
	a.mobile-trigger  i:after {
		margin-top: 6px; /* Position bottom line */
		-webkit-transition-property: margin, -webkit-transform;
		-webkit-transition-duration: .2s;
		-webkit-transition-delay: .2s, 0;
	}
	.mobile-open a.mobile-trigger i {
		background-color: rgba(0,0,0,0.0);
		-webkit-transition-delay: .2s;
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
		-moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
		box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
	}
	.mobile-open a.mobile-trigger i:before {
		margin-top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition-delay: 0, .2s;
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
		-moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
		box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
	}
	.mobile-open a.mobile-trigger i:after {
		margin-top: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition-delay: 0, .2s;
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
		-moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
		box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
	}

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

	a.child-triggerm {
		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);
	}
	a.child-triggerm:hover {
		text-decoration: none;
	}


	/* Child Toggle Button Icon & Animations
	========================================================================== */

	a.child-triggerm span {
		position: relative;
		top: 50%; /* Centers icon inside button */
		margin: 0 auto !important;
		-webkit-transition-duration: .2s;
		-moz-transition-duration: .2s;
		transition-duration: .2s;
	}
	a.child-triggerm span:after {
		position: absolute;
		content: '';
	}
	a.child-triggerm span, a.child-triggerm span:after {
		width: 10px; /* Icon line width */
		height: 1px; /* Icon line height */
		background-color: #fff; /* Icon color */
		display: block;
	}

	.row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after { background-color: #fff; }

	a.child-triggerm span:after {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition-duration: .2s;
		-moz-transition-duration: .2s;
		transition-duration: .2s;
	}
	a.child-triggerm.child-open span:after {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
		-webkit-transition-duration: .2s;
		-moz-transition-duration: .2s;
		transition-duration: .2s;
	}
	a.child-triggerm.child-open span {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transition-duration: .2s;
		-moz-transition-duration: .2s;
		transition-duration: .2s;
	}


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


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

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

	/* Mobile Menu Styles */
	.mainmenu.js-enabled .hs-menu-flow-horizontal{
		position: absolute; /**************************************************************/
		top: 42px;             /* Positions the menu to drop from the very top of the screen */
		left: 0px;          /**************************************************************/                                              
		width: 100%;   
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
		-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
		box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
	}
	.mainmenu .hs-menu-flow-horizontal{
		padding: 40px 0 0 0; /* Padding to add room for close button */
		background-color: #455560; /* Menu background color set off global mobile-menuColor variable */
		width: 100%; /* Full screen width */
		z-index: 8888;
	}

	/* Level 1 Menu List Styles */
	.mainmenu .hs-menu-flow-horizontal > ul > li{
		position: relative;
	}
	.mainmenu .hs-menu-flow-horizontal > ul > li a{ 
		overflow: visible;
	}

	/* Level 1 and Higher Menu List Styles */
	.mainmenu .hs-menu-flow-horizontal ul li{
		border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
	}

	.mainmenu .hs-menu-flow-horizontal ul li a:hover{
		color: #fff; /* link hover color set by global mobile-aColorHover variable */
	}

	/* Level 2 and Higher Menu List Styles */
	.mainmenu .hs-menu-flow-horizontal > ul ul li{
		background-color: rgba(255, 255, 255, .08);
	}
	.mainmenu .hs-menu-flow-horizontal > ul ul li a{
		text-indent: 10px; /* Indent Child lists */
		font-size: 16px; /* Font size of child lists */
	}

	/* Level 3 and Higher Menu List Styles */
	.mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
		text-indent: 30px; /* Indent Child lists */
	}
	.mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
		text-indent: 50px; /* Indent Child lists */
	}
}
/* Home Page Newsletter Form Button */ 
.footer-newsletterform .hs-form .hs-button { text-align:center; width: 149px; float:right; height:52px; border-radius: 8px; border: solid 2px #fce300; font-size: 20px; font-family: 'Univia Pro'; font-weight:600; letter-spacing: 1px; color: #fce300; text-shadow:none; box-shadow: none; border-top: none; border-bottom: none; border-right: none; border-left: none; }  
.footer-newsletterform .hs-form .hs-button { cursor: pointer; background: url(//cdn2.hubspot.net/hubfs/1769288/Propelhr-2016/Image/blank.png?t=1468335191223) no-repeat left top; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
/* Home Page Needs Assessment Button */
input[type="submit"].needs-assessment-submit-button { cursor:pointer; background:#fce300 no-repeat left top; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; }
