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

@import url('//cdn2.hubspot.net/hubfs/4751718/Tiga_August2018-Theme/Data-Files/Font/Css/sociconcss.css');
@import url('//cdn2.hubspot.net/hubfs/4751718/Tiga_August2018-Theme/Data-Files/Font/Css/stack-interface.css');
@import url('//cdn2.hubspot.net/hubfs/4751718/Tiga_August2018-Theme/Data-Files/Font/Css/iconsmind.css');

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

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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

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

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

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

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

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

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  font-size: 87.5%;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  font-size: .8em;
  line-height: 1.85714286em;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', 'Roboto', 'Helvetica', Sans-Serif;
  font-style: normal;
  font-weight: 400;
  color: #666666;
  background: #043876;
}

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




@media (min-width: 768px)  {
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }
}
@media (min-width: 992px)  {
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
}
@media (min-width: 1200px)  {
  .container-fluid .row-fluid .page-center {
    max-width: 1170px;
  }
}
/* Highlighted Text 
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
*/

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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: “birch-std”, serif;
  font-style: normal;
  font-weight: 400;
  color: rgb(37, 37, 37);
  font-variant-ligatures: common-ligatures;
  margin-top: 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 2.35714286em;
    line-height: 1.31818182em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: .67em 0;
    margin-bottom: 0.59090909090909em;
}
h2 {
    font-size: 2em;
    line-height: 1.36363636em;
}
h3 {
    font-size: 1.78571429em;
    line-height: 1.5em;
}
h4 {
  margin-bottom: 1.36842105263158em;
  font-weight: 400;
  font-size: 1.35714286em;
  line-height: 1.36842105em;
}
h5 {
    font-weight: 600;
    font-size: 1em;
    line-height: 1.85714286em;
    margin-bottom: 1.85714286em;
}
h6 {
    margin-bottom: 2.16666666666667em;
    font-weight: 700;
    font-size: 0.85714286em;
    line-height: 2.16666667em;
}

/* Anchor Links */
a {
  color: #043876;
}
a:hover, a:focus { 
  color: #2275d7;
  text-decoration: underline;
}

/* Lists */
ol {
  list-style-position: outside;
  list-style-type: decimal;
}
ul, ol {
  
  line-height: 1.85714286em;
  margin-bottom: 1.85714286em;
  margin-top: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {
  background-color: #fff;
}

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


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

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

.header-container .page-center .custom-logo {
  max-width: 16.66666667%;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 9;
}


.custom-logo {
  text-align: center;
}
.custom-logo img {
  max-width: 153.63px;
  width: 100%!important;
  position: absolute;
  left: 20px;
}
.custom-menu-primary.desk {
  max-width: 100%;
  width: 100%;
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-menu-primary.desk .hs-menu-wrapper {
  text-align: right;
}
.custom-menu-primary.desk .hs-menu-wrapper > ul {
  position: relative;
  top: 5px;
  padding-top: 10px;
  vertical-align: middle;
}

.custom-menu-primary.desk .hs-menu-wrapper > ul > li:not(:hover) > a {
  opacity: .7;
}
.custom-menu-primary.desk .hs-menu-wrapper > ul > li>a {
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  color: #252525 !important;
  text-decoration: none;
}
.custom-menu-primary.desk .hs-menu-wrapper > ul > li:not(:last-child) {
  margin-right: 1.23809524em;
}
.custom-menu-primary.desk .hs-menu-wrapper > ul > li {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-family: “birch-std”, serif;
  font-size: 1.25em;
  text-transform: uppercase;
}
.custom-menu-primary.desk .hs-menu-wrapper > ul > li.hs-item-has-children>a:after {
  content: '\e80a';
  margin-left: 4px;
  font-family: "stack-interface";
  display: inline-block;
  font-size: 8px;
  position: relative;
  bottom: 2px;
}

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

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

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


.custom-body-content .container-fluid .row-fluid .page-center > .row-fluid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
.body-container .page-center.content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

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

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

.footer-container {
  background: #043876;
  color: #ffffff;
  padding-top: 3.71428571em;
  padding-bottom: 3.71428571em;
}
.footer-container .page-center > .row-fluid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}



.footer-container .page-center .custom-footer-bottom-grp .custom-copyright,
.footer-container .page-center .custom-footer-bottom-grp .custom-footer-links,
.footer-container .page-center .custom-footer-top-grp .custom-footer-bottom-links,
.footer-container .page-center .custom-footer-top-grp .custom-footer-soc-grp {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-container .page-center .custom-footer-bottom-grp .custom-footer-links .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: right;
}
.footer-container .page-center .custom-footer-bottom-grp .custom-footer-links .hs_cos_wrapper_type_rich_text a:hover {
  text-decoration: underline;
}
.footer-container .page-center .custom-footer-bottom-grp .custom-footer-links .hs_cos_wrapper_type_rich_text a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}

.footer-container .page-center .custom-footer-top-grp .custom-footer-soc-grp .custom-footer-social-grp ul.social-list.list-inline.list--hover li:last-child {
  margin-right: 0;
}
.footer-container .page-center .custom-footer-top-grp .custom-footer-soc-grp .custom-footer-social-grp ul.social-list.list-inline.list--hover li a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.footer-container .page-center .custom-footer-top-grp .custom-footer-soc-grp .custom-footer-social-grp ul.social-list.list-inline.list--hover li:hover {
  opacity: 1;
}
.footer-container .page-center .custom-footer-top-grp .custom-footer-soc-grp .custom-footer-social-grp ul.social-list.list-inline.list--hover li:first-child {
  padding-left: 0;
}
.footer-container .page-center .custom-footer-top-grp .custom-footer-soc-grp .custom-footer-social-grp ul.social-list.list-inline.list--hover li {
  display: inline-block;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  margin-right: 1.85714286em;
  opacity: .6;
}
.footer-container .page-center .custom-footer-top-grp .custom-footer-soc-grp .custom-footer-social-grp {
  text-align: right;
}
.footer-container .page-center .custom-footer-top-grp .custom-footer-soc-grp .custom-footer-social-grp ul.social-list.list-inline.list--hover {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.custom-footer-bottom-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: block;
}
.custom-footer-bottom-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li>a>span {
  color: #ffffff;
  margin-bottom: 1.3684210em;
  font-weight: 400;
  display: block;
  font-size: 1.35714286em;
  line-height: 1.36842105em;
  font-family: “birch-std”, serif;
  font-style: normal;
  text-transform: uppercase;
}
.custom-footer-bottom-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li>a {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}
.custom-footer-bottom-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child {
  margin-right: 0;
}
.custom-footer-bottom-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
  margin-right: 1.85714286em;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.footer-container .page-center .custom-footer-top-grp .custom-footer-soc-grp .custom-footer-social-grp ul.social-list.list-inline.list--hover li a {
  font-size: 12.8px;
}
a#back-to-top {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  pointer-events: none;
  position: fixed;
  width: 3.71428571em;
  height: 3.71428571em;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  right: 1.85714286em;
  bottom: 0.71428571em;
  padding-top: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  z-index: 99;
  border: 1px solid #ececec;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  line-height: 1;
}
a#back-to-top.smaller:hover {
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    color: #2275d7;
}
a#back-to-top.smaller {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  cursor: pointer;
  pointer-events: stroke;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .footer-container .page-center .custom-footer-bottom-grp .custom-copyright,
  .footer-container .page-center .custom-footer-top-grp .custom-footer-bottom-links{
    max-width: 58.33333333%;
    width: 100%;
  }
  .footer-container .page-center .custom-footer-bottom-grp .custom-footer-links,
  .footer-container .page-center .custom-footer-top-grp .custom-footer-soc-grp{
    max-width: 41.66666667%;
    width: 100%;
    margin-left: 0;
  }
  .custom-header {
    background-color: white;
    border-bottom: 0.01em solid rgb(140, 140, 140);
    padding: 3.0em 0;
    padding-bottom: 4.5em;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%!important;
    z-index: 98;
    min-height: 116.09px!important;
    padding-bottom: 23px;
  }
  @-moz-document url-prefix() {
    .custom-header {
      min-height: 119.09px !important;
    }
  }

  .header-container .page-center > .row-fluid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .custom-menu-primary.desk .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul.hs-menu-children-wrapper {
    opacity:0 !important;
    visibility:hidden !important;
  }

  .custom-menu-primary.desk .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.clicked ul.hs-menu-children-wrapper{
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-menu-primary.desk .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li:not(:hover) {
    opacity: .75;
  }
  .custom-menu-primary.desk .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li>a {
    color: #666666;
    text-decoration: none;
    font-weight: normal;
    white-space: normal;
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto;
  }
  .custom-menu-primary.desk .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li {
    display: block;
    margin-bottom: 5.417px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    font-family: “birch-std”, serif;
    font-size: 1.25em;
    text-transform: uppercase;
  }
  .custom-menu-primary.desk .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li:last-child {
    margin-bottom: 0;
  }
  .custom-menu-primary.desk .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    border-radius: 6px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    padding: 1.23809524em 1.85714286em;
    text-align: left;
    width: 487px;
    margin-top: 18px;
  }
  .sticky .custom-header {
    position: fixed;
    top: 0;
    background: #043876;
    left: 0;
    right: 0;
    z-index: 98;
    animation: fadeInDown 0.3s ease-out forwards;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  }
  /*.custom-header.fixed {
    position: absolute;
    top: 0;
    background: #043876;
    left: 0;
    right: 0;
    z-index: 98;
    animation: fadeInDown 0.3s ease-out forwards;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  }
  .sticky .custom-header.fixed {
    position: fixed;
  }*/
  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translate3d(0, -100px, 0);
      -webkit-transform: translate3d(0, -100px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-font-smoothing: antialiased;
    }
  }
  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translate3d(0, -100px, 0);
      -webkit-transform: translate3d(0, -100px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-font-smoothing: antialiased;
    }
  }
  .custom-header .custom-logo .mobile-phone {
    display: none;
  }
  .sticky .custom-header .desktop-logo {
    display: none;
  }
  .sticky .custom-header .mobile-phone {
    display: block;
  }
  .sticky .custom-header .custom-menu-primary.desk .hs-menu-wrapper > ul > li>a {
    color: white !important;
  }
  .header-container-wrapper {
    min-height: 116px;
  }
  
  
}


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

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

@media (max-width: 767px){

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

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

  .mobile-trigger {
    max-width: 75%;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    position: static;
    display: block!important;
    text-align: right;
  }
  .mobile-trigger:hover{}
  .mobile-trigger a em.icon {
    font-size: 2.35714286em;
    line-height: 1em;
  }
  .mobile-trigger a {
    cursor: pointer;
}

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

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
  }

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

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    background-color: white;
    border-bottom: 0.01em solid rgb(140, 140, 140);
    padding-bottom: 4.5em;
    margin-top: 1px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper > ul > li:not(:hover) > a {
    opacity: .7;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper > ul > li > a {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    color: #252525 !important;
    font-weight: 500;
    display: inline-block;
    width: auto;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper > ul > li {
    font-family: “birch-std”, serif;
    font-size: 1.25em;
    text-transform: uppercase;
    display: block;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper > ul {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0.92857143em!important;
    top: 6px;
    padding-top: 10px;
    line-height: 1.85714286em;
  }
  .custom-menu-primary.desk .hs-menu-wrapper>ul>li > ul {
    margin-top: 1px;
    margin-bottom: -5px;
  }
  .custom-menu-primary.desk .hs-menu-wrapper>ul>li.clicked > ul {
    display: block;
  }
  .custom-menu-primary.desk .hs-menu-wrapper>ul>li.clicked > ul {
    display: block;
    padding: 1.23809524em 1.85714286em;
    line-height: 1.85714286em;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.clicked ul.hs-menu-children-wrapper {
    display: block!important;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li ul.hs-menu-children-wrapper {
    display: none!important;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary.desk .hs-menu-wrapper>ul>li.clicked > ul > li a {
    color: #666666;
    line-height: 23px;
  }
  .custom-menu-primary.desk .hs-menu-wrapper>ul>li.clicked > ul > li:not(:hover) {
    opacity: .75;
  }
  .custom-menu-primary.desk .hs-menu-wrapper>ul>li.clicked > ul > li {
    margin-bottom: 0.30952381em;
    font-family: “birch-std”, serif;
    font-size: 1.25em;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    line-height: 23px;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul.hs-menu-children-wrapper {
    opacity:0 !important;
    visibility:hidden !important;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.clicked ul.hs-menu-children-wrapper{
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{}

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

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

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

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


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

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

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 20px;
	margin: 0 0 20px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper h2, .post-header h2{
    margin-bottom: 10px;
}

.blog-post-wrapper h2 a, .post-header h2 a{
    text-decoration: none;
}
.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}

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



#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

#hubspot-topic_data{
    color: #888888;
    font-weight:700;
}
.post-listing #hubspot-author_data{
    margin-top: 0;
    font-style: italic;
}
.hs-form .input ul {
    list-style: none;
    padding: 0;
	margin: 0;
}
.hs-form .input ul li{
    padding: 0 !important;
}
.custom_listing_comments {
    border: 1px solid #ccc;
    padding: 10px;
	margin: 10px 0;
}
.more-link{
    display: inline-block;
    padding-top: 10px;
}
.hs-blog-social-share{
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
	height: auto;
	margin-top: 10px;
	padding: 10px 0 0;
}
.blog .blog-sidebar .cell-wrapper{
    margin-bottom: 15px;
}

.blog .blog-sidebar ul li{
    padding: 0 0 10px;
}
#comments-listing {
    border: 1px solid #ccc;
    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: ;
    display: block;
    font-family: ;
    font-size: ;
    line-height: ;
    padding: 0;
}
.comment-reply-to{
    margin-bottom: 15px;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}
.comment-date {
    color:  !important;
    display: block !important;
    text-align: left;
}
#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%;
}
#comments-listing.no-comments {
   border: none;
}
.hs-blog-social-share {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    height: auto;
    margin-top: 10px;
    padding: 10px 0 0;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


.blog-listing-wrapper .post-listing .post-item .post-body {
  padding-top: 20px;
}

.blog-pagination {
  margin: 10px 0;
  text-align: center;
}
.blog-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 5px;
}
.blog-post-wrapper .post-body {
  padding-top: 20px;
}

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


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

form.hs-form {
    padding: 20px;
    max-width: 500px;
    background: #043876;
    color: #fff;
}

form.hs-form {
    margin-bottom: 20px;
}

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
    display: block;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: block;
  width: 100%;
  max-width: 500px;
  -webkit-appearance: none;
  background: #fcfcfc;
  padding: 0.46428571em;
  border-radius: 6px;
  border: 1px solid #ececec;
  margin: 10px 0 15px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding-left: 0.92857143em;
  font-family: sans-serif;
}

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

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

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
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"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  outline: none;
  border: none;
  background: #ffffff;
  padding: 0.46428571em 2.78571429em 0.46428571em 2.78571429em;
  color: #989898;
  border-radius: 6px;
  line-height: 32px;
  font-family: sans-serif;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  margin: 10px 0 20px;
  white-space: normal;
}

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

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


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

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


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

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


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

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


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

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

.email-edit.hs-input {
  min-width: 100%;
  max-width:500px;
  width: 100%;
}

.bacp-im form h3 {
    color: inherit;
}
.bacp-im form,
.hs-404-page .body-container-wrapper .page-center.content-wrapper .main-content form {
    padding: 20px;
    max-width: 500px;
    background: #043876;
    color: #fff;
}


/*************** 404 Page Styling ******************/

.hs-404-page .body-container-wrapper {
  background: #043876;
}

.hs-404-page .body-container-wrapper .page-center.content-wrapper {
  max-width: 100%!important;
  padding: 0;
}
.hs-404-page .body-container-wrapper .page-center.content-wrapper {
  padding: 18px;
}
.hs-404-page .body-container-wrapper .page-center.content-wrapper .main-content {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  color: #666;
  min-height: 110px;
  height: auto !important;
  padding: 36px 36px 36px 180px;
}

.hs-404-page .body-container-wrapper .page-center.content-wrapper .main-content p {
    margin-bottom: 1.85714286em;
}
.hs-404-page .body-container-wrapper .page-center.content-wrapper .main-content h1 {
    color: #000;
    margin: 0 0 18px 0;
}
.hs-404-page .body-container-wrapper .page-center.content-wrapper .main-content ul {
    padding: 0;
    list-style: none;
}
/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */

/**********************************************************************************
 															Job Page Styling 
*********************************************************************************/

.hs-job .body-container-wrapper {
  background-color: transparent;
}

.custom-title-grp {
  padding-top: 4.95238095em;
  padding-bottom: 4.95238095em;
}

.custom-title-grp .page-center .custom-inner-col {
  margin-left: -15px;
  margin-right: -15px;
}
.custom-title-grp .page-center .custom-inner-col .custom-title-container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-title-grp .page-center .custom-inner-col .custom-title-container hr {
  box-sizing: content-box;
  height: 0;
  border-color: #ECECEC;
  margin: 1.85714286em 0;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.custom-title-grp .page-center .custom-inner-col .custom-title-container h1 {
  line-height: 1.31818182em;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  font-size: 2em;
  margin: .67em 0;
  margin-bottom: 0.59090909090909em;
  color: #fff;
}
.hs-row1-job-grp .page-center.content-wrapper > .row-fluid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.hs-row1-job-grp .page-center.content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-row1-job-grp .page-center.content-wrapper .hs-row1-job-col1-flexi .hs_cos_wrapper_type_rich_text {
  display: block;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-row1-job-grp .page-center.content-wrapper .hs-row1-job-col1-flexi .hs_cos_wrapper_type_rich_text .iframe-holder iframe, .iframe-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.hs-row1-job-grp .page-center.content-wrapper .hs-row1-job-col1-flexi .hs_cos_wrapper_type_rich_text .iframe-holder, .iframe-holder {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
  margin: 0;
}

.hs-row1-job-grp {
  padding-bottom: 7.42857143em;
}

.hs-row2-job-grp .page-center > .row-fluid-wrapper {
  margin: 0 -15px;
}

.hs-row2-job-grp .page-center .hs-row2-job-col1 h2 {
  margin-bottom: 0.78787878787879em;
  font-size: 2.35714286em;
  line-height: 1.36363636em;
  color: #fff;
}
.hs-row2-job-grp .page-center .hs-row2-job-col1 p {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  margin: 0;
}
.hs-row2-job-grp .page-center .hs-row2-job-col1 {
  max-width: 50%;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form {
  max-width: 66.66666667%;
  width: 100%;
  float: none;
  margin: 0 auto;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form form {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form form .hs_error_rollup {
    padding: 0 15px;
}

.hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form form fieldset.form-columns-2 .hs-form-field {
  margin-bottom: 0.92857143em;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form form .hs-form-field span.hs-form-required {
  display: none;
}
.hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form form {
  padding-top: 20px;
}
.hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form form .hs-form-field .hs-input {
  margin: 0;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  height: 34px;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 1.14285714em;
}
input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b3b3;
  font-size: 1.14285714em;
}
input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b3b3;
  font-size: 1.14285714em;
}
input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 1.14285714em;
}

.hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form form fieldset.form-columns-1 .hs-form-field .hs-input {
  max-width: 100%;
}
.hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form form fieldset.form-columns-1 .hs-form-field {
  margin-bottom: 0.92857143em;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form form .hs_attach_your_resume.hs-attach_your_resume.hs-fieldtype-file.field.hs-form-field {
  margin-left: 16.66666667%;
  max-width: 66.66666667%;
}
.hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form form .hs_attach_your_resume.hs-attach_your_resume.hs-fieldtype-file.field.hs-form-field > label {
  text-align: center;
  font-size: .85714286em;
  font-weight: 400;
  color: #666666;
}
.hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form form .hs_submit.hs-submit {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 33.33333333%;
  margin-left: 33.33333333%;
  width: 100%;
  margin-bottom: 0.92857143em;
}
.hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form form .hs_submit.hs-submit input.hs-button.primary.large {
  width: 100%;
  margin: 0;
  padding-left: 0.92857143em;
  height: 3.25000000000001em;
  color: #989898;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  outline: none;
}
.hs-row2-job-grp {
  padding-bottom: 7.42857143em;
}

.custom-pdf-grp {
  display: block;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
select {
    cursor: pointer;
}
/* ==========================================================================
   														Location Page Styling                           
   ========================================================================== */

.hs-row1-location-grp {
  background: #fafafa;
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
}

.hs-row1-location-grp .page-center.content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-row1-location-grp .page-center.content-wrapper > .row-fluid-wrapper {
  margin: 0 -15px;
}

.hs-row1-location-grp .page-center.content-wrapper .hs-row1-location-top-title {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-row1-location-grp .page-center.content-wrapper .hs-row1-location-top-title .hs_cos_wrapper_type_header {
  margin-bottom: 3.71428571em;
  display: block;
}

.hs-row1-location-grp .page-center.content-wrapper .hs-row1-location-top-title .hs_cos_wrapper_type_header h3 strong {
  font-weight: 400;
}
.hs-row1-location-grp .page-center.content-wrapper .hs-row1-location-top-title .hs_cos_wrapper_type_header h3 {
  margin: 0;
  font-size: 1.78571429em;
  line-height: 1.5em;
}

.hs-location .hs-row2-job-grp {
  border-top: 1px solid #ebebeb;
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
}

.custom-career-grp .custom-inner-grp.clearfix .custom-career-item {
  max-width: 33.33333333%;
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-career-grp .custom-inner-grp.clearfix .custom-career-item .custom-inner-col h4 {
  font-size: 1.35714286em;
  line-height: 1.36842105em;
  font-weight: 400;
  margin-bottom: 0.342105263157895em;
}
.custom-career-grp .custom-inner-grp.clearfix .custom-career-item .custom-inner-col {
  background: #ffffff;
  border: 1px solid #ececec;
  min-height: 11.14285714em;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  padding: 1.85714286em;
  margin-bottom: 30px;
}
.custom-career-grp .custom-inner-grp.clearfix .custom-career-item .custom-inner-col .custom-btn-grp a:hover {
  border-color: #252525;
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
}
.custom-career-grp .custom-inner-grp.clearfix .custom-career-item .custom-inner-col .custom-btn-grp a span {
  color: #252525;
  border-color: #252525;
  font-weight: 700;
  font-size: 0.85714286em;
  margin-bottom: 1px;
  display: block;
}
.custom-career-grp .custom-inner-grp.clearfix .custom-career-item .custom-inner-col .custom-btn-grp a {
  position: relative;
  font-family: “birch-std”, serif;
  padding-top: 0.464286em;
  padding-bottom: 0.464286em;
  padding-right: 2.78571em;
  padding-left: 2.78571em;
  font-size: inherit;
  line-height: 1.78em;
  transition: all 0.1s linear 0s;
  border-radius: 6px;
  border-style: solid;
  border-color: rgb(37, 37, 37);
  border-image: initial;
  border-width: 1px;
  border-color: #d3d3d3;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.custom-career-grp .custom-inner-grp.clearfix .custom-career-item .custom-inner-col .custom-btn-grp {
  display: inline-block;
  margin: 10px;
}



/********************************************************************************
 														Contact 
********************************************************************************/


.hs-contact-row1-grp {
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
  background: #043876;
  color: #fff;
}
.body-container .hs-contact-row1-grp .page-center.content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper {
  margin: 0 -15px;
}

.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-left-col-grp {
  max-width: 50%;
  width: 100%;
  padding: 0 15px;
}
.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp {
  max-width: 50%;
  width: 100%;
  padding: 0 15px;
  margin-left: 0;
}
.custom-map-grp {
  margin-top: 0em;
  position: relative;
}
.custom-map-grp ul.map-markers {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-map-grp ul.map-markers li.map-marker {
  position: absolute;
}

.custom-map-grp ul.map-markers .map-marker-pitts {
  left: 79%;
  top: 40%;
}

.custom-map-grp ul.map-markers .map-marker-Lafayette {
  left: 59%;
  top: 79%;
}

.custom-map-grp ul.map-markers .map-marker-Houston {
  left: 53%;
  top: 80%;
}

.custom-map-grp ul.map-markers .map-marker-Dallas {
  left: 49%;
  top: 70%;
}

.custom-map-grp ul.map-markers .map-marker-oklahoma {
  left: 47%;
  top: 59%;
}
.custom-map-grp ul.map-markers .map-marker-Denver {
  left: 32%;
  top: 38%;
}

.custom-map-grp ul.map-markers .map-marker-California {
  left: 4%;
  top: 54%;
}
.custom-map-grp ul.map-markers .map-marker-dakota {
  left: 40%;
  top: 14%;
}

.custom-map-grp ul.map-markers .map-marker-info {
  display: none;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -2em);
  width: 18em;
  z-index: 999;
}

.animate-bounce-in {
  animation-duration: .75s;
  animation-name: bounce-in;
}

.custom-map-grp ul.map-markers .map-marker-info .map-marker-info-inner {
  border-radius: .5em;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  font-size: .875em;
}
.custom-map-grp .map-marker-info header {
  background-color: #d6d6d6;
  border-radius: .5em .5em 0 0;
  color: #fff;
  padding: .5em 1em;
}
@keyframes bounce-in {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}


.custom-map {
  margin-top: 0em;
  position: relative;
}
.custom-map-grp {
  margin-top: 0em;
  position: relative;
  background-color: #dadada;
  padding: 20px;
}

.custom-map-grp .map-marker:after {
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: pop;
  border-radius: 50%;
  border: 1px solid #ce606f;
  content: '';
  height: 2em;
  left: 0;
  margin: -.5em 0 0 -.5em;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2em;
}
.custom-map-grp .map-marker:hover .map-marker-info {
  display: block;
}

.custom-map-grp .map-marker a {
  background-color: #a9a9a9;
  border-radius: 50%;
  height: 1em;
  display: block;
  text-indent: -9999px;
  width: 1em;
}


.custom-map-grp .map-marker-info-inner:after {
  border-left: .75em solid transparent;
  border-right: .75em solid transparent;
  border-top: 1em solid #fff;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.custom-map svg:not(:root) {
  overflow: hidden;
}
.custom-map svg {
  display: block;
}

.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 .hs_cos_wrapper_type_rich_text {
  display: block;
}

.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 .hs_cos_wrapper_type_rich_text hr {
  box-sizing: content-box;
  height: 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-color: #ECECEC;
  margin: 1.85714286em 0;
}
.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 .hs_cos_wrapper_type_rich_text h2 {
  color: white;
}

.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 .hs_cos_wrapper_type_rich_text h3,
.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 .hs_cos_wrapper_type_rich_text h4 {
  color: white;
}

.custom-map-grp .map-marker-info header h2 {
  margin: 0;
}


.custom-map-grp .map-marker-info main {
  background-color: #fff;
  border-radius: 0 0 .5em .5em;
  color: #7e7e7e;
  padding: .5em 1em;
}

.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 .hs_cos_wrapper_type_rich_text p a:hover {
  color: #2275d7;
  text-decoration: underline;
}
.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 .hs_cos_wrapper_type_rich_text p a {
  color: white;
}
.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 .hs_cos_wrapper_type_rich_text p {
  display: block;
  margin-bottom: 2em;
  margin-top: 0;
}
.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 form {
  margin: 0;
  max-width: 100%;
  padding: 0;
  background: none;
}

.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 form fieldset {
  margin-left: -15px;
  margin-right: -15px;
}

.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 form fieldset .hs-form-field span.hs-form-required {
  display: none;
}
.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 form fieldset {
  margin-bottom: 20px;
}
.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 form fieldset .hs-form-field .hs-input {
  margin: 0;
  height: 34px;
  max-width: 100%;
}
.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 form fieldset .hs-form-field {
  max-width: 50%;
  width: 100%!important;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0.92857143em;
}
.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 form .hs_comment.hs-comment.hs-fieldtype-textarea.field.hs-form-field textarea.hs-input {
  width: 100%;
  font-size: 14px;
  height: 120px;
  font-family: sans-serif;
  line-height: 1.15;
  margin: 0;
}
.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 form .hs_comment.hs-comment.hs-fieldtype-textarea.field.hs-form-field {
  max-width: 100%;
}
.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 form input.hs-button.primary.large {
  height: 3.25000000000001em;
  padding-left: 0.92857143em;
  font-size: 14px;
  outline: none;
  border: none;
  background: #ffffff;
  padding: 0.46428571em 2.78571429em 0.46428571em 2.78571429em;
  color: #989898;
  margin-top: 20px;
  margin-bottom: 0;
}

.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 form ul.hs-error-msgs li label, ul.hs-error-msgs li label {
    color: red;
}


/*****************************************************
 							Careers Page Styling 
********************************************************/

.hs-career-row1-grp {
  background: #fafafa;
  text-align: center;
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
}
.hs-career-row1-grp .page-center.content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.hs-career-row2-grp {
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
  background: #043876;
  border-top: 1px solid #ebebeb;
  color: #fff;
}


.hs-career-row2-grp .page-center .hs-career-row2-top-title {
  text-align: center;
  margin-bottom: 3.71428571em;
  padding: 0 15px
}

.hs-career-row2-grp .page-center .hs-career-row2-top-title h3 {
  margin-bottom: 0;
  color: white;
}
.hs-career-row2-grp .page-center .hs-career-row2-top-title h3 {
  margin-bottom: 0;
  color: white;
  font-size: 1.78571429em;
  line-height: 1.5em;
}

.hs-career-row2-grp .page-center > .row-fluid-wrapper {
  margin: 0 -15px;
}

.custom-careers-by-location-grp .custom-inner .custom-career-location-item {
  max-width: 33.33333333%;
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-careers-by-location-grp .custom-inner .custom-career-location-item a {
  font-weight: normal;
  text-decoration: none;
  color: #666666;
}
.custom-careers-by-location-grp .custom-inner .custom-career-location-item a > .custom-bg-grp:before {
  border-radius: 6px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  opacity: 0.3;
  position: absolute;
  content: '';
  background: #252525;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.custom-careers-by-location-grp .custom-inner .custom-career-location-item a > .custom-bg-grp {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  height: 13em;
  margin-bottom: 30px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  padding: 1.85714286em;
}

.custom-careers-by-location-grp .custom-inner .custom-career-location-item a > .custom-bg-grp .background-image-holder img {
  display: none;
}
.custom-careers-by-location-grp .custom-inner .custom-career-location-item a > .custom-bg-grp .background-image-holder {
  border-radius: 6px;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  opacity: 0;
  background: #252525;
  background-size: cover !important;
}



.custom-careers-by-location-grp .custom-inner .custom-career-location-item a > .custom-bg-grp h4.pos-vertical-center {
  z-index: 2;
  color: #fff;
  margin-bottom: 0.342105263157895em;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.custom-careers-by-location-grp .custom-inner .custom-career-location-item a > .custom-bg-grp:hover:before {
  opacity: .75;
}
.hs-career-row3-grp {
  border-top: 1px solid #ebebeb;
  background: #fafafa;
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
}
.hs-career-row3-grp .page-center > .row-fluid-wrapper {
  margin-right: -15px;
}

.hs-career-row3-grp .page-center > .row-fluid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.hs-career-row3-grp .page-center .hs-career-row3-top-title {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 3.71428571em;
}
.hs-career-row3-grp .page-center .hs-career-row3-top-title h3 {
  margin-bottom: 0;
}

.hs-career-row3-grp .page-center .hs-career-row3-col1-flexi .custom-career-grp .custom-inner-grp.clearfix .custom-career-item .custom-inner-col {
  min-height: 14.5em;
}

.hs-career-row3-grp .page-center .hs-career-row3-col1-flexi .custom-career-grp .custom-inner-grp.clearfix .custom-career-item .custom-inner-col h4 {
  margin-bottom: 22px;
}


.custom-banner-area-grp {
  position: relative;
  height: auto;
}
.custom-banner-area-grp:before {
  position: absolute;
  content: '';
  background: #252525;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.4;
}

.custom-banner-area-grp .custom-bg-grp {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-width: 100% !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  background: #252525;
  background-size: cover !important;
  width: 100%;
  width: 100%;
}

.custom-banner-area-grp .page-center.clearfix .row {
  margin-left: -15px;
  margin-right: -15px;
}
.custom-banner-area-grp .page-center.clearfix .row .custom-content-grp h1 {
  font-size: 35pt;
  text-align: center;
  color: #fff;
  margin: .67em 0;
}
.custom-banner-area-grp .page-center.clearfix .row .custom-content-grp {
  margin: 0 auto;
  float: none;
  max-width: 83.33333333%;
  width: 100%;
  z-index: 8;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-banner-area-grp {
  position: relative;
  height: auto;
  padding: 5em 0;
}

.hs-service-row1-grp:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 80%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #252525));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #252525 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
  backface-visibility: hidden;
  opacity: 0.1;
}

.hs-service-row1-grp .page-center {
  position: relative;
  z-index: 12;
}

.hs-service-row1-grp .page-center > .row-fluid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.hs-service-row1-grp .page-center .hs-service-row1-col1 {
  max-width: 58.33333333%;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-service-row1-grp .page-center .hs-service-row1-col1 p {
  color: #999;
  opacity: .9;
  margin-bottom: 1.36842105263158em;
  font-weight: 400;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  margin-top: 0;
}
.hs-service-row1-grp .page-center .hs-service-row1-col1 h1 {
  font-size: 2em;
  margin: .67em 0;
  color: white;
  margin-bottom: 0.59090909090909em;
}
.hs-service-row1-grp .page-center .hs-service-row1-col1 a.btn:hover {
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
  border-color: #fff!important;
  background: #ffffff!important;
}
.hs-service-row1-grp .page-center .hs-service-row1-col1 a.btn span {
  color: black;
  letter-spacing: .5px;
  margin-right: -0.5px;
  display: block;
  border-color: #252525;
  font-weight: 700;
  font-size: 0.85714286em;
  line-height: 20.8px;
}
.hs-service-row1-grp .page-center .hs-service-row1-col1 a.btn {
  margin-top: 0.92857143em;
  color: #fff;
  font-weight: 600;
  letter-spacing: .5px;
  background: #fafafa;
  font-family: “birch-std”, serif;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  border-radius: 6px;
  padding-top: 0.46428571em;
  padding-bottom: 0.46428571em;
  padding-right: 2.78571429em;
  padding-left: 2.78571429em;
  border: 1px solid #252525;
  border-width: 1px;
  line-height: 1.85714286em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border-color: rgba(255, 255, 255, 0.3);
  font-size: 11.2px;
}
.hs-service-row1-grp {
  position: relative;
  background: #043876;
  padding-bottom: 3.71428571em;
  padding-top: 14.85714286em;
}

.hs-service-row1-grp .page-center .hs-service-row1-col2-flexi {
  padding-left: 15px;
  padding-right: 15px;
}
.hs-service-row1-grp .page-center .hs-service-row1-col2-flexi > span {
  display: block;
  width: auto;
  margin: 0 -15px;
}
.hs-service-row1-grp .page-center .hs-service-row1-col2-flexi > span .hs_cos_wrapper_type_module:first-child {
  max-width: 58.33333333%;
  width: 100%;
}
.hs-service-row1-grp .page-center .hs-service-row1-col2-flexi > span .hs_cos_wrapper_type_module {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  max-width: 41.66666667%;
  width: 100%;
}
.hs-service-row1-grp .page-center .hs-service-row1-col2-flexi > span .hs_cos_wrapper_type_module .hs_cos_wrapper_type_rich_text {
  background: rgba(20, 20, 20, 0.3);
  display: block;
  padding: 2.78571429em;
  border-radius: 6px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
  position: relative;
}

.hs-service-row1-grp .page-center .hs-service-row1-col2-flexi {
  margin-top: 5.57142857em;
  padding-bottom: 7.42857143em;
}
.hs-service-row1-grp .page-center .hs-service-row1-col2-flexi > span .hs_cos_wrapper_type_module .hs_cos_wrapper_type_rich_text h3 {
  color: white;
  margin-bottom: 1.04em;
  font-size: 1.78571429em;
  line-height: 1.5em;
}
.hs-service-row1-grp .page-center .hs-service-row1-col2-flexi > span .hs_cos_wrapper_type_module .hs_cos_wrapper_type_rich_text p {
  color: white;
  opacity: .9;
  font-weight: 400;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  margin: 0;
}
.hs-service-row2-grp {
  background: #043876;
  padding-top: 3.71428571em;
  padding-bottom: 3.71428571em;
}
.hs-service-row2-grp .page-center > .row-fluid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.custom-two-col-left-col-icon-grp .inner.clearfix .custom-left-col {
  max-width: 25%;
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-two-col-left-col-icon-grp .inner.clearfix .custom-left-col h2.colorwhite {
  color: white;
}

.custom-two-col-left-col-icon-grp .inner.clearfix .custom-left-col i {
  font-size: 5.57142857em;
  color: white;
  display: inline-block;
}
.custom-two-col-left-col-icon-grp .inner.clearfix .custom-right-col {
    max-width: 75%;
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.custom-two-col-left-col-icon-grp .inner.clearfix .custom-right-col h2 {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
    position: relative;
    top: 4px;
    margin: 0;
    color: #e9e9e9;
}


.custom-two-col-left-col-icon-grp .inner.clearfix .custom-right-col ul:last-child {
  padding-right: 0;
}
.custom-two-col-left-col-icon-grp .inner.clearfix .custom-right-col ul {
  color: #e9e9e9;
  max-width: 50%;
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  list-style: none;
}
.custom-two-col-left-col-icon-grp .inner.clearfix .custom-right-col h2 {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  position: relative;
  top: 4px;
  margin: 0;
  color: #e9e9e9;
}


.hs-slider-grp {
  background: #fafafa;
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
}

.hs-slider-grp .page-center > .row-fluid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
.custom-four-col-slider-grp {
    text-align: center;
}
.custom-four-col-slider-grp {
    text-align: center;
}
.custom-four-col-slider-grp .hs_cos_gallery .hs_cos_gallery_main {
    padding: 0;
    margin: 0;
    cursor: -webkit-grab;
}
.custom-four-col-slider-grp .hs_cos_gallery .hs_cos_gallery_main .slick-track .slick-slide {

}

.custom-four-col-slider-grp .hs_cos_gallery .hs_cos_gallery_main .slick-track .slick-slide img {
  max-height: 5.57142857em;
  width: auto;
}

.custom-four-col-slider-grp .hs_cos_gallery .hs_cos_gallery_main .slick-track .slick-slide .slick-slide-inner-wrapper {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-four-col-slider-grp .hs_cos_gallery .hs_cos_gallery_main ul.slick-dots {
  display: none!important;
}

.custom-four-col-slider-grp .hs_cos_gallery .hs_cos_gallery_main .slick-track .slick-slide .slick-slide-inner-wrapper {
  vertical-align: middle;
}
.custom-four-col-slider-grp .hs_cos_gallery .hs_cos_gallery_main:hover .slick-arrow {
  opacity: .5;
}
.custom-four-col-slider-grp .hs_cos_gallery .hs_cos_gallery_main .slick-arrow {
  background: none;
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  border-radius: 0;
  width: 31.19px!important;
  height: 62.39px!important;
  position: absolute;
  top: 50%;
  border: 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  display: block;
  z-index: 23;

}
.custom-four-col-slider-grp .hs_cos_gallery .hs_cos_gallery_main .slick-arrow.slick-prev:before {
  content: '\e801';
  opacity: 1;
  font-size: 20px;
  color: #252525!important;
  font-weight: normal;
  font-family: 'stack-interface';
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
      opacity: 1!important;
}
.custom-four-col-slider-grp .hs_cos_gallery .hs_cos_gallery_main .slick-arrow:hover {
  opacity: 1;
}
.custom-four-col-slider-grp .hs_cos_gallery .hs_cos_gallery_main .slick-arrow.slick-next:before {
  font-family: 'stack-interface';
  font-size: 20px;
  font-weight: normal;
  color: #252525!important;
  content: '\e802';
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
      opacity: 1!important;
}
.hs-service-row4-grp {
  background: #043876;
  border-top: 1px solid #ebebeb;
  text-align: center;
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
}

.hs-service-row4-grp .page-center > .row-fluid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.hs-service-row4-grp .page-center .hs-service-row4-top-title h2 {
  color: white;
  margin-bottom: 0.78787878787879em;
  font-size: 2.35714286em;
  line-height: 1.36363636em;
}
.custom-services-grp .custom-inner.clearfix .custom-services-item {
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-services-grp .custom-inner.clearfix .custom-services-item a {
  font-weight: normal;
  text-decoration: none;
  color: #666666;
  display: block;
}


.custom-services-grp .custom-inner.clearfix .custom-services-item .custom-image-holder:before {
  border-radius: 6px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  position: absolute;
  content: '';
  background: #252525;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}
.custom-services-grp .custom-inner.clearfix .custom-services-item .custom-image-holder {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  height: 13em;
  margin-bottom: 30px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  padding: 1.85714286em;
  text-align: center;
}

.custom-services-grp .custom-inner.clearfix .custom-services-item .custom-image-holder .custom-bg-grp {
  border-radius: 6px;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  opacity: 0;
  background: #252525;
  background-size: cover !important;
}
.custom-services-grp .custom-inner.clearfix .custom-services-item .custom-image-holder h2.custom-service-title {
  z-index: 2;
  color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}



.hs-service-row1-grp .page-center .hs-service-row1-col1 a.btn {
  border-radius: 6px;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-right: 30px;
  padding-left: 29px;
  margin-top: 9px;
}
.hs-service-row1-grp .page-center .hs-service-row1-col1 a.btn span {
  font-size: 8.77714px;
  line-height: 19px;
  margin-top: 2px;
  margin-right: -3px;
}
body.scada .hs-service-row1-grp .page-center .hs-service-row1-col1 a.btn span {
  font-weight: 700;
  font-size: 0.85714286em;
  margin-right: -1px;
}
body.scada .hs-service-row1-grp .page-center .hs-service-row1-col1 a.btn {
    border-radius: 6px;
    margin-top: 9px;
    padding-top: 0.464286em;
    padding-bottom: 0.464286em;
    padding-right: 2.78571em;
    padding-left: 2.78571em;
}

.custom-services-grp .custom-inner.clearfix .custom-services-item .custom-image-holder:hover:before {
  opacity: .75;
}

#submitbutton {
    margin-bottom: 0px;
    border: 1px solid;
}


/***************************************************************
 											Automation Page Styling 
****************************************************************/

.automation .hs-service-row1-grp .page-center .hs-service-row1-col1 a.btn span {
  margin-right: -1px;
  font-size: 9.6px;
  line-height: 18.2px;
  margin-bottom: 0;
}
.automation .hs-service-row1-grp .page-center .hs-service-row1-col1 a.btn {
  padding-top: 0.464286em;
  padding-bottom: 0.464286em;
  padding-right: 2.78571em;
  padding-left: 2.78571em;
}
.automation .hs-service-row1-grp .page-center .hs-service-row1-col2-flexi {
  margin-top: 11.14285714em;
  padding-bottom: 0;
}

.automation .hs-service-row1-grp .page-center .hs-service-row1-col2-flexi > span .hs_cos_wrapper_type_module:first-child {
  max-width: 100%;
  padding: 0;
}
.custom-three-col-equal-grp .custom-inner.clearfix .custom-col {
  max-width: 33.33333333%;
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-three-col-equal-grp .custom-inner.clearfix .custom-col .custom-inner-col p {
  color: #666666;
  opacity: .9;
  max-width: 22.28571429em;
  margin: 0;
}
.custom-three-col-equal-grp .custom-inner.clearfix .custom-col .custom-inner-col h4 {
  margin-bottom: 0.342105263157895em;
  color: #252525;
  font-size: 1.35714286em;
  line-height: 1.36842105em;
}
.custom-three-col-equal-grp .custom-inner.clearfix .custom-col .custom-inner-col {
  min-height: 11.14285714em;
  border-radius: 6px;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 1.85714286em;
}

.automation.infrastructure .hs-service-row1-grp .page-center .hs-service-row1-col1 a.btn span {
  margin-bottom: 1px;
  margin-top: 3px;
}

.automation.infrastructure .hs-service-row1-grp .page-center .hs-service-row1-col2-flexi > span .hs_cos_wrapper_type_module {
  max-width: 25%;
  width: 100%;
  float: left;
  padding: 0 15px;
}
.custom-one-col-grp {
  min-height: 11.14285714em;
  border-radius: 6px;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 1.85714286em;
  margin-bottom: 30px;
}
.custom-one-col-grp .custom-inner-col p {
  margin: 0;
}
.custom-one-col-grp .custom-inner-col h5 {
  color: #252525;
  margin: 0;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.85714286em;
}

.infrastructure .custom-four-col-slider-grp .hs_cos_gallery .hs_cos_gallery_main .slick-track {
    float: left;
}

/*********************************************************
 										Enterprise
*********************************************************/


.enterprise .hs-enterprise-row1-col2-flexi {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
.enterprise .hs-enterprise-row1-col2-flexi p {
  opacity: .9;
  color: #fff;
  margin-bottom: 1.36842105263158em;
  margin-top: 0;
  font-weight: 400;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}

.enterprise .hs-enterprise-row1-col2-flexi p:last-child {
  margin: 0;
}

.enterprise .hs-enterprise-row1-col3-flexi {
  margin-top: 50px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-two-column-bg-grp {
  background: rgba(20, 20, 20, 0.3);
  padding: 2.78571429em;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.custom-two-column-bg-grp .custom-inner.clearfix .custom-column p:last-child {
  margin: 0;
}
.custom-two-column-bg-grp .custom-inner.clearfix .custom-column p {
  opacity: .9;
  color: #fff;
  margin-bottom: 1.85714286em;
  margin-top: 0;
}
.custom-two-column-bg-grp .custom-inner.clearfix .custom-column h3 {
  margin-bottom: 1.04em;
  font-size: 1.78571429em;
  line-height: 1.5em;
  color: #fff;
}
.custom-two-column-bg-grp .custom-inner.clearfix .custom-column {
  max-width: 50%;
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.enterprise .hs-enterprise-row1-col3-flexi .custom-two-column-bg-grp .custom-column.col2 {
  padding-right: 0;
}
.enterprise .hs-enterprise-row1-col3-flexi .custom-two-column-bg-grp .custom-column.col1 {
  padding-left: 0;
}

.hs-enterprise-row1-col4-grp {
    padding-top: 30px;
}

.hs-enterprise-row1-col4-grp .hs-enterprise-row1-col4-right-col {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  left: 8.33333333%;
  margin-bottom: 20px;
  max-width: 33.33333333%;
  width: 100%;
  position: relative;
}
.hs-enterprise-row1-col4-grp .hs-enterprise-row1-col4-left-col {
  max-width: 50%;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-enterprise-row1-col4-grp p:last-child {
  margin: 0;
}
.hs-enterprise-row1-col4-grp ul {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-enterprise-row1-col4-grp p {
  margin-bottom: 1.36842105263158em;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  margin-top: 0;
  color: #fff;
  opacity: .9;
}
.hs-enterprise-row1-col4-grp h2 {
  color: #fff;
  margin-bottom: 0.78787878787879em;
}

.hs-enterprise-row1-col5-flexi {
  margin-top: 30px;
}
.custom-two-column-bg-grp h2.top-til {
  text-align: center;
  color: #fff;
  margin-bottom: 0.78787878787879em;
  font-size: 2.35714286em;
  line-height: 1.36363636em;
}
.hs-enterprise-row1-col5-flexi .custom-two-column-bg-grp .custom-inner.clearfix .custom-column {
  margin-bottom: 20px;
}
.hs-enterprise-row1-col5-flexi .custom-two-column-bg-grp .custom-inner.clearfix .custom-column ul {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-enterprise-row1-col5-flexi .custom-two-column-bg-grp .custom-inner.clearfix .custom-column.col1 p {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}

.hs-enterprise-row1-col6-flexi {
  margin-top: 30px;
}
.custom-software-development-grp h2 {
  color: #fff;
  margin-bottom: 0.78787878787879em;
  font-size: 2.35714286em;
  line-height: 1.36363636em;
}
.custom-software-development-grp .custom-development-col-grp {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 33.33333333%;
  left: 33.33333333%;
  margin-bottom: 20px;
}
.custom-software-development-grp .custom-development-col-grp .custom-development-item h3 {
    color: #fff;
    margin-bottom: 1.04em;
    font-size: 1.78571429em;
    line-height: 1.5em;
}
.custom-software-development-grp .custom-development-col-grp .custom-development-item h3:not(:hover):after {
  opacity: 0;
}
.custom-software-development-grp .custom-development-col-grp .custom-development-item h3:after {
  transition: all .2s ease;
  content: attr(data-tooltip);
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  background: #fafafa;
  color: #073770;
  border: 1px solid #e7e7e7;
  padding: 2px 12px;
  pointer-events: none;
  white-space: nowrap;
  font-size: .6em;
  line-height: 20px;
  font-weight: 600;
  border-radius: 2px;
  z-index: 2;
  font-family: inherit;
  width: 110%;
  white-space: pre-line;
  padding: 9px;
}
.custom-software-development-grp .custom-development-col-grp .custom-development-item h3 {
  color: #fff;
  margin-bottom: 1.04em;
  font-size: 1.78571429em;
  line-height: 1.5em;
}
.custom-software-development-grp .custom-development-col-grp .custom-development-item h3.progressivewebapplicationspwa:after {
  display:none; 
}

/**********************************************************************
 											Refining & Process
*******************************************************************/

 .custom-banner-area-grp .custom-content-grp h2 {
  color: #fff;
  text-align: center;
  margin: .67em 0;
  line-height: 1.31818182em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 3em;
}
.custom-banner-area-grp .page-center.clearfix .row .custom-content-grp h3,
.custom-banner-area-grp .page-center.clearfix .row .custom-content-grp h4 {
    text-align: center;
    color: #fff;
}

.hs-refining-row2-grp {
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
  text-align: center;
  background: #043876;
}
.hs-refining-row2-grp .page-center > .row-fluid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.hs-refining-row2-grp .page-center .hs-refining-row2-col1 {
  max-width: 66.66666667%;
  width: 100%;
  float: none!important;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.hs-refining-row2-grp .page-center .hs-refining-row2-col1 h3 {
  color: white;
  margin-bottom: 1.04em;
  font-size: 1.78571429em;
  line-height: 1.5em;
}
.hs-refining-row3-grp .page-center .hs-refining-row2-col2-flexi {
  max-width: 66.66666667%;
  width: 100%;
  float: none!important;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.custom-two-column-content .inner-col.clearfix {
  margin: 0 -15px;
}
.custom-two-column-content .inner-col.clearfix .custom-col {
  float: left;
  max-width: 50%;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-refining-row3-grp {
  padding-bottom: 7.42857143em;
  background: #043876;
}

.hs-refining-row3-grp .page-center > .row-fluid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.custom-two-column-content .inner-col.clearfix .custom-col .custom-inner-sec p {
  min-height: 7.42857143em;
  font-size: 1.2em;
  margin: 0;
}
.custom-two-column-content .inner-col.clearfix .custom-col .custom-inner-sec h2 {
  text-align: center;
  margin-bottom: 0.78787878787879em;
}
.custom-two-column-content .inner-col.clearfix .custom-col .custom-inner-sec {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 2.78571429em;
  border: 1px solid #ececec;
  background: #ffffff;
}
.custom-bottom-pane-grp {
  background: #fafafa;
  border-top: 1px solid #ebebeb;
  text-align: center;
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
}
.custom-bottom-pane-grp .page-center .custom-inner.clearfix {
  margin: 0 -15px;
}

.custom-bottom-pane-grp .page-center .custom-inner.clearfix .custom-cta-wrapper {
  width: 50%;
  margin: 0 auto;
  float: none;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-bottom-pane-grp .page-center .custom-inner.clearfix .custom-cta-wrapper .custom-cta .cta_button.btn.btn--primary.type--uppercase:hover {
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
  background: #04389e;
}
.custom-bottom-pane-grp .page-center .custom-inner.clearfix .custom-cta-wrapper .custom-cta .cta_button.btn.btn--primary.type--uppercase span {
  letter-spacing: .5px;
  margin-right: -0.5px;
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 0.85714286em;
}
.custom-bottom-pane-grp .page-center .custom-inner.clearfix .custom-cta-wrapper .custom-cta .cta_button.btn.btn--primary.type--uppercase {
  margin-top: 0.92857143em;
  letter-spacing: .5px;
  background: #043876;
  border-color: #043876;
  position: relative;
  font-family: “birch-std”, serif;
  padding-top: 0.464286em;
  padding-bottom: 0.464286em;
  padding-right: 2.78571em;
  padding-left: 2.78571em;
  font-size: inherit;
  line-height: 1.85714em;
  transition: all 0.1s linear 0s;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  text-decoration:none!important;
}

.custom-scroll-menu ul li a > span, .custom-scroll-menu ul li span {
  display: none;
}
.custom-scroll-menu ul li a {
  font-weight: normal;
  width: 8px!important;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transition: all .2s ease;
  display: block;
  position: relative;
}
.custom-scroll-menu ul:hover {
    background: rgba(0, 0, 0, 0.6);
}
.custom-scroll-menu ul li a:not(:hover) {
  opacity: .5;
}
.custom-scroll-menu ul li:not(:last-child) {
  margin-bottom: 1.85714286em;
}
.custom-scroll-menu ul {
  display: inline-block;
  padding: 0.92857143em;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1.85714286em;
  transition: all .2s ease;
  line-height: 1.85714286em;
}
.custom-scroll-menu {
  position: fixed;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 1.85714286em;
  z-index: 10;
  display: block;
  width: auto!important;
}

.custom-scroll-menu ul li.active-menu > a {
    opacity: 1;
    animation: bulge .5s ease;
    -webkit-animation: bulge .5s ease;
}





@keyframes bulge {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bulge {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

/******************************************************************
 											Employees Page Styling
******************************************************************/

.hs-row1-employee-grp {
  padding-top: 4.95238095em;
  padding-bottom: 4.95238095em;
  min-height: 600px !important;
  background: #fafafa;
}
.hs-row1-employee-grp .page-center.content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.hs-row1-employee-grp .page-center.content-wrapper .hs-row1-employee-top-title h2 {
  text-align: center;
  font-size: 2.35714286em;
  line-height: 1.36363636em;
  margin-top: 1px;
  margin-bottom: 0.78787878787879em;
}

.hs-row1-employee-grp .page-center > .row-fluid-wrapper:last-child {
  margin-left: -15px;
  margin-right: -15px;
}

.hs-row1-employee-grp .page-center .hs-row1-employee-col1-flexi {
  margin-left: 8.33333333%;
  max-width: 83.33333333%;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-employees-information-grp {
  background: #ffffff;
  border: 1px solid #ececec;
  padding: 2.78571429em;
  border-radius: 6px;
  margin-top: -1px;
  margin-bottom: 30px;
}

.custom-employees-information-grp .custom-employees-information-inner-col {
  position: relative;
  overflow: hidden;
  padding: 1.85714286em;
  margin-bottom: 30px;
  border-radius: 6px;
  border: 1px solid #ececec;
  background: #ffffff;
  margin-top: 1px;
}
.custom-employees-information-grp .custom-employees-information-inner-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-employees-information-grp .custom-employees-information-inner-col ul li.clearfix .custom-employees-information-inner-col-con {
  margin-left: -15px;
  margin-right: -15px;
}
.custom-employees-information-grp .custom-employees-information-inner-col ul li.clearfix .custom-employees-information-inner-col-con .custom-employees-information-inner-col-con-inner {
  margin-left: 8.33333333%;
  width: 66.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-employees-information-grp .custom-employees-information-inner-col ul li.clearfix .custom-employees-information-inner-col-con .custom-employees-information-inner-col-con-inner > span {
  display: block;
  margin-top: -1px;
}
.custom-employees-information-grp .custom-employees-information-inner-col ul li.clearfix .custom-employees-information-inner-col-con .custom-employees-information-inner-col-con-inner h3 {
  font-size: 1.78571429em;
  line-height: 1.5em;
  margin: 0;
}
.custom-employees-information-grp .custom-employees-information-inner-col ul li.clearfix .custom-employees-information-inner-col-con .custom-employees-information-inner-col-con-inner p {
    margin: 0;
}


/******************************************************************
 											Portfolio Page Styling
******************************************************************/

.hs-portfolio-row1-grp {
  background: #043876;
}

.hs-portfolio-row1-grp {
  background: #043876;
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
  position: relative;
  text-align: center;
}

.hs-portfolio-row1-grp .page-center.content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.hs-portfolio-row1-grp .page-center.content-wrapper > .row-fluid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.hs-portfolio-row1-grp .page-center.content-wrapper .hs-portfolio-row1-col1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-portfolio-row1-grp .page-center.content-wrapper .hs-portfolio-row1-col1 h2 {
  display: inline-block;
  vertical-align: middle;
  color: white;
  margin-bottom: 0.78787878787879em;
}

.hs-portfolio-row2-grp {
  background: #043876;
}

.custom-portfolio-grp .custom-portfolio-item {
  width: 33.33333333%;
  float: left;
}
.custom-portfolio-grp {
  overflow: hidden;
}

.custom-portfolio-grp .custom-portfolio-item .custom-inner-col {
  position: relative;
  overflow: hidden;
  padding: 5em 0;
  height: auto;
  min-height: 350px;
}
.custom-portfolio-grp .custom-portfolio-item .custom-inner-col a {
  height: 46.42857143em;
  display: block;
  text-decoration: none;
  font-weight: normal;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.custom-portfolio-grp .custom-portfolio-item .custom-inner-col a .custom-portfolio-hover-element__initial {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.custom-portfolio-grp .custom-portfolio-item .custom-inner-col a .custom-portfolio-hover-element__initial .custom-portfolio-background-image-holder {
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50% 50%!important;
  z-index: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}


.custom-portfolio-grp .custom-portfolio-item .custom-inner-col a .custom-portfolio-hover-element__reveal:before {
  opacity: 0.9;
  position: absolute;
  content: '';
  background: #252525;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.custom-portfolio-grp .custom-portfolio-item .custom-inner-col a .custom-portfolio-hover-element__reveal {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.custom-portfolio-grp .custom-portfolio-item .custom-inner-col a .custom-portfolio-hover-element__reveal .custom-portfolio-project-thumb__title {
  padding: 1.85714286em;
  z-index: 2;
  position: relative;
  color: #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}


.custom-portfolio-grp .custom-portfolio-item .custom-inner-col a .custom-portfolio-hover-element__reveal .custom-portfolio-project-thumb__title h3 {
  z-index: 2;
  color: #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  margin-bottom: 1.04em;
  font-size: 1.78571429em;
  line-height: 1.5em;
}

.custom-portfolio-grp .custom-portfolio-item:hover .custom-inner-col a .custom-portfolio-hover-element__reveal {
  opacity: 1;
}
.hs-portfolio-row2-grp {
  padding-bottom: 7.42857143em;
}
.custom-bottom-pane-grp.hs-blue {
  background: #043876;
  border: 0;
}
.custom-bottom-pane-grp.hs-blue .page-center .custom-inner.clearfix .custom-cta-wrapper p {
    display: none;
}
.custom-bottom-pane-grp.hs-blue .page-center .custom-inner.clearfix .custom-cta-wrapper h2.title {
    color: #fff;
    margin-bottom: 0.78787878787879em;
}

.custom-bottom-pane-grp.hs-blue .page-center .custom-inner.clearfix .custom-cta-wrapper .custom-cta a.cta_button.btn--secondary span {
    letter-spacing: .5px;
    margin-right: -0.5px;
    display: block;
    color: #252525;
    border-color: #252525;
    font-weight: 700;
    font-size: 0.85714286em;
    line-height: 1.85714em;
    margin-top: 2px;
    margin-bottom: 2px;
}
.custom-bottom-pane-grp.hs-blue .page-center .custom-inner.clearfix .custom-cta-wrapper .custom-cta a.cta_button.btn--secondary {
    box-sizing: border-box!important;
}
.custom-bottom-pane-grp.hs-blue .page-center .custom-inner.clearfix .custom-cta-wrapper .custom-cta a.cta_button.btn--secondary:hover {
    border-color: #252525!important;
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    background: #fafafa!important;
    border-color: #252525!important;
    background: #ffffff!important;
    color: #333333!important;
    text-decoration: none!important;
}

.hs-portfolio-row2-grp .hs-portfolio-row2-col1-flexi {
    margin-bottom: 20px;
}

/******************************************************************
 											About Page Styling
******************************************************************/


.custom-about-banner-area-grp {
    padding-top: 14.85714286em;
    padding-bottom: 14.85714286em;
    position: relative;
    text-align: center;
}
.custom-about-banner-area-grp:before {
    opacity: 0.3;
    position: absolute;
    content: '';
    background: #252525;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.custom-about-banner-area-grp .custom-bg-holder {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 50% 50% !important;
    z-index: 0;
    -webkit-transition: opacity .3s linear;
    background-size: cover !important;
}
.custom-about-banner-area-grp .page-center.clearfix .custom-inner-col {
    margin-left: -15px;
    margin-right: -15px;
}

.custom-about-banner-area-grp .page-center.clearfix {
  position: relative;
  z-index: 2;
}
.custom-about-banner-area-grp .page-center.clearfix .custom-inner-col .custom-banner-content {
  max-width: 50%;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  float: none;
}
.custom-about-banner-area-grp .page-center.clearfix .custom-inner-col .custom-banner-content p {
  opacity: .9;
  color: #fff;
  margin-bottom: 0;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  margin: 0;
}
.custom-about-banner-area-grp .page-center.clearfix .custom-inner-col .custom-banner-content h1 {
  color: #fff;
  position: relative;
  margin-bottom: 0.59090909090909em;
  margin-top: .67em;
}
.hs-about-row1-grp {
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
  text-align: center;
  background: #fafafa;
}
.hs-about-row1-grp .page-center > .row-fluid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.hs-about-row1-grp .page-center .hs-about-row1-col1 {
  float: none!important;
  max-width: 66.66666667%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-about-row1-grp .page-center .hs-about-row1-col1 p {
  font-weight: 400;
  color: #808080;
  margin: 0;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}
.hs-about-row1-grp .page-center .hs-about-row1-col1 h2 {
  font-size: 2.35714286em;
  line-height: 1.36363636em;
  margin-bottom: 0.78787878787879em;
}
.hs-about-row2-grp {
  background: #fafafa;
  padding-bottom: 7.42857143em;
  position: relative;
}

.hs-about-row2-grp .page-center > .row-fluid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.hs-about-row2-grp .custom-three-col-equal-grp .custom-inner.clearfix .custom-col .custom-inner-col {
  min-height: 1px;
  padding: 0;
  background: none;
}

.hs-about-row2-grp .custom-three-col-equal-grp .custom-inner.clearfix .custom-col .custom-inner-col h3 {
  margin-bottom: 1.04em;
  font-size: 1.78571429em;
  line-height: 1.5em;
}

.hs-about-row2-grp .custom-three-col-equal-grp .custom-inner.clearfix .custom-col .custom-inner-col p {
  opacity: 1;
  color: inherit;
  max-width: 100%;
}

.hs-about-row3-grp {
  padding-bottom: 7.42857143em;
  text-align: center;
  background: #fafafa;
}

.hs-about-row3-grp .page-center > .row-fluid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.hs-about-row3-grp .page-center .hs-about-row3-col1-flexi {
  max-width: 50%;
  width: 100%;
  float: none!important;
  margin: 0 auto;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-join-our-team h2 {
  margin-bottom: 0.78787878787879em;
  font-size: 2.35714286em;
  line-height: 1.36363636em;
}

.custom-join-our-team p {
  margin-bottom: 1.36842105263158em;
  margin-top: 0;
  font-weight: 400;
  color: #808080;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}
.custom-join-our-team h2 {
  margin-bottom: 0.78787878787879em;
  font-size: 2.35714286em;
  line-height: 1.36363636em;
}

.custom-join-our-team a.btn:hover {
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
  background: #04389e;
}
.custom-join-our-team a.btn {
  margin-top: 0.92857143em;
  letter-spacing: .5px;
  background: #043876;
  border-color: #043876;
  position: relative;
  font-family: “birch-std”, serif;
  padding-top: 0.464286em;
  padding-bottom: 0.464286em;
  padding-right: 2.78571em;
  padding-left: 2.78571em;
  font-size: inherit;
  line-height: 1.85714em;
  transition: all 0.1s linear 0s;
  border-radius: 6px;
  border-style: solid;
  border-image: initial;
  border-width: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  text-decoration: none;
}
.custom-join-our-team a.btn span.btn__text {
  letter-spacing: .5px;
  color: #fff;
  font-weight: 700;
}


.body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 form fieldset .hs-form-field ul.hs-error-msgs.inputs-list {
  margin: 0;
}

/**********************************************************************
 										Homepage Styling
***********************************************************************/

.custom-home-banner-grp {
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
  background-color: #146bc2;
}


.custom-home-banner-grp video {
  object-fit: cover;
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}


.custom-home-banner-grp .custom-home-banner-grp-background-image-holder {
  opacity: 0 !important;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50% 50% !important;
  z-index: 0;
  background-size: cover !important;
}
.custom-home-banner-grp .row {
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
.custom-home-banner-grp .row h2 {
  margin-bottom: 0.78787878787879em;
  line-height: 1.36363636em;
}

.custom-home-banner-grp .custom-home-banner-grp-home-concept-construction {
  background: transparent url(//cdn2.hubspot.net/hubfs/4751718/Tiga_August2018-Theme/Images/integral-white.png) no-repeat center 63%;
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
  display: block;
  position: relative;
  z-index: 1;
}

.custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 {
  padding: 0;
  margin: 0 -15px;
}
.custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox {
  top: 50% !important;
  transform: translate3d(0,-50%,0);
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: 400;
}
.custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds {
  position: relative;
  text-align: center;
  padding: 50px 0 0 57px;
  list-style: none;
  line-height: 1.85714286em;
  font-size: 0;
  margin: 0;
}

.custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li.diamondone {
  position: absolute;
  left: 0px;
  top: 402px;
}
.custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li {
  display: inline-block;
  font-size: 18px;
  margin-right: 135px;
}


.custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li a.diamond.diamond-sm {
  height: 128px;
  width: 128px;
}
.custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li a.diamond {
  background: #f4f4f4;
  display: block;
  height: 255px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 255px;
  overflow: hidden;
  transform: rotate(-45deg);
}
.custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li a.diamond .content {
  display: table-cell;
  height: 255px;
  padding: 0 10px;
  transform: rotate(45deg);
  text-align: center;
  vertical-align: middle;
  width: 255px;
  position: relative;
  height: 128px;
  width: 128px;
}
.custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li a.diamond .content img.img-fluid {
  max-width: 195px;
  margin-left: -50%;
}
.custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li.diamondtwo {
  position: absolute;
  left: 234px;
  top: 397px;
}
.custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li a .content .img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -110px;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: large;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .2s, visibility .2s;
}
.custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li a:hover .content .img__description_layer span.img__description {
  transform: translateY(0);
  font-weight: normal;
}
.custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li a:hover .content .img__description_layer {
  visibility: visible;
  opacity: 1;
}
.custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li a .content .img__description_layer span.img__description {
  transition: .2s;
  transform: translateY(1em);
  white-space: normal;
  width: 155px;
  line-height: initial;
  -webkit-font-smoothing: auto!important;
  font-weight: 600!important;
}
.custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li.diamondthree {
  position: absolute;
  left: 420px;
  top: 298px;
}

.custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li.diamondfour {
  position: absolute;
  left: 568px;
  top: 158px;
}

.custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li.diamondfive {
  position: absolute;
  left: 755px;
  top: 0px;
}
.custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li.diamondsix {
  position: absolute;
  left: 976px;
  top: -52px;
}

.hs-homepage-row1-grp {
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
}

.hs-homepage-row1-grp .page-center > .row-fluid-wrapper:first-child {
  padding-top: 30px;
}
.hs-homepage-row1-grp .page-center > .row-fluid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.hs-homepage-row1-grp .page-center .hs-homepage-row1-column1 p {
  color: white;
  font-weight: 400;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  margin: 0;
}
.hs-homepage-row1-grp .page-center .hs-homepage-row1-column1 h2 {
  color: white;
  margin-bottom: 0.78787878787879em;
}
.hs-homepage-row1-grp .page-center .hs-homepage-row1-column1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-homepage-row1-grp .page-center .hs-homepage-row1-column2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-homepage-row1-grp .page-center .hs-homepage-row1-column2 p {
  margin-bottom: 1.36842105263158em;
  color: white;
  font-weight: 400;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', 'Roboto', 'Helvetica', Sans-Serif;
  font-style: normal;
}
.hs-homepage-row1-grp .page-center .hs-homepage-row1-column2 h3 {
  color: white;
  margin-bottom: 1.04em;
  font-size: 1.78571429em;
  line-height: 1.5em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .custom-home-banner-grp video {
    height: auto;
  }
  .custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li a .content .img__description_layer span.img__description {
    line-height:1;
  }
}
.hs-homepage-row1-grp .page-center .hs-homepage-row1-column2 {
  padding-top: 41px;
}
.hs-homepage-row1-grp .page-center .hs-homepage-row1-column2 h2 {
  margin-bottom: 0.78787878787879em;
  color: white;
}
.custom-feature-grp .custom-inner.clearfix .custom-feature-item img {
  width: 10em;
}
.custom-feature-grp .custom-inner.clearfix .custom-feature-item {
  max-width: 33.33333333%;
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.hs-homepage-row1-grp .page-center .hs-homepage-row1-column3-flexi {
  padding-top: 20px;
}


.hs-homepage-row2-grp {
  background: #043876;
  padding-bottom: 7.42857143em;
}
.hs-homepage-row2-grp .page-center > .row-fluid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}


.hs-homepage-row2-grp .page-center h2 {
  margin-top: 2em;
  margin-bottom: 3em;
  color: white;
  text-align: center;
  font-size: 2.35714286em;
  line-height: 1.36363636em;
}

.custom-home-services-grp {
  padding: 0 15px;
}
.custom-home-services-grp .custom-home-service-item {
  padding-right: 15px;
  padding-left: 15px;
  left: 16.66666667%;
  max-width: 66.66666667%;
  width: 100%;
  position: relative;
}
.custom-home-services-grp .custom-home-service-item a.block {
  font-weight: normal;
  text-decoration: none;
  color: #666666;
  display: block;
}
.custom-home-services-grp .custom-home-service-item .feature.feature-7.boxed.text-center.imagebg:before {
  border-radius: 6px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  opacity: 0.3;
  position: absolute;
  content: '';
  background: #252525;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.custom-home-services-grp .custom-home-service-item .feature.feature-7.boxed.text-center.imagebg {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  height: 13em;
  margin-bottom: 30px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  padding: 1.85714286em;
}
.custom-home-services-grp .custom-home-service-item .feature.feature-7.boxed.text-center.imagebg .background-image-holder {
  border-radius: 6px;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  background-size: cover !important;
}
.custom-home-services-grp .custom-home-service-item .feature.feature-7.boxed.text-center.imagebg h2.pos-vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-bottom: 0.78787878787879em;
  margin-top: 0;
  z-index: 2;
}
.custom-home-services-grp .custom-home-service-item .feature.feature-7.boxed.text-center.imagebg:hover:before {
  opacity: .75;
}
.hs-homepage-row3-grp {
  border-top: 1px solid #ebebeb;
  background: #fafafa;
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
}
.custom-bottom-pane-grp.hs-blue a.btn.btn--secondary.type--uppercase:hover {
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
  border-color: #252525;
  background: #ffffff;
}
.custom-bottom-pane-grp.hs-blue a.btn.btn--secondary.type--uppercase .btn__text {
  letter-spacing: .5px;
  color: #252525;
  border-color: #252525;
  font-size: 1.2em !important;
  margin: 11px !important;
  line-height: 2em !important;
  font-weight: 700;
}
.custom-bottom-pane-grp.hs-blue a.btn.btn--secondary.type--uppercase {
  letter-spacing: .5px;
  border-color: #d3d3d3;
  margin-top: 0.92857143em;
  position: relative;
  background: #fafafa;
  font-family: “birch-std”, serif;
  padding-top: 0.464286em;
  padding-bottom: 0.464286em;
  padding-right: 2.78571em;
  padding-left: 2.78571em;
  font-size: inherit;
  line-height: 1.85714em;
  transition: all 0.1s linear 0s;
  border-radius: 6px;
  border-style: solid;
  border-image: initial;
  border-width: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  text-decoration: none;
}


.hs-homepage-row4-grp {
  border-top: 1px solid #ebebeb;
  position: relative;
  background: #fafafa;
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
}
.hs-homepage-row4-grp .page-center > .row-fluid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.hs-homepage-row4-grp .page-center .hs-homepage-row4-left-col {
  max-width: 66.66666667%;
  width: 100%!important;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-homepage-row4-grp .page-center .hs-homepage-row4-left-col .custom-map-grp {
  background-color: #fafafa;
  padding: 20px;
}
.hs-homepage-row4-grp .page-center .hs-homepage-row4-right-col {
  max-width: 33.33333333%;
  width: 100%;
  margin-left: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-homepage-row4-grp .page-center .hs-homepage-row4-right-col .hs_cos_wrapper_type_rich_text {
  display: block;
  margin-top: 1.85714286em;
  text-align: center;
}
.hs-homepage-row4-grp .page-center .hs-homepage-row4-right-col .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 0.78787878787879em;
}
.hs-homepage-row4-grp .page-center .hs-homepage-row4-right-col .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 1.36842105263158em;
  font-weight: 400;
  color: #808080;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  font-family: 'Open Sans', 'Roboto', 'Helvetica', Sans-Serif;
  margin-top: 0;
}
.hs-homepage-row4-grp .page-center .hs-homepage-row4-right-col .hs_cos_wrapper_type_rich_text a.cta_button.contact-btn:hover {
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
  background: #04389e!important;
  border-color: #043876;
}
.hs-homepage-row4-grp .page-center .hs-homepage-row4-right-col .hs_cos_wrapper_type_rich_text a.cta_button.contact-btn .btn__text {
  letter-spacing: .5px;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em !important;
  margin: 11px !important;
  line-height: 2em !important;
  -webkit-font-smoothing: auto!important;
}
.hs-homepage-row4-grp .page-center .hs-homepage-row4-right-col .hs_cos_wrapper_type_rich_text a.cta_button.contact-btn {
  box-sizing: border-box!important;
}

.hs-homepage-row3-grp .page-center > .row-fluid-wrapper {
  margin: 0 -15px;
}
.hs-homepage .span12.widget-span.widget-type-custom_widget {
    min-height: 0!important;
}
.custom-home-banner-grp:after {
  content: "";
  background-color: #00509f;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100% !important;
  display: block;
  opacity: 0.4;
}

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


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


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

@media (max-height: 600px) and (min-width: 768px) {
  .custom-services-grp .custom-inner.clearfix .custom-services-item .custom-image-holder h2.custom-service-title {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}

@media (max-height: 600px) and (min-width: 768px) {
  .custom-home-services-grp .custom-home-service-item .feature.feature-7.boxed.text-center.imagebg h2.pos-vertical-center {
    position: relative;
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}

@media (min-height: 600px) and (min-width: 767px)  {
  .custom-banner-area-grp {
    height: 40vh;
  }
  .custom-banner-area-grp .page-center.clearfix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
    z-index: 2;
    width: 100%;
  }
  .hs-refining .custom-banner-area-grp {
    height: 50vh;
  }
  .custom-portfolio-grp .custom-portfolio-item .custom-inner-col {
    height: 40vh;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .custom-logo img {
    max-width: none;
    width: 154px!important;
    left: 3px;
  }
  body {
    overflow-x: hidden;
  }
  
  
}

@media (min-width: 768px) and (max-width: 1295px){
  body {
    overflow-x: hidden;
  }
  .custom-menu-primary.desk .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    width: auto!important;
  }
  .custom-menu-primary.desk .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li>a {
    white-space: nowrap!important;
  }
}



@media (min-width: 992px) and (max-width: 1024px){
  .custom-menu-primary.desk .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    width: 404px;
  }
  .custom-logo img {
    left: 11px;
  }
}



@media (max-width: 1199px) {
  .custom-home-banner-grp .custom-home-banner-grp-home-concept-construction {
    background: transparent url(//cdn2.hubspot.net/hubfs/4751718/Tiga_August2018-Theme/Images/integral-white-1.png) no-repeat center 63%;
    background-size: 800px !important;
  }
  .custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li.diamondone {
    position: absolute;
    left: 12px;
    top: 355px;
  }
  .custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li a.diamond.diamond-sm {
    height: 110px;
    width: 110px;
  }
  .custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li a.diamond .content {
    height: 110px;
    width: 110px;
  }
  .custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li.diamondtwo {
    left: 204px;
    top: 353px;
  }
  .custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li.diamondthree {
    left: 369px;
    top: 258px;
  }
  .custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li.diamondfour {
    left: 507px;
    top: 148px;
  }
  .custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li.diamondfive {
    left: 651px;
    top: 61px;
  }
  .custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li.diamondsix {
    left: 824px;
    top: 34px;
  }
  .custom-home-banner-grp .custom-home-banner-grp-home-concept-construction .page-center.clearfix .row.pt-4 .col .diamonds-wrapper.lightbox ul.diamonds > li a .content .img__description_layer span.img__description {
    font-size: 14px;
    margin-left: -18px;
    margin-top: 12px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 80%;
  }
  .footer-container .page-center .custom-footer-top-grp .custom-footer-soc-grp .custom-footer-social-grp ul.social-list.list-inline.list--hover li a {
    font-size: 11.7029px;
  }
  .hs-career-row3-grp .page-center .hs-career-row3-col1-flexi .custom-career-grp .custom-inner-grp.clearfix .custom-career-item .custom-inner-col {
    min-height: 15.5em;
  }
  .automation .hs-service-row1-grp .page-center .hs-service-row1-col1 a.btn span {
    font-size: 8.77px;
  }
  .automation .hs-service-row1-grp .page-center .hs-service-row1-col1 a.btn {
    padding-top: 4px;
    padding-bottom: 5px;
    padding-right: 28px;
    padding-left: 28px;
    margin-top: 7px;
  }

}


@media (min-width: 768px) and (max-width: 991px){
  .custom-logo img {
    max-width: none!important;
    width: 140px!important;
    position: absolute;
    left: 9px;
  }
  .custom-menu-primary.desk .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    width: 250px;
  }
  .hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form,
  .hs-row2-job-grp .page-center .hs-row2-job-col1 {
    max-width: 100%;
  }
  .hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form form .hs_attach_your_resume.hs-attach_your_resume.hs-fieldtype-file.field.hs-form-field {
    margin-left: 0;
    max-width: 100%;
  }
  .hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form form .hs_submit.hs-submit {
    margin-left: 0;
  }
  .hs-career-row3-grp .page-center .hs-career-row3-col1-flexi .custom-career-grp .custom-inner-grp.clearfix .custom-career-item .custom-inner-col {
    min-height: 18.5em;
  }
  .hs-service-row1-grp .page-center .hs-service-row1-col1 {
    max-width: 75%;
  }
  .custom-one-col-grp {
    min-height: 153px;
  }
  .hs-refining-row2-grp .page-center .hs-refining-row2-col1 {
    max-width: 83.33333333%;
  }
  .hs-refining-row3-grp .page-center .hs-refining-row2-col2-flexi {
    max-width: 83.33333333%;
  }
  .hs-row1-employee-grp .page-center .hs-row1-employee-col1-flexi {
    margin-left: 0;
    max-width: 100%;
  }
  .custom-employees-information-grp .custom-employees-information-inner-col {
    margin-top: 0;
  }
  .custom-employees-information-grp .custom-employees-information-inner-col ul li.clearfix .custom-employees-information-inner-col-con .custom-employees-information-inner-col-con-inner {
    margin-left: 0;
    width: 100%;
  }
  .custom-about-banner-area-grp .page-center.clearfix .custom-inner-col .custom-banner-content {
    max-width: 66.66666667%;
  }
  .hs-about-row1-grp .page-center .hs-about-row1-col1 {
    max-width: 83.33333333%;
  }
  .custom-home-banner-grp {
    display: none;
  }
  .hs-homepage-row1-grp .page-center .hs-homepage-row1-column2 {
    padding-top: 38px;
  }
  .hs-homepage-row4-grp .page-center .hs-homepage-row4-right-col .hs_cos_wrapper_type_rich_text {
    margin-top: 0;
  }
  .custom-menu-primary.desk .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    width: auto!important;
  }
  .custom-menu-primary.desk .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li>a {
    white-space: nowrap!important;
  }
  .custom-four-col-slider-grp .hs_cos_gallery .hs_cos_gallery_main .slick-arrow {
    display:none!important;
  }
}

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

@media (max-width: 767px) {

  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select,
  form.hs-form, form,
  .bacp-im form,
  .hs-404-page .body-container-wrapper .page-center.content-wrapper .main-content form,
  .body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-left-col-grp,
  .body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp,
  .body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 form fieldset .hs-form-field {
    max-width:100%;
  }
  .email-edit.hs-input {
    min-width: 100%;
    max-width:100%;
    width: 100%;
  }
  form.hs-form {
    max-width: 100%;
  }
  .footer-container .page-center .custom-footer-bottom-grp .custom-footer-links .hs_cos_wrapper_type_rich_text {
    text-align: center;
  }
  .custom-footer-bottom-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    margin-right: 0;
    text-align: center;
  }
  .footer-container .page-center .custom-footer-bottom-grp .custom-copyright {
    text-align: center;
  }
  .footer-container .page-center .custom-footer-top-grp .custom-footer-soc-grp .custom-footer-social-grp {
    margin: 1.85714286em 0;
    text-align: center;
  }
  .footer-container .page-center .custom-footer-top-grp .custom-footer-soc-grp .custom-footer-social-grp ul.social-list.list-inline.list--hover {
    margin: 1.85714286em 0;
  }
  .header-container-wrapper {
    min-height: 1px;
    background: #043876;
  }
  .custom-header-mobile .page-center {
    padding: 0.92857143em 15px;
    padding-bottom: 8px;
  }
  .custom-header-mobile.visible-phone .custom-logo {
    max-width: 25%;
    width: 100%;
    float: left;
    text-align: left;
  }
  .custom-header-mobile.visible-phone .page-center > .row-fluid-wrapper {
    margin: 0 -15px;
  }
  .custom-header-mobile.visible-phone .custom-logo img {
    position: static;
    max-width: none;
    width: 140.42px!important;
    margin-bottom: 1px;
  }
   
  
  .blog .blog-sidebar {
    margin-top: 25px;
  }
  .hs-featured-image {
    float: none;
    margin: 0 0 20px 00px;
    max-width: 100%;
  }
  .hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form,
  .hs-row2-job-grp .page-center .hs-row2-job-col1 {
    max-width: 100%;
  }
  .hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form form .hs_attach_your_resume.hs-attach_your_resume.hs-fieldtype-file.field.hs-form-field {
    margin-left: 0;
    max-width: 100%;
  }
  .hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form form .hs_submit.hs-submit {
    margin-left: 0;
  }
  .custom-title-grp .page-center .custom-inner-col .custom-title-container h1, h1 {
    line-height: 1.36363636em;
  }
  .hs-row1-job-grp,
  .hs-row2-job-grp {
    padding-bottom: 5.57142857em;
  }
  .hs-row2-job-grp .page-center .hs-row2-job-col1 h2, h2  {
    font-size: 1.78571429em;
    line-height: 1.5em;
    margin-bottom: 0.78787878787879em;
  }
  .hs-row2-job-grp .page-center .hs-row2-job-col1 p {
    margin: 1.36842105263158em 0;
    font-size: 1.35714286em;
    line-height: 1.36842105em;
  }
  .hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }
  .hs-row2-job-grp .page-center .hs-row2-job-col2-btm-form form .hs-form-field .hs-input {
    width: 100%!important;
  }
  
  
  .custom-career-grp .custom-inner-grp.clearfix .custom-career-item {
    max-width: 100%;
  }
  .custom-career-grp .custom-inner-grp.clearfix .custom-career-item .custom-inner-col {
    margin-bottom: 15px;
    padding: 1.23809524em;
  }
  .hs-row1-location-grp .page-center.content-wrapper .hs-row1-location-top-title .hs_cos_wrapper_type_header h3, h3 {
    font-size: 1.35714286em;
    line-height: 1.85714286em;
  }
  .body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 {
    margin-top: 20px;
  }
  .body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 form fieldset {
    margin-bottom: 0;
  }
  .body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 form fieldset .hs-form-field {
    margin-bottom: 20px;
  }
  .hs-contact-row1-grp,
  .hs-career-row1-grp,
  .hs-career-row2-grp,
  .hs-career-row3-grp,
  .hs-service-row4-grp,
  .hs-slider-grp,
  .hs-refining-row2-grp,
  .hs-row1-location-grp,
  .hs-location .hs-row2-job-grp,
  .hs-homepage-row1-grp,
  .hs-homepage-row3-grp,
  .hs-homepage-row4-grp {
    padding: 5.57142857em 0;
  }
  .body-container .hs-contact-row1-grp .page-center.content-wrapper > .row-fluid-wrapper .hs-contact-right-col-grp .hs-contact-right-col-col1 form fieldset .hs-form-field .hs-input {
    width: 100%!important;
  }
  .hs-career-row1-grp .page-center.content-wrapper .hs-career-row1-col1 h1 {
    font-size: 2em;
    margin: .67em 0;
  }
  .hs-career-row2-grp .page-center .hs-career-row2-top-title h3 {
    font-size: 1.35714286em;
    line-height: 1.85714286em;
  }
  .custom-careers-by-location-grp .custom-inner .custom-career-location-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-careers-by-location-grp .custom-inner .custom-career-location-item a > .custom-bg-grp {
    margin-bottom: 15px;
    padding: 1.23809524em;
  }
  .custom-careers-by-location-grp .custom-inner .custom-career-location-item:nth-child(odd) {
    padding-right: 7.5px;
  }
  .custom-careers-by-location-grp .custom-inner .custom-career-location-item:nth-child(even) {
    padding-left: 7.5px;
  }
  .hs-career-row3-grp .page-center .hs-career-row3-col1-flexi .custom-career-grp .custom-inner-grp.clearfix .custom-career-item .custom-inner-col {
    min-height: 14.5em;
  }
  .hs-career-row3-grp .page-center .hs-career-row3-col1-flexi .custom-career-grp .custom-inner-grp.clearfix .custom-career-item .custom-inner-col h4 {
    margin-bottom: 19px;
  }
  .custom-careers-by-location-grp .custom-inner .custom-career-location-item {
    max-width: 50%;
  }
  .custom-careers-by-location-grp .custom-inner .custom-career-location-item:nth-child(odd) {
    padding-right: 15px;
  }
	.custom-home-banner-grp {
    display: none;
  }
  
  .custom-careers-by-location-grp .custom-inner .custom-career-location-item:nth-child(even) {
    padding-left: 15px;
  }
  .custom-banner-area-grp {
    height: auto;
    padding: 4em 0;
  }
  .hs-service-row1-grp {
    padding: 5.57142857em 0;
    padding-bottom: 1.85714286em;
  }
  .hs-service-row1-grp .page-center .hs-service-row1-col1 h1 {
    font-size: 2em;
    margin: .67em 0;
    margin-bottom: 0.59090909090909em;
  }
  .custom-four-col-slider-grp .hs_cos_gallery .hs_cos_gallery_main .slick-arrow {
    display:none!important;
  }
  .hs-service-row1-grp .page-center .hs-service-row1-col1 p {
    
    margin-bottom: 1.36842105263158em;
    font-size: 1.35714286em;
    line-height: 1.36842105em;
  }
  .hs-service-row1-grp .page-center .hs-service-row1-col2-flexi {
    margin-top: 30px;
    padding-bottom: 5.57142857em;
  }
  .hs-service-row1-grp .page-center .hs-service-row1-col2-flexi > span .hs_cos_wrapper_type_module:first-child,
  .hs-service-row1-grp .page-center .hs-service-row1-col2-flexi > span .hs_cos_wrapper_type_module {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .hs-service-row1-grp .page-center .hs-service-row1-col2-flexi > span .hs_cos_wrapper_type_module .hs_cos_wrapper_type_rich_text {
    padding: 1.23809524em;
    margin-bottom: 15px;
  }
  .hs-service-row1-grp .page-center .hs-service-row1-col2-flexi > span .hs_cos_wrapper_type_module .hs_cos_wrapper_type_rich_text h3 {
    font-size: 1.35714286em;
    line-height: 1.85714286em;
  }
  .hs-service-row1-grp .page-center .hs-service-row1-col2-flexi > span .hs_cos_wrapper_type_module .hs_cos_wrapper_type_rich_text p {
    font-size: 1.35714286em;
    line-height: 1.36842105em;
  }
  .custom-two-col-left-col-icon-grp .inner.clearfix .custom-left-col {
    max-width: 100%;
    text-align: center;
  }
  .custom-two-col-left-col-icon-grp .inner.clearfix .custom-right-col {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .custom-two-col-left-col-icon-grp .inner.clearfix .custom-right-col ul {
    color: #e9e9e9;
    max-width: 100%;
    width: 100%;
  }
  .custom-two-col-left-col-icon-grp .inner.clearfix .custom-right-col h2 {
    margin: 1.36842105263158em 0;
    font-size: 1.35714286em;
    line-height: 1.36842105em;
  }
  .custom-four-col-slider-grp .hs_cos_gallery .hs_cos_gallery_main .slick-track .slick-slide img {
    margin: 0 auto;
  }
  .custom-four-col-slider-grp .hs_cos_gallery .hs_cos_gallery_main .slick-track .slick-slide .slick-slide-inner-wrapper {
    vertical-align: middle;
    width: 100%;
    text-align: center;
  }
  .custom-services-grp .custom-inner.clearfix .custom-services-item:nth-child(even) {
    padding-right: 7.5px;
  }
  .custom-services-grp .custom-inner.clearfix .custom-services-item:nth-child(odd) {
    padding-left: 7.5px;
  }
  .custom-services-grp .custom-inner.clearfix .custom-services-item {
    width: 50%;
  }
  .custom-services-grp .custom-inner.clearfix .custom-services-item .custom-image-holder {
    margin-bottom: 15px;
    padding: 1.23809524em;
  }
  .hs-service-row1-grp .page-center .hs-service-row1-col1 {
    max-width: 100%;
  }
  .automation .hs-service-row1-grp .page-center .hs-service-row1-col1 a.btn span {
    font-size: 8.77px;
  }
  .automation .hs-service-row1-grp .page-center .hs-service-row1-col1 a.btn {
    padding-top: 4px;
    padding-bottom: 5px;
    padding-right: 28px;
    padding-left: 28px;
    margin-top: 7px;
  }
  .automation .hs-service-row1-grp .page-center .hs-service-row1-col2-flexi {
    margin-top: 3.71428571em;
  }
  .custom-three-col-equal-grp .custom-inner.clearfix .custom-col {
    max-width: 100%;
  }
  .custom-three-col-equal-grp .custom-inner.clearfix .custom-col .custom-inner-col {
    margin-bottom: 15px;
    padding: 1.23809524em;
  }
  .custom-three-col-equal-grp .custom-inner.clearfix .custom-col .custom-inner-col p {
    margin: 0 auto;
  }
  .hs-service-row4-grp .page-center .hs-service-row4-top-title h2 {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
  }
  .hs-service-row1-grp .page-center .hs-service-row1-col1 {
    max-width: 100%;
  }
  .automation.infrastructure .hs-service-row1-grp .page-center .hs-service-row1-col1 a.btn {
    padding-top: 3px;
    padding-bottom: 4px;
    padding-right: 29px;
    padding-left: 28px;
    margin-top: 10px;
  }
  .automation.infrastructure .hs-service-row1-grp .page-center .hs-service-row1-col2-flexi > span .hs_cos_wrapper_type_module {
    max-width: 100%;
  }
  .custom-one-col-grp {
    margin-bottom: 15px;
    padding: 1.23809524em;
    min-height: 11.14285714em;
  }
  .hs-service-row4-grp .page-center .hs-service-row4-top-title h2 {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
  }
  .custom-banner-area-grp .page-center.clearfix .row .custom-content-grp {
    max-width: 100%;
    width: 100%;
  }
  .enterprise .hs-enterprise-row1-col2-flexi p {
    font-size: 1.35714286em;
    line-height: 1.36842105em;
  }
  .custom-two-column-bg-grp {
    margin-bottom: 15px;
    padding: 1.23809524em;
  }
  .custom-two-column-bg-grp .custom-inner.clearfix .custom-column h3 {
    margin-bottom: 1.04em;
    font-size: 1.35714286em;
    line-height: 1.85714286em;
  }
  .custom-two-column-bg-grp .custom-inner.clearfix .custom-column {
    max-width: 100%;
    width: 100%;
  }
  .enterprise .hs-enterprise-row1-col3-flexi .custom-two-column-bg-grp .custom-column.col1 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .enterprise .hs-enterprise-row1-col3-flexi .custom-two-column-bg-grp .custom-column.col2 {
    padding-right: 0;
    padding-left: 0;
  }
  .hs-enterprise-row1-col4-grp .hs-enterprise-row1-col4-left-col {
    max-width: 100%;
  }
  .hs-enterprise-row1-col4-grp .hs-enterprise-row1-col4-right-col {
    margin-left: 0;
    left: 0;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .hs-enterprise-row1-col4-grp p {
    font-size: 1.35714286em;
    line-height: 1.36842105em;
  }
  .custom-two-column-bg-grp h2.top-til {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
  }

  .hs-enterprise-row1-col5-flexi .custom-two-column-bg-grp .custom-inner.clearfix .custom-column {
    margin-bottom: 20px;
    padding: 0;
  }
  .hs-enterprise-row1-col5-flexi .custom-two-column-bg-grp .custom-inner.clearfix .custom-column.col1 p {
    font-size: 1.35714286em;
    line-height: 1.36842105em;
  }
  .custom-software-development-grp h2 {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }
  .custom-software-development-grp .custom-development-col-grp {
    width: 100%;
    left: 0;
    margin-bottom: 20px;
  }
  .custom-software-development-grp .custom-development-col-grp .custom-development-item h3 {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }
  .custom-software-development-grp .custom-development-col-grp .custom-development-item h3:after {
    width: 90%;
    white-space: pre-line;
    padding: 9px;
  }
  .custom-two-column-bg-grp h2.top-til {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }
  .custom-software-development-grp .custom-development-col-grp .custom-development-item h3 {
    font-size: 1.35714286em;
    line-height: 1.85714286em;
  }
  .custom-software-development-grp .custom-development-col-grp .custom-development-item:last-child h3 {
    margin-bottom: 0;
  }
  .enterprise .hs-service-row4-grp .page-center .hs-service-row4-top-title h2 {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }
  .hs-refining-row2-grp .page-center .hs-refining-row2-col1,
  .hs-refining-row3-grp .page-center .hs-refining-row2-col2-flexi,
  .custom-two-column-content .inner-col.clearfix .custom-col {
    max-width: 100%;
  }
  .hs-refining-row2-grp .page-center .hs-refining-row2-col1 h3 {
    font-size: 1.35714286em;
    line-height: 1.85714286em;
  }
  .custom-two-column-content .inner-col.clearfix .custom-col .custom-inner-sec {
    margin-bottom: 15px;
    padding: 1.23809524em;
  }
  .custom-two-column-content .inner-col.clearfix .custom-col .custom-inner-sec p {
    min-height: 1px;
  }
  .custom-scroll-menu {
    right: 0;
  }
  .custom-scroll-menu ul {
    border-radius: 1.85714286em 0 0 1.85714286em;
    padding: 1.85714286em 0.92857143em;
  }
  .hs-refining-row3-grp {
    padding-bottom: 5.57142857em;
  }
  .custom-bottom-pane-grp {
    padding: 5.57142857em 0;
  }
  .custom-two-column-content .inner-col.clearfix .custom-col.col2 {
    margin-bottom: 20px;
  }
  .custom-bottom-pane-grp .page-center .custom-inner.clearfix .custom-cta-wrapper {
    width: 100%;
  }
  .hs-row1-employee-grp .page-center .hs-row1-employee-col1-flexi {
    margin-left: 0;
    max-width: 100%;
  }
  
  .custom-employees-information-grp .custom-employees-information-inner-col ul li.clearfix .custom-employees-information-inner-col-con .custom-employees-information-inner-col-con-inner {
    margin-left: 0;
    width: 100%;
  }
  .hs-row1-employee-grp .page-center.content-wrapper .hs-row1-employee-top-title h2 {
    font-size: 1.78571429em;
    line-height: 1.5em;
    margin-top: 0px;
    padding-bottom:1px;
  }
  .custom-employees-information-grp {
    margin-bottom: 15px;
  }
  .custom-employees-information-grp {
    padding: 1.23809524em;
  }

  .custom-employees-information-grp .custom-employees-information-inner-col {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 1.23809524em;
  }
  .custom-employees-information-grp .custom-employees-information-inner-col ul li.clearfix .custom-employees-information-inner-col-con .custom-employees-information-inner-col-con-inner h3 {
    font-size: 1.35714286em;
    line-height: 1.85714286em;
  }
  .hs-portfolio-row1-grp {
    padding: 5.57142857em 0;
    min-height: 203px!important;
  }
  .custom-portfolio-grp .custom-portfolio-item {
    width: 100%;
  }
  .custom-portfolio-grp .custom-portfolio-item .custom-inner-col {
    height: 350px;
    position: relative;
    overflow: hidden;
    padding: 5em 0;
  }
  .custom-portfolio-grp .custom-portfolio-item .custom-inner-col a .custom-portfolio-hover-element__reveal .custom-portfolio-project-thumb__title h3 {
    font-size: 1.35714286em;
    line-height: 1.85714286em;
  }
  .custom-bottom-pane-grp.hs-blue .page-center .custom-inner.clearfix .custom-cta-wrapper .custom-cta a.cta_button.btn--secondary {
    box-sizing: border-box!important;
    padding: 4.7px 28px 4.7px 28px!important;
  }
  .custom-bottom-pane-grp.hs-blue .page-center .custom-inner.clearfix .custom-cta-wrapper .custom-cta a.cta_button.btn--secondary span {
    font-size: 8.77714px;
    margin-top: 1px;
    margin-bottom: 2px;
  }
  .custom-bottom-pane-grp.hs-blue .page-center .custom-inner.clearfix .custom-cta-wrapper .custom-cta a.cta_button.btn--secondary {
    box-sizing: border-box!important;
    padding: 4.7px 28px 4.7px 28px!important;
  }
  .hs-portfolio-row2-grp .hs-portfolio-row2-col1-flexi {
    margin-bottom: 0;
  }
  .custom-about-banner-area-grp,
  .hs-about-row1-grp {
    padding: 5.57142857em 0;
  }
  .custom-about-banner-area-grp .page-center.clearfix .custom-inner-col .custom-banner-content,
  .hs-about-row1-grp .page-center .hs-about-row1-col1,
  .hs-about-row3-grp .page-center .hs-about-row3-col1-flexi {
    max-width: 100%;
  }
  .custom-about-banner-area-grp .page-center.clearfix .custom-inner-col .custom-banner-content p {
    font-size: 1.35714286em;
    line-height: 1.36842105em;
  }
  .hs-about-row1-grp .page-center .hs-about-row1-col1 h2 {
    line-height: 1.5em;
  }
  .hs-about-row1-grp .page-center .hs-about-row1-col1 p {
    font-size: 1.35714286em;
    line-height: 1.36842105em;
  }
  .hs-about-row2-grp .custom-three-col-equal-grp .custom-inner.clearfix .custom-col .custom-inner-col {
    margin-bottom: 30px;
  }
  .hs-about-row2-grp .custom-three-col-equal-grp .custom-inner.clearfix .custom-col .custom-inner-col h3 {
    font-size: 1.35714286em;
    line-height: 1.85714286em;
  }
  .hs-about-row2-grp,
  .hs-about-row3-grp {
    padding-bottom: 5.57142857em;
  }
  .custom-join-our-team p {
    font-size: 1.35714286em;
    line-height: 1.36842105em;
    margin: 1.36842105263158em 0;
  }
  .custom-join-our-team h2 {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }
  .hs-about-row1-grp .page-center .hs-about-row1-col1 h2 {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }
  .custom-careers-by-location-grp .custom-inner .custom-career-location-item {
    max-width: 50%;
  }
  .custom-career-grp .custom-inner-grp.clearfix h4 {
    padding: 0 15px;
  }
  .hs-service-row4-grp .page-center .hs-service-row4-top-title h2 {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }
  .hs-homepage-row1-grp .page-center .hs-homepage-row1-column1 p {
    font-size: 1.35714286em;
    line-height: 1.36842105em;
  }
  .hs-homepage-row1-grp .page-center .hs-homepage-row1-column2 h2 {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }
  .hs-homepage-row1-grp .page-center .hs-homepage-row1-column2 {
    padding-top: 38px;
  }
  
  .hs-homepage-row1-grp .page-center .hs-homepage-row1-column2 h3 {
    font-size: 1.35714286em;
    line-height: 1.85714286em;
  }
  .custom-feature-grp .custom-inner.clearfix .custom-feature-item {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .hs-homepage-row1-grp .page-center .hs-homepage-row1-column2 p {
    margin-top: -2px;
    margin-bottom: 1.1em;
  }
  .hs-homepage-row1-grp {
    padding: 5.57142857em 0;
  }
  .hs-homepage-row2-grp .page-center h2 {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }
  .custom-home-services-grp .custom-home-service-item .feature.feature-7.boxed.text-center.imagebg {
    margin-bottom: 15px;
  }
  .custom-home-services-grp .custom-home-service-item {
    left: 0;
    max-width: 100%;
    width: 100%;
  }
  .hs-homepage-row2-grp {
    padding-bottom: 5.57142857em;
  }
  .hs-homepage-row4-grp .page-center .hs-homepage-row4-left-col,
  .hs-homepage-row4-grp .page-center .hs-homepage-row4-right-col {
    max-width: 100%;
  }
  .hs-homepage-row4-grp .page-center .hs-homepage-row4-right-col .hs_cos_wrapper_type_rich_text p {
    font-size: 1.35714286em;
    line-height: 1.36842105em;
  }
  .mobile-trigger a {
    cursor: pointer;
    position: relative;
    top: -2px;
  }
  .custom-home-services-grp .custom-home-service-item .feature.feature-7.boxed.text-center.imagebg h2.pos-vertical-center,
  .custom-services-grp .custom-inner.clearfix .custom-services-item .custom-image-holder h2.custom-service-title {
    position: relative;
    top: 50%!important;
    transform: translateY(-50%)!important;
    -webkit-transform: translateY(-50%)!important;
  }

}  

@media (max-width: 579px) {
  .infrastructure .custom-banner-area-grp .page-center.clearfix .row .custom-content-grp h1 {
    font-size: 26pt;
  }
}


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

@media (max-width: 479px) {

  .hs_recaptcha {
    overflow-y: auto;
  }
  .checkbox-row span.fakelabel span {
    float: none;
    margin-left: 0;
    padding-left: 20px;
    text-align: left;
    display: block;
  }

  .subscribe-options p label {
    margin: 4px 0;
  }

  .subscribe-options label > input {
    float: left;
  }
  
  .hs-404-page .body-container-wrapper .page-center.content-wrapper .main-content {
    padding: 36px 36px 36px 36px;
  }
  
  .custom-services-grp .custom-inner.clearfix .custom-services-item:nth-child(odd) {
    padding-left: 15px;
  }
  .custom-services-grp .custom-inner.clearfix .custom-services-item:nth-child(even) {
    padding-right: 15px;
  }
  .custom-services-grp .custom-inner.clearfix .custom-services-item {
    width: 100%;
  }
  .custom-careers-by-location-grp .custom-inner .custom-career-location-item {
    max-width: 100%;
  }
  


}

@media (max-width: 400px) {
  .automation .custom-banner-area-grp .page-center.clearfix .row .custom-content-grp h1 {
    font-size: 11vw;
  }
  .automation.infrastructure .custom-banner-area-grp .page-center.clearfix .row .custom-content-grp h1 {
    font-size: 8vw;
  }
}