@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Cabin:400,400italic,500,500italic,600,600italic,700,700italic);
/* 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;}
/**
 * @license
 * MyFonts Webfont Build ID 3095510, 2015-09-22T09:26:14-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: MullerBlackItalic by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/black-italic/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: MullerExtraBoldItalic by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/extra-bold-italic/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: MullerExtraBold by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/extra-bold/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: MullerBoldItalic by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/bold-italic/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: MullerBlack by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/black/
 * Copyright: Copyright &#x00A9; 2014 by Fontfabric. All rights reserved.
 * 
 * Webfont: MullerBold by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/bold/
 * Copyright: Copyright &#x00A9; 2014 by Fontfabric. All rights reserved.
 * 
 * Webfont: MullerHeavyItalic by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/heavy-italic/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: MullerHairline by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/hairline/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: MullerHairlineItalic by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/hairline-italic/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: MullerHeavy by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/heavy/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: MullerLightItalic by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/light-italic/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: MullerLight by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/light/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: MullerMediumItalic by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/medium-italic/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: MullerMedium by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/medium/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: MullerRegularItalic by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/regular-italic/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: MullerRegular by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/regular/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: MullerThinItalic by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/thin-italic/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: MullerUltraLightItalic by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/ultra-light-italic/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: MullerThin by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/thin/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: MullerUltraLight by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/muller/ultra-light/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3095510
 * Licensed pageviews: 10,000
 * 
 * © 2015 MyFonts Inc
*/

  
@font-face {font-family: 'MullerBlackItalic';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_0_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_0_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_0_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_0_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_0_0.ttf?t=1467031619605') format('truetype');}
 
  
@font-face {font-family: 'MullerExtraBoldItalic';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_1_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_1_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_1_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_1_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_1_0.ttf?t=1467031619605') format('truetype');}
 
  
@font-face {font-family: 'MullerExtraBold';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_2_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_2_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_2_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_2_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_2_0.ttf?t=1467031619605') format('truetype');}
 
  
@font-face {font-family: 'MullerBoldItalic';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_3_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_3_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_3_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_3_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_3_0.ttf?t=1467031619605') format('truetype');}
 
  
@font-face {font-family: 'MullerBlack';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_4_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_4_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_4_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_4_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_4_0.ttf?t=1467031619605') format('truetype');}
 
  
@font-face {font-family: 'MullerBold';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_5_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_5_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_5_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_5_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_5_0.ttf?t=1467031619605') format('truetype');}
 
  
@font-face {font-family: 'MullerHeavyItalic';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_6_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_6_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_6_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_6_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_6_0.ttf?t=1467031619605') format('truetype');}
 
  
@font-face {font-family: 'MullerHairline';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_7_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_7_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_7_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_7_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_7_0.ttf?t=1467031619605') format('truetype');}
 
  
@font-face {font-family: 'MullerHairlineItalic';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_8_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_8_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_8_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_8_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_8_0.ttf?t=1467031619605') format('truetype');}
 
  
@font-face {font-family: 'MullerHeavy';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_9_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_9_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_9_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_9_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_9_0.ttf?t=1467031619605') format('truetype');}
 
  
@font-face {font-family: 'MullerLightItalic';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_A_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_A_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_A_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_A_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_A_0.ttf?t=1467031619605') format('truetype');}
 
  
@font-face {font-family: 'MullerLight';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_B_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_B_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_B_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_B_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_B_0.ttf?t=1467031619605') format('truetype');}
 
  
@font-face {font-family: 'MullerMediumItalic';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_C_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_C_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_C_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_C_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_C_0.ttf?t=1467031619605') format('truetype');}
 
  
@font-face {font-family: 'MullerMedium';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_D_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_D_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_D_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_D_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_D_0.ttf?t=1467031619605') format('truetype');}
 
  
@font-face {font-family: 'MullerRegularItalic';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_E_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_E_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_E_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_E_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_E_0.ttf?t=1467031619605') format('truetype');}
 
  
@font-face {font-family: 'MullerRegular';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_F_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_F_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_F_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_F_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_F_0.ttf?t=1467031619605') format('truetype');}
 
  
@font-face {font-family: 'MullerThinItalic';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_10_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_10_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_10_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_10_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_10_0.ttf?t=1467031619605') format('truetype');}
 
  
@font-face {font-family: 'MullerUltraLightItalic';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_11_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_11_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_11_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_11_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_11_0.ttf?t=1467031619605') format('truetype');}
 
  
@font-face {font-family: 'MullerThin';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_12_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_12_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_12_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_12_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_12_0.ttf?t=1467031619605') format('truetype');}
 
  
@font-face {font-family: 'MullerUltraLight';src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_13_0.eot?t=1467031619605');src: url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_13_0.eot?#iefix&t=1467031619605') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_13_0.woff2?t=1467031619605') format('woff2'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_13_0.woff?t=1467031619605') format('woff'),url('//cdn2.hubspot.net/hubfs/542736/Webfonts/2F3BD6_13_0.ttf?t=1467031619605') format('truetype');}

html, body {
  height: 100%;
}
.mNavWrap {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    display: none;
}

/* -----------------------------------------------------------------------------
  SLIDE AND PUSH MENUS COMPONENT
----------------------------------------------------------------------------- */
.c-menu {
    position: fixed;
    z-index: 200;
    background-color: #203c6e;
    color: #ffffff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    text-align: left;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
    overflow-y: auto;
    padding: 30px 20px;
}

.c-menu--push-right.is-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.o-wrapper.has-push-right {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
          transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}

.c-button {
    display: inline-block;
    width: 108px;
    height: 24px;
    background: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/menu-icon.png?t=1467031619605) no-repeat right top transparent;
    background-size: contain;
    font-size: 0;
    vertical-align: middle;
    margin: 10px 0 0;
    cursor: pointer;
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.c-menu__close {
    display: inline-block;
    width: 108px;
    height: 24px;
    background: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/menu-icon-close.png?t=1467031619605) no-repeat right top transparent;
    background-size: contain;
    font-size: 0;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    padding: 20px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.mainNavWrap .navWrap .c-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    position: relative;
    bottom: auto;
    left: auto;
    top: auto;
    right: auto;
    margin: 20px 0;
    width: 100%;
}

.mainNavWrap .navWrap .c-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    display: block;
    margin: 0;
    padding: 0 0 0 21px;
    position: relative;
    width: 100% !important;
}

.mainNavWrap .navWrap .c-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:not(:last-child) {
    margin-right: 0;
    text-align: left;
}

.mainNavWrap .navWrap .c-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 10px 0;
}

.mainNavWrap .navWrap .c-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    height: auto;
    width: 100% !important;
}

.mainNavWrap .navWrap .c-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover {
    height: auto;
}

.mainNavWrap .navWrap .c-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:before {
    content: '';
    color: #fd6b0d;
    position: absolute;
    left: 0;
    text-align: center;
    width: 16px;
    background: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/menu-arrow-more.png?t=1467031619605) no-repeat top 2.5px center;
    height: 16px;
    background-size: 8px auto;
}

.mainNavWrap .navWrap .c-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.down > a:before {
    background-image: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/menu-arrow-expanded.png?t=1467031619605);
    background-position: top 5px center;
    background-size: auto 8px;
}

.mainNavWrap .navWrap .c-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
    position: relative;
    margin: 0 0 10px 0px;
    font-size: 0.85em;
}

.mainNavWrap .navWrap .c-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
    margin-bottom: 10px;
}

.mainNavWrap .navWrap .c-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding: 5px 0;
    width: 100%;
    line-height: 1.15em;
}

.mainNavWrap .navWrap .c-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:before {
    top: 4px;
}

@media all and (max-width:920px) {
    .mNavWrap {
        display: block;
    }
    html, body {
      
    }
}

@media all and (min-width:320px) {
  .c-menu--push-right {
    width: 300px;
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
  }
  .o-wrapper.has-push-right {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'MullerRegular', sans-serif;
    font-size: 18px;
    line-height: 1.25em;
}

h1, h2, h3, h4, h5, p {
    margin: 0 0 20px;
}


* {
    box-sizing: border-box;
    white-space: normal !important;
}

.fullWrap .innerWrap {
    width: 1140px;
    max-width: 100%;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.bodyWrap .fullWrap {
    padding: 40px 0 20px;
}

.blue {
    color: #3889e0 !important;
}

.orange {
    color: #fd6b0d !important;
}

.green {
    color: #94d60a !important;
}

.btn {
    font-size: 1em;
    line-height: 1em;
    color: #808285;
    background: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/btn-simple-arrow.png?t=1467031619605) no-repeat right 20px center transparent;
    padding: 15px 40px 10px 20px;
    border: 2px solid #808285;
    transition: all 0.2s linear;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.btn:active,
.btn:hover {
    background-image: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/btn-simple-arrow-white.png?t=1467031619605);
    border-color: #fd6b0d;
    background-color: #fd6b0d;
    color: #ffffff;
    text-decoration: none;
}

.btn.btn-on-dark {
    border-color: #ffffff;
    color: #ffffff;
}

.btn.btn-on-dark:hover {
    background-image: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/btn-simple-arrow.png?t=1467031619605);
    border-color: #ffffff;
    background-color: #ffffff;
    color: #fd6b0d;
}

.btn-simple {
    background: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/btn-simple-arrow.png?t=1467031619605) no-repeat right center;
    font-size: 0.7em;
    line-height: 1em;
    padding-right: 20px;
    text-transform: uppercase;
    color: #808285;
    text-decoration: none;
}

.header-container-wrapper {
    background: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    height: 150px;
}

.header-container-wrapper.fixed {
    position: fixed;
    background: #ffffff;
    border-bottom: 1px solid #d7d7d7;
}

.courtesyWrap {
    text-align: right;
    font-size: 0.8em;
    border-bottom: 1px solid #d7d7d7;
    line-height: 1em;
    background: #ffffff;
    position: relative;
    width: 100%;
    z-index: 9;
}

.courtesyWrap .innerWrap {
    padding: 10px 20px 5px;
}

.courtesyWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin: 0;
    padding: 0;
    line-height: 1em;
    height: 22px;
}

.courtesyWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    display: inline-block;
    line-height: 1em;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    height: 22px;
}

.courtesyWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:not(:last-child) {
    margin-right: 30px;
}

.courtesyWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 5px 0;
    color: #6d6e71;
    text-decoration: none;
    text-transform: uppercase;
    max-width: none;
    text-overflow: initial;
    display: block;
    transition: all 0.2s linear;
}

.courtesyWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a {
    background: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/nav-search-icon.png?t=1467031619605) no-repeat center center;
    background-size: contain;
    font-size: 0;
    height: 20px;
    width: 16px;
    transition: all 0.2s linear;
}

.courtesyWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a:hover {
    background-image: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/nav-search-icon-hover.png?t=1467031619605);
}

.courtesyWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active a,
.courtesyWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    color: #fd6b0d;
}

.search-form {
    position: absolute;
    top: 42px;
    right: 0px;
    width: 320px;
    background: #ffffff;
    padding: 10px 0 0;
    display: none;
}

.search-form .close-search {
    padding: 0px 10px;
    text-align: right;
}

.search-form .close-search span {
    opacity: 0.5;
    transition: opacity 0.2s linear;
    cursor: pointer;
}

.search-form .close-search span:hover {
    opacity: 1;
}

.search-form .cse .gsc-control-cse,
.search-form .gsc-control-cse {
    padding: 0;
}

.search-form td.gsc-clear-button {
    position: absolute;
    right: 90px;
    bottom: 17px;
}

.search-form .gsc-selected-option-container {
    width: 130px !important;
}

.search-form .gcsc-branding {
    display: none !important;
}

.mainNavWrap {
    background: transparent;
}

.header-container-wrapper.fixed .mainNavWrap {
    background: w;
}

.mainNavWrap .header-logo {
    font-size: 0;
    background: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/header-logo-white.png?t=1467031619605) no-repeat top left;
    width: 193px;
    height: 73px;
    display: block;
    float: left;
}

.header-container-wrapper.fixed .mainNavWrap .header-logo {
    background-image: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/header-logo.png?t=1467031619605);
}

.mainNavWrap .header-logo.french {
    font-size: 0;
    background: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/header-logo-white-french-2.png?t=1467031619605) no-repeat top left;
    width: 193px;
    height: 73px;
    display: block;
    float: left;
}

.header-container-wrapper.fixed .mainNavWrap .header-logo.french {
    background-image: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/header-logo-French.png?t=1467031619605);
}

.mainNavWrap .navWrap {
    float: right;
    width: calc(100% - 200px);
    text-align: right;
    position: static;
    font-size: 1.1em;
    padding: 50px 0 0;
}

.mobileNavWrap {
    height: 42px;
    display: none;
}

.mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    
}

.mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: auto;
}

.mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:not(:last-child) {
    margin-right: 30px;
    text-align: right;
}

.mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    height: 32px;
}

.mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover {
    height: auto;
}

.mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(1) {
    width: 120px;
}

.mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) {
    width: 125px;
}

.mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(3) {
    width: 135px;
}

.mainNavWrap.frenchNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) {
    width: 105px;
}

.mainNavWrap.frenchNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(3) {
    width: 170px;
}

.mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 5px 0 0;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    max-width: none;
    text-overflow: initial;
    display: block;
    transition: all 0.2s linear;
}

.header-container-wrapper.fixed .mainNavWrap .navWrap #hs_menu_wrapper_main_nav > ul li a {
    color: #555555;
    width: auto;
}

.header-container-wrapper.fixed .mainNavWrap .navWrap #hs_menu_wrapper_main_nav > ul li a:hover,
.header-container-wrapper.fixed .mainNavWrap .navWrap #hs_menu_wrapper_main_nav > ul li.active a,
.header-container-wrapper.fixed .mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active a,
.header-container-wrapper.fixed .mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover,
.mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active a,
.mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    color: #fd6b0d;
}



#hs_menu_wrapper_main_nav > ul li a {
    padding: 5px 0;
}

#hs_menu_wrapper_main_nav > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    /*visibility: visible !important;
    opacity: 1 !important;*/
    text-align: center;
    background: rgba(0,0,0,0.75);
    position: relative;
    top: 0;
    left: -10px;
    z-index: 9999;
    padding: 5px 0;
    width: 160px;
}

.mainNavWrap.frenchNavWrap #hs_menu_wrapper_main_nav > ul > li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper {
    left: -25px;
}

.mainNavWrap.frenchNavWrap #hs_menu_wrapper_main_nav > ul > li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper {
    left: 8px;
}

.header-container-wrapper.fixed #hs_menu_wrapper_main_nav > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    background: #e4e4e4;
    top: 6px;
    border: 0px;
}

#hs_menu_wrapper_main_nav > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper li:not(:last-child) {
    margin-right: 0;
}

#hs_menu_wrapper_main_nav > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper li a {
    padding: 10px 0;
    margin: 0 10px;
}

#hs_menu_wrapper_main_nav > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper li:not(:last-child) a {
    border-bottom: 1.5px solid rgba(255,255,255,0.25);
}

.header-container-wrapper.fixed #hs_menu_wrapper_main_nav > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper li:not(:last-child) a {
    border-bottom-color: rgba(0,0,0,0.25);
}

.header-container-wrapper #hs_menu_wrapper_main_nav > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper li a {
    font-size: .75em;
    text-align: left;
    text-transform: none;
    padding: 12px 0 10px;
    line-height: 1.25em;
}



.body-container-wrapper {
    margin-top: 40px;
}

.footer-container-wrapper {
    background: #ffffff;
    font-size: 0.75em;
    color: #939598;
    line-height: 1.45em;
}

.footer-container-wrapper a {
    color: #939598;
    text-decoration: none;
}

.footer-container-wrapper p {
    margin: 0;
}

.footer-container-wrapper .footer-logo {
    font-size: 0;
    background: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/footer-logo.png?t=1467031619605) no-repeat;
    width: 143px;
    height: 55px;
    display: block;
}

.footer-container-wrapper .footer-logo.french {
    font-size: 0;
    background: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/header-logo-French.png?t=1467031619605) no-repeat 0 0 / 143px auto transparent;
    width: 143px;
    height: 55px;
    display: block;
}

.footer-container-wrapper .span7 {
    padding-left: 40px;
}

.footer-social-wrap {
    text-align: right;
    padding: 20px 0 0;
}

.footer-social-wrap .footer-social {
    font-size: 0;
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    transition: opacity 0.2s linear;
}

.footer-social-wrap .footer-social:not(:last-child) {
    margin-right: 5px;
}

.footer-social-wrap .footer-social:hover {
    opacity: 0.75;
}

.footer-social-wrap .footer-social.twitter { background-image: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/footer-twitter.png?t=1467031619605); }
.footer-social-wrap .footer-social.facebook { background-image: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/footer-facebook.png?t=1467031619605); }
.footer-social-wrap .footer-social.linkedin { background-image: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/footer-linkedin.png?t=1467031619605); }
.footer-social-wrap .footer-social.youtube { background-image: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/footer-youtube.png?t=1467031619605); }

.footer-container-wrapper .copyright {
    text-transform: uppercase;
    font-size: 0.75em;
}

.heroWrap {
    color: #ffffff;
    padding: 100px 0 200px;
    text-align: center;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.heroWrap .innerWrap {
    display: table;
    vertical-align: middle;
}

.heroWrap .innerWrap .heroCopy {
    display: table-cell;
    vertical-align: middle;
}

.heroWrap h1 {
    font-size: 3.15em;
    line-height: 1.15em;
    font-family: 'MullerBold', sans-serif;
    text-transform: uppercase;
}

.heroWrap h3 {
    font-size: 1.5em;
    line-height: 1.5em;
    font-family: 'MullerThin', sans-serif;
}

.bodyWrap img {
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

.bodyWrap h2 {
    font-size: 2em;
    color: #fd6b0d;
    line-height: 1.25em;
    font-family: 'MullerThin', sans-serif;
}

.bodyWrap h3 {
    color: #636466;
    font-family: 'MullerThin', sans-serif;
    font-size: 1.25em;
    line-height: 1.25em;
}

.fullWrap.-bg-darkgray {
    background: #555555;
    color: #ffffff;
}

.fullWrap.-bg-lightgray {
    background: #e4e4e4;
    overflow: hidden;
}

.topBorder {
    border-top: 1px solid #dcdcdc;
}










.featuredBox .label {
    background: url(//cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/featured-label.png?t=1467031619605) no-repeat right center transparent;
    background-size: auto 22px;
    font-size: 0.6em;
    text-transform: uppercase;
    padding: 5px 20px 3px 10px;
    line-height: 1em;
    display: inline-block;
    margin: 0 0 20px;
}

.featuredBox h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 0.95em;
    font-family: 'MullerThin', sans-serif;
}

.featuredBox p {
    font-size: 0.75em;
}

.featuredBox .btn-simple {
    color: #ffffff;
}

.fullWrap.sectionWithTitleBar {
    padding-top: 0;
}

.sectionWithTitleBar .row-depth-1 {
    position: relative;
    z-index: 9;
}

.sectionWithTitleBar .row-depth-1 + .row-depth-1 {
    z-index: 8;
}

.sectionWithTitleBar .row-depth-1 + .row-depth-1 > .row-fluid:first-child {
    margin-top: -30px;
}

.sectionWithTitleBar .row-depth-1 + .row-depth-1 > .row-fluid > .span12:first-child {
    margin-top: -30px;
}

.fullWrap.sectionTitle {
    padding: 0;
    text-align: center;
    background: transparent;
}

.fullWrap.sectionTitle h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 1.74em;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'MullerThin', sans-serif;
}

.fullWrap.sectionTitle h2 b,
.fullWrap.sectionTitle h2 strong {
    font-family: 'MullerBold', sans-serif;
    
}

.fullWrap.sectionTitle .sectionTitleColorDown {
    background: url() no-repeat center top transparent;
    background-size: 60px 30px;
    width: 100%;
    height: 30px;
    text-align: center;
}

.fullWrap.sectionTitle.-greenBar .sectionTitleColorBar { background: #94d60a; }
.fullWrap.sectionTitle.-greenBar .sectionTitleColorDown { background-image: url(http://cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/section-title-green.png); }

.fullWrap.sectionTitle.-orangeBar .sectionTitleColorBar { background: #fd6b0d; }
.fullWrap.sectionTitle.-orangeBar .sectionTitleColorDown { background-image: url(http://cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/section-title-orange.png); }

.fullWrap.sectionTitle.-blueBar .sectionTitleColorBar { background: #103a71; }
.fullWrap.sectionTitle.-blueBar .sectionTitleColorDown { background-image: url(http://cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/section-title-blue.png); }

.homeBlocks {
    
}

.homeBlocks .homeBlock {
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 30px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.homeBlocks .homeBlock .innerBlock {
    background: rgba(0,0,0,0.5);
    padding: 40px;
    text-align: center;
    transition: all 0.5s ease;
}

.homeBlocks .homeBlock:hover .innerBlock {
    background: rgba(0,0,0,0.75);
}

.homeBlocks .homeBlock h3 {
    font-size: 1.65em;
    line-height: 1.1em;
    font-family: 'MullerBold', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.homeBlocks .homeBlock p {
    margin: 20px 0;
}

.homeBlocks .homeBlock .btn {
    margin: 20px auto 0;
}

.homeBlocks .homeBlock .btn:hover {
    text-decoration: none;
}

.homeBlocks.homeBlocks-2 .homeBlock {
    width: 50%;
    float: left;
}

.homeBlocks.homeBlocks-2 .homeBlock:hover {
    background-size: 150% 150%;
}

.homeBlocks.homeBlocks-2 .homeBlock .innerBlock {
    padding: 40px 140px;
}

.homeBlocks.homeBlocks-3 .homeBlock {
    width: 33.3333%;
    /*width: calc(100%  / 3);*/
    float: left;
}

.homeBlocks.homeBlocks-3 .homeBlock:hover {
    background-size: 150% 150%;
}

.homeCapibilitiesWrap {
    padding: 40px 0;
}

.homeCapibility {
    padding: 0 20px 20px;
    text-align: center;
}

.homeCapibility img {
    border-radius: 50%;
    transition: all 0.2s linear;
}

.homeCapibility:hover img {
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    opacity: 0.75;
}

.homeCapibility h3 {
    font-family: 'MullerRegular', sans-serif;
    font-size: 1.3em;
}

.homeResourceBar {
    background: url(http://cdn2.hubspot.net/hubfs/542736/template-assets/data-group/page-assets/homepage/home-resource-bg.png) no-repeat left bottom #ededed;
    background-size: auto;
    overflow: hidden;
}

.homeResourceBar .HomeResourceImage {
    text-align: center;
    vertical-align: middle;
}

.homeResourceBar .HomeResourceCopy h3 {
    font-size: 2.3em;
    font-family: 'MullerMedium', sans-serif;
    margin: 30px 0 50px;
}

.homeResourceBar .HomeResourceCopy .btn {
    font-size: 1.2em;
}

.homeResourceBar .HomeResourceCopy .btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.fullWrap.globalForm {
    background: url(http://cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/contact-form-bg.jpg) no-repeat center top #446590;
    background-size: cover;
    padding: 60px 0;
    float:left;
    width:100%;
}

.globalForm .formCopy {
    background: rgba(0,0,0,0.4);
    color: #ffffff;
    padding: 50px 20px 30px;
}

.globalForm .formCopy h2 {
    font-size: 2.1em;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Muller', sans-serif;
    font-weight:300;
}

.globalForm .formCopy a {
    color: #ffffff;
    text-decoration: none;
}

.globalForm .formCopy p {
    margin:20px 0;
    float:left; 
    width:100%;
}

.globalForm .formCopy h2 strong,
.globalForm .formCopy h2 b {
    font-family: 'MullerBold', sans-serif;
}
.globalForm .formCopy h3 {
    color: #ffffff;
    font-size: 1.45em;
}

.globalForm .formWrap {
    color: #ffffff;
}

.globalForm .formWrap h3 {
    display: none;
}

.globalForm .formWrap input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]),
.globalForm .formWrap select,
.globalForm .formWrap textarea {
    background: rgba(255,255,255,0.65);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    min-height: 35px;
}

.globalForm .formWrap input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]),
.globalForm .formWrap select {
    height: 35px;
}

.globalForm .formWrap textarea {
    resize: none;
}

.globalForm .formWrap label {
    font-size: 0.7em;
    line-height: 1.1em;
    font-family: 'MullerRegular', sans-serif;
    text-transform: uppercase;
}

.globalForm .formWrap .hs-form fieldset {
    max-width: none;
    width: 100%;
}

.globalForm .formWrap .hs-form fieldset .field {
    padding: 0 10px 20px;
    position: relative;
}

.globalForm .formWrap .hs-form fieldset .field .hs-error-msgs {
    position: absolute;
    top: 5px;
    right: 15px;
    list-style: none;
    font-size: 0.85em;
    pointer-events: none;
    color: #ff0000;
}

.globalForm .formWrap .hs-form fieldset.form-columns-1 .hs-input,
.globalForm .formWrap .hs-form fieldset.form-columns-2 .hs-input,
.globalForm .formWrap .hs-form fieldset.form-columns-3 .hs-input {
    width: 100%;
}

.globalForm .formWrap .hs-form fieldset.form-columns-1 .input,
.globalForm .formWrap .hs-form fieldset.form-columns-2 .input,
.globalForm .formWrap .hs-form fieldset.form-columns-3 .input {
    margin: 0;
}

.globalForm .formWrap .hs-form .hs_submit {
    padding: 20px 10px 0;
}

.globalForm .formWrap .hs-form .hs_submit input {
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #81ba1e;
    border-radius: 0;
    border: 0;
    font-size: 1.1em;
    color: #ffffff;
    font-family: inherit;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.2s linear;
    -webkit-appearance: none;
}

.globalForm .formWrap .hs-form .hs_submit input:hover {
    opacity: 0.75;
}

.homepage .heroWrap {
    padding: 0;
    height: 650px;
}

.homepage .heroWrap .innerWrap .heroCopy {
    padding-top: 250px;
}

.row-fluid .hero-section .hero-content h1 {
    font-size: 25px;
    line-height: 32px;
    font-family:  "MullerRegular", sans-serif;
}

.row-fluid .text-center { text-align:center; }

/*---------------------------------------------------- Marketing Solutions -----------------------------------------------*/
.row-fluid .set-bg { background-size: cover !important; background-repeat: no-repeat !important; background-position: center top !important; }
.row-fluid .get-bginner, .row-fluid .get-bg { display:none; }
.row-fluid .container { margin:0 auto !important; float:none; max-width:1140px; width:100%; padding:0 20px; }
.row-fluid a { text-decoration:none; transition:ease all 0.4s; -webkit-transition:ease all 0.4s; -moz-transition:ease all 0.4s; -ms-transition:ease all 0.4s; }
.bodyWrap a, .container a { color: #fd6b0d; text-decoration: none; }
.bodyWrap a:hover, .container a:hover { text-decoration: underline; color: #58595b; }
.row-fluid img { max-width:100%; height:auto; }
.row-fluid input[type=submit] { background:url(http://cdn2.hubspot.net/hubfs/32387/cos-projects/data-group/submit-bg.png)repeat; }
.row-fluid .transparent-btn { text-align:center; }
.row-fluid .transparent-btn a { float:none; display:inline-block; font-size: 19.23px; color: #FFF !important; text-transform: uppercase; border: #FFF solid 2px; padding: 10px 25px; margin-top: 30px; }
.row-fluid .transparent-btn a:hover { background:#FFF; color:#fd6b0d !important; }
.row-fluid .white-box { background:rgba(255,255,255,0.8); text-align:left; padding:35px 44px; font-size:19px; line-height:28px; margin-top:25px; margin-bottom:10px; }
.row-fluid .white-box h4 { text-transform:uppercase; color:#555555; font-size:23px; }
.row-fluid .white-btn a { font-size:19px; display: inline-block; float: none; padding: 10px 50px 5px 35px; line-height: 28px; text-decoration: none; text-transform: uppercase; color: #FFF; border: #FFF solid 2px; margin-top: 10px; position:relative; transition:ease all 0.4s; -webkit-transition:ease all 0.4s; -moz-transition:ease all 0.4s; -ms-transition:ease all 0.4s; }
.row-fluid .white-btn a:after { position:absolute; content:"\f105"; font-family: 'FontAwesome'; width:20px; height:44px; right:25px; top:0; line-height:42px; font-size:20px;  transition:ease all 0.4s; -webkit-transition:ease all 0.4s; -moz-transition:ease all 0.4s; -ms-transition:ease all 0.4s; }
.row-fluid .white-btn a:hover { color:#fd6b0d; background:#FFF; }
.row-fluid .white-btn a:hover:after { right:15px; }
.row-fluid .gray-btn a { font-size: 19px; text-transform: uppercase; color: #555; border: #555 solid 2px; display: inline-block; padding: 10px 50px 5px 35px; line-height: 28px; position: relative; }
.row-fluid .gray-btn a:hover { background:#fd6b0d; border-color:#fd6b0d; color:#FFF; text-decoration: none; }
.row-fluid .gray-btn a:before { position:absolute; color:#fd6b0d; content:"\f105"; font-family: 'FontAwesome'; width:20px; height:44px; right:25px; top:0; line-height:42px; text-align:center; font-size:20px;  transition:ease all 0.4s; -webkit-transition:ease all 0.4s; -moz-transition:ease all 0.4s; -ms-transition:ease all 0.4s; }
.row-fluid .gray-btn a:hover:before { right:15px; color:#FFF; }
.row-fluid .download-btn a { font-family: 'MullerRegular', sans-serif; font-size: 14.56px; background:#fd6b0d; text-transform: uppercase; color: #FFF; border: #FFF solid 2px; display: inline-block; padding: 5px 47px 3px 35px; line-height: 36px; position: relative; }
.row-fluid .download-btn a:hover { background:#FFF; color:#fd6b0d; text-decoration: none; }
.row-fluid .download-btn a:before { position:absolute; color:#FFF; content:"\f105"; font-family: 'FontAwesome'; width:20px; height:100%; right:25px; top:0; line-height:43px; text-align:center; font-size:16px;  transition:ease all 0.4s; -webkit-transition:ease all 0.4s; -moz-transition:ease all 0.4s; -ms-transition:ease all 0.4s; }
.row-fluid .download-btn a:hover:before { right:15px; color:#fd6b0d; }
.row-fluid .mainconfirmation-section .downloadgreen-btn a { background:#84bf25; float:left; width:100%; text-align:center; color:#FFF; text-transform:uppercase; font-size:21.34px; line-height: 34px; padding: 15px; }
.row-fluid .mainconfirmation-section .downloadgreen-btn a:after { content:url(http://cdn2.hubspot.net/hubfs/32387/cos-projects/data-group/download-icon.png); padding-left:5px; }
.row-fluid .mainconfirmation-section .downloadgreen-btn a:hover { opacity:0.9; }
.row-fluid .hero-section { float:left; width:100%; padding:200px 0 300px; background-attachment:fixed; text-align:center; position:relative; color:#FFF; font-size:25px; line-height:32px; }
.row-fluid .hero-section a { color:#82bb0f; }
.row-fluid .hero-section:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; /*background:rgba(0,0,0,0);*/ }
.row-fluid .hero-section:after { position:absolute; content:''; left:0; bottom:0; width:100%; height:40px; background:url(http://cdn2.hubspot.net/hubfs/32387/cos-projects/data-group/arrow-bg.png) no-repeat center bottom; background-size:100% auto; }
.row-fluid .hero-section .container { position:relative; }
.row-fluid .hero-section h2 { font-size:85px; line-height:95px; text-transform:uppercase; margin:50px 0; }
.row-fluid .hero-section h1 { font-size:85px; line-height:95px; text-transform:uppercase; margin:50px 0; }
.row-fluid .marketingsolution-orange { float:left; width:100%; background:#fd6b0d; padding:50px 0; text-align:center; }
.row-fluid .marketingsolution-orange h4 { font-size:30px; color:#FFF; text-transform:uppercase; line-height:36px; }
.row-fluid .ms-working { float:left; width:100%; padding:110px 20px 0; font-size:19px; line-height:28px; }
.row-fluid .ms-working .ms-workinginner { border-bottom:#e6e7e8 solid 1px; float:left; width:100%; padding-bottom:100px; color:#58595b; }
.row-fluid .ms-working .borderleft { border-left:#94d60a solid 8px; padding-left:50px; }
.row-fluid .ms-working h3 { font-size:42px; color:#555555; line-height:50px; text-transform:uppercase; }
.row-fluid .ms-working p { margin:15px 0 0; }
.row-fluid .ms-working .ms-workingimage { text-align:right; }
.row-fluid .data-section { float:left; width:100%; padding:60px 0; position:relative; font-size:19px; line-height:28px; color:#58595b; }
.row-fluid .data-section h2 { font-size:50px; line-height:70px; color:#555555; text-transform:uppercase; }
.row-fluid .data-section h4 { font-size:25px; line-height:36px; color:#58595b; }
.row-fluid .capabilities-section { float:left; width:100%; padding:70px 0 50px; position:relative; text-align:center; }
.row-fluid .capabilities-section:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:rgba(63,63,63,0.63); }
.row-fluid .capabilities-section:after {
position: absolute;
content: '';
width: 50px;
height: 25px;
left: 50%;
top: 0;
margin-left: -25px;
border-top: 40px solid #FFF;
border-left: transparent solid 35px;
border-right: transparent solid 35px;
box-sizing: border-box;
}
.row-fluid .capabilities-section .container { position:relative; }
.row-fluid .capabilities-section h3 { color:#FFF; font-size:35px; text-transform:uppercase; line-height:36px; }
.row-fluid .capabilities-section .center-50 { float:none; display:inline-block; width:50%; }
.row-fluid .blog-form textarea, .row-fluid .solutionmarketing-form textarea { height:130px; }
.row-fluid .blog-form .hs_message, .row-fluid .solutionmarketing-form .hs_message { padding-bottom:0 !important; }

.post-listing-simple .post-item { margin: 0 0 20px; }
.post-listing-simple .post-item h2 { font-size: 22px; }
.post-listing-simple .post-item h2 a { color: #555555; }
.post-listing-simple .post-item h2 a:hover { color: #fd6b0d !important; }

/* Direct Marketing */
.row-fluid .directmarketing-section { float:left; width:100%; padding:80px 0; }
.row-fluid .directmarketing-section .directmarketing-content { border-left:#94d60a solid 8px; padding-left:20px; font-size:20px; line-height:32px; font-family:'MullerThin',sans-serif; font-weight:700; }
.row-fluid .directmarketing-section .directmarketing-content ul { margin: 20px 0 0; }
.row-fluid .directmarketing-section .directmarketing-content p { margin:20px 0 0; }
.row-fluid .directmarketing-section .directmarketing-content h3 { font-family:'MullerThin',sans-serif; color:#58595b; font-size:30px; line-height:36px; margin:0; }
.row-fluid .directmarketing-section .directmarketing-content h2 { font-size:43px; margin-bottom:0; font-family: 'MullerRegular', sans-serif; line-height:45px; text-transform:uppercase; color: #555555; padding-right: 100px; }
.row-fluid .subfeature-section { float:left; width:100%; padding:0 0 50px; color:#58595b; }
.row-fluid .subfeature-section a { color: #fd6b0d; }
.row-fluid .subfeature-section a:hover { color: #555; text-decoration: underline; }
.row-fluid .subfeature-box { padding: 0 20px 25px; line-height:28px; }
.row-fluid .subfeature-box h4 { font-family: 'MullerBold', sans-serif; font-size:31px; line-height:36px; font-weight:700; color:#58595b; text-transform:uppercase; margin:0 0 5px; }
.row-fluid .directmarketing-form textarea { height:130px; }
.row-fluid .directmarketing-form .hs-form .hs_submit { padding-top:0; }
.row-fluid .resource-section { float:left; width:100%; padding:40px 0; background:#fd6b0d; color:#FFF; font-size:21px !important; font-family:'MullerThin',sans-serif; font-size:30px; position:relative; }
.row-fluid .resource-section:before { position:absolute; content:''; width:50px; height:25px; left:50%; top:0; margin-left:-25px; border-top:40px solid #FFF; border-left:transparent solid 35px; border-right:transparent solid 35px; box-sizing:border-box; }
.row-fluid .resource-section .container { padding:0 150px; }
.row-fluid .resource-section .resource-right { padding-top:40px; padding-left:20px; }
.row-fluid .resource-section .resource-right h3 { font-size:30px; line-height:35px; color:#FFF; font-family: 'MullerBold', sans-serif; text-transform:uppercase; }
.row-fluid .resource-section .resource-right h3 span { font-family: 'MullerRegular', sans-serif; }
.row-fluid .mainblog-section { float:left; width:100%; padding:70px 0; }
.row-fluid .mainblog-section .blog-left { float:left; width:73%; padding-right:50px; }
.row-fluid .mainblog-section .blog-right { float:left; width:27%; margin:0; }
.row-fluid .mainblog-section .blog-right h3 { font-family: 'MullerRegular', sans-serif; background:#103a71; color:#FFF; text-transform:uppercase; font-size:19.51px; display: block; line-height: 30px; padding: 5px 25px; font-weight:400; }
.row-fluid .mainblog-section .blog-right ul { list-style:none; padding: 10px 0 10px 10px; margin:0 0 20px; }
.row-fluid .mainblog-section .blog-right ul li { margin-bottom: 1em; }
.row-fluid .mainblog-section .blog-right ul li a { line-height:1.25em; color:#fd6b0d; text-transform:uppercase; display:block; font-size: 16px; }
.row-fluid .mainblog-section .blog-right ul li a .filter-link-count { display:none; }
.row-fluid .mainblog-section .blog-right ul li a:hover, .row-fluid .mainblog-section .blog-right .recent-posts ul li a:hover { color:#999; text-decoration: none; }
.hs-blog-listing .row-fluid .blogpost-inner, .hs-blog-post .row-fluid .listing-section { display:none; }
.hs-blog-post .row-fluid .blogpost-inner { display:block; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item:first-child { float:left; width:100%; padding-bottom:30px; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item:first-child .hs-featured-image-wrapper { height:auto; margin-bottom: 10px; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item .hs-featured-image-wrapper { float:left; width:100%; height:175px; overflow:hidden; background-size:cover; background-position:center top; background-repeat:no-repeat; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item .hs-featured-image-wrapper img.hs-featured-image { max-width:100%; width:100%; margin:0; opacity:0; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item #hubspot-author_data { float:left; width:100%; font-size:17px; color: #58595b; font-family: 'MullerRegular', sans-serif; text-transform:uppercase; padding:10px 0; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item #hubspot-author_data a { color:#fd6b0d; font-family: 'MullerBold', sans-serif; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item #hubspot-author_data a:hover { color:#999; text-decoration: none; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item:first-child .post-header h2, .row-fluid .mainblog-section .blog-left .post-listing .post-item:first-child .post-header h2 a { font-size: 30px; color:#58595b; text-transform:uppercase; float:left; width:100%; position:relative; line-height:45px; font-family: 'MullerMedium', sans-serif; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item:first-child .post-header h2 a:hover { color:#fd6b0d; text-decoration: none; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item .post-header h2 { padding:0 0 20px; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item .post-header h2:after { position:absolute; content:''; left:0; bottom:0; width:108px; height:4px; background:#fd6b0d; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item .post-body { font-size:16.9px; color:#58595b; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item .more-link { color:#58595b; font-size:17px; text-transform:uppercase; margin-top:22px; float:left; width:100%; transition:ease all 0.4s; -webkit-transition:ease all 0.4s; -moz-transition:ease all 0.4s; -ms-transition:ease all 0.4s; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item .more-link .fa { color:#fd6b0d; padding-left:5px; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item .more-link:hover { color:#fd6b0d; text-decoration: none; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item:first-child .author-wrap { float:left; width:auto; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item:first-child .author-wrap span { display:block; float:left; padding:0 5px; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item #hubspot-author_data .publish-date { float:left; }
.row-fluid .blog-right .sidebar-cta { margin-bottom:30px;  }
.hs-blog-post .row-fluid .blog-right .sidebar-cta {  }
.row-fluid .mainblog-section .blog-left .post-listing .post-item { width:46%; float:left; margin-right:8%; padding-bottom:30px; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item a { color:#fd6b0d; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item:nth-child(2n+1) { margin-right:0; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item .author-wrap { float:left; width:100%; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item .author-wrap span { display:none; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item #hubspot-author_data .publish-date { display:block; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item .post-header h2, .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-header h2 a { font-size:22px; color:#58595b; text-transform:uppercase; float:left; width:100%; position:relative; line-height:30px; font-family: 'MullerMedium', sans-serif; }
.row-fluid .mainblog-section .blog-left .post-listing .post-item .post-header h2 a:hover { color:#fd6b0d; text-decoration: none; }
.row-fluid .mainblog-section .blog-left .blog-pagination { float: left; width: 100%; padding: 50px 0 0; text-align:center; }
.row-fluid .mainblog-section .blog-left .blog-pagination a { padding: 5px 20px; background: #f4f4f4; line-height: 26px; color: #fd6b0d; float: none; display: inline-block; margin: 0 2px 4px; text-transform: uppercase; font-size: 12px; }
.row-fluid .mainblog-section .blog-left .blog-pagination a:hover { background:#fd6b0d; color:#fff; text-decoration: none; }
.row-fluid .blog-subscribe { text-align:center; }
.row-fluid .blog-hero { padding:200px 0 150px; }
.row-fluid .blog-subscribe .form-title { float:none; display:inline-block; font-size:23px; }
.row-fluid .blog-subscribe > div > span > div { float:none; display:inline-block; width:50%; padding-left:25px; }
.row-fluid .blog-subscribe > div > span > div .hs_email label { display:none; }
.row-fluid .blog-subscribe > div > span > div form { position:relative; padding-bottom:30px; }
.row-fluid .blog-subscribe > div > span > div form input[type=email] { outline:none; height:45px; padding-right:190px; font-family: 'MullerRegular', sans-serif; padding-left:10px; }
.row-fluid .blog-subscribe > div > span > div form input[type=submit] { cursor:pointer; position: absolute; right: 1px; top:1px; line-height: 30px; display: inline-block; height:45px; font-size:0; min-width:168px; background:url(http://cdn2.hubspot.net/hubfs/32387/cos-projects/data-group/submit1-new.png) no-repeat center top; background-size:contain; outline: none; border: none; padding: 0 25px;  color: #fff; text-transform: uppercase; }
.row-fluid .blog-subscribe > div > span > div form input[type=submit]:hover { background:url(http://cdn2.hubspot.net/hubfs/32387/cos-projects/data-group/submit2-new.png) no-repeat; top: 1px; right: 1px; }
.blogue .row-fluid .blog-subscribe > div > span > div form input[type="submit"] {background:url(http://cdn2.hubspot.net/hubfs/542736/submit1.png) no-repeat;}
.blogue .row-fluid .blog-subscribe > div > span > div form input[type="submit"]:hover {background:url(http://cdn2.hubspot.net/hubfs/542736/submit1_Hover.png) no-repeat;}
.row-fluid .blog-subscribe ul.hs-error-msgs { list-style: none; margin: 0; padding: 0; color: #FFF; text-align: left; font-size: 12px; position:absolute; left:0; bottom:0; }
.row-fluid .blog-subscribe ul.hs-error-msgs label { display:block !important; }
.row-fluid .mainblog-section .blog-left .blog-post-wrapper .post-header h1 { font-size: 30px; line-height: 60px; text-transform: uppercase; color: #58595b; padding-bottom: 30px; margin-bottom: 20px; display: inline-block;  position: relative; }
.row-fluid .mainblog-section .blog-left .blog-post-wrapper .post-header h1:after { position:absolute; content:''; width:232px; height:5px; left:0; bottom:0; background:#7bb313; }
.row-fluid .mainblog-section .blog-left .blog-post-wrapper .post-date { float:left; width:50%; padding: 15px 0 25px; color: #58595b; font-size:19.36px; }
.row-fluid .mainblog-section .blog-left .blog-post-wrapper .post-date a { color:#fd6b0d; }
.row-fluid .mainblog-section .blog-left .blog-post-wrapper .post-date a:hover { color:#555555; text-decoration: none; }
.row-fluid .mainblog-section .blog-left .blog-post-wrapper #hubspot-author_data { float:left; width:50%; padding-top:15px; }
.row-fluid .mainblog-section .blog-left .blog-post-wrapper #hubspot-author_data .hs-author-social-section { float:right; }
.row-fluid .mainblog-section .blog-left .blog-post-wrapper #hubspot-author_data .hs-author-social-section a { background:#a29f9f; width: 25px; height: 25px; float: left; color: #fff; margin: 0 0 0 10px; text-align: center; line-height: 25px; }
.row-fluid .mainblog-section .blog-left .blog-post-wrapper #hubspot-author_data .hs-author-social-section a:hover { background:#fd6b0d; }
.row-fluid .mainblog-section .blog-left .blog-post-wrapper .post-body { float:left; width:100%; color:#58595b; }
.row-fluid .mainblog-section .blog-left .blog-post-wrapper #hubspot-topic_data { float:left; width:100%; padding: 10px 0; text-transform:uppercase; font-size: 23px; line-height: 35px; border-bottom: #ebebeb solid 2px; border-top: #ebebeb solid 2px; }
.row-fluid .mainblog-section .blog-left .blog-post-wrapper #hubspot-topic_data a { padding: 0 10px; color: #fd6b0d; text-transform: uppercase; font-size: 13.22px; }
.row-fluid .mainblog-section .blog-left .blog-post-wrapper a { color:#fd6b0d; }
.row-fluid .mainblog-section .blog-left .blog-post-wrapper a .fa { color:#FFF; display:inline-block; line-height:25px; cursor: pointer }
.row-fluid .mainblog-section .blog-left .blog-post-wrapper .hs-author-social-links a { font-size: 0; }
.row-fluid .mainblog-section .blog-left .blog-post-wrapper .hs-author-social-links a .fa { font-size: 18px; }
.row-fluid .mainblog-section .blog-left .blogpost-cta { display:none; }
.hs-blog-post .row-fluid .mainblog-section .blog-left .blogpost-cta { display:block; }

.row-fluid .mainblog-section .post-listing-simple .post-item h2 a { font-size:25px; color:#fd6b0d; padding:10px 0; line-height:40px; border-bottom:#ccc solid 1px; display:block; }
.row-fluid .mainblog-section .post-listing-simple .post-item h2 a:hover { color:#CCC; text-decoration: none; }
.row-fluid .mainblog-section .post-listing-simple .post-item h2 { margin:0; }
.row-fluid .communication-resources { float:left; width:100%; background:#fd6b0d; padding:40px 0; color:#FFF; font-size:21px; line-height:25px; font-family: 'MullerThin', sans-serif; position:relative; }
.row-fluid .communication-resources:before { position:absolute; content:''; width:50px; height:25px; left:50%; top:-1px; margin-left:-25px; border-top:35px solid #FFF; border-left:transparent solid 24px; border-right:transparent solid 24px; box-sizing:border-box; }
.row-fluid .communication-resources h2 { font-size:41px; color:#FFF; line-height:45px; text-transform:uppercase; }
.row-fluid .communication-resources h2 span { font-family: 'MullerMedium', sans-serif; }
.row-fluid .communication-resources .download-btn { margin-top:10px; }
.row-fluid .communication-resources .communication-image { margin-top:-70px; }
/* Confirmation Page */
.confirmation-page .header-container-wrapper { position:relative; }
.confirmation-page .body-container-wrapper { margin-top:0; }
.confirmation-page.contact .header-container-wrapper .top-section { padding-top: 50px; }
.confirmation-page.contact .landing-form::before { display: none; }
.row-fluid .top-section { float:left; width:100%; padding:65px 0 35px; }
.row-fluid .top-section .backto-site { text-align:right; }
.row-fluid .top-section .backto-site a { color:#58595b; font-size:19px;  text-transform:uppercase; }
.row-fluid .top-section .backto-site a .fa { color:#fd6b0d; padding-right:5px; }
.row-fluid .top-section .backto-site a:hover { color:#fd6b0d; text-decoration: none; }
.row-fluid .mainconfirmation-section { float:left; width:100%; padding:22px 0; position:relative; }
.row-fluid .mainconfirmation-section:before { position:absolute; content:''; width:100%; height:100%; left:0; top:0; background:rgba(16,58,113,0.78); }
.row-fluid .mainconfirmation-section .confirmation-left { padding-right:40px; padding-top:80px; }
.row-fluid .mainconfirmation-section h2 { font-size:50px; line-height: 60px; color: #FFF; text-transform: uppercase; padding: 20px 0; }
.row-fluid .mainconfirmation-section .container { position:relative; }
.row-fluid .mainconfirmation-section .cf-subtitle { font-size:28px; text-transform:uppercase; color:#fd6b0d; line-height:32px; }
.row-fluid .mainconfirmation-section .confirm-img { text-align:right; }
/* Landing Page */
.row-fluid .lp-main { float:left; width:100%; padding:20px 0 90px; line-height:31px; color:#58595b; }
.row-fluid .lp-main h2 { font-size:50px; line-height: 60px; color: #58595b; text-transform: uppercase; padding: 20px 0 30px; margin-bottom:30px; position:relative; }
.row-fluid .lp-main h2:before { position:absolute; content:''; left:0; bottom:0; width:232px; height:5px; background:#7bb313; }
.row-fluid .lp-main .lp-img { text-align:right; }
.row-fluid .lp-main .lp-img img { box-shadow:#ccc 0 0 20px 0px; border:#CCC solid 1px !important; }
.landing-form { position:relative; }
.landing-form:before { position:absolute; content:''; width:50px; height:25px; left:50%; top:0; margin-left:-25px; border-top:35px solid #FFF; border-left:transparent solid 24px; border-right:transparent solid 24px; box-sizing:border-box; }
.globalForm .landing-form .formCopy { text-align:center; }
.globalForm .landing-form .formCopy h2 { line-height:50px; }
.globalForm .landing-form .formWrap h3 { font-family: 'MullerRegular', sans-serif; display:block; padding: 0 10px; text-transform: uppercase; margin-bottom: 10px; }
.globalForm .landing-form .formWrap .hs_submit > .actions { position:relative; }
.globalForm .landing-form .formWrap .hs_submit > .actions:before { position:absolute; content:''; left:50%;  }
.datasmall-logo { text-align:center; padding:60px 0 40px; }
/* Job Listing */
.row-fluid .job-listing .formCopy { padding:40px 20px; font-size:31px; line-height:40px; text-align:center; }
/* Industry Page */
.row-fluid .tab-section { float:left; width:100%; color:#58595b; line-height: 28px; }
.row-fluid .tab-section .tab-list { float:left; width:34%; padding-right:50px; }
.row-fluid .tab-section .tab-list .tab-list { width:100%; }
.row-fluid .tab-section .tab-list > a { float:left; width:100%; padding:20px 25px; border-bottom:#d3d3d3 solid 1px; font-size:20px; line-height:24px; font-family: 'MullerRegular', sans-serif; color:#a9aaaa; position:relative; }
.row-fluid .tab-section .tab-row { float:left; width:66%; padding-left:20px; }
.row-fluid .tab-section .tab-list > a.selected, .row-fluid .tab-section .tab-list > a:hover { background:#103a71; color:#FFF; }
.row-fluid .tab-section .tab-list>a.selected { padding:35px 25px; }
.row-fluid .tab-section .tab-list > a:before { opacity:0; position: absolute; content: ''; width: 50px; height: 100%; background:url(http://cdn2.hubspot.net/hubfs/32387/cos-projects/data-group/tab-arrow.png) no-repeat center center; background-size:100% 100%; right: -50px; box-sizing: border-box; top: 0; transition:ease all 0.4s; -webkit-transition:ease all 0.4s; -moz-transition:ease all 0.4s; -ms-transition:ease all 0.4s; }
.row-fluid .tab-section .tab-list > a.selected:before, .row-fluid .tab-section .tab-list > a:hover:before { opacity:1; }
.row-fluid .tab-section .tab-row .tabcontent { display:none; }
.row-fluid .tab-section .tabcontent h5 { text-transform:uppercase; color:#656565; padding-top:20px; margin-bottom:0; }
.row-fluid .tab-section .tab-row .tabcontent:first-child { display:block; }
.row-fluid .tab-section .accordion .acc-detail { display:none; padding: 20px; float: left; width: 100%; }
.row-fluid .tab-section .accordion .acc-detail.current { display:block; }
.row-fluid .tab-section .accordion .acc-detail h6 { font-size: 17.31px; text-transform: uppercase; margin: 10px 0 5px; }
.row-fluid .tab-section .accordion { float:left; width:100%; padding:20px 0 0; }
.row-fluid .tab-section .accordion .acc-row { border: #999 solid 1px; float: left; width: 100%; margin-bottom: 5px; }
.row-fluid .tab-section .accordion .acc-row:first-child .acc-detail { display:block; }
.row-fluid .tab-section .accordion .acc-title { float:left; width:100%; padding: 10px 40px 10px 20px; font-size: 21px; line-height: 35px; position:relative; text-transform: uppercase; color: #555555; cursor:pointer; }
.row-fluid .tab-section .accordion .acc-title:before { position:absolute; content:"\f105"; font-family: 'FontAwesome'; width:15px; height:100%; line-height:55px; right:10px; top:0; }
.row-fluid .tab-section .accordion .acc-row.active .acc-title:before { content:"\f107"; }
.row-fluid .tab-section .accordion .acc-row.active .acc-title { background:#103a71; color:#FFF; }
.row-fluid .tab-section .accordion .acc-detail .acc-learnmore { font-size:11.44px; text-transform:uppercase; font-family: 'MullerMedium', sans-serif; color:#555; }
.row-fluid .tab-section .accordion .acc-detail .acc-learnmore:hover, .row-fluid .tab-section .accordion .acc-detail .acc-learnmore .fa { color:#fd6b0d; }
/* Career Page */
.row-fluid .careers-hero .transparent-btn a { min-width:550px; }
.row-fluid .careers-hero .transparent-btn a:hover { text-decoration: none; }
.row-fluid .careers-hero a .fa { padding-left:15px; color:#fd6b0d; font-weight:700; }
.row-fluid .our-mission { float:left; width:100%; padding:50px 0 20px; text-align:center; font-size:23px; line-height:29px; color:#636466; }
.row-fluid .our-mission .container { padding:0 40px; }
.row-fluid .our-mission h3 { font-size:39px; line-height:43px; color:#fd6b0d; font-family: 'MullerThin', sans-serif; padding:20px 0 10px; }
.row-fluid .leftimage-content { float:left; width:100%; padding:50px 0 80px; font-size:23px; line-height:29px; color:#636466; border-bottom:#ebebeb solid 1px; }
.row-fluid .leftimage-content h3 { font-size:36px; text-transform:uppercase; color:#555; line-height:40px; margin:0 0 30px; }
.row-fluid .rightimage-content { float:left; width:100%; padding:65px 0 150px; font-size:23px; line-height:29px; color:#636466; border-bottom:#ebebeb solid 1px; }
.row-fluid .rightimage-content h3 { font-size:36px; text-transform:uppercase; color:#555; line-height:40px; margin:0 0 30px; }
.row-fluid .rightimage-content ul { margin:0; padding:0 0 0 20px; }
.row-fluid .testimonial-section { float:left; width:100%; padding:60px 0; position:relative; text-align:center; }
.row-fluid .testimonial-section:before { position:absolute; content:''; width:100%; height:100%; left:0; top:0; background:rgba(0,0,0,0.7); }
.row-fluid .testimonial-section .container { position:relative; }
.row-fluid .testimonial-section h3 { font-size:36px; color:#FFF; line-height:40px; text-transform:uppercase; padding-bottom:15px; }
.row-fluid .testimonial-section ul, .row-fluid .testimonial-section ol { list-style:none; margin:0; padding:0; }
.row-fluid .testimonial-section .testi-box { float:left; width:auto; background:#c2c2c2; padding: 40px; font-size: 23px; line-height: 36px; color: #636466; text-align: left; margin-bottom:55px; position:relative; }
.row-fluid .testimonial-section .testi-box:before { position:absolute; content:''; left:43px; bottom:-53px; width:60px; height:53px; border-top: #c2c2c2 solid 40px; border-left: transparent solid 60px; border-right: transparent solid 0px; box-sizing: border-box; }
.row-fluid .testimonial-section .flex-control-nav { text-align:center; }
.row-fluid .testimonial-section .flex-control-nav li { float:none; display:inline-block; margin:0 3px; }
.row-fluid .testimonial-section .flex-control-nav li a { font-size: 0; padding:0; width:12px; height:12px; display:inline-block; background: #FFF; border-radius: 50%; vertical-align: top; cursor:pointer; }
.row-fluid .testimonial-section .flex-control-nav li a.flex-active, .row-fluid .testimonial-section .flex-control-nav li a:hover { background:#94d60a; }
.row-fluid .testimonial-section .testi-box .client-info { float:right; width:auto; padding-top: 20px; min-width: 40%; }
.row-fluid .testimonial-section .testi-box .client-info .client-name { font-family: 'MullerBold', sans-serif; }
.row-fluid .testimonial-section .testi-box .client-info .client-designation { font-style:italic; }
.row-fluid .joining-datateam { float:left; width:100%; padding:50px 0; background:#fd6b0d; text-align:center; color:#FFF; }
.row-fluid .joining-datateam h3 { font-size: 30px; text-transform: uppercase; margin-bottom: 0; line-height:32px; }
.row-fluid .joining-datateam .transparent-btn a { min-width:630px; margin-top:20px; }
.row-fluid .joining-datateam .transparent-btn a:hover { text-decoration: none; }
.row-fluid .joining-datateam .transparent-btn a .fa { padding-left:15px; }
/* Resource Page */
.row-fluid .resourcehero-content { float:left; width:100%; padding:0 150px; }
.row-fluid .filter-list { float:left; width:100%; padding:0 0 40px; }
.row-fluid .resource-filter { float:left; width:100%; padding:20px 0 60px; }
.row-fluid .resource-filter .sort-text { font-size:17px; line-height:40px; text-transform:uppercase; float:left; width:auto; }
.row-fluid .resource-filter h4 { font-size:18px; text-transform:uppercase; }
.row-fluid .resource-filter .filter-box { width:auto; margin-bottom:10px; min-width:160px; }
.row-fluid .resource-filter .option-combo { position:relative; }
.row-fluid .resource-filter .option-combo > span { cursor:pointer; padding:8px 10px; border:#444 solid 1px; float:left; width:100%; position:relative; text-transform:uppercase; text-align:center; font-size:17px; }
.row-fluid .resource-filter .option-combo > span:before { content: "\f107"; font-family: 'FontAwesome'; padding-right: 5px; color: #fc6a0c; font-weight:700; }
.row-fluid .resource-filter .option-combo > ul { display:none; float:left; width:100%; background:#f4f4f4; list-style:none; box-shadow:#ccc 0 3px 5px -1px; position: absolute; left: 0; top: 41px; z-index: 9; padding:0; margin:0; }
.row-fluid .resource-filter .option-combo > ul > li { float:left; width:100%; border-bottom:#fff solid 1px; font-size:14px; }
.row-fluid .resource-filter .option-combo > ul > li:last-child { border-bottom:none; }
.row-fluid .resource-filter .option-combo > ul > li a { padding:10px; display:block; cursor:pointer; }
.row-fluid .resource-filter .option-combo > ul > li a:hover { background:#FFF; }
.row-fluid .resource-filter .post-item { width:31%; margin:0 1% 30px; min-height:200px; background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .resource-filter .post-item .types { display:none; }
.row-fluid .resource-filter .post-item .hover-content { padding:25px 35px 15px 35px; width:100%; }
.row-fluid .resource-filter .post-item .hover-content h3 { color:#FFF; font-size:26px; line-height:30px; }
.row-fluid .resource-filter .post-item .hover-content a { color: #FFF; border: #FFF solid 2px; font-size: 14.56px; text-transform: uppercase; padding: 10px 20px; display: inline-block; line-height: 24px; }
.row-fluid .resource-filter .post-item .hover-content a:after { content: "\f105"; font-family: 'FontAwesome'; padding-left: 5px; color: #fc6a0c; font-weight:700; }
.row-fluid .resource-filter .post-item .hover-content a:hover { background:#FFF; color:#fc6a0c; }
.row-fluid .resource-filter .post-item .non-video { background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .resource-filter .post-item .non-video img { opacity:0; display:none; }
.row-fluid .resource-filter .post-item .video .popup-video { display:none; }
.row-fluid .resource-filter .post-item .video a.fancybox{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.row-fluid .resource-filter .post-item .video img { display:none; }
.row-fluid .communicationblog-left { padding-left:70px; }
/* New Investor Page */
.row-fluid .investor-hero h2 { margin:80px 0 20px; }
.row-fluid .investor-hero.hero-section:after { display:none; }
.row-fluid .sub-nav ul { float:left; width:100%; margin:0; list-style: none; background:url(http://cdn2.hubspot.net/hubfs/32387/cos-projects/data-group/subnav-bg1.png) no-repeat center top; background-size:100% auto; padding: 0; margin:-50px 0 0; position:relative; }
.row-fluid .sub-nav ul li { width:25%; float:left; }
.row-fluid .sub-nav ul li.fin-rep { padding-right:45px; }
.row-fluid .sub-nav ul li.newsevent { padding-left:45px; }
.row-fluid .sub-nav ul li a { text-align:center; display:inline-block; vertical-align:top; font-family: 'MullerBold', sans-serif; padding:40px 15px; text-transform:uppercase; line-height:36px; font-size:25px; color:#FFF; max-width:100% !important; width:100% !important; }
.row-fluid .sub-nav ul li a:hover { background:#88be1b; color:#FFF; }
.row-fluid .featured-section { float:left; width:100%; padding:50px 0; background:#ebebeb; }
.row-fluid .featured-section .featured-title h4 { padding:0 25px 0 15px; font-size:15.22px; text-transform:uppercase; color:#e4e4e4; background:#8a8a8a; float:left; position:relative; line-height:30px; }
.row-fluid .featured-section .featured-title h4:before { position:absolute; content:''; width:16px; height:100%; right:-16px; top:0; background:url(http://cdn2.hubspot.net/hubfs/32387/cos-projects/data-group/double-arrow.png) no-repeat center top; }
.row-fluid .featured-section .featured-box { font-size:22px; line-height:28px; color:#8a8a8a; }
.row-fluid .featured-section .featured-box h6 { margin: 0 0 5px; text-transform: uppercase; font-size: 23.6px; color: #8a8a8a; }
.row-fluid .featured-section .featured-box .learnmore-link a { text-transform:uppercase; font-size:20px; color:#8a8a8a; }
.row-fluid .featured-section .featured-box .learnmore-link a .fa { line-height: 24px; padding: 0 0 0 5px; color: #fd6b0d; }
.row-fluid .featured-section .featured-box .learnmore-link a:hover { color:#fd6b0d; }
.row-fluid .data-communication { padding-top:80px; }
.row-fluid .data-communication .container { padding:0 15px; line-height:39px; }
.row-fluid .data-communication h3 { padding-top:40px; }
.row-fluid .upcomingevents-section { float:left; width:100%; text-align:center; padding:130px 0 160px; }

/* upcoming events */
.row-fluid .upcomingevents-section .tab-content { display:none; }
.row-fluid .upcomingevents-section #upcoming-events { display:block; }
.row-fluid .upcomingevents-section .tabs-menu { float:none; display:inline-block; padding:0; margin:40px 0 0; text-align:center; list-style:none; }
.row-fluid .upcomingevents-section .tabs-menu > li { float:left; }
.row-fluid .upcomingevents-section .tabs-menu > li > a { border: #103a71 solid 1px; padding: 15px 10px; display: inline-block; line-height: 28px; min-width: 360px; font-size: 20px; text-transform: uppercase; color: #555454; }
.row-fluid .upcomingevents-section .tabs-menu > li.current a { background:#103a71; color:#FFF; }
.row-fluid .events-heading { float:left; width:100%; text-align:left; background:#103a71; padding: 12px; color: #FFF; line-height: 30px; text-transform:uppercase; font-size:20px; margin-top:20px; }
.row-fluid .upcomingevents-section h1 { color:#555555; font-size:63px; line-height:65px; }
.row-fluid .upcomingevents-section .event-row { font-family: 'MullerRegular', sans-serif; float:left; width:100%; padding:12px; text-align:left; font-size:18px; border-bottom:#555555 solid 1px; color:#555555; line-height: 1.25em;; }
.row-fluid .upcomingevents-section .event-datetime { float:left; width:22%; }
.row-fluid .upcomingevents-section .event { float:left; width:60%; margin:0; padding:0 10px; }
.row-fluid .upcomingevents-section .addto-calendar { float:left; width:18%; margin:0; }
.row-fluid .upcomingevents-section .event-row .addto-calendar { text-align:center; }
.row-fluid .upcomingevents-section .event-row .addto-calendar .fa { padding-top:10px; }
.row-fluid .upcomingevents-section .event-row .event-datetime span { font-size: 12px; float: left; width: 100%; }
.row-fluid .upcomingevents-section .investor-news { float:left; width:100%; padding:40px 0 0; }
.row-fluid .upcomingevents-section .investor-news h4 { font-family: 'MullerMedium', sans-serif; color:#103a71; text-transform:uppercase; margin-bottom:10px; font-size:25px; line-height:30px; margin-top: 80px; }
.row-fluid .upcomingevents-section .investor-news .investor-headings { background:#103a71; padding: 12px; text-align: left; color: #FFF; line-height: 28px; font-size:20px; text-transform:uppercase; margin-bottom:5px; }
.row-fluid .upcomingevents-section .investor-news .investor-date { float:left; width:22%; }
.row-fluid .upcomingevents-section .investor-news .investor-news { float:left; width:78%; margin:0; padding:0 10px; }
.row-fluid .upcomingevents-section .news-row { text-align:left; padding: 12px; float: left; width: 100%; border-bottom:#555555 solid 1px; }
.row-fluid .financialreport-section { float:left; width:100%; padding:80px 0; background:#ebebeb; position:relative; }
.row-fluid .financialreport-section:before {
position: absolute;
content: '';
width: 50px;
height: 25px;
left: 50%;
top: 0;
margin-left: -25px;
border-top: 40px solid #FFF;
border-left: transparent solid 35px;
border-right: transparent solid 35px;
box-sizing: border-box;
}
.row-fluid .financialreport-section h1 { text-align:center; text-transform:uppercase; color:#555555; font-size:63px; line-height:65px; margin:0 0 40px; }
.row-fluid .financialreport-section .sedar-filings { text-align:center; font-size:21.48px; line-height:28px; color:#555; padding:40px 0; }
.row-fluid .financialreport-section .sedar-filings a { color:#555; text-decoration:underline; }
.row-fluid .financialreport-section .sedar-filings a:hover { color:#fd6b0d; text-decoration: none; }
.row-fluid .financialreport-section h4 { font-family: 'MullerMedium', sans-serif; color:#103a71; text-transform:uppercase; margin-bottom:10px; font-size:25px; line-height:30px; }
.row-fluid .financialreport-section .financial-report { text-align:center; padding:40px 0; }
.row-fluid .financialreport-section .financial-report .financialreport, .row-fluid .financialreport-section .financial-report .annualreport, .row-fluid .financialreport-section .financial-report .mgmtreport { float:none; display:inline-block; margin:0; padding:0; list-style:none; }
.row-fluid .financialreport-section .financial-report .financialreport li, .row-fluid .financialreport-section .financial-report .annualreport li, .row-fluid .financialreport-section .financial-report .mgmtreport li { float:left; }
.row-fluid .financialreport-section .financial-report .financialreport li a, .row-fluid .financialreport-section .financial-report .annualreport li a, .row-fluid .financialreport-section .financial-report .mgmtreport li a { display: inline-block; padding: 10px; line-height: 28px; min-width: 170px; border: #555 solid 1px; color: #555; font-size: 20px; }
.row-fluid .financialreport-section .financial-report .financialreport li a:hover, .row-fluid .financialreport-section .financial-report .annualreport li a:hover, .row-fluid .financialreport-section .financial-report .mgmtreport li a:hover { text-decoration: none; }
.row-fluid .financialreport-section .financial-report .financialreport li.current a, .row-fluid .financialreport-section .financial-report .annualreport li.current a, .row-fluid .financialreport-section .financial-report .mgmtreport li.current a { background:#103a71; color:#FFF; }
.row-fluid .financialreport-section .fr-row { text-align:left; float: left; width: 100%; padding: 12px; line-height: 30px; color:#555; border-bottom:#555 solid 1px; }
.row-fluid .fr-content, .row-fluid .ar-content, .row-fluid .mr-content { display:none; }
.row-fluid #ayear-2015, .row-fluid #year-2016, .row-fluid #myear-2015 { display:block; }
.row-fluid .annual-report .fr-headings, .row-fluid .financial-report .fr-headings { background:#103a71; color:#FFF; line-height:30px; padding:10px 12px; text-align:left; text-transform:uppercase; font-size:20px; margin-top:20px; }
.row-fluid .annual-report .fr-date, .row-fluid .financial-report .fr-date { float:left; width:22%; }
.row-fluid .annual-report .fr-description, .row-fluid .financial-report .fr-description { float:left; width:60%; margin:0; padding:0 10px; }
.row-fluid .annual-report .fr-download, .row-fluid .financial-report .fr-download { float:left; width:16%; margin:0; text-align:center; }
.row-fluid .governance-section { float:left; width:100%; padding:80px 0; position:relative; }
.row-fluid .governance-section:before {
position: absolute;
content: '';
width: 50px;
height: 25px;
left: 50%;
top: 0;
margin-left: -25px;
border-top: 40px solid #ebebeb;
border-left: transparent solid 35px;
border-right: transparent solid 35px;
box-sizing: border-box;
}
.row-fluid .governance-section h1 { color:#555555; font-size:63px; line-height:65px; text-align:center; text-transform:uppercase; }
.row-fluid .governance-section .secondary-header { border-bottom: #555 solid 1px; position: relative; margin:60px 0; padding: 0; text-align: center; line-height: 0; color:#103a71; min-height:0; }
.row-fluid .governance-section .secondary-header span { position: relative; top: 2px; background: #FFF; font-size: 25px; text-transform: uppercase; padding: 0 15px; }
.row-fluid .governance-section .bod { float:left; width:100%; font-size:19.2px; line-height:37px; color:#555; margin-bottom:45px; }
.row-fluid .governance-section .bod .bod-left { float:left; width:27%; padding-right:20px; }
.row-fluid .governance-section .bod .bod-right { float:left; width:73%; }
.row-fluid .governance-section .bod .bod-right .bod-name { font-size:28px; font-family: 'MullerBold', sans-serif; }
.row-fluid .governance-section .bod .bod-right .bod-name span { /* font-family:'MullerThin',sans-serif; font-weight: 700; font-style: italic; */ }
.row-fluid .governance-section .leadership-title { margin:70px 0 100px; }
.row-fluid .committee-documents { float:left; width:100%; padding:50px 0 100px; }
.row-fluid .committee-documents .governance-documents h4 { font-size:24px; line-height:30px; color:#103a71; text-transform:uppercase; font-family: 'MullerRegular',sans-serif; }
html:not(.hs-inline-edit) .row-fluid .committee-documents .governance-documents .document-row { float:left; width:100%; padding:10px 0; border-bottom:#555 solid 1px; }
html:not(.hs-inline-edit) .row-fluid .committee-documents .governance-documents .document-row .document-title { float:left; width:80%; font-size:22px; font-family:'MullerThin',sans-serif; font-weight: 700; line-height:26px; }
html:not(.hs-inline-edit) .row-fluid .committee-documents .governance-documents .document-row .document-icon { float:left; width:20%; text-align:center; padding-top:10px; }
.row-fluid .investor-form { font-size:19.5px; line-height:24px; }
.row-fluid .investor-form a { color:#FFF; }
.row-fluid .investor-form h3 { font-size:33px; color:#FFF; font-family: 'MullerBold', sans-serif; line-height: 36px; text-transform: uppercase; margin:0; }
.row-fluid .investor-form h3.form-title { padding:30px 0; }
.row-fluid .investor-form h3.form-title span { font-family:'MullerThin',sans-serif; font-weight: 700; }
.row-fluid .investor-form h5 { margin:30px 0 0; }
.row-fluid .investor-form ul.inputs-list { list-style:none; margin:0; padding:10px 0; color:#FFF; }
.row-fluid .investor-form ul.inputs-list label > input[type=checkbox] { float:left; width:15%; margin:0; display:none; }
.row-fluid .investor-form ul.inputs-list label > .check-wrap { float:left; width:100%; position:relative; padding-left:25px; font-size:12px; line-height:17.21px; font-family:'MullerThin',sans-serif; font-weight: 700; }
.row-fluid .investor-form ul.inputs-list label > .check-wrap > span { padding-left:10px; line-height:1empx; }
.row-fluid .investor-form ul.inputs-list label > .check-wrap:before { position:absolute; text-align:center; line-height:25px; content:''; font-family: 'FontAwesome';  background:rgba(255,255,255,0.5); width:25px; height:25px; left:0; top:0; }
.row-fluid .investor-form ul.inputs-list label > input[type=checkbox]:checked + .check-wrap:before { content:"\f00c"; }
.globalForm .investor-form .formCopy { padding:30px 50px 150px; }
.row-fluid .investor-form .hs-form fieldset { max-width:100%; }
.row-fluid .investor-form .hs-form fieldset .input { margin-right:0 !important; }
.row-fluid .investor-form .hs-form select { width: 100% !important; height: 35px; background: rgba(255,255,255,0.65); border: 0; border-radius: 0; font-family: inherit; font-size: inherit; min-height: 35px; padding: 6px; display: inline-block; }
.row-fluid .investor-form .hs_email, .row-fluid .investor-form .hs_country { padding-top:30px; }
.row-fluid .investor-form .hs_email label, .row-fluid .investor-form .hs_country label { font-size: 12px; color: #FFF; float: left; width: 100%; }
.row-fluid .investor-form input[type=email] { width: 100% !important; background: rgba(255,255,255,0.5); border: none; outline: none; padding: 15px 10px; line-height: 34px; font-size: 22px; }
.row-fluid .investor-form input[type=submit] { outline:none; margin-top:15px; width: 100%; padding: 20px; text-align: center; background-color: #81ba1e; border-radius: 0; border: 0; font-size: 1.1em; color: #ffffff; font-family: inherit; text-transform: uppercase; cursor: pointer; transition: opacity 0.2s linear; -webkit-appearance: none; }
.row-fluid .investor-form input[type=submit]:hover {opacity: 0.75; }
.row-fluid .atcb-link { background:url(http://cdn2.hubspot.net/hubfs/32387/cos-projects/data-group/calendar.png) no-repeat center top !important; background-size:cover !important; width:30px; height:30px; display:inline-block; font-size:0 !important; padding:0 !important; }
.row-fluid .subfeature-boxes > span > div { width:50%; float:left; }
.row-fluid .subfeature-boxes > span > div:nth-child(2n+1) { padding-right:15px; }
.row-fluid .subfeature-boxes > span > div:nth-child(2n) { padding-left:15px; }
.row-fluid .investor-form .hs_submit { margin-top: 30px; }

.row-fluid .dcc-btn { display:none; float:left; width:100%; padding:30px 0 50px; }
.row-fluid .dcc-btn .row-fluid .gray-btn a { padding: 10px 50px 5px 35px; font-size: 16px; line-height: 32px; }
.row-fluid .dcc-btn .row-fluid .gray-btn a:before { height: 46px; line-height: 48px; }

.hs-inline-edit .row-fluid .upcomingevents-section .tab-content,
.hs-inline-edit .row-fluid .fr-content, 
.hs-inline-edit .row-fluid .ar-content,
.hs-inline-edit .row-fluid .mr-content {
    display: inline-block;
}

.hs-inline-edit .row-fluid .upcomingevents-section #past-events.tab-content:before,
.hs-inline-edit .row-fluid #year-2016.fr-content:before,
.hs-inline-edit .row-fluid #year-2015.fr-content:before,
.hs-inline-edit .row-fluid #year-2014.fr-content:before,
.hs-inline-edit .row-fluid #year-2013.fr-content:before, 
.hs-inline-edit .row-fluid #ayear-2015.ar-content:before, 
.hs-inline-edit .row-fluid #ayear-2014.ar-content:before, 
.hs-inline-edit .row-fluid #ayear-2013.ar-content:before, 
.hs-inline-edit .row-fluid #myear-2015.mr-content:before, 
.hs-inline-edit .row-fluid #myear-2014.mr-content:before, 
.hs-inline-edit .row-fluid #myear-2013.mr-content:before {
    content: '';
    position: relative;
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding: 20px 10px;
    font-size: 2em;
    display: block;
    box-sizing: border-box;
    color: #ffffff;
}

.hs-inline-edit .row-fluid .upcomingevents-section #past-events.tab-content:before { content: 'Past Event Starts Here'; }
.hs-inline-edit .row-fluid #year-2016.fr-content:before { content: '2016 Financial Report'; }
.hs-inline-edit .row-fluid #year-2015.fr-content:before { content: '2015 Financial Report'; }
.hs-inline-edit .row-fluid #year-2014.fr-content:before { content: '2014 Financial Report'; }
.hs-inline-edit .row-fluid #year-2013.fr-content:before { content: '2013 Financial Report'; } 
.hs-inline-edit .row-fluid #ayear-2015.ar-content:before { content: '2015 Annual Report'; } 
.hs-inline-edit .row-fluid #ayear-2014.ar-content:before { content: '2014 Annual Report'; } 
.hs-inline-edit .row-fluid #ayear-2013.ar-content:before { content: '2013 Annual Report'; }
.hs-inline-edit .row-fluid #myear-2015.mr-content:before { content: '2015 Management Info'; }
.hs-inline-edit .row-fluid #myear-2014.mr-content:before { content: '2014 Management Info'; }
.hs-inline-edit .row-fluid #myear-2013.mr-content:before { content: '2013 Management Info'; }

/*=-=-=-=-=-=
 About Page
=-=-=-=-=-=*/
.welcome_section { padding:40px 0 60px; font-family: 'MullerThin',sans-serif; font-weight: 700;  color: #58595b; font-size: 18px; line-height: 26px; margin: 0; }
.welcome_section h3 { color:#58595b; font-family: 'MullerBold', sans-serif; line-height: 36px; font-size:23px; text-transform:uppercase;  font-weight: normal; }
.about_blue_strip { background:#103a71; color:#fff; font-size:26px; line-height:1.3; text-transform:uppercase; padding:60px 0 40px; text-align:center; }
.about_blue_strip h1 { color:#fff; font-size:26px; line-height:1.3; text-transform:uppercase; text-align:center; font-weight: 300; }
.about_2column { overflow:hidden; width:100%; }
.about_2column h4 { color:#fff; padding-bottom:10px; position:relative; font-family: 'MullerBold', sans-serif; font-weight: normal; line-height: 36px; font-size:23px; text-transform:uppercase;  }
.about_2column h4:after { content:''; width:60px; height:3px; background:#fff; top:100%; left:0; position:absolute; display:block;  } 
.about_2column ul { margin:5px 0 0; padding:0 0 0 10px; list-style:none;  }
.about_2column ul li { list-style:none; position:relative; font-family: 'MullerThin',sans-serif; font-weight: 700; font-size: 18px; line-height: 26px; padding-bottom:15px; }
.about_2column ul li:before { width:4px; height:4px; border-radius:50%; background:#fff; left:-10px; top:11px; content:''; position:absolute; } 
.about_2column_left { padding:40px; width:50% !important; margin:0 !important; background:#fd6b0d; color:#fff; position:relative; min-height:400px !important; }
.about_2column_left:before { content:''; position:absolute; width:1000%; height:100%; background:#fd6b0d; position:absolute; top:0; left:-1000%; } 
.about_2column_right { padding:40px; width:50% !important; margin:0 !important;background:#94d60a; color:#fff; position:relative;  min-height:400px !important; }
.about_2column_right:before { content:''; position:absolute; width:1000%; height:100%; background:#94d60a; position:absolute; top:0; right:-1000%; } 
.about_team .welcome_section { padding:60px 0 60px; }
.about_team .welcome_section label { color:#94d60a; font-family: 'MullerBold', sans-serif; font-weight: normal; }
.team_wrapper { width:100%;  float:left; padding:0px 0 30px; border-bottom:2px solid #ebebeb; margin-bottom:30px; }
.team_wrapper .member_pic { width:30%; float:left; padding-right:15px; }
.team_wrapper .member_description { width:70%; float:left; padding-left:15px; font-family: 'MullerThin',sans-serif; font-weight: 700;  color: #58595b; font-size: 18px; line-height: 23px; }
.team_wrapper .member_description h4 {  color:#58595b; font-family: 'MullerBold', sans-serif; line-height: 30px; font-size:23px; font-weight: normal; margin:0 0 15px; }
.member-boxes > span > div:last-child > .team_wrapper { border-bottom:none; }
.committee_section { font-size: 21px; font-family: 'MullerThin',sans-serif; font-weight: 700; line-height: 26px; }
.committee_section ul { margin:0; padding:10px 0; list-style:none; width:100%; float:left; padding:0 0 20px; border-bottom:1px solid #555454; margin-bottom:15px; }
.committee_section ul li { width:25%; float:left; padding-right:15px; }
.committee_section ul li:nth-child(1) { width:18%;  }
.committee_section ul li:nth-child(2) { width:23%;  }
.committee_section ul li:nth-child(3) { width:34%;  }
.committee_section ul li:nth-child(4) { width:25%;  }
html:not(.hs-inline-edit) .committee-member-section { width:100%; float:left; padding:10px 0; }
.committee-member-section .member-name { width:15%;display:inline-block; vertical-align:middle; text-align:center; }
.committee-member-section .audit-img { width:24%; display:inline-block; vertical-align:middle; text-align:center; }
.committee-member-section .corporate-img { width:32%; display:inline-block; vertical-align:middle; text-align:center; }
.committee-member-section .compensation_img { width:24%; display:inline-block; vertical-align:middle; text-align:center; }
.committie-indicatior { line-height:40px; padding-top:20px; margin-top:20px; border-top:1px solid #555454; }

/*=-=-=-=-=-=-=-=
 AirMail LP & CP
=-=-=-=-=-=-=-=*/
.airMail .header-container-wrapper { height: 100px; position: relative !important; }
.airMail .row-fluid .top-section { padding: 20px 0; }
.airMail .body-container-wrapper { margin-top: 0; }
.airMail .row-fluid .mainconfirmation-section .confirmation-left { padding-right: 0; }
.airMail .row-fluid .mainconfirmation-section::before { display: none; }
.airMail .row-fluid .mainconfirmation-section { color: #ffffff; font-size: 0.95em; min-height: 1000px; }
.airMail .row-fluid .mainconfirmation-section h2 { text-transform: none; font-size: 43px; line-height: 1em; max-width: 650px; width: 100%; margin: 0 auto; }
.airMail .row-fluid .mainconfirmation-section h4 { font-size: 1.15em; font-weight: 600; max-width: 650px; width: 100%; margin: 0 auto 20px; }
.airMail .row-fluid .mainconfirmation-section p { max-width: 850px; width: 100%; margin: 0 auto 20px; }
.airMail .airMailForm { text-align: center; margin: 0 auto 60px !important; width: 100%; max-width: 450px; float: none; }
.airMail .airMailForm .field > label { display: none; }
.airMail .airMailForm .field input:not([type="radio"]):not([type="checkbox"]):not([type="file"]) { border: none; border-radius: 6px; box-shadow: inset 0 0 5px 2px rgba(0,0,0,0.25);
    font-size: 18px; padding: 20px; font-family: 'MullerRegular', sans-serif; width: 100%; }
.airMail .airMailForm .field, .airMail .airMailForm .hs_submit { margin: 0 0 15px; }
.airMail .airMailForm .hs_submit input {
    -webkit-appearance: none;
    border: none; border-radius: 6px; font-size: 18px; padding: 20px; text-transform: uppercase; color: #ffffff; font-family: 'MullerBold', sans-serif; width: 100%;
    /*
    background: rgba(235,113,42,1);
    background: -moz-linear-gradient(top, rgba(235,113,42,1) 0%, rgba(212,80,8,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,113,42,1)), color-stop(100%, rgba(212,80,8,1)));
    background: -webkit-linear-gradient(top, rgba(235,113,42,1) 0%, rgba(212,80,8,1) 100%);
    background: -o-linear-gradient(top, rgba(235,113,42,1) 0%, rgba(212,80,8,1) 100%);
    background: -ms-linear-gradient(top, rgba(235,113,42,1) 0%, rgba(212,80,8,1) 100%);
    background: linear-gradient(to bottom, rgba(235,113,42,1) 0%, rgba(212,80,8,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb712a', endColorstr='#d45008', GradientType=0 );
    */
    background-color: #e6560a;
    background-image: url(http://cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/btn-simple-arrow-white.png);
    background-position: right 40px center;
    background-repeat: no-repeat;
    transition: opacity 0.2s linear;
    cursor: pointer;
}
.airMail .airMailForm .hs_submit input:hover { opacity: 0.75; }
.airMail .footer-container-wrapper .row-fluid [class*="span"] { min-height: 0 !important; }
.airMail .footer-container-wrapper .fullWrap .innerWrap { padding: 15px 20px; }
.airMail .footer-container-wrapper .copyright {font-size: 0.65em; text-align: center; line-height: 1em; }

/*=-=-=-=-=-=-=-=
  NEW CONTACT US
=-=-=-=-=-=-=-=*/

.contact-us .row-fluid .hero-section a { color: #ffffff; }

.contact-us .locations { padding: 0 0 40px; }
.contact-us .welcome_section h2,
.contact-us .locations h2 { text-transform: uppercase; font-family: 'MullerMedium'; color: #58595b; font-size: 29px; margin: 0 0 40px; line-height: 1em; }
.contact-us .fancybox-close { background-image: url('http://cdn2.hubspot.net/hubfs/542736/template-assets/data-group/page-assets/contact/close_button.png'); background-size: 18px 18px; }
.contact-us .fancybox-opened .fancybox-skin { padding: 30px !important; box-sizing: border-box; }
.contact-us .location-overlay a { color: #82bb21; }
.contact-us .location-overlay a:hover { color: #444; }
.contact-us .location-overlay .overlay-title { line-height: 1em; font-size: 22px; color: #58595b; margin: 0 0 10px; }
.contact-us .location-overlay .overlay-image { margin: 0 0 30px; }
.contact-us .location-overlay .overlay-image img { width: 100%; height: auto; max-width: 100%; }
.contact-us .location-overlay .overlay-map iframe { width: 100% !important; max-width: 100%; border: 0; max-height: 250px; }
.contact-us .location-overlay .overlay-map .left, .contact-us .location-overlay .overlay-map .right { vertical-align: middle; display: inline-block; box-sizing: border-box; margin: 0 !important; }
.contact-us .location-overlay .overlay-map .left { width: 65%; }
.contact-us .location-overlay .overlay-map .right { width: 34%; padding: 30px; }

.contact-us .locations-w-bg { margin: 0 0 40px; }
.contact-us .location.location-bg { background-size: cover; background-position: center top; padding: 10px; text-align: center; margin-bottom: 30px; display: table; vertical-align: middle; width: 100%; height: 248px; }
.contact-us .location.location-bg h3 { font-size: 25px; font-family: "MullerMedium"; text-transform: uppercase; line-height: 1em; }
.contact-us .location.location-bg .more-info { font-family: 'MullerMedium'; }
.contact-us .location.location-bg .more-info:after { content: ''; background: url(http://cdn2.hubspot.net/hubfs/542736/template-assets/data-group/page-assets/contact/more-info.png) right center;
    width: 10px; height: 16px; display: inline-block; vertical-align: middle; margin: 0 0 0 10px; }
.contact-us .location.location-bg .box-link { color: #ffffff; display: table-cell; vertical-align: middle; }

.contact-us .locations-5-col .row-depth-1 { width: 20%; float: left; margin: 0 !important; }
.contact-us .location.location-simple { margin: 0 0 40px; color: #58595b; padding: 0 10px; }
.contact-us .location.location-simple h3 { margin: 0; text-transform: uppercase; line-height: 1em; }
.contact-us .location.location-simple p { margin-bottom: 0px; }
.contact-us .location.location-simple .more-info { color: #7db617; text-decoration: underline; transition: color 0.2s linear; }
.contact-us .location.location-simple .more-info:hover { color: #58595b; }

/* Retail Landing Page */
.retail-landingpage .row-fluid .container { padding:0; }
.retail-landingpage { float:left; width:100%; }
.retail-landingpage .row-fluid .top-section { float:left; width:100%; padding:20px 0; }
.row-fluid .lp-logo img { max-width:140px; }
.retail-landingpage .header-container-wrapper { position:static; height:auto; float:left; width:100%; }

.row-fluid .retail-campaign { float:left; width:100%; padding:0 0 200px; position:relative; }
.row-fluid .retail-campaign .container { padding:0 60px; position:relative; z-index:9; }
.row-fluid .rlp-hero { padding:70px 0 30px; color:#FFF; }
.row-fluid .rlp-hero h2 { font-family: 'MullerMedium', sans-serif; font-size:49px; line-height:50px; margin:25px 0; padding:0 120px; }
.row-fluid .rlp-left { font-size:15px; line-height:26px; padding-top:50px; }
.row-fluid .rlp-right { font-size:15px; line-height:29px; padding-top:50px; padding-left:10px; }
.row-fluid .rlp-right ul { padding: 0; margin: 0; list-style: none; font-family: 'MullerBold', sans-serif; letter-spacing:0.3px; padding-left:25px; }
.row-fluid .rlp-right ul li { position:relative; padding-left:25px; }
.row-fluid .rlp-right ul li:before { position:absolute; content:"\f105"; font-family:'FontAwesome'; font-size:18px; width:20px; height:20px; line-height:20px; top:5px; left:0; text-align:left; }
.row-fluid .rlp-right h3 { font-family: 'MullerMedium', sans-serif; font-size:25px; line-height:29px; margin:5px 0 15px; }
.row-fluid .retail-campaign .hs-form fieldset { max-width:100%; }
.row-fluid .retail-campaign:before { position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.row-fluid .retail-campaign input[type=text], .row-fluid .retail-campaign input[type=email], .row-fluid .retail-campaign input[type=tel], .row-fluid .retail-campaign input[type=password] { font-family: 'MullerRegular', sans-serif; border:#dddbdb solid 2px; border-radius:5px; height:67px; outline: none; font-size: 21px; box-shadow: inset 0 3px 10px #CCC; margin-bottom: 23px; padding: 18px; width:100% !important; }
.row-fluid .retail-campaign ul { list-style:none; margin:0; padding:0; }
.row-fluid .retail-campaign label { color:#FFF; }
.row-fluid .retail-campaign input[type=checkbox] { display:none; }
.row-fluid .retail-campaign input[type=checkbox] + span { position:relative; padding:10px 0 0 40px; display:block; font-size:15px; }
.row-fluid .retail-campaign input[type=checkbox] + span:before { position:absolute; content:''; left:2px; top:15px; width:22px; height:22px; border-radius:5px; background:#FFF; box-shadow: inset 0 3px 10px #CCC; border:#dddbdb solid 2px; }
.row-fluid .retail-campaign input[type=checkbox]:checked + span:before { content:"\f00c"; color:#fd6b0d; font-family:'FontAwesome'; line-height:22px; text-align:center; }
.row-fluid .retail-campaign fieldset.form-columns-3 .hs-form-field { float:left; width:32%; margin-right:2%; }
.row-fluid .retail-campaign fieldset.form-columns-3 .hs-form-field:nth-child(3n) { margin-right:0; }
.row-fluid .retail-campaign .input { margin-right:0 !important; }
.row-fluid .retail-campaign input[type=submit] { cursor:pointer; outline:none; border: none; padding: 10px; background-color: #ec5c0b; color: #FFF; width: 100%; font-size: 36px; font-weight: 700; margin-top: 15px; border-radius: 5px; transition:ease all 0.5s; -webkit-transition:ease all 0.5s; -ms-transition:ease all 0.5s; -moz-transition:ease all 0.5s; }
.row-fluid .retail-campaign input[type=submit]:hover { background-color:rgba(236,92,11,0.9); }
.row-fluid .lp-copyright { line-height: 28px; text-transform: uppercase; font-size: 10px; text-align: center; color: #939598; padding: 6px 0; }

@media all and (max-width:1200px) {
    .contact-us .location.location-bg { font-size: 16px; }
    .contact-us .location.location-bg h3 { font-size: 18px; }
    .contact-us .location.location-simple { font-size: 16px; }
    .contact-us .location.location-simple h3 { font-size: 19px; }
    
    .row-fluid .retail-campaign .container { padding:0 20px; }
    .row-fluid .rlp-hero h2 { padding:0; }
}

@media all and (max-width:992px) {
    .contact-us .locations .span3 { width: 48%; }
    .contact-us .locations .span3:nth-child(odd) { margin: 0 2% 0 0; }
    .contact-us .locations .span3:nth-child(even) { margin: 0 0 0 2%; }
    .contact-us .locations-5-col .row-depth-1 { width: 33.33%; width: calc(100% / 3); }
    .row-fluid .retail-campaign input[type=text], .row-fluid .retail-campaign input[type=email], .row-fluid .retail-campaign input[type=tel], .row-fluid .retail-campaign input[type=password] { font-size:18px; height:55px; padding:10px; }
}

@media (min-width:992px) and (max-width:1200px){
    .row-fluid .container { max-width:900px; }
    .row-fluid .hero-section h2 { font-size:70px; line-height:72px; }
    .row-fluid .hero-section h1 { font-size:70px; line-height:72px; }
    .row-fluid .resource-section .container { padding:0 15px; }
    .row-fluid .mainblog-section .blog-right h3 { padding:5px 10px; font-size:17px; }
    .row-fluid .mainblog-section .blog-right ul { font-size:16px; padding:0 0 10px 10px; }
    .row-fluid .communication-resources h2 { font-size:38px; }
    
    .row-fluid .resource-filter .option-combo>span, .row-fluid .resource-filter .sort-text { font-size:14px; }
    .row-fluid .resource-filter .post-item .hover-content h3 { font-size:22px; }
    
    .row-fluid .sub-nav ul li a { font-size:16px; } 
    .row-fluid .annual-report .fr-headings, .row-fluid .financial-report .fr-headings { font-size:16px; }
    .row-fluid .events-heading { font-size:15px; }
    .row-fluid .committee-documents .governance-documents .document-row .document-title { font-size:20px; }
    .row-fluid .investor-form ul.inputs-list label>.check-wrap>span { padding-left:3px; }
    .row-fluid .investor-form h3 { font-size:31px; }
    .about_2column_left , .about_2column_right { min-height:445px !important; }
    .committee_section { font-size:17px; line-height:24px; }
}
@media (min-width:768px) and (max-width:991px){
    .globalForm .formWrap .hs-form fieldset .field .hs-error-msgs { left:15px; padding:0; right:auto; font-size:13px; }
    
    .row-fluid .container { max-width:700px; }
    .row-fluid .hero-section { padding:100px 0; }
    .row-fluid .hero-section h2 { font-size:50px; line-height:60px; }
    .row-fluid .hero-section h1 { font-size:50px; line-height:60px; }
    .row-fluid .ms-working h3 { font-size:36px; line-height:40px; }
    .row-fluid .data-section h2 { font-size:40px; line-height:50px; }
    .row-fluid .capabilities-section h3 { font-size:30px; }
    
    .row-fluid .directmarketing-section .directmarketing-content h3 { font-size:24px; }
    .row-fluid .resource-section { padding:40px 0; }
    .row-fluid .resource-section .container { padding:0 15px; }
    
    .row-fluid .mainblog-section .blog-right h3 { font-size:16px; padding:5px 10px; }
    .row-fluid .mainblog-section .blog-right ul { font-size:15px; padding:0 0 10px 10px; }
    .row-fluid .mainblog-section .blog-left .post-listing .post-item:first-child .post-header h2, .row-fluid .mainblog-section .blog-left .post-listing .post-item:first-child .post-header h2 a { font-size:29px; line-height:36px; }
    .row-fluid .mainblog-section .blog-left .blog-post-wrapper .post-date { font-size:15px; padding-top:0; }
    .row-fluid .communication-resources h2 { font-size:30px; line-height:36px; }
    
    .row-fluid .mainconfirmation-section .confirmation-left { padding-top:70px; }
    .row-fluid .mainconfirmation-section .cf-subtitle { font-size:22px; line-height:28px; }
    .row-fluid .mainconfirmation-section h2 { font-size:32px; line-height:40px; }
    
    .row-fluid .tab-section .tab-list > a { font-size:16px; }
    .row-fluid .directmarketing-section .directmarketing-content h2 { font-size:40px; padding-right:0; }
    .row-fluid .tab-section .tab-row .accordion .acc-title { font-size:17px; }
    
    .row-fluid .our-mission .container { padding:0 20px; }
    .row-fluid .leftimage-content h3, .row-fluid .rightimage-content h3 { font-size:30px; line-height:36px; }
    .row-fluid .leftimage-content, .row-fluid .rightimage-content { font-size:18px; line-height:26px; }
    .row-fluid .testimonial-section .testi-box { font-size:18px; line-height:26px; }
    .row-fluid .testimonial-section .testi-box .client-info { min-width:0; }
    
    .row-fluid .resourcehero-content { padding:0; }
    .row-fluid .resource-filter { text-align:center; }
    .row-fluid .resource-filter .sort-text { float: left; width: 100%; text-align: center; }
    .row-fluid .resource-filter .filter-box { width: auto; float: none; display: inline-block; min-width: 130px; }
    .row-fluid .resource-filter .post-item { min-height:165px; }
    .row-fluid .resource-filter .post-item .hover-content { padding:15px; }
    .row-fluid .resource-filter .post-item .hover-content h3 { font-size:18px; line-height:22px; }
    .row-fluid .communicationblog-left { padding-left:0; }
    
    .row-fluid .blog-subscribe > div > span > div { width:100%; padding:0; }
    .row-fluid .mainblog-section .blog-left .blog-post-wrapper .post-header h1 { font-size:36px; line-height:40px; }
    
    .row-fluid .sub-nav ul li a { font-size:16px; padding:10px 5px; }
    .row-fluid .upcomingevents-section .tabs-menu>li>a { font-size:18px; min-width:250px; }
    .row-fluid .upcomingevents-section .investor-news .investor-headings, .row-fluid .events-heading { font-size:15px; }
    .row-fluid .upcomingevents-section .event { width:54%; }
    .row-fluid .upcomingevents-section .addto-calendar { width:24%; }
    .row-fluid .upcomingevents-section h1, .row-fluid .financialreport-section h1, .row-fluid .governance-section h1 { font-size:50px; line-height:55px; }
    
    .row-fluid .annual-report .fr-headings, .row-fluid .financial-report .fr-headings { font-size:15px; }
    .row-fluid .annual-report .fr-description, .row-fluid .financial-report .fr-description { width:58%; }
    .row-fluid .annual-report .fr-download, .row-fluid .financial-report .fr-download { width:19%; }
    .row-fluid .investor-form h3 { font-size:22px; }
    .row-fluid .investor-form .hs_email { padding-top:15px; }
    .row-fluid .committee-documents .governance-documents .document-row .document-title { font-size:15px; }
    .row-fluid .sub-nav ul { margin:-25px 0 0; }
    
    .row-fluid .sub-nav ul li.newsevent { padding-left:20px; }
    .row-fluid .sub-nav ul li.fin-rep { padding:0 20px 0 0; }
    .about_2column_left , .about_2column_right { min-height:0px !important; width:100% !important; }
    .about_2column_left:before { left:-500%; }
    .about_2column_right:before { right:-500%; }
    .team_wrapper .member_pic { width:35%; }
    .team_wrapper .member_description { width:65%; }
    .committee_section { font-size:15px; line-height:23px; }
    .committie-indicatior { line-height:23px; }
    
    .row-fluid .rlp-hero h2 { margin:25px 0 0; font-size:40px; line-height:40px; }
    .row-fluid .retail-campaign input[type=submit] { font-size:30px; }
}
@media (min-width:30px) and (max-width:767px){
    
    .footer-social-wrap { text-align: center; }
    .footer-social-wrap .footer-social:not(:last-child), .footer-social-wrap .footer-social:last-child { margin-right: 2.5px; margin-left: 2.5px; }
    .globalForm .formWrap .hs-form fieldset .field .hs-error-msgs { padding:0 0 0 15px; }
    .globalForm { text-align:center; }
    .globalForm .formCopy { float:none; display:inline-block; }
    
    .row-fluid .container { max-width:100%; }
    .row-fluid .white-box { padding:20px; }
    .row-fluid .hero-section { padding:100px 0; font-size:20px; line-height:28px; }
    .row-fluid .hero-section h2 { font-size:36px; line-height:42px; }
    .row-fluid .hero-section h1 { font-size:36px; line-height:42px; }
    .row-fluid .ms-working { text-align:center; padding:100px 0 0; }
    .row-fluid .ms-working .borderleft { border-left:none; padding:0; }
    .row-fluid .ms-working h3 { font-size:32px; line-height:40px; }
    .row-fluid .ms-working .ms-workingimage { text-align:center; margin-top:50px; display: none; }
    .row-fluid .data-section { text-align:center; }
    .row-fluid .data-section h2 { font-size:25px; line-height:40px; margin-top:15px; }
    .row-fluid .data-section h4 { font-size: 20px; line-height: 30px; }
    .row-fluid .capabilities-section .center-50 { width:100%; }
    
    .row-fluid .directmarketing-section .directmarketing-content h3 { font-size:22px; }
    .row-fluid .resource-section { padding:60px 0 40px; }
    .row-fluid .resource-section .container { padding:0 15px; }
    .row-fluid .resource-section .resource-right { padding-left:0; }
    .row-fluid .subfeature-box h4 { font-size:24px; }
    
    .row-fluid .mainblog-section .blog-left { width:100%; padding-right:0; }
    .row-fluid .mainblog-section .blog-left .post-listing .post-item { width:100%; margin-right:0; }
    .row-fluid .mainblog-section .blog-right { width:100%; padding-top:50px; }
    .row-fluid .mainblog-section .blog-right ul { padding-left:10px; font-size:17px; }
    .row-fluid .mainblog-section .blog-right h3 { font-size:17px; padding:5px 10px; }
    .row-fluid .mainblog-section .blog-left .post-listing .post-item:first-child .post-header h2, .row-fluid .mainblog-section .blog-left .post-listing .post-item:first-child .post-header h2 a { font-size:30px; }
    .row-fluid .blog-subscribe > div > span > div { width:100%; padding:0; }
    .row-fluid .blog-subscribe > div > span > div form input[type=submit] { position:relative; float:none; display:inline-block; margin-top:10px; }
    .row-fluid .mainblog-section .blog-left .blog-post-wrapper .post-header h1 { font-size:28px; line-height:32px; }
    .row-fluid .mainblog-section .post-listing-simple .post-item h2 a { font-size:22px; line-height: 25px; }
    
    .row-fluid .mainblog-section .blog-left .blog-post-wrapper .post-date, .row-fluid .mainblog-section .blog-left .blog-post-wrapper #hubspot-author_data { width:100%; padding:5px 0 10px; }
    .row-fluid .mainblog-section .blog-left .blog-post-wrapper #hubspot-author_data .hs-author-social-section { float:left; }
    .row-fluid .mainblog-section .blog-left .blog-post-wrapper #hubspot-author_data .hs-author-social-section a { margin:0 10px 0 0; }
    .row-fluid .mainblog-section .blog-left .post-listing .post-item .hs-featured-image-wrapper { height:auto; }
    .row-fluid .communication-resources h2 { font-size:30px; line-height:36px; } 
    .row-fluid .communication-resources .communication-image { margin-top:50px; }
    
    .row-fluid .top-section { text-align:center; padding:15px 0; }
    .row-fluid .top-section .backto-site { text-align: center; padding-top: 15px; }
    .row-fluid .top-section .backto-site a { font-size:15px; }
    .row-fluid .mainconfirmation-section, .row-fluid .mainconfirmation-section .confirm-img { text-align:center; }
    .row-fluid .mainconfirmation-section .confirmation-left { padding:0 0 30px; }
    .row-fluid .mainconfirmation-section .downloadgreen-btn a { font-size:18px; padding:10px; }
    .row-fluid .mainconfirmation-section .cf-subtitle { font-size:22px; line-height:28px; }
    .row-fluid .mainconfirmation-section h2, .row-fluid .lp-main h2 { font-size:32px; line-height:40px; }
    .datasmall-logo { padding-top:0; }
    .row-fluid .lp-main .lp-img { text-align:left; padding-top:40px; }
    
    .row-fluid .directmarketing-section .directmarketing-content h2 { font-size:30px; line-height:36px; padding-right:0; }
    .row-fluid .tab-section { padding:0 0 50px; }
    .row-fluid .tab-section .tab-list { width:100%; padding-right:0; }
    .row-fluid .tab-section .tab-list > a:before { display:none; }
    .row-fluid .tab-section .tab-row { width:100%; padding:20px 0 0; }
    .row-fluid .tab-section .tablink { background:#103a71; float: left; width: 100%; padding: 10px; color:#FFF; margin-top:5px; cursor:pointer; }
    .row-fluid .tab-section .tabcontent { float:left; width:100%; border:#103a71 solid 1px; padding:10px; display:none; }
    .row-fluid .tab-section .accordion .acc-row:first-child .acc-detail { display:none; } 
    
    .row-fluid .careers-hero .transparent-btn a, .row-fluid .joining-datateam .transparent-btn a { min-width:0; font-size:16px; }
    .row-fluid .leftimage-content h3, .row-fluid .rightimage-content h3 { font-size:28px; line-height:32px; }
    .row-fluid .leftimage-content, .row-fluid .rightimage-content { font-size:18px; line-height:26px; text-align:center; }
    .row-fluid .testimonial-section .testi-box { font-size:18px; line-height:26px; padding:15px; }
    .row-fluid .leftimage-content .left-image { padding-bottom:40px; }
    .row-fluid .rightimage-content .right-image { padding-top:40px; }
    .row-fluid .rightimage-content ul { text-align:left; }
    .row-fluid .testimonial-section .testi-box .client-info { min-width:0; }
    
    .row-fluid .resourcehero-content { padding:0; }
    .row-fluid .resource-filter .filter-box, .row-fluid .resource-filter .sort-text { float: left; width: 100%; text-align: center; margin:5px 0; }
    .row-fluid .resource-filter .option-combo>ul { position:relative; top:0; }
    .row-fluid .resource-filter .post-item { margin:0 0 30px; width:100%; min-height:130px; }
    .row-fluid .resource-filter .post-item .hover-content { padding:15px; }
    .row-fluid .resource-filter .post-item .hover-content h3 { font-size:20px; }
    .row-fluid .communicationblog-left { padding-left:0; }
    
    .row-fluid .our-mission .container { padding:0 20px; font-size:18px; }
    .row-fluid .joining-datateam h3 { font-size:24px; line-height:30px; }
    
    .row-fluid .sub-nav ul li { float:left; width:100%; }
    .row-fluid .sub-nav ul li a { padding:10px; font-size:17px; line-height:26px; }
    .row-fluid .featured-section .featured-box { padding:20px 0; }
    .row-fluid .our-mission h3 { font-size:30px; line-height:36px; }
    .row-fluid .our-mission .container { font-size:17px; }
    .row-fluid .upcomingevents-section h1, .row-fluid .financialreport-section h1, .row-fluid .governance-section h1 { font-size:36px; line-height:44px; } 
    .row-fluid .upcomingevents-section .tabs-menu>li>a { min-width:0; font-size:16px; padding:15px; }
    .row-fluid .events-heading { padding:0; display: none; }
    .row-fluid .upcomingevents-section .event-datetime, .row-fluid .upcomingevents-section .event, .row-fluid .upcomingevents-section .addto-calendar { width:100%; padding:8px; text-align:center; font-size:15px; }
    .row-fluid .upcomingevents-section .events-heading .event-datetime, .row-fluid .upcomingevents-section .events-heading .event, .row-fluid .upcomingevents-section .events-heading .addto-calendar { border-bottom:#1e4a83 solid 1px; }
    .row-fluid .upcomingevents-section .investor-news .investor-headings { padding:0; display: none; }
    .row-fluid .upcomingevents-section .investor-news .investor-date, .row-fluid .upcomingevents-section .investor-news .investor-news { width:100%; text-align:center; font-size:15px; }
    .row-fluid .upcomingevents-section .investor-news .investor-headings .investor-date, .row-fluid .upcomingevents-section .investor-news .investor-headings .investor-news { border-bottom:#1e4a83 solid 1px; padding:8px; }
    .row-fluid .financialreport-section .financial-report .financialreport li a, .row-fluid .financialreport-section .financial-report .annualreport li a, .row-fluid .financialreport-section .financial-report .mgmtreport li a { min-width:0; }
    .row-fluid .annual-report .fr-headings, .row-fluid .financial-report .fr-headings { padding:0; display: none; }
    .row-fluid .annual-report .fr-date, .row-fluid .financial-report .fr-date, .row-fluid .annual-report .fr-description, .row-fluid .financial-report .fr-description, .row-fluid .annual-report .fr-download, .row-fluid .financial-report .fr-download { width:100%; font-size:15px; text-align:center;  }
    .row-fluid .financial-report .fr-headings .fr-date, .row-fluid .financial-report .fr-headings .fr-description, .row-fluid .financial-report .fr-headings .fr-download { border-bottom:#1e4a83 solid 1px; padding:8px; }
    .row-fluid .governance-section .bod { text-align:center; }
    .row-fluid .governance-section .bod .bod-left, .row-fluid .governance-section .bod .bod-right { width:100%; padding:10px 0; }
    .row-fluid .committee-documents .governance-documents .document-row .document-title { font-size:16px; }
    .row-fluid .investor-form ul.inputs-list label>.check-wrap { margin:2px 0; padding:0 25px; }
    .row-fluid .upcomingevents-section .tabs-menu>li { float:none; display:inline-block; }
    .row-fluid .sub-nav ul { background:transparent; margin:0; }
    .row-fluid .sub-nav ul li a { background:#3e3e3e; }
    .row-fluid .investor-hero h2 { margin:30px 0; }.row-fluid .subfeature-boxes > span > div { width:100%; padding:0px !important; }
    .about_2column_left , .about_2column_right { min-height:0px !important; padding:30px 0px; width:100% !important; }
    .about_2column_left:before { left:-500%; }
    .about_2column_right:before { right:-500%; }
    .about_blue_strip { font-size:20px; padding:35px 0; }
    .welcome_section { padding:30px 0 20px; }
    .team_wrapper .member_pic { width:100%; padding:20px 0 20px; }
    .team_wrapper .member_description { width:100%; padding:0; }
    .about_team .welcome_section { padding:40px 0 20px; }
    .row-fluid [class*="span"] { min-height:1px !important; }
    .welcome_section h3 , .about_2column h4 { font-size:20px; line-height:30px; }
    .row-fluid .committee-documents .governance-documents h4 { text-align:center; }
        .committee_section ul li:nth-child(1) { width:100%;  text-align:center; padding-bottom:10px; padding-right:0; }
        .committee_section ul li:nth-child(2) { width:100%; text-align:center; padding-bottom:10px; padding-right:0; }
        .committee_section ul li:nth-child(3) { width:100%; text-align:center; padding-bottom:10px; padding-right:0; }
        .committee_section ul li:nth-child(4) { width:100%; text-align:center; padding-bottom:10px; padding-right:0; }
        .committee-member-section .member-name { width:100%;text-align:center; padding-bottom:10px; padding-top:15px; }
        .committee-member-section .audit-img { width:100%; text-align:center; padding-bottom:10px;}
        .committee-member-section .corporate-img { width:100%; text-align:center; padding-bottom:10px;}
        .committee-member-section .compensation_img { width:100%; text-align:center; padding-bottom:10px;}
        .committie-indicatior { text-align:center; margin-bottom:40px; }
        .committie-indicatior img { margin-bottom:10px; }
        .row-fluid .governance-section { padding-bottom:0px; }
        .row-fluid .committee-documents { padding-top:0; }
        
    .row-fluid .sub-nav ul li.fin-rep { padding-right:0; }
    .row-fluid .sub-nav ul li.newsevent { padding-left:0; }
    .row-fluid .investor-form ul.inputs-list label>.check-wrap>span { float:left; }
    .row-fluid .dcc-btn { display:block; text-align: center; }
    .row-fluid .governance-section .bod { margin-bottom:0px; }
    .committee_section { display: none !important; }
    
    .retail-landingpage .row-fluid .container { padding:0 20px; }
    .retail-landingpage .row-fluid .top-section { padding:10px 0; }
    .row-fluid .lp-copyright { line-height:18px; }
    .row-fluid .retail-campaign { padding:0 0 50px; }
    .row-fluid .rlp-hero { padding-top:50px; }
    .row-fluid .rlp-left, .row-fluid .rlp-right { padding-top:25px; }
    .row-fluid .rlp-hero h2 { font-size: 32px; line-height: 36px; }
    .row-fluid .rlp-right { padding-left:0; }
    .row-fluid .rlp-right h3 { font-size:20px; line-height:26px; }
    .row-fluid .retail-campaign fieldset.form-columns-3 .hs-form-field { width:100%; margin-right:0; }
    .row-fluid .retail-campaign input[type=checkbox] + span { margin-bottom:10px; }
    .row-fluid .retail-campaign input[type=checkbox] + span:before { top:10px; }
    .row-fluid .retail-campaign input[type=submit] { font-size:22px; }
} 


@media all and (max-width:1140px) {
    .homepage .heroWrap {
        height: 500px;
    }
    .homepage .heroWrap .innerWrap .heroCopy {
        padding-top: 150px;
    }
    .header-container-wrapper {
        height: 148px;
    }
    .mainNavWrap .header-logo {
        width: 145px;
        height: 57px;
        background-size: contain;
    }
    .mainNavWrap .navWrap {
        font-size: 1em;
        padding-top: 30px;
        width: calc(100% - 193px);
    }
    .mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:not(:last-child) {
        margin-right: 20px;
    }
    .mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(1) {
        width: 105px;
    }
    .mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) {
        width: 110px;
    }
    .mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(3) {
        width: 122px;
    }
    #hs_menu_wrapper_main_nav > ul > li.hs-item-has-children:nth-child(1) > ul.hs-menu-children-wrapper {
        left: -25px;
    }
    #hs_menu_wrapper_main_nav > ul > li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper {
        left: -20px;
    }
    #hs_menu_wrapper_main_nav > ul > li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper {
        left: -15px;
    }
    .mainNavWrap.frenchNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) {
        width: 95px;
    }
    .mainNavWrap.frenchNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(3) {
        width: 155px;
    }
    .mainNavWrap.frenchNavWrap #hs_menu_wrapper_main_nav > ul > li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper {
        left: -25px;
    }
    .mainNavWrap.frenchNavWrap #hs_menu_wrapper_main_nav > ul > li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper {
        left: 2px;
    }
    .heroWrap h3 {
        font-size: 1.25em;
    }
    .homeBlocks.homeBlocks-2 .homeBlock .innerBlock {
        padding: 40px;
    }
    .homeBlocks.homeBlocks-3 .homeBlock {
        width: 50%;
    }
    .homeBlocks.homeBlocks-3 .homeBlock:hover {
        background-size: auto 150%;
    }
    .globalForm .formCopy h2 {
        font-size: 2em;
    }
}

@media all and (max-width:940px) {
    .mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:not(:last-child) {
        margin-right: 15px;
    }
    .contact-us .locations-5-col .row-depth-1 {
        width: 33.33%;
        width: calc(100% / 3);
    }
    .contact-us .locations-w-bg .span3 {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
    }
}

@media all and (max-width:920px) {
    .heroWrap h3 {
        font-family: 'MullerRegular';
    }
    .homepage .heroWrap {
        height: 400px;
    }
    .homepage .heroWrap .innerWrap .heroCopy {
        padding-top: 100px;
    }
    .header-container-wrapper {
        position: fixed;
        background: #ffffff;
        height: auto;
    }
    .header-container-wrapper .courtesyWrap,
    .header-container-wrapper #hs_cos_wrapper_main_nav {
        display: none;
    }
    .mainNavWrap .navWrap {
        padding-top: 0;
    }
    .mobileNavWrap {
        display: block;
    }
    .mainNavWrap .header-logo {
        background-image: url(http://cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/header-logo.png);
        width: 111px;
        height: 42px;
    } {
        height: 42px;
    }
    .body-container-wrapper {
        margin-top: 80px;
    }
    .heroWrap h1 {
        font-size: 2.5em;
    }
    .footer-container-wrapper .footer-logo {
        width: 120px;
        background-size: contain;
    }
    /*
    .fullWrap .innerWrap { overflow:visible; float:left; width:100%; }
    .navWrap { width: 100% !important; position: absolute !important; right: 0; top: 0px; height:auto; }
    .mainNavWrap .navWrap > .hs_cos_wrapper { float:left; width:100%; }
    .mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul { right:0; position:relative !important; float:left; background: #103a71; width: 100%; top:65px; margin: 0 !important; }
    .mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li { float:left; width:100%; margin:0 !important; border-bottom:#25589b solid 1px; }
    .mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a { font-size:12px; line-height:28px; float:left; width:100%; padding:10px; text-align:left; }
    .mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover { background:#FFF; color:#103a71; }
    .mainNavWrap .navWrap .mobileNavWrap { position: absolute; top: 22px; right: 20px; }
    .header-container-wrapper.fixed .mainNavWrap .navWrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { color:#FFF; }
    */
    .globalForm .formCopy {
        padding-top: 30px;
    }
    .globalForm .formCopy h2 {
        font-size: 1.65em;
    }
    .globalForm .formCopy h3 {
        font-size: 1.25em;
    }
    .homeCapibility h3 {
        font-size: 1em;
    }
    .row-fluid .capabilities-section:after,
    .row-fluid .governance-section:before,
    .row-fluid .financialreport-section:before,
    .row-fluid .resource-section:before {
        width: 30px;
        height: 15px;
        margin-left: -15px;
        border-top-width: 20px;
        border-left: transparent solid 20px;
        border-right: transparent solid 20px;
    }
}

@media all and (max-width:820px) {
    .globalForm .formCopy,
    .globalForm .formWrap {
        width: 100%;
        float: none;
        height: auto !important;
        overflow: hidden;
        margin: 0 auto !important;
    }
    .globalForm .formCopy {
        text-align: center;
        margin-bottom: 30px !important;
        padding: 30px 20px 10px;
        max-width: 250px;
    }
}

@media all and (max-width:767px) {
    .bodyWrap h2 {
        font-size: 1.75em;
    }
    .homeBlocks.homeBlocks-2 .homeBlock {
        width: 100%;
        float: none;
    }
    .featuredWrap .span4 {
        margin-bottom: 40px;
    }
    .homeCapibilitiesWrap {
        text-align: center;
    }
    .homeCapibilitiesWrap .span3 {
        width: 45%;
        display: inline-block;
        margin-left: auto;
        marginr-right: auto
    }
    .homeBlocks .homeBlock h3 {
        font-size: 1.25em;
    }
    .homeResourceBar .HomeResourceCopy {
        text-align: center;
    }
    .homeResourceBar .HomeResourceCopy h3 {
        margin: 0;
        font-size: 1.5em;
    }
    .footer-container-wrapper {
        text-align: center;
    }
    .footer-container-wrapper .innerWrap {
        padding: 40px 20px 20px;
    }
    .footer-container-wrapper .footer-logo {
        margin: 0 auto;
    }
    .footer-container-wrapper .copyright {
        padding: 5px 20px;
    }
    .homepage .heroWrap {
        height: 300px;
    }
    .homepage .heroWrap .innerWrap {
        display: block;
    }
    .homepage .heroWrap .innerWrap .heroCopy {
        padding: 40px 0;
        display: block;
    }
    .homepage .videoBG_wrapper {
    }
    .sectionWithTitleBar .row-depth-1 + .row-depth-1 > .row-fluid > .span12:first-child {
        margin-top: 0;
    }
    .airMail .row-fluid .mainconfirmation-section h2 {
        font-size: 32px;
    }
    .contact-us .location-overlay .overlay-map .left {
        width: 100%;
    }
    .contact-us .location-overlay .overlay-map .right {
        width: 100%;
        padding: 20px 0 0;
    }
}

@media all and (max-width:680px) {
    .videoBG_wrapper {
        height: auto !important;
        position: relative !important;
    }
    .homepage .heroWrap {
        height: auto !important;
    }
    .homepage .heroWrap .innerWrap .heroCopy {
        padding: 60px 0 40px;
    }
    .contact-us .locations-5-col .row-depth-1 {
        width :50%;
    }
}

@media all and (max-width:580px) {
    .heroWrap h1 {
        font-size: 1.5em;
    }
    .heroWrap h3 {
        font-size: 1em;
    }
    .homeBlocks.homeBlocks-3 .homeBlock {
        width: 100%;
        float: none;
    }
    .homeCapibilitiesWrap .span3 {
        width: 100%;
        display: block;
    }
    .airMail .airMailForm .hs_submit input {
        background-image: none;
        padding: 20px 10px;
    }
}

@media all and (max-width:480px) {
    .contact-us .locations-5-col .row-depth-1 {
        width :100%;
        text-align: center;
    }
}

@media all and (max-width:420px) {
    .airMail .airMailForm .hs_submit input {
        font-size: 15px;
    }
}


/*-==-=-=-=-=--=-=
Client portal Page
=-=-=-=-==-=-=-*/
.row-fluid .hero-section.cp_hero  h2 { margin:30px 0 20px; }
.row-fluid .hero-section.cp_hero  h1 { margin:30px 0 20px; }
.cp_service_wrapper { text-align:center; }
.cp_service_wrapper > span > div { width:22%; margin:1%; vertical-align:top; display:inline-block; border:1px solid #a6a9a1; padding:30px 10px 10px; }
.cp_service_icon ,.cp_service_title ,.download-btn { width:100%; float:left; }
.cp_service_title { margin:30px 0; font-size:24px; color:#58595b; line-height:1.3; }
.cp_content_main { padding:100px 0; position:relative; }
.cp_content_main .download-btn a:before { content:normal; }
.cp_content_main .download-btn a { padding:5px 20px; display:block; background:#a9de3b;  }
.cp_content_main .download-btn a:hover { color:#fff; background-color:#fd6b0d; } 
.cp_content_main .download-btn a i { font-size:20px; position:relative; left:5px; transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; }
.cp_content_main .download-btn a:hover i { left:10px; }
.cp_content_main:after { position: absolute; content: ''; width: 50px; height: 25px; left: 50%; top:100%; margin-left: -25px; border-top: 35px solid #FFF;
    border-left: transparent solid 24px; border-right: transparent solid 24px; box-sizing: border-box; } 

.cp_bottom { padding:15px 2.5%; }
.cp_bottom > div {  width:100%; float:left; border:1px solid #a6a9a1; padding:30px; }
.cp_bottom .bottom_title { font-size:24px; color:#58595b; line-height:1.3; margin-bottom:12px; }
.cp_content_main .cp_bottom .download-btn a { display:inline-block; padding:5px 40px; }

.cosClientPortal .row-fluid .hero-section::before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

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

    .cp_service_wrapper > span > div { width:100%; margin:10px 0; }
    .cp_service_title {
    font-size: 20px;
}
}

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

    .cp_service_wrapper > span > div { width:47%; }
}

@media ( min-width:992px ) {
    .cp_service_title { min-height:62px; }
}

@media ( min-width:768px ) {
    .cp_service_icon { min-height:126px; }
    
}

@media (max-width:1200px){
    .cp_service_title{
        font-size:20px;   
    }
    
}










/*    BigVideo Styles 
    You may need to adjust these styles to get this working right in your design. 
*/
#big-video-wrap{overflow:hidden;position:fixed;height:100%;width:100%;top:0;left:0;}
#big-video-vid,#big-video-image{position:absolute;}
#big-video-control-container{position:fixed;bottom:0;padding:10px;width:100%;background:rgba(0,0,0,.25);
  -webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;}
#big-video-control{width:100%;height:16px;position:relative;}
#big-video-control-middle{margin: 0 56px 0 24px;}
#big-video-control-bar{width:100%;height:16px;position:relative;cursor:pointer;}
#big-video-control-progress{position:absolute;top:7px;height:3px;width:0%;background:#fff;}
#big-video-control-track{position:absolute;top:8px;height:1px;width:100%;background:#fff;}
#big-video-control-bound-left{left:0;}
#big-video-control-bound-right{right:-1px}
#big-video-control-track .ui-slider-handle {opacity:0;}
#big-video-control-playhead{left:30%;}
#big-video-control-play{position:absolute;top:0;left:0;height:16px;width:16px;background-image:url('bigvideo.png');}
#big-video-control-timer{position:absolute;top:1px;right:0;color:#fff;font-size:11px;}
#big-video-control-playhead,#big-video-control-bound-left,#big-video-control-bound-right{position:absolute;top:0;height:16px;width:1px;background:#fff;}
#big-video-control .ui-slider-handle{border-left:solid 1px #fff; width:16px;height:16px;position:absolute;top:-8px;}
.transparent{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
#big-video-wrap .vjs-big-play-button{display:none !important;}



/*----- Jason Edits 022216-----*/

.homeCapibilitiesWrap { padding:40px 0 0; }
.bodyWrap .homeCapabilitiesOuterWrap.fullWrap{padding-bottom:0;}

@media screen and (max-width:819px) {
    .homeCapibilitiesWrap { padding-bottom:0; }
}


@media screen and (max-width:767px) {
    .footer-container-wrapper .span7 { padding:20px 0 0; }
    
}

@media screen and (max-width:768px) {
    .sub-nav { display:none!important; }
    .homeBlocks.homeBlocks-2 .homeBlock:hover, .homeBlocks.homeBlocks-3 .homeBlock:hover {
    background-size: 100% 100%;
    }
       .row-fluid .directmarketing-section .directmarketing-content { font-size: 18px;}

}

@media screen and (max-width:481px) {
    .row-fluid .capabilities-section h3 { font-size:8vw; }
    .row-fluid .directmarketing-section .directmarketing-content h2 { font-size: 14px; line-height:24px;
    word-break: keep-all; }
     .row-fluid .directmarketing-section .directmarketing-content { font-size: 16px;}
    .row-fluid .hero-section h2 { font-size:26px; }
    .row-fluid .hero-section h1 { font-size:26px; }
    .footer-container-wrapper p .wrap { display:block; }
}

.globalForm .formWrap .hs-form fieldset .field .hs-error-msgs {
    position: relative;
    top: 0px;
    right: auto;
    list-style: none;
    font-size: .85em;
    pointer-events: none;
    color: red;
    margin:5px 0 0; 
    padding:0;
}

.footer-social-wrap .tempHide { display:none; }
.bodyWrap h2 {
    font-family: 'MullerRegular';
    font-weight:300;
}
.fullWrap.sectionTitle h2 {
    font-family: 'MullerRegular';
    font-weight:300;
}
.row-fluid .data-section h4 {
    font-family: 'MullerRegular';
    font-weight:300;
}

.row-fluid .sub-nav ul li.fin-rep {
    padding:0 0 0 45px;
}
.row-fluid .sub-nav ul li.newsevent {
    padding:0 45px 0 0;
}

.about_2column_right, .about_2column_right:before { background:#fd6b0d; }
.addto-calendar { display:none!important; }

.row-fluid .retail-campaign .actions { position:relative; }
.row-fluid .retail-campaign .actions:after { content:url(http://cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/data_submit_icon.png); position:absolute;
top:35px; left:50%; margin-left:120px; }

@media (max-width:480px){
 .mainNavWrap .header-logo.french {
     max-width:150px;
 }
}

@media screen and (max-width:820px) {
    .row-fluid .job-listing .formCopy { font-size:24px; }
}

@media screen and (max-width:920px) {
   .mainNavWrap .header-logo.french {
   
   height: 43px;
   background: url(http://cdn2.hubspot.net/hubfs/542736/template-assets/data-group/shared-assets/header-logo-French.png) no-repeat top left;
   background-size:auto 100%;
   }
}

.globalForm .formCopy h2 {
    line-height:1.1em;
}

.fullWrap, .row-fluid .set-bg { background-attachment: scroll; }

@media screen and (max-width:580px) {
    .heroWrap h1 {
    font-size: 1.45em;
}
}

.hs-blog-listing .row-fluid .blogpost-inner { display:block; }

.ms-workinginner h1 {font-size:28px;}
.directmarketing-content h1 {
    color: #555555;
    font-family: "MullerRegular",sans-serif;
    font-size: 43px;
    line-height: 45px;
    margin-bottom: 0;
    padding-right: 100px;
    text-transform: uppercase;
}
.row-fluid .hero-section h1 {
    font-size: 85px;
    line-height: 95px;
    margin: 50px 0;
    text-transform: uppercase;
}



.formWrap ul {padding:0;}
.formWrap li {
    list-style:none;
}
.hs-form-booleancheckbox input {
    width:auto !important;
    margin-right:5px;
}

.retail-landingpage .hs-form select {
    width: 100% !important;
    font-size: 21px;
    box-shadow: inset 0 3px 10px #CCC;
    margin-bottom: 23px;
    padding: 18px;
    height: 67px;
    font-family: 'MullerRegular', sans-serif;
    border: #dddbdb solid 2px;
    border-radius: 5px;
}

@media(max-width:991px){
    .row-fluid .retail-campaign .actions:after { top:30px; margin-left:105px; }
    .retail-landingpage .hs-form select { font-size: 18px; height: 55px; padding: 10px; }
}
@media(max-width:767px){
    .row-fluid .retail-campaign .actions:after { top:26px; margin-left:80px; }
}







/*-?t=1467031619605