/* ==========================================================================
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:300,300i,400,400i,600,600i,700,700i,800,800i');

@import url('//fonts.googleapis.com/css?family=Montserrat');

@font-face { 
  font-family: "Lato"; 
  font-style: normal; 
  font-weight: normal; 
  src: url("//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/S6u9w4BMUTPHh7USSwiPGQ.eot") format("embedded-opentype"),
    url("//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/Lato-Light.svg") format("svg"), 
    url("//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/Lato-Light.woff") format("woff"),
    url("//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/Lato-Light.ttf") format("truetype");
}
@font-face { 
  font-family: "FontAwesome"; 
  font-style: normal; 
  font-weight: normal; 
  src: url("//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/FontAwesome.eot") format("embedded-opentype"),
    url("//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/FontAwesome.svg") format("svg"), 
    url("//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/FontAwesome.woff") format("woff"),
    url("//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/FontAwesome.ttf") format("truetype");
}
@font-face { 
  font-family: 'ult-silk'; 
  font-style: normal; 
  font-weight: normal; 
  src: url("//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/ult-silk.eot") format("embedded-opentype"),
    url("//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/ult-silk.svg") format("svg"), 
    url("//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/ult-silk.woff") format("woff"),
    url("//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/ult-silk.ttf") format("truetype");
}
@font-face { 
  font-family: 'icomoon'; 
  font-style: normal; 
  font-weight: normal; 
  src: url("//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/icomoon.eot") format("embedded-opentype"),
    url("//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/icomoon.svg") format("svg"), 
    url("//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/icomoon.woff") format("woff"),
    url("//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/icomoon.ttf") format("truetype");
}
@font-face {
 font-family: 'Defaults';
 src:url('Defaults.eot');
 src:url('//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/Defaults.eot') format('embedded-opentype'),
   url('//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/Defaults.woff') format('woff'),
   url('//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/Defaults.ttf') format('truetype'),
   url('//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/Defaults.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'steadysets';
 src:url('Defaults.eot');
 src:url('//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/steadysets%20%281%29.eot') format('embedded-opentype'),
   url('//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/icomoon-1.woff') format('woff'),
   url('//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/icomoon-1.ttf') format('truetype'),
   url('hts://243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Fonts/icomoon-1.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}

/* 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                                             
========================================================================== */
@media (min-width: 768px) {
    .homepage-blocks {
      padding: 4% 2%; min-height:295px !important;  
      width:25% !important; 
      margin:0 !!important;
  }
}
@media (max-width: 767px) {
    .homepage-blocks {
      padding: 4% 2%; 
      width:100%;
  }
}
@media (min-width: 769px) and (max-width: 1078px) {
    .homepage-blocks {
     min-height: 315px !important;
  }
}

}

@media (min-width: 2267px) {
    .homepage-blocks {
    min-height:355px !important;
  }
}

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

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

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

body {
  background: #f8f8f8;
  color: #676767;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 25.2px;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1425px;
  margin: 0 auto;
  padding: 0 90px;
}

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


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

/* Basic text */
p {
  -webkit-font-smoothing: subpixel-antialiased;
} 
small {}
strong {}
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 {
  color: #444;
  letter-spacing: -0.5px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  margin-top:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-family: Lato;
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -1px;
}
h2 {
  font-size: 22px;
  font-family: Lato;
  line-height: 36px;
  margin-bottom: 10px;
}
h3 {
  font-size: 19px;
  font-family: Lato;
  line-height: 34px;
  margin-bottom: 7px;
}
h4 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 7px;
  font-family: Lato;
}
h5 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px;
  font-family: Lato;
}
h6 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 7px;
  font-family: 'Open Sans';
}

/* Anchor Links */
a {    
  color: #0072ae; 
  text-decoration: none;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
}
a:hover {
  color: #676767;
}

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


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

a#back-to-top {
  background-color: rgba(0,0,0,0.87);
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px;
  right: 17px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  z-index: 9994;
  height: 29px;
  width: 29px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  bottom: 17px;
}

a#back-to-top i:before {
  content: "\f106";
}

[class^="icon-"], [class*=" icon-"], [class*="fa-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

a#back-to-top i {
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0px;
  left: 0px;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
}

a#back-to-top:hover {
  background-color: #0072ae;
}

.custom-footer-group {
  padding: 18px 0px 20px;
  font-size: 12px;
  background-color: #1c1c1c;
  color: #777;
}

.custom-copyright a {
  color: #ccc;
}

.custom-copyright a:hover {
  color: #0072ae;
}

ul#social {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}

ul#social li {
  display: inline-block;
  margin-left: 18px;
}

ul#social li a {
  display: block;
  line-height: 22px;
  height: 24px;
  position: relative;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-position: center top;
  color: #ccc;
}

ul#social li a i {
  color: #777;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  font-size: 20px;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  word-spacing: 1px;
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.custom-copyright p {
  margin: 0;
  line-height: 22px;
  margin-top: 5px;
  font-weight: 400;
}

ul#social li a:hover i {
  color: #0072ae;
}
.custom-footer-top-group {
  background-color: #252525;
  color: #ccc;
  padding: 55px 0px 85px;
}

.custom-footer-top-group h4, .custom-footer-top-group h3 {
  color: #777;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-family: Lato;
  font-weight: normal;
}

.custom-footer-left-content a {
  color: #ccc;
  font-family: Lato;
  font-weight: normal;
  border-radius: 2px 2px 2px 2px;
  font-size: 11px;
  padding: 8px 14px;
  letter-spacing: 2px;
  box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
  transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 20px;
   -webkit-font-smoothing: antialiased;
  background-color: #0072ae;
  display: inline-block;
}

.custom-footer-left-content a:hover {
  color: #fff;
  background-color: #0072ae;
  opacity: 0.75;
}

.custom-footer-rss .hs-rss-item {
  border-bottom: 1px solid #444;
  padding: 8px 0px;
  color: #ccc;
  margin: 0;
}

.custom-footer-rss .hs-rss-item a {
  color: #ccc;
}
.custom-footer-rss .hs-rss-item a:hover {
  color: #0072ae;
}
.custom-footer-left-content a:last-of-type {
  margin: 0;
}

.custom-footer-top-group .custom-footer-rss h3 {
  margin-bottom: 10px;
}
.custom-header-group {
  background: #fff;
  position: fixed;
  width: 100% !important;
  z-index: 999999;
  right: 0;
}

.header-container {
  min-height: 131px;
}

.custom-google-search .hs-button.primary {
  display: none;
}
.custom-header-group {
  padding: 28px 0 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}

.custom-section-header-group h1 {
  padding: 17px 0px 33px 0px;
  border-bottom: 1px solid #ddd;
  margin: 0;
  font-family: Lato;
  font-weight: 300;
  font-size: 28px;
}
.custom-logo{
  padding-bottom: 27px;
}
.custom-google-search-grp {
  display: none;  
  top: 0px;
  left: 0px;
  width: 100% !important;	
  background-color: #fff;
  position: absolute;
  z-index: 10000;
  overflow: visible!important;
  padding: 36px 0 35px;
}
.custom-google-search-grp .page-center {
  position: relative;
}

.custom-google-search-grp .widget-type-google_search label {
  margin: 0;
}
.custom-google-search-grp .hs-search-field__input{
  width: 100%;
  line-height: 43px;
  position: relative;
  padding: 0px!important;
  background-color: transparent;
  border: 0px;
  color: #888;
  font-family: 'Open Sans';
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: none;
  font-size: 43px;
  margin: 0;
  max-width: 92%;
}
.custom-google-search-grp .hs-search-field__input::-webkit-input-placeholder {
  color: #888;
  opacity:1;
} /* Webkit Browsers */
.custom-google-search-grp .hs-search-field__input:-moz-placeholder {
  color: #888;
  opacity:1;
} /* Firefox 18- */
.custom-google-search-grp .hs-search-field__input::-moz-placeholder {
  color: #888;
  opacity:1;
} /* Firefox 19+ */
.custom-google-search-grp .hs-search-field__input:-ms-input-placeholder {
  color: #888;
  opacity:1;
} /* IE10 */


.custom-google-search-grp .widget-type-google_search .hs-button.primary {
  display:none !important;
  position: absolute;
  width: 24px;
  z-index: 10;
  right: 90px;
  font-size: 20px!important;
  margin: 0;
  background: transparent;
  height: 20px!important;
  line-height: 19px!important;
  background-color: transparent!important;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #a0a0a0;
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  border-radius: 999px 999px 999px 999px;
  -moz-border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  -o-border-radius: 999px 999px 999px 999px;
  text-align: center;
  vertical-align: middle;
  word-spacing: 1px;
  top: 15.5px;
}
.custom-google-search-grp .hs-button.primary:before {
  content: "\e117";
}


/************** Time Line *************/

.hs-timeline-top {
    padding: 4em 0 0;
    max-width: 1024px;
    margin: 0 auto !important;
    float: none !important;
}

.hs-timeline-container {
    padding: 20px 0;
    position: relative;
}

.hs-timeline-container:before {
    border-radius: 2px;
    margin-left: -2px;
    position: absolute;
    display: block;
    height: 100%;
    width: 4px;
    left: 50%;
    top: 0;
    content: "";
    background-color: #fdbe0f;
    background-image: -webkit-linear-gradient(top,#fdbe0f 0%, #fdbe0f 8%, #fdbe0f 92%, #fdbe0f 100%);
    background-image: -moz-linear-gradient(top, #fdbe0f 0%, #fdbe0f 8%, #fdbe0f 92%, #fdbe0f 100%);
    background-image: -ms-linear-gradient(top, #fdbe0f 0%, #fdbe0f 8%, #fdbe0f 92%, #fdbe0f 100%);
}

.hs-timeline-inner {
    padding: 10px 0;
}

.hs-timeline-inner .hs_cos_wrapper_type_module {
    margin: 0;
    border: 0;
    padding: 0 30px 5px 0;
    width: 50%;
    margin-bottom: 50px;
}

.hs-timeline-inner .hs_cos_wrapper_type_module:nth-child(odd) {
    margin-left: 50% !important;
    padding: 0 0 5px 30px;
}

.hs-timeline-inner .hs_cos_wrapper_type_module .timeline-meta {
    left: 50%;
    margin: 0 0 0 23px;
    position: absolute;
    font-weight: 500;
    color: #000;
}

.hs-timeline-inner .hs_cos_wrapper_type_module:nth-child(odd) .timeline-meta {
    left: auto;
    margin: 0 23px 0 0;
    text-align: right;
    right: 50%;
}

.timeline-meta .meta-details {
    font-size: 21px;
    color: #6A7686;
    margin: 13px 5px 5px;
    font-family: Montserrat;
    font-weight: normal;
}

.hs-timeline-inner .hs_cos_wrapper_type_module:nth-child(odd) .timeline-meta .meta-details {
    color: #1675a1;
}

.hs-timeline-inner .hs_cos_wrapper_type_module:first-of-type .icon-dot-full {
    background: #1675a1;
    margin: -12px 0 0 -10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 20px;
    width: 20px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    left: 50%;
    z-index: 10;
}

.timeline-content {
    background: #c9dfe8;
    -webkit-border-radius: 8px 8px 5px 5px;
    -moz-border-radius: 8px 8px 5px 5px;
    border-radius: 8px 8px 5px 5px;
    color: #474B51;
}

.timeline-post .timeline-content h2.content-title {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: normal;
    text-transform: capitalize;
    margin: 0;
    padding: 18px 15px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    position: relative;
    color: #fff;
}

.hs-timeline-inner .hs_cos_wrapper_type_module:nth-child(odd) .timeline-post .timeline-content h2.content-title {
    background: #1675a1;
}
.timeline-post .timeline-content .content-details {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: normal;
  padding: 15px;
  line-height: 19.88px;
  color: #474B51;
}

.ctl_info.event-description img {
    margin-bottom: 15px;
    width: 100%;
}

.timeline-post .timeline-content .content-title:before {
    content: "";
    display: block;
    border: 15px solid transparent;
    border-left-color: #000;
    position: absolute;
    right: -27px;
    top: 16px;
}

.hs-timeline-inner .hs_cos_wrapper_type_module:nth-child(odd) .timeline-post .timeline-content h2.content-title:before {
    border: 15px solid transparent;
    border-right-color: #1675a1;
    left: -27px;
    right: auto;
}

.hs-timeline-inner .hs_cos_wrapper_type_module .timeline-meta .meta-details {
    color: #c5202e;
}

.hs-timeline-inner .hs_cos_wrapper_type_module .timeline-content {
  max-width: 482px;
  margin: 0 0 0 auto;
}

.hs-timeline-inner .hs_cos_wrapper_type_module .timeline-post .timeline-content h2.content-title {
    background: #c5202e;
}

.hs-timeline-inner .hs_cos_wrapper_type_module .timeline-post .timeline-content h2.content-title:before {
  border-left-color: #c5202e;
}

.hs-timeline-inner .hs_cos_wrapper_type_module:nth-child(odd) .timeline-content {
    margin: 0 auto 0 0;
}
.hs-timeline-inner .hs_cos_wrapper_type_module .timeline-content,
.hs-timeline-inner .hs_cos_wrapper_type_module:nth-child(odd) .timeline-content{
  margin-top: -32px;
}
.hs-row1-team-inner-group .sidebar.right ul li p span {
    font-size: 10px;
}
.hs-timeline-inner .hs_cos_wrapper_type_module:first-of-type .timeline-content{
  margin-top:0;
}
.custom-timeline-social-icon ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    overflow: hidden;
}

.custom-timeline-social-icon ul li {
    display: inline-block;
}

.custom-timeline-social-icon ul li a i {
    font-size: 60px;
    color: #ddd;
    line-height: normal;
    height: 60px;
    transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
}

.custom-timeline-social-icon {
    padding: 40px 0;
}

.custom-timeline-social-icon ul li:first-child {
    border-right: 1px solid rgba(0,0,0,0.07);
}

.custom-timeline-social-icon ul li a {
    display: block;
    padding: 0 50px;
    transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
}

.custom-timeline-social-icon ul li a:hover i {
    color: #0072ae;
}

/************ Who we Serve *********/
.hs-who-we-serve-slider-group .hs_cos_gallery_main {
    padding: 0;
}

.hs-who-we-serve-slider-group .hs_cos_gallery_main .slick-dots li button:before {
    font-size: 12px;
    color: #333;
    opacity: 0.5;
}

.hs-who-we-serve-slider-group .slick-dots li.slick-active button:before {
    opacity: 1;
}

.hs-who-we-serve-slider-group .slick-prev:before, 
.hs-who-we-serve-slider-group .slick-next:before {
  font-family: 'ult-silk';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 9;
  color: rgb(51, 51, 51);
  opacity: 1;
}

.hs-who-we-serve-slider-group .slick-prev:before {
    content: "\e60c";
}

.hs-who-we-serve-slider-group .slick-next:before {
    content: "\e60d";
}

.hs-who-we-serve-slider-group .hs_cos_gallery_main .slick-prev {
    left: -10px;
}

.hs-who-we-serve-slider-group .hs_cos_gallery_main .slick-next {
    right: -10px;
}

.hs-who-we-serve-slider-group .slick-prev, 
.hs-who-we-serve-slider-group .slick-next {
    top: 40%;
}

/**************** Team *********************/
.hs-row1-top-team h3 {
    color: #0072ae;
    line-height: 24px;
}

.hs-row1-top-team {
    padding: 35px 0 20px;
}

.hs-row1-bottom-team {
    text-align: center;
}

.hs-row1-bottom-team  .hs_cos_wrapper_type_module {
    width: 262px;
    float: left;
    position: relative;
    margin-right: 30px;
    margin-bottom: 20px;
}

.team-member-overlay {
    background-color: #282B30;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0.45;
    transition: opacity 0.3s ease 0s;
}

.team-member a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9;
}
.team-member-image {
    z-index: 2;
    height: 300px;
    width: 100%;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.team-meta {
    position: absolute;
    z-index: 10;
    bottom: 34px;
    width: 100%;
    text-align: center;
}
.team-meta h3 {
    color: #fff;
    margin-bottom: 8px;
}

.team-meta p {
    color: rgba(255, 255, 255, 0.8);
    padding: 0;
    margin: 0;
    line-height: 16px;
}

.custom-team-group:hover .team-member-overlay {
    opacity: 0;
}
.custom-section-header-group h1 span {
    font-size: 20px;
    line-height: 20px;
    color: #888;
    top: 0px;
    position: relative;
    text-transform: none;
    font-weight: 300;
    padding-left: 10px;
}

.hs-row1-team-inner-group {
    padding: 35px 0 0;
}

.hs-row1-team-inner-group .sidebar.right ul {
    list-style: none;
    padding: 0;
    margin-top: 5px;
}
.hs-row1-team-inner-group .sidebar.right ul li p {
    margin: 0;
}

.hs-row1-team-inner-group .sidebar.right ul li p em {
    font-size: 10px;
}

.hs-row1-team-inner-group .sidebar.right h4 {
}

.custom-two-col-team-inner-image {
    width: 23.404255317%;
    float: left;
}

.custom-two-col-team-inner-content {
    width: 74.468085099%;
    float: left;
    padding: 0 18px;
}

.custom-two-col-team-inner-content p {
    margin: 0 0 27px;
}

.Defaults-linkedin-square:before {
    content: "\f08c";
}

i.Defaults-linkedin-square {
    font-family: 'Defaults';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.custom-two-col-team-inner-image p.linkedin-link {
    margin: 0;
}

.custom-two-col-team-inner-image p {
    margin: 14px 0 0;
}

.custom-two-col-team-inner-image p.linkedin-link a {
    color: #333;
    font-size: 18px;
}


/************* Case Studies *********/


.hs-case-studies-row1-group {
    padding: 34px 0 0;
}
.hs-case-studies-row1-group .main-content h3 {
    color: #0072ae;
    line-height: 24px;
    margin-bottom: 25px;
}
.hs-case-studies-row1-group .main-content p {
    margin: 0 0 27px;
}
.custom-case-studies-bottom .hs_cos_wrapper_type_module {
    width: 31.00%;
    margin: 0px 1.13% 25px;
    float: left;
}
.custom-full-width-hover-inner {
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  max-height: 100%;
  width: 192px;
  height: 120px;
  position: relative;
  background-position: center;
  cursor: pointer;
}
.work-info-bg {
    background-color: #0072ae;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}
.work-info {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 10;
    padding: 0px 20px;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    color: #fff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.work-info a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:9;
  right: 0;
  color:#fff;
}
.blog.case-studies .post-content {
    padding-left: 0;
}
.blog.case-studies .blog-listing-wrapper .post-listing .post-item {
    width: 31%;
    float: left;
    margin: 0px 1.13% 25px;
}
.custom-full-width-hover-inner:hover .work-info-bg {
    opacity: 0.8;
}
.custom-full-width-hover-inner:hover .work-info {
    opacity: 1;
}
iframe {
    max-width: 100%;
}
.vert-center {
    text-align: center;
    margin-top: -20px;
    position: relative;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    font-size: 19px;
    line-height: 34px;
    font-weight: 600;
}
.custom-full-width-hover-inner:hover .vert-center {
    margin-top: 0;
}

/*** Career ************/

.hs-career-top-column {
    padding: 40px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.hs-career-top-column h3 {
    line-height: 24px;
    color: #0072ae;
    margin-bottom: 22px;
}

.hs-career-left h3 {
    color: #0072ae;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 13px;
}

.hs-career-left p {
    padding: 0 0 27px;
    margin: 0;
}

.hs-career-right {
    text-align: center;
    padding: 5px 0 0;
}

.custom-two-col-equal-inner {
    width: 49%;
    float: left;
    padding-right: 20px;
}

.custom-two-col-equal-inner ul {
    padding-left: 30px;
}

.hs-career-left .custom-two-col-equal-inner p {
    padding: 0 0 13px;
}

.hs-career-row2-group {
    background: #0072ae;
    padding: 65px 0 90px;
}

.hs-career-row2-group h4 {
    color: #fff;
}

.hs-career-row2-right {
    text-align: center;
}
a.custom-yellow-btn {
  background-color: rgb(253, 184, 19);
  font-size: 13px;
  padding: 15px 22px;
  box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
  line-height: 20px;
  opacity: 0.9;
  display: inline-block;
}

.hs-career-row3-group {
    padding: 30px 0 0px;
}

.hs-career-row3-group h3 {
    color: #0072ae;
    line-height: 24px;
    margin-bottom: 23px;
}

.hs-career-row3-group p {
    margin: 0;
    padding: 0 0 27px;
}
.custom-two-col-equal-mod {
    padding: 5px 0 17px;
}
.hs-career-row3-right {
    text-align: center;
}

a.custom-yellow-light-btn {
    background-color: rgb(253, 184, 19);
    font-size: 13px;
    padding: 15px 22px;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    color: #FFFFFF;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
    display: inline-block;
  -webkit-font-smoothing: subpixel-antialiased;
    margin-top: 10px;
}

a.custom-yellow-light-btn:hover {
    opacity: 0.75;
}

/*********** Services *********/

.iwt-icon {
    position: absolute;
    top: 0;
    left: 0;
}
.custom-two-col-left-icon-mod {
  position: relative;
  padding: 0 0 20px;
}
.iwt-text {
    padding-left: 55px;
}
.iwt-text p {
    margin: 0;
}
.iwt-text h4 a:hover {
    color: #444;
}
.iwt-icon i {
    color: #fdb813;
}
.icon-fire-extinguisher:before {
    content: "\f134";
}
.icon-lightbulb:before {
    content: "\f0eb";
}
.icon-pencil:before{
  content: "\f040";
}
body [class^="icon-"].icon-default-style {
    line-height: 34px;
    height: 34px;
    width: 34px;
    margin-right: 0px;
    font-size: 34px;
}

.icon-bullhorn:before {
    content: "\f0a1";
}
.hs-one-column-row1-group .main-content {
    padding: 20px 0 0;
}

.iwt-text h4 {
    margin-top: 2px;
    margin-bottom: 8px;
}

/************** About ************/

.hs-about-top-content h3 {
    color: #0072ae;
    line-height: 24px;
    margin-bottom: 25px;
}

.hs-about-top-content p {
    margin: 0 0 27px;
}

.hs-about-top-content ul {
  margin-bottom: 30px;
  padding-left: 30px;
}

.hs-about-bottom-group {
    padding: 30px 0;
    text-align: center;
}

.custom-main-about-inner .custom-full-width-bg-btn-inner {
    width: 100%;
    margin: 0 0 40px;
}

.custom-main-about-inner .sidebar.right img {
    margin-bottom: 15px;
}

.custom-main-about-inner .sidebar.right {
    text-align: right;
}

.custom-main-about-inner .custom-full-width-bg-btn-sub-inner a {
    font-size: 20px;
    padding: 15px 25px;
    line-height: 25px;
}

.hs-about-row2-group {
    background-color: #0072ae;
    padding: 100px 0;
}

.hs-about-layout .body-container .widget-type-custom_widget {
    min-height: 0 !important;
}

.hs-about-row2-group h2 {
    color: #fff;
    text-align: center;
}

.hs-row2-bottom-group .hs_cos_wrapper_type_module {
    width: 33%;
    float: left;
    text-align: center;
    padding: 0 12px;
}

.hs-row2-bottom-group {
    padding: 30px 0 0;
}

.hs-row2-bottom-group .aio-icon.circle {
    color: #0072ae;
    background: #ffffff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.hs-row2-bottom-group .aio-icon.circle i {
    position: relative;
    top: 15px;
}
.aio-icon-header h3 {
    color: #fff;
    font-size: 16px;
    line-height: 1.2em;
    margin: 0;
}

i.Defaults-comments:before {
    content: "\f086";
}

/************ About Founder *********/

.custom-main-founder-inner {
    padding: 35px 0 0;
}
.custom-main-founder-inner .sidebar.right {
    border: 1px solid rgb(107, 107, 107);
    padding: 0 16px;
}
.custom-main-founder-inner .sidebar.right .hs_cos_wrapper_type_header h1 {
    font-size: 18px;
    line-height: 24px;
    color: #0072ae;
    text-align: center;
    margin: 15px 0 15px;
    font-weight: 600;
}
.custom-main-founder-inner .sidebar.right .hs_cos_wrapper_type_header h2 {
    font-size: 18px;
    line-height: 24px;
    color: #0072ae;
    text-align: center;
    margin: 15px 0 15px;
    font-weight: 600;
}
.custom-main-founder-inner  .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper > img {
    display: none;
}
.image-icon {
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    margin-bottom: 33px;
    border: 2px solid rgba(0,0,0,0.13);
    font-size: 22px;
    font-weight: 300;
    font-family: Georgia,serif;
    color: #000;
}
.blockquote {
    text-align: center;
}
.blockquote p {
    padding-bottom: 30px;
    color: #000;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin: 0;
}
.custom-main-founder-inner  .hs_cos_gallery_main .slick-arrow {
    display: none !important;
}
.custom-main-founder-inner .slick-dots li button {
    border: 1px solid #333;
    border-radius: 10px 10px 10px 10px;
    transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
    width: 10px;
    height: 10px;
    padding: 0;
}
.custom-main-founder-inner .slick-dots li button:before {
    content: none;
}
.custom-main-founder-inner .slick-dots li {
    width: 10px;
    height: 10px;
}
.custom-main-founder-inner .slick-dots li:hover button, 
.custom-main-founder-inner .slick-dots li.slick-active button {
    background: #333;
}
.hs-founder-top-content img {
    margin-bottom: 40px;
}

.hs-founder-bottom {
    padding: 10px 0 20px;
}

.hs-founder-bottom .hs_cos_wrapper_type_module {
    float: left;
    width: 23%;
    margin-right: 16px;
}

.ifb-face.ifb-front {
  background: #fff;
  padding: 33px 15px;
  cursor: pointer;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 750ms;
  transition: 750ms;
  position: absolute;
  width: 100%;
  left:0;
  right:0;
}

.hs-founder-bottom .hs_cos_wrapper_type_module:last-of-type {
    margin-right: 0;
}

.ifb-face.ifb-front img {
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
    display: block;
}

.ifb-face.ifb-back {
  background: #fff;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  top: 0;
  z-index: -1;
  -webkit-transition: 750ms;
  transition: 750ms;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 15px 15px;
  cursor: pointer;
}

.ifb-flip-box:hover .ifb-face.ifb-back {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
    z-index: 9;
}

.ifb-flip-box {
    position: relative;
}

.ifb-flip-box:hover .ifb-face.ifb-front {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.ifb-face.ifb-back p {
    font-size: 14px;
    line-height: 25.2px;
    font-weight: 400;
    color: rgb(51,51,51);
}

/************* Two Col  **************/

.custom-right-service-middle{
 	padding:0 0 50px; 
}
.custom-right-service-middle .custom-full-width-top-icon-mod {
    border: 1px solid rgb(188, 188, 188);
    padding-top: 25px;
    text-align: center;
    margin-top: 45px;
    position: relative;
}

.Defaults-search:before {
    content: "\f002";
}

.Defaults-signal:before {
    content: "\f012";
}

.Defaults-trophy:before {
    content: "\f091";
}

.Defaults-lightbulb-o:before {
    content: "\f0eb";
}

.Defaults-road:before {
    content: "\f018";
}

.Defaults-cogs:before {
    content: "\f085";
}

.custom-right-service-middle .align-icon {
    position: absolute;
    color: rgb(255, 255, 255);
    background: rgb(253, 184, 19);
    font-size: 25px;
    display: block;
    top: -28px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.custom-right-service-middle .align-icon i {
    position: relative;
    top: 12px;
}

.custom-right-service-middle .aio-icon-header {
    padding: 0 20px;
}

.custom-right-service-middle .aio-icon-header h3 {
    margin: 15px 0 15px;
    font-size: 16px;
    line-height: 1.2em;
    color: #444;
}

.hs-two-col-right-service-row1-group .main-content .custom-right-service-middle .aio-icon-header p {
  font-size: 13px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 14px;
}
.hs-two-col-right-service-row1-group .sidebar.right .hs_cos_wrapper_widget.hs_cos_wrapper_type_module .custom-full-width-bg-btn-mod {
    padding: 0 0 60px;
}

.custom-accordion-mod {
    margin-bottom: 15px;
}

.hs-two-col-right-service-row1-group  .custom-top-heading h3 {
    font-size: 12px;
    line-height: 14px;
    color: #888888;
    letter-spacing: 0px;
    padding: 14px 14px 16px 43px;
    font-weight: 400;
    background-color: rgba(0,0,0,0.045);
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    margin: 0;
}

i.icon-plus-sign:before {
    content: "\f055";
}

.custom-top-heading {
    position: relative;
    cursor: pointer;
}

.custom-top-heading i {
    position: absolute;
    left: 13px;
    background-color: transparent;
    color: #888888;
    top: 13px;
    width: 18px;
    height: 16px;
    line-height: 18px;
    font-size: 15px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.custom-bottom-content {
    border-top: 0px;
    display: none;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.custom-bottom-content.no-content {
    padding: 10px 14px;
}
.custom-bottom-content ul {
  padding: 10px 14px;
    margin: 0;
    padding-left: 40px;
    font-size: 14px;
    line-height: 25.2px;
}
.custom-bottom-content ul ul{
  padding-left: 30px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 1px;
}
.custom-top-heading-active i.icon-plus-sign:before {
    content: "\f056";
}
.hs-financial-service .custom-right-service-last-group .align-icon i {
    top: -9px;
    font-size: 25px;
    left: -6px;
}
.custom-top-heading-active.custom-top-heading h3 {
    background-color: #0072ae;
    color: #fff;
}

.custom-top-heading.custom-top-heading-active i {
    color: #fff;
}

.hs-two-col-right-service-row1-group .sidebar.right {
    padding-left: 60px;
}

.hs-two-col-right-service-row1-group .sidebar.right .hs_cos_wrapper_type_rich_text {
    padding: 0 0 20px;
    display: block;
}

.hs-two-col-right-service-row1-group .sidebar.right .hs_cos_wrapper_type_rich_text .hs-cta-wrapper {
    padding: 40px 0 0;
    display: block;
}



/******** Services Inner ***********/

.custom-main-inner {
    padding: 34px 0 0;
}

.hs-two-col-right-service-row1-group h3 {
    color: #0072ae;
    line-height: 24px;
    margin-bottom: 25px;
}

.hs-two-col-right-service-row1-group .main-content p {
    margin: 0 0 27px;
}

.custom-full-width-bg-btn-inner {
    width: 335px;
    height: 200px;
    background-size: cover;
    margin: 0 0 0 auto;
    position: relative;
    background-position: center;
    display: table;
    max-width: 100%;
}

.custom-full-width-bg-btn-inner:before {
    background: rgba(0,0,0,0.45);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.hs-case-studies-row1-group .right p {
    margin: 0;
    padding: 6px 0 14px;
}
.custom-full-width-bg-btn-sub-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  text-align: center;
  position: relative;
  color: #fff;
}

.custom-full-width-bg-btn-sub-inner h1 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 5px;
    line-height: 1.35em;
    letter-spacing: 0;
}

.custom-full-width-bg-btn-sub-inner p {
  margin: 0 0 10px;
  font-size: 16px;
  color: #e2e2e2;
  -webkit-font-smoothing: antialiased;
}

.custom-full-width-bg-btn-sub-inner a {
  border: 2px solid #1e73be;
  border-radius: 0px;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  background:transparent !important;
  display: inline-block;
  padding: 15px 25px;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
}
.hs_cos_wrapper_type_cta {
    display: block;
}
a#cta_button_243138_2403cbc7-8756-4ff2-98ac-15d5c208af6b,
a#cta_button_243138_508c942c-72c8-4abe-98a3-0ef0a624038c,
a#cta_button_243138_c26e145b-b912-4861-8d95-35528a1ef9e1,
a#cta_button_243138_5bc555f0-34ed-4ffc-9965-53875dce6bd8,
a#cta_button_243138_e38e4ef8-a45b-4af2-9a0f-51f59482ad77{
  border: 2px solid #1e73be !important;
  border-radius: 0px  !important;
  color: #ffffff  !important;
  font-size: 14px  !important; 
  line-height: 14px  !important;
  background:transparent !important;
  display: inline-block  !important;
  padding: 15px 25px  !important;
  -webkit-transition: all .2s  !important;
  transition: all .2s  !important;
  position: relative  !important;
  width: auto !important;
  height: auto !important;
  font-family: 'Lato', sans-serif !important;
}
a#cta_button_243138_e38e4ef8-a45b-4af2-9a0f-51f59482ad77{
  font-size:20px !important;
}
a#cta_button_243138_2403cbc7-8756-4ff2-98ac-15d5c208af6b:hover,
a#cta_button_243138_508c942c-72c8-4abe-98a3-0ef0a624038c:hover,
a#cta_button_243138_c26e145b-b912-4861-8d95-35528a1ef9e1:hover,
a#cta_button_243138_5bc555f0-34ed-4ffc-9965-53875dce6bd8:hover,
a#cta_button_243138_e38e4ef8-a45b-4af2-9a0f-51f59482ad77:hover{
  background: #1e73be !important;
    color: #ffffff  !important;
}
.custom-full-width-bg-btn-sub-inner a i {
    position: absolute;
    left: auto;
    right: 25px;
    top: 50%;
    opacity: 0;
    width: auto;
    height: auto;
    font-size: inherit!important;
    -webkit-transition: all .25s;
    transition: all .25s;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.Defaults-angle-right:before {
    content: "\f105";
}

.custom-full-width-bg-btn-sub-inner a:hover i {
    right: 20px;
    opacity: 1;
}

.custom-full-width-bg-btn-sub-inner a:hover {
    background: #1e73be;
    color: #ffffff;
    padding-right: 45px;
}

i[class*="Defaults-"] {
    font-family: 'Defaults';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon_list_item {
    display: table-cell;
    text-align: center;
    position: relative;
}

.custom-five-col-top-icon-mod {
    display: table;
    width: 100%;
    padding: 0 0 40px;
}

.icon_list_icon {
    font-size: 24px;
    border-width: 1px;
    border-style: solid;
    color: #f47b20;
    border-color: #bcbcbc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    background: #fff;
    z-index: 9;
    position: relative;
}

.Defaults-group:before {
    content: "\f0c0";
}

.Defaults-cogs:before {
    content: "\f085";
}

.Defaults-bullhorn:before {
    content: "\f0a1";
}

.Defaults-bullseye:before {
    content: "\f140";
}

.Defaults-code-fork:before {
    content: "\f126";
}

.icon_description h3 {
    font-size: 16px;
    line-height: 36px;
    color: #f47b20;
    margin: 0;
}

.icon_description p {
    font-size: 13px;
    line-height: 18px;
}

.icon_description {
    padding: 10px 10px 0;
}

.icon_list_connector {
    border-top: 1px dashed #bcbcbc;
    position: absolute;
    top: 19%;
    left: 50%;
    width: 100%;
    height: 10px;
}

.custom-five-col-top-icon-mod .icon_list_item:last-of-type .icon_list_connector {
    display: none;
}
/************** Contact ********/

.hs-contact-row1-group {
    padding-top: 66px;
}

.hs-contact-row1-group h3 {
    line-height: 24px;
    color: #0072ae;
}

.hs-contact-left form {
    padding: 43px 0 0;
}

.hs-contact-right p {
    margin: 0;
    padding: 0 0 27px;
}
/********* Counter ***********/
.custom-two-col-image-inner {
    width: 39%;
    float: left;
}

.custom-two-col-content-inner {
    width: 61%;
    float: left;
    padding: 0 20px;
}

.custom-two-col-image-inner img {
    margin: 20px;
}

.custom-counter-group {
    width: 25%;
    float: left;
    text-align: center;
}

.custom-four-column-counter-mod {
    padding: 30px 0 0;
}

.custom-four-column-counter-mod span {
  font-size: 54px;
  color: #f47b20;
  line-height: normal;
}

.custom-counter-group p {
    font-size: 16px;
    padding: 0 10px;
}
.custom-right-service-last-group .hs_cos_wrapper_type_module {
    width: 25%;
    float: left;
}

.custom-right-service-last-group {
    padding: 20px 0 60px;
}

.custom-right-service-last-group .align-icon {
    color: #ffffff;
    background: #0072ae;
    font-size: 25px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
}

.custom-right-service-last-group .align-icon i {
    position: relative;
    top: 12px;
}

.Defaults-bank:before {
    content: "\f19c";
}

.Defaults-bar-chart:before {
    content: "\f080";
}

.Defaults-key:before {
    content: "\f084";
}

.custom-right-service-last-group .custom-full-width-top-icon-mod {
    text-align: center;
}

.custom-right-service-last-group .custom-full-width-top-icon-mod h3 {
    font-size: 14px;
    margin: 25px 0 15px;
    line-height: 1.2em;
    color: #444;
}
.custom-bottom-content ul ul {
    list-style: disc;
}

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

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

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

.body-container.container-fluid .page-center{
  padding-top:40px;
  padding-bottom:0px;
}

/******** Who we serve *******/

.custom-who-main-inner {
    padding: 35px 0 0;
}

.custom-who-main-inner .main-content p {
    margin: 0 0 27px;
}

.custom-who-main-inner .sidebar.right {
    text-align: center;
}

.custom-who-main-inner .sidebar.right p {
    margin: 0 0 27px;
}

.custom-blue-btn {
    background-color: #0072ae;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 15px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #FFFFFF;
    box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    text-transform: uppercase;
    line-height: 20px;
    display: inline-block;
    opacity: 1;
    transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
}
.custom-google-search-grp .hs-search-field__input:focus {
    box-shadow: none;
    border-color: transparent;
}
.hs-search-field--open .hs-search-field__suggestions li {
    padding: 0 10px;
}
input.hs-search-field__input::-webkit-search-decoration,
input.hs-search-field__input::-webkit-search-cancel-button,
input.hs-search-field__input::-webkit-search-results-button,
input.hs-search-field__input::-webkit-search-results-decoration {
    display: none;
}
.custom-blue-btn:hover {
    opacity: 0.75;
    color: #fff;
}
/* =============== Footer =============== */

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


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  vertical-align: middle;
  padding-right: 7px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  margin: 0 1px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  padding-right: 16px;
}
.custom-menu-container {
  text-align: right;
}

a.search-icon {
  border-left: 1px solid #e7e7e7;
  padding-left: 19px;
  width: 38px;
  height: 24px;
  display: inline-block;
  color: #888;
  vertical-align: middle;
  margin-top: -29px;
  margin-left: 15px;
  cursor:pointer;
  position:relative;
  z-index:99999;
}
.search-open .search-icon {
  margin-top: -21px;
  border-left: 0px solid #e7e7e7;
  margin-right: 2px;
}
a.search-icon span {
  font-size: 18px;
  color: rgba(0,0,0,0.48);
  line-height: 24px;
  height: 24px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}

a.search-icon span:before {
  content: "\e036";
}
.search-open a.search-icon span {
  font-size: 20px;
  color: #a0a0a0;
}
.search-open a.search-icon span:hover{
  color: #0072ae;
}
a.search-icon span:hover{
  color: #0072ae;
}
.search-open a.search-icon span:before {
  content: "\e117";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-family: Lato;
  font-size: 14px; 
  line-height: 19.6px;
  color: #888;
  padding: 27px 10px 55px 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
  content: "\f107";
  display: inline-block;
  width: 10px;
  position: relative;
  left: 6px;
  height: auto;
  font-size: 12px;
  line-height: 16px;
  background-color: transparent!important;
  top: -1px;
  word-spacing: 1px;
  font-family: FontAwesome;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  min-width: 192px;
  padding-top: 1px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  padding: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-family: Lato;
  font-size: 12px;
  line-height: 22px;
  color: #ccc;
  transition: none;
  letter-spacing: 0;
  background-color: #1C1C1C;
  padding-left:14px;
  padding-right: 16px;
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a{
  color: #0072ae;
  background-color: #272727;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after{
  right: 11px;
  left: auto;
  top: 16px;
  display: block;
  position: absolute;
  width: 10px;
  font-size: 12px;
  line-height: 16px;
  height: auto;
  background-color: transparent!important;
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  color:#888;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > .zn_res_submenu_trigger {
  display: none;
}

/* 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;
  font-size: 17px;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1001px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .zn_res_menu_go_back {
    display:none;
  }
  .cm-menu-overlay {
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #0072ae;
	}
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul ul > li.active-branch > a{
    color: #0072ae;	
	}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul{
    padding: 0;
  }
  a.search-icon,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .custom-logo img,
  .custom-logo,
  .custom-header-group,
  .custom-google-search-grp,
  .custom-google-search-grp .hs-search-field__input{
    transition:all 0.4s;
  }
  .scroll-header .custom-header-group {
    padding-top: 16px;
    transition:all 0.4s;
  }
  .scroll-header .custom-logo {
    padding-bottom: 14px;
    transition:all 0.4s;
  }
  .scroll-header .custom-logo img {
    max-width: 155px;
    transition:all 0.4s;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-top: 24px;
    padding-bottom:40px;
    transition:all 0.4s;
  }

  .scroll-header a.search-icon {
    margin-top: -17px;
    transition:all 0.4s;
  }
  .scroll-header .custom-google-search-grp {
    padding: 29px 0 29px;
    transition:all 0.4s;
  }
  .scroll-header .custom-google-search-grp .hs-search-field__input{
    font-size: 30px;
    line-height: 30px;
    transition:all 0.4s;
  }



}


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

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

@media (max-width: 1000px){
  .mobile-icon {
    display: block;
    cursor: pointer;
    width: auto;
    height: 40px;
    margin: 0;
    position: absolute;
    top: 2px;
    right: 0px;
  }
  .mobile-icon:hover {
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Three line icon */
  .mobile-icon span {
    margin: 0 auto;
    position: relative;
    top: 17px;
  }
  .mobile-icon  span:before, .mobile-icon span:after {
    position: absolute;
    content: '';
  }
  .mobile-icon  span, .mobile-icon  span:before, .mobile-icon  span:after {
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #999999; /* Color of all three lines */
    -webkit-border-radius: 2px; /**********************************************/
    -moz-border-radius: 2px;    /* Border Radius - must be half of the height */
    border-radius: 2px;         /**********************************************/
    display: block;
  }
  .mobile-icon  span:before {
    margin-top: -6px; /* Position top line */
  }
  .mobile-icon  span:after {
    margin-top: 6px; /* Position bottom line */
  }



  .custom-menu-primary {
    position: fixed;
    width: 300px !important;
    z-index: 1000;
    background: #0072ae;
    right: -300px;
    top: 0;
    transition: right 700ms ease;
    text-align: left;
    padding: 26px 33px 33px;
    height:100vh !important;
    overflow-y:auto !important;
  }

  .body-container-wrapper, .footer-container-wrapper {
    transition:right 700ms ease;
    position:relative;
    right:0;
  }
  .show-mobile-nav .body-container-wrapper,
  .show-mobile-nav .footer-container-wrapper {
    transition:right 700ms ease;
    position:relative;
    right:300px;
  }
  .custom-header-group {
    transition:right 700ms ease;
  }
  .show-mobile-nav .custom-header-group {
    right:300px;
    left:auto;
    transition:right 700ms ease;
  }	
  .show-mobile-nav .custom-menu-primary {
    right:0;   
    transition: right 700ms ease;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-right: 0;
  }
  a.close-icon {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 34px!important;
    height: 34px!important;
    transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    color: #ddd!Important;
    font-size: 18px!important;
    max-width: none!important;
    line-height: 32px!important;
    font-family: 'Open Sans';
    font-weight: 400;
    display: block;
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 100;
    cursor:pointer;
  }
  a.close-icon span{
    font-size: 24px!important;
    color: #fff !important;
    height: 34px !important;
    left: -2px;
    line-height: 32px !important;
    max-width: none !important;
    transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    -moz-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    width: 34px !important;
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  a.close-icon .icon-salient-x:before {
    content: "\e117";
  }

  a.close-icon:hover .icon-default-style[class^="icon-"] {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }

  span.zn_res_back_icon.icon-angle-left {
    left: 0;
    right: auto;
    border-left: none;
    border-right: 1px solid;
    width: 49px;
    height: 49px;
    position: absolute;
    line-height: 49px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #fff;
    top: 0;
  }

  .icon-angle-left:before {
    content: "\f104";
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    opacity: 0.7;
    transition: opacity 0.2s ease;
/*     -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease; */
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans';
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
    padding: 0;
    text-transform: none;
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    opacity:1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul .zn_res_submenu_trigger,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li {
    border-bottom: 0px solid #eee;
    display: block !important;
    float: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    text-align:left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    padding: 19px 33px 33px !important;
    min-width: 300px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    opacity: 0.7;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    font-size: 29px ;
    line-height: 36px;
    font-family: 'Open Sans';
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
    padding: 0;
    text-transform: none;
    display: inline-block;
    background-color: transparent;
    border:none;
    white-space: normal !important;    
    word-wrap: break-word;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #fff;
    opacity: 1;
    background-color:transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul .zn_res_menu_go_back{
    display: inline-block;
    margin-bottom: 15px!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul .zn_res_menu_go_back a {
    background: rgba(0,0,0,0.13);
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans';
    font-weight: 700;
    letter-spacing: -1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    line-height: 36px;
    padding: 6.5px 10px;
    display:inline-block !important;
  }
.custom-menu-primary .hs-menu-wrapper > ul ul .zn_res_menu_go_back:hover a {
  background-color: rgba(0,0,0,0.13);
      opacity: 0.7;
  color:#fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul .zn_res_menu_go_back a:hover {
  background-color: rgba(0,0,0,0.13);
      opacity: 1;
  }
  span.zn_res_submenu_trigger.icon-angle-right {
    position: absolute;
    right: 0;
    width: 49px;
    height: 49px;
    border-left: 1px solid;
    border-left-color: #eee;
    line-height: 49px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    top:0;
  }

  .icon-angle-right:before {
    content: "\f105";
    color: #bababa;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: fixed !important;
    transform: translate3d(100%, 0, 0);
    background:#0072ae;
    top: 0;
    left:auto !important;
    right:0;
    -webkit-transition: -webkit-transform 500ms ease-in-out !important;
    -moz-transition: -moz-transform 500ms ease-in-out !important;
    -ms-transition: -ms-transform 500ms  ease-in-out !important;
    -o-transition: -o-transform 500ms  ease-in-out !important;
    transition: transform 500ms  ease-in-out !important;
    transform-style: preserve-3d;
    width: 300px;
    height: 100vh;
    box-shadow: none;
    overflow-y: auto;
  }
  .show-mobile-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper.zn-menu-visible {
    transform: translate3d(0%, 0, 0);
    background: #0072ae;
    -webkit-transition: -webkit-transform 500ms  ease-in-out !important;
    -moz-transition: -moz-transform 500ms  ease-in-out !important;
    -ms-transition: -ms-transform 500ms  ease-in-out !important;
    -o-transition: -o-transform 500ms  ease-in-out !important;
    transition: transform 500ms  ease-in-out !important;
    box-shadow: none;
  }
  .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: auto;
    top: 0;
  }
  li.zn_res_menu_go_back {
    text-align: center;
  }

  li.zn_res_menu_go_back a {
    text-transform: capitalize !important;
  }

  .custom-header-group .page-center {
    padding: 0 !important;
    position: relative;
  }
  .custom-menu-container {
    min-height:0 !important;
  }

  .cm-menu-overlay {
    height: 1px;
    width: 1px;
    opacity: 0;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
  }
  .show-mobile-nav .cm-menu-overlay{
    height: 100%;
    width: 100%;
    opacity: 1;
  }
  .header-container {
    min-height: 58px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after,
  .search-icon{
    display:none !important;
  }



}


/* ==========================================================================
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 h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#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%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}


/* Read More Link */
a.more-link {}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
select.hs-input, input.hs-input[type=file] {
height: 40px;
}
.hs-contact-left form .hs-button {
    font: 400 12px system-ui;
}
/* Blog Commments */
#comments-listing {
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.post-header h2 a:hover {
    color: rgb(68, 68, 68);
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

.hs-form-title {
    padding: 40px  0 20px;
}

.section.post-footer form label {
    color: #676767;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}
/* Pagination */
.blog-pagination {}
.blog-pagination a {
display:block;
}
.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 {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


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

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.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{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  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                                        
========================================================================== */


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

/* 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{
  max-width: 500px;
  width: 90%;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  -webkit-transition: border 0.2s linear,box-shadow 0.2s linear;
  -moz-transition: border 0.2s linear,box-shadow 0.2s linear;
  -ms-transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  padding: 10px;
  background-color: #efefef;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display:block;
  margin:0 0 15px;
}
select {
  background:#fff;
}
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: none;
  border-color: rgba(82,168,236,0.8);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}
.hs-input.error{
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171,41,32,0.25); 
}
body label{
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 4px;
  font-size:13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #0072ae; 
  display:block;
}
.hs-error-msgs label{
  color:#c87872; 
  font-weight:normal;
}
.hs-error-msgs {
  margin: 0; 
}
.hs-form-required{
  color: #0072ae; 
}
.hs-error-msgs.inputs-list{
  padding:0;
  list-style:none;
}
/* 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;
}
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 {}

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


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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important; 
  background-color: #333333;
  padding: 7px 11px;
  border: none;
  color: #fff;
  cursor: pointer;
  outline:0;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  font-family:Arial, Sans serif;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  margin:10px 0;
  display:inline-block;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #0072ae;
}

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


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

.fancybox-overlay{
  background: rgba(0,0,0,0.8);
  z-index: 999999;
}
.fancybox-close {
    background: url('//243138.fs1.hubspotusercontent-na1.net/hubfs/243138/William%20Mills%20Folder%20-%20May%202018/Images/sprite.png');
    top: auto;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.fancybox-skin {
    padding-bottom: 38px !important;
}
.fancybox-opened {
    border-radius: 5px;
    border: 6px solid #1f1d1d;
}
.fancybox-close:hover {
    opacity: 0.7;
}
.hs-who-we-serve-slider-group .slick-dots li:hover button:before {
    opacity: 1;
}
.fancybox-title-float-wrap {
    right: auto;
    left: 0;
    bottom: 39px;
}

.fancybox-title-float-wrap .child {
    margin-right: 0;
    border-radius: 0;
    margin-left: 14px;
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    font-family: 'Lato', sans-serif;
    padding: 7px 10px;
}
.custom-blog-post-section-inner ul:hover li.meta-comment-count {
    opacity: 0;
}
.custom-blog-post-section-inner ul li.meta-comment-count {
    opacity: 1;
    transition: 0.2s ease all;
}
.custom-grey-btn {
    font-family: Lato;
    font-weight: normal;
    background-color: rgb(187, 187, 187);
    border-radius: 3px 3px 3px 3px;
    padding: 10px 15px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #FFFFFF;
    box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    top: -3px;
    margin-bottom: 10px;
    opacity: 1;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
}
.custom-grey-blue-btn{
    font-family: Lato;
    font-weight: normal;
    background-color: rgb(187, 187, 187);
    border-radius: 3px 3px 3px 3px;
    padding: 10px 15px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #FFFFFF;
    box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    top: -3px;
    margin-bottom: 10px;
    opacity: 1;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
		background-color: #0072ae!important;
}
.custom-grey-btn:hover,
.custom-grey-blue-btn:hover{
    opacity: 0.75;
    color: #fff;
}
.hs-resources-right h2 {
    font-family: Lato;
    font-weight: 600;
    color: #676767;
    font-size: 14px;
    letter-spacing: 0;
}
.hs-resources-left-group {
    padding-top: 35px;
}
.hs-resources-left-col1 h3 {
    margin-bottom: 25px;
}
.hs-resources-left-col1 hr {
    margin: 25px auto;
    background-color: #ddd;
}
.custom-full-width-top-icon-mod.color {
    float: left;
    margin-top: 8px;
    width: 25.404255%;
}

.custom-full-width-top-icon-mod.color .aio-icon.circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    background: #f47b20;
    font-size: 32px;
    display: inline-block;
    display: inline-block;
    font-size: 32px;
    height: 2em;
    width: 2em;
    text-align: center;
    line-height: 2.1em;
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
}
.hs-resources-left-col3 {
    clear: both;
}

.hs-resources-left-col3 .hs-editor-editable{
  float:left;
}

.custom-full-width-top-icon-mod.color > div {
    text-align: left;
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
.custom-full-width-top-icon-mod.color .aio-icon-header h3 {
    color: #676767;
    font-family: lato, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
}
.custom-full-width-top-icon-mod.color .align-icon {
  	text-align: left;
}
.custom-full-width-top-icon-mod.color .aio-icon-header {
    padding-left: 5px;
    color: #676767;
}
.custom-full-width-top-icon-mod.color .aio-icon-header h3 {
    color: #676767;
    font-family: lato, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
}
.custom-full-width-top-icon-mod.top-icons > a {
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-width: 1px;
    padding-top: 25px;
    min-height: 125px;
    padding: 0 10px;
    display: block;
}
.custom-full-width-top-icon-mod.top-icons {
    padding: 0 10px;
    margin-top: 45px;
}
.hs-resources-left-col3 .hs_cos_wrapper_type_module {
    display: inline-block;
    width: 33.333%;
    margin: 0 -2px;
  	vertical-align:top;
}
.custom-full-width-top-icon-mod.top-icons .aio-icon-header h3 {
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    margin: 15px 0 15px;
    color: #444;
    text-align: center;
}
.custom-full-width-top-icon-mod.top-icons i.icon-group:before {
    font-family: 'Defaults';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 25px;
    top: -26px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    line-height: 2;
    height: 2em;
    margin: 0px auto;
    width: 2em;
    text-align: center;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.custom-full-width-top-icon-mod.top-icons .aio-icon.circle i {
    display: block;
    text-align: center;
}
.custom-full-width-top-icon-mod.top-icons.Bank i.icon-group:before{
    content: "\f19c";   
    background: rgb(81, 168, 71);
}
.custom-full-width-top-icon-mod.top-icons.bullhorn i.icon-group:before{
    content: "\f0a1";
    background: rgb(244, 123, 32);
}
.hs-resources-left-col3 {
    padding-top: 81px;
}
.custom-full-width-top-icon-mod.top-icons .align-icon {
    height: 26px;
}
.custom-full-width-top-icon-mod.top-icons .aio-icon.circle {
    position: relative;
    width: 100%;
    text-align: center;
}
.custom-full-width-top-icon-mod.top-icons.lightbulb i.icon-group:before{
  	content: "\f0eb";
  	background: rgb(22, 117, 161);
}
.tabbertabhide{
  	display:none;
}
.tabberlive > ul.tabbernav li a {
    display: block;
    color: #888;
    position: relative;
    background-color: rgba(0,0,0,0.045);
    padding: 8px 15px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    border-left: 0px!Important;
    border-right: 1px solid rgba(0,0,0,0.06)!important;
}
h2.tabber-heading {
    display: none;
}
.tabberlive > ul.tabbernav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabberlive > ul.tabbernav li {
    display: inline-block;
}
.tabberlive > ul.tabbernav li.tabberactive{
		background-color: #0072ae!important;  
    border-color: #0072ae!important;
}
.tabberlive > ul.tabbernav li.tabberactive > a{
  	color:#fff;
}
.tabberlive>ul.tabbernav li{
  	margin-bottom:2px;
}
.hs-home-video-group video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
}
.hs-two-col-right-service-row1-group .sidebar.right .hs_cos_wrapper_type_rich_text .hs-cta-wrapper h1 span {
    font-weight: 600;
}
.custom_error_message.error-404 h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 250px;
    line-height: 250px;
    font-family: 'Open Sans';
    font-weight: 700;
    margin: 15px 0 6px;
}

.custom_error_message.error-404 h2 {
    text-transform: uppercase;
    font-size: 70px;
    font-family: 'Open Sans';
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.hs-home-layout.scroll-header a.search-icon {
    border-left: 1px solid rgba(0,0,0,0.1);
}
.hs-home-layout.scroll-header.search-open a.search-icon {
    border-left-color:transparent;
}
.hs-home-video-group h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0px auto;
    font-size: 56px;
    line-height: 80px;
    letter-spacing: -1px;
    display: block;
    margin-top: -8px;
    color: #fff;
    font-weight: 300;
    font-family: Lato;
}
.hs-home-video-group {
  position: relative;
  overflow: hidden;
  background-color:#000;
  min-height: 600px;
  text-align: center;
  margin-top: -1px;
}
.flip_link a {
    color: #fff;
}
.hs-one-col-text-with-bg-group {
  float: left;
  position:relative;
  width: 25%;
  overflow:hidden;
}
.hs-one-col-text-with-bg-group:hover img {
  transform: scale(1.1);
}

.hs-one-col-text-with-bg-group img {
  transition: transform .5s;
}
.hs-one-col-text-with-bg-group .work-info-bg {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    background-color: #282b30;
    position: absolute;
    z-index: 2;
  	opacity: 0.45;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=0);
    height: 100%;
}
.hs-one-col-text-with-bg-group .work-info {
    opacity: 1;
}
.hs-one-col-text-with-bg-group h3 {
    opacity: 1;
    margin: 0;
    color: #fff;
}
.hs-one-col-text-with-bg-group:hover .work-info-bg {
    opacity: 0;
}
.hs-one-col-text-with-bg-group .vert-center {
    margin: 0;
}
.hs-home-section-third-group h2{
    color: #0072ae;
}
.hs-home-section-third-group .page-center {
    padding-top: 35px !important;
  	padding-bottom: 35px !important;
}
.custom-tabberlive-content ul:empty {
    display: none;
}
.custom-tabberlive-content {
    display: table;
    width: 100%;
}
.custom-tabberlive-content ul {
    display: table-cell;
    vertical-align: top;
}
.hs-home-flip-group {
    float: left;
    width: 25%;
    position: relative;
    padding: 0 15px;
}
.hs-home-flip-group .ifb-flip-box-section h3 {
    color: #0072ae;
}
.hs-home-layout.scroll-header .custom-header-group {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}
.hs-home-flip-group .ifb-flip-box-section {
    text-align: center;
}
.hs-home-flip-group .aio-icon.circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    background: #fdb813;
    font-size: 32px;
    display: inline-block;
    display: inline-block;
    font-size: 32px;
    height: 2em;
    width: 2em;
    text-align: center;
    line-height: 2em;
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
    margin: 0px auto;
    display: block;
}
.hs-home-section-bottom-group {
    margin-top: 70px;
}
.hs-home-section-bottom-group  .ifb-face.ifb-front{
  	max-width:90%;
  	margin:0 auto;
}
.hs-home-section-bottom-group .flip_link {
    color: #fff;
    text-decoration: none;
    background: #0072ae;
    color: #ffffff;
    display: inline-block;
    margin: 10px auto 0;
    padding: .3em .6em;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
}
.hs-home-flip-group .ifb-flip-box-section > a {
    display: block;
}
.hs-resources-left-col1 h3 {
    line-height: 24px;
}
.hs-home-section-bottom-group .ifb-face.ifb-front{
  	margin-bottom:30px;
}

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

/******** Blog Styling ***********/

.hs-blog-header h1 {
    padding: 20px 0 30px;
  font-size:28px;
    border-bottom: 1px solid #ddd;
}
.post-content {
    padding-left: 59px;
    position: relative;
}

.post-meta {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  margin-bottom: 20px;
  border-right: 1px solid #E6E6E6;
}
.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: block !important;
  float: none;
  margin: 0;
  max-width: none;
  margin-bottom: 75px!important;
  margin-right: 25px!important;
  width: 20%;
  float: left;
}
.post-meta .date {
    padding-bottom: 17px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 12px;
    position: relative;
    transition: all 0.2s linear 0s;
}
.post-meta .month {
    display: block;
    font-size: 17px;
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4px;
    padding: 0px;
    font-family: 'Open Sans';
    font-weight: 600;
}
.post-meta .day {
    display: block;
    font-size: 30px;
    line-height: 29px;
    text-align: center;
    padding: 0px 12px 0px 12px;
    font-family: 'Open Sans';
    font-weight: 700;
    text-transform: uppercase;
}
.content-inner {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
    margin-bottom: 50px;
    padding-left: 20px;
}
.post-header h2 {
  font-size: 26px;
  margin-bottom: 2px;
  line-height: 30px;
}
.custom-author-section {
    margin-bottom: 12px;
    font-size: 11px;
    color: #888;
}
.custom-author-section a {
    color: #888;
}
.custom-author-section a:hover {
    color: #0072ae;
}
.blog-listing-wrapper .post-listing .post-item .post-body p {
    margin: 0;
    padding: 0 0 17px;
}
.custom-read-more {
    overflow: hidden;
    padding: 10px 0 0;
}
a.more-link {
    display: inline-block;
    background-color: #333;
    transition: all 0.2s linear 0s;
    width: auto;
    float: right;
    cursor: pointer;
    padding: 6px 10px;
    font-size: 11px;
    border-radius: 2px;
    color: #fff;
}

a.more-link:hover {
    background-color: #0072ae;
}
.custom-blog-post-section-header {
    padding: 22px 0 0;
}

.custom-blog-post-section-header h2 {
  font-family: Lato;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 28px;
  line-height:42px;
  letter-spacing: -1px;
}
.custom-blog-post-section-header h1 {
  font-family: Lato;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 28px;
  line-height:42px;
  letter-spacing: -1px;
}
.body-container.container-fluid .custom-blog-post-section-header .page-center {
  padding-top: 18px;
  padding-bottom: 15px;
}
.custom-blog-post-section-inner {
  display: table-cell;
  vertical-align: middle;
}
.blog.hs-blog-post .blog-content {
    max-width: 1000px;
    float: none !important;
    margin: 0 auto;
}
.section.post-footer .hs-input {
    max-width: 100%;
    width: 100%;
}
.full-width-blue-bg {
  border: 10px solid #1e73be;
  padding: 10px;
  margin-bottom: 30px;
  margin-top: 90px;
}
.section.post-body .full-width-blue-bg p {
    margin-bottom: 0px;
    padding: 0;
}
.blog .section.post-body .iframe-container iframe {
  max-width: 100%;
  width: 100% !important;
  height:100% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.hs-blog-listing .custom-three-col-equal-group {
    display: inline;
}
.hs-blog-listing .custom-three-col-equal-inner {
    width: 100%;
    float: none;
    padding: 0;
}
.blog .section.post-body .caption {
    max-width: 320px;
    margin: 0 auto;
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px;
    text-align: center;
}

.blog-listing-wrapper .post-listing .post-item .post-body p a {
    color: #676767;
}

.blog-listing-wrapper .post-listing .post-item .post-body p em {
    font-style: normal;
}
.hs-blog-listing .custom-two-col-equal-inner {
    width: 100%;
    float: none;
    padding: 0;
}
.blog-listing-wrapper .post-listing .post-item .post-body h3 {
    font-size: 14px;
    line-height: normal;
    color: #676767;
    font-weight: normal;
    display: inline;
}
.blog-listing-wrapper .post-listing .post-item .post-body h2 a {
    color: inherit;
}
.blog-listing-wrapper .post-listing .post-item .post-body p span {
  font-size: 14px !important;
  color: #676767 !important;
}
.blog-listing-wrapper .post-listing .post-item .post-body iframe {
    display: none;
}
.blog-listing-wrapper .post-listing .post-item .post-body h3 a {
    color: #676767;
}
.blog-listing-wrapper .post-listing .post-item .post-body img {
    display: none;
}
.blog-listing-wrapper .post-listing .post-item .post-body > div {
  display: inline;
}
.blog-listing-wrapper .post-listing .post-item .post-body h4 ,
.blog-listing-wrapper .post-listing .post-item .post-body h1,
.blog-listing-wrapper .post-listing .post-item .post-body h2 {
    font-size: 14px;
    font-weight: 400;
    color: #676767;
    display: inline;
}
.blog-listing-wrapper .post-listing .post-item .post-body strong {
    font-weight: normal;
}
.blog .section.post-body .caption img {
    display: block;
    float: none;
    width: 100%;
}
.custom-iframe-group iframe{
   max-width: 100%;
  width: 100% !important;
  height:100% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.blog .section.post-body .iframe-container {
    position: relative;
    padding-bottom: 56%;
    margin: 2px 0 20px;
}
.custom-blog-post-section-header-inner{
  display: table;
  width: 100%;
  padding-bottom: 19px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 0;
}
.hs-blog-post .custom-author-section span {
    padding: 0 8px 0 10px;
    border-left: 1px solid #DDDDDD;
}
.custom-blog-post-section-inner ul:hover li.meta-comment-count:hover {
    opacity: 1;
}
.custom-blog-post-section-inner ul {
  list-style: none;
  padding: 0;
  float:right;
  display:inline-block;
  margin: 0;
  position:relative;
  text-align: right;
}

.custom-blog-post-section-inner ul li {
  display: inline-block;
  padding: 0 20px;
}
.steadysets-icon-chat:before {
    content: "\e651";
}
i.icon-default-style.steadysets-icon-chat,
i.icon-default-style.steadysets-icon-share{
  font-size: 16px;
  width: 16px;
  line-height: 22px;
  height: 22px;
  margin-right: 4px;
}
i.icon-default-style.steadysets-icon-chat:before ,
i.icon-default-style.steadysets-icon-share:before{
    color: #999;
    font-size: 16px;
    width: 16px;
    line-height: 22px;
     font-family: steadysets!important;
}
.steadysets-icon-share:before{
  content: "\e63c";
  
}
.custom-blog-post-section-inner ul li > a {
    border: 2px solid rgba(0,0,0,0.1);
    color: #999;
    transition: border-color 0.15s linear, color 0.15s linear;
    display: block;
    border-radius: 100px;
    padding: 8px 14px;
    height: auto;
    line-height: 20px;
}
.custom-author-section span:first-child {
    padding-left: 0;
    border-left: 0;
}
li.meta-share-count:hover > a {
    opacity: 0 ;
}

.meta-share-count:hover .nectar-social.animated-in.in-sight {
    right: 0;
    opacity: 1;
    display: block;
}

.nectar-social.animated-in.in-sight {
    display: none;
    opacity: 0;
    right: -20px;
    position: absolute;
    top: 0;
    width: 188px;
}
li.meta-share-count a span.count {
    display: none !important;
}
.hs-contact-left .hs-submit {
    padding: 10px 0 0;
}
.nectar-social.animated-in.in-sight a {
  color: #999;
  font-size: 18px;
  display: inline-block;
  padding: 0 10px;
  transition: left 0.2s linear;
  opacity: 0;
  position:relative;
  left: 20px;
}
.nectar-social.animated-in.in-sight a i{
 width:13px; 
}
.nectar-social.animated-in.in-sight:hover a {
  opacity:1;
  left:0;
}
.blog .blog-sidebar {
    padding-left: 57px;
}
.custom-content h3 {
    color: #0072ae;
    line-height: 24px;
    margin: 14px 0 25px;
}
.blog .blog-sidebar .widget-span {
    padding: 0 0 40px;
}
.custom-content {
    padding: 0 0 50px;
}
.blog .blog-sidebar h3 {
  color: #999;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: Lato;
  line-height:32px;
  font-weight: normal;
}

.blog .blog-sidebar ul {
    list-style: none;
    padding: 0;
}

span.filter-link-count {
    display: none;
}

.blog .blog-sidebar ul li {
    padding: 8px 0px;
    display: block;
    border-bottom: 1px solid #E6E6E6;
}
.archive-item h1 {
    font-size: 12px;
    line-height: 14px;
    display: block;
    color: #888888;
    padding: 14px 14px 16px 18px;
    font-weight: 400;
    background-color: rgba(0,0,0,0.045);
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    font-family: Lato;
    margin: 0;
}

.archive-item h1:before {
    content: "\f055";
    color: #888888;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    margin-right: 14px;
}

.post-item-wrapper {
    display: none;
}

.archive-item {
    overflow: hidden;
    margin: 0 0 15px;
    cursor: pointer;
}
.archive-item.active {
    background-color: #0072ae;
    color: #fff;
}

.archive-item.active h1 {
    color: #fff;
}

.archive-item.active h1:before {
    content: "\f056";
    color: #fff;
}

.post-item-wrapper {
    padding: 10px 14px;
    border-top: 0px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.post-item-wrapper .post-item h2 {
    font-size: 14px;
    line-height: 25.2px;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
}

.post-item-wrapper .post-item {
    flex-direction: column-reverse;
    display: flex;
    width: 100% !important;
}
.archive-wrapper > h5 {
    margin-bottom: 30px;
}
.post-item-wrapper .post-item h5 {
    font-family: Lato;
    font-weight: 600;
    font-size: 14px;
    color: rgb(103,103,103);
}
.hs-resources-left-col4 {
    padding: 20px 0 0;
}
.hs-resources-left-col4 h4 {
    margin-top: 25px;
}
.Defaults-pencil:before {
    content: "\f040";
}
.blog.blog-news .blog-sidebar {
    border-bottom: 1px solid #ddd;
}
.Defaults-fire-extinguisher:before {
    content: "\f134";
}
.blog .custom-full-width-bg-btn-sub-inner a {
    font-size: 20px;
}
.case-studies-sidebar .custom-blog-post-section-header-inner {
    border-bottom: 0;
}
.case-studies-sidebar .nectar-social.animated-in.in-sight a:hover {
    color: #0072ae;
}
.hs-blog-header.case-studies-title h1 {
    text-align: center;
    padding-top: 9px;
    margin-bottom: 0;
}
.custom-case-studies-post-pagination {
    background-color: rgba(0, 0, 0, 0.03);
    margin-top: 40px;
    position: relative;
    z-index: 1;
    padding: 49px 0px 40px;
}
.body-container.container-fluid .custom-case-studies-post-pagination .page-center {
  max-width: 1425px;
  padding: 0 90px;
}
.portfolio-nav ul:first-child {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 50px;
}
.portfolio-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.portfolio-nav ul:first-child li {
    height: 50px;
    line-height: 50px;
}
.portfolio-nav .controls .prev-link a {
    background-position: 13px center;
    padding: 1px 0px;
}
.portfolio-nav .controls .prev-link a span, .portfolio-nav .controls .next-link a span{
transition: all 0.2s linear;
}
.portfolio-nav .controls .prev-link a, .portfolio-nav .controls .next-link a {
    cursor: pointer;
    display: inline-block;
    float: left;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    color: rgb(136, 136, 136) ;
    margin: 0px 10px 0px 0px;
    background-repeat: no-repeat;
    transition: all 0.2s linear;
}
.portfolio-nav .controls .next-link a {
    margin-right: 0px;
    padding: 1px 0px;
    background-position: -20px center;
}
.portfolio-nav .controls .prev-link a i {
    font-size: 26px ;
    padding-right: 15px;
}
.portfolio-nav .controls .next-link a i {
    font-size: 26px ;
    padding-left: 15px;
}
.portfolio-nav .controls a:hover{
   /* color:#0072ae;*/
}
.portfolio-nav .controls .prev-link a i:after{
    transform: translateX(12px);
    left: 3px;
}
.portfolio-nav .controls .next-link a:hover i{
    padding-left: 21px;
}
.portfolio-nav .controls .prev-link a:hover i:after{
     opacity: 1;
    transform: translateX(0px);
}
.portfolio-nav .controls .prev-link a:hover span{
    padding-left:15px;
}
.portfolio-nav .controls .next-link a:hover span{
    padding-right:15px;
}
.portfolio-nav .controls .next-link a:hover i:after{
    opacity: 1;
    transform: translateX(7px);
}
.portfolio-nav .controls .next-link{
    float:right;
}
.portfolio-nav .controls a i:after{
    background-color: #0072ae;
    display: block;
    content: " ";
    position: absolute;
    width: 24px;
    height: 2px;
    top: 16px;
    opacity: 0;
    left: -4px;
    cursor: pointer;
    transform: translateX(-20px);
    transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
}
.icon-angle-left::before {
    content: "";
}
.portfolio-nav .controls  a i {
    box-sizing: content-box;
    width: 10px;
    transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
}
.icon-angle-right::before {
    content: "";
}
.portfolio-nav ul li.all-items a:hover i {
    box-shadow: -0.6em 0 #0072ae, -0.6em 0.6em #0072ae, 0.6em 0 #0072ae, 0.6em -0.6em #0072ae, 0 -0.6em #0072ae, -0.6em -0.6em #0072ae, 0 0.6em #0072ae, 0.6em 0.6em #0072ae;
    background-color: #0072ae;
}
.portfolio-nav {
    position: relative;
}
.portfolio-nav ul:first-child {
    position: absolute;
    left: 0px;
    right: 3px;
    margin: 0 auto;
    max-width: 50px;
    top: -9px;
}
.portfolio-nav ul li {
    float: left;
}
.portfolio-nav ul li.all-items a {
    cursor: pointer;
    display: inline-block;
    float: left;
    position: relative;
    margin: 0px 10px 0px 0px;
    background-position: 11px center;
    background-repeat: no-repeat;
    transition: all 0.2s linear;
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.portfolio-nav ul li.all-items a i {
    width: 0.3em;
    height: 0.3em;
    display: block;
    left: 25px;
    top: 22px;
    box-shadow: rgb(136, 136, 136) -0.5em 0px, rgb(136, 136, 136) -0.5em 0.5em, rgb(136, 136, 136) 0.5em 0px, rgb(136, 136, 136) 0.5em -0.5em, rgb(136, 136, 136) 0px -0.5em, rgb(136, 136, 136) -0.5em -0.5em, rgb(136, 136, 136) 0px 0.5em, rgb(136, 136, 136) 0.5em 0.5em;
    font-size: 20px !important;
    background-color: rgb(136, 136, 136);
    border-radius: 0px !important;
    transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
}
.portfolio-nav .controls {
    float: none;
    width: 100%;
}
.portfolio-nav .controls .next-link a:hover .icon-angle-right:before{
    color: #0072ae;
}
.custom-bottom-content p {
    padding: 10px 14px;
    margin: 0;
}
.hs-case-studies-inner-left p {
    padding-bottom: 27px;
    margin: 0;
}
.hs-case-studies-inner-left h4 {
    margin-bottom: 8px;
}
.body-container.container-fluid .case-studies-sidebar .page-center {
    padding: 0;
}
.custom-slider-bottom-group .hs_cos_gallery_main .slick-dots {
    display: none !important;
}
.custom-slider-bottom-group .hs_cos_gallery_main {
    padding: 0;
}
.custom-slider-bottom-group .hs_cos_gallery_main .slick-arrow {
    z-index: 9;
    top: 20px;
    background: #0072ae;
    width: 25px;
    height: 25px;
    color: #fff;
}
.custom-slider-bottom-group .hs_cos_gallery_main .slick-next {
    left: 42px;
}
.custom-slider-bottom-group .hs_cos_gallery_main .slick-prev:before {
    content: "\f104";
}
.custom-casse-studies-social-share-right {
    text-align: right;
}
.custom-slider-bottom-group .hs_cos_gallery_main .slick-arrow:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    opacity: 1;
    font-size: 18px;
}
.hs-case-studies-inner-left ul ul {
    list-style: disc;
    padding-left: 30px;
}
.custom-slider-bottom-group .hs_cos_gallery_main .slick-next:before {
    content: "\f105";
}
.custom-slider-bottom-group .hs_cos_gallery_main .slick-prev {
    left: 10px;
}
.custom-slider-bottom-group .hs_cos_gallery_main .slick-arrow:hover {
    background-color: #333333;
}
.custom-blog-post-section-inner ul li > a:hover {
    border-color: #0072ae;
    color: #0072ae;
}
.custom-blog-post-section-inner ul li > a:hover i:before {
    color: #0072ae;
}
.nectar-social.animated-in.in-sight a:hover {
    color: #0072ae;
}
form.hs-form .hs-form-field ul.inputs-list li input {
    width: auto !important;
}
.section.post-body img.alignleft {
    float: left;
    margin-right: 15px;
}
.custom-iframe-group {
  position: relative;
  padding-bottom: 56%;
  margin-bottom: 14px;
}
a#cta_button_243138_278f529f-7193-4d4f-8b98-3a5b673a185b span,
a#cta_button_243138_278f529f-7193-4d4f-8b98-3a5b673a185b span{
    font-size: 14px !important;
    letter-spacing: 1px;
}
.custom-two-col-equal-group {
    overflow: hidden;
}
.section.post-body img {
    margin-bottom: 15px;
}
.custom-blog-post-section-inner.col1 {
    width: 65%;
}
.section.post-body p {
    margin: 0;
    padding: 0 0 27px;
}
.section.post-body hr {
    background-color: #6f6f6f;
}
.custom-full-width-image-cont {
    max-width: 100%;
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px;
    width: 600px;
    margin: 15px auto;
}
.section.post-body ul {
    margin-top: 0;
  padding-left:30px;
}
.section.post-body ul ul {
    list-style: disc;
}
.custom-full-width-image-cont p {
    margin: 0;
    text-align: center;
}
.custom-three-col-equal-group {
    overflow: hidden;
}
.section.post-body h1 {
    font-weight: bold;
}
.custom-three-col-equal-inner {
    width: 32.3%;
    float: left;
    padding-right: 20px;
}
.custom-three-col-group {
    overflow: hidden;
}

.custom-three-col-inner {
    width: 33.3%;
    float: left;
    padding-right: 20px;
}
.custom-full-width-container {
    overflow: hidden;
}
.custom-full-width-inner.col1 {
    width: 17%;
    float: left;
}
.custom-full-width-inner.col2 {
    width: 82%;
    float: left;
    padding: 0 20px;
}
.hs-case-studies-inner-left ul {
    margin: 0 0 30px;
  padding-left:30px;
}
.wpb_wrapper-twitter {
    margin: 20px 0;
    min-height: 600px;
    max-width: 400px;
}
.wpb_wrapper-twitter > iframe {
    height: 600px !important;
    min-height: 600px !important;
}
.blog-listing-wrapper .post-listing .post-item .post-body p {
    display: inline;
}
.blog-listing-wrapper .post-listing .post-item .post-body .wpb_wrapper-twitter {
    display: none;
}
.blog-listing-wrapper .post-listing .post-item .post-body hr {
    display: none;
}
.section.post-body img.alignright {
    float: right;
    margin-left: 25px;
}
a#cta_button_243138_e79f6a28-591f-4172-aa79-736b945e66b7 ,
a#cta_button_243138_1164cdf9-5859-4261-ab7a-ea33487389a4{
    font-size: 16px;
}
a#cta_button_243138_48452d0c-1a96-4e6b-946e-b1b550e51591 {
    font-size: 23px !important;
}
.section.post-body img.aligncenter {
    margin: 0 auto 20px!important;
    display: block;
}
span.custom-tags-section span {
    display: inline-block;
    vertical-align: top;
}
.custom-blog-post-section-inner .custom-tags-section ul li > a {
    border: none;
    padding: 0;
  color:#888;
}
.custom-blog-post-section-inner .custom-tags-section ul li > a:hover{
  color: #0072ae;
}
.hs-blog-listing .full-width-blue-bg {
    display: none !important;
}
.hs-blog-post span.custom-tags-section a:after {
    content: ',';
    margin-right: 4px;
}
.hs-blog-post span.custom-tags-section a:last-of-type:after {
  content:none;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
-webkit-font-smoothing: subpixel-antialiased;
}
.cm-post-filter{
 display:none !important; 
}
.custom-blog-post-section-inner .custom-tags-section a {
    padding: 0;
  position:relative;
  margin-right:3px;
}

span.custom-tags-section span h3 {
    display: none;
}

span.filter-link-count {
    display: none !important;
}
.section.post-body ol {
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 30px;
}
.comment.depth-0 {
    padding: 25px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    background: #fff;
    border: none;
    position: relative;
}
.comment-from {
    display: block;
}
.comment-from a {
    color: #333;
}
.comment-from a:hover {
    color: #0072ae;
}
.comment-date {
    color: #888;
    line-height: 15px;
    font-size: 11px;
}
.comment-body p {
    margin: 0 0 10px;
}
.comment-reply-to {
    background: none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #FFFFFF;
    cursor: pointer;
    padding: 3px 7px;
    font-size: 11px;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    width: auto;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    background-color: #333333;
    position: absolute;
    top: 40px;
    right: 30px;
}
.comment-reply-to:hover {
    background-color: #0072ae;
    color: #fff;
}
.custom-two-col-right-md {
    overflow: hidden;
}
.custom-two-col-right-col1 {
    width: 70%;
    float: left;
}
.custom-two-col-right-col2 {
    width: 23%;
    float: right;
}
.blog-two-col-equal-mod {
    padding: 60px 0 30px;
    overflow: hidden;
}
.blog-two-col-equal-inner {
    width: 50%;
    float: left;
}
.blog-listing-wrapper .post-listing .post-item .post-body ul li {
    display: inline-block;
}
.blog-listing-wrapper .post-listing .post-item .post-body em {
    font-style: normal;
}
.blog-listing-wrapper .post-listing .post-item .post-body ul {
    list-style: none;
    padding: 0;
}
.loader {
    display: none;
}
.blog-listing-wrapper .post-listing .post-item .post-body h6 {
    display: inline-block;
    color: #676767;
    font-weight: 400;
}
.blog-listing-wrapper .post-listing .post-item .post-body  a.twitter-timeline {
    display: none;
}
.blog-listing-wrapper .post-listing .post-item .post-body p br {
    display: none;
}
.blog-listing-wrapper .post-listing .post-item .post-body p i {
    font-style: normal;
}
.hs-blog-listing div#article-content-div {
    display: inline;
}
.blog-listing-wrapper .post-listing .post-item .post-body > div {
    display: inline;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


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

@media(max-width:1400px){
 	.custom-two-col-image-inner img {
    margin: 0;
	} 
  .hs-who-we-serve-slider-group .hs_cos_gallery_main .slick-slide {
    margin: auto 15px;
	}
}
@media(max-width:1370px){
 	.tabberlive > ul.tabbernav li a{
    padding: 8px 10px;
  }
  .custom-full-width-hover-inner{
    width: 100%;
    height: 100px;
  }
  .hs-founder-bottom .hs_cos_wrapper_type_module {
    width: 22.404255%;
  }
}
@media(max-width:1300px){
  .custom-full-width-hover-inner {
    width: 192px;
    height: 120px;
	}
  .custom-case-studies-bottom .hs_cos_wrapper_type_module,
  .blog.case-studies .blog-listing-wrapper .post-listing .post-item{
    width: 47%;
  }
   .hs-home-video-group{
    	  min-height:421px;
    }
  .blog-bg .custom-full-width-bg-btn-inner {
    width: 100%;
	}
}
@media(min-width:1000px){
  .hs-case-studies-inner-layout .container-fluid .row-fluid .page-center {
    max-width: 1425px;
	}
}
@media(min-width:1001px){
	.hs-home-layout .custom-header-group {
      background: transparent;
      box-shadow: none;
  }
  
  .hs-home-layout .header-container {
      min-height: auto;
  }
  img.img-scroll {
    display: none;
	}
  .hs-home-layout.scroll-header  .custom-header-group {
    background: #fff;
  }
  .hs-home-layout.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      color: #888;
    opacity:1;
  }
  .hs-home-layout.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
      color: #0072ae;
  }
  .hs-home-layout.scroll-header a.search-icon:hover span {
      color: #0072ae;
  }
  .scroll-header.hs-home-layout .custom-logo img.img-scroll {
      display: block;
  }
  .scroll-header.hs-home-layout .custom-logo img.img-default {
      display: none;
  }
  .hs-home-layout.scroll-header  .custom-header-group {
    background: #fff;
	}
  .hs-home-layout .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      color: #ffffff;
      opacity: 0.75;
      transition: opacity 0.2s linear,color 0.2s linear;
  }
  .hs-home-layout  a.search-icon span{
      color: #a0a0a0;
      transition: opacity 0.2s linear,color 0.2s linear;
  }
  .hs-home-layout.search-open  a.search-icon:hover span {
    color: #0072ae;
	}
  .hs-home-layout a.search-icon{
    	border-left: 1px solid rgba(255,255,255,0.25);
  }
  .hs-home-layout  a.search-icon:hover span{
    	color:#fff;
  }
  .hs-home-layout .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
      opacity: 1;
      color:#fff;
	}
}
@media(min-width:690px) and (max-width:1300px){
   .hs-one-col-text-with-bg-group h3{
        font-size: 14px;
        line-height: 20px;
    } 
}
@media(max-width:1300px) and (min-width:990px){
 	 .team-meta h3{
     font-size: 14px;
     line-height: 20px;
  }
  
}
@media(max-width:1200px){
 	.hs-two-col-right-service-row1-group .sidebar.right {
    padding-left: 20px;
	} 
  .full-width-blue-bg{
    margin-top: 80px;
  }
}
@media(max-width:1162px) and (min-width:1120px){
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 8px;
	}
}
@media(max-width:1140px){
 	.custom-two-col-team-inner-image a {
    font-size: 12px;
	} 
}
@media (max-width: 1120px) and (min-width:1001px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-family: Lato;
    font-size: 12px;
    line-height: 19.6px;
    color: #888;
    padding: 27px 6px 55px 6px;
  }
}
@media(max-width:1040px) and (min-width:1001px){
 	 .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 10px;
	}
  
}
@media(max-width:1075px){
 	 .hs-row1-bottom-team .hs_cos_wrapper_type_module{
     float: none;
     display: inline-block;
     vertical-align: top;
  }
  .custom-full-width-bg-btn-inner {
    width: 300px;
  }
}
@media (max-width: 1000px) {
  .custom-logo {
    padding-bottom: 17px;
  }
  .custom-three-col-equal-inner {
    width: 100%;
    float: none;
    padding: 0;
	}
  .full-width-blue-bg {
    margin-top: 10px;
	}
  .custom-blog-post-section-inner {
    display: block;
  }
  .custom-blog-post-section-inner.col1 {
    width: 100%;
	}
  .blog-main .custom-blog-post-section-header-inner {
    padding-bottom: 40px;
  }
  .blog-main .custom-blog-post-section-inner.col2 {
      padding-top: 12px;
  }
  .custom-blog-post-section-header-inner {
      display: block;
  }
  .blog-main .custom-blog-post-section-inner ul {
    float: none;
    display: flex;
    flex-direction: row-reverse;
    width: 237px;
    text-align: left;
  }
  .blog-main .custom-blog-post-section-inner ul li.meta-comment-count {
    padding: 0;
  }
  .blog-main .custom-blog-post-section-inner ul li {
      padding: 0;
      margin-right: 14px;
  }
  .blog.case-studies .blog-content, .blog.case-studies .blog-sidebar {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
  .blog.case-studies .blog-sidebar {
      padding-left: 0;
  }
  .hs-home-layout .custom-logo img.img-default {
    display: none;
	}
  .custom-two-col-image-inner img {
    display: block;
    margin: 0 auto !important;
	}
  .hs-case-studies-inner-row1-group .main-content {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
  .hs-blog-header.case-studies-title h1 {
      letter-spacing: 0px;
      font-size: 20px;
      padding-top: 12px;
      padding-bottom: 29px;
  }
  .body-container.container-fluid .case-studies-title .page-center {
      padding-bottom: 16px;
  }
  .custom-blog-post-section-inner ul {
      float: left;
  }
  .meta-share-count:hover .nectar-social.animated-in.in-sight {
      right: auto;
      opacity: 1;
      display: block;
      left: 0;
      text-align: left;
  }
  .custom-header-group {
    padding: 16px 0 0;
  }
  .custom-logo img {
    max-width:100px;
  }
  .hs-contact-left, .hs-contact-right {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
  .hs-contact-left {
      margin: 0 0 30px;
  }
  .container-fluid .row-fluid .page-center {
    padding-left:0;
    padding-right:0;
  }
  .custom-footer-top-group .page-center {
    padding-left:15px !important;
    padding-right:15px !important;
  }
  .hs-two-col-right-service-row1-group .main-content, 
  .hs-two-col-right-service-row1-group .sidebar.right {
      margin-left: 0 !important;
      width: 100% !important;
      float: none !important;
  }
  .custom-full-width-hover-inner {
    width: 285px;
    height: 178px;
	}
	.hs-case-studies-row1-group .main-content {
    width: 100% !important;
    float: none !important;
    padding:0 0 30px;
    margin-left: 0 !important;
	}
  .hs-two-col-left-service, .hs-two-col-right-service {
      width: 100% !important;
      margin-left: 0 !important;
      float: none !important;
  }
  .custom-full-width-bg-btn-inner {
      width: 100%;
  }
  .hs-two-col-right-service-row1-group .sidebar.right {
      padding: 0;
  }
  .hs-two-col-right-service-row1-group .sidebar.right .hs_cos_wrapper_type_rich_text .hs-cta-wrapper {
      text-align: center;
  }
  .hs-founder-row1-group .main-content,
  .hs-founder-row1-group .sidebar.right {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
	.hs-career-top-column h3 {
    line-height: 34px;
  }
  .hs-career-top-column {
      padding: 34px 0 15px;
  }
  .hs-career-left {
      width: 100% !important;
      float: none !important;
      margin-left: 0 !important;
  }
  .custom-two-col-equal-inner {
      width: 100%;
      float: none;
      padding: 0 0 11px;
  }
  .hs-career-right {
      text-align: center;
      width: 100% !important;
      margin-left: 0 !important;
      float: none !important;
  }
  .hs-career-right img {
      display: block;
      margin: 0 auto;
      float: none !important;
  }
  .hs-career-row2-left, .hs-career-row2-right {
      float: none !important;
      width: 100% !important;
  }
  .hs-career-row2-left {
      padding: 0 0 15px;
  }
  .hs-career-row3-left, .hs-career-row3-right {
      width: 100% !important;
      margin-left: 0 !important;
      float: none !important;
  }
  .hs-career-row3-group {
      padding: 30px 0;
  }
  .hs-founder-row1-group {
    padding: 0 0 60px;
  }
  .hs-founder-bottom .hs_cos_wrapper_type_module {
      width: 46%;
      margin: 0 10px 70px;
  }
	.hs-about-row1-group .main-content , 
  .hs-about-row1-group .sidebar.right {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }

  .custom-main-about-inner .sidebar.right {
      text-align: center;
  }

  .hs-row2-bottom-group .hs_cos_wrapper_type_module {
      width: 100%;
      float: none;
      margin: 0 0 40px;
  }

  .hs-about-row2-group {
      padding: 100px 0 50px;
  }
  .hs-founder-bottom {
      padding: 10px 0 30px;
  }
  .hs-home-video-group h1{
        font-size: 33px;
        line-height: 39px;
        padding:0 30px;
  }
  
  .hs-resources-right,
  .hs-resources-left-group {
      width: 100% !important;
      margin-left:0 !important;
  }
  .custom-full-width-top-icon-mod.color {
      width: 33.333%;
  }
  .custom-full-width-top-icon-mod.top-icons {
      padding: 0;
      margin-top: 70px;
      width: 100%;
      float: none;
  }
  .hs-resources-left-col3 .hs_cos_wrapper_type_module {
      display: block;
      width: 100%;
      margin: 0;
      vertical-align: top;
  }
  .hs-resources-right{
    	margin-top:40px;
  }
  .hs-home-flip-group{
    	width:50%;
  }
}
@media(max-width:1001px){
	.custom-three-col-inner img {
    float: none !important;
    display: block !important;
    margin: 0 auto 20px !important;
	} 	 
}
@media(max-width:990px){
  .hs-row1-team-inner-group .main-content, 
  .hs-row1-team-inner-group .sidebar.right {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
  }
  .hs-one-col-text-with-bg-group {
        float: left;
        position: relative;
        width: 50%;
    }
  .custom-two-col-image-inner img {
    margin: 0;
  }
  .custom-right-service-last-group .hs_cos_wrapper_type_module {
    width: 50%;
    padding: 0 0 40px;
	}
  .custom-counter-group {
      width: 50%;
      padding: 0 0 60px;
  }

  .custom-two-col-image-inner {
      width: 100%;
      float: none;
  }

  .custom-two-col-content-inner {
      width: 100%;
      float: none;
      padding: 15px 0 20px;
  }
  .hs-two-col-right-service-row1-group .main-content, 
  .hs-two-col-right-service-row1-group .sidebar.right {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }

  .custom-full-width-bg-btn-inner {
      width: 100%;
      margin: 20px auto;
  }
  .hs-one-column-left, .hs-one-column-right {
      width: 100% !important;
      float: none !important;
      margin-left: 0 !important;
  }
  .custom-two-col-team-inner-image {
      width: 100%;
      float: none;
  }

  .custom-two-col-team-inner-content {
      width: 100%;
      float: none;
      padding: 24px 0 10px;
  }
  .custom-two-col-team-inner-image a {
      font-size: 14px;
  }
  
}
@media (max-width: 1000px) and (min-width:690px){
  .container-fluid .row-fluid .page-center{
    max-width: 600px;
    padding-left: 0;
    padding-right: 0;
  }
  .body-container.container-fluid .custom-case-studies-post-pagination .page-center{
    max-width: 600px;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-section-header-group h1{
    padding: 18px 0px 33px 0px;
  }
  .custom-section-header-group h1
  .custom-header-group .page-center {
    padding:0;
    position:relative;
  }
}
@media(max-width:860px){
 	 .hs-timeline-inner .hs_cos_wrapper_type_module:nth-child(odd) , 
  .hs-timeline-inner .hs_cos_wrapper_type_module {
    margin: 0 !important;
    padding: 0 0 25px 42px;
    width: 100%;
  }

  .hs-timeline-container:before {
      left: 16px;
  }

  .hs-timeline-inner .hs_cos_wrapper_type_module:first-of-type .icon-dot-full {
      left: 0;
      margin: -54px 0 0 6px;
  }

  .hs-timeline-inner .hs_cos_wrapper_type_module .timeline-meta ,
  .hs-timeline-inner .hs_cos_wrapper_type_module:nth-child(odd) .timeline-meta {
      left: 0;
      right: 0;
      margin: 0 0 5px;
      position: relative;
      text-align: left;
  }

  .hs-timeline-inner .hs_cos_wrapper_type_module .timeline-content {
      max-width: 100%;
  }

  .hs-timeline-inner .hs_cos_wrapper_type_module .timeline-post .timeline-content h2.content-title:before {
      border-right-color: #c5202e;
      border-left: transparent;
  }

  .timeline-post .timeline-content .content-title:before {
      content: "";
      display: block;
      border: 15px solid transparent;
      border-right-color: #fff;
      position: absolute;
      left: -15px;
      right: auto;
      top: 20px;
  }
}
@media(max-width:800px){
    .smile_icon_list li.icon_list_item {
        display: block;
    }
}

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

@media (max-width: 767px) {
  .body-container-wrapper .main-content,
  .blog-content,.blog-sidebar,
  .body-container-wrapper .sidebar{
    margin-bottom:20px;
  }
  .blog-two-col-equal-mod {
    padding: 20px 0;
    overflow: hidden;
  }
  .blog-two-col-equal-inner {
      width: 100%;
      float: none;
    padding:0 0 30px;
  }
  .custom-two-col-right-col1 {
    width: 100%;
    float: none;
  }
  .custom-two-col-right-col2 {
      width: 100%;
      float: none;
  }
  .custom-full-width-inner.col1 {
    width: 100%;
    float: none;
  }
  .custom-three-col-equal-inner {
    width: 100%;
    float: none;
    padding: 0;
	}
  .custom-full-width-inner.col2 {
      width: 100%;
      float: none;
      padding: 0;
  }
  .custom-three-col-inner {
    width: 100%;
    padding: 0 0 20px;
    float: none;
	}
  .section.post-body img {
    float: none !important;
    margin: 0 auto 20px !important;
    display: block !important;
	}
  .case-studies-sidebar .custom-blog-post-section-inner ul li {
    float: right;
  }
  .blog-main .custom-author-section {
    display: none;
  }
  .blog-main .custom-blog-post-section-inner h2 {
      padding-bottom: 16px;
  }
  .case-studies-sidebar .custom-blog-post-section-inner ul {
      display: block;
  }
  .hs-home-section-four {
    padding: 0 10px;
	}
  .hs-home-video-group {
   
    background-repeat: no-repeat;
    background-size: cover;
  }
/*   .hs-home-video-group video {
      display: none;
  } */
  .blog .blog-sidebar {
    padding: 30px 0 0;
	}
  .custom-tabberlive-content ul,
  .custom-tabberlive-content{
    display: block;
	}
  .custom-blog-post-section-header-inner {
    display: block;
  }
  .custom-four-column-counter-mod .custom-counter-group:last-of-type {
    padding: 0;
	}
	.custom-author-section span {
    margin-bottom: 5px;
    display: inline-block;
	}
  .custom-blog-post-section-inner {
      display: block;
  }
  .hs-case-studies-inner-left img {
      display: block !important;
      float: none !important;
      margin: 15px auto 10px !important;
  }
  .custom-blog-post-section-inner ul {
      text-align: left;
  }
	.hs-blog-header.case-studies-title h1 {
    padding-top: 0;
    padding-bottom: 24px;
	}
  .custom-blog-post-section-inner ul li {
      padding: 0 30px 0 0;
  }
  .custom-main-founder-inner .hs_cos_gallery_main {
    padding: 0;
	}
  .ifb-face.ifb-front {
    position: relative;
  }
  .ifb-face.ifb-back {
    position: absolute;
    min-height: 166px;
  }
  .hs-founder-bottom .hs_cos_wrapper_type_module {
    width: 100%;
    float: none;
    overflow: hidden;
    margin: 0 0 60px;
	}
  .custom-timeline-social-icon ul li a i {
    font-size: 30px;
    height: 30px;
	}
  .custom-two-col-image-inner {
    text-align: center;
  }
  .custom-right-service-middle .custom-full-width-top-icon-mod {
      margin-top: 38px;
  }
	.custom-five-col-top-icon-mod {
    display: block;
  }
  .icon_list_connector {
      display: none;
  }
  .icon_list_item {
      display: block;
      padding: 0 0 15px;
  }

  .icon_description {
      padding: 15px 0 0;
  }
  .custom-right-service-middle .align-icon {
      top: -25px;
  }

  .hs-two-col-right-service-row1-group .main-content .custom-right-service-middle .aio-icon-header p {
      margin: 0 0 13px;
  }
  .custom-counter-group {
      width: 100%;
      padding: 0 0 44px;
  }
  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 {
    max-width: 100%;
    width: 100%;
  }
  .hs-row1-bottom-team .hs_cos_wrapper_type_module {
    width: 100%;
    margin: 0 auto 26px;
    max-width: 420px;
	} 
  .post-content ,
  .content-inner{
    padding-left: 0;
  }
  .post-meta {
      position: relative;
      border: 1px solid #e6e6e6;
      padding: 10px 0;
  }
  .post-meta .month {
      line-height: normal;
  }
   .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    float: none;
    margin: 20px 0 20px 0px !important;
  }
  .custom-right-service-last-group .hs_cos_wrapper_type_module {
    width: 100%;
	}
  ul#social li {
    display: inline-block;
    margin-left: 0;
    width: 33px;
    margin-top: 7px;
    margin-bottom: 11px;
    margin-right: 7.5px;
  }
  ul#social {
    text-align: left;
  }
  .custom-copyright {
    padding-bottom: 25px;
  }
  .custom-footer-left-content {
    padding-bottom: 70px;
  }
  .custom-footer-top-group .page-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .custom-who-main-inner {
    padding: 0 0 30px;
	}
  .custom-case-studies-bottom .hs_cos_wrapper_type_module ,
  .blog.case-studies .blog-listing-wrapper .post-listing .post-item{
    width: 100%;
    float: none;
  }
  .custom-full-width-hover-inner {
      width: 310px;
      height: 180px;
      margin: 0 auto;
  }
  .iframe-embed {
    position: relative;
    padding-bottom: 55.4%;
    margin-bottom: 10px;
  }
  .iframe-embed iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important;
  }
  .hs-who-we-serve-row1-group {
    padding: 35px 0 0;
	}
   .post-meta {
    display: none;
	}
  .header-no-nav .custom-logo {
    padding-bottom: 16px;
	}
  .custom-case-studies-post-pagination {
    padding: 40px 10px;
	}
}  

@media only screen and (max-width: 690px) and (min-width: 320px){
  .container-fluid .row-fluid .page-center {
      max-width: 420px;
      padding-left: 0;
      padding-right: 0;
  }
  
  #Newspaper1_layer {
  display:none}
  
  #Book1_layer{
  display:none}
  
  #Info1_layer{
  display:none}
  
  #Address-book{
  display:none}
  
  .block-fix h2 {
   margin-top: -20px !important;
  }
  
  .homepage-blocks h2{
  font-size:16px !important;}
  
  .homepage-blocks h3{
  font-size:14px !important;}
  
  
 
  .comment-reply-to {
    position: relative;
    top: 0;
    right: 0;
	}
  .custom-blog-post-section-header h2{
   font-size:24px;
    line-height:30px;
  }
  .custom_error_message.error-404 h1 {
    font-size: 150px;
    line-height: 150px;
  }
  .custom_error_message.error-404 h2 {
      FONT-SIZE: 40PX;
  }
 .body-container.container-fluid .custom-case-studies-post-pagination .page-center{
   max-width: 420px;
   padding-left: 0;
   padding-right: 0;
  }
  .post-header h2 {
    font-size: 18px;
	}
  .custom-section-header-group h1 span {
    display: none;
	}
  .custom-section-header-group h1 {
    padding: 18px 0px 33px 0px;
  }
  .hs-one-column-layout .container-fluid .row-fluid .page-center {
    max-width: 300px;
    padding-left: 0 !important;
    padding-right: 0 !important;
	}
  .custom-full-width-top-icon-mod.top-icons > a{
    	min-height:auto;
  }	
  .tabberlive>ul.tabbernav li {
      display: block;    	
      margin: 2px 0;
  }
  .tabberlive>ul.tabbernav li a{
    	border: 1px solid rgba(0,0,0,0.06) !important;
  }
  .custom-full-width-top-icon-mod.color {
      width: 100%;
    	margin-bottom:25px;
  }
  .tabberlive>ul.tabbernav li a{
    	display:block;
  }
  .hs-home-flip-group,
  .custom-tabberlive-content>ul.list {
      width: 100%;
      float: none;
  }
  .hs-home-flip-group .ifb-flip-box {
      position: relative;
      margin-bottom: 50px;
  }
  .hs-home-video-group{
    	min-height:375px; 
  }
  .hs-home-video-group h1{
      font-size: 28px;
      line-height: 30px;
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .mobile-icon {
    right:15px;
  }
  .container-fluid .row-fluid .page-center {
      padding-left: 10px ;
      padding-right: 10px;
  }
   .hs-one-col-text-with-bg-group {
      float: none;
      position: relative;
      width: 100%;
  }
  .hs-home-video-group video {
      object-fit: cover;
      width: auto;
      height: 100%;
  }
   .hs-blog-listing .container-fluid .row-fluid .page-center {
    max-width: 300px;
    padding-left: 0;
    padding-right: 0;
	}
  div#cbsgm_255 {
    height: 244px !important;
	}
  .custom-header-group .page-center,
  .custom-footer-top-group .page-center,
  .hs-one-column-layout .container-fluid .row-fluid .page-center{
    padding-left: 10px !important ;
    padding-right: 10px  !important;
  }
  .hs-team-layo .container-fluid .row-fluid .page-center {
    max-width: 300px;
	}
}
@media(max-width:400px){
  .hs-home-flip-group .ifb-face.ifb-back p {
      font-size: 12px;
      line-height: 19.2px;
      font-weight: 400;
      color: rgb(51,51,51);
  }
  .portfolio-nav ul li.all-items a i {
    left: 32px;
    top: 13px;
  }
  .portfolio-nav .controls .prev-link a, .portfolio-nav .controls .next-link a {
    font-size: 12px;
  }
  .portfolio-nav .controls .prev-link a i {
      font-size: 23px;
  }
  .portfolio-nav .controls .next-link a:hover i {
      padding-left: 10px;
  }
  .portfolio-nav .controls a i:after {
      width: 14px;
  }
  .portfolio-nav .controls .prev-link a:hover span {
      padding-left: 4px;
  }

}
@media (max-width: 340px) {
  .custom-header-group .page-center,
  .footer-container .page-center,
  .container-fluid .row-fluid .page-center{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .hs-team-layo .container-fluid .row-fluid .page-center {
    padding-left:5px !important;
    padding-right:5px !important;
	}
}


@media only screen and (max-width: 600px) {
 .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  visibility: visible!important; 
   display: inline;
}
} 

@media only screen and (max-width: 600px) {
 .hs-menu-item.hs-menu-depth-2.active.active-branch{
  visibility: visible!important; 
   display: inline;
}
}