/* ==========================================================================
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
10. ACCESSIBILITY
========================================================================== */


/* ==========================================================================
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=Abel');

@font-face {
  font-family: freight-sans-pro;
  src: url("//use.typekit.net/af/442215/000000000000000000010b5a/27/l?subset_id=2&fvd=n4&v=3") format("woff2"),
    url("//use.typekit.net/af/442215/000000000000000000010b5a/27/d?subset_id=2&fvd=n4&v=3") format("woff"), 
    url("//use.typekit.net/af/442215/000000000000000000010b5a/27/a?subset_id=2&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: freight-sans-pro;
  src: url("//use.typekit.net/af/8dd886/000000000000000000010b5c/27/l?subset_id=2&fvd=n5&v=3") format("woff2"), 
    url("//use.typekit.net/af/8dd886/000000000000000000010b5c/27/d?subset_id=2&fvd=n5&v=3") format("woff"),
    url("//use.typekit.net/af/8dd886/000000000000000000010b5c/27/a?subset_id=2&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: freight-sans-pro;
  src: url("//use.typekit.net/af/441f33/000000000000000000010b5d/27/l?subset_id=2&fvd=i5&v=3") format("woff2"),
    url("//use.typekit.net/af/441f33/000000000000000000010b5d/27/d?subset_id=2&fvd=i5&v=3") format("woff"),
    url("//use.typekit.net/af/441f33/000000000000000000010b5d/27/a?subset_id=2&fvd=i5&v=3") format("opentype");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: freight-sans-pro;
  src: url("//use.typekit.net/af/cef9f3/000000000000000000010b5e/27/l?subset_id=2&fvd=n6&v=3") format("woff2"), 
    url("//use.typekit.net/af/cef9f3/000000000000000000010b5e/27/d?subset_id=2&fvd=n6&v=3") format("woff"),
    url("//use.typekit.net/af/cef9f3/000000000000000000010b5e/27/a?subset_id=2&fvd=n6&v=3") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: freight-sans-pro;
  src: url("//use.typekit.net/af/1709eb/000000000000000000010b60/27/l?subset_id=2&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/1709eb/000000000000000000010b60/27/d?subset_id=2&fvd=n7&v=3") format("woff"), 
    url("//use.typekit.net/af/1709eb/000000000000000000010b60/27/a?subset_id=2&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: adelle-sans;
  src: url("//use.typekit.net/af/03e1a3/00000000000000003b9acf2d/27/l?subset_id=2&fvd=n4&v=3") format("woff2"), 
    url("//use.typekit.net/af/03e1a3/00000000000000003b9acf2d/27/d?subset_id=2&fvd=n4&v=3") format("woff"), 
    url("//use.typekit.net/af/03e1a3/00000000000000003b9acf2d/27/a?subset_id=2&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: adelle-sans;
  src: url("//use.typekit.net/af/9f2f2a/00000000000000003b9acf30/27/l?subset_id=2&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/9f2f2a/00000000000000003b9acf30/27/d?subset_id=2&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/9f2f2a/00000000000000003b9acf30/27/a?subset_id=2&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "squarespace-ui-font";
  src: url("//cdn2.hubspot.net/hubfs/3985772/HumanTouch_November2018%20Theme/Font/squarespace-ui-font.eot?#iefix") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/3985772/HumanTouch_November2018%20Theme/Font/squarespace-ui-font.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/3985772/HumanTouch_November2018%20Theme/Font/squarespace-ui-font.ttf") format("truetype");
  font-style: normal;
  font-weight: 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                                             
========================================================================== */

/* =============== 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: #fff;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: freight-sans-pro,sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.6em;
  color: #000;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}


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


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

/* Basic text */
p {color: #000;} 
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 {
  margin:0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1, h2, h3 {
  text-rendering: optimizeLegibility;
}
h1 {
  color: #3C59A8;
  font-family: freight-sans-pro,sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2em;
  color: #3C59A8;
}
h2 {
  font-family: freight-sans-pro;
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2em;
  letter-spacing: 0px;
  color: #3C59A8;
}
h3 {
  color: #3C59A8;
  font-family: adelle-sans;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-transform: none;
  margin: 1.5em 0 .3em;
}
h4 {
  font-family: adelle-sans;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  color: #212326;
  font-weight: bold;
}
h5 {
  font-family: adelle-sans;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  color: #9ac93e;
}
h6 {
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.6em;
  color: #000;
  font-family: freight-sans-pro;
  font-weight: bold;
}

/* Anchor Links */
a { 
  color: #3C59A8;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #1ab0df;
  text-decoration: none;
}

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

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== 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 a { 
  color: #3C59A8;
  text-decoration: none;
}
.body-container a:hover, a:focus { 
  color: #3C59A8;
  text-decoration: underline;
}

.footer-container a { 
  color: #fff;
  text-decoration: none;
}
.footer-container a:hover, a:focus { 
  color: #7f0202;
  text-decoration: underline;
}


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

.header-container-wrapper {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}
.header-container {}

.custom-header {
  padding: 10px;
  position: relative;
  z-index: 9999;
}
.custom-header .page-center {
  max-width: 100% !important;
}
.desktop-header {
  position: relative;
}
.custom-menu-primary.hidden-phone {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}


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

.body-container-wrapper {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}
.body-container {}

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

.custom-body .page-center {
  padding: 40px 34px;
}

.banner-warpper {
  position: relative;
  overflow: hidden;
  padding: 130px 0;
  width: 100%;
  background-color: #000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.color-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 99;
}

.banner-section {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: center;
  background-color: #19608F
}

.title {
  padding: 0 34px;
  text-align: center;
  float: left;
  position: relative;
  z-index: 1111;
}

.banner-warpper h1 {
  letter-spacing: 1px;
  display: block;
  font-family: freight-sans-pro,sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 50px;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto 12.500px;
  position: relative;
  background-color: #576166;
  padding: 20px;
  opacity: .8;
}

.custom-header.custom-landing-header {
  padding-bottom: 9px;
}
.body-container .page-center {
  padding: 40px 34px;
}


/* =============== Operations Management Website Page =============== */

.top-image-with-heading-group:after {
  content: "";
  display: table;
  clear: both;
}
.top-image-with-heading-group .custom-item {
  width: 13.5375%;
  margin-bottom: 3.75494%;
  margin-right: 3.75494%;
  position: relative;
  float: left;
}
.top-image-with-heading-group .custom-item:last-child {
  margin-right: 0;
}
.top-image-with-heading-group .image {
  margin: 0 0 15px 0;
}
.top-image-with-heading-group .custom-content h3 {
  margin: 0 0 2px 0;
  text-align: center;
  font-size: 14px;
  font-family: freight-sans-pro;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #454545;
  line-height: 1.2em;
}
.top-image-with-heading-group .custom-content h3 a {
  color: #454545;
}
.top-image-with-heading-group .image a {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 75%;
  display: block;
}
.top-image-with-heading-group .image a img {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.operations-management-layout .row-1-group .page-center {
  padding-bottom: 17px;
}
.operations-management-layout .row-2-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.iframe-wrapper {
  padding-bottom: 56.2061%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.body-container .widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
  padding-bottom: 0;
}
.body-container .widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget:first-child {
  padding-top: 0;
}
.body-container .widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding: 17px 0;
  display: block;
}
.body-container .widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget *:last-child {
  margin-bottom: 0;
}
.body-container .widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget *:first-child {
  margin-top: 0;
}
.body-container .widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget .banner-warpper h1 {
  margin: 0 auto 12.500px;
}
.operations-management-layout .row-2-left-content, 
.operations-management-layout .row-2-right-content {
  padding-top: 17px;
  padding-bottom: 17px;
}
.operations-management-layout .row-3-column {
  padding-top: 17px;
}
.body-container .widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget hr {
  height: 1px;
  border: none;
  border-style: none;
  border-width: 0;
  margin: 34px 0 !important;
  color: rgba(0,0,0,.15);
  background-color: rgba(0,0,0,.15);
}
.operations-management-layout .row-3-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.image-with-heading:after {
  content: "";
  display: table;
  clear: both;
}
.image-with-heading.two-column {
  margin: 0 -17px;
}
.image-with-heading.two-column .custom-item {
  width: 50%;
  float: left;
  padding: 0 17px;
}
.image-with-heading.two-column .intrinsic {
  max-width: 1609.0px;
  margin: auto;
  position: relative;
}
.image-with-heading .intrinsic {
  position: relative;
}
.image-with-heading .heading {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px;
  background: rgba(0,0,0,.7);
  max-height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}
.image-with-heading .heading p {
  color: #bbb;
  line-height: 1.68em;
  margin-top: 0;
  font-size: .825em;
  margin-bottom: 1em !important;
}
.image-with-heading .heading p a {
  color: #bbb;
  text-decoration: none;
}
.image-with-heading .heading p strong {
  color: #eee;
}
.body-container > .row-fluid-wrapper:last-child .page-center {
  padding-bottom: 40px;
}
.body-container > .row-fluid-wrapper:first-child .page-center {
  padding-bottom: 40px;
}
.operations-management-layout .row-3-column figure {
  max-width: 630.0px;
  margin: auto;
}
.operations-management-layout .row-3-column figure figcaption {
  padding-top: 18px;
}
.operations-management-layout .row-3-column figure figcaption p {
  line-height: 1.68em;
  font-size: .825em;
  color: #000;
  margin-bottom: 1em !important;
}
.two-column-equal-module:after {
  content: "";
  display: table;
  clear: both;
}
.two-column-equal-module {
  margin: 0 -17px;
}
.two-column-equal-module .custom-col.col-2 {
  margin-left: 17px;
  width: 57.1429%;
  float:left;
}
.two-column-equal-module .custom-col.col-1 {
  width: 38%;
  float:left;
}
.two-column-equal-module .custom-col {
  padding: 0 17px;
}
.image-with-heading.heading-below.two-column {
  margin: 0;
}
.image-with-heading.heading-below.two-column .custom-item {
  padding: 0;
  margin-right: 4.44664%;
  width: 47.7767%;
  margin-bottom: 4.44664%;
  float: left;
}
.image-with-heading.heading-below.two-column .custom-item:nth-child(2n+2) {
  margin-right: 0;
}
.image-with-heading.heading-below .image-block-wrapper {
  margin: 0 0 23px !important;
}
.image-with-heading.heading-below .heading {
  text-align: center;
  background: transparent;
  position: static;
  padding: 0;
}
.image-with-heading.heading-below .heading p {
  line-height: 1.2em;
  font-family: freight-sans-pro;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #454545;
  font-size: 14px;
  margin:0 0 2px 0 !important;
}
.image-with-heading.heading-below .heading p a {
  color: #454545;
  text-decoration: none;
}
.image-with-heading.heading-below .heading p a strong {
  color: #454545;
  font-weight: normal;
}
.two-column-left-module .content-item:after {
  content: "";
  display: table;
  clear: both;
}
.two-column-left-module .content-item {
  margin-top: -17px !important;
  margin-left: -17px;
  margin-right: -17px;
  margin-bottom: 51px;
  padding-bottom: 51px;
  border-bottom: 1px solid rgba(0,0,0,.15);
}
.two-column-left-module .left-col {
  width: 33.3333%;
  float: left;
}
.two-column-left-module .right-col {
  width: 66.6667%;
  float: left;
}
.two-column-left-module .content-item .custom-col {
  padding: 17px;
}
.full-width-layout .spacer-wrapper {
  min-height: 34px;
}
.fw-with-bmenu-layout .spacer-wrapper {
  min-height: 34px;
}
.two-column-left-module .content-item .custom-col table {
  width: 100%;
  margin: 0 -17px;
  padding: 17px 0;
}
.two-column-left-module .content-item .custom-col table td {
  width: 50%;
  vertical-align: top;
  padding: 0 17px;
}
.two-column-left-module .content-item .custom-col table td img {
  max-width: 100%;
}
.two-column-left-module .content-item:last-child {
  border: none;
  padding: 0;
}
.full-width-layout .main-content {
  margin: 0;
}
.twp-lightbox-video-group .simple-slider .arrow-group {
  position: relative;
}
.twp-lightbox-video-group .simple-slider .arrow {
  float: right;
  width: 50px;
}
.twp-lightbox-video-group .simple-slider .arrow-group:after {
  content: "";
  display: table;
  clear: both;
}
.twp-lightbox-video-group .arrow button.slick-arrow {
  transition: all 200ms cubic-bezier(.25,.46,.45,.94);
  z-index: 999;
  display: inline-block !important;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0 0 15px 0;
  padding: 0;
  background-color: transparent;
  color: inherit !important;
  font-size: 16px;
  line-height: 16px;
  margin-right: 10px;
  cursor: default;
  transform: none;
  width: auto;
  height: auto;
  font-size: 0;
}
.twp-lightbox-video-group .arrow button.slick-next.slick-arrow {
  margin: 0 0 15px 0 !important;
}
.twp-lightbox-video-group .arrow button.slick-arrow:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\E02D";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.twp-lightbox-video-group .arrow button.slick-next.slick-arrow:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\E02D";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 16px;
  color: #fff;
  opacity: 1;
  background:#3C59A8;
  border-radius:10px;
  padding-top:2px;
  
}
.twp-lightbox-video-group .arrow button.slick-arrow.slick-disabled {
  cursor: default;
  opacity: .4;
}
.twp-lightbox-video-group .arrow button.slick-prev.slick-arrow:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\E02C";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 16px;
  color: #fff;
  opacity: 1;
  background:#3C59A8;
  border-radius:10px;
  padding-top:2px;
}
.twp-lightbox-video-group .simple-slider .slick-group {
  margin: 0 -10.219px;
}
.twp-lightbox-video-group .simple-slider .slick-slide {
  padding: 0 10.219px;
}
.twp-lightbox-video-group .simple-slider .sqs-video-wrapper .intrinsic-inner {
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 15px;
}
.twp-lightbox-video-group .simple-slider .caption {
  margin: 0 0 10px 0;
  line-height: 1.2em;
  font-family: freight-sans-pro;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #454545;
  font-size: 14px;
}
.twp-lightbox-video-group .simple-slider .caption:hover {
  color: #1043ec;
}

/* =============== Kudos Website Page =============== */

.kudos-layout .top-column{
  padding-bottom: 17px;
}
.kudos-layout .kudos-form{
  padding-top: 17px;
}
.kudos-form form .hs-form-field {
  margin: 0 0 24px !important;
}
.kudos-layout .kudos-form form label {
  color: #000;
  font-family: freight-sans-pro;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: normal;
}
.kudos-layout .kudos-form form .hs-input {
  width: 100% !important;
  padding: 12px;
  margin: 6px 0 4px !important;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  font-family: sans-serif;
  font-size: 14px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: none;
  max-width: 100% !important;
}
.kudos-layout .kudos-form form textarea.hs-input  {
  min-height: 100px;
  resize: vertical;
}
.kudos-layout .kudos-form form input.hs-button.primary.large {
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  border-color: #2b2f33;
  font-family: freight-sans-pro;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;
  background-color: transparent;
  color: #2b2f33;
  border-radius: 0;
  text-shadow: none;
  line-height: 1em;
  margin: 2em 0;
}
.kudos-layout .kudos-form form input.hs-button.primary.large:hover {
  background-color: #2b2f33;
  color: #fff;
}

/* =============== Full Width With Body Menu Website =============== */

.body-simple-menu {
  background: rgba(255,255,255,.78);
  text-align: center;
  -webkit-transition: height .3s cubic-bezier(.23,1,.32,1);
  -moz-transition: height .3s cubic-bezier(.23,1,.32,1);
  -ms-transition: height .3s cubic-bezier(.23,1,.32,1);
  -o-transition: height .3s cubic-bezier(.23,1,.32,1);
  transition: height .3s cubic-bezier(.23,1,.32,1);
  margin-top: -50px;
  z-index: 99;
  position: relative;
  font-family: freight-sans-pro;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.2em;
  padding: .8em 3em;
}
.body-simple-menu .hs-menu-wrapper > ul {
  font-family: freight-sans-pro;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: inherit;
  color: #3C59A8;
  margin: 0;
  display: block;
  text-align: center;
}
.body-simple-menu .hs-menu-wrapper > ul > li {
  float: none !important;
  display: inline;
}
.body-simple-menu .hs-menu-wrapper > ul > li > a {
  position: relative;
  color: #3C59A8;
  text-decoration: none;
}
.body-simple-menu .hs-menu-wrapper > ul > li + li:before {
  content: " / ";
  padding: 0 10.8px;
}
.fw-with-bmenu-layout .two-column-left-module .left-col {
  width: 25%;
  float: left;
}
.fw-with-bmenu-layout .two-column-left-module .right-col {
  width: 75%;
}
.fw-with-bmenu-layout .two-column-left-module .content-item {
  padding-top: 17px;
}
table.humantouch-table {
  border-collapse: collapse;
  width: 100%;
  border: 1px #D5D8DC solid;
  border-spacing: 0;
}
.humantouch-table th {
  background-color: #2a375f;
  color: #ffffff;
  border: 1px #D5D8DC solid;
}
.humantouch-table td {
  text-align: center;
  padding: 8px;
  border: 1px #D5D8DC solid;
}
.humantouch-table tr:nth-child(even){
  background-color: #f2f2f2
}
.overflow {
  overflow-x: auto;
}
.fw-with-bmenu-layout .custom-two-column-width-image .custom-item:first-child{
  margin-top: -17px !important;
}
.fw-with-bmenu-layout .custom-two-column-width-image .custom-item {
  margin: 0 -17px !important;
  padding: 0;
}
.fw-with-bmenu-layout .custom-two-column-width-image .custom-image {
  width: 25%;
  padding: 17px;
}
.fw-with-bmenu-layout .custom-two-column-width-image .custom-content {
  width: 75%;
  padding: 17px;
}
.fw-with-bmenu-layout .custom-two-column-width-image .custom-content p {
  margin: 1em 0;
  font-family: freight-sans-pro;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.6em;
  color: #000;
}
.fw-with-bmenu-layout .custom-two-column-width-image .right-image .custom-image {
  float: right;
}
.custom-two-column-width-image.left-image .custom-item .custom-content table {
  width: 100%;
  margin: 0 -17px;
  padding: 17px 0;
}
.custom-two-column-width-image.left-image .custom-item .custom-content table td {
  width: 50%;
  vertical-align: top;
  padding: 0 17px;
}
.custom-two-column-width-image.left-image .custom-item .custom-content table td img {
  max-width: 100%;
}
.custom-two-column-width-image.left-image .custom-item:last-child {
  border: none;
  padding: 0;
}
.custom-two-column-width-image.left-image .custom-item {
  border-bottom: 1px solid rgba(0,0,0,.15);
}
.fw-with-bmenu-layout .custom-two-column-width-image.left-image .custom-item {
  margin-left: -17px !important;
  margin-right: -17px !important;
  margin-bottom: 51px !important;
  padding-bottom: 51px;
}
.full-width-layout .custom-two-column-width-image.left-image .custom-item{
  margin-top: -17px !important;
  margin-left: -17px !important;
  margin-right: -17px !important;
  margin-bottom: 51px !important;
  padding-bottom: 51px;
}
.fw-with-bmenu-layout .custom-two-column-width-image.left-image .custom-item:last-child,
.full-width-layout .custom-two-column-width-image.left-image .custom-item:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.full-width-layout .custom-two-column-width-image.left-image .custom-image {
  width: 33.3333%;
}
.full-width-layout .custom-two-column-width-image.left-image .custom-content {
  width: 66.6667%;
  padding: 17px;
}
.full-width-layout .custom-two-column-width-image.left-image .custom-content p {
  margin: 1em 0;
  font-family: freight-sans-pro;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.6em;
  color: #000;
}
.full-width-layout .custom-two-column-width-image.left-image .custom-image img,
.fw-with-bmenu-layout .custom-two-column-width-image.left-image .custom-image img {
  width: auto;
}
.full-width-layout .custom-two-column-width-image.left-image .custom-image,
.fw-with-bmenu-layout .custom-two-column-width-image.left-image .custom-image {
  padding: 0;
}
.full-width-layout .custom-two-column-width-image.left-image .custom-image .image-wrapper,
.fw-with-bmenu-layout .custom-two-column-width-image.left-image .custom-image .image-wrapper {
  padding: 17px;
  text-align: center;
}


/* =============== Army Accent Website Page =============== */

.banner-warpper.banner-area-v2 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.banner-warpper.banner-area-v2 .page-center {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 99;
}
.body-container > .row-fluid-wrapper:first-child .banner-warpper.banner-area-v2 .page-center {
  padding-bottom: 0;
}
.banner-warpper.banner-area-v2 .title {
  padding: 0 0 17px;
  text-align: left;
  float: none;
}
.banner-warpper.banner-area-v2 .title h1 {
  background: transparent;
  padding: 0;
  line-height: 1.2em;
  font-family: freight-sans-pro;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  font-size: 36px;
  color: #fff;
  opacity: 1;
  text-transform: inherit;
  letter-spacing: 0;
}
.body-container .widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget .banner-warpper.banner-area-v2 h1{
  margin: 0;
}
.banner-area-v2 .banner-two-column {
  margin: 0 -17px;
  display: flex;
  align-items: center;
}
.banner-area-v2 .banner-two-column:after {
  content: "";
  display: table;
  clear: both;
}
.banner-area-v2 .banner-two-column .image {
  width: 16.6667%;
  padding: 17px;
  float: left;
}
.banner-area-v2 .banner-two-column .content {
  padding: 17px;
  width: 83.3333%;
  float: left;
}
.banner-area-v2 .banner-two-column .content p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
}
.white-border-btn {
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
  display: inline-block;
  font-family: freight-sans-pro;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 21px 34px;
  border-radius: 3px;
  border: solid 2px #fff;
  background-color: transparent;
  -webkit-transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  -ms-transition: background-color .1s linear;
  -o-transition: background-color .1s linear;
  transition: background-color .1s linear;
  color: #fff !important;
}
.white-border-btn:hover {
  background-color: #fff;
  color: #1d1d1d;
}
.banner-area-v2 .bottom-content {
  padding: 17px 0 0;
  text-align: center;
}
.army-accent-layout .row-1-group .page-center {
  padding: 35px 34px;
}
.army-accent-layout .body-container h1 + h4 {
  margin-top:24px;
}
.army-accent-layout .body-container h4 {
  margin: 1.5em 0 .3em;
  font-size: 26.6667px;
  color: #9ac93e;
  line-height: 1.2em;
  letter-spacing: 0px;
  font-family: freight-sans-pro;
  font-style: normal;
  font-weight: 600;
}
.army-accent-layout .row-2-group {
  background-color: #f2f2f2;
}
.row-1-column.widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
  padding-bottom: 17px;
}
.army-accent-layout .row-2-group .page-center {
  padding: 35px 34px;
}
.army-accent-layout .row-2-group table {
  border-collapse: collapse;
  border-spacing: 0;
}
.army-accent-layout .row-2-group table tr {
  border-bottom: solid 1px #cccccc;
}
.army-accent-layout .row-2-group table tr td:first-child {
  color: #aaaaaa;
}
.army-accent-layout .row-2-group table tr:last-child {
  border-bottom: none;
}
.army-accent-layout .row-3-group .page-center {
  padding: 35px 34px;
}
.army-accent-layout .row-3-group h6 {
  font-size: 24px;
  font-family: freight-sans-pro;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 28.8px;
  color: #000;
  margin-bottom: 3px;
  margin-top: 18px;
}
.body-container > .row-fluid-wrapper:last-child .row-3-group .page-center {
  padding-bottom: 35px;
}
.banner-area-v2 .color-overlay {
  background-color: rgba(0,0,0,.2);
}
.custom-two-column-width-image .custom-image {
  width: 14%;
  position: relative;
  float: left;
}
.custom-two-column-width-image .custom-content {
  width: 86%;
  float: left;
  margin: 0 0 10px 0;
}
.custom-two-column-width-image .custom-image a {
  padding-right: 20px;
  position: relative;
  display: block;
}
.custom-two-column-width-image .custom-image img {
  width: 100%;
}
.custom-two-column-width-image .custom-item {
  margin-bottom: 17px !important;
  padding-bottom: 17px;
}
.custom-two-column-width-image .custom-item:After {
  content: "";
  display: table;
  clear: both;
}
.custom-two-column-width-image .custom-content p {
  line-height: 1.4em;
  margin: 0 0 10px 0;
  font-size: 16px;
}

/* =============== Jam Session =============== */

.jam-session-layout .body-container > .row-fluid-wrapper .page-center {
  padding: 35px 34px;
}
.jam-session-layout .body-container .widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget:first-child {
  padding-bottom: 17px;
}
.jam-session-layout .row-1-content,
.jam-session-layout .row-1-image {
  padding: 17px 0 0;
}
.jam-session-layout .row-2-group {
  background-color: #f2f2f2;
}
.jam-session-layout .body-container .widget-span.row-1-content div.hs_cos_wrapper.hs_cos_wrapper_widget,
.jam-session-layout .body-container .widget-span.row-1-image div.hs_cos_wrapper.hs_cos_wrapper_widget{
  padding-bottom: 0;
}
.jam-session-layout .row-3-column.widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget:first-child {
  padding-top: 17px;
  padding-bottom: 17px;
}
ul[data-rte-list] li,
ol[data-rte-list] li {
  list-style-type: none;
}
ul[data-rte-list] li>*,
ol[data-rte-list] li>* {
  margin-top: .5em !important;
  margin-bottom: .5em !important;
}
li>*:first-child::before {
  white-space: pre;
}
ul[data-rte-list] li>*:first-child::before,
ol[data-rte-list] li>*:first-child::before {
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
}
ul[data-rte-list] li>*:first-child::before {
  padding-right: 10px;
  content: "\2022";
}
.jam-session-layout .row-4-group {
  background-color: #f2f2f2;
}
.jam-session-layout .body-container .row-4-group .widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding-bottom: 0;
}
.jam-session-layout .row-5-column figure {
  max-width: 980.0px;
  margin: 0 auto;
}


/* =============== Two Column Right With Body Menu Website Page =============== */

.custom-sqs-video-wrapper {
  position: relative;
}
.custom-intrinsic {
  position: relative;
}
.custom-intrinsic-inner {
  padding-bottom: 56.2061%;
}
.custom-intrinsic-inner .sqs-video-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  overflow: hidden;
  z-index: 1;
}
.custom-intrinsic-inner .sqs-video-opaque {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}
.custom-intrinsic-inner .sqs-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent url(//cdn2.hubspot.net/hubfs/3985772/HumanTouch_November2018%20Theme/Image/play-button.png) center center no-repeat;
  height: 48px;
  width: 48px;
  margin-left: -24px;
  margin-top: -24px;
  cursor: pointer;
}
.custom-intrinsic-inner .iframe-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.custom-sqs-video-wrapper.video-play .sqs-video-overlay {
  opacity: 0;
  z-index: 0;
}
.custom-sqs-video-wrapper.video-play .iframe-wrapper {
  z-index: 2;
}
.tcr-with-bmenu-layout .right-content blockquote {
  background-color: rgba(0, 0, 0, 0.0470588);
  padding: 1px 20px;
  margin: 0;
}
.tcr-with-bmenu-layout .right-content figure {
  margin: 0;
}
.tcr-with-bmenu-layout .right-content figure figcaption {
  padding-top: 18px;
}
.tcr-with-bmenu-layout .right-content figure figcaption p {
  line-height: 1.68em;
  font-size: .825em;
  color: #000;
}
.tcr-with-bmenu-layout .right-content img {
  width: 100%;
}
.tcr-with-bmenu-layout .top-content {
  padding-bottom: 34px;
}
.top-image-with-button {
  margin-bottom: -5.88235%;
}
.top-image-with-button:after {
  content: "";
  display: table;
  clear: both;
}
.top-image-with-button .custom-item {
  width: 29.4118%;
  margin-bottom: 5.88235%;
  margin-right: 5.88235%;
  position: relative;
  float: left;
}
.top-image-with-button .custom-item:nth-child(3n + 3) {
  margin-right: 0;
}
.top-image-with-button .custom-item:nth-child(3n + 1) {
  clear: both;
}
.top-image-with-button .custom-image {
  margin: 0 0 20px;
}
.top-image-with-button .custom-title {
  line-height: 1.2em;
  margin: 0 0 10px;
  font-family: freight-sans-pro;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #454545;
  font-size: 20px;
  text-align: center;
}
.top-image-with-button .custom-title a {
  color: #454545;
}
.top-image-with-button .custom-title a:hover {
  color: #9ac93e;
}
.top-image-with-button p.custom-content {
  margin: 0 0 10px 0 !important;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
}
.tcr-with-bmenu-layout .right-content figure.custom-testimonial {
  font-family: freight-sans-pro;
  font-weight: 500;
  font-style: italic;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0px;
  color: #212326;
  padding: 34px;
  text-align: center;
  margin: 0;
}
.tcr-with-bmenu-layout .right-content figure.custom-testimonial blockquote {
  padding: 0;
  background: transparent;
}
.tcr-with-bmenu-layout .right-content figure.custom-testimonial blockquote:before {
  font-size: 2em;
  display: block;
  content: "“";
  color: rgba(33,35,38,.5);
}
.tcr-with-bmenu-layout .right-content figure.custom-testimonial figcaption {
  display: block;
  letter-spacing: 0px;
  color: #212326;
  font-size: .625em;
  padding-top: .5em;
  text-align: center;
}



/* =============== Contact Website Page =============== */


.contact-layout .body-container > .row-fluid-wrapper .row-1-group .page-center,
.contact-layout .body-container > .row-fluid-wrapper .row-3-group .page-center,
.contact-layout .body-container > .row-fluid-wrapper .row-2-group .page-center {
  padding: 35px 34px;
}
.contact-layout .row-2-group {
  background-color: #f2f2f2;
}
.contact-form form label {
  display: block;
}
.contact-layout .body-container .left-content.widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child,
.contact-layout .body-container .main-content.widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child
.contact-layout .body-container .right-content.widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
  padding-bottom: 17px;
}



.body-container .widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget .custom-job-careers .heading {
  margin-top: 5px;
}
.custom-job-careers .heading {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 5px;
  margin-top: 5px;
}
.custom-job-careers .job-section {
  padding-left: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.custom-job-careers .job-section .right-content {
  display: inline-block;
  width: calc(100% - 310px);
}
.custom-job-careers .job-section .left-content span.jobLinkText {
  font-weight: bold;
}
.army-accent-layout form.hs-custom-form {
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.army-accent-layout form.hs-custom-form .hs-richtext {
  font-family: freight-sans-pro;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.6em;
  color: #000;
}
.army-accent-layout form.hs-custom-form label {
  font-family: freight-sans-pro;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.6em;
  color: #000;
}
.army-accent-layout form.hs-custom-form .input {
  max-width: 162px;
}
.army-accent-layout form.hs-custom-form .input .hs-input {
  box-shadow: none;
  border-radius: 0;
  border-color: #a9a9a9;
  font: 400 13.3333px Arial;
  -webkit-appearance: textfield;
  background-color: white;
  -webkit-rtl-ordering: logical;
  padding: 2px 0px;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  line-height: normal;
  color: #000;
}
.army-accent-layout form.hs-custom-form input.hs-button.primary.large {
  margin: 0 !important;
  position: absolute;
  top: 70px;
  left: 162px;
  cursor: pointer;
  display: inline-block;
  padding: 3.5px 12px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  font-weight: inherit;
}
.army-accent-layout form.hs-custom-form input.hs-button.primary.large:hover {
  border-color: #999;
}
.custom-job-careers .job-section .left-content {
  display: inline-block;
  width: 300px;
}
.army-accent-layout .body-container .custom-social-icon a {
  cursor: pointer;
  margin-bottom: 5px;
  line-height: initial;
  float: left;
  padding: 0 2px;
  width: auto;
}
.army-accent-layout .custom-social-icon a.addthis_button_facebook span.at-icon-wrapper {
  background-color: rgb(59, 89, 152);
  line-height: 32px;
  height: 32px;
  width: 32px;
}
.image-with-heading.heading-below .heading p a:hover strong {
  color: #9ac93e;
}
span.at-icon-wrapper {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
.custom-social-icon:after {
  content: "";
  display: table;
  clear: both;
}
span.at-icon-wrapper svg {
  width: 32px;
  height: 32px;
  fill: #fff;
  border: 0;
}
a.addthis_button_twitter span.at-icon-wrapper {
  background-color: rgb(29, 161, 242);
  line-height: 32px;
  height: 32px;
  width: 32px;
}
a.addthis_button_linkedin span.at-icon-wrapper {
  background-color: rgb(0, 119, 181);
  line-height: 32px;
  height: 32px;
  width: 32px;
}
.army-accent-layout .two-column-equal-module .custom-col {
  width: 50%;
  margin: 0;
}
.case-studies-blog table {
  display: block;
  width: 100%;
}
.case-studies-blog table tbody td {
  padding-right: 20px;
  margin-bottom: 20px;
}
.case-studies-blog table tbody td:last-child {
  padding-right: 0;
}
.case-studies-blog table tbody td img {
  max-width: 100%;
}
.vbox-container img {
  background: transparent !important;
}
.vbox-close {
  position: absolute !important;
  z-index: 100000002 !important;
  display: inline-block !important;
  color: #ccc !important;
  height: 24px !important;
  width: 24px !important;
  font-size: 26px !important;
  cursor: pointer !important;
  outline: none !important;
  padding: 2px !important;
  right: 2% !important;
  top: 2% !important;
  text-align: right !important;
  background: transparent !important;
}

.vbox-close:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\E02E";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.vbox-overlay {
  z-index: 9999 !important;
}


/* =============== Home =============== */

.home-image-gallery .slick-slider {
  padding: 0;
}
.home-recent-slider-group .hs-rss-featured-image {
  margin: 0 0 15px 0 !important;
}
.home-recent-slider-group h3 a,
.home-recent-slider-group h3 {
  font-family: freight-sans-pro;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #454545;
  font-size: 14px;
  line-height: normal;
  margin: 0 0 15px 0 !important;
  padding-right: 10px !important;
}
.home-recent-slider-group .hs-rss-item-text h3 {
  text-align: center;
}
.home-recent-slider-group .inner-group {
  padding-left: 10.219px;
  padding-right: 10.219px;
}
.home-recent-slider-group .hs-rss-featured-image {
  overflow: hidden;
  padding-bottom: 66.6667%;
  position: relative;
  width: 100%;
  height: auto;
  white-space: normal;
}
.home-recent-slider-group .hs-rss-featured-image img {
  top: 0;
  width: 100%;
  position: absolute;
  height: 216px;
  right: 0;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}
.home-recent-slider-group .home-recent-slider-wrapper.slick-initialized.slick-slider {
  margin-left: 10.219px;
  margin-right:10.219px;
}

.home-recent-slider-group button.slick-next.slick-arrow:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\E02D";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 16px;
  color: #fff;
  opacity: 1 !important;
  background:#3C59A8;
  border-radius:10px;
  padding-top:3px;
  margin-top:-2px;
  
}
.home-recent-slider-group .slick-prev, .home-recent-slider-group .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  /* -webkit-transform: translate(0, -50%); */
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99;
  cursor: pointer;
}
.home-recent-slider-group button.slick-prev.slick-arrow:before {
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 16px;
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\E02C";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  z-index: 999;
  color: #fff;
  background: transparent;
  opacity: 1;
  background:#3C59A8;
  border-radius:10px;
  padding-top:3px;
}
.home-recent-slider-group button.slick-next.slick-arrow:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\E02D";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 16px;
  color: #fff;
  opacity: 1;
  background:#3C59A8;
  border-radius:10px;
  padding-top:3px;
}
.home-recent-slider-group .arrow-group {
  float: right;
  width: 50px;
  position: relative;
  top: -14px;
}

.home-recent-slider-group .slick-prev {
  left: 0px;
}
.home-recent-slider-group .slick-next {
  right: 0px;
}
.home-recent-slider-group button.slick-arrow.slick-disabled:before{
  opacity: 0.4 !important;
}
.custom-title h3 {
  font-family: freight-sans-pro;
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-transform: none;
  color: #3C59A8;
  margin: 0;
}
.case-studies-blog .post-header h2 a:hover {
  color: #9ac93e;
}

.home-image-gallery .slick-prev, 
.home-image-gallery .slick-next {
  z-index: 1;
  position: absolute;
  top: 50%;
  outline: none;
  z-index: 999;
  font-size: 14px;
  line-height: 40px;
  padding: 10px;
  cursor: pointer;
  display: inline-block !important;
  width: 44px;
  height: 60px;
}
.home-image-gallery .slick-prev:before,
.home-image-gallery .slick-next:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02d";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  width: 30px;
  height: 30px;
  line-height: 24px;
  color: #fff;
  opacity: 1;
  background:#3C59A8;
  border-radius:10px;
  padding-top:2px;
}
.home-image-gallery .slick-prev:before {
  content: "\e02c";
}
.home-image-gallery .slick-slider {
  /*   padding: 0;
  padding-bottom: 41.666667%;
  height: 0; */
  overflow: hidden;
  position: relative;
}
.home-image-gallery .slick-slider .slick-list {
  height: 100%;
  width: 100%;
  /*   position: absolute;	 */
  max-height: 100%;
}
.home-image-gallery .slick-slider .slick-list .slick-track {
  height: 100%;
}
.home-image-gallery .slick-slider .slick-slide-inner-wrapper {
  display: block;
}
.home-image-gallery .slick-prev, .home-image-gallery .slick-next{
  margin-top:0 !important;
}
.home-image-gallery .slick-slide{
  height:auto;
}
.home-image-gallery .slick-slider .slick-slide-inner-wrapper a {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.home-image-gallery .slick-slider .slick-slide-inner-wrapper a:after{
  content:"";
  display:block;
  visibility:hidden;
  clear:both;
}
.home-image-gallery .slick-slider .slick-slide-inner-wrapper a img {
  width: 50%;
}
.home-image-gallery .slick-slider .slick-slide-inner-wrapper a .caption {
  width: 50%;
  padding: 30px;
  max-width: 650px;
}
.home-image-gallery .slick-slider .slick-slide-inner-wrapper a .caption h1 {
  color: #fff;
  font-weight: 500;
  margin: 50px 0;
  font-size: 55px;
}

.home-image-gallery .slick-slider .slick-slide-inner-wrapper a:hover {
  color: #fff;
  text-decoration: none;

}

.home-image-gallery .slick-slider .slick-slide-inner-wrapper a .caption button {
  background: transparent;
  border: 2px solid #fff;
  padding: 8px 25px;
  color: #fff;
  font-size: 25px;
  border-radius: 4px;
  cursor: pointer;
}

.home-image-gallery .slick-slider .slick-slide-inner-wrapper a .caption button:hover {
  background: #fff;
  border: 2px solid #fff;
  padding: 8px 25px;
  color: #007eb7;
  border-radius: 4px;
  cursor: pointer;
}

.home-image-gallery .slick-slider .slick-slide-inner-wrapper a .caption button:focus {
  background: #fff;
  border: 2px solid #fff;
  padding: 8px 25px;
  color: #007eb7;
  border-radius: 4px;
  cursor: pointer;
}

/*added button hover for caption buttons
}  */
.home-image-gallery .slick-slider .slick-slide-inner-wrapper a .caption h3 {
  color: #fff;
  margin: 50px 0;
  font-size: 30px;
}
/* .home-image-gallery .slick-slider .slick-slide-inner-wrapper a img {
display: none;
}  */
.home-image-gallery ul.slick-dots {
  font-size: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 999;
  width: 80%;
  height: 16px;
  margin: 34px 10%;
  display: block;
  margin-bottom: 34px !important;
}

.home-image-gallery ul.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 100%;
  -webkit-border-radius: 999px;
  background-color: rgba(255,255,255,.1);
  border: 2px solid rgba(255,255,255,.5);
}
.home-image-gallery ul.slick-dots li.slick-active {
  background-color: #fff;
  border: 2px solid #fff;
}
.home-image-gallery ul.slick-dots li button {
  display: none;
}

/* ============ home slider styling ============= */

.home-image-gallery{
  background-color:#19b0df;
}
.home-image-gallery .slick-slider .slick-slide-inner-wrapper > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -moz-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  -moz-flex-align: center;
  align-items: center;
  position: relative;
}
.home-image-gallery .hs_cos_wrapper_type_gallery{
  opacity:0;
  display: block;
}
.home-image-gallery .hs_cos_wrapper_type_gallery.active{
  opacity:1;
}
.banner-bg-color {
  display: none;
}























/* ============ home slider styling ============= */

.home-recent-slider-group .slick-prev {
  top: -10px;
  right: 28px;
  left: auto;
  width: auto;
  height: auto;
}
.home-recent-slider-group .home-recent-slider-wrapper.slick-initialized.slick-slider {
  padding-top: 20px;
  margin: 0;
}
.home-recent-slider-group .custom-title h3 {
  margin-bottom: 17px !important;
}
.home-recent-slider-wrapper-group {
  padding-top: 30px;
}

.home-row4-group {
  background-color: #f2f2f2;
}
.home-recent-slider-wrapper .hs-rss-item-text h3 {
  text-align: left;
}
.home-recent-slider-wrapper .hs-rss-item-text h3 a {
  font-size: 20px;
  font-family: freight-sans-pro;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #454545;
  display: inline;
  text-align: left;
  padding: 0 !important;
  margin-bottom: 10px !important;
}
.home-recent-slider-wrapper .hs-rss-item-text h3 a:hover {
  color: #1043ec;
}
.home-recent-slider-group .hs-rss-item-text .hs-rss-description {
  font-size: 14px;
  line-height: 1.4em;
  margin: 0 0 10px 0;
  text-align: left;
  color: #000;
}
/* .home-recent-slider-group .hs-rss-featured-image img {
width: 100%;
}
*/
.home-row2-group {
  background-color: #f2f2f2;
}

.home-fixed-header .custom-logo,
.mobile-open .home-fixed-header .custom-logo{
  display: none !important;
}
.home-fixed-header {
  position: fixed;
  padding: 5px 0;
  width: 100% !important;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .14s ease-in-out,visibility 0s 0s linear,top .14s ease-in-out;
  -moz-transition: opacity .14s ease-in-out,visibility 0s 0s linear,top .14s ease-in-out;
  -ms-transition: opacity .14s ease-in-out,visibility 0s 0s linear,top .14s ease-in-out;
  -o-transition: opacity .14s ease-in-out,visibility 0s 0s linear,top .14s ease-in-out;
  transition: opacity .14s ease-in-out,visibility 0s 0s linear,top .14s ease-in-out;
  z-index: 9999;
  text-align: center;
  background-color: #fff;
}
.custom_header_fixed .home-fixed-header {
  top: 0;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity .14s ease-in-out,visibility 0s 0s linear,top .14s ease-in-out;
  -moz-transition: opacity .14s ease-in-out,visibility 0s 0s linear,top .14s ease-in-out;
  -ms-transition: opacity .14s ease-in-out,visibility 0s 0s linear,top .14s ease-in-out;
  -o-transition: opacity .14s ease-in-out,visibility 0s 0s linear,top .14s ease-in-out;
  transition: opacity .14s ease-in-out,visibility 0s 0s linear,top .14s ease-in-out;
}
.home-fixed-header .custom-menu-primary.hidden-phone {
  position: relative;
  transform: none;
}
.home-fixed-header .custom-menu-primary .hs-menu-flow-horizontal > ul > li:nth-child(6) {
  margin-left: 0;
}
.home-fixed-header .custom-menu-primary .hs-menu-flow-horizontal > ul > li:nth-child(5) {
  margin-right: 0;
}


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

.footer-container-wrapper {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; 
}

.footer-container {}

.custom-bottom-bg {
  background-color: #576166;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: #fff;
  font-family: freight-sans-pro,sans-serif;
  font-weight: 500;
  line-height: 28.8px;
  font-size: 16.2px;
}

.custom-bottom-bg .page-center {

}

.custom-copyright {
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 18px;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
  transition: box-shadow .2s ease-in-out;
  position: relative;
  margin-bottom: -1px;
}

.custom-copyright p:last-child {
  margin-bottom: 0;
}

.custom-copyright p:first-child {
  margin-top: 0;
}

.custom-copyright p a {
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.3);
}

.custom-copyright p a:hover {
  border-bottom: 1px solid #fff;
}

.custom-footer-image {
  width: 66.6667% !important;
  float: none !important;
  margin: 0 auto !important;
  padding: 16px 0;
}

.custom-footer-image img {
  max-width: 663px;
}

.sqs-block {
  position: relative;
  height: auto;
  padding-top: 17px;
  padding-bottom: 17px;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
  transition: box-shadow .2s ease-in-out;
  padding-left: 17px;
  padding-right: 17px;
}

.sqs-svg-icon--list {
  text-align: center;
}

.social-icons-size-extra-large.social-icons-style-regular .sqs-svg-icon--wrapper, .social-icons-size-medium:not(.social-icons-style-regular) .sqs-svg-icon--wrapper {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 4px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 170ms ease-in-out;
  -moz-transition: background-color 170ms ease-in-out;
  -ms-transition: background-color 170ms ease-in-out;
  -o-transition: background-color 170ms ease-in-out;
  transition: background-color 170ms ease-in-out;
  z-index: 0;
}

.sqs-svg-icon--wrapper>div, .sqs-svg-icon--wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.social-icons-color-black.social-icons-style-solid .sqs-use--icon {
  fill: #fff;
  -webkit-transition: fill 170ms ease-in-out;
  -moz-transition: fill 170ms ease-in-out;
  -ms-transition: fill 170ms ease-in-out;
  -o-transition: fill 170ms ease-in-out;
  transition: fill 170ms ease-in-out;
}

.social-icons-color-black.social-icons-style-solid .sqs-svg-icon--list:hover .sqs-use--icon {
  fill: rgba(255,255,255,.4);
}

.social-icons-color-black.social-icons-style-solid .sqs-svg-icon--list:hover .sqs-svg-icon--wrapper:hover .sqs-use--icon {
  fill: #fff;
}

.social-icons-color-black.social-icons-style-solid .sqs-svg-icon--list:hover .sqs-svg-icon--wrapper {
  background-color: #576`6=;
}

.social-icons-color-black.social-icons-style-solid .sqs-svg-icon--list:hover .sqs-svg-icon--wrapper:hover {
  background-color: #222;
}

.sqs-svg-icon--list:hover use.sqs-use--mask {
  fill: transparent;
  -webkit-transition: fill 170ms ease-in-out;
  -moz-transition: fill 170ms ease-in-out;
  -ms-transition: fill 170ms ease-in-out;
  -o-transition: fill 170ms ease-in-out;
  transition: fill 170ms ease-in-out;
}

.back-to-top {
  display: inline-block;
  line-height: 1.25em;
  display: block;
  padding: .75em 1em;
  -webkit-transition: color .1s 0s ease-in-out;
  -moz-transition: color .1s 0s ease-in-out;
  -ms-transition: color .1s 0s ease-in-out;
  -o-transition: color .1s 0s ease-in-out;
  transition: color .1s 0s ease-in-out;
  font-family: freight-sans-pro,sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

.back-to-top:hover {
  color: #fff;
  outline: none;
  
}

use.sqs-use--mask {
  fill: #222;
}

.custom-footer-menu {
  background-color: #9ac93e;
}

.custom-footer-menu p {
  padding: 34px;
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.6em;
  font-family: freight-sans-pro,sans-serif;
  font-weight: 500;
}

.custom-footer-menu p a {
  border-bottom: 1px solid rgba(255,255,255,.3);
  color: #fff;
  text-decoration: none;
}

.custom-footer-menu p a:hover {
  border-color: #fff;
}

.custom-footer-logo {
  width: 50% !important;
  margin: 0 auto !important;
  float: none !important;
  padding-top: 84px;
}

.custom-social-icon {
  margin-bottom: 1px;
  margin-top: 17px;
}


.custom-footer-logo img {
  max-width: 489px;
}
.footer-image {
  padding: 17px 3px;
  width: 83.3333% !important;
  margin: 0 auto !important;
  float: none !important;
}
.footer-image .hs_cos_wrapper_type_linked_image {
  display: block;
  position: relative;
  padding-bottom: 17.1779%;
  overflow: hidden;
}
.footer-image img.hs-image-widget {
  position: absolute;
  width: 100% !important;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}







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


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

/* Parent List */
.hs-menu-flow-horizontal {
float: right!important;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul {
  display: block;
  padding: 0 20px;
  text-align: left;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li {
  display: inline-block;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {
  font-family: freight-sans-pro,sans-serif;
  font-weight: 600;
  display: block;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  color: #767676;
  padding: 12px 16px;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li:hover > a{
  color: #ffffff;
  outline: none;
  background-color: #007eb7;
}


.custom-menu-primary .hs-menu-wrapper > ul ul {
  border: 1px solid #767676;
  background:#fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  font-family: freight-sans-pro,sans-serif;
  font-weight: 600;
  display: block;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  color: #767676;
  padding: 12px 16px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a,
.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a{
  color: #ffffff;
  outline: none;
  background-color: #007eb7;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li.active > a {
   color: #ffffff;
   outline: none;
   background-color: #007eb7;
  }
  .custom-logo {
    vertical-align: middle;
    width: 600px !important;
    height: auto;
    line-height: 1;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    text-align: center;
    z-index: 99;
  }
  .custom-logo h1 {
    margin: 0;
    width: 600px !important;
    height: auto;
    line-height: 1;
    opacity: 1;
    -webkit-transition: opacity .14s ease-in-out;
    -moz-transition: opacity .14s ease-in-out;
    -ms-transition: opacity .14s ease-in-out;
    -o-transition: opacity .14s ease-in-out;
    transition: opacity .14s ease-in-out;
  }
  .custom-logo a {
    display: block;
    padding: 30px 30px 17.599px;
    position: relative;
    z-index: 9;
  }
  .custom-logo img {
    padding: 0;
    min-width: 160px !important;
    width: 300px;
    max-width: 300px;
    height: auto;
    vertical-align: top;
  }


}




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

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

@media (max-width: 767px){

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

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

  .mobile-trigger {
    display: inline-block !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1010;
    width: 10%;
    position: absolute;
    z-index: 1002;
    top: 10px;
    left: 10px;
    padding: 0;
    vertical-align: middle;
    line-height: 16px;
    text-align: right;
    cursor: pointer;
    user-select: none;
    color: #767676;
    width: 22px;
    height: 22px;
  }
  .mobile-trigger:hover{
    text-decoration: none; 
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    position: fixed;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
    -webkit-transition: top .1s .1s ease-in-out,-webkit-transform .1s .2s ease-in-out;
    -moz-transition: top .1s .1s ease-in-out,-moz-transform .1s .2s ease-in-out;
    -ms-transition: top .1s .1s ease-in-out,-ms-transform .1s .2s ease-in-out;
    -o-transition: top .1s .1s ease-in-out,-o-transform .1s .2s ease-in-out;
    transition: top .1s .1s ease-in-out,transform .1s .2s ease-in-out;
  }

  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #767676; /* Icon color */
    display: inline-block;
  }

  .mobile-trigger i:before{ top: -7px; } /* Position top line */
  .mobile-trigger i:after{ top: 7px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #767676; /* Icon color */
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0px;
    margin: 0;
    width: 100% !important;
    height: 100%;
  }
  .custom-menu-primary.js-enabled {
    transition: all .2s ease-out;
  }
  .mobile-open .custom-menu-primary.js-enabled {
    opacity: .9;
    background-color: rgba(255,255,255,.97);
    z-index: 11111;
    height: 100vh;
    overflow: auto; 
    position: fixed;
  }


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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 101%;
    padding: 100px 0;
    display: table !important;
    opacity: 0;
    visibility: hidden;
  }
  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper{
    display: table !important;
    opacity: 1;
    visibility: visible;
  }

  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }


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

  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 0px; 
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 0px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 0px; /* Indent Child lists */
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul {
    padding: 0;
    display: table-cell !important;
    vertical-align: middle;
  }



}








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



.case-studies-blog .post-item {
  width: 20.5534%;
  margin-bottom: 5.92885%;
  margin-right: 5.92885%;
  float: left;
  min-height: 375px;
}

.case-studies-blog .hs-featured-image img {
  left: -3.25309px;
  top: 0px;
  width: 214.506px;
  height: 139px;
  position: absolute;
}

.case-studies-blog .hs-featured-image {
  overflow: hidden;
  padding-bottom: 66.6667%;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100% !important;
  margin: 0 0 15px 0 !important;
  float: none;
  background-position: center;
  background-size: cover;
}
.case-studies-blog .post-header h2 {
  font-size: 20px;
  font-family: freight-sans-pro;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.case-studies-blog .post-header h2 a {
  color: #000;
  color: #454545;
  font-size: 20px;
  font-family: freight-sans-pro;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: left;
  margin: 0 0 10px 0 !important;
  display: block !important;
}
.case-studies-blog .hs-featured-image-wrapper {
  padding-bottom: 0;
}
.case-studies-blog .blog-listing-wrapper .post-listing .post-item .post-body {
  padding: 0;
  font-size: 14px;
  line-height: 1.4em;
  margin: 0 0 10px 0;
  text-align: left;
  font-family: freight-sans-pro;
  font-weight: 500;
  font-style: normal;
  margin: 0 0 10px 0 !important;
}
.case-studies-blog .blog-listing-wrapper .post-listing .post-item {
  margin-top: 0;
}





ul.twp-topic {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-family: freight-sans-pro;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1em;
  margin: 0 0 8%;
}

ul.twp-topic li {
  display: inline-block;
  margin: .25em 27px;
}

ul.twp-topic li a {
  color: rgba(22,24,26,.4);
}
ul.twp-topic li.all a,
ul.twp-topic li a:hover {
  color: #16181a;
}
ul.twp-topic li.active a {
  color: #16181a;    
}

.default-blog .post-item {}

.default-blog .post-item + .post-item {}

.default-blog .post-item .post-header {
  margin-bottom: 3em;
}

.default-blog .post-item .post-header .time {
  font-size: 24px;
  text-align: center;
  margin-top: -1px !important;
}
.blog.default-blog .banner-section {
  background-position: center center;
}
.case-studies-blog .banner-section {
  background-position: center center;
}
.default-blog .post-item .post-header .time a {
  color: rgba(0,0,0,.5);
  font-size: .9em;
  font-family: Abel;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.default-blog .post-item .post-header h2 {
  text-align: center;
  margin-bottom: 19px !important;
}

.default-blog .blog-pagination {
  text-align: center;
  margin-top: 136px;
  display: table;
  width: 100%;
}

.default-blog .blog-pagination:after {
  clear: both;
  content: "";
  display: block;
}

.default-blog .blog-pagination a {
  position: static !important;
}

.entry-injection {
  font-size: 15px;
}

.twp-blog-footer {
  color: rgba(0,0,0,.5);
  font-size: .9em;
  margin-top: 55px;
}

.twp-blog-footer .twp-blog-footer-inner {}

.twp-blog-footer .twp-blog-footer-inner .text {
  text-align: center;
  font-family: Abel;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-size: .825em;
  line-height: 1.75;
  cursor: pointer;
  display: inline-block;
}

.twp-blog-footer .twp-blog-footer-inner .text:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02b";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: .4em;
  font-size: .85em;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: left;
  vertical-align: initial;
}

.default-blog .post-item .post-body {
  padding-bottom: 0 !important;
}
.default-blog .post-item .post-body table tr td img {
  max-width: 100%;
}
.default-blog .blog-listing-wrapper .post-listing .post-item .post-body p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.default-blog .blog-listing-wrapper .post-listing .post-item .post-body p:last-child {
  margin-bottom: 0;
}

.default-blog .blog-listing-wrapper .post-listing .post-item .post-body p:first-child {
  margin-top: 0;
}

.featured-insight .blog-listing-wrapper .post-listing .post-item .post-body {
  padding: 0;
}

.featured-insight .blog-listing-wrapper .post-listing .post-item .post-body .hs-featured-image-wrapper {}

.featured-insight .blog-listing-wrapper .post-listing .post-item .post-body .hs-featured-image-wrapper img {
  margin-bottom: 10px;
}

.featured-insight .blog-listing-wrapper .post-listing .post-item .post-body p.entry-more-link a:after {
  content: " \279D";
  font: normal .9em sans-serif;
}

.featured-insight .blog-listing-wrapper .post-listing .post-item .twp-blog-footer {
  margin-top: 56px;
}

.hs-blog-post .twp-blog-footer {
  margin-top: 56px;
}

div#comments-listing.new-comments {
  border: 0;
  margin: 0;
}

.entry-injection {
  margin-bottom: 14px !important;
}

.default-blog.hs-blog-post .post-item .post-header .time {
  color: rgba(0,0,0,.5);
  font-family: Abel;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-size: 21.6px;
}

.twp-blog-footer .twp-blog-footer-inner {
  text-align: center;
  position: relative;
}

.twp-blog-footer .twp-blog-footer-inner .social-share {
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  pointer-events: none;
  padding: 14px;
  text-align: left;
  min-width: 108px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  background-color: rgba(254,254,254,.9);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(242,242,242,.05);
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.twp-blog-footer .twp-blog-footer-inner.twp-open {}

.twp-blog-footer .twp-blog-footer-inner.twp-open .social-share {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hs-blog-post figure {
  margin: 0;
}

.hs-blog-post figure figcaption {
  padding-top: 18px;
  font-size: .825em;
  color: #000;
  line-height: 1.68em;
}

.hs-blog-post blockquote {
  padding: 34px;
  padding-top: 83px;
  text-align: center;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0px;
  color: #212326;
  font-family: freight-sans-pro;
  font-weight: 500;
  margin: 0;
  font-style: italic;
  padding-bottom: 50px;
}

.hs-blog-post blockquote:before {
  content: "“";
  font-size: 2em;
  display: block;
  color: rgba(33,35,38,.5);
}

.hs-blog-post blockquote p {
  font-size: .625em;
  padding-top: .5em;
  text-align: center;
}

.hs-blog-post figure {
  margin: 0;
}

.hs-blog-post figure figcaption {
  padding-top: 18px;
  font-size: .825em;
  color: #000;
  line-height: 1.68em;
}

.hs-blog-post blockquote {
  padding: 34px;
  padding-top: 83px;
  text-align: center;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0px;
  color: #212326;
  font-family: freight-sans-pro;
  font-weight: 500;
  margin: 0;
  font-style: italic;
  padding-bottom: 50px;
}

.hs-blog-post blockquote:before {
  content: "“";
  font-size: 2em;
  display: block;
  color: rgba(33,35,38,.5);
}

.hs-blog-post blockquote p {
  font-size: .625em;
  padding-top: .5em;
  text-align: center;
}

.hs-blog-post .twp-blog-footer {}

nav.pagination {
  text-align: center;
  margin-top: 151px;
  display: table;
  width: 100%;
}

.pagination>div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  width: 50%;
  padding: 0 .5em;
  font-size: 0;
}

.pagination .newer {
  text-align: left;
}

.pagination .older {
  text-align: right;
}

.pagination>div a {
  font-size: initial;
  line-height: 1.3em;
  display: block;
  color: #9ac93e;
  white-space: nowrap;
}

.pagination .newer a:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02c";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.pagination .newer a:before {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.pagination .newer a:before {
  font-size: inherit;
  width: 2em;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  margin-right: -4px;
}

.pagination>div span {
  display: inline-block;
  width: auto;
  white-space: normal;
  vertical-align: middle;
}

.pagination .older a:after {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02d";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.pagination .older a:after {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.pagination .older a:after {
  font-size: inherit;
  width: 2em;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
}

.pagination .older {
  padding-left: 20px;
}

.pagination .newer {
  padding-right: 20px;
}

p.source {
  margin-top: 3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0,0,0,.5);
  font-size: .9em;
}

p.source a {
  color: rgba(0,0,0,.5);
}
/* =============== 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 {
  font-family: freight-sans-pro,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 38px;
  line-height: 1em;
  color: #000;
  margin: 19px 0;
}

.post-header h2 a {
  color: #000;
}


/* 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 {
  margin-top: 136px;
}

.blog-listing-wrapper .post-listing .post-item:first-child {
  margin-top: 0px;
}


.blog-listing-wrapper .post-listing .post-item .post-body {
  padding: 17px 0;
}

.blog-listing-wrapper .post-listing .post-item .post-body p{
  margin: 0;
}

.blog-post-wrapper .post-body {}



/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  padding-bottom: 34px;
}

.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  float: none;
  margin: 0;
}


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

/* Blog Topics List */
#hubspot-topic_data {
  margin: 0;
  letter-spacing: 2px;
  line-height: 28.8px;
  font-family: Abel,sans-serif;
  font-size: 21.6px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

#hubspot-topic_data a.topic-link {
  color: rgba(0, 0, 0, 0.5);
}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 0;
  padding: 0;
  border-top: none;
  border-bottom: none;
  height: auto;
}

.ss-social-button .social-icon-listing {
  position: absolute;
  padding: 14px;
  text-align: left;
  min-width: 130px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  background-color: rgba(254,254,254,.9);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(242,242,242,.05);
  border: 1px solid #ccc;
  border-radius: 5px;
  left: -28px;
  display: none !important;
}

.ss-social-button.active .social-icon-listing {
  display: block !important;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  float: none;
  margin-right: 0px;
}


/* Blog Commments */
#comments-listing {
  margin-top: 30px;
}

#comments-listing.no-comments {
  border: none;
}

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment.depth-0:last-child {
  border-bottom: none !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  font-family: 'avenir-normal', sans-serif;
  color: #51535a;
  font-size: 18px;
  line-height: 1.22;
  padding: 0;
}

.comment-from h4 a {
  text-decoration: none;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color:  !important;
  display: block !important;
  font-size: 13px;
  text-align: right;
}

.comment-from { font-weight: bold; }

.comment-body { padding: 10px 0; }

.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}
.comment-from, .comment-date {
  display: block !important;
  text-align: left !important;
}

/* Pagination */
.blog-pagination {
  clear: both;
}
.blog-pagination a {
  display: inline-block;
  padding-right: 10px;
  font-size: 16px;
  font-family: freight-sans-pro,sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 20.8px;
}
.blog-pagination a.previous-posts-link {
  float: left;
  width: 150px;
}
.blog-pagination a.previous-posts-link:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02d";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 32px;
  line-height: 20.8px;
  content: "\e02c";
}
.blog-pagination a.all-posts-link {
  display: block;
  position: absolute;
  text-align: center;
  left: 40%;
  right: 40%;
  width: 150px;
}
.blog-pagination a.next-posts-link {
  float: right;
  padding-right: 0;
  width: 150px;
}
.blog-pagination a.next-posts-link:after {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02d";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 32px;
  line-height: 20.8px;
}
/* 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 {}


.custom-category-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 8%;
  font-family: freight-sans-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1em;
  text-align: center;
}
.custom-category-nav ul > li {
  display: inline-block;
  padding: .25em 1em;
}
.custom-category-nav ul > li > a {
  color: rgba(22,24,26,.4);
}
.custom-category-nav ul > li.active > a, 
.custom-category-nav ul > li > a:hover {
  color: #16181a;
}
.title-date-group {
  text-align: center;
  margin-bottom: 54px;
}
.date{
  color: rgba(0,0,0,.5);
  font-family: Abel,sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  line-height: 28.8px;
  font-size: 21.6px;
}
.date a {
  color: rgba(0,0,0,.5);
}
.share {
  text-align: center;
  margin: 25px 0;
}
.ss-social-button {
  display: inline-block;
  font-family: Abel,sans-serif;
  font-size: 13.365px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 22.5px;
  padding-left: 0;
  position: relative;
  cursor: pointer;
  color: rgba(0,0,0,.5);
}
.ss-social-button:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e02b";
  display: inline-block;
  font-size: 11.3603px;
  font-weight: 400;
  height: 22px;
  line-height: 22.5px;
  margin-right: 4.5441px;
}
.hs-blog-post .hs-blog-header.banner-warpper, 
.hs-blog-post .custom-category-nav{
  display: none !important;
}
.custom-previous {
  float: right;
  text-align: right;
}
.custom-next {
  float: left;
  text-align: left;
}
.custom-next a:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02c";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20.8px;
}
.custom-previous a:after {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02d";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20.8px;
}
.custom_blog_next-previous a {
  color: #1043ec;
  font-family: freight-sans-pro,sans-serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 20.8px;
  font-weight: 500;
}
/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom: 20px;
  padding: 15px 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}

.blog .blog-sidebar ul {}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover {}



/* =============== 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                                        
========================================================================== */
.kudos-layout .kudos-form form .hs-error-msgs {
  list-style: none;
  padding-left: 0;
}
.kudos-layout .kudos-form form.hs-form .hs-form-field ul.inputs-list li, 
.kudos-layout .kudos-form form ul.hs-error-msgs.inputs-list li {
  margin: 0;
}
.kudos-layout .kudos-form form .hs-error-msgs label {
  color: #fff;
  background: #cc3b3b url(//cdn2.hubspot.net/hubfs/4731444/Teleios_September2018/images/icon_close_7_light.png?t=1541480711452) no-repeat 9px 50%;
  padding: 5px 15px 3px 25px;
  font-size: 13px;
  border-radius: 2px;
  margin: 0 0 .5em;
  line-height: 23px;
  display: inline-block;
}
.kudos-layout .kudos-form form .hs-input.invalid.error {
  border: 1px solid #e99292;
}


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

.blog .banner-section {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: center bottom;
  background-color: #19608F;
}

.blog-recent-slider-group .hs-rss-item {
  padding-left: 4%;
  padding-right: 4%;
}
.blog-recent-slider-group .hs-rss-featured-image {
  margin: 0 0 15px 0 !important;
}
.blog-recent-slider-group h3 a,
.blog-recent-slider-group h3 {
  font-family: freight-sans-pro;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #454545;
  font-size: 14px;
  line-height: normal;
  margin: 0 0 15px 0 !important;
  padding-right: 10px !important;
}
.blog-recent-slider-group h3 a:hover {
  color: #9ac93e;
}
.blog-recent-slider-group .hs-rss-item-text h3 {
  text-align: center;
}

.blog-recent-slider-group .hs-rss-featured-image {
  overflow: hidden;
  padding-bottom: 41.6667%;
  position: relative;
  width: 100%;
  height: auto;
  white-space: normal;
}
.blog-recent-slider-group .hs-rss-featured-image img {
  left: 0px;
  top: 0;
  width: 100%;
  height: 134.86px;
  position: absolute;
  object-fit: cover;
}
.blog-recent-slider-group .blog-recent-slider-wrapper.slick-initialized.slick-slider {
  margin-left: -1.3%;
  margin-right: -1.3%;
}

.blog-recent-slider-group button.slick-next.slick-arrow:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\E02D";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #000;
  opacity: 1 !important;
}
.blog-recent-slider-group .slick-prev, .blog-recent-slider-group .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  /* -webkit-transform: translate(0, -50%); */
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99;
}
.blog-recent-slider-group button.slick-prev.slick-arrow:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\E02C";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  z-index: 999;
  color: #000;
  background: transparent;
  opacity: 1;
}
.blog-recent-slider-group button.slick-next.slick-arrow:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\E02D";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #000;
  opacity: 1;
}
.blog-recent-slider-group .arrow-group {
  float: right;
  width: 50px;
  position: relative;
  top: -14px;
}

.blog-recent-slider-group .slick-prev {
  left: 0px;
}
.blog-recent-slider-group .slick-next {
  right: 0px;
}
.blog-recent-slider-group button.slick-arrow.slick-disabled:before {
  opacity: 0.4;
}








.hs-form-required {
  color: red;
}

.form-bg {
  background: #f2f2f2;
  padding: 20px;
}

h3.form-title {}

/* Form Field */
.hs-form-field{
  margin-bottom: 18px;
}
.hs-form-field, .widget-type-google_search .hs-button.primary, 
.custom_error_message input.hs-button.primary.large {}

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

/* Labels and Legends */
body label {
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #414141;
  margin-bottom: 4px;
  display: inline-block;
}

.hs-form-field > label {}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  width: 100%;
  max-width: 767px;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: block;
  margin-bottom: 18px;
}


.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container 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);
}

/* 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;
}
ul.hs-error-msgs.inputs-list label {

}
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{    
  color: red;
  font-weight: 400;
  display: block;
}

.hs-input.invalid.error {}

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


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

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

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

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


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

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

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

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

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

#comment-form input.hs-button.primary {
  margin-top: 20px;
}

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

/* All Global Buttons (Excluding CTAs)
========================================================================== */
.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  color: #fff;
  text-shadow: 0 -1px 0 #3574e3;
  background-color: #3574e3;
  background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  border-radius: 4px;
  transition: opacity 0.15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 18px 7px;
  position: relative;
  text-align: center;
  font-family: Helvetica,Arial,sans-serif;
  background-color: #1ab0df;
  border-color: #1ab0df;
  color: #ffffff;
  background-image: none;
  margin: 36px 0 !important;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  border-top: 1px solid #1ab0df;
  border-bottom: 1px solid #1ab0df;
  border-right: 1px solid #1ab0df;
  border-left: 1px solid #1ab0df;
  outline: none;
  background-image: none;
  color: #ffffff;
}

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


/* =============== 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                                      
========================================================================== */
.hs-blog-social-share ul{
  padding: 0!important;
  margin:0 !important;
  background:none !important;
  list-style:none !important;
}
form ul{
  padding: 0!important;
  margin:0 !important;
  background:none !important;
  list-style:none !important;
}
.landing-page.one-column .body-container .widget-type-form,
.error-template.one-column .body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription{
  width: 50%;
}
.sample-contact-from {
  margin-top: 0px;
}
.custom-mobile-logo {
  display: none !important;
}
.spacer-wrapper {
  min-height: 49.98px;
}
.twp-lightbox-video-group .simple-slider .caption a {
  color: #454545;
}
.twp-lightbox-video-group .simple-slider .caption a:hover {
  color: #3C59A8;
}
.twp-lightbox-video-group {}

.twp-lightbox-video-group .inner-group {}

.twp-lightbox-video-group .inner-group .sqs-video-wrapper {
  width: calc(50% - 10px);
}

.twp-lightbox-video-group .sqs-video-wrapper.video-none {
  position: relative;
  margin-bottom: 20px;
}

.twp-lightbox-video-group .sqs-video-wrapper .sqs-video-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  overflow: hidden;
}

.twp-lightbox-video-group .sqs-video-wrapper.video-none img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.twp-lightbox-video-group .sqs-video-wrapper .sqs-video-overlay .sqs-video-opaque {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}

.twp-lightbox-video-group .sqs-video-wrapper .sqs-video-overlay .sqs-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent url(//cdn2.hubspot.net/hubfs/3985772/HumanTouch_November2018%20Theme/Image/play-button.png) center center no-repeat;
  height: 48px;
  width: 48px;
  margin-left: -24px;
  margin-top: -24px;
  cursor: pointer;
}

.twp-lightbox-video-group .sqs-video-wrapper .intrinsic-inner {
  padding-bottom: 56.25%;
}

.twp-lightbox-video-group .sqs-video-wrapper.video-none:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.vbox-overlay {
  background: rgba(0, 0, 0, 0.95) !important;
}


p.filter-heading.filter-by-author {}

p.filter-heading.filter-by-author {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  padding: 0px 34px 10px;
}

p.filter-heading.filter-by-author a {
  font-family: "Raleway",Arial,sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: freight-sans-pro;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #1043ec;
  text-decoration: none;
  padding: .5em 0;
  border-bottom: 2px solid #1043ec;
}

p.filter-heading.filter-by-author a span:after {
  content: '\00D7';
  padding-left: 1em;
}

.error-layout .custom_error_message p {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.hs-search-field {
  position: relative;
}
.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
  border-color: #eee;
}
.search-page .hs-search-field .hs-search-field__bar {
  position: relative;
  margin: 0;
  padding: 15px 15px 15px 60px;
  margin-bottom: 59px;
  background: url(//cdn2.hubspot.net/hubfs/3985772/HumanTouch_November2018%20Theme/Image/icon-searchqueries-32-dark.png) no-repeat 15px 50%;
  background-color: #fff;
  border: 1px solid #aaa;
}
.search-page .hs-search-field input.hs-search-field__input {
  background: none;
  border: none;
  outline: none;
  color: inherit;
  font: inherit;
  margin: 0;
  font-size: 30px;
  display: block;
  max-width: 100%;
  font-weight: 400;
  line-height: normal;
  padding: 1px 0px;
  box-shadow: none;
}
/* Placeholder Text */
.search-page .hs-search-field input.hs-search-field__input::-webkit-input-placeholder {
  color: #eee;
} /* Webkit Browsers */
.search-page .hs-search-field input.hs-search-field__input:-moz-placeholder {
  color: #eee;
} /* Firefox 18- */
.search-page .hs-search-field input.hs-search-field__input::-moz-placeholder {
  color: #eee;
} /* Firefox 19+ */
.search-page .hs-search-field input.hs-search-field__input:-ms-input-placeholder {
  color: #eee;
} /* IE10 */

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

.army-accent-layout form.hs-custom-form ul.hs-error-msgs.inputs-list label {
  color: red;
}

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

body.home-layout {
  overflow-x: hidden;
}

/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 1024px) {
  .full-width-layout .top-image-with-heading-group .custom-item {
    margin-bottom: 0.790514%;
    margin-right: 0.790514%;
    width: 16.0079%;
  }
  .full-width-layout .top-image-with-heading-group .custom-item:last-child {
    margin-right: 0;
    margin-bottom: 0.790514% !important;
  }
}
@media (min-width: 1865px) {
  .custom-menu-primary .hs-menu-flow-horizontal > ul {
    margin-left: none;
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li:nth-child(8) {
    margin-right: none;
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li:nth-child(6) {
    margin-left: none;
  }
}

@media (max-width: 1864px) {
  .custom-logo a {
    padding: 30px;
  }
  .custom-menu-primary.hidden-phone {
    position: static;
    transform: none;
}
  .custom-menu-primary .hs-menu-flow-horizontal > ul {
    display: block;
    padding: 0;
    text-align: left;
    margin-top: -2px;
  }
}

@media (max-width: 1369px) {
  .home-image-gallery .slick-slider .slick-slide-inner-wrapper a .caption h1, 
  .home-image-gallery .slick-slider .slick-slide-inner-wrapper a .caption h3,
  .home-image-gallery .slick-slider .slick-slide-inner-wrapper a .caption button {
    margin: 20px 0;
  }
  .home-image-gallery .slick-slider .slick-slide-inner-wrapper a .caption h1 {
    font-size: 40px;
  }
  .home-image-gallery .slick-slider .slick-slide-inner-wrapper a .caption h3 {
    font-size: 20px;
  }
  .home-image-gallery .slick-slider .slick-slide-inner-wrapper a .caption button {
    font-size: 20px;
  }
}

@media (max-width: 1085px) {
  .custom-footer-image img {
    max-width: 100%;
    padding: 0 5px;
  }
  .custom-footer-logo img {
    max-width: 100%;
    padding: 0 9px;
  }
}
@media (max-width: 1073px) {
  .top-image-with-button .custom-item {
    width: 46.9861%;
    margin-bottom: 6.02782%;
    margin-right: 6.02782%;
  }
  .top-image-with-button .custom-item:nth-child(3n + 3) {
    margin-right: 6.02782%;
    clear: both;
  }
  .top-image-with-button .custom-item:nth-child(2n + 2) {
    margin-right: 0;
    clear: right;
  }
  .top-image-with-button .custom-item:nth-child(3n + 1) {
    clear: none;
  }
}
@media (max-width: 1024px) {
  .body-simple-menu {
    margin-top: -49px;
  }
  .body-simple-menu .hs-menu-wrapper > ul {
    font-size: 13px;
  }
}

@media (max-width: 1023px) and (min-width: 521px){
  .top-image-with-heading-group .custom-item:nth-child(3n+1) {
    clear: both;
  }
  .top-image-with-heading-group .custom-item:nth-child(3n + 3) {
    margin-right: 0;
  }
  .top-image-with-heading-group .custom-item {
    width: 29.2407%;
    margin-bottom: 6.13893%;
    margin-right: 6.13893%;
  }


}


@media (max-width:1140px) and (min-width:1030px){
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > ul {
    left: auto !important;
    right: 0;
  }
}

@media(min-width:1030px){
  .case-studies-blog .blog-listing-wrapper .post-listing .post-item:nth-child(4n) {
    margin-right: 0;
  }
  .case-studies-blog .blog-listing-wrapper .post-listing .post-item:nth-child(4n+1) {
    clear: left;
  }
}
@media(max-width:1029px) and (min-width:796px){
  .case-studies-blog .blog-listing-wrapper .post-listing .post-item:nth-child(3n) {
    margin-right: 0;
  }
  .case-studies-blog .post-item {
    float: left;
    min-height: 335px;
    width: 29.0553%;
    margin-bottom: 6.41711%;
    margin-right: 6.41711%;
  }
  .case-studies-blog .hs-featured-image img {
    left: -3.66049px;
    top: 0px;
    width: 279.321px;
    height: 181px;
    position: absolute;
  }
  .case-studies-blog .post-item {
    float: left;
    min-height: 335px;
    width: 29.0553%;
    margin-bottom: 6.41711%;
    margin-right: 6.41711%;
  }
  .case-studies-blog .blog-listing-wrapper .post-listing .post-item:nth-child(3n+1) {
    clear: left;
  }
}

@media (max-width: 951px) {
  .home-image-gallery .slick-slider .slick-slide-inner-wrapper a .caption h1, 
  .home-image-gallery .slick-slider .slick-slide-inner-wrapper a .caption h3,
  .home-image-gallery .slick-slider .slick-slide-inner-wrapper a .caption button {
    margin: 10px 0;
  }
  .home-image-gallery .slick-slider .slick-slide-inner-wrapper a .caption h1 {
    font-size: 30px;
  }
  .home-image-gallery .slick-slider .slick-slide-inner-wrapper a .caption h3 {
    font-size: 15px;
  }
  .home-image-gallery .slick-slider .slick-slide-inner-wrapper a .caption button {
    font-size: 15px;
  }
}

@media(max-width:795px) {
  .case-studies-blog .post-item {
    float: left;
    min-height: 335px;
    width: 45.7082%;
    margin-bottom: 8.58369%;
    margin-right: 8.58369%;
  }
  .case-studies-blog .hs-featured-image img {
    left: -4.85185px;
    top: 0px;
    width: 328.704px;
    height: 213px;
    position: absolute;
  }
  .case-studies-blog .blog-listing-wrapper .post-listing .post-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media(max-width:794px) and (min-width:530px){
  .case-studies-blog .blog-listing-wrapper .post-listing .post-item:nth-child(2n+1) {
    clear: left;
  }
}

@media(max-width:530px) {
  .case-studies-blog .post-item {
    float: none;
    min-height: auto;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
  .case-studies-blog .hs-featured-image {
    overflow: hidden;
    padding-bottom: 66.6667%;
  }
  .case-studies-blog .blog-listing-wrapper .post-listing .post-item {
    margin-top: 0;
    margin-bottom: 14.8883%;
  }
  .case-studies-blog .hs-featured-image img {
    left: -6.66667px;
    top: 0px;
    width: 458.333px;
    height: 297px;
    position: absolute;
  }
}

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


@media(max-width:784px){

  .twp-lightbox-video-group .inner-group .sqs-video-wrapper {
    width: 100%;
  }

}
@media(max-width:768px){
  .home-recent-slider-group .custom-title h3 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .case-studies-blog table tbody td {
    padding-right: 0;
    display: block;
    width: 100% !important;
  }
  .default-blog .post-item .post-body table tr td {
    width: 100% !IMPORTANT;
    display: block;
    padding: 17px 0;
  }
  .twp-lightbox-video-group .sqs-video-wrapper.video-none:nth-last-child(-n+2) {
    margin-bottom: 20px;
  }
  .landing-page.one-column .body-container .widget-type-form,
  .error-template.one-column .body-container .widget-type-google_search, 
  .body-container .widget-type-password_prompt.custom_error_message, 
  .body-container .widget-type-email_simple_subscription{
    width: 100%;
  }  
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-right: 15px;
    max-width: 100px;
    margin: 30px auto;
  }
  .hs-author-profile h2.hs-author-name {
    margin: 0 0 10px 0;
    text-align: center;
  }
  .custom-header {
    padding: 0px;
  }
  .custom-logo {
    padding-top: 9px;
  }
  .mobile-open .custom-logo {
    padding-top: 10px;
    background: #E2F5FC;
    margin-top: -1px;
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul {
    padding: 0;
    display: table-cell !important;
    vertical-align: middle;
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {
    display: block;
    font-size: 25px;
    outline: none;
    padding: 12.500px 0;
    font-family: freight-sans-pro,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    color: #767676;
    text-align: left;
    position: relative;
    z-index: 1111;
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a:hover {
   color: #ffffff !important;
   outline: none !important;
   background-color: #007eb7 !important;
  }
  .mobile-open .custom-mobile-logo {
    display: block !important;
    position: fixed;
    z-index: 11;
    width: 100% !important;
    padding-bottom: 10px;
    max-width: 100%;
  }
  .mobile-open .mobile-trigger i {
    background: transparent;
    -webkit-transition: opacity 0s .15s linear;
    -moz-transition: opacity 0s .15s linear;
    -ms-transition: opacity 0s .15s linear;
    -o-transition: opacity 0s .15s linear;
    transition: opacity 0s .15s linear;
  }
  .mobile-open .mobile-trigger i:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
    opacity: 1;
    background-color: #767676;
  }
  .mobile-open .mobile-trigger i:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    opacity: 1;
    background-color: #767676;
  }
  .mobile-trigger .top-bar,
  .mobile-trigger .middle-bar,
  .mobile-trigger .bottom-bar {
    width: 22px;
    height: 2px;
    background-color: #767676;
    -webkit-transition: -webkit-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    -moz-transition: -moz-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    -ms-transition: -ms-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    -o-transition: -o-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    transition: transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .mobile-trigger .middle-bar {
    -webkit-transition: opacity 0s .15s linear;
    -moz-transition: opacity 0s .15s linear;
    -ms-transition: opacity 0s .15s linear;
    -o-transition: opacity 0s .15s linear;
    transition: opacity 0s .15s linear;
    top: 7px;
  }
  .mobile-trigger .bottom-bar {
    top: 14px;
  }
  .mobile-open .mobile-trigger .top-bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    -webkit-transition: top .1s .1s ease-in-out,-webkit-transform .1s .2s ease-in-out;
    -moz-transition: top .1s .1s ease-in-out,-moz-transform .1s .2s ease-in-out;
    -ms-transition: top .1s .1s ease-in-out,-ms-transform .1s .2s ease-in-out;
    -o-transition: top .1s .1s ease-in-out,-o-transform .1s .2s ease-in-out;
    transition: top .1s .1s ease-in-out,transform .1s .2s ease-in-out;
  }
  .mobile-open .mobile-trigger .middle-bar {
    -webkit-transition: opacity 0s .15s linear;
    -moz-transition: opacity 0s .15s linear;
    -ms-transition: opacity 0s .15s linear;
    -o-transition: opacity 0s .15s linear;
    transition: opacity 0s .15s linear;
    top: 7px;
    opacity: 0;
  }
  .mobile-open .mobile-trigger .bottom-bar {
    -webkit-transition: top .1s .1s ease-in-out,-webkit-transform .1s .2s ease-in-out;
    -moz-transition: top .1s .1s ease-in-out,-moz-transform .1s .2s ease-in-out;
    -ms-transition: top .1s .1s ease-in-out,-ms-transform .1s .2s ease-in-out;
    -o-transition: top .1s .1s ease-in-out,-o-transform .1s .2s ease-in-out;
    transition: top .1s .1s ease-in-out,transform .1s .2s ease-in-out;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
  }
  .custom-logo {
    padding-top: 9px;
    width: 100% !important;
    margin: 0 auto !important;
    position: relative;
    left: 0;
    max-width: 483px;
  }
  .custom-logo h1 {
    margin-bottom: 10px;
    text-align: center;
  }
  .custom-logo a {
    padding: 0;
    display: inline-block;
  }
  .custom-logo img {
    padding: 30px;
    max-width: 100%;
    min-height: 50px;  

  }  
  .custom-body .page-center {
    padding: 34px;
  }
  .back-to-top {
    padding-top: 0;
    padding-bottom: 0;
  }
  span.custom-pre-content {
    display: none;
  }
  span.custom-next-content {
    display: none;
  }
  .custom-header.custom-landing-header {
    /* padding: 16px 0 15px; */
    padding-bottom: 0px;
  }
  .custom-header.custom-landing-header .custom-logo h1 {
    margin-bottom: 0;
  }
  .image-with-heading.heading-below.two-column .custom-item {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .image-with-heading.heading-below .image-block-wrapper img {
    width: 100%;
  }
  .two-column-left-module .left-col {
    width: 100%;
    float: none;
  }
  .two-column-left-module .content-item .custom-col img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .two-column-left-module .right-col {
    width: 100%;
    float: none;
  }
  .two-column-left-module .content-item .custom-col {
    padding: 17px 0;
  }
  .two-column-left-module .content-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 17px;
    padding-bottom: 17px;
  }
  .two-column-left-module .content-item .custom-col table {
    width: 100%;
    margin: 0;
    padding: 17px 0;
  }
  .two-column-left-module .content-item .custom-col table td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .body-simple-menu {
    margin: 0;
    font-size: 13px;
  }
  .body-simple-menu .hs-menu-wrapper > ul > li {
    width: auto !important;
  }
  .body-simple-menu .hs-menu-wrapper > ul > li > a {
    display: inherit;
  }
  .body-container .body-simple-menu.widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget:first-child,
  .body-container .body-simple-menu.widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
    padding: 0;
  }
  .body-simple-menu .hs-menu-wrapper > ul > li + li:before {
    padding: 0 8.8px;
  }
  .fw-with-bmenu-layout .two-column-left-module .right-col {
    width: 100%;
  }
  .fw-with-bmenu-layout .two-column-left-module .left-col {
    width: 100%;
    float: none;
  }
  .banner-warpper.banner-area-v2 .title h1 {
    font-size: 26px;
  }
  .banner-area-v2 .banner-two-column .image {
    width: 100%;
    padding: 17px;
    float: none;
  }
  .banner-area-v2 .banner-two-column .content {
    padding: 17px;
    width: 100%;
    float: none;
  }
  .banner-area-v2 .banner-two-column {
    display: block;
  }
  .banner-warpper.banner-area-v2 {
    padding-top: 60px;
    padding-bottom: 98px;
  }
  .banner-area-v2 .banner-two-column .custom-image {
    max-width: 516.0px;
    margin: auto;
  }
  .banner-area-v2 .banner-two-column .custom-image img {
    width: 100%;
  }
  .jam-session-layout .body-container img {
    margin:17px auto !important;
    float: none !important;
    display: block;
    width: 100% !IMPORTANT;
  }
  .top-image-with-button .custom-item {
    width: 100%;
    margin-bottom: 6.02782%;
    margin-right: 0 !important;
    float: none;
    text-align: center;
  }
  .top-image-with-button .custom-image {
    margin: 0 0 17px;
  }
  .custom-job-careers .job-section .left-content {
    display: block;
    width: 100%;
  }
  .custom-job-careers .job-section {
    padding-left: 0;
  }
  .custom-job-careers .job-section .right-content {
    display: block;
    width: 100%;
  }

  .army-accent-layout .two-column-equal-module .custom-col {
    width: 100%;
    margin: 0;
    float: none;
  }
  .default-blog .body-container > .row-fluid-wrapper:last-child .page-center,
  .featured-insight .body-container > .row-fluid-wrapper:first-child .page-center{
    padding: 34px;
  }

  .default-blog .post-item .post-header {
    margin-bottom: 24px;
  }

  img[style*="float"] {
    float: none !important;
    display: block;
  }
  .full-width-layout .custom-two-column-width-image.left-image .custom-image {
    width: 100%;
  }
  .full-width-layout .custom-two-column-width-image.left-image .custom-content {
    width: 100%;
    padding: 17px;
  }
  .custom-two-column-width-image.left-image .custom-item .custom-content table td {
    width: 100%;
    display: block;
    padding: 17px;
  }
  .home-image-gallery .slick-slider .slick-slide-inner-wrapper > a {
    display: block !important;
  }
  .home-image-gallery .slick-slider .slick-slide-inner-wrapper a img {
    width: 100%;
  }
  .home-image-gallery .slick-slider .slick-slide-inner-wrapper a .caption {
    width: 100%;
    padding: 20px 20px 40px;
    max-width: 100%;
  }
}  



@media (max-width: 640px) {
  .mobile-open .custom-logo {
    padding-top: 20px;
    background: #E2F5FC;
  }
  .home-image-gallery ul.slick-dots li {
    width: 9px;
    height: 9px;
  }
  .body-container .page-center {
    padding: 40px 20px;
  }
  .mobile-trigger {

  }
  .custom-body .page-center {
    padding: 17px;
  }
  .banner-warpper h1 {
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 37.4px;
  }
  .custom-bottom-bg .page-center {
    
  }
  .custom-footer-image {
    width: 100% !important;
    padding: 16px 20px;
  }
  .custom-footer-image img {
    max-width: 100%;
    padding: 0;
  }
  .custom-footer-logo {
    width: 100% !important;
    float: none !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-footer-logo img {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
  .custom-footer-menu p {
    padding: 15px;
  }
  .custom-body .page-center {
    padding: 40px 20px;
  }
  span.prev-label {
    display: none;
  }
  .custom-bottom-bg .page-center {
 
  }
  .custom-copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-header.custom-landing-header {
    text-align: left;
  }
  .custom-logo h1 {
    margin-bottom: 25px;
  }
  .post-header h2 {
    font-size: 34px;
    line-height: 1;
  }
  .custom-header.custom-landing-header .custom-logo h1 {
    margin-bottom: 0;
  }
  .body-container .widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget hr {
    margin: 0 !important;
  }
  .image-with-heading.two-column .custom-item {
    width: 100%;
    float: none;
    padding: 17px;
  }
  .image-with-heading.two-column .custom-item:first-child {
    padding-top: 0;
  }
  .image-with-heading.two-column .custom-item:last-child {
    padding-bottom: 0;
  }
  .body-container .widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
    padding-bottom: 17px;
  }
  .body-container .widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget:first-child {
    padding-top: 17px;
  }
  .operations-management-layout .row-2-left-content,
  .operations-management-layout .row-2-right-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .operations-management-layout .row-1-group .page-center {
    padding-bottom: 0;
  }
  .operations-management-layout .row-3-column {
    padding-top: 0;
  }
  .custom-logo {
    padding: 20px 20px 25.43px;
    display: block;
    max-width: 100%;
  }
  .custom-logo h1 {
    margin-bottom: 0;
    max-width: 600px;
    position: relative;
    left: 55%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    text-align: center;
    max-width: 70%;
  }
  .custom-logo img {
    padding: 30px 0;
    min-width: 100%;
    max-height: 108.43px;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .banner-warpper {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
    padding: 100px 0;
  }
  .body-container .widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget .banner-warpper h1 {
    margin: 0 auto .25em;
  }
  .banner-section {
    background-position: center 84%;
  }
  .image-with-heading .image-block-wrapper img {
    width: 100%;
  }
  .footer-image {
    width: 95% !IMPORTANT;
  }
  .back-to-top {
    padding-top: 10px;
    padding-bottom: 17px;
  }
  .two-column-equal-module .custom-col.col-1 {
    width: 100%;
    float: none;
    padding-bottom: 17px;
  }
  .two-column-equal-module .custom-col.col-2 {
    margin-left: 0;
    width: 100%;
    float: none;
    padding-top: 17px;
  }
  .kudos-layout .kudos-form {
    padding-top: 0;
  }
  .army-accent-layout .row-1-group .page-center {
    padding: 40px 20px;
  }
  .army-accent-layout .body-container h1 {
    font-size: 26px;
  }
  .army-accent-layout .body-container h4 {
    font-size: 26px;
  }
  .army-accent-layout .row-2-group .page-center {
    padding: 40px 20px;
  }
  .army-accent-layout .row-2-group h1 {
    margin-bottom: .3em;
  }
  .army-accent-layout .row-3-group .page-center {
    padding: 40px 20px;
  }
  .fw-with-bmenu-layout .custom-two-column-width-image .custom-image {
    width: 100%;
    padding: 17px;
    float: none;
  }
  .fw-with-bmenu-layout .custom-two-column-width-image .custom-content {
    width: 100%;
    padding: 17px;
    float: none;
  }
  .tcr-with-bmenu-layout .right-content figure.custom-testimonial {
    padding: 20px;
  }
  .trigger {
    display: block !important;
    background-color: rgba(150,150,150,.1);
    font-size: 14px;
    padding: .5em 10px;
    line-height: 1.8em;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: freight-sans-pro;
    font-weight: 400;
    font-style: normal;
    color: rgba(22,24,26,.4);
    position: relative;
  }

  .default-blog .body-container > .row-fluid-wrapper:last-child .page-center {
    padding: 40px 20px;
  }

  .default-blog .widget-type-blog_content {
    padding-top: 0 !important;
  }
  .home-image-gallery ul.slick-dots {
    margin: 10px 0px;
    height: 9px;
    width: auto;
    left: 44px;
    right: 44px;
    line-height: 1;
    margin-bottom: 10px !important;
  }
  .trigger:after {
    font-size: 20px;
    content: "+";
    display: block;
    text-align: right;
    position: absolute;
    right: 8px;
    top: 0;
    line-height: 39px;
    color: #000;
    font-family: freight-sans-pro;
    font-weight: 500;
    font-style: normal;
  }

  ul.twp-topic {
    display: none;
    background-color: rgba(150,150,150,.1);
    padding: 0 10px;
  }

  ul.twp-topic li {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
  }

  ul.twp-topic li a {
    display: block;
    font-size: 14px;
    padding: .5em 0;
    line-height: 25px;
  }

  ul.twp-topic li.active a {
    color: #16181a;
  }

  .default-blog .blog-section {
    margin-top: 25px;
  }

  .default-blog .post-item .post-header .time {
    margin-bottom: -2px;
  }

  .default-blog .post-item .post-header {
    margin-bottom: 24px;
  }

  .widget-type-blog_comments {
    padding: 0 !important;
  }

  .default-blog .blog-pagination {
    margin-top: 59px;
  }

  .trigger {
    cursor: pointer;
  }

  .trigger:hover {
    color: #16181a;
    outline: none;
  }

  ul.twp-topic li a:hover {
    color: #16181a;
    outline: none;
  }

  .trigger.active:after {
    content: '–';
  }

  .default-blog.hs-blog-post .body-container > .row-fluid-wrapper:first-child .page-center {
    padding: 40px 20px 23px;
  }

  .default-blog .post-item .post-header {
    margin-bottom: 41px;
  }

  .hs-blog-post .twp-blog-footer {
    margin-top: 73px;
  }

  .pagination>div span {
    display: none;
  }
  .home-layout .body-container .widget-span div.hs_cos_wrapper.hs_cos_wrapper_widget:first-child{
    padding-top: 0;
  }

  .home-recent-slider-group .custom-title h3 {
    font-size: 26px;
    padding-top: 17px;
  }
}

@media (max-width: 520px) {
  .top-image-with-heading-group .custom-item:nth-child(2n+1) {
    clear: both;
  }
  .top-image-with-heading-group .custom-item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .top-image-with-heading-group .custom-item {
    width: 45.9052%;
    margin-bottom: 8.18966%;
    margin-right: 8.18966%;
  }
  .custom-two-column-width-image .custom-image {
    width: 100%;
    float: none;
    padding-bottom: 17px;
  }
  .custom-two-column-width-image .custom-image a {
    padding-right: 0;
    text-align: center;
  }
  .custom-two-column-width-image .custom-content {
    width: 100%;
    margin: 0;
    float: none;
    padding-top: 17px;
  }




}



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

@media (max-width: 479px) {
  .subscription-template .subscribe-options {
    padding-right: 20px;
  }
  .subscription-template .checkbox-row span.fakelabel span {
    margin-left: 17px;
    font-size: 13px;
  }
  #recaptcha_area, #recaptcha_table {
    width: 315px!important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }
  .army-accent-layout form.hs-custom-form .input {
    max-width: 100%;
  }
  .army-accent-layout form.hs-custom-form .input .hs-input {
    width: 100%;
  }
  .army-accent-layout form.hs-custom-form input.hs-button.primary.large {
    position: static;
    margin: 10px 0 !IMPORTANT;
  }

}

@media (max-width: 400px) {
  .custom-logo img {
    margin-left: -35px;
    margin-top: 25px;
  }
  .top-image-with-heading-group .custom-item {
    margin-right: 0;
    float: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
   .small-screen-footer-bar {
     height: 200px;
  }
}

@media (min-width: 768px) {
   .big-screen-footer-bar {
     height: 100px;
  }

/* ==========================================================================
10. ACCESSIBILITY                            
========================================================================== */

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}


/* ==========================================================================
employee portal page                            
========================================================================== */

@media all and (max-width: 870px) and (min-width: 767px) {
.employee-box {
padding: 0px 0px 0px 0px !important;
     } 
  }

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

.employee-box h2 {
  font-size:18px;
  text-align:center;
  }
  
  .employee-box {
  font-size:16px;
  text-align:center;
  }

  }


/* ==========================================================================
skip navigation                     
========================================================================== */

.skip {
        position: absolute;
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        text-align: left;
        overflow: hidden;
    }
    
    a.skip:active, 
    a.skip:focus, 
    a.skip:hover {
        left: 0; 
        top: 0;
        width: auto; 
        height: auto; 
        overflow: visible; 
    }
  .new-site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}