/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&display=swap');

@font-face {
	font-family: 'FontAwesome';
	
	src: url(//287767.fs1.hubspotusercontent-na1.net/hubfs/287767/TierOnePartners_April2018/NEW%20Font%20Awesome%20Files%20%28020420%29/fa-brands-400.eot) format("embedded-opentype"), 
	url(//287767.fs1.hubspotusercontent-na1.net/hubfs/287767/TierOnePartners_April2018/NEW%20Font%20Awesome%20Files%20%28020420%29/fa-brands-400.woff2) format("woff2"),
	url(//287767.fs1.hubspotusercontent-na1.net/hubfs/287767/TierOnePartners_April2018/NEW%20Font%20Awesome%20Files%20%28020420%29/fa-brands-400.woff) format("woff"),
	url(//287767.fs1.hubspotusercontent-na1.net/hubfs/287767/TierOnePartners_April2018/NEW%20Font%20Awesome%20Files%20%28020420%29/fa-brands-400.ttf) format("truetype"),
	url(//287767.fs1.hubspotusercontent-na1.net/hubfs/287767/TierOnePartners_April2018/NEW%20Font%20Awesome%20Files%20%28020420%29/fa-brands-400.svg) format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

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

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

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

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;    
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
	background-color: #fff;
}

ul li{
    list-style-type: square !important;
}
.custom-menu-primary .hs-menu-wrapper ul li {
    list-style: none !important;
}
html, body {
	font-size: 16px;
	line-height: 1.4em;
	color: #000;
	font-family: 'Lato',Arial,Helvetica,sans-serif;
	font-weight: 400;
  margin: 0;
} 

@media (min-width: 993px) {
  html, body {
    height: 100%;
  }

  #site-wrapper {
    min-height: 100%;
  }
}


/* Page Center */
.container-fluid .row-fluid .page-center {
/*    padding-right: 15px;
    padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
    float: none;
}

@media (min-width: 768px) {
  
    .container-fluid .row-fluid .page-center {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container-fluid .row-fluid .page-center {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container-fluid .row-fluid .page-center {
        max-width: 1170px;
    }
}

Highlighted Text
::-moz-selection {
  color: #fff;
  background: #b5aac6;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #b5aac6;
  text-shadow: none;
}

/* =============== Typography =============== */

/* Basic text */
p { 
  margin: 0 0 10px;
	font-size: 1.125em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	font-weight: 400;  
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}



@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small, .small {font-size: 85%;}
mark, .mark {
  padding: .2em;
  background-color: #fcf8e3;
}

b,strong {font-weight: bold;}
dfn {font-style: italic;}
em {}
cite {}
code, kbd, pre, samp {font-family: Menlo, Monaco, Consolas, "Courier New", monospace;}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

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

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

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

svg:not(:root) {
  overflow: hidden;
}

img {
	vertical-align: middle;
}

/* Headings */
h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato',sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, 
h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, 
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, 
.h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h1 .small, .h1 .small,
h2 .small, .h2 .small,
h3 .small, .h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small,
h4 .small, .h4 .small,
h5 .small, .h5 .small,
h6 .small, .h6 .small {
  font-size: 75%;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit!important;
}

h2 a:hover {
	text-decoration: underline;
	color: #472a71!important;
}

h3 a:hover {
	text-decoration: underline;
	color: #472a71!important;
}

h1, .h1 {font-size: 36px;}
h2, .h2 {font-size: 30px;}
h3, .h3 {font-size: 24px;}
h4, .h4 {font-size: 18px;}
h5, .h5 {font-size: 14px;}
h6, .h6 {font-size: 12px;}


h1 {
	font-weight: 400;
	font-size: 3.75em;
	line-height: 1.1em;
	margin-top: 0;
	margin-bottom: .5em;
	color: #472a71;
}

h2 {
	font-weight: 700;
	font-size: 2.25em;
	line-height: 1.3em;
	margin-top: 1em;
	margin-bottom: .667em;
	color: #472a71;
}

.uppercase h2 {
	font-weight: 700;
	font-size: 2.25em;
	line-height: 1.3em;
	margin-top: 1em;
	margin-bottom: .667em;
	color: #472a71;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.small-uppercase h2 {
	font-weight: 900;
	font-size: 1.875em;
	line-height: 1.3em;
	margin-top: .667em;
	margin-bottom: .337em;
	color: #472a71;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.uppercase-white h2 {
	font-weight: 900;
	font-size: 2.25em;
	line-height: 1.3em;
	margin-top: .667em;
	margin-bottom: .337em;
	color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

h3 {
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-top: .667em;
	margin-bottom: .337em;
	color: #472a71;
	font-weight: 700;
}

.uppercase h3 {
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-top: .667em;
	margin-bottom: .337em;
	color: #472a71;
	font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidebar h3:first-child {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	line-height: 1em;
	color: #47576b;
	margin: 0 0 1.333em;
	padding-top: 1em;
	border-top: 3px solid #e5ecf4;
}

h3.form-title {
	color: #542d8e;
	font-weight: 400;
	margin: 1em 0;	
	font-size: 1.563em;
}

h4 {
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.3em;
	margin-top: .667em;
	margin-bottom: .667em;
	color: #472a71;
	text-transform: none;
}

h5 {
	font-weight: 700;
	color: #472a71;
  font-size: 1.125em;
}

h6 {
  font-size: 1.125em;
  font-weight: 700;
}

/* Anchor Links */
a {
	color: #0099C3;
	text-decoration: none;
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #0099C3;
	text-decoration: underline;
}

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

a:link, a:visited {
	color: #0099c3;
	text-decoration: none;
	outline: none !important;
}

a:hover, a:active {
	text-decoration: underline;
}

/* Lists */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
	padding-left: 1.25em;
}

ul ul, ol ul, ul ol, ol ol {margin-bottom: 0;}
ul li, ol li {
	font-size: 1.125em;
	line-height: 1.333em;
}

.hs_cos_wrapper_type_rich_text ul li {padding-bottom: 1em}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {line-height: 1.42857143;}
dt {font-weight: bold;}
dd {margin-left: 0;}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

/* Custom List */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}


/* Block Quotes */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

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

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* Horizontal Rules */
hr {
	display: list-item;
	list-style: none;
	list-style-image: none;
	margin: 3em auto;
	padding: 0;
	height: 3px;
	border-top: 3px solid #e5ecf4;
	border-left: none;
	border-bottom: none;
	border-right: none;
}

/* Table */
table {
    background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;	
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
td, th {
	padding: 0;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}


/* ==========================================================================
   Snippet Code                                                 
   ========================================================================== */
   
/* Align elements
   ========================================================================== */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {float: right !important;}
.pull-left {float: left !important;}

/* Fixed ELement */
.affix {position: fixed;}
@-ms-viewport {
  width: device-width;
}

/*Fluid Container*/
.vertical-align-items-center div.row-fluid {
  display: flex;
  align-items: center;
}



/* Custom Socials
   ========================================================================== */
.custom_socials .hs-menu-wrapper > ul {display: block;width: auto;}
.custom_socials .hs-menu-wrapper > ul > li {font: inherit;width: auto;float: left!important;}
.custom_socials .hs-menu-wrapper > ul > li > a {display: block;width: auto;}
.custom_socials .hs-menu-wrapper > ul > li > a > span {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: none;
	display: block;
	width: 1.4em;
	height: auto;
	font-size: 1.143em;
	line-height: inherit;
	position: relative;
	text-indent: -999em;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	direction: ltr;
	margin-top: 3px;  
	margin-left: 0.5em;
}

.custom_socials span:after {
	position: absolute;
	content: "";
	display: block;
	width: 1.4em;
	height: 100%;
	text-align: center;
	left: 0;
	top: 0;
	text-indent: 0;
	font-family: 'FontAwesome';
	font-weight: 400;  
}

.custom_socials span.follow-link-facebook {color: #3476db;}
.custom_socials span.follow-link-linkedin {color: #0281cd;}
.custom_socials span.follow-link-twitter {color: #25a7e2;}
.custom_socials span.follow-link-instagram {color: #247ac8;}
.custom_socials span.follow-link-tumblr {color: #4b8bd4;}
.custom_socials span.follow-link-pinterest {color: #cb2027;}
.custom_socials span.follow-link-googleplus {color: #dd4b3a;}
.custom_socials span.follow-link-site {color: #ff8500;}

.custom_socials a:hover span.follow-link-facebook {color: #47576b;}
.custom_socials a:hover span.follow-link-linkedin {color: #47576b;}
.custom_socials a:hover span.follow-link-twitter {color: #47576b;}
.custom_socials a:hover span.follow-link-instagram {color: #47576b;}
.custom_socials a:hover span.follow-link-tumblr {color: #47576b;}
.custom_socials a:hover span.follow-link-pinterest {color: #47576b;}
.custom_socials a:hover span.follow-link-googleplus {color: #47576b;}
.custom_socials a:hover span.follow-link-site {color: #47576b;}

.custom_socials span.follow-link-pinterest:after {content: "\f231";}
.custom_socials span.follow-link-site:after {content: "\f09e";}
.custom_socials span.follow-link-googleplus:after {content: "\f1a0";}
.custom_socials span.follow-link-tumblr:after {content: "\f173";}
.custom_socials span.follow-link-instagram:after {content: "\f16d";}
.custom_socials span.follow-link-twitter:after {content: "\f099";}
.custom_socials span.follow-link-linkedin:after {content: "\f0e1";}
.custom_socials span.follow-link-facebook:after {content: "\f09a";}
.footer-container-wrapper .custom_socials span.follow-link-linkedin:after {content: "\f08c";}
.footer-container-wrapper .custom_socials span.follow-link-facebook:after {content: "\f082";}
.footer-container-wrapper .custom_socials span.follow-link-twitter:after {content: "\f081";}
.footer-container-wrapper .custom_socials span.follow-link-instagram:after {content: "\f16d";}
/* Hidden elements
   ========================================================================== */
.hidden {display: none !important;}
.hide {display: none !important;}
.show {display: block !important;}
.invisible {visibility: hidden;}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Text
   ========================================================================== */
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}
.text-nowrap {white-space: nowrap;}
.text-lowercase {text-transform: lowercase;}
.text-uppercase {text-transform: uppercase;}
.text-capitalize {text-transform: capitalize;}
.text-muted {color: #777;}

/* =============== Text Primary =============== */
.text-primary {color: #337ab7;}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* =============== Text Success =============== */
.text-success {color: #3c763d;}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.bg-success {background-color: #dff0d8;}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* =============== Text info =============== */
.text-info {color: #31708f;}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.bg-info {background-color: #d9edf7;}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* =============== Text warning =============== */
.text-warning {color: #8a6d3b;}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.bg-warning {background-color: #fcf8e3;}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* =============== Text danger =============== */
.text-danger {color: #a94442;}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-danger {background-color: #f2dede;}
a.bg-danger:hover,
a.bg-danger:focus {background-color: #e4b9b9;}

/* Page Header
   ========================================================================== */
.page-header {
}

/* Address
   ========================================================================== */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* Custom Columns
   ========================================================================== */
.custom_column-lg.span1, .custom_column-lg.span2, .custom_column-lg.span3, .custom_column-lg.span4, 
.custom_column-lg.span5, .custom_column-lg.span6, .custom_column-lg.span7, .custom_column-lg.span8, 
.custom_column-lg.span9, .custom_column-lg.span10, .custom_column-lg.span11, .custom_column-lg.span12,
.custom_column-md.span1, .custom_column-md.span2, .custom_column-md.span3, .custom_column-md.span4, 
.custom_column-md.span5, .custom_column-md.span6, .custom_column-md.span7, .custom_column-md.span8, 
.custom_column-md.span9, .custom_column-md.span10, .custom_column-md.span11, .custom_column-md.span12,   
.custom_column.span1, .custom_column.span2, .custom_column.span3, .custom_column.span4, 
.custom_column.span5, .custom_column.span6, .custom_column.span7, .custom_column.span8, 
.custom_column.span9, .custom_column.span10, .custom_column.span11, .custom_column.span12 {
	position: relative;
	min-height: 1px;
/* REMOVE THIS FOR CONVERSATION STARTER 	padding-right: 15px;
	padding-left: 15px;   */  
	width: 100%;
	margin-left: 0;
}

@media (min-width: 768px) {
    .custom_column.span1, .custom_column.span2, .custom_column.span3, .custom_column.span4, 
    .custom_column.span5, .custom_column.span6, .custom_column.span7, .custom_column.span8, 
    .custom_column.span9, .custom_column.span10, .custom_column.span11, .custom_column.span12 {float: left;}
    .custom_column.span12 {width: 100%;}
    .custom_column.span11 {width: 91.66666667%;}
    .custom_column.span10 {width: 83.33333333%;}
    .custom_column.span9 {width: 75%;}
    .custom_column.span8 {width: 66.66666667%;}
    .custom_column.span7 {width: 58.33333333%;}
    .custom_column.span6 {width: 50%;}
    .custom_column.span5 {width: 41.66666667%;}
    .custom_column.span4 {width: 33.33333333%;}
    .custom_column.span3 {width: 25%;}
    .custom_column.span2 {width: 16.66666667%;}
    .custom_column.span1 {width: 8.33333333%;}
}

@media (min-width: 992px) {
    .custom_column-md.span1, .custom_column-md.span2, .custom_column-md.span3, .custom_column-md.span4, 
    .custom_column-md.span5, .custom_column-md.span6, .custom_column-md.span7, .custom_column-md.span8, 
    .custom_column-md.span9, .custom_column-md.span10, .custom_column-md.span11, .custom_column-md.span12 {float: left;}
    .custom_column-md.span12 {width: 100%;}
    .custom_column-md.span11 {width: 91.66666667%;}
    .custom_column-md.span10 {width: 83.33333333%;}
    .custom_column-md.span9 {width: 75%;}
    .custom_column-md.span8 {width: 66.66666667%;}
    .custom_column-md.span7 {width: 58.33333333%;}
    .custom_column-md.span6 {width: 50%;}
    .custom_column-md.span5 {width: 41.66666667%;}
    .custom_column-md.span4 {width: 33.33333333%;}
    .custom_column-md.span3 {width: 25%;}
    .custom_column-md.span2 {width: 16.66666667%;}
    .custom_column-md.span1 {width: 8.33333333%;}
}

@media (min-width: 1200px) {
    .custom_column-lg.span1, .custom_column-lg.span2, .custom_column-lg.span3, .custom_column-lg.span4, 
    .custom_column-lg.span5, .custom_column-lg.span6, .custom_column-lg.span7, .custom_column-lg.span8, 
    .custom_column-lg.span9, .custom_column-lg.span10, .custom_column-lg.span11, .custom_column-lg.span12 {float: left;}
    .custom_column-lg.span12 {width: 100%;}
    .custom_column-lg.span11 {width: 91.66666667%;}
    .custom_column-lg.span10 {width: 83.33333333%;}
    .custom_column-lg.span9 {width: 75%;}
    .custom_column-lg.span8 {width: 66.66666667%;}
    .custom_column-lg.span7 {width: 58.33333333%;}
    .custom_column-lg.span6 {width: 50%;}
    .custom_column-lg.span5 {width: 41.66666667%;}
    .custom_column-lg.span4 {width: 33.33333333%;}
    .custom_column-lg.span3 {width: 25%;}
    .custom_column-lg.span2 {width: 16.66666667%;}
    .custom_column-lg.span1 {width: 8.33333333%;}
}

/* =============== Boostrap Columns =============== */

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:after,
.row:before {
	clear: both;
	content: "";
}

.row:after {display: table;}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-12 {width: 100%;}
.col-xs-11 {width: 91.66666667%;}
.col-xs-10 {width: 83.33333333%;}
.col-xs-9 {width: 75%;}
.col-xs-8 {width: 66.66666667%;}
.col-xs-7 {width: 58.33333333%;}
.col-xs-6 {width: 50%;}
.col-xs-5 {width: 41.66666667%;}
.col-xs-4 {width: 33.33333333%;}
.col-xs-3 {width: 25%;}
.col-xs-2 {width: 16.66666667%;}
.col-xs-1 {width: 8.33333333%;}

.col-xs-pull-12 {right: 100%;}
.col-xs-pull-11 {right: 91.66666667%;}
.col-xs-pull-10 {right: 83.33333333%;}
.col-xs-pull-9 {right: 75%;}
.col-xs-pull-8 {right: 66.66666667%;}
.col-xs-pull-7 {right: 58.33333333%;}
.col-xs-pull-6 {right: 50%;}
.col-xs-pull-5 {right: 41.66666667%;}
.col-xs-pull-4 {right: 33.33333333%;}
.col-xs-pull-3 {right: 25%;}
.col-xs-pull-2 {right: 16.66666667%;}
.col-xs-pull-1 {right: 8.33333333%;}
.col-xs-pull-0 {right: auto;}
.col-xs-push-12 {left: 100%;}
.col-xs-push-11 {left: 91.66666667%;}
.col-xs-push-10 {left: 83.33333333%;}
.col-xs-push-9 {left: 75%;}
.col-xs-push-8 {left: 66.66666667%;}
.col-xs-push-7 {left: 58.33333333%;}
.col-xs-push-6 {left: 50%;}
.col-xs-push-5 {left: 41.66666667%;}
.col-xs-push-4 {left: 33.33333333%;}
.col-xs-push-3 {left: 25%;}
.col-xs-push-2 {left: 16.66666667%;}
.col-xs-push-1 {left: 8.33333333%;}
.col-xs-push-0 {left: auto;}
.col-xs-offset-12 {margin-left: 100%;}
.col-xs-offset-11 {margin-left: 91.66666667%;}
.col-xs-offset-10 {margin-left: 83.33333333%;}
.col-xs-offset-9 {margin-left: 75%;}
.col-xs-offset-8 {margin-left: 66.66666667%;}
.col-xs-offset-7 {margin-left: 58.33333333%;}
.col-xs-offset-6 {margin-left: 50%;}
.col-xs-offset-5 {margin-left: 41.66666667%;}
.col-xs-offset-4 {margin-left: 33.33333333%;}
.col-xs-offset-3 {margin-left: 25%;}
.col-xs-offset-2 {margin-left: 16.66666667%;}
.col-xs-offset-1 {margin-left: 8.33333333%;}
.col-xs-offset-0 {margin-left: 0;}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float: left;}
  .col-sm-12 {width: 100%;}
  .col-sm-11 {width: 91.66666667%;}
  .col-sm-10 {width: 83.33333333%;}
  .col-sm-9 {width: 75%;}
  .col-sm-8 {width: 66.66666667%;}
  .col-sm-7 {width: 58.33333333%;}
  .col-sm-6 {width: 50%;}
  .col-sm-5 {width: 41.66666667%;}
  .col-sm-4 {width: 33.33333333%;}
  .col-sm-3 {width: 25%;}
  .col-sm-2 {width: 16.66666667%;}
  .col-sm-1 {width: 8.33333333%;}
  .col-sm-pull-12 {right: 100%;}
  .col-sm-pull-11 {right: 91.66666667%;}
  .col-sm-pull-10 {right: 83.33333333%;}
  .col-sm-pull-9 {right: 75%;}
  .col-sm-pull-8 {right: 66.66666667%;}
  .col-sm-pull-7 {right: 58.33333333%;}
  .col-sm-pull-6 {right: 50%;}
  .col-sm-pull-5 {right: 41.66666667%;}
  .col-sm-pull-4 {right: 33.33333333%;}
  .col-sm-pull-3 {right: 25%;}
  .col-sm-pull-2 {right: 16.66666667%;}
  .col-sm-pull-1 {right: 8.33333333%;}
  .col-sm-pull-0 {right: auto;}
  .col-sm-push-12 {left: 100%;}
  .col-sm-push-11 {left: 91.66666667%;}
  .col-sm-push-10 {left: 83.33333333%;}
  .col-sm-push-9 {left: 75%;}
  .col-sm-push-8 {left: 66.66666667%;}
  .col-sm-push-7 {left: 58.33333333%;}
  .col-sm-push-6 {left: 50%;}
  .col-sm-push-5 {left: 41.66666667%;}
  .col-sm-push-4 {left: 33.33333333%;}
  .col-sm-push-3 {left: 25%;}
  .col-sm-push-2 {left: 16.66666667%;}
  .col-sm-push-1 {left: 8.33333333%;}
  .col-sm-push-0 {left: auto;}
  .col-sm-offset-12 {margin-left: 100%;}
  .col-sm-offset-11 {margin-left: 91.66666667%;}
  .col-sm-offset-10 {margin-left: 83.33333333%;}
  .col-sm-offset-9 {margin-left: 75%;}
  .col-sm-offset-8 {margin-left: 66.66666667%;}
  .col-sm-offset-7 {margin-left: 58.33333333%;}
  .col-sm-offset-6 {margin-left: 50%;}
  .col-sm-offset-5 {margin-left: 41.66666667%;}
  .col-sm-offset-4 {margin-left: 33.33333333%;}
  .col-sm-offset-3 {margin-left: 25%;}
  .col-sm-offset-2 {margin-left: 16.66666667%;}
  .col-sm-offset-1 {margin-left: 8.33333333%;}
  .col-sm-offset-0 {margin-left: 0;}
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {float: left;}
  .col-md-12 {width: 100%;}
  .col-md-11 {width: 91.66666667%;}
  .col-md-10 {width: 83.33333333%;}
  .col-md-9 {width: 75%;}
  .col-md-8 {width: 66.66666667%;}
  .col-md-7 {width: 58.33333333%;}
  .col-md-6 {width: 50%;}
  .col-md-5 {width: 41.66666667%;}
  .col-md-4 {width: 33.33333333%;}
  .col-md-3 {width: 25%;}
  .col-md-2 {width: 16.66666667%;}
  .col-md-1 {width: 8.33333333%;}
  .col-md-pull-12 {right: 100%;}
  .col-md-pull-11 {right: 91.66666667%;}
  .col-md-pull-10 {right: 83.33333333%;}
  .col-md-pull-9 {right: 75%;}
  .col-md-pull-8 {right: 66.66666667%;}
  .col-md-pull-7 {right: 58.33333333%;}
  .col-md-pull-6 {right: 50%;}
  .col-md-pull-5 {right: 41.66666667%;}
  .col-md-pull-4 {right: 33.33333333%;}
  .col-md-pull-3 {right: 25%;}
  .col-md-pull-2 {right: 16.66666667%;}
  .col-md-pull-1 {right: 8.33333333%;}
  .col-md-pull-0 {right: auto;}
  .col-md-push-12 {left: 100%;}
  .col-md-push-11 {left: 91.66666667%;}
  .col-md-push-10 {left: 83.33333333%;}
  .col-md-push-9 {left: 75%;}
  .col-md-push-8 {left: 66.66666667%;}
  .col-md-push-7 {left: 58.33333333%;}
  .col-md-push-6 {left: 50%;}
  .col-md-push-5 {left: 41.66666667%;}
  .col-md-push-4 {left: 33.33333333%;}
  .col-md-push-3 {left: 25%;}
  .col-md-push-2 {left: 16.66666667%;}
  .col-md-push-1 {left: 8.33333333%;}
  .col-md-push-0 {left: auto;}
  .col-md-offset-12 {margin-left: 100%;}
  .col-md-offset-11 {margin-left: 91.66666667%;}
  .col-md-offset-10 {margin-left: 83.33333333%;}
  .col-md-offset-9 {margin-left: 75%;}
  .col-md-offset-8 {margin-left: 66.66666667%;}
  .col-md-offset-7 {margin-left: 58.33333333%;}
  .col-md-offset-6 {margin-left: 50%;}
  .col-md-offset-5 {margin-left: 41.66666667%;}
  .col-md-offset-4 {margin-left: 33.33333333%;}
  .col-md-offset-3 {margin-left: 25%;}
  .col-md-offset-2 {margin-left: 16.66666667%;}
  .col-md-offset-1 {margin-left: 8.33333333%;}
  .col-md-offset-0 {margin-left: 0;}
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {float: left;}
  .col-lg-12 {width: 100%;}
  .col-lg-11 {width: 91.66666667%;}
  .col-lg-10 {width: 83.33333333%;}
  .col-lg-9 {width: 75%;}
  .col-lg-8 {width: 66.66666667%;}
  .col-lg-7 {width: 58.33333333%;}
  .col-lg-6 {width: 50%;}
  .col-lg-5 {width: 41.66666667%;}
  .col-lg-4 {width: 33.33333333%;}
  .col-lg-3 {width: 25%;}
  .col-lg-2 {width: 16.66666667%;}
  .col-lg-1 {width: 8.33333333%;}
  .col-lg-pull-12 {right: 100%;}
  .col-lg-pull-11 {right: 91.66666667%;}
  .col-lg-pull-10 {right: 83.33333333%;}
  .col-lg-pull-9 {right: 75%;}
  .col-lg-pull-8 {right: 66.66666667%;}
  .col-lg-pull-7 {right: 58.33333333%;}
  .col-lg-pull-6 {right: 50%;}
  .col-lg-pull-5 {right: 41.66666667%;}
  .col-lg-pull-4 {right: 33.33333333%;}
  .col-lg-pull-3 {right: 25%;}
  .col-lg-pull-2 {right: 16.66666667%;}
  .col-lg-pull-1 {right: 8.33333333%;}
  .col-lg-pull-0 {right: auto;}
  .col-lg-push-12 {left: 100%;}
  .col-lg-push-11 {left: 91.66666667%;}
  .col-lg-push-10 {left: 83.33333333%;}
  .col-lg-push-9 {left: 75%;}
  .col-lg-push-8 {left: 66.66666667%;}
  .col-lg-push-7 {left: 58.33333333%;}
  .col-lg-push-6 {left: 50%;}
  .col-lg-push-5 {left: 41.66666667%;}
  .col-lg-push-4 {left: 33.33333333%;}
  .col-lg-push-3 {left: 25%;}
  .col-lg-push-2 {left: 16.66666667%;}
  .col-lg-push-1 {left: 8.33333333%;}
  .col-lg-push-0 {left: auto;}
  .col-lg-offset-12 {margin-left: 100%;}
  .col-lg-offset-11 {margin-left: 91.66666667%;}
  .col-lg-offset-10 {margin-left: 83.33333333%;}
  .col-lg-offset-9 {margin-left: 75%;}
  .col-lg-offset-8 {margin-left: 66.66666667%;}
  .col-lg-offset-7 {margin-left: 58.33333333%;}
  .col-lg-offset-6 {margin-left: 50%;}
  .col-lg-offset-5 {margin-left: 41.66666667%;}
  .col-lg-offset-4 {margin-left: 33.33333333%;}
  .col-lg-offset-3 {margin-left: 25%;}
  .col-lg-offset-2 {margin-left: 16.66666667%;}
  .col-lg-offset-1 {margin-left: 8.33333333%;}
  .col-lg-offset-0 {margin-left: 0;}
}

/* =============== Custom Hubspot Columns =============== */
.content-wrapper > div {margin: 0 -15;}

/* Custom Column Blog Content */
.content-wrapper .blog-content.span1, .content-wrapper .blog-content.span2, .content-wrapper .blog-content.span3, .content-wrapper .blog-content.span4, 
.content-wrapper .blog-content.span5, .content-wrapper .blog-content.span6, .content-wrapper .blog-content.span7, .content-wrapper .blog-content.span8, 
.content-wrapper .blog-content.span9, .content-wrapper .blog-content.span10, .content-wrapper .blog-content.span11, .content-wrapper .blog-content.span12,
/* Custom Column Blog Sidebar Content */
.content-wrapper .blog-sidebar.span1, .content-wrapper .blog-sidebar.span2, .content-wrapper .blog-sidebar.span3, .content-wrapper .blog-sidebar.span4, 
.content-wrapper .blog-sidebar.span5, .content-wrapper .blog-sidebar.span6, .content-wrapper .blog-sidebar.span7, .content-wrapper .blog-sidebar.span8, 
.content-wrapper .blog-sidebar.span9, .content-wrapper .blog-sidebar.span10, .content-wrapper .blog-sidebar.span11, .content-wrapper .blog-sidebar.span12,
/* Custom Column Main Content */
.content-wrapper .main-content.span1, .content-wrapper .main-content.span2, .content-wrapper .main-content.span3, .content-wrapper .main-content.span4, 
.content-wrapper .main-content.span5, .content-wrapper .main-content.span6, .content-wrapper .main-content.span7, .content-wrapper .main-content.span8, 
.content-wrapper .main-content.span9, .content-wrapper .main-content.span10, .content-wrapper .main-content.span11, .content-wrapper .main-content.span12,
/* Custom Column Sidebar Content */
.content-wrapper .sidebar.span1, .content-wrapper .sidebar.span2, .content-wrapper .sidebar.span3, .content-wrapper .sidebar.span4, 
.content-wrapper .sidebar.span5, .content-wrapper .sidebar.span6, .content-wrapper .sidebar.span7, .content-wrapper .sidebar.span8, 
.content-wrapper .sidebar.span9, .content-wrapper .sidebar.span10, .content-wrapper .sidebar.span11, .content-wrapper .sidebar.span12 {
	position: relative;
	min-height: 1px;
/* REMOVE THIS FOR BLOGS */	padding-right: 15px;
	padding-left: 15px; */
	margin-left: 0;
}

@media (min-width: 768px) {
    /* Custom Column Blog Content */
    .content-wrapper .blog-content.span1, .content-wrapper .blog-content.span2, .content-wrapper .blog-content.span3, .content-wrapper .blog-content.span4, 
    .content-wrapper .blog-content.span5, .content-wrapper .blog-content.span6, .content-wrapper .blog-content.span7, .content-wrapper .blog-content.span8, 
    .content-wrapper .blog-content.span9, .content-wrapper .blog-content.span10, .content-wrapper .blog-content.span11, .content-wrapper .blog-content.span12 {float: left;}
	
	.content-wrapper .blog-content.span12 {width: 100%;}
    .content-wrapper .blog-content.span11 {width: 91.66666667%;}
    .content-wrapper .blog-content.span10 {width: 83.33333333%;}
    .content-wrapper .blog-content.span9 {width: 75%;}
    .content-wrapper .blog-content.span8 {width: 66.66666667%;}
    .content-wrapper .blog-content.span7 {width: 58.33333333%;}
    .content-wrapper .blog-content.span6 {width: 50%;}
    .content-wrapper .blog-content.span5 {width: 41.66666667%;}
    .content-wrapper .blog-content.span4 {width: 33.33333333%;}
    .content-wrapper .blog-content.span3 {width: 25%;}
    .content-wrapper .blog-content.span2 {width: 16.66666667%;}
    .content-wrapper .blog-content.span1 {width: 8.33333333%;}
    
    /* Custom Column Blog Sidebar Content */
    .content-wrapper .blog-sidebar.span1, .content-wrapper .blog-sidebar.span2, .content-wrapper .blog-sidebar.span3, .content-wrapper .blog-sidebar.span4, 
    .content-wrapper .blog-sidebar.span5, .content-wrapper .blog-sidebar.span6, .content-wrapper .blog-sidebar.span7, .content-wrapper .blog-sidebar.span8, 
    .content-wrapper .blog-sidebar.span9, .content-wrapper .blog-sidebar.span10, .content-wrapper .blog-sidebar.span11, .content-wrapper .blog-sidebar.span12 {float: left;}
    
    .content-wrapper .blog-sidebar.span12 {width: 100%;}
    .content-wrapper .blog-sidebar.span11 {width: 91.66666667%;}
    .content-wrapper .blog-sidebar.span10 {width: 83.33333333%;}
    .content-wrapper .blog-sidebar.span9 {width: 75%;}
    .content-wrapper .blog-sidebar.span8 {width: 66.66666667%;}
    .content-wrapper .blog-sidebar.span7 {width: 58.33333333%;}
    .content-wrapper .blog-sidebar.span6 {width: 50%;}
    .content-wrapper .blog-sidebar.span5 {width: 41.66666667%;}
    .content-wrapper .blog-sidebar.span4 {width: 33.33333333%;}
    .content-wrapper .blog-sidebar.span3 {width: 25%;}
    .content-wrapper .blog-sidebar.span2 {width: 16.66666667%;}
    .content-wrapper .blog-sidebar.span1 {width: 8.33333333%;}
    
    /* Custom Column Main Content */
    .content-wrapper .main-content.span1, .content-wrapper .main-content.span2, .content-wrapper .main-content.span3, .content-wrapper .main-content.span4, 
    .content-wrapper .main-content.span5, .content-wrapper .main-content.span6, .content-wrapper .main-content.span7, .content-wrapper .main-content.span8, 
    .content-wrapper .main-content.span9, .content-wrapper .main-content.span10, .content-wrapper .main-content.span11, .content-wrapper .main-content.span12 {float: left;}
    
    .content-wrapper .main-content.span12 {width: 100%;}
    .content-wrapper .main-content.span11 {width: 91.66666667%;}
    .content-wrapper .main-content.span10 {width: 83.33333333%;}
    .content-wrapper .main-content.span9 {width: 75%;}
    .content-wrapper .main-content.span8 {width: 66.66666667%;}
    .content-wrapper .main-content.span7 {width: 58.33333333%;}
    .content-wrapper .main-content.span6 {width: 50%;}
    .content-wrapper .main-content.span5 {width: 41.66666667%;}
    .content-wrapper .main-content.span4 {width: 33.33333333%;}
    .content-wrapper .main-content.span3 {width: 25%;}
    .content-wrapper .main-content.span2 {width: 16.66666667%;}
    .content-wrapper .main-content.span1 {width: 8.33333333%;}
    
    /* Custom Column Sidebar Content */
    .content-wrapper .sidebar.span1, .content-wrapper .sidebar.span2, .content-wrapper .sidebar.span3, .content-wrapper .sidebar.span4, 
    .content-wrapper .sidebar.span5, .content-wrapper .sidebar.span6, .content-wrapper .sidebar.span7, .content-wrapper .sidebar.span8, 
    .content-wrapper .sidebar.span9, .content-wrapper .sidebar.span10, .content-wrapper .sidebar.span11, .content-wrapper .sidebar.span12 {float: left;}
	
	.content-wrapper .sidebar.span12 {width: 100%;}
    .content-wrapper .sidebar.span11 {width: 91.66666667%;}
    .content-wrapper .sidebar.span10 {width: 83.33333333%;}
    .content-wrapper .sidebar.span9 {width: 75%;}
    .content-wrapper .sidebar.span8 {width: 66.66666667%;}
    .content-wrapper .sidebar.span7 {width: 58.33333333%;}
    .content-wrapper .sidebar.span6 {width: 50%;}
    .content-wrapper .sidebar.span5 {width: 41.66666667%;}
    .content-wrapper .sidebar.span4 {width: 33.33333333%;}
    .content-wrapper .sidebar.span3 {width: 25%;}
    .content-wrapper .sidebar.span2 {width: 16.66666667%;}
    .content-wrapper .sidebar.span1 {width: 8.33333333%;}
}

/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {
width: 800px!important;
height: auto!important;
margin: 10px!important;
border: solid 2px!important;
border-color: #30225E!important;
box-shadow: none!important;}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{
font-family: 'Noto Sans' , Arial, Helvetica, sans-serif!important;
}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {
text-align: middle!important;
width: 100%!important;
}
a#hs-eu-confirmation-button {
}

@media (min-width: 200px) and (max-width: 959px){
#hs-eu-cookie-confirmation {
  position: fixed!important;
  bottom: 0!important;
  top: auto!important;
}
}

@media (min-width: 1024px) and (max-width: 1250px){
#hs-eu-cookie-confirmation {
  width: 560px!important;
}
}

@media (min-width: 200px) and (max-width: 1023px){
#hs-eu-cookie-confirmation {
  position: fixed!important;
  bottom: 0!important;
  top: auto!important;
  width: 100%!important;
  margin: 0!important;
}
}

/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}



/*====================================================================================================================================================================================
                                                                    Home Page January 2020 
====================================================================================================================================================================================*/
.top-section-margin{
  margin: 80px auto 60px;
}
.mid-section-margin{
  margin: 60px auto;
}
.bottom-section-margin{
  margin: 60px auto 80px;
}
.top-and-bottom-section-margin{
  margin: 80px auto;
}
.top-and-bottom-section-margin-hubspot{
  margin: -140px auto 100px;
}




/***************************** Main Banner ******************************/

.padded-multiline  h1 .higlighted{
    background: #fff;
    color: #472a71;
    display: inline-block;
    padding: 10px 30px;
}

/**************************** Strategy Links *******************************/
.strategy-links {
    background: #593F7F;
    display: inline-block;
    width: 100%;
    color: #ffffff!important;
    text-align: center;
    padding: 20px 0 30px;
}
.strategy-links ul{
    margin:0;
    padding:0;
    list-style:none;
}
.strategy-links ul li{
    display:inline-block;
    padding:0 20px;
}
.strategy-links ul li a{
    color: #ffffff!important;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.strategy-links h2 {
    margin: 10px 0!important;
}
.strategy-links ul li a:hover{
    text-decoration:none;
    color: #fff!important;
}

/*************************** Boston + Chicago ***************************/
.boston-chicago {
    background: #f6f4f7;
    position: relative;
    padding: 40px 0;
    z-index:9;
}
.boston-chicago:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 2px solid #442b70;
    top: -10px;
    left: 10px;
    z-index:-9;
}
.boston-chicago .left-image {
    position: absolute;
    left: 0;
    max-width: 230px;
    bottom: 0;
    width: 100%;
}
.boston-chicago .content {
    max-width: 45%;
    margin: 0 auto;
}
.boston-chicago .right-image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 230px;
    width: 100%;
}

/************************** Achievements ***********************/

.achievements .achievement-box{
    padding:0;
}
.achievements .image {
    /* max-width: 200px; */
    margin: 0 auto 25px auto;
    float: none !important;
    display: inline-block;
    min-height: 150px;
    text-align: center;
    line-height: 150px;
    width:100%;
}
.achievements .image img {
    max-width: 340px;
    width: 340px;
}
 

/*********************** Blog & Resouce Listing ********************/
.blog-slider {
    padding:50px 0 0 0;
}
.blog-slider .top-content {
    margin-bottom: 20px;
}
.blog-slider .top-content a {
    font-weight: 600;
    letter-spacing: 1px;
}
.blog-desktop-slider .slider-main h2,
.blog-mobile-slider .slider-main h2{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color:#472a71;
}
.blog-slider h5{
    color:#0099c3;
    margin:40px 0 8px 0;
}
.blog-slider a.read-more {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.blog-slider .date {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700;
}

/*********************** Relentless-Resourceful ********************/
.relentless-resourceful-background-image {
  background-image: url(https://287767.fs1.hubspotusercontent-na1.net/hubfs/287767/T1%20Website/Home%20Page%20Images/RelentlessResourcefulResultsDriven.jpg);
  background-size: cover;
  background-position: center center;
  margin: 40px 0;
  padding: 60px 0;
}
.relentless-resourceful-white-box {
  background-color: #ffffffe6;
  padding: 38px 30px 10px 30px;
  height: 100%;
}
.relentless-resourceful-resultsdriven-tablet-image img,
.relentless-resourceful-resultsdriven-mobile-image img{
  display: none!important;
}
.relentless-resourceful-resultsdriven-desktop-image img{
  display: inline-block;
}

/*-------------------------------------------------custom divider lines----------------------------------------------*/
.hs_module_sep {
    width: 100%;
    display: inline-block;
}


@media (max-width: 992px) {
  .relentless-resourceful-background-image {
    padding-top: 40px;
    padding-bottom: 40px;  
  }
}

@media (max-width: 953px) {
.relentless-resourceful-resultsdriven-desktop-image img,
.relentless-resourceful-resultsdriven-mobile-image img{
  display: none!important;
}
.relentless-resourceful-resultsdriven-tablet-image img{
  display: inline-block!important;
  margin-top: 20px;
}
}
  
@media (max-width: 767px) {
  .relentless-resourceful-background-image {
    padding-top: 40px;
    padding-bottom: 80px;  
  }
.relentless-resourceful-resultsdriven-desktop-image img,
.relentless-resourceful-resultsdriven-tablet-image img{
  display: none!important;
}

.relentless-resourceful-resultsdriven-mobile-image img{
  display: inline-block!important;
  margin: 20px 0 30px 0;
}
}
  
/************************** Responsive Style *********************************/

@media ( max-width:767px ){
  .strategy-links ul li{
      padding:20 10px;
  }
  .strategy-links ul li a{
      font-size:20px;
      line-height: 22px!important;
  }
  .strategy-links h2{
      margin: 0!important;
  }
  .achievements{
      padding:10px 0;
  }
  .achievements p{
      margin-top:-10px;
  }

  .achievement-outer .page-center{
      padding-left:30px !important;
      padding-right:30px !important;
  }
  .blog-slider {
      padding: 20px 0 0 0;
  }
  .blog-slider .top-content {
      margin-bottom: 20px;
  }
  .blog-slider .date{
      font-size:15px;
  }
}
@media ( max-width:480px ){
  .strategy-links h2{
    padding:0 10px!important;
  }
  .boston-chicago < div {
    height: auto!important;
  }
  .boston-chicago .content {
      max-width: 100%;
      padding: 100px 30px 0;
      text-align: center;
  }
  .boston-chicago .left-image {
      max-width: 140px;
      top: 0;
      left: 10px;
  }
  .boston-chicago .right-image {
      top: 0;
      right: 10px;
      max-width: 140px;
  }
  .jan-homepage .padded-multiline.banner-title h1,
  .padded-multiline.banner-title h1{
      font-size: 30px !important;
      letter-spacing: 1px;
      word-break: normal;
  }
}

@media (max-width: 330px ) {
   .boston-chicago .left-image {
      max-width: 130px;
  }
  .boston-chicago .right-image {
      max-width: 130px;
  }
}
@media ( min-width:481px ) and ( max-width:767px ){
  .boston-chicago .content {
      max-width: 100%;
      padding: 165px 30px 0;
  }
  .boston-chicago .left-image {
      max-width: 195px; 
      top: 0;
  }
  .boston-chicago .right-image {
      top: 0;
      max-width: 195px;
  }
  .jan-homepage .padded-multiline.banner-title h1,
  .padded-multiline.banner-title h1{
      font-size: 40px;
      letter-spacing: 1px;
  }
}
@media ( min-width:768px ) and ( max-width:920px ){
  .boston-chicago .left-image,
  .boston-chicago .right-image{
      max-width: 185px;
  }
  .boston-chicago .content {
      max-width: 55%;
  }
  .strategy-links ul li a{
      font-size:22px;
      line-height: 22px!important;
  }
  .strategy-links ul li{
      padding:0 10px;
  }
}
@media ( min-width:921px ) and ( max-width:1023px ){
  .boston-chicago .content {
      max-width: 50%;
  }
}
/* ==========================================================================
   Custom Header                                                 
   ========================================================================== */
#custom_header {}
/*.row-fluid [class*="span"] {
  min-height:0!important;
}
.widget-type-global_group .row-fluid [class*="span"]{
  min-height:0!important;
}*/

.hs-content-name-home-page{
    margin-top: -28px!important;
}
.t1-top-header-full-color {
  margin-top: -28px!important;
}

.noheader-white-content-block {
  background-color:#fff; 
  margin-top:-440px; 
  padding-top:40px;
}

.smart-scroll{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9998;
}
.scrolled-down{
   transform:translateY(-100%); transition: all 0.4s ease-in-out;
}
.scrolled-up{
  transform:translateY(0); 
  transition: all 0.4s ease-in-out;
}
.nav-colored{
  background-color: #472a71 !important;
  transition: background-color 200ms linear;
}

/* Custom Header Columns
   ========================================================================== */
#custom_header .page-center > div {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  #custom_header {
    background-color: #ffffff00;
    /*box-shadow: inset 0 -6px 0 0 rgba(255,255,255,0.5);*/
    padding: 1em 0 .25em;
    /*position: fixed;*/
    width: 100%;
    z-index: 999;
   /* box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);*/
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
  }
  .nav-search-top-right{
    float:right!important;
  }
  #custom_header.fix-header {
    padding-top: 12px;
    padding-bottom: 8px;
  }
  #custom_header .page-center > div > .row-fluid > div.widget-span:last-child {
    padding-bottom: 1em;
    padding-top: 6px;
  }
  .body-container-wrapper {
    padding-top: 0!important;
  }

}

@media (min-width: 992px) {
  #custom_header .page-center > div > .row-fluid { display: table; }
  #custom_header .page-center > div > .row-fluid > div.widget-span {
    float: none; 
    display: table-cell;
    vertical-align: middle;
/*     padding-top: 25px; */
  }

  #custom_header .page-center > div > .row-fluid > div.widget-span:last-child {vertical-align: bottom;}
}

/* =============== Custom Header Logo =============== */
#custom_header .custom_logo a {
  float: left;
  font-size: 18px;
  line-height: 20px;
}

#custom_header .custom_logo img {
	display: block;
	float: left;
	margin-right: 15px;
	height: 100%;
	width: auto!important;
}

@media (min-width: 768px) {
  #custom_header .custom_logo img {
      max-width: 176px;
      height: auto;
      margin-right: 0;  
  }
}


/* =============== Custom Header Right Top =============== */
#custom_header .custom_header-right-top > div {
	margin-left: -15px;
	margin-right: -15px;  
	font-size: .875em;
	line-height: 2em;
	vertical-align: middle;
	width: 80%;
	float: right;
	margin-bottom: .714em;	  
}

@media (min-width: 992px) and (max-width: 1199px) {
  #custom_header .custom_header-right-top .custom_column-md:first-child {width: 37.5%;}
  #custom_header .custom_header-right-top .custom_column-md:last-child {width: 100%;}
}


/* Custom Header Media
   ========================================================================== */
@media (max-width: 991px) and (min-width: 768px) {
  #custom_header .page-center > div > .row-fluid > div.widget-span:last-child {padding-top: 0;}
  
  #custom_header .custom_header-right-top > div {
    float: none;
    width: 100%;
/* 		padding-left: 6em; */
  }
  
  #custom_header .custom_header-right-top .custom_column-md {
		float: none;
    width: auto;
  }
  
/*   #custom_header .custom_header-right-bottom {
    width: 155%;
    overflow: visible;
    margin-left: -55%;
    margin-right: -15px;
  } */
  
  #custom_header .custom_header-right-bottom  > div {
  	padding-left: 10px;
    padding-right: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {float: right !important; }
  #custom_header .custom_socials .hs-menu-wrapper > ul {float: right;}
  #custom_header.fix-header {
    padding: 15px 0 5px;
  }
  .body-container-wrapper{
    padding:0!important;
  }
  #custom_header .page-center > div {
  margin-left: 0;
}
}

@media (max-width: 768px) {
  #custom_header > div {margin-bottom: .5em;}
  #custom_header .custom_header-right-top > div {
    float: none;
    width: 100%;
		padding-left: 0;
  }
  
  #custom_header .custom_header-right-top .custom_column-md {
		float: none;
    width: 100%;
    padding: 0;
  }
  
}

@media (max-width: 767px) {
  #custom_header .page-center > div {margin: 0;}
    #custom_header {
    background-color: #472a71!important;
  }

  .noheader-white-content-block {
  background-color:#fff; 
  margin-top:0; 
  padding-top:40px;
}
  
  #custom_header .page-center .custom_left-column {
    padding: 0;
    margin: 0 ;
    width: auto;    
  }
  .container-fluid .row-fluid #custom_header .page-center{
      padding-right: 0 !important;
      padding-left: 0 !important;
      min-height: 0!important;
  }
  #custom_header .page-center .custom_left-column > div {padding: 0;}
  #custom_header .page-center .custom_right-column {padding: 0;}
  
  #custom_header .custom_header-right-top {padding: 0;}
  #custom_header .custom_header-right-top > div {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: .714em;
  }

  #custom_header .custom_logo a {
    height: 70px;
    padding: 20px 0 10px;
  }
  
  #custom_header .custom_header-search {
    border: none;
    padding: 0;
    margin: 1em 0 .5em;	
  }


  #custom_header .custom_header-search #hs-search-module {padding-bottom: 5px;}
  #custom_header .custom_header-search .input {vertical-align: baseline;}
  #custom_header .custom_header-search .input input {display: block;}

  .custom_socials .hs-menu-wrapper > ul > li:first-child > a > span {margin-left: 0;}  
  
}

/* Custom Header - Landing Page
   ========================================================================== */
#custom_header.custom-lp .mobile-trigger {display: none!important;}
#custom_header.custom-lp .custom-menu-primary {visibility: hidden;opacity: 0;}
#custom_header.custom-lp .custom_header-socials {display: none;}
#custom_header.custom-lp .custom_header-search {float: right;}

@media (max-width: 767px) {
	#custom_header.custom-lp .custom-menu-primary{display: none;}
}

@media (max-width: 767px) and (min-width: 441px) {
	#custom_header.custom-lp {overflow-x: hidden;}
	#custom_header.custom-lp .page-center .custom_left-column,
	#custom_header.custom-lp .page-center .custom_right-column {
		float: left;
		width: 50%;
	}
	

	#custom_header.custom-lp .page-center .custom_right-column > div {margin-right: -55px;}
	#custom_header.custom-lp .custom_socials .hs-menu-wrapper > ul > li > a > span {margin-left: 0.2em;}
}

@media (max-width: 440px) {
	#custom_header.custom-lp .page-center .custom_left-column,
	#custom_header.custom-lp .page-center .custom_right-column {
		float: none;
		width: 100%!important;
	}
  #custom_header .custom_logo a {
    max-height: 65px;
  }
	#custom_header.custom-lp .page-center .custom_right-column > div {margin-right: 0;}
}
  
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {
	padding-top: 90px;
  padding-bottom: 55px;
}

.main-content {}
.blog-sidebar,
.sidebar {margin-top: 1.6875em;}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}


/* ==========================================================================
   Custom Footer                                                 
   ========================================================================== */
#custom_footer {
	margin: 0;
/* 	padding-bottom: 1em; */
	background-color: #23547d;
	color: #fff;
}

#custom_footer .page-center > div {margin: 0 0;}

/* Custom Footer Columns
   ========================================================================== */
#custom_footer .custom_column {margin: 1.25em 0 0;}
#custom_footer .custom_column > div {
	font-size: .875em;
	line-height: 1.4;  
	color: #b8c7d9;	
}

#custom_footer .custom_column.custom_right-column > div > div.row-fluid > div {
    float: right;
    width: auto;
    margin: 0;
}

/* =============== Copyright =============== */
#custom_footer .copyright {
	font-size: 1.125em;
	line-height: 1.389em;
	font-weight: 300;  
	color: #fff;
}


/* =============== Footer Image =============== */
#custom_footer .custom_column.custom_right-column > div > div.row-fluid > div.custom_footer-image {
	float: right;
	position: relative;
	top: -15px;
	height: 45px;
	margin-right: 15px;
}

div.custom_footer-image  {
	max-height: 100%; 
}
    .footer-logo img {
        max-width: 190px!important;
    }

/* =============== Footer Socials =============== */
#custom_footer .custom_footer-socials .hs-menu-wrapper ul li a span {color: #fff;}
#custom_footer .custom_footer-socials .hs-menu-wrapper ul li a span:hover {color: #93b1d4;}


/* Custom Footer Media
   ========================================================================== */
@media (min-width: 993px) {
  #custom_footer {
    margin: 0;
   /* height: 4.125em; */
  }
}

@media (max-width: 991px) {
  #custom_footer > div.page-center > div > .row-fluid {
    display: flex;
    flex-flow: row wrap;
  }

  #custom_footer > div.page-center .custom_column {
    margin-top: .75em;
    flex: 1 1 100%;
  }

  #custom_footer > div.page-center .custom_column.custom_right-column {order: 0;}
  #custom_footer > div.page-center .custom_column.custom_left-column {order: 1;}

  #custom_footer .custom_column.custom_right-column > div > div.row-fluid > div.custom_footer-socials {
    display: inline-block;
    float: none;
    clear: both;
    text-align: left;
    margin: 0 0 2em;	
  }

  #custom_footer .custom_footer-socials .hs-menu-wrapper ul li a span {
    margin-left: 0;
    margin-right: 1em;
    text-align: left;
    width: 1em;
  }

  #custom_footer .custom_footer-socials .hs-menu-wrapper ul li a span:after {width: 1em;}

  #custom_footer .copyright {
  	font-size: 12px;
  }
}


/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  margin: 7.5px -15px!important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
	position: relative;
	display: block;  
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
  line-height: 20px;
	color: #542d8e;
  text-decoration: none!important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
	color: #fff;
	background-color: transparent;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
	min-width: 160px;
	padding: 5px 0;
	font-size: 14px;
	border-radius: 0;
	background-clip: padding-box;	
  transition: none!important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color:#542d8e;
	white-space: nowrap;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
	text-decoration: none;
	/*color: #542d8e;
	background-color: #f5f5f5;*/
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
	color: #ffffff99;
	text-decoration: none;
	outline: 0;
	background-color: #472a71;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  text-transform: uppercase;
  font-weight: 400;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media (min-width:768px) and ( max-width:768px ){
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 10px 0 0!important;
    float: right;
  }
  #custom_header .custom_logo img {
    margin-top: 20px !important;
  }
}
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 10px 0 0!important;
    float: right;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {	
    padding: 0;
		height: 1em;
  }
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    left:15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 0 1em 35px;
    display: block;
    color: #fff;
    line-height: 1em;
    font-weight: 400;
    font-size: 1em;
    letter-spacing:1px;
    transition:ease-in-out all 200ms;
    -webkit-transition:ease-in-out all 200ms;
    -ms-transition:ease-in-out all 200ms;
    -o-transition:ease-in-out all 200ms;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
		color: #ffffff99;
   /* text-shadow: 0px 0px 20px #eb424299 !important;*/
  }
  
  	/* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #472a71cc;
    /*border: 1px solid rgba(70, 42, 113, .2);*/
    font-size: 14px;
    min-width: 160px;
    top: 150%;
    padding: 12px 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #fff;
    font-weight: 400;
    transition:ease-in-out all .2s;
    -webkit-transition:ease-in-out all .2s;
    -ms-transition:ease-in-out all .2s;
    -o-transition:ease-in-out all .2s;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #ffffff99;
    background-color: #472a7100;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
    background-color: #472a7100;
    color: #fff;
  }
  
  
  #custom_header .custom_mobile-nav { display:block !important;}
  #custom_header .page-center > div > .row-fluid > div.widget-span.custom_mobile-nav {display: table-cell!important;}
}

@media (max-width: 1200px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {padding: 0 .75em 1em .75em;}
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    left:-10px;
  }
}

@media (max-width: 991px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    float: none;
  } 
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: .6em;
    padding-right: .6em;
  }
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    left:-22px;
  }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 767px) {
  
  /* ===== Mobile Toggle Button ===== */
  .mobile-trigger {
    position: relative;
    float: right;
    margin-left: 15px;
    padding: 12px 10px;
    margin-top: 16px;
    margin-bottom: 8px;
    background-image: none;
/*     border: 1px solid #e5ecf4; */
    display: block;
    cursor:pointer;
    
  }

  .mobile-open .mobile-trigger span + span {
      margin-top: -2px;
      display: none;
  }
  .mobile-open .mobile-trigger span{
      margin-top: 7px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
  }
  .mobile-open .mobile-trigger span + span + span {
      display: block;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
  }
  .mobile-trigger span {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    transition:ease-in-out all 0.2s;
    -webkit-transition:ease-in-out all 0.2s;
    -ms-transition:ease-in-out all 0.2s;
    -o-transition:ease-in-out all 0.2s;
    background-color: #ffffff;	
    border-radius: 4px;
  }

  .mobile-trigger span + span {margin-top: 6px;}

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; /* Button width */
    min-width: 55px !important;
    height: 38px !important; /* Button height */  
    padding: 0 15px 0 0 !important;
   /* border-left: 1px dotted rgba(255, 255, 255, .20); */
    text-align: right;
    color: #fff;
  }
  
  .child-trigger:after {
    display: inline-block;
    width: 0;
    height: 0;
    font-size:0;
    margin-bottom: -2px!important;
    vertical-align: bottom;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; 
    font-family: 'FontAwesome';
    content: "\f107";
    line-height: 0;
  }
  
  /* ===== Mobile Menu Styles ===== */  
     
  /* Hide menu on mobile */
  #custom_header .custom_mobile-nav {
    display: none;
    background-color: #472a71;
    color: #fff!important;;
  }

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary .hs-menu-wrapper {padding: 0 15px;}

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {width: auto;color:#fff;}
  .custom-menu-primary .hs-menu-wrapper > ul > li {color:#fff;}
  .custom-menu-primary .hs-menu-wrapper > ul > li a {color:#fff;}
  
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{color:#fff;}
  .custom-menu-primary .hs-menu-wrapper > ul li.active > a {background-color: #472a71cc;color:#fff;}
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{color:#fff!important;}

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
		color: #fff;
		font-weight: 400;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  	color: #ffffff99!important;
    background-color:#472a71!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:active {
  	color: #ffffff99!important;
    background-color:#472a71!important;}

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{}

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
		padding: .9em 0;
  }
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

body.blog .content-wrapper .blog-content {padding-bottom: 2em;}

@media (min-width: 992px) and (max-width: 1199px) {
	body.blog .content-wrapper .blog-sidebar.span4 {margin-left: 4.16666667%;width: 29.16666667%;}
}


@media (min-width: 1200px) {
	body.blog .content-wrapper .blog-content.span8 {width: 62.5%;}
	body.blog .content-wrapper .blog-sidebar.span4 {margin-left: 4.16666667%;}
}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {
  float: left;
  width: 100%;
  margin-top: -30px;
}

/* Blog Title */
.hs-blog-header blog {margin-bottom: 60px;}
.hs-blog-header h1 a{}

/* Blog Post Title */
.blog-post-wrapper .post-header h1 {
	margin-top: 0;
}

.post-header h1 {
	font-weight: 400;
	font-size: 1.875em;
	line-height: 1.3em;
	margin-top: .667em;
	margin-bottom: .667em;
	color: #472a71;
}

.post-header h2 {
	font-weight: 400;
	font-size: 1.875em;
	line-height: 1.3em;
  margin: 0;
	color: #472a71;
}

.post-header h2 a {}

/* Blog Author and Avatar */
/* #hubspot-author_data {
	font-size: .875em;
	line-height: 1.4;
} */

#hubspot-author_data > div {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	color: #b8c7d9;
	margin: .667em 0;
	line-height: 1.286em;
	text-transform: uppercase;
	font-weight: 400;
}

.blog-post-wrapper #hubspot-author_data {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 3px solid #e5ecf4;
	line-height:  inherit;
	font-size:  inherit;
}

.blog-post-wrapper #hubspot-author_data > div {margin: 0;font-size: .875em;line-height: 1.4;}

#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {color: #472a71;}
#hubspot-author_data a:hover {text-decoration: underline;}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  height: auto;
}

/* About Author Sec */

.about-author-sec {
	margin: 3em 0 0;
	background-color: #f2f6fa;
  
	padding: 3em 1em 1em;
	clear: both;
}

.about-author-sec > div {margin-bottom: 1em;}
.about-author-sec .author-link {
	padding: 1em 0 1em 1em;
	display:  block;
}

.about-author-sec .author-link img {
	max-width: 130px;
	height: auto;
	border: 1px solid #f2f6fa;
}

.about-author-sec h2 {
	font-weight: 200;
	font-size: 1.25rem;
	line-height: 1.3em;
	margin-top: 1rem;		
}

.about-author-sec .custom_about-author-info {
	font-size: .875em;
	line-height: 1.4;
	padding: 0 1em 0 0;	
}

.custom_about-author-more {
	font-size: .875em;
	line-height: 1.4;	
}

.custom_about-author-more p {margin: 0;}
.custom_about-author-more a {
	display: inline-block;
	padding: 2em 0 2em 2em;
	font-weight: 400;
	color: #b8c7d9;
	text-transform: uppercase;
	font-size: .889em;	
}

.custom_about-author-more a:hover {text-decoration: underline;}



ul.hs-author-social-links {
	font-size: 0;
	margin: 1rem 0;
	list-style: none;	
}

ul.hs-author-social-links li {
	margin: 0 0 0.25em 1.125em;
	position: relative;
	display: inline-block;
}

ul.hs-author-social-links li a {
	position: relative;
	background-color: transparent;
	background-image: none;
	width: 1.5em;
	margin: 0 .5em 0 0;
	font-size: 1rem;
	line-height: 2em;
	text-indent: -999em;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	direction: ltr;
	display: block;
	background-repeat: no-repeat;
}


ul.hs-author-social-links li a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	color: #47576b;
	text-align: center;
	left: 0;
	top: 0;
	text-indent: 0;
	font-family: 'FontAwesome';
	font-weight: 400;
}

ul.hs-author-social-links li a.hs-social-linkedin {color: #0281cd;}
ul.hs-author-social-links li a.hs-social-linkedin:after {
	content: "\f0e1";
	color: inherit;
}

ul.hs-author-social-links li a.hs-social-google-plus {color: #dd4b3a;}
ul.hs-author-social-links li a.hs-social-google-plus:after {
	content: "\f1a0";
	color: inherit;
}

ul.hs-author-social-links li a.hs-social-twitter {color: #25a7e2;}
ul.hs-author-social-links li a.hs-social-twitter:after {
	content: "\f099";
	color: inherit;
}

ul.hs-author-social-links li a.hs-social-facebook {color: #3476db;}
ul.hs-author-social-links li a.hs-social-facebook:after {
	content: "\f09a";
	color: inherit;
}


ul.hs-author-social-links li a:hover {
	background-color: transparent;
	color: #47576b;
}

/* Related Posts */
.related-posts {
	margin-top: 3em;
	border-top: 3px solid #e5ecf4;
	padding-top: 3em;	
}

.related-posts h3 {
	font-weight: 200;
	font-size: 1.25rem;
	line-height: 1.3em;
	margin-top: .667em;
	margin-bottom: .667em;	
	color: inherit;
}


ul.related-post-items {
	margin: 0 0 0.75em 0;
	padding: 0;
}

ul.related-post-items li {
	margin: 0 0 1em 1.125em;
	padding: 0;
	position: relative;	
	color: #b8c7d9;
}


ul.related-post-items li .related-title a {
	color: #9dbd30;
	font-weight: 400;
}

ul.related-post-items li .related-author a {
	color: #b8c7d9;
}


/* =============== Blog Sidebar =============== */

.custom_subscribe > div > .hs_cos_wrapper {
	border-top: 3px solid #e5ecf4;	
	display: block;
}

.custom_subscribe p:last-child {margin: 0;}
.custom_subscribe p a {
	display: inline-block;
	margin: .25em .5em .25em 0;
	white-space: normal;
	font-size: .9em;
	font-weight:  normal;
}

.custom_subscribe p img {
	display: block;
	max-width: 450px;
	height: auto;
	width: 100%;
	margin: 1em 0;
}

/* widget-module ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;	
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-module ul li {
	display: inline-block;		
	line-height: 1.667em;
	font-size: inherit;
}

.widget-module ul li a {font-weight: normal;}
.widget-module ul li a:hover {text-decoration: underline;}

.widget-module ul li a[href*="/tag/"] {color: #9dbd30;}
.widget-module ul li a[href*="/tag/"] span {color: #b8c7d9;} */


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  overflow: hidden;
}

.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */

.checkbox-row input {
	position: relative;
	top: 4px;
}

#email-prefs-form .email-edit {max-width: 100%!important;}

/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {margin-bottom: 15px;}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */

.legal-consent-container p {
    font-size:14px!important;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

.hs-form-field > label {}

.hs-form-required:before {content: " ";}
.hs-form-required {color: #f00;}

/* One Line Inputs */
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

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"],
input[type="file"],
textarea,
select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #bdcbdb;
	font-weight: 400;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}

/* Separate Styles for Multiple Line Inputs */
textarea {
	height: 114px;
}

textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

.hs-input.error,
.hs-input.invalid,
.hs-input.invalid.error {
	border: 2px solid red;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.hs-input.error:focus,
.hs-input.invalid:focus,
.hs-input.invalid.error:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
}

/* Error */
.hs_error_rollup {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;	
	padding: 15px 35px 15px 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;	
}

.hs_error_rollup .hs-error-msgs {padding-left: 40px;margin-bottom: 0;}
.hs-error-msgs label {
	color: #a94442;
	font-weight: 300;
	margin: 0;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}

.widget-type-google_search label {
  position: absolute;
  padding: 1px 4px;
  pointer-events: none;
  color: #ffffffcc;
  font-weight: 400;  
  font-family: inherit;
  display: none;
}

.widget-type-google_search form {position: relative;}
.widget-type-google_search .input {
	display: table;
	width: 100%;  
	vertical-align: middle;
}

.widget-type-google_search .hs-input {
	background-color: #ffffff00;
	border: 1px solid #ffffff99!important;
	font-weight: 400;
	color: #fff;
	font-size: 1em;
	line-height: 1.25em;
	padding: 5px 0;
	width: 100%;
	text-indent: .5em;
	vertical-align: middle;
	outline: 0;
	font-family: inherit;
	box-shadow: none!important;
	height: auto;
	display: table-cell;
}
.hs-search-field .hs-search-field__input {
	  background-color: #ffffff00 !important;
    border-bottom: 2px solid #ffffffcc !important;
    font-weight: 400 !important;
    color: #fff !important;
    /* font-size: 1em !important; */
    line-height: 1.25em !important;
    padding: 5px 0 !important;
    width: 100% !important;
/*     text-indent: .5em; */
    vertical-align: middle;
    outline: 0 !important;
    font-family: inherit;
    box-shadow: none!important;
    height: auto !important;
    display: table-cell !important;
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 16px;
}
.hs-search-field .hs-search-field__input::placeholder{
    color:#ffffffcc;
    opacity:1;
}
.hs-search-field .hs-search-field__input::-moz-input-placeholder{
    color:#ffffffcc;
    opacity:1;
}
.hs-search-field .hs-search-field__input:-moz-input-placeholder{
    color:#ffffffcc;
    opacity:1;
}
.hs-search-field .hs-search-field__input::-ms-input-placeholder{
    color:#ffffffcc;
    opacity:1;
}
.hs-search-field .hs-search-field__input:-ms-input-placeholder{
    color:#ffffffcc;
    opacity:1;
}
.hs-search-field .hs-search-field__input::-webkit-input-placeholder{
    color:#ffffffcc;
    opacity:1;
}
.hs-search-field {
    position: relative;
    width: 210px;
    float: right;
    margin: 0 15px 0 0;
}
.hs-search-field button {
    position: absolute !important;
    background: transparent;
    right: 0 !important;
    top: 0 !important;
    left:auto !important;
    padding: 0 7px;
    border:none;
}
.hs-search-field button:hover,
.hs-search-field button:focus{
    background:transparent;
    border:none;
    box-shadow:none;
    outline:none;
    cursor:pointer;
}
ul.hs-search-field__suggestions {
    display: none;
}

@media ( max-width:767px ){
  .hs-search-field{
      width:100%;
      margin: 15px 0 0 0;
  }
}
.content-wrapper .widget-type-google_search .hs-input {border: 0!important;font-size:  14px;}


/* Header Search Placeholder Text */
.widget-type-google_search ::-webkit-input-placeholder	{
  color: #ffffffcc;
  font-weight: 400;
} /* Webkit Browsers */

.widget-type-google_search :-moz-placeholder {	
  color: #ffffffcc;
  font-weight: 400;
  opacity: 1;
} /* Firefox 18- */

.widget-type-google_search ::-moz-placeholder {	
  color: #ffffffcc;
  font-weight: 400;
  opacity: 1;
} /* Firefox 19+ */

.widget-type-google_search :-ms-input-placeholder {	
  color: #ffffffcc;
  font-weight: 400;
} /* IE10 */


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */

/* =============== All Global Buttons (Excluding CTAs) =============== */


.square-button-red {
    color: #472a71;
    background-color: #FBD9D9;   
    max-width:58px!important;
    width:auto!important;
    height: 58px!important;
    white-space:nowrap!important;
    text-transform: uppercase;
    letter-spacing: 0.15em;!important;
    font-weight: 900!important;
    font-size: 18px;
    transition:ease-in-out max-width 400ms,ease-in-out width 400ms,ease-in-out background-color 400ms;
    -webkit-transition:ease-in-out max-width 400ms,ease-in-out width 400ms,ease-in-out background-color 400ms;
    -ms-transition:ease-in-out max-width 400ms,ease-in-out width 400ms,ease-in-out background-color 400ms;
    -o-transition:ease-in-out max-width 400ms,ease-in-out width 400ms,ease-in-out background-color 400ms;
}
.square-button-red a {
    color: #472a71;
    font-size: 18px;
    line-height:58px;
    padding: 20px 30px!important;
    transition:ease-in-out color 200ms;
    -webkit-transition:ease-in-out color 200ms;
    -ms-transition:ease-in-out color 200ms;
    -o-transition:ease-in-out color 200ms;
}
.square-button-red:hover,
.square-button-red:active {
    color: #fff;
    background-color:#eb4242;
    max-width: 1000px!important;
    text-align:center;
}
.square-button-red a:hover {
    color: #fff;
    text-decoration: none!important;
}

@media ( max-width:767px ){
  .square-button-red {
    color: #fff;
    background-color:#eb4242;
    text-decoration: none!important;
    max-width:none!important;
    width:auto;
    height: 100%!important;
    text-align:center;
    white-space:normal!important;
    text-transform: uppercase;
    letter-spacing: 0.15em;!important;
    padding:15px!important;
    font-weight: 900!important;
}
.square-button-red a {
    color: #fff;
    line-height:19px!important;
    padding: 15px 0!important;
}
.square-button-red:hover,
.square-button-red:active {
    color: #fff;
    background-color:#eb4242;
    text-align:center;
}
.square-button-red a:hover {
    color: #fff;
    text-decoration: none!important;
}
}

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    color: #472a71 !important;
    background-color: #fff!important;
    border: 2px solid #472a71;
    padding: 20px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing:1px;
    width: 100%;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    margin: 0 30px 0 0;
    text-align: center;
    font-size: 18px;
    transition:ease-in-out all 200ms;
    -webkit-transition:ease-in-out all 200ms;
    -ms-transition:ease-in-out all 200ms;
    -o-transition:ease-in-out all 200ms;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    text-decoration:none;
    background:#472a71!important;
    color:#fff !important;
    border-color:#472a71;
}
.hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active {
    color: #472a71 !important;
    background-color: #fff!important;
    border: 2px solid #472a71;
    padding: 20px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing:1px;
    width: 100%;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    margin: 0 30px 0 0;
    text-align: center;
    font-size: 18px;
    transition:ease-in-out all 200ms;
    -webkit-transition:ease-in-out all 200ms;
    -ms-transition:ease-in-out all 200ms;
    -o-transition:ease-in-out all 200ms;   
}
.challenger-cta{
    display:flex;
    margin-top:10px;
}
.challenger-cta a {
    color: #472a71 !important;
    border: 2px solid;
    padding: 20px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing:1px;
    width: 100%;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    text-align: center;
    font-size: 18px;
    transition:ease-in-out all 200ms;
    -webkit-transition:ease-in-out all 200ms;
    -ms-transition:ease-in-out all 200ms;
    -o-transition:ease-in-out all 200ms;
}
.challenger-cta a:last-child {
    margin: 0;
}
.challenger-cta a:hover{
    text-decoration:none;
    background:#472a71;
    color:#fff !important;
    border-color:#472a71;
}

.white-challenger-cta{
    display:flex;
    margin-top:10px;
}
.white-challenger-cta a {
    color: #fff !important;
    border: 2px solid;
    padding: 20px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing:1px;
    width: 100%;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    text-align: center;
    font-size: 18px;
    transition:ease-in-out all 200ms;
    -webkit-transition:ease-in-out all 200ms;
    -ms-transition:ease-in-out all 200ms;
    -o-transition:ease-in-out all 200ms;
}
.white-challenger-cta a:last-child {
    margin: 0;
}
.white-challenger-cta a:hover{
    text-decoration:none;
    background:#fff;
    color:#472a71 !important;
    border-color:#fff;
}

/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


.widget-type-google_search a.hs-button.primary {
	display: inline-block;
	position: absolute;
	background-color: #ffffff99;
	right: 8px;
	top: 5px;
	left: auto;
	box-shadow: none;
	padding: .25em;
	border: none;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -999em;
	margin: 0;
}

.widget-type-google_search a.hs-button.primary:after {
	background-image: url(https://www.tieronepr.com/hubfs/T1%20Website/Home%20Page%20Images/Search%20Icon.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 16px;
	width: 16px;
	display: block;
	content: "";
	text-indent: 0;
	position: absolute;
	top: 3px;
}

.content-wrapper .widget-type-google_search a.hs-button.primary {
	top: 2px;
	right: 5px;
}

/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1290px) {
  .widget-type-google_search a.hs-button.primary {right: 7px;}
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 1080px) {
  .small-uppercase h2 {font-size: 1.500em!important;}
}

@media (max-width: 991px) {
  html {background-color: #6B6A6C;}
  .content-wrapper {padding-top: 50px;padding-bottom: 50px;}
  
  .blog-content,
  .blog-sidebar {
    width: 100%!important;
    float: none!important;
  }
  
  .blog .blog-sidebar .widget-span > div {
    padding-left: 0;
    padding-right: 0;
  }
}  

@media (max-width: 768px) {
  h1 {font-size: 2.250em;}
  h2 {font-size: 1.750em;}
  .uppercase h2 {font-size: 1.750em;}
  .uppercase-white h2 {font-size: 1.750em;}
  h3 {font-size: 1.400em;}
  .uppercase h3 {font-size: 1.400em;}
  h4 {font-size: 1.300em;}
  
  .post-header h1,
  .post-header h2 {
    font-size: 1.500em;
  }
  
  .widget-module ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  
  .widget-module ul li {
  	padding-bottom: .25em;
    display: inline-block;
    width: 100%;
  }
  
  .main-content,
  .sidebar {
    margin-top: 40px;
  }
  
  .main-content:first-child,
  .sidebar:first-child {
    margin-top: 0;
  }
  
  .about-author-sec {padding: 1em;}
  .about-author-sec .author-link {padding: 0;}
  .about-author-sec .author-link img {max-width: 100%;}
  .about-author-sec h2 {margin-top: 0;}
  
  ul.hs-author-social-links{margin: 0;display: block;}
  ul.hs-author-social-links li {float: left;}
  .custom_about-author-more a {
    padding: 0;
    display: block;
  }
.top-section-margin{
  margin: 40px auto 30px;
}
.mid-section-margin{
  margin: 30px auto;
}
.bottom-section-margin{
  margin: 30px auto 40px;
}
.top-and-bottom-section-margin, .top-and-bottom-section-margin-hubspot{
  margin: 40px auto;
}
} 

@media (max-width: 767px) {}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {}



/***************************************************************** VALERIE TEST NEW BLOG PAGES *****************************************************************/
.bottom-blog-nav {
    display: inline-block;
    width: 100%;
    padding: 20px 0 100px;
}
.bottom-blog-nav .bottom-blog-nav-box {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 10px -2px 0;
    padding: 0 20px 0 0;
}
.bottom-blog-nav .bottom-blog-nav-box .image a {
    display: inline-block;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}
.bottom-blog-nav h2 {
    font-size: 36px; 
    line-height: 46px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #462a71;
}
.bottom-blog-nav .bottom-blog-nav-box h3 {
    letter-spacing: 0;
    color: #462a71;
    line-height: normal;
}
.bottom-blog-nav .bottom-blog-nav-box p {
    display: inline-block!important;
}
.bottom-blog-nav .bottom-blog-nav-box h3 a:hover,
.bottom-blog-nav .bottom-blog-nav-box h3 a:focus{
    text-decoration:none;
}
.bottom-blog-nav .bottom-blog-nav-box a.read-more {
    color: #0099c3;
    text-transform: uppercase;
    font-weight: 700;
}


@media ( max-width:767px ){
    .bottom-blog-nav {
        padding: 20px 0 30px;
    }
    .bottom-blog-nav .bottom-blog-nav-box{
        width:100%;
        padding:0;
    }
    .bottom-blog-nav .bottom-blog-nav-box .image a{
        height:180px;
    }
}

/*********************************************************************** AD CSS ******************************************************************/
.container-fluid{
    padding-left:0 !important;
    padding-right:0 !important;
}
#main-wrapper{
    background:none !important;
}
.panel-pane.pane-page-breadcrumb {
    display: none!important;
  height:0!important;
}
.hs-breadcrumb-menu-wrapper{
    display:none!important;
    height:0!important;
}
.icon-text-module{
    display:inline-block;
    width:100%;
    padding:10px 0;
    margin:0;
    text-align:center;
    position:relative;
}
.icon-text-module-2{
    width:100%;
    padding:55px 0 15px;
    text-align:center;
    position:relative;
    clip-path: polygon(0% 25%, 100% 0%, 100% 100%, 0 100%);
    margin: -120px 0 0;
}
.icon-text-module .overlay, .icon-text-module-2 .overlay {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    z-index:9;
}
.icon-text-module .container, .icon-text-module-2 .container{
    position:relative;
    z-index:99;
}
.icon-text-box{
    display:inline-block;
    width:25%;
    margin:30px -3px;
    vertical-align:top;
    padding:0 15px;
}
.icon-text-box .image {
/*     min-height: 100px; */
        /* min-height: 100px; */
    display: inline-block;
    vertical-align: middle;
    /* max-width: 100px; */
    width: 100px;
    /* position: relative; */
    display: inline-block;
    
    padding: 0 15px;
/*     position: relative; */
}

.icon-text-box .detail{
    display: inline-block;
    width: calc(100% - 105px);
    padding-left: 15px;
    vertical-align: middle;
    text-align:left;
    border-left: 2px solid #fff;
    position:relative;
    min-height:110px;
}
.icon-text-box .detail h5{
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.hs-content-name-home-page .body-container-wrapper{
     overflow-x: hidden;
}
@media ( max-width:1024px ){
    .icon-text-box {
      width: 100%;
      max-width: 285px;
    }
  .scrolled-down{
   transform:translateY(0); transition: all 0.4s ease-in-out;
}
.scrolled-up{
  transform:translateY(0); 
  transition: all 0.4s ease-in-out;
}
}

@media ( max-width:767px ){
    #custom_header {
        position: fixed;
        z-index: 999999999;
        width: 100%;
        left:0;
        background: #ffffff00;
       /* box-shadow: 0 0 6px rgba(0, 0, 0, 0.55); */
    }
   /* .body-container-wrapper {
        padding-top: 45px;
    } */
/*     .container-fluid{
        padding-left:15px !important;
        padding-right:15px !important;
    } */
    #home-top.bg-me{
      padding-left:15px;
      padding-right:15px;
    }
    .row{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .hs-content-name-home-page{
    margin-top: 0!important;
}
.t1-top-header-full-color {
  margin-top: 0!important;
}
}
@media ( max-width:600px ){
  .icon-text-box{ padding:0; }
}


/******************* AD Style *************/
.row{
    margin-left:0 !important;
    margin-right:0 !important;
}
.not-front .view-id-t1_users .field-name-field-user-picture {
    max-width: 100% !important;
}
.user-user.view-mode-featured .field-name-field-user-picture a{
    width:100%;
}
.not-front .view-id-t1_users .field-name-field-user-picture img {
    max-width: 100% !important;
    width: auto !important; 
} 
.team-member-box{
    margin:0 -15px;
}
.col-sm-4.team-box{
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 -2px;
}
.hs-search-results2 {
    max-width: 800px;
    margin: 0 auto;
}
.hs-search-results__listing li {
    display: inline-block;
    width: 100%;
    padding: 30px 30px 10px 30px!important;
   /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);*/
    margin-bottom: 30px!important;
    list-style:none;
    border: 2px solid #DAD4E3;
}
.hs-search-results__listing li a.hs-search-results__title {
    color: #542d8e;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration:none;
    position:relative;
}
.hs-search-results__listing li a.hs-search-results__title:hover{
    text-decoration:underline;
}
.hs-search-results__pagination{
    display:inline-block;
    width:100%;
    margin-bottom:50px;
}
.hs-search-results__pagination a {
    font-weight: 600;
    font-size: 20px;
    color: #542d8e;
}
.hs-search-results__pagination a:hover{
    text-decoration:none;
}
.search-result-title {
    max-width: 800px;
    margin: 50px auto 80px;
    text-align: center;
}
.search-result-title input.hs-search-field__input{
    background-color: #e5ecf4 !important;
    border: 1px solid #e5ecf4!important;
    font-weight: 400 !important;
    color: #47576b !important;
    font-size: 1em !important;
    line-height: 1.25em !important;
    padding: 5px 0 !important;
    width: 100% !important;
    text-indent: .5em;
    vertical-align: middle;
    outline: 0 !important;
    font-family: inherit;
    box-shadow: none!important;
    height: 40px !important;
    display: table-cell !important;
}
.search-result-title button {
    position: absolute !important;
    background: transparent;
    right: 0 !important;
    top: 0 !important;
    left:auto !important;
    padding: 8px 10px !important;
}
.hs-search-results__listing p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.search-result-title button:hover,
.search-result-title button:focus{
    background:transparent;
    border:none;
    box-shadow:none;
    outline:none;
}
.search-result-title button img{
    width:20px;
}
.search-result-title form {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}
.search-result-title h4{
    font-weight:600;
}
.hs-search__no-results {
    text-align: center;
}
.footer-container-wrapper .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    width: 100%;
    margin: 45px 0 0 0;
}
.footer-container-wrapper .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li {
    display: inline-block;
    width: 25%;
    text-align: right;
}
.footer-container-wrapper .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
    color: #fff;
    text-transform: uppercase;
} 
.footer-container-wrapper .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover{
    text-decoration:underline;
}
.custom_socials.custom_footer-socials.custom_footer-image li {
    float: none !important;
    display: inline-block;
}
.custom_socials.custom_footer-socials.custom_footer-image {
    text-align: right !important;
}
.custom_socials.custom_footer-socials.custom_footer-image li a span{
    font-size:30px;
    height:45px;
    width:35px;
    margin-left:0;
}
.custom_socials.custom_footer-socials.custom_footer-image span:after{
    top:4px;
}
.footer-container-wrapper .copyright p, 
.footer-container-wrapper .copyright a, 
.footer-container-wrapper .copyright span {
    color: #bcc4ca;
    text-transform: uppercase;
    font-size: 14px;
}
.bottom-footer,
.top-footer{
    padding:0;
    text-transform:uppercase;
}
.front.hs-content-name-home-page  .view.equalize .views-row .views-col{
    margin:0 -2px;
}
.footer-devider hr {
    width: 110% !important;
    margin-left: -5%;
}
.what-we-are-about{
    margin-top:20px;
}
.what-we-are-about .mobile-image{
    display:none!important;
}
.padded-multiline.banner-title h1,
.padded-multiline.banner-title h2,
.padded-multiline.banner-title h3,
.padded-multiline.banner-title h4,
.padded-multiline.banner-title h4,
.padded-multiline.banner-title h5{
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
    /* background: #fff; */
    /* margin: 0 !important; */
/*     border: none; */
}
.culture-page-desktop-imagegallery {
  display:inline-block;
}
.culture-page-mobile-imagegallery {
  display:none!important;
}
@media ( max-width:767px ){
    .bottom-footer, 
    .top-footer {
        padding:0;
    }
    .footer-container-wrapper .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li {
        display: inline-block;
        width: 100%;
        text-align: center;
        max-width: 250px;
        margin: 0 auto;
    }
    .footer-logo img {
        max-width: 187px !important;
    }
    .footer-menu{
        text-align:center !important;
    }
    .footer-devider hr {
        width: 90% !important;
        margin-left: 5%;
        margin-bottom: 30px !important;
    }
    .footer-container-wrapper .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a{
        margin-bottom:15px;
    }
    .footer-container-wrapper{
        text-align:center;
    }
    .custom_socials.custom_footer-socials.custom_footer-image,
    #custom_footer .copyright{
        text-align: center !important;
    }
    #custom_footer .custom_footer-socials .hs-menu-wrapper ul li a span {
        margin-left: 3px;
        margin-right: 3px;
    }
    .custom_socials.custom_footer-socials.custom_footer-image{
        margin:20px 0;
    }
    .hs-search-results2{
        padding:0 20px;
    }
    .not-front .view-id-t1_users .radix-layouts-column2 {
        display: block !important;
        float: none !important;
        width: 100% !important;
        padding-top:0 !important;
        margin-bottom: 1em !important;
    }
    .not-front .view-id-t1_users .radix-layouts-column1 {
        display: block !important;
        float: none !important;
        width: 100% !important;
        margin-top: 1em !important;
    }
    .front.hs-content-name-home-page .panel-display.rolph{
        text-align:center;
    }
    .front.hs-content-name-home-page div.pane-awards-spot .pane-content p{
        margin:25px 0;
    }
    .container{
        padding-left:30px !important;
        padding-right:30px !important;
    }
    .iconic-module .span2 {
        width: 25%;
        float: left;
        clear: both;
    }
    .iconic-module .span4 {
        width: 75%;
        float: left;
        padding-left: 10px;
        margin-bottom: 35px;
    }
    .iconic-module .span4 h3{
        margin-top:0;
    } 
    .vertical-align-items-center.what-we-are-about div.row-fluid {
        display: inline-block;
        width: 100%;
    }
    .vertical-align-items-center.what-we-are-about .span4 > div {
        margin-left:0 !important;
    }
    .what-we-are-about {
        margin-top: 60px;
    }
    .what-we-are-about .desktop-image{
        display:none;
    }
    .what-we-are-about .mobile-image{
        display:block;
    }
    .what-we-are-about img{
        margin-bottom:40px;
    }
    .padded-multiline.banner-title h1{
        font-size: 2.6em;
    }
   .vertical-align-items-center.responsive-purple-box div.row-fluid {
        display: inline-block;
        width: 96%;
        margin-bottom:0!important;
        margin-top:0!important;
        margin-right:-20px!important;
  }
     .purple-box-outer > div {
        margin-right:0 !important;
        margin-left:0!important;
        margin-top:10px!important;
        margin-bottom:10px!important;
  }
  .purple-box > div {
        margin: 0!important;
  }   
}
@media ( min-width:768px ) and ( max-width:1023px ){
    .not-front .view-id-t1_users .radix-layouts-column1 {
        display: block !important;
        float: none !important;
        width: 100% !important;
        margin-top: 1em !important;
    }
    .not-front .view-id-t1_users .radix-layouts-column2 {
        display: block !important;
        float: none !important;
        width: 100% !important;
        margin-bottom: 1em !important;
    }
    .pane-t1-users-panel-pane-1 .views-row .col-sm-4 {
        width: 33.3333333333% !important;
    }
    .front.hs-content-name-home-page .panel-display.rolph .col-md-3.panel-panel {
        width: 33.33%;
        display: inline-block;
        margin: 10px -2px;
        vertical-align: top;
        text-align: center;
    }
}
@media ( min-width:768px ) and ( max-width:1023px ){
    .bottom-footer, 
    .top-footer{
        padding:0;
    }
    #custom_footer .custom_footer-socials .hs-menu-wrapper ul li a span {
        margin-left: 3px;
        margin-right: 3px;
    }
    .hs-search-results2{
        padding:0 20px;
    }
    .footer-devider hr {
        width: 100% !important;
        margin-left: 0;
    }
    .bottom-footer, .top-footer {
        padding: 0 15px;
    }
}
@media ( min-width:1024px ) and ( max-width:1249px ){
    .footer-devider hr {
        width: 100% !important;
        margin-left: 0;
    }
    .bottom-footer, .top-footer {
        padding: 0 15px;
    }
}
@media ( min-width:768px ) and ( max-width:992px ){
    .container{
        width:100% !important;
        padding:0 30px !important;
    }

    #custom_footer .container {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .span12 .widget-span .widget-type-cell .page-center {
    padding: 0!important;
  }
    #custom_header .custom_logo img{
        margin-top:10px; 
    }
    .footer-logo .hs-image-widget {
        max-width: 118px !important;
    }
    .footer-container-wrapper .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul{
        margin:22px 0 0 0;
    }
    .footer-container-wrapper .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li{
        text-align:center;
    }
}
@media ( min-width:992px ) and ( max-width:992px ){
    #custom_header .custom_logo img{
        margin-top:0; 
    }
}
@media ( min-width:992px ) and ( max-width:1199px ){
/*  #custom_header {
      padding-left: 30px;
      padding-right: 30px; 
  } */
  
      #custom_header .custom_logo img{
        width: 155px!important;
    }
  .container{
      width:100% !important;
      padding:0 30px !important;
  }
  #custom_footer .container {
      padding-top: 50px !important;
      padding-bottom: 50px !important;
  }
  
  .span12 .widget-span .widget-type-cell .page-center {
    padding: 0!important;
  }
  
  .footer-logo .hs-image-widget {
      max-width: 138px !important;
  }
  .footer-container-wrapper .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul{
      margin:29px 0 0 0;
  }
  #custom_header .page-center > div > .row-fluid > div.widget-span:last-child{
      padding-top:0;
  }
}
@media ( min-width:992px ){
    #mini-panel-user_mini_layout .radix-layouts-sidebar, .cd-radix-burr-flipped .radix-layouts-sidebar{
        height:auto !important;
    }
}

@media ( min-width:1250px ) and ( max-width:1300px ){
    .footer-devider hr {
        width: 106% !important;
        margin-left: -3%;
    }
}
@media ( max-width:680px ){
    .col-sm-4.team-box,
    .not-front .view-id-t1_users .field-name-field-user-picture img{
        width:100% !important;
    }
}
@media ( min-width:681px ) and ( max-width:767px ){
    .col-sm-4.team-box {
        width: 50%;
    } 
}
@media (max-width: 500px) {
.culture-page-desktop-imagegallery {
  display:none!important;
}
.culture-page-mobile-imagegallery {
  display:inline-block!important;
  margin: 40px 0!important;
}
}

/************************************** AD : Resources Page *****************************************/
.resource-page-content {
    padding-top: 80px;
}
.latest-blog {
    display: inline-block;
    width: 100%;
    padding: 20px 0 100px;
}
.latest-blog .latest-blog-box {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 30px -2px 0;
    padding: 0 20px 0 0;
}
.latest-blog .latest-blog-box .image a {
    display: inline-block;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}
.latest-blog .latest-blog-box a.read-more {
    color: #0099c3;
    text-transform: uppercase;
    font-weight: 600;
}

@media ( max-width:767px ){
    .resource-page-content {
        padding-top: 50px;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .latest-blog {
        padding: 20px 0 30px;
    }
    .latest-blog .latest-blog-box{
        width:100%;
        padding:0;
    }
    .latest-blog .latest-blog-box .image a{
        height:180px;
    }
}
@media ( min-width:768px ) and ( max-width:1230px ){
    .resource-page-content {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

.BLMLandingPage {
  background-color: #000000;
}
.BLMtext {
    padding: 60px 0;
}
@media ( max-width:767px ){
.BLMtext {
  padding: 20px 0;
}
}

/* ---------------------------------- SEPT 2020 HOMEPAGE ------------------------------------*/

/*---------------------------- SEPT 2020 FULL WIDTH MODULES ---------------------------------*/
.full-width-background-image {
  background-size: cover;
  background-position: center;
  height: 104vh;
  margin-top:-28px!important;
}
.full-width-background-image-short {
  background-size: cover;
  background-position: center;
  height: 94vh;
  margin-top:-28px!important;
}
.black-overlay {
  background: rgb(0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,0.6432948179271709) 0%, rgba(0,0,0,0.4416141456582633) 44%, rgba(0,0,0,0) 75%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.6432948179271709) 0%, rgba(0,0,0,0.4416141456582633) 44%, rgba(0,0,0,0) 75%);
  background: linear-gradient(180deg, rgba(0,0,0,0.6432948179271709) 0%, rgba(0,0,0,0.4416141456582633) 44%, rgba(0,0,0,0) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  height: 100%;
}
.purple-overlay {
  background: rgb(71,42,113);
  background: -moz-linear-gradient(180deg, rgba(71,42,113,0.8841911764705882) 0%, rgba(71,42,113,0) 72%);
  background: -webkit-linear-gradient(180deg, rgba(71,42,113,0.8841911764705882) 0%, rgba(71,42,113,0) 72%);
  background: linear-gradient(180deg, rgba(71,42,113,0.8841911764705882) 0%, rgba(71,42,113,0) 72%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#472a71",endColorstr="#472a71",GradientType=1);
  height: 100%;
}
.purple-overlay div{
  position:relative;
}
.header-bottom-align {
  height: 100%;
}
.header-bottom-align div{
  margin: auto;
  position: absolute;
  left: 0; 
  bottom: 0!important; 
  right: 0;
}
.homepage-header-content-top div{
  position:relative;
}
.angled-bottom-color {
  padding-top:176px;
  height:340px;
  background-color:#eb4242cc;
  clip-path: polygon(0% 25%, 100% 0%, 100% 100%, 0 100%);
  z-index:98;
}
.angled-bottom-color-flexible {
  padding-top:120px;
  padding-bottom:100px;
  height:auto;
  background-color:#eb4242cc;
  clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0 100%);
  z-index:98;
}
.angled-bottom-color-flexible-2 {
  padding-top:50px;
  padding-bottom:50px;
  height:auto;
  background-color:#eb424200;
  z-index:98;
}
.angled-bottom-inner{
  display:inline;
  align-items:center;
}
.homepage-header-content-h1{
  margin-bottom:-160px!important;
  z-index:99;
}
.bottom-variation-1{
  padding-top:150px;
}
.bottom-variation-2{
    background-color:#eb424200!important;
}
.bottom-variation-3{
    background-color:#472a71cc!important;
}
.top-variation-1{
  margin-bottom:-10px!important;
}
.bottom-section-background{
  background-size: cover;
  background-position: cover;
}
.bottom-section-background-color{
  background-color:#472a7166;
  padding-top: 140px;
  padding-bottom: 140px;
}

/*---------------------------- SEPT 2020 IMAGE STYLES ---------------------------------*/

.content-block-2020 {
  padding-top:140px;
  padding-bottom:100px;
}
.content-block-2020-1 {
  padding-top:140px;
  padding-bottom:60px;
}
.content-block-2020-2 {
  padding-top:0px;
  padding-bottom:100px;
}
.content-block-2020-3 {
  padding-top:140px;
  padding-bottom:140px;
}
.image-divider-div {
  display: block;
}
.parallax-module3-main-image, .parallax-module2-main-image {
  position: relative;
  z-index: 99;
}
.parallax-module3-supporting-image-1, .parallax-module2-supporting-image-1 {
  position: relative;
  z-index: 98;
}
.parallax-module3-supporting-image-2 {
  position: relative;
  z-index: 97;
}
  .parallax-image-group {
display:block;
  }
.parallax-image-group-mobile{
  display:none!important;
  }
.parallax-text-group{
  position: relative;
  height: 100%
}
/*---------------------------- SEPT 2020 BLOG RESOURCE STYLES ---------------------------------*/
.blog-resource-spark-desktop{
  display:block;
}
.blog-resource-spark-mobile{
  display:none;
}
/*.blog-resource-spark{
  margin: 80px auto;
}*/

.blog-resource-spark-bg{
  height: 720px;
  background: rgb(235,66,66);
  background: -moz-linear-gradient(0deg, rgba(235,66,66,1) 0%, rgba(71,42,113,1) 50%, rgba(0,153,195,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(235,66,66,1) 0%, rgba(71,42,113,1) 50%, rgba(0,153,195,1) 100%);
  background: linear-gradient(0deg, rgba(235,66,66,1) 0%, rgba(71,42,113,1) 50%, rgba(0,153,195,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb4242",endColorstr="#0099c3",GradientType=1);
}

.blog-resource-spark-text-outer {
  position: relative;
  display:table;
}
.blog-resource-spark-text-inner {
  display: table-cell;
  vertical-align: middle;
  height: 720px;
}


.blog-resource-spark-text {
  border: 2px solid #fff;
  padding: 50px 80px;
  margin-right:40px;
  margin-top: auto;
  margin-bottom:auto;
}
.blog-resource-spark-text h2, .blog-resource-spark-text p, .blog-resource-spark-text a {
  color:#fff!important;
}
.blog-resource-spark-items {
  height:240px;
  position: absolute;
  right: 0;
  width:41.667%!important;
}

.homepage-blog-resource-bg-image{
  background-size: cover;
  background-position: left center;
  height:100%;
}

.blog-resource-spark-inner{
  width:60%;
  height: 240px;
  position:relative;
  padding-left:30px;
}
.top-talk-blue{
  background: rgb(0,153,195);
  background: -moz-linear-gradient(90deg, rgba(0,153,195,0.8) 20%, rgba(0,153,195,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,153,195,0.8) 20%, rgba(0,153,195,0) 100%);
  background: linear-gradient(90deg, rgba(0,153,195,0.8) 20%, rgba(0,153,195,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0099c3",endColorstr="#0099c3",GradientType=1);
}
.resource-purple{
  background: rgb(71,42,113);
  background: -moz-linear-gradient(90deg, rgba(71,42,113,0.8) 20%, rgba(71,42,113,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(71,42,113,0.8) 20%, rgba(71,42,113,0) 100%);
  background: linear-gradient(90deg, rgba(71,42,113,0.8) 20%, rgba(71,42,113,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#472a71",endColorstr="#472a71",GradientType=1);
}
.spark-red{
  background: rgb(235,66,66);
  background: -moz-linear-gradient(90deg, rgba(235,66,66,0.8) 20%, rgba(235,66,66,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(235,66,66,0.8) 20%, rgba(235,66,66,0) 100%);
  background: linear-gradient(90deg, rgba(235,66,66,0.8) 20%, rgba(235,66,66,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb4242",endColorstr="#eb4242",GradientType=1);
}

.blog-resource-title-text {
  position: absolute;
  bottom: 0;
}
.blog-resource-title-text h4{
  text-transform: uppercase;
  letter-spacing:0.15em;
  color:#fff;
  font-weight: 900;
  margin-bottom:4px;
}
.blog-resource-title-text p  {
  margin-bottom:20px;
}
.blog-resource-title-text p a {
  color:#fff;
  font-weight: 700;
  text-transform:none;
  letter-spacing:0;
}
.blog-resource-title-text h4:hover{
  text-decoration: underline;
  color: #fff!important;
}
.blog-resource-title-text p:hover{
  text-decoration: underline;
  color: #fff!important;
}
/*---------------------------- SEPT 2020 NEW TEXT STYLES ---------------------------------*/

.large-paragraph {
  font-size: 24px;
  line-height:29px;
  font-weight:400;
}
.large-paragraph-white {
  font-size: 24px;
  line-height:29px;
  font-weight:400;
  color:#fff;
}
.large-new-h1-homepage h1 {
  text-transform:uppercase;
  letter-spacing:0.15em;
  font-size: 120px;
  line-height:160px;
  color:#fff;
  font-weight:900;
}
.top-variation h1{
  line-height:120px;
}
.homepage-h1-highlight {
  color:#eb4242;
  background-color:#fff;
  padding: 10px 40px;
}
.new-text-styles h2 {
  font-size: 36px;
  font-weight: 900;
  text-transform:uppercase;
  letter-spacing: 0.15em;
}
.new-text-styles h3 {
  font-weight: 900;
  text-transform:uppercase;
  letter-spacing: 0.15em;
}
.new-text-styles a {
  font-weight: 900;
  text-transform:uppercase;
  letter-spacing: 0.15em;;
}
.new-text-styles-white h2, .new-text-styles-white h3, .new-text-styles-white p{
  color: #fff!important;
}
.new-text-styles-white h2 a:hover, .new-text-styles-white h3 a:hover, .new-text-styles-white p a:hover,
.new-text-styles-white h2 a:focus, .new-text-styles-white h3 a:focus, .new-text-styles-white p a:focus,
.new-text-styles-white h2 a:active, .new-text-styles-white h3 a:active, .new-text-styles-white p a:active,
.new-text-styles-white a:hover, .new-text-styles-white a:focus, .new-text-styles-white a:active{
  color: #fff!important;
  text-decoration: underline;
}

.purple-highlight-h2 {
    display: inline;
    background: #fff;
    padding: 1px;
    font-weight: 900;
    text-transform:uppercase;
    letter-spacing: 0.15em;
    line-height: auto;
   border: solid 1px #fff;
}
.purple-highlight-shadow-h2 {
    position: relative;
    box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
   line-height: auto;
}
.red-highlight-h2 {
    display: inline;
    background: #eb4242;
    padding: 1px;
  color: #fff;
    font-weight: 900;
    text-transform:uppercase;
    letter-spacing: 0.15em;
    line-height: auto;
   border: solid 1px #eb4242;
}
.red-highlight-shadow-h2 {
    position: relative;
    box-shadow: 10px 0 0 #eb4242, -10px 0 0 #eb4242;
   line-height: auto;
}

.purple-highlight-div{
  margin: 10px;
}
.new-h4-subhead  {
  font-weight: 300;
  text-transform:uppercase;
  letter-spacing: 0.15em;
  color: #fff;
  transition: all 200ms ease;
}
.thick-subhead {
  font-weight: 400;
}
.new-h4-subhead a:link, .new-h4-subhead a:hover, .new-h4-subhead a:active{
  color: #fff;
  text-decoration: none!important;
}
/*.new-h2-highlight-purple h2 {
  font-size: 36px;
  font-weight: 900;
  text-transform:uppercase;
  letter-spacing: 0.15em;
  width: auto;
  height: auto;
  line-height: auto!important;
  border-left: 40px solid #fff;
  padding: 2px 0;
  margin: 20px auto;
}
.new-h2-highlight-purple strong{
  background-color: #fff;
  font-weight: 900;
  padding: 3px 0;
  display:inline;
  margin:0;
}
.new-h2-highlight-purple h2 span{
  left: -20px;
  position: relative;
  font-size: 36px;
}*/
.red-callout-text  {
  color:#eb4242;
  font-weight: 900;
  text-transform:uppercase;
  letter-spacing: 0.15em;
}
.bottom-double-cta {
  margin: auto;
  text-align: auto;
}
.purple-form{
background: rgb(71,42,113);
background: -moz-linear-gradient(180deg, rgba(71,42,113,1) 0%, rgba(235,66,66,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(71,42,113,1) 0%, rgba(235,66,66,1) 100%);
background: linear-gradient(180deg, rgba(71,42,113,1) 0%, rgba(235,66,66,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#472a71",endColorstr="#eb4242",GradientType=1);
  padding:60px 80px 10px;
}
.services-new-h1 h1{
  color:#fff!important;
  font-size: 100px;
  line-height: 110px;
  padding-bottom:10px;
  font-weight: 700;
}

.services-h1 h1{
  color:#fff!important;
  font-size: 90px;
  line-height: 100px;
  padding-bottom:10px;
  font-weight: 900;
  text-transform:uppercase;
  letter-spacing: 0.15em;
}

/*---------------------------- SEPT 2020 NEW BUTTON STYLES ---------------------------------*/
 .square-button-dark-purple {
    color: #fff;
    background-color: #472a71;   
    max-width:58px!important;
    width:auto!important;
    height: 58px!important;
    white-space:nowrap!important;
    text-transform: uppercase;
    letter-spacing: 0.15em;!important;
    font-size: 18px;
    font-weight: 900!important;
    transition:ease-in-out max-width 400ms,ease-in-out width 400ms,ease-in-out background-color 400ms;
    -webkit-transition:ease-in-out max-width 400ms,ease-in-out width 400ms,ease-in-out background-color 400ms;
    -ms-transition:ease-in-out max-width 400ms,ease-in-out width 400ms,ease-in-out background-color 400ms;
    -o-transition:ease-in-out max-width 400ms,ease-in-out width 400ms,ease-in-out background-color 400ms;
}
.square-button-dark-purple a {
    color: #fff;
    line-height:58px;
    font-size: 18px;
    padding: 20px 30px!important;
    transition:ease-in-out color 200ms;
    -webkit-transition:ease-in-out color 200ms;
    -ms-transition:ease-in-out color 200ms;
    -o-transition:ease-in-out color 200ms;
}
.square-button-dark-purple:hover,
.square-button-dark-purple:active {
    color: #472a71;
    background-color:#fff;
    max-width: 1000px!important;
    text-align:center;
}
.square-button-dark-purple a:hover {
    color: #472a71;
    text-decoration: none!important;
} 
 .square-button-dark-red {
    color: #fff;
    background-color: #eb4242;   
    max-width:58px!important;
    width:auto!important;
    height: 58px!important;
    white-space:nowrap!important;
    text-transform: uppercase;
    letter-spacing: 0.15em;!important;
    font-size: 18px;
    font-weight: 900!important;
    transition:ease-in-out max-width 400ms,ease-in-out width 400ms,ease-in-out background-color 400ms;
    -webkit-transition:ease-in-out max-width 400ms,ease-in-out width 400ms,ease-in-out background-color 400ms;
    -ms-transition:ease-in-out max-width 400ms,ease-in-out width 400ms,ease-in-out background-color 400ms;
    -o-transition:ease-in-out max-width 400ms,ease-in-out width 400ms,ease-in-out background-color 400ms;
}
.square-button-dark-red a {
    color: #fff;
    line-height:58px;
    font-size: 18px;
    padding: 20px 30px!important;
    transition:ease-in-out color 200ms;
    -webkit-transition:ease-in-out color 200ms;
    -ms-transition:ease-in-out color 200ms;
    -o-transition:ease-in-out color 200ms;
}
.square-button-dark-red:hover,
.square-button-dark-red:active {
    color: #eb4242;
    background-color:#fff;
    max-width: 1000px!important;
    text-align:center;
}
.square-button-dark-red a:hover {
    color: #eb4242!important;
    text-decoration: none!important;
} 

/*---------------------------- SEPT 2020 CONTACT FORM STYLES ---------------------------------*/

.bottom-form-bg-image{
  background-size: cover;
  background-position:  center;
}
.bottom-form-bg-image-overlay{
  background-color:#eb424266;
}
.bottom-form-callout-span8{
  width:66%!important;
  float:left;
}
.bottom-form-callout-span4{
  width:33%;
  float:right;
}
.bottom-form-top-callout{
  background-color:#472a71cc;
  padding-top:60px;
  margin-bottom:40px;
  height:380px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0 100%);
}
.bottom-form-bg-form{
  margin-bottom:100px;
  overflow:hidden!important;
}
.bottom-form-bg-form .hs-form-field > label {
  color: #fff!important;
}
.bottom-form-bg-form .hubspot-form-wrapper .inputs-list li span{
  color: #fff!important;
}
.bottom-form-bg-form .legal-consent-container p {
    color: #fff!important;
}
.bottom-form-bg-form .actions input[type="submit"] {
    color: #fff!important;
    background: #ffffff00!important;
    border:solid 2px #fff!important;
   /* max-width:58px!important;*/
    width:auto!important;
    white-space:nowrap!important;
    text-transform: uppercase;
    letter-spacing: 0.15em!important;
    font-size: 18px;
    font-weight: 900!important;
  -webkit-appearance: none;
    transition: all 200ms ease;
}
.bottom-form-bg-form .actions input[type="submit"] a{
    color: #fff!important;
    line-height:58px;
    font-size: 18px;
  -webkit-appearance: none;
    padding: 10px 20px!important;
}
.bottom-form-bg-form .actions input:hover{
    color: #eb4242!important;
    background-color:#fff!important;
}
.bottom-form-bg-form .actions input a:hover{
    color: #eb4242!important;
    text-decoration: none!important;
}
/*---------------------------- OCT 2020 WHO WE ARE ---------------------------------*/
.top-large-padding{
  padding-top: 140px;
}
.medium-margin{
  margin: 100px auto;
}
.medium-margin-bottom{
  margin-bottom:100px;
}
.bottom-md-margin{
  margin-bottom:140px;
}
.senior-team-listing-section{
  margin-top:40px;
}
.senior-team-listing-photo {
  margin-left: 20px;
  position: relative;
  z-index:8;
}
.senior-team-listing-title {
  display: flex;
  background-color: #472a71;
  padding:8px 20px 2px;
  margin-right: 20px;
  margin-top:-20px;
  position:relative;
  z-index:9;
}
.senior-team-listing-item{
  margin: auto 0 30px;
}

.light-red-section-bg {
  padding: 80px auto;
  background-color:#eb424233;
}
.purple-red-gr-section-bg{
  padding: 80px auto;
  background: rgb(71,42,113);
background: linear-gradient(-45deg, rgba(71,42,113,1) 0%, rgba(235,66,66,1) 100%);
}
.purple-background-header-gradient{
  width: 100%;
  background: rgb(71,42,113);
background: -moz-linear-gradient(180deg, rgba(71,42,113,1) 0%, rgba(71,42,113,0.7553396358543417) 41%, rgba(71,42,113,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(71,42,113,1) 0%, rgba(71,42,113,0.7553396358543417) 41%, rgba(71,42,113,0) 100%);
background: linear-gradient(180deg, rgba(71,42,113,1) 0%, rgba(71,42,113,0.7553396358543417) 41%, rgba(71,42,113,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#472a71",endColorstr="#472a71",GradientType=1);

}
*@media (max-width: 767px) {
.purple-background-header-gradient {
  display:none;
}
}
.purple-background-section-gradient{
  width: 100%;
  background: rgb(71,42,113);
background: -moz-linear-gradient(180deg, rgba(71,42,113,1) 0%, rgba(71,42,113,0.7553396358543417) 41%, rgba(71,42,113,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(71,42,113,1) 0%, rgba(71,42,113,0.7553396358543417) 41%, rgba(71,42,113,0) 100%);
background: linear-gradient(180deg, rgba(71,42,113,1) 0%, rgba(71,42,113,0.7553396358543417) 41%, rgba(71,42,113,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#472a71",endColorstr="#472a71",GradientType=1);

}
/*---------------------------- OCT 2022 WNN STYLES ----------------------------------------------*/
@media (max-width:949px){
  .wnn-parallax-section-wrap{
  display: block!important;
    width: 100%!important;
    margin-right:0!important;
    margin-bottom: 40px;
  }}
/*---------------------------- SEPT 2020 RESPONSIVE STYLES ---------------------------------*/

@media (max-width:1480px) {
.blog-resource-spark-inner{
  width:80%;
}
.large-new-h1-homepage h1 {
  font-size: 110px;
  line-height:145px;
}
.top-variation h1{
  line-height:110px;
}

.angled-bottom-color {
  padding-top:166px;
  height:360px;
}
}
@media (max-width: 1200px){
.large-new-h1-homepage h1 {
  font-size: 100px;
  line-height:140px;
}
.top-variation h1{
  line-height:100px;
}
.blog-resource-spark-inner{
  width:95%;
}
.blog-resource-spark-bg, .blog-resource-spark-text-inner{
  height:660px;
  }
.blog-resource-spark-items, .blog-resource-spark-inner{
  height: 220px;
  }
}
@media ( max-width:769px ){
.full-width-background-image, .full-width-background-image-short {
  height: 880px!important;
}
.angled-bottom-color {
  height:380px!important;
}
.icon-text-module-2 {
  clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0 100%);
  margin: -110px 0 0;
  }
}
@media (max-width: 1140px){
.parallax-image-group {
  margin-top:3%;
  margin-bottom:3%;
  }
}
@media (max-width:1024px){
.image-divider-div {
  display: none!important;
}
.parallax-image-group {
  width: 40%!important;
  margin-top:2%;
  margin-bottom:2%;
  }
.purple-form{
  padding:20px 40px 2px;
  }
 .services-new-h1 h1{
  font-size: 60px;
  line-height: 80px;
}
.services-h1 h1{
  font-size: 50px;
  line-height: 70px;
}
  .icon-text-module-2{
    padding: 70px 0 20px;
  }
}
@media (max-width: 970px){
  .blog-resource-spark-text {
  padding: 30px 60px;
  }
}
/*@media (max-width: 930px){
.parallax-text-group {
  margin-top:-100px;
  }*/

@media (min-width: 767px) {
  .negative-margin-section {
  margin-top: -220px;
}
}
@media ( min-width:767px ) and ( max-width:790px ){
.new-text-styles h2 {
    font-size: 32px;
    line-height:38px;
  }
.purple-highlight-h2 {
    font-size: 32px;
    line-height:38px;
}
.purple-highlight-shadow-h2 {
    font-size: 32px;
    line-height: 38px;
}
  .red-highlight-h2 {
    font-size: 32px;
    line-height:38px;
}
.red-highlight-shadow-h2 {
    font-size: 32px;
    line-height:38px;
}
/*.new-h2-highlight-purple h2 {
  font-size: 32px;
  border-left: 40px solid #fff;
  padding: 2px 0;
  margin: 20px auto;
}
.new-h2-highlight-purple strong{
  padding: 3px 0;
  margin-left: -2px;
}*/
/*.new-h2-highlight-purple h2 span{
  left: -20px;
  font-size: 32px;
}*/
}
@media (min-width: 931px){
.parallax-text-group-text{
  position: absolute;
  top: 50%;
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
}
@media (max-width:930px) {
  .parallax-image-group {
display:none!important;
  }
.parallax-image-group-mobile{
  display:block!important;
  margin: auto 160px 30px!important;
  width: auto!important;
  }
.parallax-text-group {
  width:100%!important;
  margin: auto!important;
  }
.content-block-2020 {
  padding-bottom:140px;
}
  .content-block-2020-1 {
  padding-bottom:40px;
}
  .content-block-2020-2 {
  padding-bottom:140px;
}
.angled-bottom-color-flexible {
  padding-top:80px;
  padding-bottom:60px;
  }
.bottom-variation-1{
  padding-top:100px;
}
.top-variation h1{
margin-bottom:80px!important;
}
}
@media ( max-width:875px ) {
 .bottom-form-callout-span8{
  width:100%!important;
  float:none!important;
}
.bottom-form-callout-span4{
  float:none!important;
  margin-left:0!important;
}
.bottom-form-top-callout{
  height:400px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0 100%);
}
.content-block-2020{
  padding-bottom:120px!important;
  }
  .content-block-2020-2 {
  padding-bottom:120px!important;
}
}
@media ( max-width:767px ){
.full-width-background-image, .full-width-background-image-short {
  height: 700px!important;
  margin-top:0!important;
  background-position: center bottom;
}
.angled-bottom-color {
  height:400px!important;
  padding-bottom:40px!important;
}
.angled-bottom-color-flexible {
  padding-top:70px;
  padding-bottom:60px;
  }
.bottom-variation-1{
  padding-top:90px;
}
.top-variation h1{
margin-bottom:100px!important;
} 
  .large-new-h1-homepage h1 {
  text-transform:uppercase;
  letter-spacing:0.15em;;
  font-size: 80px;
  line-height:120px;
  color:#fff;
  font-weight:900;
}
  .services-new-h1 h1{
  font-size: 80px;
  line-height: 100px;
}
  .services-h1 h1{
  font-size: 70px;
  line-height: 90px;
}
  
.top-variation h1{
  line-height:80px;
}
 .homepage-h1-highlight {
  padding: 10px 30px;
}
.square-button-dark-purple {
  color: #472a71;
  background-color:#fff;
  height:100%!important;
  text-decoration: none!important;
  white-space:normal!important;
  max-width:none!important;
  width:auto;
  text-align:center;
  padding:15px!important;
}
.square-button-dark-purple a {
    color: #472a71;
    line-height:19px!important;
  padding:15px 0!important;
}
.square-button-dark-purple:hover,
.square-button-dark-purple:active {
    color: #472a71;
    background-color:#fff;
    text-align:center;
}
.square-button-dark-purple a:hover {
    color: #472a71;
    text-decoration: none!important;
}
.bottom-form-callout-span4{
    width:100%!important;
  }
.square-button-dark-red {
  color: #eb4242;
  background-color:#fff;
  text-decoration: none!important;
  white-space:normal!important;
  max-width:none!important;
  width:auto;
  height:100%!important;
  text-align:center;
  padding:15px!important;
}
.square-button-dark-red a {
    color: #eb4242;
    line-height:19px!important;
    padding:15px 0!important;
}
.square-button-dark-red:hover,
.square-button-dark-red:active {
    color: #eb4242;
    background-color:#fff;
    text-align:center;
}
.square-button-dark-red a:hover {
    color: #eb4242;
    text-decoration: none!important;
}
.bottom-form-bg-form .actions input[type="submit"],.bottom-form-bg-form .actions input[type="submit"] a{
  color:#472a71!important;
  background:#fff!important;
  line-height:19px!important;
  padding:15px 0!important;
  width:100%!important
}
.bottom-form-bg-form .actions input[type="submit"]:hover,.bottom-form-bg-form .actions input[type="submit"] a:hover{
  color:#472a71!important;
  background:#fff!important;
  line-height:19px!important;
  padding:15px 0!important;
  width:100%!important
}
.blog-resource-spark-desktop{
  display:none;
}
.blog-resource-spark-mobile{
  display:block;
}
.blog-resource-spark-bg{
  height:100%;
  }
.blog-resource-spark-text{
  margin: 30px auto;
  }
.bottom-form-top-callout{
  height:460px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0 100%);
}
.parallax-image-group-mobile{
  margin: auto 80px 30px!important;
  }
.bottom-double-cta {
  margin: 40px auto;
  text-align: center;
}

}

@media ( max-width:640px ){
  .full-width-background-image, .full-width-background-image-short {
  height: 600px!important;
}
  .homepage-header-content-h1{
  margin-bottom:-80px!important;
}
  .large-new-h1-homepage h1 {
  font-size: 60px;
  line-height:90px;
}
.top-variation h1{
  line-height:60px;
  margin-bottom:50px!important;
}
    .services-new-h1 h1{
  font-size: 60px;
  line-height: 80px;
}
 .services-h1 h1{
  font-size: 50px;
  line-height: 70px;
}
  
  .homepage-h1-highlight {
  padding: 10px 20px;
}
.angled-bottom-color {
  height:320px!important;
  padding-top:80px;
  padding-bottom:20px!important;
  clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0 100%);
}
.angled-bottom-color-flexible {
  padding-top:40px;
  padding-bottom:50px;
  clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0 100%);
  }
.bottom-variation-1{
  padding-top:60px;
}
}
@media ( max-width:480px ){
  .content-block-2020 {
  padding-top:80px;
  padding-bottom:80px!important;
  }
  .content-block-2020-1 {
  padding-top:80px;
  padding-bottom:20px;
}
  .content-block-2020-2 {
  padding-top:10px;
  padding-bottom:80px!important;
}
  .parallax-text-group {
  margin-bottom:40px;
  }
  .large-new-h1-homepage h1 {
  font-size: 50px;
  line-height:74px;
}
 .services-new-h1 h1{
  font-size: 50px;
  line-height: 70px;
}
.services-h1 h1{
  font-size: 40px;
  line-height: 60px;
}
.top-variation h1{
  line-height:50px;
}
 .homepage-h1-highlight {
  padding: 6px 18px;
}
  .new-text-styles h2 {
    font-size: 30px;
    line-height:36px;
  }
  .purple-highlight-h2 {
    font-size: 30px;
    line-height:36px;
}
.purple-highlight-shadow-h2 {
    font-size: 30px;
    line-height:36px;
}
    .red-highlight-h2 {
    font-size: 30px;
    line-height:36px;
}
.red-highlight-shadow-h2 {
    font-size: 30px;
    line-height:36px;
}
  
  .large-paragraph {
  font-size: 18px;
  line-height:24px;
}
.large-paragraph-white {
  font-size: 18px;
  line-height:24px;
}
.blog-resource-spark-text {
  padding: 20px 40px;
  }
.bottom-form-top-callout{
  height:480px;
}
  .form-columns-3 input{
    width: 100%!important;
    margin: 0!important;
}
.form-columns-2 input{
    width: 100%!important;
    margin: 0!important;
}
.parallax-image-group-mobile{
  margin: auto 0 30px!important;
  }
}
@media ( max-width:410px ){
  .large-new-h1-homepage h1 {
  font-size: 40px;
  line-height:60px;
}
    .services-new-h1 h1{
  font-size: 40px;
  line-height: 60px;
}
  .services-h1 h1{
  font-size: 30px;
  line-height: 50px;
}
.top-variation h1{
  line-height:40px;
}
 .homepage-h1-highlight {
  padding: 6px 18px;
}
    .new-text-styles h2 {
    font-size: 23px;
    line-height:27px;
  }
.blog-resource-spark-text {
  padding: 12px 32px;
  }
    .purple-highlight-h2  {
    font-size: 23px;
        line-height: 0!important;
}
.purple-highlight-shadow-h2  {
    font-size: 23px;
  line-height: 0!important;
}
      .red-highlight-h2  {
    font-size: 23px;
        line-height: 0!important;
}
.red-highlight-shadow-h2  {
    font-size: 23px;
  line-height: 0!important;
}
  .purple-highlight-div h2{
    line-height: 27px!important
  }
  .purple-form{
  padding:10px 20px 2px;
  }
}
@media ( max-width:332px ){
.homepage-header-content-h1{
  margin-bottom:-60px!important;
}
.angled-bottom-color {
  padding-top:60px;
}
.large-new-h1-homepage h1 {
  font-size: 36px;
  line-height:60px;
  }
    .services-new-h1 h1{
  font-size: 36px;
  line-height: 60px;
}
  .services-h1 h1{
  font-size: 28px;
  line-height: 48px;
}
.angled-bottom-color-flexible {
  padding-top:24px;
  padding-bottom:30px;
  }
.bottom-variation-1{
  padding-top:40px;
}
.top-variation h1{
  line-height:36px;
  margin-bottom:44px!important;
}
    .new-text-styles h2 {
    font-size: 20px;
    line-height:26px;
  }
      .purple-highlight-h2  {
    font-size: 20px;
        line-height: 0!important;
}
.purple-highlight-shadow-h2  {
    font-size: 20px;
  line-height: 0!important;
}
        .red-highlight-h2  {
    font-size: 20px;
        line-height: 0!important;
}
.red-highlight-shadow-h2  {
    font-size: 20px;
  line-height: 0!important;
}
  .purple-highlight-div h2{
    line-height: 26px!important
  }
    p {
    font-size: 17px!important;
    line-height:23px;
  }
     .square-button-dark-purple,  .square-button-dark-purple a, .square-button-red, .square-button-red a {
     font-size: 17px!important;
     height: 100%!important;
  }

  .blog-resource-spark-text {
  padding: 8px 28px;
  }
}
@media (max-width:319px ){
.grecaptcha-badge{
  width:240px!important;
  margin:0!important;
}
.bottom-form-top-callout{
  height:430px;
}
}
@media ( max-width:305px ){
  .large-new-h1-homepage h1 {
  font-size: 30px;
  line-height:50px;
}
.top-variation h1{
  line-height:30px;
}
      .new-text-styles h2 {
    font-size: 18px;
    line-height:24px;
  }
      .purple-highlight-h2  {
    font-size: 18px;
        line-height: 0!important;
}
.purple-highlight-shadow-h2  {
    font-size: 18px;
  line-height: 0!important;
}
        .red-highlight-h2  {
    font-size: 18px;
        line-height: 0!important;
}
.red-highlight-shadow-h2  {
    font-size: 18px;
  line-height: 0!important;
}
  .purple-highlight-div h2{
    line-height: 24px!important
  }
  .new-h2-highlight-purple h2 {
  font-size: 18px;
  border-left: 20px solid #fff;
  padding: 2px 0;
  margin: 10px auto;
  line-height: 24px;
}
.new-h2-highlight-purple strong{
  padding: 3px 0;
    margin-left: -2px;
}
/*.new-h2-highlight-purple h2 span{
  left: -10px;
  font-size: 18px;
}*/
  p {
    font-size: 16px!important;
    line-height:22px;
  }
   .square-button-dark-purple,  .square-button-dark-purple a, .square-button-red, .square-button-red a {
     font-size: 16;
  }
  .large-paragraph {
  font-size: 16px;
  line-height:22px;
}
.large-paragraph-white {
  font-size: 16px;
  line-height:22px;
}
.blog-resource-spark-text {
  padding: 2px 22px;
  }
.bottom-form-top-callout{
  height:500px;
}
  }


@media ( max-height:760px ){
  .full-width-background-image  {
  height: 800px;
  margin-top:-28px!important;
}
}
@media ( min-height:1050px ){
  .full-width-background-image, .full-width-background-image-short {
  height: 1000px;
  margin-top:-28px!important;
}
}

#hs-pwd-widget-password{
  margin-bottom: 40px!important;}