/* ==========================================================================
   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('//fonts.googleapis.com/css?family=Open+Sans%3A400%2C300%2C600%2C700%2C800%2C300italic%2C400italic%2C600italic%2C700italic%2C800italic');
/* Aimsio_Mar2017-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 {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
}

html, body {
	min-height: 100%;
	margin: 0;
	padding: 0;
} 

body {
	background: #fff;
	color: #5c6b80;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.5;
}

.content-wrapper {
    padding-top: 3em;
	padding-bottom: 3em;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    max-width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 800px) {
    .container-fluid .row-fluid .page-center {
        max-width: 1050px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1030px) {
    .container-fluid .row-fluid .page-center {
    	max-width: 1040px;
    }
}

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


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

/* Basic text */
p {} 
small {}
b, strong, .strong {
    font-weight: bold;
}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
	text-rendering: optimizelegibility;
	font-weight: 500;
	word-wrap: break-word;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	font-size: 2.5em;
	line-height: 1.333em;
	margin: 0.67em 0;
}
h2 {
	font-size: 1.75em;
	line-height: 1.4em;
	margin-bottom: 0.375em;
}
h3 {
	font-size: 1.2em;
}
.sidebar h3:first-child,
.blog-sidebar h3:first-child {
	font-size: 1.1em;
	font-weight: 700;
	border-bottom: 2px solid #444;
	margin: 0 0 0.75em 0;
	padding-bottom: 6px;
}
.sidebar h3:first-child:empty,
.blog-sidebar h3:first-child:empty {
	display: none;
}
h4 {
	font-size: 1.1em;
	font-weight: 700;
}
h5 {
	font-size: 0.846em;
	line-height: 2.09em;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h6 {}

.hs_cos_wrapper_type_header h1 {
	color: #092a39;
	font-size: 4em;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin: 0;
	text-align: center;
}
.hs_cos_wrapper_type_section_header h1 {
	color: #f58334;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	font-style: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 0 0 0;
}
.hs_cos_wrapper_type_section_header p {
	color: #092a39;
	font-size: 22px;
	letter-spacing: -.45px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
	padding: 0 0 20px;
	margin: 0;
}

/* Anchor Links */
a { color: #f58334; text-decoration: none; }
a:hover, a:focus { color: ; text-decoration: none; }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: none;
}
/* Anchor jumping to location to be offset a certain pixel value to accomodate the header */
a.anchor-jump-header-offset {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

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

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   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 {
	margin-bottom: -5px;
}
.header-container {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	position: fixed;
  box-shadow: 0 1px 9px rgba(0,0,0,.125);
  
}
.header-container .row-fluid #custom_col.logo-col,
.header-container .row-fluid #custom_col.nav-col {
	width: auto;
	float: left;
	margin-left: 0;
}
.header-container .row-fluid #custom_col.logo-col {
	width: 30%;
}
.header-container .row-fluid #custom_col.nav-col {
	width: 70%;
}

/* Header - Utility */
.header-container #utility {
	font-size: 0.7em;
	font-weight: bold;
}
.header-container #utility:after,
.header-container #utility:before {
	content: "";
	display: table;
}
.header-container #utility:after {
	clear: both;
}
.header-container #utility .headerButton,
.header-container #utility .phone {
	float: right;
	margin-right: 16px;
}
.header-container #utility .headerButton:first-child,
.header-container #utility .phone:first-child {
	margin-right: 0;
}
.header-container #utility .headerButton {
	padding: 7px 20px;
	line-height: 16px;
	background-color: #f58334;
	border-radius: 25px;
	color: #fff;
	text-align: center;
	margin-top: 1em;
}
.header-container #utility .headerButton a {
	color: inherit;
	/*text-decoration: underline; */
}
.header-container #utility .phone img,
.header-container #utility .headerButton img {
	margin-right: 0.6em;
	float: left;
}
.header-container #utility .headerButton:nth-child(2) {
	background-color: #fff;
	border: 1px solid #f58334;
	color: #f58334;
}
.header-container #utility .phone {
	margin-top: 8px;
	line-height: 37px;
	letter-spacing: 1px;
}

/* Header - Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}


/* HubSpot Header */
.header-container #hubspot-header .row-fluid #custom_col.logo-col, .header-container #hubspot-header .row-fluid #custom_col.nav-col, .header-container #hubspot-header .row-fluid #custom_col.lead-col {
  width:auto;
}
.header-container #hubspot-header .row-fluid #custom_col.lead-col{
  float:right;
  margin-left:0;
}
.header-container #hubspot-header  #utility{
  font-size:12px;
}
.header-container #hubspot-header  #utility .headerButton {
  margin-top: 16px;
}
.header-container #hubspot-header  #utility .phone{
  color: #002939;
  line-height: 50px;
}
.header-container #hubspot-header  #utility .headerButton:nth-child(2){
    background-color: #FFFFFF;
    border: 2px solid #002939;
    color: #002939;
    padding: 9px 20px;
    transition: all .4s ease;
}
.header-container #hubspot-header  #utility .headerButton:nth-child(2):hover{
  border: 2px solid #002939;
  background-color: #002939;
  color: #FFFFFF;
  transition: all .4s ease;
}
.header-container #hubspot-header  #utility .headerButton:nth-child(1){
    background-color: #EA7626;
    border: 2px solid #EA7626;
    color: #FFFFFF;
    padding: 9px 20px;
    transition: all .4s ease;
}
.header-container #hubspot-header  #utility .headerButton:nth-child(1):hover{
  border: 2px solid #EA7626;
  background-color: #FFFFFF;
  color: #EA7626;
  transition: all .4s ease;
}

#hubspot-header .custom-menu-primary .hs-menu-wrapper>ul>li>a{
  color: #002939;
  font-weight: 700;
  font-size: 13px;
  margin: 0;
  padding: 0px 10px 10px 10px;
}
@media only screen and (max-width:990px){
   #hubspot-header .custom-menu-primary .hs-menu-wrapper>ul ul, .header-container #hubspot-header .row-fluid #custom_col.lead-col{
    display:none;
  }
}




/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.sidebar a:hover,
.blog-sidebar a:hover {
	text-decoration: underline;
}
.hs-blog-post .blog-sidebar .widget-type-blog_subscribe {
    display: none;
}

.sidebar .row-fluid-wrapper > .row-fluid > .widget-span:not(.widget-type-cell):not(.widget-type-global_group):not(.widget-type-widget_container),
.sidebar .widget-type-widget_container > span > div {
	padding: 0 10px;
    margin-bottom: 2.2em;
}
.custom_side-search  {
	padding: 0 10px;
    margin-bottom: 2.2em;
}
.custom_side-search .row-fluid-wrapper > .row-fluid > .widget-span:not(.widget-type-cell):not(.widget-type-global_group):not(.widget-type-widget_container),
.custom_side-search .widget-type-widget_container > span > div {
	margin-bottom: 0;
	padding: 0;
}

/* RSS */
.hs-rss-module {}
.hs-rss-module .hs-rss-item {
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 0.75em;
}
.hs-rss-module .hs-rss-item:last-child {
	margin-bottom: 0;
}
.hs-rss-module .hs-rss-item .hs-rss-byline {}
.hs-rss-module .hs-rss-item .hs-rss-description {}
.hs-rss-module .hs-rss-item .hs-rss-item-text {}
.hs-rss-module .hs-rss-item .hs-rss-item-image-wrapper {}

.hs-rss-module .hs-rss-item.hs-with-featured-image {}
.hs-rss-module .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
	float: right;
	padding: 0;
	width: calc(100% - 56px - .75em);
}
.hs-rss-module .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
	margin: 0 .75em .75em 0;
	float: left;
    width: auto;
}
.hs-rss-module .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {
	max-width: 55px;
    width: auto;
	height: auto;
	border: 1px solid #c5c5c5;
    -webkit-border-radius: 8%;
    -moz-border-radius: 8%;
    -ms-border-radius: 8%;
	-o-border-radius: 8%;
    border-radius: 8%;; 
}

/* Post Filter & Post Listing Style */
.widget-module ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 8pt;
}
.widget-module ul li {}
.widget-module ul li a {}
.widget-module ul li a:hover {}

/* Back To Tp */
#back-to-top {
    background: url('//2470320.fs1.hubspotusercontent-na1.net/hubfs/2470320/Aimsio_Mar2017/images/icons/arrow.png') no-repeat center center;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	text-indent: -9999px;
	font-size: 0;
	cursor: pointer;
	outline: 0;
	display: none;
}

/* Two Column Right & Blog */
@media (min-width: 768px) {
	body.two-column .content-wrapper .main-content.span8,
	body.blog .content-wrapper .blog-content.span8 {
		margin-left: 0;
		width: 71.4285715%;
		padding-right: 25px;
		border-right: 1px solid #e2e4e6;
	}
	body.two-column .content-wrapper .sidebar.right.span4,
	body.blog .content-wrapper .blog-sidebar.span4 {
		width: 28.5714286%;
		margin-left: 0;
		padding-left: 15px;
	}
}

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

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

.footer-container-wrapper {}
.footer-container {}
.footer-container a {
	text-decoration: underline;
}
.footer-container .caption-logo {
	margin: 0 0 1.5em 0;
	max-width: 100%;
	height: auto;
	float: right;
	opacity: 0;
	visibility: hidden;
}
.footer-container h2.caption.foot {
	position: absolute;
	margin: 0;
	font-weight: lighter;
	padding-right: 1em;
	width: 100%;
	line-height: 1.1em;
	top: 10px;
	color: #fff;
	text-align: right;
	font-size: 2em;
}
.footer-container h2.caption.foot span {
	color: #f58332;
}
@media (min-width: 768px) {
	.footer-container h2.caption.foot {font-size: 1.5em}
}
@media (min-width: 800px) {
	.footer-container h2.caption.foot {font-size: 1.5em}
}
.footer-container p.caption4 {
	padding: 2em;
	font-size: 0.9em;
	color: #fff;
	margin: 0;
	line-height: 1.8;
    text-align: justify;
}
@media (min-width: 768px) {
	.footer-container p.caption4 {
		padding: 0.6em 2em;
		font-size: 0.9em;
		color: #fff;
		margin: 0;
	}
}
@media (min-width: 800px) {
	.footer-container p.caption4 {
		padding: 0.6em 2em 1em 2em;
		font-size: 0.9em;
		color: #fff;
		margin: 0;
	}
}
@media (min-width: 1200px) {
	.footer-container p.caption4 {
		padding: 0.6em 2em;
		font-size: 0.9em;
		color: #fff;
		margin: 0;
	}
}

/* Footer - Top */
.footer-container #custom_footer-top {
	background-color: #002939;
	background-size: cover;
	min-height: 200px;
	padding-top: 3em;
	padding-bottom: 3em;
}

.footer-container #custom_footer-top p {
	line-height: 1.8;
  font-weight: 300;
  font-size:14px;
}
.footer-container #custom_footer-top a {
	color: #fff;
}
.footer-container #custom_footer-top .row-fluid #custom_col.col-first,
.footer-container #custom_footer-top .row-fluid #custom_col.col-second,
.footer-container #custom_footer-top .row-fluid #custom_col.col-third,
.footer-container #custom_footer-top .row-fluid #custom_col.col-fourth {
	float: left;
	width: auto;
	margin-left: 0;
	position: relative;
}
.footer-container #custom_footer-top .row-fluid #custom_col.col-second,
.footer-container #custom_footer-top .row-fluid #custom_col.col-third,
.footer-container #custom_footer-top .row-fluid #custom_col.col-fourth {
	padding-right: 0.75em;
}
.footer-container #custom_footer-top .row-fluid #custom_col.col-first {width: 33.33%;}
.footer-container #custom_footer-top .row-fluid #custom_col.col-second {width: 66.66%;}
.footer-container #custom_footer-top .row-fluid #custom_col.col-third {width: 40%;}
.footer-container #custom_footer-top .row-fluid #custom_col.col-fourth {width: 60%;}

/* Footer - Bottom */
.footer-container #custom_footer-bottom {
	min-height: 60px;
	background-color: #fff;
}

/* Footer - Copyright */
.footer-container .custom_copyright {
	font-size: 0.9em;
}
.footer-container .custom_copyright:after,
.footer-container .custom_copyright:before {
    content: "";
    display: table;
}
.footer-container .custom_copyright:after {
    clear: both;
}
.footer-container .custom_copyright p {
    /*float: right;*/
    text-align: center;
}

/* Footer - Form */
.footer-container .custom_form {}
.footer-container .custom_form h3.form-title:empty {display: none;}
.footer-container .custom_form form.hs-form {
	font-size: 1.2em;
}
.footer-container .custom_form form.hs-form .hs-form-field > label {
	display: none;
}
.footer-container .custom_form form.hs-form .hs-form-field .input .hs-input {
	color: #fff;
	font-size: 1em;
	height: 41px;
}
.footer-container .custom_form form.hs-form .hs-form-field .input textarea.hs-input {
	height: 3em;
	min-height: 120px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.5em;
	margin-top: 1.75em;
}
.footer-container .custom_form form.hs-form fieldset.form-columns-1 .hs-form-field,
.footer-container .custom_form form.hs-form fieldset.form-columns-2 .hs-form-field,
.footer-container .custom_form form.hs-form fieldset.form-columns-3 .hs-form-field {
	padding-left: 1em;
	padding-right: 1em;
}
.footer-container .custom_form form.hs-form .hs-button.primary {
	float: right;
	border: 1px solid #fff;
	background-color: transparent;
	width: 45%;
	margin-right: 1.5em;
	font-size: 16px;
    line-height: 1.5;
	margin-top: 0.7em;
    padding-left: 6px;
    padding-right: 6px;
}

/* Footer - Contact List */
.footer-container .contact-list {}
.footer-container .contact-list img.icon {
	float: left;
	width: 20px;
	margin: 0 0 0 -24px;
}

/* Footer - Social */
.footer-container .footSocial {}
.footer-container .footSocial:after,
.footer-container .footSocial:before {
	content: "";
	display: table;
}
.footer-container .footSocial:after {
	clear: both;
}
.footer-container .footSocial a img {
	margin: 0.4em 0 0 1em;
	float: left;
	width: 40px;
	margin-bottom: 0;
}
.footer-container .footSocial a:first-child img {
	margin-left: 0;
}
/* === HubSpot Footer === */

.hubspot-footer h3{
  font-size: 1em;
  color: #ffffff;
}
.hubspot-footer p, .hubspot-footer li{
 font-size:14px;
}
.hubspot-footer .bold-text{
  font-weight:600;
}
.hubspot-footer .left-text{
  text-align:left;
}
.hubspot-footer .company-location, .hubspot-footer .footer-nav{
  color:#FFFFFF;
}
.hubspot-footer .company-location h3 {
  margin-bottom:0;
}
.hubspot-footer .company-location p{
  margin-top:0;
}
.hubspot-footer .footer-nav h3{
  margin-top:0;
}
.hubspot-footer .footer-nav a{
  text-decoration: none;
  padding-bottom: 2px;
  font-weight: 300;
}
.hubspot-footer .footer-nav ul{
  padding:0;
}
.hubspot-footer .footer-nav li{
  list-style: none;
  margin-bottom: 0.75em;
}
.hubspot-footer-media{
  background-color: #011D28;
}
.social-link-container span.hs_cos_wrapper{
    float: right;
    margin: 1em 0;
    padding: 0 5px 0 5px;
}
.social-link span{
    font-size: 28px;
    padding: 0 5px 0 5px;
    color: #002939;
}
.hubspot-footer .custom_copyright p{
    text-align:left;
}
.hubspot-footer .copyright-link a{
    color: #002939;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
}
.hubspot-footer .copyright-link a:before{
    content: "\2022";
    padding-right: 5px;
}
@media only screen and (max-width:780px){
  .hubspot-footer .company-location, .hubspot-footer .footer-nav-container{
    display: inline-block;
    width: 49%;
    vertical-align:top;
  }
  .hubspot-footer .copyright-container > div > div.row-fluid{
    display:flex;
    flex-direction: column-reverse;
  }
  .social-link-container span.hs_cos_wrapper{
    float:left;
  }
  .hubspot-footer .custom_copyright{
    padding:0;
  }
}

    
/* === HubSpot Footer Ends === */
/**============== Android & iOS Badges================= **/
.appBadges {
	display:block;
  text-align:center;
  margin-top:20px;
}
.appBadge, .appBadge img,.appBadge-text {
display:inline-block !important;
}

.appBadge {
	border-radius:8px;
	border:2px solid #FFFFFF;
	vertical-align:middle;
	max-width:10rem;
	min-width: 190px;
	width:100%;
	text-decoration:none !important;
	text-align:left;
	transition:all .4s ease;
	padding:5px 3px 5px 12px;
  margin-bottom:10px;
}

.appBadge img {
	margin-right:10px;
  vertical-align:unset !important;
}

.appBadge img.apple,.appBadge img.google {
	width:25px;
	margin-left:0
}
/*.appBadge-text {
	width:80% !important;
	margin-left:5px;
}
*/

.appBadge .badge-title,.appBadge .badge-store-name {
  margin:0;
	text-align:left;
	color:#FFFFFF;
	transition:all .5s ease;
}

.appBadge .badge-title {
	font-family:poppins,helveticaneue,helvetica,arial,sans-serif;
	font-weight:400;
	line-height:.875rem !important;
  font-size:0.8rem;
	line-height:2rem;
	letter-spacing:.2px;
}

.appBadge .badge-store-name {
	font-size:1.3rem !important;
	margin-left:0;
	line-height:1.25rem !important;
	font-weight:bold;
	font-family:Myriad Pro,helveticaneue,helvetica,arial,sans-serif;
}

.appBadge:hover {
	cursor:pointer;
	border-color:#ea7626;
}

.appBadge:hover .badge-title,.appBadge:hover .badge-store-name {
	color:#ea7626;
}


/**============== End of Android & iOS Badges================= **/


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


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

/* Parent List */

.custom-menu-primary .hs-menu-wrapper > ul {
	display: block;
	font-size: 0.74em;
	margin: 22px 0 0 0;
  width:100%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	position: relative;
	display: block;
	color: #5d7485;
	padding: 0.4em;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom: 2px solid #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
	color: #5d7485;
	text-decoration: none;
	border-bottom: 2px solid #f58334;
}

/* 2nd Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
	background-color: #fff;
	min-width: 150px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
	position: relative;
	display: block;
	color: #5d7485;
	padding: 0.6em;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom: 2px solid #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
	color: #5d7485;
	text-decoration: none;
	border-bottom: 2px solid #f58334;
}

/* 3rd Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
	position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover{}

/* 4th Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
	position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a:hover{}

/* 5th Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul li a{
	position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul li a:hover{}

/* 6th Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul li a{
	position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul li a:hover{}

/* 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;
}
/* Added */
ul.hs-menu-children-wrapper{
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  background: #FFFFFF !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  color:#002939;
  border-bottom: none;
  font-weight:600;
  font-size:13px;
}


/* Eneded */

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:990px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block ;
    }
  /*
	.custom-menu-primary .hs-menu-wrapper > ul > li {
		float: right !important;
	}*/
  .custom-menu-primary .hs-menu-wrapper > ul > li {
		float: left !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		margin-right: 0.8em;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a,
	.custom-menu-primary .hs-menu-wrapper > ul ul li a {
		font-size: 0.9em;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
		margin-right: 0;
	}
}
@media (min-width: 800px) {
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		margin-right: 0.8em;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a,
	.custom-menu-primary .hs-menu-wrapper > ul ul li a {
		font-size: 0.9em;
	}
}
@media (min-width: 1030px) {
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		margin-right: 1.6em;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a,
	.custom-menu-primary .hs-menu-wrapper > ul ul li a {
		font-size: 1em;
	}
}

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

/* Hide button on Desktop */
.mobile-trigger, 
.child-trigger,
.custom-menu-primary .custom_menu-search { display: none; }

@media (max-width: 990px){

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

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

	.mobile-trigger {
		display: inline-block !important; /* Show button on mobile */
		cursor: pointer; /* Mouse pointer type on hover */
		width: 55px;
		height: 55px;
		position: fixed;
		top: 10px;
		right: 5%;
		text-align: center;
		font-size: 16px;
		line-height: 1.5;
		z-index: 1000;
	}
	.mobile-trigger:hover{
		text-decoration: none; /* Removes link text underline on button */
	}

	/* Change button when menu is open */
	.mobile-open .mobile-trigger{}

	/* Toggle Button Icon */
	.mobile-trigger span.icon {
		width: 33px;
		height: 25px;
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		top: 50%;
		margin-top: -4px;
		-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    transform: translateY(-50%);;
	}
	.mobile-trigger span.icon span,
	.mobile-trigger span.icon span:after,
	.mobile-trigger span.icon span:before {
		content: "";
		width: 33px;
		height: 5px;
		background-color: #ea7626;
		display: block;
		position: absolute;
		-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;;
		-webkit-transition: transform 0.15s ease;
    -moz-transition: transform 0.15s ease;
    -ms-transition: transform 0.15s ease;
	-o-transition: transform 0.15s ease;
	transition: transform 0.15s ease;;
	}
	.mobile-trigger span.icon span {
		top: 50%;
		margin-top: -2.5px;
	}
	.mobile-trigger span.icon span:before {
		top: -10px;
	}
	.mobile-trigger span.icon span:after {
		bottom: -10px;
	}
	.mobile-open .mobile-trigger span.icon span,
    .mobile-open .mobile-trigger span.icon span:before,
    .mobile-open .mobile-trigger span.icon span:after {
        -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
	-o-transition: none;
	transition: none;;
    }
	.mobile-open .mobile-trigger span.icon span {
		-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    transform: rotate(45deg);;
	}
	.mobile-open .mobile-trigger span.icon span:before {
		top: 0;
		opacity: 0;
	}
	.mobile-open .mobile-trigger span.icon span:after {
		bottom: 0;
		-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
    transform: rotate(-90deg);;
	}

	/* ===== 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: 55px !important; /* Button width */
		min-width: 55px !important;
		height: 100% !important; /* Button height */  
		padding: 0 !important;
		border-left: 1px dotted rgba(255, 255, 255, .20);
	}
	.child-trigger:hover{
		text-decoration: none;
	}
	.child-trigger i{
		position: relative;
		top: 50%; /* Centers icon inside button */
		margin: 0 auto !important;
		-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
    transform: rotate(0deg);;
	}
	.child-trigger i:after{
		position: absolute;
		content: '';
	}
	.child-trigger i, .child-trigger i:after{
		width: 10px; /* Icon line width */
		height: 2px; /* Icon line height */
		background-color: #002939; /* Icon color */
		display: block;
	}
	.child-trigger i:after{
		-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
    transform: rotate(-90deg);;
	}  
	.child-trigger.child-open i{}
	.child-trigger.child-open i:after{
		-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
    transform: rotate(-180deg);;
	}

	/* ===== Mobile Menu Styles ===== */  

	.custom-menu-primary.js-enabled{
		position: relative;
	}

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

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

	/* Mobile Menu Styles */ 
	.custom-menu-primary.js-enabled .hs-menu-wrapper{
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		padding: 0;
		display: block;
		overflow-x: hidden;
		overflow-y: auto;
		height: 100%;
		-webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
    transform: translateY(-100%);;
		-webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;;
	}
	.mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
		-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
	-o-transform: translateY(0);
    transform: translateY(0);;
	}
	.custom-menu-primary .hs-menu-wrapper{
		background-color: #ffffff;
		width: 100%; /* Full screen width */
	}

	/* Level 1 Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul > li{
		position: relative;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a{}

	/* Level 1 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul li{}
	.custom-menu-primary .hs-menu-wrapper > ul li a{
		position: relative;
		color: #fff;
		font-size: 13px;
		line-height: 20px;
		padding: 12px 5%;
		border: 0;
		letter-spacing: 0;
		-webkit-transition: background-color 1s, border-color 1s, color 1s;
    -moz-transition: background-color 1s, border-color 1s, color 1s;
    -ms-transition: background-color 1s, border-color 1s, color 1s;
	-o-transition: background-color 1s, border-color 1s, color 1s;
	transition: background-color 1s, border-color 1s, color 1s;;
	}
  #hubspot-header .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    font-size:15px;
    font-weight: 600;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
    border:none;
  }
  
	/* Level 2 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		background-color: #43494c;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li{}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a{
		position: relative;
		color: #fff;
		font-size: 13px;
		line-height: 20px;
		padding: 12px 5%;
		padding-left: 7.5%;
		border: 0;
		border-bottom: 1px solid #3c3c3c;
		-webkit-transition: background-color 1s, border-color 1s, color 1s;
    -moz-transition: background-color 1s, border-color 1s, color 1s;
    -ms-transition: background-color 1s, border-color 1s, color 1s;
	-o-transition: background-color 1s, border-color 1s, color 1s;
	transition: background-color 1s, border-color 1s, color 1s;;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
		color: #fff;
		background-color: #3c3c3c;
		border-width: 1px;
		border-color: #3c3c3c;
	}

	/* Level 3 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
		padding-left: 10%;
	}

	/* Level 4 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
		padding-left: 12.5%;
	}
	
	.custom-menu-primary .hs-menu-wrapper > ul li.active > a,
	.custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a {
		background-color: #ffffff;
		color: #002939;

	}
	
	.custom-menu-primary .custom_menu-search {
		display: block !important;
	}
	.custom-menu-primary .custom_menu-search .hs-search-module {
		padding: 25px 5%;
	}
	.custom-menu-primary .custom_menu-search .hs-search-module form.hs-form {}
	.custom-menu-primary .custom_menu-search .hs-search-module form.hs-form label {display: none;}
	.custom-menu-primary .custom_menu-search .hs-search-module form.hs-form .input {}
	.custom-menu-primary .custom_menu-search .hs-search-module form.hs-form input.hs-input {
		max-width: 400px;
		background: #fff;
		border: 2px solid #dadada;
		color: #333;
		padding: 0 2%;
        font-size: 16px;
		height: 50px;
		margin: 0;
		-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
	-o-border-radius: 2px;
    border-radius: 2px;;
	}
	.custom-menu-primary .custom_menu-search .hs-search-module form.hs-form a.hs-button.primary {display: none;}
	
}

/* Vertical Menu */
 
 
 
 
.body-container .hs-menu-wrapper.hs-menu-flow-vertical {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    background-color: #fff;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
    color: #5d7485;
	white-space: normal !important;
    padding: 10px;
    text-decoration: none;
    border-bottom: 2px solid #fff;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:hover {
    color: #5d7485;
    border-bottom: 2px solid #f58334;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul {
	background-color: #fff;
	min-width: 200px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a {
    color: #5d7485;
	white-space: normal !important;
    padding: 10px;
    text-decoration: none;
    border-bottom: 2px solid #fff;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a:hover {
    color: #5d7485;
    border-bottom: 2px solid #f58334;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul li a {
    padding-left: 20px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul li a {
    padding-left: 30px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul ul li a {
    padding-left: 40px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul ul ul li a {
    padding-left: 50px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul ul ul ul li a {
    padding-left: 60px;
}

@media (min-width: 768px) {
	.body-container .sidebar.right .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
		right: 100%;
		left: auto;
	}
}
@media (max-width: 767px) {
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul {
		border: 0;
		background-color: transparent;
		min-width: 0;
		-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
	-o-border-radius: 0;
    border-radius: 0;;
		-webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
	-o-box-shadow: none;
    box-shadow: none;;
	}
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul li a {
        padding-left: 20px;
	}
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul li a {
        padding-left: 30px;
	}
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul ul li a {
        padding-left: 40px;
	}
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul ul ul li a {
        padding-left: 50px;
	}
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul ul ul ul li a {
        padding-left: 60px;
	}
}

/* ==========================================================================
   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 {}

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

/* Blog Title */
.hs-blog-header {
	border-bottom: 1px solid #f8f9fa;
	padding-bottom: 1.5em;
}
.hs-blog-header h1 {
	font-weight: 800;
	text-transform: uppercase;
	color: #092a39;
	margin: 0;
}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h1 {
	font-weight: 700;
	text-transform: uppercase;
	color: #092a39;
	margin: 0;
	border-bottom: 1px solid #f8f9fa;
	padding-bottom: 24px;
}
.post-header h2 {
	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin: 0 0 10px 0;
}
.post-header h2 a {
	color: #092a39;
	font-size: 1.75em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.post-header h2 a:hover {
	text-decoration: underline;
}

/* Blog Author and Avatar */
#hubspot-author_data {
	line-height: 1.8;
	margin: 0 0 1.5em;
}
#hubspot-author_data a.author-link {}

#hubspot-author_data .hs-author-social {
	display: table;
	width: 100%;
	margin-top: 15px;
}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
	max-width: 45px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
#hubspot-author_data .hs-author-social .hs-author-avatar,
#hubspot-author_data .hs-author-social .hs-author-avatar + div {
	display: table-cell;
	vertical-align: middle;
}
#hubspot-author_data .hs-author-social .hs-author-avatar + div {
	width: 100%;
	padding-left: 15px;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing {
	padding-bottom: 15px;
}
.blog-listing-wrapper .post-listing .post-item {
	margin: 0 0 0 0;
	padding: 28px 0 28px;
	border-bottom: 1px solid #dedede;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
    margin: 0 0 10px 0;
}
.blog-post-wrapper .post-body {}
.blog-post-wrapper .post-body p {
	line-height: 1.8;
	margin: 0 0 1.5em;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
	border-width: 0;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	display: inline-block !important;
	float: none;
	margin: 0 0 10px 0;
}

/* Read More Link */
a.more-link {
	display: inline-block;
	padding: 6px 12px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 1.42857143;
	background-color: #f58334;
	margin: 10px 0 0 0;
	-webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
	-o-border-radius: 27px;
    border-radius: 27px;;
}
a.more-link:hover {
    background-color: #e87b2d;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
	padding: 5px 0 0 0;
	border-top: 0;
	border-bottom: 0;
	height: auto;
	margin: 0 0 5px 0;
}
.hs-blog-social-share ul li {
	height: 20px !important;
	margin-bottom: 5px;
}
.hs-blog-social-share ul li:last-child {
	margin-right: 0 !important;
}
.hs-blog-social-share ul li:last-child > div#___plusone_0 {
	width: 57px !important;
}

/* Blog Commments */
#comments-listing {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
.comment {
	margin: 10px 0;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a + a {
    margin-left: 10px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {
    padding: 28px 0;
}
div.post-listing-simple .post-item {}
h2.post-listing-simple {
	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin: 0 0 10px 0;
}
h2.post-listing-simple a {
	color: #092a39;
	font-size: 1.75em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
h2.post-listing-simple a:hover {
	text-decoration: underline;
}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}
.blog .blog-sidebar .widget-span:not(.widget-type-cell):not(.widget-type-global_group) {
    padding: 0 10px;
    margin-bottom: 2.2em;
}


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

.hs-author-profile {margin: 0 0 20px 0;}
.hs-author-profile h2.hs-author-name {margin: 0 0 20px 0;}
.hs-author-profile .hs-author-bio {margin: 0 0 20px 0;}
.hs-author-profile .hs-author-avatar {
	padding: 20px 0;
	text-align: center;
}
.hs-author-profile .hs-author-avatar img {
	max-width: 75px;
	width: 100%;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
	-o-border-radius: 100%;
    border-radius: 100%;
}
h3.hs-author-listing-header {margin: 0 0 20px 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                                        
   ========================================================================== */


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

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

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
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 {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 1;
	padding: 8px 12px 7px;
	margin: 0 0 16px;
	background: transparent;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
	-o-border-radius: 3px;
    border-radius: 3px;;
	-webkit-transition: background-color 0.24s ease-in-out;
    -moz-transition: background-color 0.24s ease-in-out;
    -ms-transition: background-color 0.24s ease-in-out;
	-o-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;;
}

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 {
	outline: 0;
}
.footer-container input[type="text"],
.footer-container input[type="password"], 
.footer-container input[type="datetime"], 
.footer-container input[type="datetime-local"], 
.footer-container input[type="date"], 
.footer-container input[type="month"], 
.footer-container input[type="time"], 
.footer-container input[type="week"], 
.footer-container input[type="number"], 
.footer-container input[type="email"], 
.footer-container input[type="url"], 
.footer-container input[type="search"], 
.footer-container input[type="tel"], 
.footer-container input[type="color"],
.footer-container input[type="file"],
.footer-container textarea,
.footer-container select {
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 1em 0;
}


/* Separate Styles for Multiple Line Inputs */
textarea {}
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;
    margin: 0 0 1em 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs,
form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs label {
    color: #f00;
}
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 {}

/* Error */
.hs-error-msgs label{}

/* 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 !important; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="radio"] { width: auto !important; }
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; }
}
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
	form.hs-form fieldset.form-columns-1 .hs-form-field,
    form.hs-form fieldset.form-columns-1 .hs-form-field:first-child,
    form.hs-form fieldset.form-columns-1 .hs-form-field:last-child,
    form.hs-form fieldset.form-columns-2 .hs-form-field,
    form.hs-form fieldset.form-columns-2 .hs-form-field:first-child,
	form.hs-form fieldset.form-columns-2 .hs-form-field:last-child,
	form.hs-form fieldset.form-columns-3 .hs-form-field,
	form.hs-form fieldset.form-columns-3 .hs-form-field:first-child,
	form.hs-form fieldset.form-columns-3 .hs-form-field:last-child {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
    body form.hs-form fieldset.form-columns-1 .hs-form-field,
    body form.hs-form fieldset.form-columns-2 .hs-form-field,
	body form.hs-form fieldset.form-columns-3 .hs-form-field {float:none;width:100%;}
	body form.hs-form fieldset.form-columns-1 .hs-form-field .hs-input,
	body form.hs-form fieldset.form-columns-2 .hs-form-field .hs-input,
	body form.hs-form fieldset.form-columns-3 .hs-form-field .hs-input {width:100%;}
}


/* =============== 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"] {}

#comment-form #captcha_wrapper {
	margin: 0 0 1em 0;
}


/* =============== 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"] {}

/* Global Search */
.body-container .hs-search-module {}
.body-container .hs-search-module form.hs-form {}
.body-container .hs-search-module form.hs-form label {display: none;}
.body-container .hs-search-module form.hs-form .input {
	position: relative;
}
.body-container .hs-search-module form.hs-form input.hs-input {
	color: #5c6b80;
	background-color: #eaedf2;
	border: 0;
	margin: 0 0 0 0;
	height: 40px;
	font-size: 16px;
	padding-right: 44px;
}
.body-container .hs-search-module form.hs-form a.hs-button.primary {
	width: 25px;
	height: 25px;
	font-size: 0;
	line-height: 0;
	padding: 0;
	background-color: transparent;
	background-image: url('https://2470320.fs1.hubspotusercontent-na1.net/hubfs/2470320/Aimsio_Mar2017/images/icons/search.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 21px 21px;
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    transform: translateY(-50%);;
}


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	color: #fff;
	font-family: inherit;
	font-size: 100%;
	text-decoration: none !important;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	max-width: 100%;
	padding: 10px 36px;
	background-color: #f58334;
	border: 0;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
	-o-border-radius: 25px;
    border-radius: 25px;;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
	outline: 0;
}


/* =============== 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 {}


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


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

.hsformerror {z-index: 5 !important;}
.checkbox-row span.fakelabel input {
    float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
}
.checkbox-row span.fakelabel span {
	float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
}
p.header {margin-left: 0 !important;}
.subscribe-options label {margin: 0 !important;}
#email-prefs-form .email-edit {
    max-width: 100% !important;
    width: 100% !important;
}
#hs-pwd-widget-password {margin-top: 0 !important;max-width: 100% !important;width: 100% !important;}



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


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





@media (max-width: 1029px) {
	.footer-container .custom_form form.hs-form fieldset.form-columns-1 .hs-form-field, 
	.footer-container .custom_form form.hs-form fieldset.form-columns-2 .hs-form-field, 
	.footer-container .custom_form form.hs-form fieldset.form-columns-3 .hs-form-field {
		width: 100%;
	}
	.footer-container #custom_footer-top .row-fluid #custom_col.col-first {
		padding-right: 0.75em;
	}
    .footer-container .contact-list {
        padding-left: 24px;
    }
}
@media (max-width: 1024px) {}

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

@media (max-width: 767px) {
    p {
        line-height: 1.5em;
    }
    .header-container-wrapper {
        margin-bottom: 0;
    }
    .post-header h1 {
        font-size: 2em;
    }
	.header-container .row-fluid #custom_col.logo-col, 
	.header-container .row-fluid #custom_col.nav-col {
		width: 100%;
		float: none;
	}
	.header-container .custom_utility {display: none;}
	
	.sidebar + .main-content,
	.main-content + .sidebar,
	.main-content + .main-content,
	.blog-content + .blog-sidebar,
	.blog-sidebar + .blog-content {
		margin-top: 30px;
	}
	
	.footer-container #custom_footer-top .row-fluid #custom_col.col-first, 
	.footer-container #custom_footer-top .row-fluid #custom_col.col-second, 
	.footer-container #custom_footer-top .row-fluid #custom_col.col-third, 
	.footer-container #custom_footer-top .row-fluid #custom_col.col-fourth {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		float: none;
	}
  /*
	.footer-container .custom_copyright {
		padding-left: 2em;
		padding-right: 2em;
	}
  */
	.footer-container #custom_footer-top {
		padding-top: 10px;
		padding-bottom: 0.3em;
	}
    .footer-container #custom_footer-top p {
        line-height: 1.5em;
    }
    .footer-container #custom_footer-bottom {
        padding-bottom: 0.3em;
    }
	.footer-container #custom_footer-top .row-fluid .page-center {
		padding-left: 0;
		padding-right: 0;
	}
	.footer-container .custom_form form.hs-form {
		font-size: 1em;
	}
	.footer-container .custom_form form.hs-form .hs-form-field .input .hs-input {
		font-size: 16px;
	}
	.footer-container .custom_form form.hs-form .hs-button.primary {
		margin: 0 auto;
		width: 60%;
		float: none;
		display: block;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.footer-container .caption-logo {display: none;}
	.footer-container h2.caption.foot {
		position: relative;
		top: 0;
		line-height: 1.1em;
		color: #fff;
		text-align: center;
		font-size: 1.6em;
		padding: 0.6em 0;
		padding-bottom: 0;
	}
	.footer-container p.caption4 {
		padding: 1em 0;
		font-size: 1em;
		color: #fff;
		margin: 0;
		text-align: center;
	}
	.footer-container .contact-list,
	.footer-container .footSocial {
		max-width: 255px;
		margin-left: auto;
		margin-right: auto;
	}
    .footer-container .contact-list {
        padding-left: 0;
    }
	.footer-container .footSocial {
		max-width: 209px;
	}
    .content-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .custom-footer-address {
        max-width: 209px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
    }
  
  
}

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

@media (max-width: 480px) {
    #back-to-top {
        right: 0;
        bottom: 0;
    }
    .post-header h1 {
        font-size: 1.5em;
    }
  
}

@media (max-width: 479px) {

}

@media (max-width: 400px){
	#comment-form #captcha_wrapper {overflow: visible;margin-left: -15px;}
	.recaptchatable #recaptcha_image #recaptcha_challenge_image {width: 100%;}
	.recaptchatable .recaptcha_r4_c2 {width: 0;}
	#recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {width: 93px !important;}
}
/* =============== Hide Navigation jQuery Code for "News Room" and "Contact Us" pages =============== */
#hs_cos_wrapper_module_1489562843710498 > script {
  display:none;
}
/* ======= reCaptcha ==========*/
/* Contact Us Page */
#hs_form_target_widget_4969777099 .hs_recaptcha {
  margin: 15px 0;  
}
/* ======= Privacy & MSA ==========*/
.policy-sa{
  margin:0;
}
.policy-sa:nth-child(1){
  margin-top:20px;
}
/*======== GPS Promo Code Page ========*/
#hs_form_target_module_1489612945969564 .hs_submit{margin:60px 0 100px 0; }
#hs_form_target_module_1489612945969564 .hs_submit input {padding:15px 36px; border-radius:30px;}

/* ============= Free Trial Page =================*/
.banner-section{
  background-color:#002939;
}
.banner-copy{
  font-size: 1.3em;
  color:#FFFFFF;
  text-align:center; 
  font-weight:bold;
}
.trial-content-wrapper{
  margin-top:100px;
  margin-bottom:100px;
}
.trial-form-wrapper {
  background-color:#f7f7f7;
  padding:20px;
}
.trial-form input{
  background-color:#FFFFFF;
}
.trial-form .hs-button{
  margin-top:50px !important;
}
.trial-slider-copy-h{
  color: #555555; 
  font-size: 1.3em; 
  font-weight: 600; 
  text-align: center;
  margin-bottom: 10px;
}
.trial-slider-copy-d{
  color: #999999; 
  text-align: center;
  width: 65%;
  margin: 0 auto;
}
.trial-content-wrapper .slick-prev, .trial-content-wrapper .slick-next {
  top:53%;
}
.hs_cos_gallery_main .slick-prev:before, .hs_cos_gallery_main .slick-next:before, .hs_cos_gallery_thumbnails .slick-prev:before, .hs_cos_gallery_thumbnails .slick-next:before, .hs_cos_gallery_lightbox .slick-prev:before, .hs_cos_gallery_lightbox .slick-next:before{
  color:#EA7626 !important;
}
.trial-feature-list{
  list-style-type:none;
  color:#555555;
  text-align:center;
  padding-left:0;
}
.trial-feature-tab{
  display:inline-block;
  margin: 8px 3px;
  padding: 5px 12px;
  border:1px solid #bbbbbb;
  border-radius:30px;
  font-size:0.9em;
  cursor:pointer;
}
.trial-feature-tab.active{
  background-color:#ea7626;
  color:#FFFFFF;
  border:none;
}

/* Slider Modification */
/*
.hs-content-id-11165642473 .slick-dots{
  position: absolute;
  top: 0;
  margin: -50px;
}
*/
.hs-content-id-11165642473 .slick-dots li{
  height:auto;
  width:auto;
}
.hs-content-id-11165642473 .slick-dots li button{
  height:auto;
  width:auto;
  display: inline-block;
  margin: 8px 3px;
  padding: 15px 20px;
  border: 1px solid #bbb;
  border-radius: 30px;
  font-size: .9em;
  cursor: pointer;
  color:#555555;
}
.hs-content-id-11165642473 .slick-dots li button:before{
  content:"" ;
}
.slick-active button {
    background-color: #f58334 !important;
    color: #FFFFFF !important;
    border: none !important;
 }
/* ============= Free Trial Thank You Page =================*/
.th-main-wrapper{
  background-color:#f7f7f7;
  background-image:url("https://email.aimsio.com/hubfs/thank-you-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width:767px){
  .th-main-wrapper{
    background-image:none;
    background-color:#FFFFFF;
  }
}
.th-main-inner{
  background-color:#FFFFFF; 
  max-width: 550px !important;
  margin-bottom:180px;
  margin-top: 80px;
}
.th-content{
  padding:30px;
}
.th-heading{
  font-size:1.2em;
  color: #555555;
  font-weight:bold;
}
.th-copy{
  color:#999999; 
}
.th-sns-logo{
  max-width:40px;
  margin-top: 10px;
  margin-right: 10px;
}
.th-logo{
  max-width:120px;
}

/* Construction product page */
.hs-form .hbspt-form{
  margin:0 auto;
}
/* Product Blog and Academic Blog - Author */
p.author-module{
  color:#FFFFFF !important;
}

/* Integration Page Dropdown Form */
.hbspt-form form[data-portal-id="2470320"] .hs-input:not([type=file]), .hbspt-form form[data-portal-id="2470320"] .hs-input:([type=file]) {
    background-color: #ffffff !important;
}