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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */


@import url('//fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('//fonts.googleapis.com/css?family=Open+Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%7CComfortaa%3A300%2Cregular%2C700');
@import url('//cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css');
@import url('//cdn2.hubspot.net/hubfs/2919959/iuvo_Tech_October2018/fonts/dashicons.css');


@font-face {
  font-family: "ETmodules";
  font-style: normal;
  font-weight: normal;
  src: url("//cdn2.hubspot.net/hubfs/2919959/iuvo_Tech_October2018/fonts/modules.eot"), 
    url("//cdn2.hubspot.net/hubfs/2919959/iuvo_Tech_October2018/fonts/modules.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/2919959/iuvo_Tech_October2018/fonts/modules.ttf") format("truetype")	
}

/* 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 {
  color: #666;
  background-color: #fff;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7em;
}

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

.et_pb_row {
  position: relative;
  width: 80%;
  max-width: 1080px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

/* Basic text */
p {
  margin:0;
  padding-bottom: 1em;
}
p:last-child {
  padding-bottom: 0;
}
small {}
strong {}
em {}
cite {}
code, pre {
  margin-bottom: 10px;
  font-family: Courier New,monospace;
}

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;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px
}

h4 {
  font-size: 18px
}

h5 {
  font-size: 16px
}

h6 {
  font-size: 14px
}


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

/* Lists */
ul, ol {
  margin:0;
  padding: 0 0 23px 1em;
  line-height: 26px;
}
ul {
  list-style-type: disc;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  margin: 20px 0 30px;
  padding-left: 20px;
  border-left: 5px solid;
  quotes: none;
  border-color: #2ea3f2;
}

blockquote p {}
blockquote small {}


.et_pb_section {
  position: relative;
  background-color: #fff;
}
.et_pb_section .et_pb_section {
  padding: 0;
}
.et_pb_section,
.et_pb_slider .et_pb_slide {
  background-position: center;
  -webkit-background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: 100%;
  -moz-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
.et_pb_fullwidth_header {
  position: relative;
  padding: 50px 0;
  background-position: center center;
  background-size: cover;
}
.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6 {
  color: #fff;
}
.et_pb_fullwidth_header_subhead {
  display: block;
}
#et-info-email:before,
#et-info-phone:before,
#et_search_icon:before,
.comment-reply-link:after,
.et-cart-info span:before,
.et-pb-arrow-next:before,
.et-pb-arrow-prev:before,
.et-social-icon a:before,
.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before,
.et_overlay:before,
.et_password_protected_form .et_submit_button:after,
.et_pb_button:after,
.et_pb_contact_reset:after,
.et_pb_contact_submit:after,
.et_pb_font_icon:before,
.et_pb_newsletter_button:after,
.et_pb_pricing_table_button:after,
.et_pb_promo_button:after,
.et_pb_social_icon a.icon:before,
.et_pb_testimonial:before,
.et_pb_toggle_title:before,
.form-submit .et_pb_button:after,
.mobile_menu_bar:before,
a.et_pb_more_button:after {
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}
.et_pb_button {
  position: relative;
  padding: .3em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em!important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  display: inline-block;
}
.et_pb_more_button {
  display: inline-block;
  margin-top: 20px;
  color: inherit;
  text-shadow: none;
  text-decoration: none;
}
.et_color_scheme_orange a {
  color: #edb059;
}
body #page-container .et_pb_fullwidth_header_1 .et_pb_button_one.et_pb_button {
  color: #003aa0;
  background: #ffffff;
  border-color: #003aa0;
  letter-spacing: 0px;
  font-size: 20px;
  background-color: #ffffff;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
  position: relative;
  z-index: 3;
  width: 80%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
.et_pb_fullwidth_header .header-content {
  padding: 10px;
  text-align: center;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
  width: 80%;
  max-width: 800px;
  margin: 20px auto;
}
.et-social-facebook a.icon:before {
  content: "\e093"
}

.et-social-twitter a.icon:before {
  content: "\e094"
}

.et-social-google-plus a.icon:before {
  content: "\e096"
}

.et-social-pinterest a.icon:before {
  content: "\e095"
}

.et-social-linkedin a.icon:before {
  content: "\e09d"
}

.et-social-tumblr a.icon:before {
  content: "\e097"
}

.et-social-instagram a.icon:before {
  content: "\e09a"
}

.et-social-skype a.icon:before {
  content: "\e0a2"
}

.et-social-flikr a.icon:before {
  content: "\e0a6"
}

.et-social-myspace a.icon:before {
  content: "\e0a1"
}

.et-social-dribbble a.icon:before {
  content: "\e09b"
}

.et-social-youtube a.icon:before {
  content: "\e0a3"
}

.et-social-vimeo a.icon:before {
  content: "\e09c"
}

.et-social-rss a.icon:before {
  content: "\e09e"
}


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}
.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
  font-weight: 500;
  line-height: 23px;
  -webkit-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  -moz-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  padding-right: 30px;
  padding-left: 30px;
}

.custom-logo img {
  width: 131.58px !important;
  vertical-align: middle;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: translate3d(0,0,0);
}

.custom-logo {
  padding: 18px 0 19px 4px;
}
.container-fluid .row-fluid .custom-header .page-center {
  padding:0;
}

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

.body-container-wrapper {}
.hs-template .body-container {
  padding: 4% 0;
}

.hs-template .body-container .page-center {
  padding: 2% 0;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  min-height: 30px !important;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: none;
}

.hs-banner .et_pb_fullwidth_header_overlay {
  background-color: rgba(0,0,0,0.45);
}
.hs-banner>section.et_pb_module {
  padding-top: 129px;
  margin-top: -1px;
}

.hs-banner .header-content {
  margin: 20px auto;
}
.header-container.noBanner {
  padding-top: 79px;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.hs-copyright-wrapper {
  padding: 15px 0 5px;
  background-color: #1f1f1f;
  background-color: rgba(0,0,0,.32);
}

.custom-footer {
  background-color: #222;
}

.hs-copyright-wrapper .hs-footer-social {
  float: right;
  width: auto;
  margin: 0;
}

.hs-copyright-wrapper .hs-copyright {
  float: left;
  width: auto;
  margin: 0;
}

ul.et-social-icons {
  padding: 0 3px 0 0;
  list-style: none;
  margin: 0;
}

.et-social-icons li {
  display: inline-block;
  margin-left: 20px;
}

.et-social-icon a {
  display: inline-block;
  position: relative;
  color: #666;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  transition: color .3s ease 0s;
}

.et_color_scheme_orange a {
  color: #edb059;
}

.hs-copyright-wrapper a {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.et-social-icon span {
  display: none;
}

.hs-copyright p {
  padding-bottom: 10px;
  color: #666;
  text-align: left;
}
.et-social-icons a:hover {
  opacity: .7;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: inherit!important;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

  @media screen and (max-width:1142px)  {
  .hs-tem-sec1 .section-header p.secondary-header
  {
    padding-top: 60px;
  }
  }
  

@media screen and (min-width:981px) {

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

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    padding-top: 33px;
    display: block;
    font-weight: 600;
    line-height: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    line-height: 1em;
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
    word-wrap: break-word;
    float: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: block;
    position: relative;
    color: rgba(0,0,0,.6);
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-bottom: 33px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    position: absolute;
    top: 0;
    right: 0;
    font-family: ETmodules;
    font-size: 16px;
    font-weight: 800;
    content: "3";
  }


  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    padding: 20px 0;
    z-index: 9999;
    width: 240px;
    border-top: 3px solid #edb059;
    opacity: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding: 0 20px;
    line-height: 2em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 14px;
    display: block;
    position: relative;
    color: rgba(0,0,0,.6);
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 200px;
    padding: 6px 20px;
    white-space: normal !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    opacity: .7;
    background-color: rgba(0,0,0,.03);
  }

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

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .widget-span.custom-logo {
    width: auto;
  }

  .widget-span.custom-menu-primary {
    width: auto;
    float: right;
    margin: 0;
  }

  .scrolled:not(.header-transparent) .custom-logo img {
    width: 88.83px !important;
  }

  .scrolled:not(.header-transparent) .custom-logo {
    padding: 12px 0 13px 4px;
  }
  .scrolled:not(.header-transparent) .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 20px;
  }

  .scrolled:not(.header-transparent) .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-bottom: 20px;
  }

  .scrolled:not(.header-transparent) .custom-header {
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
  }
  .container-fluid .row-fluid .custom-header .page-center {
    max-width:100%;
    width:100%;
  }

  .header-transparent .custom-header {
    background-color: rgba(0,0,0,0.22);
  }

  .header-transparent .custom-header .custom-logo img {
    width: 204.7px !important;
  }

  .header-transparent .custom-logo {
    padding: 14px 0 14px 4px;
  }

  .header-transparent .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
    padding-bottom: 35px;
  }

  .header-transparent .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    background-color: #ed7818;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 13px 10px 10px!important;
    border-radius: 3px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    padding-right: 22px;
    font-size: 12px;
    height: 33px;
    letter-spacing: 1px;
  }

  .header-transparent .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 35px;
  }

  .header-transparent .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #003aa0;
  }

  .header-transparent .custom-menu-primary .hs-menu-wrapper > ul ul a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper li.active > a {
    color: #edb059;
  }

}


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


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

@media (max-width: 980px){
  .widget-span.custom-logo,
  .widget-span.custom-menu-primary{
    width: 100%;
    float:none;
    margin: 0;
  }
  .hs-banner>section.et_pb_module {
    margin-top: -2px;
  }

  .custom-header {
    position: absolute;
    padding: 0;
  }
  .hs-copyright-wrapper .hs-footer-social,
  .hs-copyright-wrapper .hs-copyright {
    float: none;
    width: 100%;
    text-align: center;
  }

  .hs-copyright p {
    text-align: center;
    margin-top: 3px;
  }
  /* 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: 23px;
  }

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

  .mobile-trigger {
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 24px;           /* Position Button at right of screen */
    right: 0;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding-bottom: 24px;
  }

  .mobile-trigger:before{
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: relative;
    top: 0;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    color: #edb059;
  }

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

  .custom-menu-primary.widget-span{
    position: static;
    padding-top: 0; /* Makes room for button */
    margin:0;
    min-height:0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.widget-span .hs-menu-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;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.widget-span .hs-menu-wrapper{
    visibility: visible;
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100%;
    padding: 5%;
    border-top: 3px solid #edb059;
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    font-weight: 600;
  }


  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #666;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a:hover {
    opacity: .7;
    background-color: rgba(0,0,0,.03);
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a {
    background-color: rgba(0,0,0,.03);
    font-weight: 700;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    padding-left: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding-left: 5%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    background-color: #ed7818;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 13px 10px 10px!important;
    border-radius: 3px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child:hover {
    background-color: #c96310;
  }

}


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

.hs-author-avatar>img {
  max-width: 50px;
  margin: 0 0 15px;
}
.custom_listing_comments {
  padding: 10px;
  border: 1px solid #ccc;
}
span.filter-link-count {
  display: none;
}
/* Blog Post and Listing Body Class */
body.blog {}

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

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

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


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

.blog .blog-content {}

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

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

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

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

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  padding: 0 0 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {
  display:inline-block;
  padding:20px 0;
}

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

/** 
* Blog Social Sharing icons
*
* Overrides defaults to better align icons and prevent overlapping 
*/


/** 
* Blog Commments 
*
* Custom styles are listed below, as the COS does not provide default styles.
*/

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


/* -------------- Default Code for comment ------------ */

#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}


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

.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  font-family: inherit;

  font-size: inherit;

  line-height: inherit;
  padding: 0;
}

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

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

.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left !important;
}

/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}

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



.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display:block;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
* Blog Author Page 
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
* Blog All Posts Page
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}
.blog-sidebar h3,
.blog-sidebar h3.form-title{
  font-size: 20px;
  line-height:24px;

}

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



.blog .blog-sidebar .widget-span {
  padding: 0 0 25px;
}
#comments-listing.no-comments {
  border: none;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */
span.hs-form-required {
  color: red;
}

ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.hs-form-field {
  margin: 15px 0 0;
}
.screen-reader-text {
  display:none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"]{
  -webkit-appearance: none;
}
.subscribe-options label {
  margin: 0 !important;
}
.body-container .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions a{
  padding: 1px 5px
}

.body-container .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}
/* =============== Global Form Styles =============== */

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  font-family: Titillium, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 22px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
input[type="password"],
textarea,
select {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  max-width:500px !important;
  display:block;
  font-weight: normal;
  background: #f5f5f5;
  height: 37px;
  font-family: Titillium, Arial, sans-serif;
  font-size: 14px;
  outline: none;
  padding: 2px;
  border: 1px solid #bbb;
  color: #4e4e4e;
  background-color: #fff;
  margin: 0;
}
#hs-pwd-widget-password {
  height: 37px !important;
  margin: 5px 0 !important;
  padding: 5px 10px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus,
input[type="password"]:focus{
  outline: 0;
  outline: thin dotted \9;
  border-color: #2d3940;
  color: #3e3e3e;
}


/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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


.hs-button.primary,
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  color: #ffffff;
  background: #0000cc;
  cursor: pointer;
  border-radius: 3px;
  border: 0;
  outline: none;
  font-family: Titillium, Arial, sans-serif;
  font-size: 18px;
  margin-top: 12px;
  font-weight: 600;
  padding: 12px 10px;
  line-height: 1;
}

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

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


/*Search Output*/

.hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}

.hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}

.hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}

.hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}

.hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}

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



/* ==========================================================================
# Site Pages                                      
========================================================================== */

/* ================*Two Column With Sidebar Website Page*================= */

.et_right_sidebar .container {
  padding-top: 56px;
  padding-bottom: 50px;
  position: relative;
}
#sidebar {
  padding-bottom: 28px;
  margin:0;
}
.main_title h1 {
  margin-bottom: 20px;
}
.et_right_sidebar .container:before {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
  content: "";
  right: 20.875%!important;
}
#sidebar h3 {
  font-size: 18px;
}

#sidebar .widget-span {
  margin: 0 0 30px;
}

#sidebar .widget-module > ul {
  list-style: none;
  margin: 0;
  line-height: 24px;
  padding: 0;
}

#sidebar .widget-module > ul>li {
  margin-bottom: .5em;
}

#sidebar .widget-module > ul>li>a {
  color: #666;
  text-decoration: none;
}

#sidebar .widget-module > ul>li>a:hover {
  color: #82c0c7;
}
#sidebar-search form {
  position: relative;
}

#sidebar-search .hs-search-field__input {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 40px!important;
  margin: 0;
  padding: .7em;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  line-height: normal!important;
  padding-right: 80px;
}

#sidebar-search #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ddd;
  height: 40px!important;
  margin: 0;
  padding: .7em;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  line-height: normal!important;
  font-weight: normal;
}

#sidebar .hs-form-field {
  padding: 0;
  margin: 0;
}

#sidebar .hs-form-field>label {
  text-transform: capitalize;
  display: block;
}

#sidebar .hs-form-required {
  display: none;
}
#sidebar .hs-button {
  width:100%;
}
#sidebar .widget-span.hs-sidebar-form {
  margin-bottom: 23px;
}
#sidebar .hs-input,
#sidebar input[type="text"] {
  max-width: 100% !important;
}
#sidebar .widget-span.hs-sidebar-topics {
  margin: 0;
}
.et_pb_text_align_center {
  text-align: center;
}


/* ================*Full Width Website Page*================= */
.et_pb_button:after,
.et_pb_button:before {
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  text-shadow: none;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  line-height: 1em;
  text-transform: none;
  content: "\35";
  -webkit-transition: all .2s;
  transition: all .2s;
}

.et_pb_button:hover {
  background-color: rgba(255, 255, 255, .2);
  color: inherit;
}

.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
  padding: .3em 2em .3em .7em;
  border: 2px solid transparent;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
  display: inline-block;
  margin-top: 20px;
}

.et_pb_button:hover:after,
.et_pb_more_button:hover:after,
.et_pb_newsletter_button:hover:after,
.et_pb_pricing_table_button:hover:after,
.et_pb_promo_button:hover:after {
  margin-left: 0;
  opacity: 1;
}
body.customer-profiles .et_pb_fullwidth_header_overlay {
  display: none;
}
.hs-title-w-button h1 {
  font-size: 28px;
}
.et_pb_column {
  float: left;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
}
.et_pb_row:after, .et_pb_row_inner:after, .et_pb_slides:after {
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  content: ".";
}
.et_pb_text>:last-child {
  padding-bottom: 0;
}
.et_pb_text_inner {
  position: relative;
}
.et_pb_text_0 {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 28px;
}
.et_pb_text_1 {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
}

.et_pb_divider:before {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #eee;
  border-top-color: rgba(0,0,0,.1);
  content: "";
}
.et_pb_divider_0:before {
  border-top-color: #000000;
}

.et_pb_divider_internal {
  display: inline-block;
  width: 100%;
}
.et_pb_divider:after, .et_pb_space:after {
  display: table;
  content: "";
}
.et_pb_space {
  box-sizing: content-box;
  height: 23px;
  border: none;
}
.et_pb_divider {
  position: relative;
  margin: 0 0 30px 0;
}
.et_pb_divider_0 {
  height: 23px;
}

.et_pb_css_mix_blend_mode_passthrough {
  mix-blend-mode: unset!important;
}
.et_pb_text_align_left {
  text-align: left;
}
.et_pb_blurb_content {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.et_pb_blurb_position_left .et_pb_blurb_content {
  text-align: left;
}
.et_pb_main_blurb_image {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 30px;
  line-height: 0;
}
.et_pb_blurb_position_left .et_pb_main_blurb_image,
.et_pb_blurb_position_right .et_pb_main_blurb_image {
  display: table-cell;
  width: 32px;
  line-height: 0;
}
.et_pb_blurb .et_pb_image_wrap {
  display: block;
  margin: auto;
}
.et-pb-icon {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ETmodules;
  font-size: 96px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
}
.hs-it-services .et-pb-icon {
  color: #0000cc;
}
.et_pb_blurb_position_left .et-pb-icon, .et_pb_blurb_position_right .et-pb-icon {
  display: table-cell;
  font-size: 32px;
}
.et_pb_blurb_position_left .et_pb_blurb_container, 
.et_pb_blurb_position_right .et_pb_blurb_container {
  display: table-cell;
  vertical-align: top;
}
.et_pb_blurb_position_left .et_pb_blurb_container {
  padding-left: 15px;
}
.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
  text-align: left;
}
.et_pb_blurb_0.et_pb_blurb h4,
.et_pb_blurb_0.et_pb_blurb h4 a,
.et_pb_blurb_0.et_pb_blurb h1.et_pb_module_header,
.et_pb_blurb_0.et_pb_blurb h1.et_pb_module_header a,
.et_pb_blurb_0.et_pb_blurb h2.et_pb_module_header,
.et_pb_blurb_0.et_pb_blurb h2.et_pb_module_header a,
.et_pb_blurb_0.et_pb_blurb h3.et_pb_module_header,
.et_pb_blurb_0.et_pb_blurb h3.et_pb_module_header a,
.et_pb_blurb_0.et_pb_blurb h5.et_pb_module_header,
.et_pb_blurb_0.et_pb_blurb h5.et_pb_module_header a,
.et_pb_blurb_0.et_pb_blurb h6.et_pb_module_header,
.et_pb_blurb_0.et_pb_blurb h6.et_pb_module_header a {
  color: #000000!important;
}
.et_pb_blurb_0.et_pb_blurb h4,
.et_pb_blurb_0.et_pb_blurb h4 a,
.et_pb_blurb_0.et_pb_blurb h1.et_pb_module_header,
.et_pb_blurb_0.et_pb_blurb h1.et_pb_module_header a,
.et_pb_blurb_0.et_pb_blurb h2.et_pb_module_header,
.et_pb_blurb_0.et_pb_blurb h2.et_pb_module_header a,
.et_pb_blurb_0.et_pb_blurb h3.et_pb_module_header,
.et_pb_blurb_0.et_pb_blurb h3.et_pb_module_header a,
.et_pb_blurb_0.et_pb_blurb h5.et_pb_module_header,
.et_pb_blurb_0.et_pb_blurb h5.et_pb_module_header a,
.et_pb_blurb_0.et_pb_blurb h6.et_pb_module_header,
.et_pb_blurb_0.et_pb_blurb h6.et_pb_module_header a {
  color: #000000!important;
}
.et_pb_blurb_content p:last-of-type {
  padding-bottom: 0;
}
.hs-it-services p:empty {
  display: none;
}

.hs-it-services .et_pb_blurb  {
  margin-bottom: 5.82% !important;
}
.et_pb_blurb_content {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.hs-it-services p {
  padding: 0;
}
.privacy-policy .hs-banner .et_pb_fullwidth_header_overlay {
  display: none;
}

.privacy-policy .hs-banner>section.et_pb_module {
  padding-top: 329px;
}
.hs-full-width-sec h2 {
  color: #000;
}
.hs-full-width-sec h2:not(:first-of-type) {
  padding-bottom: 20px;
}
.hs-it-services .et_pb_column:last-child>.et_pb_blurb {
  margin-bottom: 0 !important;
}



/* ===============Full Width With Form Website Page============== */
.hs-full-width-form .header-container.noBanner {
  padding: 0;
}

.hs-full-image img {
  width: 100% !important;
  margin-top: -3px;
}

.hs-full-width-form-sec h5 {
  color: #808080;
  margin: 0 0 30px;
}

.hs-full-width-form-sec .hs-form-field > label {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  font-weight: 500;
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0 0 0px;
  display: block;
}

.hs-full-width-form-sec .hs-form {
  padding: 3px 0 0;
}

.hs-full-width-form-sec span.hs-form-required {
  font-size: 0;
  color: inherit;
}

.hs-full-width-form-sec span.hs-form-required:before {
  content: '(required)';
  font-size: 14px;
}

.hs_error_rollup {
  margin: 2em 0 1em;
  padding: 0.2em 1em;
  border: 2px solid #f7e700;
  max-width: 500px;
  text-align: center;
}

.hs_error_rollup ul.hs-error-msgs.inputs-list {
  margin: 0;
}
.financial-institution-services-white-paper-download .hs-banner>section.et_pb_module {
  padding-top: 180px;
  padding-bottom: 99px;
}

.financial-institution-services-white-paper-download .hs-banner .et_pb_fullwidth_header_overlay {
  display: none;
}
body.fabl .body-container-wrapper {
  padding-top: 76px;
}
.hs-full-width-form-sec ul {
  padding-bottom: 1em;
}

/* ================Strategic Partnerships Website Page==================== */

.icon-drive:before {
  content: '';
}

.icon-web:before {
  content: '';
}

.icon-phone:before {
  content: '';
}

.icon-share:before {
  content: '';
}

.icon-e-fax:before {
  content: '';
}

.icon-wireless:before {
  content: '';
}

.icon-c-card:before {
  content: '';
}
.section-header {
  text-align: center;
  border-bottom: 1px solid #000;
  padding: 40px 0 2.75%;
  margin: 0 0 22px;
}


.hs-strategic-partnerships .et_pb_section {
  padding-top: 46px;
  padding-right: 0px;
  padding-bottom: 54px;
  padding-left: 0px;
}
.hs-icon-w-text .et_pb_module,
.hs-strategic-partnerships-sec .hs-right h2{
  margin-bottom: 30px;
}
.hs-icon-w-text .et_pb_module .et-pb-icon {
  color: #0000cc;
}
/* ====================Contact Us Website Page===================== */
.hs-contact-page .hs-banner .et_pb_fullwidth_header_overlay {
  display: none;
}

.hs-contact-page .hs-banner {
  padding-bottom: 20px !important;
}

.hs-contact-page h3:empty {
  display: none;
}

.hs-contact-sec .hs-form-field {
  margin: 0 0 15px;
}

textarea {
  height: 160px;
}
.hs-contact-sec .hs-form-field > label {
  margin: 0 0 3px;
}
.icon-people:before {
  content: ''
}

.icon-process:before {
  content: ''
}

.icon-tech:before {
  content: ''
}
/*==================Remote Monitoring Website Page=====================*/
.hs-full-text-2 .hs-full-content {
  text-align: center;
  padding-top: 100px;
}

.hs-full-text-2 .hs-full-content h1 {
  margin-bottom: 30px;
}

.hs-full-text-2 .hs-full-content p {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
}
.et_pb_fullwidth_header.et_pb_fullwidth_header_1 {
  background-color: #003aa0;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a {
  display: inline-block;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
  color: #fff;
  font-size: 3.5em;
}

.hs-full-title .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
  max-width: 100%;
}
.et_pb_section_4.et_pb_section {
  background-color: rgba(0,58,160,0.21)!important;
}

.et_pb_text_2 {
  font-weight: 700;
  font-size: 22px;
}
.et-pb-icon {
  color: #0000cc;
}
.hs-service-item .et_pb_main_blurb_image {
  display: table-cell;
  width: 32px;
  line-height: 0;
}

.hs-service-item .et-pb-icon {
  display: table-cell;
  font-size: 32px;
}

.hs-service-item .et_pb_blurb_container {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
  text-align: left;
  /* margin: 0 0 30px; */
}

.hs-service-item {
  margin-bottom: 30px;
}

.hs-service-item h4 {
  padding: 0;
}
.hs-service-item h4 a {
  color: inherit;
}
.hs-services-group .et_pb_column >h4 {
  font-size: 22px;
}
.hs-remo-sec .et_pb_section_4.et_pb_section {
  background-color: rgba(0,58,160,0.11)!important;
}

.hs-remo-sec .et_pb_section_4.et_pb_section .et_pb_text_2 {
  font-weight: normal;
}

.no-overlay .et_pb_fullwidth_header_overlay{
  display:none;
}
.hs-remo-page .hs-methodology {
  padding-top: 51px;
  padding-right: 0px;
  padding-bottom: 54px;
  padding-left: 0px;
}
.hs-remo-page .hs-services-group .et_pb_column >h4 {
  font-size: 22px;
}
/* ================Communication Website Page=================== */

.section-header p.secondary-header {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
}

.hs-comm-sec .section-header h1 {
  font-size: 26px;
}



.hs-comm-sec .hs-left {
  background-color: rgba(0,58,160,0.65);
  padding: 20px;
  color: #fff;
  margin-bottom:30px !important;
}
.hs-comm-sec .hs-left * {
  color:#fff;
}
.hs-comm-sec .hs-left h2 {
  font-size: 23px;
  color: inherit;
}

.hs-comm-sec ul {
  padding-bottom: 1em;
}


/* Clients and Industries Website Page */


.hs-cai-page .section-header p.secondary-header {
  margin-top: 2.75%;
  margin-bottom: 41px;
}

.hs-three-top-image {
  text-align: center;
}

/* ======================Cloud Computing Website Page====================== */
.icon-money:before {
  content:'';
}
.icon-wireless:before {
  content:'';
}
.icon-lock:before {
  content:'';
}
.icon-resize:before {
  content:'';
}
.hs-cloud-comm-sec .et_pb_section_4.et_pb_section {
  background: #fff !important;
}
.et_pb_section_2.et_pb_section {
  background-color: rgba(9,30,66,0.59)!important;
}


.hs-top-icon-group h4.et_pb_module_header,
.hs-top-icon-group .et-pb-icon {
  color: #fff !important;
}

.hs-computer-security-sec .hs-title-w-button h1 {
  font-size: 24px;
}
.hs-computer-security-sec .hs-methodology {
  padding-top: 53px;
  padding-right: 0px;
  padding-bottom: 54px;
}
/* =======================Computer Security Website Page======================= */
.hs-computer-security-sec .hs-full-content-0 {
  padding: 55px 0 45px;
}
.hs-computer-security-sec .hs-full-content-0 .et_pb_row {
  padding: 8px 0 0;
}
.hs-computer-security-sec .hs-full-width-bg {
  padding-top: 54px;
  padding-right: 0px;
  padding-bottom: 34px;
}

.hs-computer-security-sec .hs-half img {
  margin: 0 0 5.82%;
}

.hs-computer-security-sec .hs-half {
  text-align: center;
}

.hs-computer-security-sec .hs-half .et_pb_button {
  color: #ffffff!important;
  background-color: #003aa0;
}
.hs-full-width-bg .et_pb_button:hover {
  padding: .3em 2em .3em .7em;
  border: 2px solid transparent;
  color: #fff;
}
.hs-services-group .et_pb_column >h4 {
  font-size: 18px;
}
.widget-span.hs_column_1_3,
.widget-span.hs_column_2_3{
  margin-left: 0;
}


/* ===================Corporate Responsibility Website Page======================== */
.hs-corp-res-page .hs-banner {
  padding-bottom: 20px !important;
}

.hs-corp-res-sec h2 {
  font-size: 28px;
  color: #666;
  line-height: 23px;
  margin-bottom: 4.242%;
  padding: 0;
}

.custom-image-gallery .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}

.custom-image-gallery .slick-arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -24px;
  color: #666 !important;
  font-size: 48px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 48px;
  height: 48px;
  z-index: 99 !important;
  font-size: 0;
}

.custom-image-gallery .slick-next.slick-arrow {
  right: -32px;
}

.custom-image-gallery:hover .slick-next.slick-arrow {
  right: 0;
}

.custom-image-gallery .slick-prev.slick-arrow {
  left: -32px ;
}

.custom-image-gallery:hover .slick-prev.slick-arrow {
  left: 0;
}

.custom-image-gallery .slick-next.slick-arrow:before {
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  content: "\35";
  color: #666 !important;
  opacity: 1 !important;
  font-size: 48px;
}

.custom-image-gallery .slick-prev.slick-arrow:before {
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  content: "\34";
  color: #666;
  opacity: 1 !important;
  font-size: 48px;
}

.custom-image-gallery {
  overflow: hidden;
}
.custom-image-gallery ul.slick-dots {
  bottom: 20px;
  left: 0;
}

.custom-image-gallery ul.slick-dots li {
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-left: 0;
}

.custom-image-gallery ul.slick-dots li button {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  padding: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(255,255,255,.5);
  text-indent: -9999px;
  background-color: rgba(0,0,0,.3);
  margin: 0;
}

.custom-image-gallery ul.slick-dots li.slick-active button {
  background: #333;
}

/* =========================Business Continuity Website Page======================== */

.hs-title-w-button.hs-white {
  color: #003aa0;
}

.hs-title-w-button.hs-white * {
  color: inherit;
}

.hs-business-continuity-page .hs-title-w-button h1 {
  font-size: 30px;
}

.hs-title-w-button.hs-white .et_pb_button:hover {
  color: #ffffff!important;
  background: #003aa0!important;
  border-color: #003aa0!important;
  letter-spacing: 0px;
  padding-left: 0.7em;
  padding-right: 2em;
}

.hs-business-continuity-sec .hs-full-content .hs-cta-wrapper {
  margin-top: 2.75%;
  display: block;
}

.hs-business-continuity-sec .et_pb_fullwidth_header.et_pb_fullwidth_header_1 {
  background-color: #2e58a0;
}

/* IT Support Website Page */

.icon-grid:before {
  content:'';
}
.icon-check-with-box:before {
  content:'Z';
}
.icon-docs:before {
  content:'i';
}
.hs-it-support-sec2 .hs-methodology {
  background: #fff !important;
  text-align: center;
  padding-top: 0;
}

.hs-it-support-sec2 .hs-methodology * {
  text-align: center;
}

.hs-it-support-sec2 .et-pb-icon {
  color: rgba(0,58,160,0.72);
}


.hs-it-support-sec hr {
  margin: 30px 0;
}

.et_pb_section.hs-it-support-sec {
  padding-bottom: 0;
}

.hs-phishing-services-sec1 .hs-full-width-bg .et_pb_more_button {
  color: #ffffff!important;
  background: #003aa0;
  letter-spacing: 0px;
  font-size: 24px;
  font-weight: 700!important;
  background-color: #003aa0;
}

.hs-phishing-services-sec1 .hs-full-width-bg .et_pb_more_button:hover {
  color: #003aa0!important;
  background: #ffffff!important;
  letter-spacing: 0px;
  padding-left: 0.7em;
  padding-right: 2em;
}

.hs-phishing-services-sec1 .hs-full-width-bg .et_pb_more_button:after {
  color: #003aa0;
  line-height: 1em;
  font-size: 1.6em!important;
  opacity: 0;
  margin-left: -1em;
  left: auto;
  display: inline-block;
}

.hs-phishing-services-sec1 .hs-full-width-bg .et_pb_more_button:hover:after {
  left: auto;
  margin-left: .3em;
  opacity: 1;
}

.hs-phishing-services-sec1 .et_pb_section_2.et_pb_section {
  background-color: transparent !important;
  padding: 50px 0;
  padding: 50px 0;
}

/* ====================Phishing Services Website Page======================= */
.hs-phishing-services-page .hs-title-w-button h1 {
  font-size: 30px;
}
.icon-cursor:before {
  content:'';
}

.icon-stats:before {
  content:'';
}

.hs-phishing-services-page .header-container.noBanner {
  padding: 1px 0 0;
}

.hs-phishing-services-sec1 .et_pb_section_4.et_pb_section {
  background: #fff !important;
  text-align: center;
}

.hs-phishing-services-sec1 .et_pb_section_4.et_pb_section h4 {
  text-align: center;
  color: #333 !important;
}

.hs-phishing-services-sec1 .et-pb-icon {
  color: #003aa0;
}
.hs-phishing-services-sec1 .et_pb_section_2.et_pb_section {
  background-color: transparent !important;
}

.hs-phishing-services-sec2 .hs-accodrion-title h4 {
  font-weight: 700;
  font-size: 40px;
  color: #003aa0;
  text-align: center;
}

.hs-accodrion-title {
  margin: 25px;
}

.et_pb_toggle {
  border: 1px solid #d9d9d9;
}

.et_pb_toggle_close {
  padding: 20px;
  background-color: #f4f4f4;
  transition: background 0.2s;
}
.et_pb_toggle_close.et_pb_toggle_open {
  background-color: #fff;
}
.et_pb_toggle_close.featured {
  border-width: 2px;
  border-style: solid;
  border-color: #003aa0;
}
.et_pb_toggle_0.et_pb_toggle {
  font-size: 18px;
  color: #003aa0!important;
}

.et_pb_toggle_content {
  display: none;
}

h5.et_pb_toggle_title {
  position: relative;
  padding: 0 50px 0 0;
  cursor: pointer;
  color: #666;
  font-size: 20px;
}

.et_pb_toggle_title:before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.5em;
  color: #ccc;
  font-size: 16px;
  content: "\e050";
}

.et_pb_accordion .et_pb_toggle_title:before, 
.et_pb_toggle .et_pb_toggle_title:before {
  right: 0;
  left: auto;
}
.et_pb_toggle_open .et_pb_toggle_title:before {
  content: "\e04f";
}
.hs-acc-text {
  position: relative;
  padding-top: 20px;
}
.hs-phishing-services-sec3 {
  background-color: #003aa0;
  text-align: center;
}

.hs-phishing-services-sec3 *,
.hs-phishing-services-sec3 a:hover{
  color: #fff;
}

.hs-phishing-services-sec3 img {
  display: block;
  margin: 0 auto 30px;
}

/* =====================Financial Institution Services Website Page========================= */

.icon-lock:before {
  content:''
}

.icon-data-storage:before {
  content:''
}

.icon-chart:before {
  content:''
}

.widget-span.hs-one-third {
  margin-left:0;
}
.hs-fis-sec1 .hs-full-width-bg {
  background-attachment: fixed;
}

.hs-fis-sec1 .hs-full-width-bg .et_pb_button {
  border: 0;
  color: #ffffff!important;
  background: #003aa0;
  border-width: 0px!important;
  font-size: 23px;
  font-weight: 700!important;
  padding-left: 0.7em;
  padding-right: 2em;
  background-color: #003aa0;
}

.hs-fis-sec1 .hs-full-width-bg .et_pb_button:after {
  font-size: 1.6em;
  left: auto;
  display: inline-block;
  margin-left: 0;
  opacity: 1;
  color: #fff;
  margin-left: .3em;
}

.hs-fis-sec1 .hs-full-width-bg .et_pb_button:hover:after {
  color: #003aa0;
}
.hs-phishing-services-sec1.hs-fis-sec1 .et_pb_section_4.et_pb_section h4 {
  text-align:left;
}
.hs-phishing-services-sec1.hs-fis-sec1 .et_pb_section_4 .et_pb_text_inner>p {
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
  font-size: 22px;
}

.hs-fis-sec1 .et_pb_section_4 {
  padding-top: 12px;
  padding-bottom: 0px;
}
.hs-fis-sec1 .et_pb_blurb_content {
  padding: 5px;
}

.hs-fis-sec1  .et_pb_fullwidth_header_scroll {
  display: none;
}

.hs-fis-page .et_pb_fullwidth_header_overlay {
  display: none;
}

/* ====================EDA Services Website Page======================== */
.eda-services .hs-phishing-services-sec1.hs-fis-sec1 .et_pb_section_4.et_pb_section h4 {
  color: #333 !important;
}
.icon-circle-check:before {
  content:'';
}
.icon-circle-dollar:before {
  content:'';
}

.icon-person:before {
  content:'';
}

.hs-four-col-method h4 {
  text-align: center !important;
}

.hs-eda-bottom-pane {
  background-color: #f5f5f5;
  padding: 30px;
  line-height: 1.5;
  text-align: left;
  position: relative;
}

.hs-eda-bottom-pane * {
  font-family: 'Times New Roman',Georgia,"Times New Roman",serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000!important;
}

.hs-eda-bottom-pane p+strong {
  display: block;
  margin-top: 16px;
}

.hs-eda-bottom-pane:before {
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 50%;
  margin-left: -16px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  background: #f5f5f5;
  font-size: 32px;
  content: "\7c";
  color: #666;
}
.hs-eda-sec1 .hs-full-width-bg a.et_pb_button {
  line-height: 1.7em!important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  position: relative;
  padding: .3em 1em;
  border: 2px solid #fff!important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff!important;
  display: inline-block;
  margin-top: 20px;
  font-size: 23px;
  font-weight: 700!important;
  padding-left: 0.7em;
  padding-right: 2em;
}

.hs-eda-sec1 .hs-full-width-bg a.et_pb_button:hover {
  padding: .3em 2em .3em .7em;
  border: 2px solid transparent !important;
  background-color: rgba(255,255,255,.2) !important;
  color: #fff !important;
}

.hs-eda-sec1 .hs-full-width-bg a.et_pb_button:hover:after {
  color: #fff !important;
}

/* ====================Devops Website Page====================== */
.hs-devops-page .body-container .hs-title-w-button h1 {
  font-size: 30px;
}
.icon-communication:before {
  content:'';
}
.icon-architecture:before {
  content:'';
}

.hs-devops-sec1 {
  text-align: center;
  color: #fff;
  background-color: #003aa0;
}

.hs-devops-sec1 .hs-full-content * {
  color: #fff;
}
.hs-devops-sec1 .hs-full-content p {
  padding: 0;
}
.hs-devops-sec1 .hs-full-content {
  background-color: #003aa0;
  padding: 50px 0;
}

.hs-devops-sec1 .hs-text-wrap {
  width: 80%;
  max-width: 800px;
  margin: 0px auto;
}

.hs-devops-page .et_pb_main_blurb_image .et-pb-icon {
  font-size: 105px;
  color: #003aa0;
}

.hs-devops-page .et_pb_blurb_content {
  max-width: 100%;
}

.hs-devops-page .hs-icon-w-text .et_pb_module {
  margin-bottom: 2.75%;
}

.hs-devops-page .et_pb_main_blurb_image .icon-share:before {
  font-size: 100px;
}



/* ======================Datto Drive Website Page=============== */
.hs-datto-page .header-container {
  padding: 1px 0 0;
}

.hs-datto-sec1 .hs-full-content {
  position: relative;
  padding: 50px 0;
  background-color: #003aa0;
  color: #fff;
}

.hs-datto-sec1 .et_pb_more_button {
  letter-spacing: 0px;
  font-size: 25px;
}

.hs-datto-sec1 a.scroll-down-wrap {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 30px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.hs-datto-sec1 a.scroll-down-wrap .et-pb-icon {
  color: #fff;
  font-size: 3.5em;
}

.hs-datto-sec1 .et_pb_row {
  position: static;
}
.hs-datto-page .hs-title-w-button h1 {
  font-size: 30px;
}

.hs-datto-gallery .slick-slide-inner-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 660px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0 6%;
}

.hs-datto-gallery .slick-slide-inner-wrapper .caption {
  background: transparent;
  position: static;
  display: block;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.hs-datto-gallery .et_pb_slide_description {
  padding: 16% 8%;
  font-size: 18px;
}

.hs-datto-gallery h2 {
  margin-top: 0;
  font-weight: 300;
  font-size: 46px;
  color: inherit;
}

.hs-datto-gallery h2 a {
  color: inherit;
}

.hs-datto-gallery p {
  color: inherit;
}

.et_pb_text_overlay_wrapper {
  padding: 30px;
  background-color: rgba(0,0,0,0.75);
  color: #fff;
  border-radius: 3px;
}

.hs-datto-gallery .et_pb_button {
  border-color: rgba(0,0,0,0.75);
  color: rgba(0,6,22,0.72)!important;
  background: rgba(0,0,0,0.06);
  background-color: rgba(0,0,0,0.06);
}

.hs-datto-gallery .et_pb_button:hover {
  color: #ffffff!important;
  background: #003aa0!important;
  padding-left: 0.7em;
  padding-right: 2em;
  border-color: #003aa0!important;
}

.hs-datto-gallery ul.slick-dots {
  position: absolute;
  bottom: 30px;
}

.custom-image-gallery ul.slick-dots li.slick-active button:before {
  display: none !important;
}

.hs-datto-gallery.custom-image-gallery ul.slick-dots li {
  margin-left: 0;
}

.et_pb_text_overlay_wrapper.hs-white {
  background-color: rgba(255,255,255,.9);
  border-radius: 0px;
  color: #333;
}
.hs-about-page .hs-banner {
  padding-bottom: 20px !important;
}

.hs-about-sec1 .hs-full-content {
  letter-spacing: 1px;
}

.hs-about-sec1 .hs-text-wrap {
  padding-bottom: 50px;
}

.et_section_regular.hs-core-values {
  background-color: rgba(0,58,160,0.35)!important;
}

.hs-core-values .et_pb_text_inner {
  letter-spacing: 1px;
}

.hs-about-page .et_pb_text_3 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  background-color: rgba(0,58,160,0.72);
  padding-top: 20px!important;
  padding-right: 20px!important;
  padding-bottom: 20px!important;
  padding-left: 20px!important;
  margin-top: 40px!important;
  margin-right: 20px!important;
  margin-bottom: 20px!important;
  margin-left: 20px!important;
}

.hs-about-page .et_pb_text_2 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  background-color: rgba(0,58,160,0.72);
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.hs-about-page .et_pb_blurb_0.et_pb_blurb {
  font-weight: 700;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 20px;
}

.hs-about-page .et_pb_row_2.et_pb_row {
  padding-right: 40px;
  padding-left: 40px;
}

.hs-core-values .et_pb_row:not(:last-child) .et_pb_text_2 {
  margin-top: 40px;
}

.hs-core-values .hs-subtitle {
  margin-bottom: 30px;
}

.hs-core-values .et_pb_row:last-child .et_pb_blurb_description {
  margin-bottom: 38px;
}
.hs-about-sec2.et_pb_section {
  padding-top: 0;
}

.hs-about-sec2 .brown-bg {
  background-color: rgba(48,18,0,0.59)!important;
  text-align: center;
  position: relative;
  padding: 30px;
  line-height: 1.5;
  color: #fff;
}

.hs-about-sec2 .brown-bg img {
  margin: 0 0 20px;
}

.hs-about-sec2 .brown-bg h2 {
  display: block;
  margin-top: 16px;
  font-weight: 700;
  font-size: 15px;
  color: inherit;
  padding: 0;
  line-height: 22px;
}
.hs-about-sec2 .brown-bg h2+p {
  font-size: 15px;
}
.hs-about-sec2 .hs-left img {
  margin-top: 4.242%;
}

.hs-about-sec2 .hs-left h2:not(:first-of-type) {
  margin-top: 4.242%;
}

.hs-about-sec2 .brown-bg em {
  font-size: 15px;
}
.hs-datto-sec1 .et_pb_more_button:hover {
  color: #003aa0!important;
  background: #ffffff!important;
  letter-spacing: 0px;
  padding-left: 0.7em;
  padding-right: 2em;
}

.hs-datto-sec1 .et_pb_more_button:after {
  font-size: 1.6em;
  color: #003aa0;
}
/* ====================Data Services Website Page====================== */
.hs-data-services-page .hs-title-w-button h1 {
  font-size: 30px;
}
.hs-data-services-page .hs-title-w-button .et_pb_button:hover {
  color: #003aa0!important;
  background: #ffffff!important;
  letter-spacing: 0px;
  padding-left: 0.7em;
  padding-right: 2em;
}
.icon-search:before {
  content:'';
}

.icon-settings:before {
  content:'';
}
.hs-data-services-page .header-container {
  padding: 1px 0 0;
}

.hs-data-services-page .et_pb_section_4.et_pb_section {
  background: #fff !important;
  text-align: center;
}

.hs-data-services-page .et_pb_section_4.et_pb_section * {
  text-align: center;
}

.hs-data-services-page .et_pb_section_2.et_pb_section {
  background: transparent !important;
}

.hs-data-services-page .et_pb_section_2.et_pb_section .et_pb_button {
  display: inline-block;
  margin-top: 20px;
  color: #ffffff!important;
  background: #003aa0;
  letter-spacing: 0px;
  font-size: 24px;
  font-weight: 700!important;
  background-color: #003aa0;
}

.hs-data-services-page .et_pb_section_2.et_pb_section .et_pb_button:hover {
  color: #003aa0!important;
  background: #ffffff!important;
  letter-spacing: 0px;
  padding-left: 0.7em;
  padding-right: 2em;
}

.hs-data-services-page .et_pb_section_2.et_pb_section .et_pb_button:after {
  color: #003aa0;
  line-height: 1em;
  font-size: 1.6em!important;
  opacity: 0;
  margin-left: -1em;
  left: auto;
  display: inline-block;
}

.hs-data-services-page .et_pb_section_2.et_pb_section .et_pb_button:hover:after {
  margin-left: 0;
  left: auto;
  margin-left: .3em;
  opacity: 1;
}

.hs-data-services-page .hs-full-content img {
  width: 47.25% !important;
}

.hs_testimonials_column_1_2 {
  padding-top: 10px;
  width: 47.25%;
  position: relative;
  z-index: 9;
}

.hs_testimonial {
  position: relative;
  padding: 30px;
  line-height: 1.5;
  background-color: #f5f5f5;
}

.et_pb_testimonial_author {
  display: block;
  margin-top: 16px;
  font-weight: 700;
}

.hs_testimonial:before {
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 50%;
  margin-left: -16px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  background: #f5f5f5;
  font-size: 32px;
  content: "\7c";
}
.hs_column_1_2.hs_testimonials_column_1_2:last-child:not(:nth-child(even)) {
  width: 100%;
}
.hs_column_1_2.hs_testimonials_column_1_2:last-child:not(:nth-child(even)) {
  width: 100%;
}

.hs_column_1_2.hs-pricing-col {
  width: 47.25%;
}

.et_pb_pricing_table {
  position: relative;
  width: 100%;
  margin: 30px -1px 0 0;
  padding-bottom: 30px;
  border: 1px solid #bebebe;
  background-color: #fcfcfc;
  text-align: center;
}

.et_pb_pricing_heading {
  position: relative;
  margin-bottom: 17px;
  padding: 10px 0;
  background-color: #003aa0;
}

.et_pb_pricing_heading h2 {
  padding-bottom: 5px;
  font-size: 40px!important;
  color: #ffffff!important;
  font-weight: 500;
  line-height: 1em;
}

.et_pb_pricing_content_top {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #bebebe;
}

.et_pb_et_price {
  color: #999;
  font-size: 16px;
}

.et_pb_dollar_sign {
  position: absolute;
  font-weight: 400;
  font-size: 22px;
  margin-left: -13px;
}

.et_pb_pricing_table_0 .et_pb_et_price .et_pb_sum {
  font-size: 45px;
  line-height: 36px;
  font-weight: 300;
  color: #edb059;
}

.et_pb_pricing_content {
  position: relative;
  padding: 30px;
  text-align: left;
}

.et_pb_pricing_content ul {
  padding: 0!important;
  line-height: inherit!important;
  list-style: none!important;
  text-align: center;
}

.et_pb_pricing_content li {
  position: relative;
  padding: 0 0 1.6em 0;
  line-height: 1.6em;
  font-weight: 700;
  font-size: 20px;
  color: #003aa0!important;
}

.et_pb_button_wrapper {
  padding-right: 30px;
  padding-left: 30px;
}

.et_pb_button_wrapper .et_pb_button {
  color: #ffffff!important;
  background: #003aa0;
  background-color: #003aa0;
}

.et_pb_button_wrapper .et_pb_button:hover {
  color: #003aa0!important;
  background: #ffffff!important;
  border-color: #003aa0!important;
  padding-left: 0.7em;
  padding-right: 2em;
}

.et_pb_pricing_content li:last-child {
  padding: 0;
}
.main_title h3.post-title {
  padding-left: 30px;
}
.hs-data-services-page .et_pb_section_4.et_pb_section .et-pb-icon {
  color: #003aa0;
}
.hs-data-services-page .hs-full-width-bg-0 {
  padding: 50px 0;
}
/* =====================Careers Website Page====================== */
.hs-careers-page .hs-banner {
  padding-bottom: 20px !important;
}

.hs-careers-page p.secondary-header {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 22px;
}
.hs-careers-page .hs-accodrion-title {
  margin: 0;
}

.hs-careers-page .hs-accodrion-title h4 {
  font-size: 28px;
  color: #666;
  font-weight: 500;
  font-family: "Open Sans",Arial,sans-serif;
  line-height: 23px;
  margin-bottom: 5.82%;
  padding: 0;
}

.hs-careers-page h5.et_pb_toggle_title {
  font-size: 16px;
}

.hs-careers-page .et_pb_toggle_close:not(:last-child) {
  margin-bottom: 5.82%;
}
.rbox-job-fullpage {
  display: none;
}

.hs-job-header {
  padding: 10px 0;
  border-bottom: 1px dotted rgba(127, 127, 127, 0.2);
  border-top: 1px dotted rgba(127, 127, 127, 0.2);
  cursor: pointer;
}

.hs-job-header a {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  text-decoration: none;
  color: #edb059;
}

.hs-job-header:hover a {
  text-decoration: underline;
}

.hs-job-header:hover {
  border-bottom-style: solid;
  cursor: pointer !important;
}

.rbox-opening-position-type {
  margin-right: 5px;
}

.rbox-opening-position-type, .rbox-opening-allows-remote {
  border: 1px solid #ccc;
  padding: 3px 5px;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
}
.hs-opening-form-wrapper {
  display: none;
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  padding-top: 40px;
}
.rbox-top-links {
  margin-bottom: 20px;
}

h2.rbox-job-title {
  font-size: 1.7em;
  line-height: 1.6em;
  font-weight: bold;
}

.rbox-job-shortdesc {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: normal;
}

.rbox-opening-position-info {
  margin-top: 5px;
}

.rbox-opening-position-info {
  margin-bottom: 5px;
}

.rbox-job-longdesc {
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
  margin: 0in;
  font-family: Calibri;
  font-size: 11.0pt;
}
.hs-current-openings .rbox-btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;      *
  background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.hs-current-openings .rbox-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1; padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.5em;
  *line-height: 20px;
  color: #000000;
  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: -ms-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(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  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);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.rbox-job-fullpage .rbox-buttons {
  margin-top: 30px;
}

.rbox-bottom-links {
  margin-top: 20px;
}

.hs-input[type="file"] {
  border: 0;
}
.hs-careers-sec4.et_pb_section {
  background-color: rgba(0,58,160,0.24)!important;
  text-align: center;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.hs-careers-sec4 .hs_cos_wrapper_type_rich_text:before {
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 50%;
  margin-left: -16px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  background: #f5f5f5;
  font-size: 32px;
  content: "\7c";
  background: inherit;
}

.hs-careers-sec4 strong {
  display: block;
  margin-top: 16px;
  font-weight: 700;
}

.hs-careers-sec4 .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 30px 0 0;
  position: relative;
}
.custom-image-gallery .slick-dots li button:before {
  display: none;
}

.custom-image-gallery ul.slick-dots {
  position: absolute;
}
.hs-careers-page .et_pb_toggle_close {
  font: inherit;
  color: inherit !important;
}

body.careers .hs-title-w-button h1 {
  font-size: 30px;
}
/* ===============================Home Page===============================  */
.icon-reload:before {
  content:'';
}
.icon-cloud:before {
  content:'';
}
.icon-comm:before {
  content:'v';
}
.icon-rench:before {
  content:'';
}
.icon-graph:before{
  content:'';
}
.icon-lock-2:before{
  content:'~';
}
.hs-home-page .header-container {
  padding: 0;
}

.et_pb_section.hs-home-banner {
  background: transparent;
  padding-bottom: 100px;
  padding-top: 196px;
  text-align: center;
}
.hs-home-banner h1 {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 56px;
  line-height: 1.8em;
  margin-bottom: 2.75%;
  padding: 0;
  margin-top: -2px;
}

.hs-home-banner .et_pb_row {
  padding: 13px 0;
  width: 80%;
  max-width: 1080px;
}

.hs-home-banner p.subtitle {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 20px;
  margin-bottom: 2.75%;
}

.hs-home-banner p.desc-text {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
  display: block;
  font-weight: 500;
}

.hs-home-banner .hs-inner-text {
  width: 100%;
}
.hs-home-sec1 .hs-full-content {
  background-color: rgba(0, 58, 160, 0.72);
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-home-sec1 .hs-full-content .et_pb_row {
  padding: 0;
}

.et_pb_section.hs-services-wrapper {
  background-color: #e1d9d7;
  padding-top: 54px;
  padding-bottom: 31px;
  text-align: center;
}

.hs-services-wrapper .hs-service-item {
  margin: 0 0 9.27%;
  width: 100%;
}

.hs-services-wrapper .et-pb-icon {
  color: rgba(0, 58, 160, 0.72);
  font-size: 96px;
  font-weight: 400;
  text-align: center !important;
  display: block;
}

.hs-services-wrapper .et_pb_row {
  padding: 13px 0;
}

.hs-services-wrapper .et_pb_main_blurb_image {
  display: block !important;
  width: 100% !important;
}


.hs-services-wrapper .et_pb_blurb_container {
  display: block;
  padding: 0;
  text-align: center;
}

.hs-services-wrapper .et_pb_blurb_container h2 {
  font-size: 23px;
  color: #003aa0 !important;
}

.hs-home-page .hs-services-wrapper .et_pb_blurb_container h2 a {
  color: inherit !important;
  color: #003aa0 !important;
}

.hs-services-wrapper .p1 {
  font-size: 14px !important;
  font-family: Comfortaa;
}

.hs-services-wrapper .et_pb_button {
  font-size: 20px !important;
  font-weight: 500;
  background-color: rgba(48, 18, 0, 0.4);
  color: #fff;
  font-family: Comfortaa;
}

.hs-home-sec1 .hs-full-width-bg {
  background-color: transparent !important;
  color: #fff;
  padding: 50px 0;
}

.hs-home-sec1 .hs-full-width-bg *:not(a) {
  color: #fff;
}

.hs-home-sec1 .hs-full-width-bg .et_pb_row {
  padding: 13px 0;
}

.hs-home-sec1 .hs-full-width-bg .et_pb_button {
  color: #ffffff!important;
  font-size: 22px;
  background-color: #003aa0;
  font-family: Comfortaa, display;
}
.hs-home-sec1 .hs-full-width-bg-0 h1 {
  font-size: 31px;
}

.hs-home-sec1 .hs-full-width-bg h3 {
  margin-bottom: 2.75%;
}

.hs-two-col-video {
  background: transparent;
  padding: 0 !important;
  font-family: 'Comfortaa',display;
  text-align: center;
}

.hs-home-sec2 {
  background-color: rgba(0,58,160,0.72);
  padding-bottom: 30px;
  color: #fff;
}

.et_pb_column_1_2:last-child {
  margin-right: 0 !important;
}

.hs-home-sec2 .page-center.page-center1 {
  margin-top: 60px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
}

.hs-two-col-video h2 {
  font-size: 30px;
  color: inherit;
  margin-bottom: 5.82%;
  padding: 0;
  text-align: left;
}

.hs-two-col-video p {
  font-weight: 500;
  font-family: 'Comfortaa',display;
  text-align: left;
  color: inherit;
  margin-bottom: 5.82%;
}

.hs-video-wrap {
  position: relative;
}

.et_pb_video_overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  cursor: pointer;
}

.et_pb_video_overlay_hover {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.et_pb_video_play {
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  color: #fff;
}

.et_pb_video_overlay .et_pb_video_play {
  color: #000000;
  margin-top: -3rem;
  margin-left: -3rem;
  font-size: 6rem;
  line-height: 6rem;
}

.et_pb_video_play:before {
  font-family: ETmodules;
  content: "\49";
}

.et_pb_video_overlay_hover:hover {
  background: rgba(0,0,0,.6);
}

.hs-home-sec2 .page-center.page-center2 {
  padding: 13px 0;
}

.hs-home-sec2 .hs-quote {
  background-color: #f5f5f5;
  position: relative;
  padding: 30px;
  line-height: 1.5;
  color: #666666;
  font-family:Comfortaa, display;
}

.hs-home-sec2 .hs-quote:before {
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 50%;
  margin-left: -16px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  background: #f5f5f5;
  font-size: 32px;
  content: "\7c";
}
.et_pb_section.hs-two-col-image {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: 100%;
  -moz-background-size: cover;
  background-size: 100%;
  background-size: cover;
  position: relative;
  background-color: #1e4872;
  padding: 25px 0;
}

.hs-two-col-image-center {
  padding: 13px 0;
  width: 89%;
  max-width: 89%;
  margin: 0 auto;
  text-align: center;
  font-family: Comfortaa, display;
}

.hs-two-col-image-center .et_pb_button {
  border-color: #ffffff;
  font-size: 23px;
  background-color: #003aa0;
  color: #fff;
  margin-top: 130px;
  width: 100%;
  font-size: 20px;
}

.hs-two-col-image-center .hs-image-wrap {
  border: 3px solid #fff;
}

.header-transparent .hs-copyright-wrapper {
  background-color: #003aa0;
  color: #fff;
  font-family: Comfortaa, display;
  padding-top: 30px;
}

.header-transparent .hs-copyright-wrapper p {
  color: #fff;
}

.header-transparent .hs-copyright-wrapper a {
  color: #fff;
}

.header-transparent .hs-copyright-wrapper a:hover {
  color: #666!important;
}
.hs-home-page .hs-title-w-button a {
  font-family: Comfortaa, display;
}
div[data-widget-type="global_group"] {
  min-height: 0 !important;
}
.hs-two-col-image-center .hs-image-wrap img {
  height: 356px;
  object-fit: cover;
}
/* Security Resources Website Page */
.hs-security-sec1 h2 {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 28px;
  margin-bottom: 2.75%;
  padding: 0;
  color: inherit;
  line-height: 23px;
}

.hs-security-sec1 {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
}

.hs-security-sec1 .hs-top-pane {
  padding-bottom: 2.75%;
  position: relative;
  margin-bottom: 23px;
}

.hs-security-sec1 .hs-top-pane:after {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #eee;
  border-top-color: rgba(0,0,0,.1);
  content: "";
  border-top-color: #000000;
}

.security-sec2 .hs_cos_wrapper_type_rich_text {
  display: block;
  margin-bottom: 5.82%;
  position: relative;
  padding-left: 47px;
}

.security-sec2 .hs_cos_wrapper_type_rich_text h4 {
  color: #000000;
}

.security-sec2 .hs_cos_wrapper_type_rich_text h4 a {
  color: inherit;
}

.security-sec2 .hs_cos_wrapper_type_rich_text:before {
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  font-family: ETmodules;
  font-size: 32px;
  color: #0000cc;
  content: 'Z';
  position: absolute;
  left: 0;
  top: 0;
}

.hs-security-page table {
  width: 100%;
  margin: 0 0 15px 0;
  border: 1px solid #eee;
  text-align: left;
  word-break: break-word;
}

.hs-security-page tr td {
  padding: 6px 24px;
  border-top: 1px solid #eee;
}

.hs-security-page tr:first-child > td {
  border-top: 0;
}
.hs-recent-post-group {
  padding-left: 47px;
}

.wp-embed {
  padding: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #82878c;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  overflow: auto;
  zoom: 1; margin-bottom: 18px;
}

.wp-embed, .wp-embed-share-input {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.wp-embed p {
  margin: 0;
}

.wp-embed-featured-image {
  margin-bottom: 20px;
}

p.wp-embed-heading {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
}

.wp-embed-footer {
  display: table;
  width: 100%;
  margin-top: 30px;
}

.wp-embed a {
  color: #82878c;
  text-decoration: none;
}

.wp-embed-featured-image img {
  width: 100%;
  height: auto;
  border: none;
}

.wp-embed-heading a {
  color: #32373c;
}

.wp-embed-footer img {
  width: 25px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.wp-embed-site-title {
  font-weight: 600;
  line-height: 25px;
}

.wp-embed-meta {
  display: none;
}
.icon-wireless-2:before {
  content:'';
}
.et_pb_section.hs-services-wrapper .et_pb_row_2 {
  padding-left: 10%;
  padding-right: 10%;
}
.hs-security-page tr td:first-child {
  width: 150px;
}
.custom-image-gallery .hs-4th-slide .et_pb_button_wrapper .et_pb_button {
  color: rgba(0,6,22,0.72)!important;
  background: rgba(0,0,0,0.06);
  background-color: rgba(0,0,0,0.06);
}
.custom-image-gallery .hs-3rd-slide .et_pb_button_wrapper .et_pb_button{
  color: #ffffff!important;
  background: rgba(0,0,0,0.75);
  background-color: rgba(0,0,0,0.75);
  border: 2px solid #fff;

}
.custom-image-gallery .et_pb_button_wrapper .et_pb_button {
  color: rgba(0,6,22,0.72)!important;
  background-color:transparent;
}
.custom-image-gallery .et_pb_button_wrapper .et_pb_button:hover {
  color: #ffffff!important;
  background: #003aa0!important;
  padding-left: 0.7em;
  padding-right: 2em;
}
body.hs-full-width-form.white-paper-download .body-container {
  font-weight: 500;
  color: #888888;
}
/* Team Member  */
.hs-team-page .hs-banner {
  padding-bottom: 20px !important;
}

.hs-tem-sec1 .section-header p.secondary-header {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 24px;
  padding-bottom: 47px;
}
.et_pb_column_1_3 .et_pb_team_member_image {
  display: block;
  float: none;
  width: auto;
  margin: 0 0 12px;
  text-align: center;
}

.et_pb_column_1_3 .et_pb_team_member_description {
  position: relative;
  vertical-align: top;
  display: block;
}

.hs-team-item h4 {
  font-size: 18px;
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
}

.et_pb_member_position {
  padding-bottom: 7px;
  color: #aaa;
  padding: 0;
}

.hs-team-item .et-learn-more {
  margin: 10px 0;
  border: 1px solid #e7e7e7;
  background: #fff;
  -webkit-box-shadow: 1px -1px 0 0 #fff;
  -moz-box-shadow: 1px -1px 0 0 #fff;
  box-shadow: 1px -1px 0 0 #fff;
  color: #201f1f!important;
  text-shadow: none!important;
}

.hs-team-item .et-learn-more h3.heading-more {
  position: relative;
  margin: 0!important;
  padding: 16px 50px 16px 22px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #999;
  text-shadow: 1px 1px 0 #fff;
  font-size: 14px;
  letter-spacing: 0;
  background: #f9f9f9;
  background: -moz-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f9f9f9),color-stop(100%,#f5f5f5));
  background: -webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
  background: -o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
  background: -ms-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
  background: linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);
  cursor: pointer;
}

.et-learn-more .learn-more-content {
  padding: 30px 30px 20px;
  border-top: 1px solid #e7e7e7;
  display: none;
}

.et-learn-more h3.heading-more span.et_learnmore_arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  border-left: 1px solid #fff;
  -webkit-box-shadow: -1px 0 0 0 #e7e7e7;
  -moz-box-shadow: -1px 0 0 0 #e7e7e7;
  box-shadow: -1px 0 0 0 #e7e7e7;
}

.et-learn-more span.et_learnmore_arrow span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 10px;
  margin-top: -5px;
  margin-left: -6px;
  background: url(//cdn2.hubspot.net/hubfs/2919959/iuvo_Technologies_October2017%20Theme/images/shortcodes-sprite.png) no-repeat -58px -2px;
}

.entry-content .et_pb_member_social_links {
  margin-top: 20px;
  padding: 0;
  list-style-type: none!important;
  line-height: 26px;
  list-style: none;
}

.et_pb_member_social_links li {
  display: inline-block;
  margin-right: 15px;
}

.et_pb_member_social_links a {
  display: inline-block;
  position: relative;
  color: #b2b2b2;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: color .3s ease 0s;
}

.et_pb_linkedin_icon:before {
  content: "\e09d";
}

.et_pb_member_social_links span {
  display: none;
}

ul.et_pb_member_social_links {
  padding: 0;
  margin-top: 20px;
  padding: 0;
  list-style-type: none!important;
  line-height: 26px;
}

.et_pb_member_social_links a:hover {
  color: #2ea3f2;
}
.et-learn-more .open span.et_learnmore_arrow span {
  background-position: -58px -14px;
}
.hs-team-group img {
  width: 320px;
  display: block;
}

.hs-tem-sec3 {
  border-top: 1px solid #000;
  padding: 2.75% 0px 0;
  margin-top: 22px;
}
.hs-tem-sec3 h3 {
  font-weight: 900;
  font-family: "Open Sans",Arial,sans-serif;
  line-height: 1.7em;
  font-size: 14px;
  color: #666;
  margin-top: 23px;
  padding-bottom: 13px;
}
.hs-tem-sec3 input.hs-button {
  margin: 0;
  outline: 0;
  border: none;
  font-family: Helvetica,Arial,sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 18px 7px;
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 0 -1px 0 #3574e3;
  background-color: #3574e3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7ec8f4),to(#3574e3));
  background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  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;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hs-tem-sec3 input.hs-button:hover {
  -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;
}

.hs-tem-sec3 input.hs-button:active {
  background-color: #599eeb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3574e3),to(#599eeb));
  background-image: linear-gradient(to bottom, #3574e3,#599eeb);
  -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), inset 0px -1px 0px rgba(255,255,255,0.3);
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), inset 0px -1px 0px rgba(255,255,255,0.3);
  border-top: 1px solid #1c4ed5;
  border-bottom: 1px solid #4084e2;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
}

.hs-tem-sec3 .actions {
  padding: 17px 0px 18px 0px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.hs-tem-sec3 input.hs-input {
  height: 18px;
  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;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.2s linear,-webkit-box-shadow 0.2s linear;
  transition: border 0.2s linear,-webkit-box-shadow 0.2s linear;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  transition: border 0.2s linear,box-shadow 0.2s linear,-webkit-box-shadow 0.2s linear;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.hs-tem-sec3 .hs-form-field > label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #414141;
}

.hs-tem-sec3 input.hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}

.hs-tem-sec3 input.hs-input.invalid,.hs-tem-sec3 input.hs-input.error {
  border-color: #c87872;
  -webkit-box-shadow: 0 0 3px rgba(171,41,32,0.25);
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}

.hs-tem-sec3 input.hs-input.invalid:focus, .hs-tem-sec3 input.hs-input.error:focus {
  border-color: #b9554d;
  -webkit-box-shadow: 0 0 6px rgba(171,41,32,0.5);
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}
.widget-span.hs-tem-sec3 {
  margin-top: 2% !important;
}
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


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


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

@media (min-width: 981px) {
  .et_pb_gutters3 .et_pb_column_1_4, 
  .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
    width: 20.875%;
  }
  .hs-service-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hs-title-service-wrap .et_pb_column {
    width: 20.875%;
    float: left;
  }

  .hs-service-wrapper {
    width: 73.62500%;
    float: left;
  }

  .hs-service-item {
    width: 28.353%;
    float: left;
  }

  .hs-service-item:not(:nth-child(3n + 3)) {
    margin-right: 7.4705%;
  }
  .et_pb_gutters3 .et_pb_column,
  .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 5.5%;
  }

  .et_pb_gutters3 .et_pb_column_1_3,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
    width: 29.667%;
  }

  .hs-icon-w-text .et_pb_module,
  .hs-strategic-partnerships-sec .hs-right h2 {
    margin-bottom: 5.82%;
  }
  .hs-it-services .hs-image {
    max-width: 32%;
    margin-left: 0;
  }
  .et_pb_gutters3 .et_pb_column_4_4,
  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 {
    width: 100%;
  }
  .et_pb_section {
    padding: 4% 0;
  }
  .et_pb_row{
    padding: 2% 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .et_pb_fullwidth_section {
    padding: 0 !important;
  }
  #left-area {
    width: 79.125%;
    padding-bottom: 23px;
    margin:0;
  }
  .et_right_sidebar #left-area {
    float: left;
    padding-right: 5.5%;
    margin:0;
  }
  #sidebar {
    float: left;
    width: 20.875%;
    margin:0;
  }
  .et_right_sidebar #sidebar {
    padding-left: 30px;
    margin:0;
  }

  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 2.75%;
  }
  .et_pb_section .et_pb_row .et_pb_column .et_pb_module.et-last-child,
  .et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child,
  .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child,
  .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child,
  .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child,
  .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child {
    margin-bottom: 0;
  }
  .et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 5.5%;
  }
  .et_pb_gutters3 .et_pb_column_1_2, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
    width: 47.25%;
  }
  .et_pb_row .et_pb_column.et-last-child, 
  .et_pb_row .et_pb_column:last-child, 
  .et_pb_row_inner .et_pb_column.et-last-child, 
  .et_pb_row_inner .et_pb_column:last-child {
    margin-right: 0!important;
  }
  .et_pb_gutters3 .hs-it-services .et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
    margin-bottom: 5.82%;
  }
  .et_pb_gutters3 .hs-it-services .et_pb_column_1_2:nth-child(even) {
    margin-right: 0!important;
  }
  .widget-span.hs-half {
    width: 47.25%;
    margin-right: 5.5%;
  }

  .widget-span.hs-half:last-child {
    margin: 0;
  }
  .hs-full-text-2 .hs-full-content h1 {
    margin-bottom: 2.75%;
  }
  .widget-span.hs_column_1_3 {
    width: 29.667%;
  }

  .widget-span.hs_column_1_3:not(:last-child) {
    margin-right: 5.5%;
  }

  .widget-span.hs_column_2_3 {
    width: 64.833%;
    margin: 0;
  }

  .widget-span.hs_column_2_3:not(:last-child) {
    margin-right: 5.5%;
  }
  .hs-one-third,
  .widget-span.hs-one-third {
    width: 29.667%;
    float: left;
    position: relative;
    margin-left:0;
  }

  .hs-three-top-image .hs_pb_image {
    margin-bottom: 9.27%;
  }
  .hs-one-third:not(:last-child) {
    margin-right: 5.5%;
  }
  .widget-span.hs_column_1_2 {
    width: 47.25%;
    margin-left: 0;
  }
  .widget-span.hs_column_1_4 {
    width: 20.875%;
    margin-left: 0;
  }
  .widget-span.hs_column_1_2:not(:last-child),.widget-span.hs_column_1_4:not(:last-child) {
    margin-right: 5.5%;
  }
  .hs_column_1_4 {
    width: 20.875%;
  }

  .hs_column_1_4:not(:last-child) {
    margin-right: 5.5%;
  }
  .et_pb_gutters1 .et_pb_column_1_2,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_2 {
    width: 50%;
    margin-right: 0!important;
  }
}


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1024px) and (min-width: 981px) {
  .header-transparent .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 10px;
  }
}
@media (max-width: 980px) {
  .widget-span.hs-tem-sec3 {
    margin-top: 30px !important;
  }
  .et_pb_column .et_pb_row_inner, .et_pb_row {
    padding: 30px 0;
  }
  .et_pb_fullwidth_section {
    padding: 0 !important;
  }
  .hs-template .body-container {
    padding: 50px 0;
  }

  .hs-template .body-container .page-center {
    padding: 30px 0;
  }
  .full-in-mobile {
    width:100% !important;
  }
  .widget-span.full-in-mobile {
    width:100%;
    margin-left:0;
  }
  .et_right_sidebar .container:before {
    display:none;
  }
  .et_right_sidebar .container {
    padding-top: 57px;
  }

  .et_pb_column .et_pb_module {
    margin-bottom: 30px;
  }

  .et_pb_column {
    width: 100%;
  }
  .et_pb_section {
    padding: 50px 0;
  }
  .et_pb_divider_0 {
    display: none!important;
  }
  .hs-it-services .et_pb_blurb {
    margin-bottom: 30px !important;
  }

  .widget-span.hs-half {
    width:100%;
    margin:0;
  }
  .section-header {
    padding: 0 0 30px;
    border: 0;
    margin: 0;
  }
  .hs-service-wrapper {
    float: left;
    width: 100%;
    margin-top: 30px;
  }

  .hs-service-wrapper .et_pb_blurb_content {
    max-width: 100%;
  }

  .hs-service-item {
    width: 50%;
    float: left;
    padding-right: 25px;
  }
  .widget-span.hs_column_1_3,
  .widget-span.hs_column_2_3{
    width: 100%;
    margin:0;
  }
  .hs-cai-page .section-header p.secondary-header {
    margin: 30px 0;
  }

  .hs-three-top-image .hs_pb_image {
    margin: 0 0 30px;
  }

  .hs-one-third:not(:last-child) {
    margin: 0 0 30px;
  }
  .hs-top-icon-group .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
    width: 47.25%;
    margin-right: 5.5%;
    float: left;
  }

  .hs-top-icon-group .et_pb_row_4col>.et_pb_column.et_pb_column_1_4:nth-child(even) {
    margin-right: 0;
  }
  .hs-computer-security-sec .hs-full-width-bg .et_pb_module {
    margin: 0;
  }

  .hs-computer-security-sec .hs-service-item {
    width: 100%;
    padding: 0;
  }

  .hs-computer-security-sec .hs-title-service-wrap {
    max-width: 550px !important;
  }

  .hs-computer-security-sec .hs-half img {
    margin: 0 0 30px;
  }

  .hs-computer-security-sec .hs-half:not(:last-child) {
    margin: 0 0 30px !important;
  }
  .hs-corp-res-sec h2 {
    margin: 0 0 30px;
  }

  .custom-image-gallery {
    margin-top: 30px;
  }
  .hs-business-continuity-sec .hs-full-content .hs-cta-wrapper {
    margin-top: 30px;
  }
  .widget-span.hs_column_1_2,
  .widget-span.hs_column_1_4,
  .widget-span.hs-one-third,
  .hs_column_1_4{
    width: 100%;
    margin-left: 0;
  }

  .widget-span.hs_column_1_2:not(:last-child),
  .widget-span.hs_column_1_4:not(:last-child),
  .widget-span.hs-one-third:not(:last-child),
  .hs_column_1_4:not(:last-child),
  .widget-span.hs-half:not(:last-child){
    margin-bottom: 30px;
  }
  .hs-devops-page .hs-icon-w-text .et_pb_module {
    margin: 0 0 30px;
  }
  .hs-datto-gallery .slick-slide-inner-wrapper {
    min-height: 600px;
  }

  .hs-datto-gallery h2 {
    font-size: 26px;
    font-weight: 500!important;
  }

  .hs-datto-gallery p {
    font-size: 13px;
    font-weight: 400;
  }
  .hs-core-values .et_pb_row:not(:last-child) .et_pb_text_2 {
    margin-bottom: 20px;
  }

  .et_pb_column .et_pb_module {
    margin-bottom: 0;
  }

  .et_pb_text_2 {
    margin-bottom: 20px !important;
  }

  .hs-about-page .hs-left {
    margin-bottom: 30px;
  }
  .et_pb_column:not(:last-child) {
    margin-bottom: 30px;
  }
  .hs-data-services-page .hs-full-content img {
    width: 100% !important;
  }

  .hs_column_1_2.hs-pricing-col {
    width: 100%;
  }

  .et_pb_pricing_table {
    margin-top: 0;
  }
  .hs-careers-page .hs-accodrion-title h4,
  .hs-careers-page .et_pb_toggle_close:not(:last-child) {
    margin: 0 0 30px;
  }
  .header-transparent .custom-header {
    background-color: #528cbf;
  }

  .header-transparent .custom-menu-primary.widget-span .hs-menu-wrapper {
    background-color: #528cbf;
  }

  .header-transparent .custom-menu-primary.widget-span .hs-menu-wrapper a {
    color: #fff;
  }
  .et_pb_section.hs-home-banner {
    padding-top: 79px;
  }

  .hs-services-wrapper .et_pb_row, .hs-home-sec2 .page-center.page-center2, .hs-home-banner .et_pb_row {
    padding: 29px 0;
  }

  .hs-services-wrapper .hs-service-item {
    padding: 0;
  }

  .hs-services-wrapper .hs-service-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .hs-home-sec2 .hs-quote:not(:last-child) {
    margin-bottom: 30px;
  }

  .hs-two-col-image-center .et_pb_button {
  }

  .hs-two-col-image-center {
    width: 80%;
  }
  .hs-security-sec1 h2 {
    margin: 0 0 30px;
  }

  .hs-security-sec1 .hs-top-pane {
    margin: 0 0 30px;
    padding: 0;
  }

  .security-sec2 .hs_cos_wrapper_type_rich_text {
    margin: 0 auto 30px;
    max-width: 550px;
  }

  .hs-security-sec1 .hs-top-pane:after {
    display: none;
  }

  .wp-embed {
    margin: 0 auto 18px;
    max-width: 550px;
  }
  .hs-home-banner h1,
  .hs-home-banner p.subtitle {
    margin: 0 0 30px;
  }
  .hs-about-sec2 .hs-left h2:not(:first-of-type) {
    margin-top: 30px;
  }
  .hs-fis-sec1 .et_pb_blurb_content {
    padding: 5px 10%;
  }
  .hs-full-width-sec .et_pb_column_4_4 .et_pb_module {
    margin: 0 0 30px;
  }

  .hs-full-width-sec img {
    display: block;
    margin: 0 auto;
    width: 235px;
  }
  .hs-full-width-sec h2:not(:first-of-type) {
    padding-bottom: 20px;
    margin-top: 10px;
  }
  .hs-security-page tr td {
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
  .datto-drive-signup .custom-image-gallery {
    margin-top: 0;
  }
  .hs-datto-gallery .slick-slide-inner-wrapper .caption {
    width: 100%;
  }
}
@media (max-width: 1360px) and (min-width: 981px){ 
  .hs-security-page tr td {
    font-size: 12px;
    padding: 5px;
  }
}
@media (max-width: 980px) and (min-width: 768px){
  .hs-about-sec2 .brown-bg img {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) and (min-width: 768px) { 
  .et_pb_section.hs-home-banner {
    padding-top: 82px;
  }
}

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

@media (max-width: 767px) {
  .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{
    max-width: 100% !important;
  }
  .body-container .widget-type-form,
  .body-container .widget-type-blog_subscribe,
  .body-container .widget-type-google_search,
  .body-container .widget-type-password_prompt.custom_error_message,
  .body-container .widget-type-email_simple_subscription {
    margin-bottom:25px;  
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    max-height: none;
    margin: 20px 0;
  }
  .blog .blog-sidebar {
    padding: 50px 0 0;
  }
  .et_right_sidebar .container {
    padding-top: 55px;
  }
  .et_right_sidebar #left-area img {
    float: none !important;
    margin: 15px 0 !important;
  }
  .hs-home-banner h1 {
    font-size: 30px;
    margin: 0 0 30px;
  }

  .hs-home-banner p.subtitle {
    margin: 0 0 30px;
  }

  .hs-services-wrapper .et_pb_row,
  .hs-home-sec2 .page-center.page-center2, 
  .hs-home-banner .et_pb_row {
    padding: 22px 0;
  }
  .hs-security-page table {
    display: block;
  }

  .hs-security-page tbody,.hs-security-page td,.hs-security-page tr {
    display: block;
    width: 100%;
    border: 0 !important;
  }

  .hs-security-page tr:not(:last-child) {
    border-bottom: 1px solid #eee !important;
  }
  .et_pb_video_overlay .et_pb_video_play {
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    font-size: 3rem;
    line-height: 3rem;
  }
}  


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

@media (max-width: 479px) {
  .hs-service-item {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .hs-top-icon-group .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
    margin-right: 0;
    width: 100%;
  }
  .hs-devops-page .et_pb_main_blurb_image .et-pb-icon,
  .hs-devops-page .et_pb_main_blurb_image .icon-share:before{
    font-size: 45px;
  }
  .et_pb_row_2.et_pb_row {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .et_pb_blurb_position_left .et_pb_main_blurb_image, 
  .et_pb_blurb_position_right .et_pb_main_blurb_image {
    width: 100%;
    display: block;
  }

  .et_pb_blurb_position_left .et_pb_blurb_container {
    display: block;
    padding: 0;
  }
  .privacy-policy .hs-banner>section.et_pb_module {
    padding-top: 200px;
  }

  .privacy-policy .hs-banner {
    background-position: center 30px;
  }
  .hs-strategic-partnerships .et_pb_blurb_position_left .et_pb_main_blurb_image,
  .it-services .et_pb_blurb_position_left .et_pb_main_blurb_image{
    width: 32px;
    display: table-cell;
  }

  .hs-strategic-partnerships .et_pb_blurb_position_left .et_pb_blurb_container,
  .it-services .et_pb_blurb_position_left .et_pb_blurb_container{
    padding-left: 15px;
    display: table-cell;
  }

}


@media (max-width: 379px) {
  .custom-logo img {
    width: 128px !important;
    margin: 1px 0 0;
  }
}

/*.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(6) a {*/
li.hs-menu-item.hs-menu-depth-1:nth-child(6) a{
    background-color: #ed7818;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 13px 10px 10px!important;
    border-radius: 3px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    padding-right: 22px;
    font-size: 12px;
    height: 33px;
  letter-spacing: 1px;}
 
.custom-menu-primary .hs-menu-wrapper > ul il ul li nth-child(6) a {
  color: #666;
  background-color: #fff;
  font-family: "Open Sans", Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
  line-height: 1.7em;
}


