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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Droid+Sans%3A400%2C700&ver=5.0.1');
@import url('//fonts.googleapis.com/css?family=Oswald%3A200%2C300%2C400%2C500%2C600%2C700&ver=5.0.1');

@import url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.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, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  color: #343434;
  font-family: 'Droid Sans', sans-serif;
  font-size: 20px;
  line-height: 36px;
}

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

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


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

/* Basic text */
p {
  margin: 0 0 10px;
} 
.small, small {
  font-size: 85%;
}
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 {
  line-height: 1.1;
  color: inherit;
  margin-top: 0px;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 68px;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px rgba(1,1,1,0.35);
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}
h2 {
  margin: 0px 0px 25px;
  font-size: 33px;
  color: #343434;
  text-transform: uppercase;
}
h2:after {
  margin: 33px 0 0px 0;
  width: 82px;
  height: 3px;
  display: block;
  content: "";
  background: #f16b24;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}
h4 {}
h5 {}
h6 {}

/* Anchor Links */
a { 
  color: #f16b24;
  text-decoration: underline;
  outline: none;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
a:hover, a:focus { color: #f16b24; }

/* Lists */
ul, ol {
  margin-top: 0px;
  padding-left: 25px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child, blockquote p:last-child, 
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
a, button, input, textarea, img, span {
  outline: none!important;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {
  min-height: 149px;
}


.custom-header-group {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0;
  width: 100% !important;
  box-shadow: 0 0 4px rgba(0,0,0,0.5);
  background: #fff;
  min-height: 149px !important;
  z-index: 999;
}
.custom-header-top-group {
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 76%, rgba(241,108,52,1) 77%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 76%,rgba(241,108,52,1) 77%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 76%,rgba(241,108,52,1) 77%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f16c34',GradientType=1 );
  text-align: right;
  margin-bottom: -10px;
}
.custom-header-contact-detail a {
  padding: 15px 0 6px 130px;
  background-image: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/kell_preheader_bg.jpg);
  background-size: auto;
  background-position: top left;
  background-color: #f16c34;
  background-repeat: no-repeat;
  color: white;
  outline: none;
  text-decoration: none;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.custom-banner-area {
  padding: 93px 0 93px;
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: -11px;
}
.custom-banner-area h1{
  color: #fff;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
}
.custom-banner-area .page-center{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-banner-area:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  /* background-color: rgba(0,0,0,.27); */
}
.custom-section-header {
  text-align: center;
}
.custom-section-header h2:after {
  margin-left: auto;
  margin-right: auto;
}


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

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

.body-container .page-center{}
.content-wrapper {
  padding-top: 50px;
  padding-bottom: 20px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* =============== Global CSS =============== */

.cm-lg-1,
.cm-lg-10,
.cm-lg-11,
.cm-lg-12,
.cm-lg-2,
.cm-lg-3,
.cm-lg-4,
.cm-lg-5,
.cm-lg-6,
.cm-lg-7,
.cm-lg-8,
.cm-lg-9,
.cm-md-1,
.cm-md-10,
.cm-md-11,
.cm-md-12,
.cm-md-2,
.cm-md-3,
.cm-md-4,
.cm-md-5,
.cm-md-6,
.cm-md-7,
.cm-md-8,
.cm-md-9,
.cm-sm-1,
.cm-sm-10,
.cm-sm-11,
.cm-sm-12,
.cm-sm-2,
.cm-sm-3,
.cm-sm-4,
.cm-sm-5,
.cm-sm-6,
.cm-sm-7,
.cm-sm-8,
.cm-sm-9,
.cm-xs-1,
.cm-xs-10,
.cm-xs-11,
.cm-xs-12,
.cm-xs-2,
.cm-xs-3,
.cm-xs-4,
.cm-xs-5,
.cm-xs-6,
.cm-xs-7,
.cm-xs-8,
.cm-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.cm-xs-1,
.cm-xs-10,
.cm-xs-11,
.cm-xs-12,
.cm-xs-2,
.cm-xs-3,
.cm-xs-4,
.cm-xs-5,
.cm-xs-6,
.cm-xs-7,
.cm-xs-8,
.cm-xs-9 {
  float: left;
}
.cm-row{
  margin-right: -15px;
  margin-left: -15px;
}
.text-center {
  text-align: center;
}

.custom-section-header p{
  margin-bottom: 30px;
}

/* =============== Product Line Page =============== */

.custom-call-center-area{
  padding: 30px 0px 35px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  background: #343434 no-repeat center right;
  background-size: 60% 100%;
  position: relative;
  z-index: 9;
}
.custom-call-center-area .left h3 {
  margin: 25px 0px 0px;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
}
.custom-call-center-area .right .cm-group {
  padding-right: 30px;
  float: right;
  display: table;
  vertical-align: middle;
}

.custom-call-center-area .right .cm-group {
  padding-right: 30px;
  float: right;
  display: table;
  vertical-align: middle;
}

.custom-call-center-area .right .cm-img {
  display: table-cell;
}
.custom-call-center-area .right .cm-text {
  padding-left: 18px;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.custom-call-center-area ul {
  margin: 0px;
  padding: 0;
  list-style: none;
}
.custom-call-center-area ul li {
  margin-top: 10px;
  display: inline-block;
  list-style: none;
}
.custom-call-center-area .right .cm-text li a {
  padding: 0px 0px 0px 32px;
  margin-right: 20px;
  font-size: 20px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: center left;
}
.custom-call-center-area .right .cm-text li a.callBtn {
  background-image: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/phoneBtn.png);
}
.custom-call-center-area .right .cm-text li a.callBtn:hover {
  color: #343434;
  background-image: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/phoneBlack.png);
}

.custom-call-center-area .right .cm-text li a.email {
  padding-left: 36px;
  background-image: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/emailBtn.png);
}
.custom-call-center-area .right .cm-text li a.email:hover {
  color: #343434;
  background-image: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/smsBlack.png);
}

.custom-our-partner-wrapper{
  padding: 50px 0px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  background-color: #ffffff;
}
.custom-partner-logo {
  padding: 0px 20px;
  width: 100%;
  float: left;
  position: relative;
}

.custom-our-partner-wrapper h2:after {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.custom-partner-logo-item img {
  max-width: 90%;
  max-height: 100%;
  display: inline-block;
}

.custom-product-item-wrapper{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.custom-product-item{
  width: 28%;
  float: none;
  padding: 0 25px;
}
.custom-product-item img{
  display: block;
  max-width: 100%;
  height: auto;
  border: solid 2px #333;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.custom-product-item img:hover{
  border: solid 2px #f16b24;
  transition: all 0.3s ease;
}
.product-popup-btn {
  text-decoration: none;
  padding: 0px 5px;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  margin-top: 58px;
  display: block;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  background-color: #f16b24;
  margin-top: 25px;
  margin-bottom: 50px;
}

.product-popup-btn:hover, .product-popup-btn:active, .product-popup-btn:focus {
  color: #f16b24;
  background-color: #343434;
  text-decoration: underline;
}
.custom-product-line-row1 {
  text-align: center;
}
.custom-partner-logo-item-inner {
  padding: 0px 15px;
  text-align: center;
}

.custom-partner-logo-item-wrapper .slick-prev {
  font-size: 0px;
  position: absolute;
  top: 40%;
  left: -10px;
  width: 14.3px;
  height: 50px;
  transform: none;
}

.custom-partner-logo-item-wrapper .slick-next {
  font-size: 0px;
  position: absolute;
  top: 40%;
  right: -10px;
  width: 14.3px;
  height: 50px;
  transform: none;
}
.custom-partner-logo-item-wrapper .slick-next:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 40px;
  color: #343434;
}
.custom-partner-logo-item-wrapper .slick-prev:after {
  content: '\f104';
  font-family: FontAwesome;
  font-size: 40px;
  color: #343434;
}
.custom-partner-logo-item-wrapper .slick-prev:before,
.custom-partner-logo-item-wrapper .slick-next:before{
  content: none;
}
.custom-partner-logo-item.slick-slide{
  margin-right: 30px;
}

.custom-thankyou-row h2:after{
  content: none;
}
.custom-thankyou-row h2{
  text-transform: none;
  margin-bottom: 10px;
}
.custom-thankyou-row .content-wrapper {
  padding-bottom: 50px;
}


/* =============== Openings Page =============== */

.hs-opening-page .custom-banner-area {
  background-position: 50% 60%;
}
.custom-orange-btn {
  display: block!important;
  margin: auto;
  text-align: center;
  padding: 8px 85px;
  max-width: 350px;
  margin-top: 50px;
  line-height: 48px;
  display: inline-block;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f16b24;
}

.cm-orange-btn{
  padding: 0px 5px;
  margin-top: 58px;
  display: block;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  color: #fff!important;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  background-color: #f16b24;
  text-decoration: none;
  margin-top: 0px !important;
  margin-bottom: 15px;
}
.cm-orange-btn:hover{
  color: #f16b24!important;
  text-decoration: none;
  background-color: #343434;
}

.custom-opening-row1 .hs_cos_wrapper_type_rich_text p {
  padding-bottom: 28px;
  margin: 0 0 25px;
  position: relative;
  text-align: center;
}
.custom-opening-row1 .hs_cos_wrapper_type_rich_text p:after {
  margin: 15px auto 0 auto;
  width: 82px;
  height: 3px;
  display: block;
  content: "";
  background-color: #f16b24;
}
.custom-two-column-right-img-wrapper h2:after {
  margin-top: 25px;
}
.custom-two-column-right-img-wrapper img {
  width: 100%;
}
.hs-opening-page .custom-two-column-right-img-wrapper ul {
  margin: 15px 0 15px 30px;
  list-style-type: none;
  padding: 0;
}
.hs-opening-page .custom-two-column-right-img-wrapper ul li i {
  margin-top: 2px;
  margin-right: 8px;
  color: #f16b24;
}
.hs-opening-page .custom-two-column-right-img-wrapper a {
  color: #000;
  text-decoration: none;
}
.hs-opening-page .custom-two-column-right-img-wrapper a:hover {
  color: #f16b24;
  text-decoration: none;
}
.custom-btn-wrapper {
  padding: 0 0 50px;
}
.hs-opening-page .custom-two-column-equal-img-wrapper .cm-image img {
  max-height: 250px;
}

.hs-opening-page .custom-two-column-equal-img-wrapper ul {
  list-style-type: none;
  margin: 25px 0 0;
  padding: 0;
}
.hs-opening-page .custom-two-column-equal-img-wrapper ul li {
  margin-bottom: 5px;
}
.hs-opening-page .custom-two-column-equal-img-wrapper ul li:before {
  margin-right: 8px;
  content: '';
  width: 8px;
  height: 14px;
  display: inline-block;
  background: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/rightArrow-sm-1.png) no-repeat center center;
  background-size: 100%;
}
.hs-opening-page .custom-two-column-equal-img-wrapper {
  color: #000;
}
.custom-opening-row2 {
  padding-bottom: 50px;
}
/* =============== Careers Page =============== */
.custom-two-col-right-img-group-with-bg{
  position: relative;
  z-index: 20;
  padding: 50px 0;
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
}
.custom-two-col-right-img-group-with-bg:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.72);
  z-index: -1;
  content: "";
}

.right-colo-img-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.right-colo-img-group ul li:first-child {
  width: 100%;
}
.right-colo-img-group ul li{
  padding: 0 15px 20px;
  width: 50%;
  float: left;
  list-style: none;
}
.right-colo-img-group ul li img {
  width: 100%!important;
  max-height: 350px;
}

.hs-careers-page .custom-banner-area {
  background-position: 50% 18%;
}

.hs-careers-page .custom-section-header h2:after {
  margin-top: 15px;
}

.custom-two-col-right-img-group-with-bg h2:after {
  margin-top: 25px;
}

.custom-two-col-right-img-group-with-bg h2 {
  color: #fff;
}
.hs-careers-page .custom-careers-row3 .custom-two-column-equal-img-wrapper {
  padding-top: 50px;
  padding-bottom: 20px;
}
.hs-careers-page .custom-careers-row3 .custom-two-column-equal-img-wrapper .cm-image img {
  margin-top: -80px;
  max-height: 470px;
  width: 100%;
}
.hs-careers-page .custom-careers-row3 .custom-two-column-equal-img-wrapper .cm-image {
  overflow: hidden;
  max-height: 300px;
}
.hs-careers-page .custom-careers-row3 .custom-two-column-equal-img-wrapper .cm-text h2:after {
  margin-top: 25px;
}

.custom-two-column-equal-img-wrapper.right .cm-image {
  float: right;
}
.custom-careers-row4 {
  margin-top: -30px;
}
.custom-careers-row4 h2:after {
  margin: 25px 0 0px 0;
}

.custom-careers-row4 .custom-two-column-equal-img-wrapper h3 {
  padding-right: 8px;
  color: #3e91cd;
  text-transform: uppercase;
  display: inline-block;
}
.custom-two-column-equal-img-wrapper {
  color: #000;
}
.custom-careers-row4 .custom-two-column-equal-img-wrapper .cm-image img {
  margin-top: 125px;
}
.custom-careers-row4 .custom-two-column-equal-img-wrapper {
  padding-bottom: 60px;
}
.custom-two-column-equal-img-wrapper h2 {
  color: #000;
}

.custom-one-col-row1 h3 {
  margin-top: 0px;
  font-size: 28px;
}

.custom-one-col-row1 .page-center {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* =============== Kellstrom Difference Website Page =============== */
.custom-logo-group ul{
  margin: 0px;
  padding: 0;
  list-style: none;
}
.custom-logo-group ul li{
  display: inline-block;
  width: 19.5%;
  padding: 0 15px;
  box-sizing: border-box;
}
.custom-kellstrom-row1 .custom-two-column-right-img-wrapper h2:after {
  margin-top: 22px;
}
.custom-kellstrom-row1 .custom-two-column-right-img-wrapper p {
  margin: 30px 0px 0px;
}
.custom-kellstrom-row1 .custom-two-column-right-img-wrapper a {
  color: #337ab7;
  text-decoration: none;
}

.custom-kellstrom-row1 .custom-two-column-right-img-wrapper a:hover {
  color: #23527c;
  text-decoration: underline;
}
.custom-kellstrom-row1 .content-wrapper {
  padding-bottom: 50px;
}
.hs-kellstrom-page .custom-two-col-right-img-group-with-bg:after {
  content: none;
}
.hs-kellstrom-page .custom-two-col-right-img-group-with-bg{
  background-color: #393939;
}
.hs-kellstrom-page .custom-two-col-right-img-group-with-bg .right-colo-img-group ul li:last-child {
  padding-bottom: 0;
}
.custom-kellstrom-row3 .page-center {
  padding-top: 50px;
  padding-bottom: 50px;
}
.custom-kellstrom-row3 .custom-two-column-equal-img-wrapper h2:after {
  margin-top: 22px;
}
.custom-kellstrom-row3 .custom-two-column-equal-img-wrapper h2 {
  color: #343434;
}
.custom-kellstrom-row3 .custom-two-column-equal-img-wrapper {
  color: #343434;
}
.custom-kellstrom-row3 p {
  margin: 30px 0px 0px;
}
.custom-kellstrom-row4 {
  text-align: center;
  background-color: #f3f3f3;
  padding: 50px 0;
}
.custom-kellstrom-row4 .custom-section-header h2:after {
  margin-top: 25px;
}
.custom-kellstrom-row4 .custom-section-header p {
  margin-bottom: 10px;
}
/* =============== Inventory Website Page =============== */
.our-product-popup-btn {
  text-decoration: none;
  padding: 0px 5px;
  margin-left: auto;
  margin-right: auto;
  min-width: 250px;
  margin-top: 28px;
  display: block;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  background-color: #f16b24;
  margin-bottom: 30px;
}
.our-product-popup-btn:hover, 
.our-product-popup-btn:active,
.our-product-popup-btn:focus,
.our-product-popup-btn.active {
  color: #f16b24;
  background-color: #343434;
  text-decoration: underline;
}
.custom-inventory-row1 {
  text-align: center;
}

.custom-product-popup-wrapper-inner{
  display: inline-block;
  position: relative;
}
#popover_content_wrapper {
  margin-left: 10px;
  position: absolute;
  top: -40px;
  left: 100%;
  min-width: 221.42px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  line-break: auto;
  text-align: left;
  min-height: 184px;
}

.custom-pop-arrow, 
.custom-pop-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.custom-pop-arrow:after {
  border-right-color: #fff;
  border-left-width: 0;
  content: "";
  border-width: 10px;
  bottom: -10px;
  left: -9px;
}
.custom-pop-arrow {
  left: -22px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,.25);
  border-left-width: 0;
  top: 50%;
  border-width: 11px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content a{
  color: #337ab7;
  text-decoration: none;
}
.popover-content a:hover{
  color: #23527c;
  text-decoration: underline;
}
.custom-form-with-bg-wrapper .form-box {
  margin: auto;
  width: 89.2%;
  background-color: #eeeeee;
}
.form-box-top{
  padding: 25px 52px;
  font-size: 28px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-transform: uppercase;
  background-color: #f16b24;
  overflow: hidden;
}
.form-box-left{
  float: left;
}

.form-box-right {
  float: right;
}
.form-box-right a{
  color: #fff;
  text-decoration: none;
  line-height: 73px;
}

.form-box-right a:hover{
  color: #343434;
  text-decoration: none;
}
.form-box-right a:before {
  margin: 22px 8px 0px 0px;
  content: '';
  width: 20px;
  height: 28px;
  float: left;
  background: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/phoneBtn-1.png) no-repeat center center;
}
.form-box-bottom{
  padding: 50px;
  background: #f4f4f4;
}
.contact_from label{
  max-width: 100%;
  margin-bottom: 5px;
  display: block;
  color: #343434;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.custom-inventory-row1 .hs_cos_wrapper_type_rich_text p {
  margin: 0 0 30px;
}
.custom-form-with-bg-wrapper {
  padding: 96px 0;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.contact_from h3.form-title {
  display: none;
}

.contact_from span.hs-form-required {
  display: none;
}
.form-box-bottom input[type="text"],
.form-box-bottom input[type="password"], 
.form-box-bottom input[type="datetime"], 
.form-box-bottom input[type="datetime-local"], 
.form-box-bottom input[type="date"], 
.form-box-bottom input[type="month"], 
.form-box-bottom input[type="time"], 
.form-box-bottom input[type="week"], 
.form-box-bottom input[type="number"], 
.form-box-bottom input[type="email"], 
.form-box-bottom input[type="url"], 
.form-box-bottom input[type="search"], 
.form-box-bottom input[type="tel"], 
.form-box-bottom input[type="color"],
.form-box-bottom input[type="file"],
.form-box-bottom textarea,
.form-box-bottom select {
  border: 2px solid #d7d7d7;
  max-width: 100%;
  padding: 6px 10px;
}
.contact_from textarea {
  min-height: 162px;
}

.contact_from .hs-button.primary.large {
  background-image: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/cntplane-1.png);
}


/* =============== Contact Us =============== */

.custom-contact-accordion-wrapper ul{
  list-style: none;
  border: 1px solid #ddd;
  margin: 0px;
  padding: 0;
}
.custom-contact-accordion-wrapper ul li::before {
  background-color: rgba(0,0,0,.5);
  content: "";
  display: block;
  height: 1px;
  margin-left: 5%;
  top: 0;
  width: 90%;
}
.custom-contact-accordion-wrapper ul li:first-child::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.custom-contact-accordion-wrapper ul li a.cm_contact_title{
  padding: 34px 25px 35px;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  color: #343434;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.custom-contact-accordion-wrapper ul li a.cm_contact_title:hover{
  color: #fff;
  background: #f16b24;
  text-decoration: none;
}
.custom-contact-accordion-wrapper ul li a.cm_contact_title.active:hover:after {
  color: #fff;
}
.custom-contact-accordion-wrapper ul li a.cm_contact_title.active:after {
  content: "\f107";
  color: #f16b24;
}
.custom-contact-accordion-wrapper ul li a.cm_contact_title:after {
  float: right;
  content: "\f106";
  font-size: 40px;
  font-family: FontAwesome;
  color: #8c8c8c;
  font-weight: 700;
}
.custom-contact-accordion-wrapper ul li a.cm_contact_title:hover:after {
  color: #fff;
}

.custom-contact-accordion-wrapper .cm_contact_details {
  padding: 0px 25px;
  display: none;
}
.custom-contact-accordion-wrapper .cm_contact_details .detailsItem {
  padding: 20px 0px;
  border: 0px;
  border-top: 2px solid #f16b24;
  overflow: hidden;
}

.custom-contact-accordion-wrapper .cm_contact_details .cm_contact_item {
  width: 43.5%;
  float: left;
  list-style: none;
  font-size: 20px;
}
.custom-contact-accordion-wrapper .cm_contact_details .cm_contact_item span {
  display: block;
  font-size: 19px;
  color: #343434;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  outline: none!important;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.custom-contact-accordion-wrapper .cm_contact_details .cm_contact_item span img {
  margin-right: 3.5px;
  width: 20px;
}
.custom-contact-accordion-wrapper .cm_contact_details .cm_contact_item a {
  padding: 0px;
  font-size: 19px;
  font-family: 'Droid Sans', sans-serif;
  color: #f16b24 !important;
  font-weight: 600;
  text-transform: none;
  text-decoration: none !important;
  display: block;
}
.custom-contact-accordion-wrapper .cm_contact_details .cm_contact_item a:hover {
  background-color: transparent;
}

.custom-contact-row1 {
  text-align: center;
}

.custom-contact-row1 h2:after {
  margin-left: auto;
  margin-right: auto;
}

.custom-contact-row1 p {
  margin: 0 0 30px;
}
.custom-contact-us-form.contact_from .widget-type-form {
  max-width: 100%;
  margin: 0;
}
.custom-contact-us-form .hs-button.primary.large {
  margin-bottom: 12px;
}
.custom-contact-row3 {
  padding: 50px 0;
}
.custom-contact-accordion-wrapper {
  padding-left: 15px;
}
.custom-map {
  padding-right: 15px;
  overflow: hidden;
}
.custom-map iframe {
  width: 100% !important;
  display: block;
  max-width: 100%;
}

/* =============== our team =============== */

.custom-our-team-group{
  color: #343434;
  text-align: center;
  background-color: #f9f9f9;
  padding: 50px 0px;
}

.custom-our-team-group h2{
  padding-bottom: 20px;
  margin: 0px;
  font-size: 33px;
  line-height: 36px;
  position: relative;
}
.custom-our-team-group h2:after{
  margin-left: -41px;
  content: '';
  width: 82px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  background-color: #f16b24;
}
.custom-our-team-item-wrapper{
  overflow: hidden;
}

.custom-our-team-item{
  float: none;
  display: inline-block;
  width: 25%;
  padding: 0 15px;
  vertical-align: top;
}
.teamArea .image {
  padding: 0px;
  margin: 50px auto 0px;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  border: 2px solid transparent;
  overflow: hidden;
}

.custom-our-team-image{
  padding: 0px;
  margin: 50px auto 0px;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  border: 2px solid transparent;
  overflow: hidden;
}
.custom-our-team-item{
  position: relative;
}
.custom-our-team-image img {
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.custom-our-team-image:hover {
  border: 2px solid #f16b24;
}
.custom-our-team-image:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  cursor: pointer;
}
.custom-our-team-item #popover_content_wrapper {
  top: 33.5%;
  left: 82%;
  min-height: auto;
  z-index: 9;
  min-width: 150px;
  display: none;

}

.custom-our-team-details h3{
  margin-top: 28px;
  display: block;
  font-size: 28px;
  text-transform: uppercase;
}
.custom-our-team-details cite {
  font-size: 20px;
}

.join-team-button-wrapper{
  text-align: center;
  margin: 0 0 10px;
}
.join-team-button-wrapper a{
  max-width: 100%;
  padding: 8px 85px;
  margin-top: 50px;
  line-height: 48px;
  display: inline-block;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #f16b24 url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/viewBtn.png) no-repeat center right 55px;
}
.join-team-button-wrapper a:hover{
  background: #343434 url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/viewBtn.png) no-repeat center right 55px;
  color: #fff;
  text-decoration: none;
}

.custom-recent-post-wrapper{
  padding: 50px 0px;
  color: #343434;
  text-align: center;
}
.custom-recent-post-wrapper h2{
  padding-bottom: 22px;
  margin: 0px 0px 25px;
  font-size: 33px;
  color: #343434;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.custom-recent-post-wrapper h2:after{
  margin-left: -41px;
  content: '';
  width: 82px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  background-color: #f16b24;
}

.custom-recent-post-wrapper .custom-recent-post-item{
  padding-top: 35px;
}
.custom-recent-post-wrapper .custom-recent-post-item:nth-of-type(3n+1) {
  clear: left;
}

.custom-recent-post-wrapper .custom-recent-post-image {
  padding: 0px;
  max-width: 100%;
  max-height: 240px;
  border: 2px solid #f3f3f3;
  overflow: hidden;
}
.custom-recent-post-wrapper .custom-recent-post-image img{
  width: 100%;
  height: 100%;
}
.custom-recent-post-text h3 { 
  margin-top: 0px;
  font-size: 28px;
  text-transform: uppercase;
}
.custom-recent-post-item a,.custom-recent-post-item a:hover{
  color: #343434;
  text-decoration: none;
}
.custom-recent-post-wrapper .cm-row {
  overflow: hidden;
}

.custom-recent-post-text{
  padding: 20px 20px 15px;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  background-color: #f3f3f3;
  min-height: 13.5em;
}
.custom-recent-post-text cite {
  margin-bottom: 0;
  display: block;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  color: #f16b24;
}
.custom-recent-post-text p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-recent-post-item .readBtn {
  font-size: 21px;
  color: #fff !important;
  display: block;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 48px;
  background: #f16b24;
}
.custom-recent-post-item .readBtn:hover {
  background-color: #343434;
  color: #fff !important;
  text-decoration: none;
}
.custom-recent-post-item .readBtn:before {
  margin-right: 10px;
  content: '\f097';
  font-family: FontAwesome;
}

.more_button{
  padding: 5px 130px;
  margin-top: 30px;
  display: inline-block;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  color: #343434;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #000;
}
.more_button:hover{
  color: #f16b24;
  text-decoration: none;
  border-color: #f16b24;
}
.more_button:after {
  margin-left: 10px;
  content: '\f107';
  font-family: FontAwesome;
  font-size: 28px;
}

/* =============== Services =============== */

.hs-tabber-header-inner {
  padding: 0 10px;
  width: 16.66%;
  float: left;
}

.hs-tabber-header-inner-wrap{
  width: 100%;
  height: 183px;
  float: left;
  font-size: 19px;
  color: #343434;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #fff;
  transition: none;
  cursor: pointer;
}
.over-step-image {
  padding: 10px 10px 0px 10px;
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.over-step-image .white {
  display: none;
}
.hs-tabber-header-inner:hover .hs-tabber-header-inner-wrap,.hs-tabber-header-inner.active .hs-tabber-header-inner-wrap{
  color: #fff;
  background: rgb(244,179,110);
  background: -moz-radial-gradient(center, ellipse cover, rgba(244,179,110,1) 0%, rgba(241,107,36,1) 49%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(244,179,110,1) 0%,rgba(241,107,36,1) 49%);
  background: radial-gradient(ellipse at center, rgba(244,179,110,1) 0%,rgba(241,107,36,1) 49%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b36e', endColorstr='#f16b24',GradientType=1 );
}
.hs-tabber-header-inner-wrap:hover .black,.hs-tabber-header-inner.active .black {
  display: none;
}
.hs-tabber-header-inner-wrap:hover .white,.hs-tabber-header-inner.active .white {
  display: block;
}

.hs-tabber-header-inner-wrap span {
  display: block;
  font-family: 'Oswald', sans-serif;
  transition: none;
}
.custom-two-col-right-img-group-with-bg.services_area {
  padding: 0 0 50px 0;
  margin-top: 120px;
  position: relative;
  z-index: 1;
  box-shadow: 0 -40px 140px #999;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 1200px;
  overflow: visible;
}
.hs-tabber-header-group {
  padding-bottom: 40px;
  margin-top: -109px;
  overflow: hidden;
}
.hs-tabber-content-item {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  overflow: hidden;
  display: none;
}
.hs-tabber-content-item h3 {
  margin: 0px 0px 25px;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
.hs-tabber-content-item h3:after {
  margin-top: 22px;
  width: 82px;
  height: 3px;
  display: block;
  content: "";
  background: #f16b24;
}
.hs-tabber-content-item .right-colo-img-group ul {
  margin-left: 25px;
}
.hs-tabber-content-item .cm-text ul {
  margin-bottom: 0;
}
.hs-tabber-content-item .cm-text p a {
  color: #337ab7;
  text-decoration: none;
}
.hs-tabber-content-item .cm-text p a:hover {
  color: #23527c;
  text-decoration: underline;
}
.hs-tabber-content-item .cta_button {
  border-radius: 0 !important;
  line-height: 36px !important;
}
.hs-tabber-content-item .cta_button:hover {
  background: #343434 url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/viewBtn.png) no-repeat center right 55px !important;
}
/* =============== Home Page =============== */
.custom-home-banner {
  position: relative;
}
.custom-home-banner .video {
  width: 100%;
  max-height: 849px;
  position: relative;
  overflow: hidden;
}
.custom-home-banner video {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: baseline;
}
.custom-home-banner .video .videoText {
  padding-top: 159px;
  width: 100%;
  height: auto;
  font-size: 24px;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}
.custom-home-banner .video .videoText h1 {
  margin: 0px 0px 40px;
  font-size: 69px;
  color: #fff;
  text-transform: uppercase;
  line-height: 79px;
  text-shadow: none;
}
.custom-home-banner .video .videoText p {
  margin: auto;
  width: 73%;
}
.custom-home-banner .video .videoText .viewBtn {
  padding: 10px 90px 10px 65px;
  margin-top: 35px;
  display: inline-block;
  font-size: 23px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #343434 url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/viewBtn.png) no-repeat center right 55px;
}

.custom-home-banner .video .videoText .viewBtn:hover{
  background-color: #f16b24;
  color: #fff;
  text-decoration: none;
}
.custom-home-banner .video .bottomText.expand {
  width: 100%;
  text-align: left;
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0px;
  transition: .50s ease-in-out;
  -moz-transition: .50s ease-in-out;
  -webkit-transition: .50s ease-in-out;
  background-color: rgba(52,52,52,.55);
  padding: 32px 0px 70px 0;
}
.custom-home-banner .video .bottomText .left {
  padding: 20px 15px 30px;
  text-align: center;
  position: relative;
  border-right: 1px solid #fff;
}
.custom-home-banner .video .bottomText .text {
  display: inline-block;
  text-align: left;
}
.custom-home-banner .video .bottomText h2 {
  margin: 0px 0px 15px;
  font-size: 33px;
  text-transform: uppercase;
  color: inherit;
}
.custom-home-banner .video .bottomText h2:after {
  content: none;
}
.custom-home-banner .video .bottomText .left .hs-input {
  padding: 5px 10px;
  margin-right: 20px;
  width: auto;
  max-width: 288px;
  height: 50px;
  float: left;
  border: 2px solid #ebebeb;
}
.custom-home-banner .hs_submit.hs-submit {
  float: left;
}
.custom-home-banner .hs-form-field {
  margin-bottom: 0;
  float: left;
}
.custom-home-banner .hs-form-field > label {
  display: none;
}
.custom-home-banner h3.form-title {
  margin: 0;
}
.custom-home-banner .video .bottomText .left .hs-button.primary {
  padding: 5px 32px 5px 58px;
  height: 50px;
  float: left;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #ebebeb;
  background: transparent url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/findBtn.png) no-repeat center left 20px;
  width: auto;
  margin: 0;
  line-height: 34px;
  text-decoration: none !important;
}

.custom-home-banner .video .bottomText .left .hs-button.primary:hover {
  color: #f16b24;
  border-color: #f16b24;
  background: transparent url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/findHover.png) no-repeat center left 20px;
}
.custom-home-banner .video .bottomText .left .Or {
  margin: -23px -23px 0px 0px;
  width: 46px;
  height: 46px;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  line-height: 46px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 100%;
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0px;
  background-color: #f16b24;
}

.custom-home-banner .video .bottomText .right {
  padding: 20px 15px 30px;
  text-align: center;
  border-left: 1px solid #fff;
}

.custom-home-banner .video .bottomText .right .callBtn {
  padding: 0px 50px 0px 80px;
  margin-right: 20px;
  float: left;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-decoration: none;
  line-height: 50px;
  background: #f16b24 url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/phoneBtn.png) no-repeat center left 50px;
}
.custom-home-banner .video .bottomText .right .callBtn:hover {
  color: #f16b24;
  background: #343434 url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/phoneHover.png) no-repeat center left 50px;
}
.custom-home-banner .video .bottomText .right .mail_button {
  padding: 0px 40px 0px 78px;
  float: left;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 46px;
  text-decoration: none;
  border: 2px solid #ebebeb;
  background: transparent url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/emailBtn.png) no-repeat center left 40px;
}
.custom-home-banner .video .bottomText .right .mail_button:hover {
  color: #f16b24;
  border-color: #f16b24;
  background: transparent url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/emailHover.png) no-repeat center left 40px;
}

.custom-home-banner .video:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/videoBg.png) no-repeat top center;
  background-size: cover;
  opacity: .3;
}
.custom-home-banner:after {
  content: '';
  margin-left: -15px;
  width: 0px;
  height: 0px;
  position: absolute;
  z-index: -1;
  bottom: -15px;
  left: 50%;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid rgba(52,52,52,1);
}
.custom-two-column-video-wrapper .arrowJomp {
  width: 109px;
  height: 191px;
  position: absolute;
  top: 56px;
  left: 0px;
  background: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/arrowJomp.png) no-repeat center center;
  background-size: 100%;
}
.custom-two-column-video-wrapper h2 {
  margin: 0px 0px 30px;
  font-size: 33px;
  line-height: 36px;
  position: relative;
}
.custom-two-column-video-wrapper h2:after {
  width: 13px;
  height: 23px;
  position: absolute;
  top: 9px;
  right: 0px;
  content: '';
  background: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/leftArrow.png) no-repeat center center;
  margin: 0;
}
.custom-two-column-video-wrapper .video {
  padding-left: 35px;
}
.custom-two-column-video-wrapper a.custom-orange-btn {
  padding: 0px 5px;
  margin-top: 58px;
  width: 100%;
  max-width: 100%;
}
.custom-two-column-video-wrapper a.custom-orange-btn:hover {
  color: #f16b24 !important;
  background-color: #343434;
}

.custom-home-row1{
  padding: 50px 0px;
  font-size: 20px;
  line-height: 36px;
  color: #343434;
  position: relative;
}

.custom-home-row2{
  padding: 50px 0px;
  font-size: 20px;
  text-align: center;
  background-color: #f3f3f3;
}

.custom-offered-service-group{
  margin: 0px -5px;
}
.custom-offered-service-group h2{
  margin: 0px 0px 30px;
  font-size: 33px;
  line-height: 36px;
  text-transform: uppercase;
}
.custom-offered-service-group h2:before {
  margin-right: 20px;
  content: '';
  width: 13px;
  height: 23px;
  display: inline-block;
  background: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/rightArrow.png) no-repeat center center;
  background-size: 100%;
}
.custom-offered-service-group h2:after {
  margin-left: 20px;
  content: '';
  width: 13px;
  height: 23px;
  display: inline-block;
  background: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/leftArrow.png) no-repeat center center;
  background-size: 100%;
  margin-top: 0;
}

.custom-offered-service-group .item {
  padding: 5px 5px;
  height: 250px;
  overflow: hidden;
}
.serviceofferArea .item .table {
  width: 100%;
  height: 100%;
  display: table;
  background-color: #fff;
  max-width: 100%;
  margin-bottom: 20px;
}
.serviceofferArea .item .tableCell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.serviceofferArea .item .table h3 {
  margin-top: 20px;
  font-size: 28px;
  color: #343434;
  text-transform: uppercase;
}
.serviceofferArea .item .text {
  padding: 0;
  width: 100%;
  /* height: 215px; */
  height: 230px;
  display: none;
  color: #fff;
  line-height: 25px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.home-service-content-hover {
  height: 100%;
  width: 100%;
  padding: 20px 15px 45px;
}
a.home-service-content-hover, a.home-service-content-hover p, a.home-service-content-hover p:hover {
  color: white;
  text-decoration: none!important;
}
.serviceofferArea .item .text h3 {
  margin-top: 0px;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
}
.serviceofferArea .item .text h3 img {
  margin-right: 5px;
  width: 35px;
}

.serviceofferArea .item .text .view_more_btn {
  margin-top: 58px;
  display: block;
  color: #fff!important;
  text-align: center;
  line-height: 48px;
  padding: 10px 5px;
  width: 100%;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #343434;
}
.serviceofferArea .item .text .view_more_btn:hover {
  background-color: #f16b24;
  color: white!important;
  text-decoration: none;
}
.serviceofferArea .item .text:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  background-color: rgba(241,107,36,.8);
}
.serviceofferArea .item:hover .table {
  display: none;
}
.serviceofferArea .item:hover .text {
  display: block;
  padding: 0 15px;
}
.supportArea {
  padding: 50px 0px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.supportArea .text {
  margin: auto;
  width: 64.5%;
  font-size: 20px;
  color: #fff;
  line-height: 23px;
}
.supportArea .text h2 {
  margin: 20px 0px 30px;
  font-size: 33px;
  color: inherit;
}
.supportArea .text h2:after {
  content: none;
}

.support_btn {
  padding: 0px 82px;
  border: 2px solid transparent;
  margin-top: 25px;
  display: inline-block;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  line-height: 48px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #f16b24;
}
.support_btn:hover {
  background-color: #343434;
  border: 2px solid #F16B24;
  color: #f16b24;
}
.support_btn:after {
  content: '';
  margin: 14px 0 0 15px;
  width: 13px;
  height: 23px;
  float: right;
  background: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/viewBtn.png) no-repeat center right;
  background-size: 100%;
}
/* =============== Sitemap Page =============== */

.custom-sitemap-inner {
  padding-left: 30px;
}
.custom-sitemap-inner h2:after {
  content: none;
}
.custom-sitemap-inner h2 {
  margin-top: 0px;
  font-size: 33px;
  text-transform: initial;
  margin-bottom: 10px;
}
.custom-sitemap-inner ul {
  margin: 0 0 20px !important;
  padding: 0 !important;
  list-style: disc;
}
.custom-sitemap-inner ul > li {
  display: list-item;
  list-style-type: disc;
}
.custom-sitemap-inner a {
  color: #343434;
  text-decoration: none;
}
.custom-sitemap-inner a:hover {
  color: #f16b24;
}

.hs-sitemap-page .content-wrapper {
  padding-bottom: 50px;
}
.custom-sitemap-inner ul ul li {
  list-style-type: circle;
}
.custom-sitemap-inner ul ul {
  margin: 0 !important;
}

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

.footer-container-wrapper {}

.footer-container {}

.custom-footer-bottom-group .page-center {
  position: relative;
}
.custom-footer-social {
  position: absolute;
  top: 0;
  left: 15px;
}
.custom-footer-bottom-group {
  padding: 12px 0px 7px;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  background-color: #f16b24;
}
.custom-copyright ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-copyright ul li {
  padding: 0px 10px 0px 11px;
  display: inline-block;
  list-style: none;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  line-height: 20px;
  border-left: 1px solid #fff;
}
.custom-copyright ul li:first-child {
  border: 0px;
}
.custom-copyright ul li a {
  color: #fff;
  text-decoration: none;
}
.custom-copyright ul li a:hover{
  color: #343434;
}
.custom-footer-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-footer-social ul li {
  float: left;
  list-style: none;
  line-height: 20px;
}
.custom-footer-social ul li a {
  margin-right: 20px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
.custom-footer-social ul li a:hover{
  color: #343434;
}
.custom-footer-top-group {
  padding: 50px 0px;
  font-size: 20px;
  color: #636466;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/footerBg.jpg);
}
.custom-footer-top-group:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  background-color: rgba(255,255,255,.35);
}
.custom-footer-top-group .widget-type-form {
  width: 50%;
  max-width: 100%;
  margin: 0 auto;
  background: transparent;
  padding: 0 15px;
}
.custom-footer-form span.hs-form-required {
  display: none;
}
.custom-footer-form {
  margin-top: 20px;
}
.custom-footer-form .hs-button.primary.large {
  padding: 0px 15px;
  width: 25%;
  font-size: 21px;
  margin-top: 0px;
  line-height: 48px;
  background-color: #f16b24;
  -moz-transition: background .3s ease-in-out,color .9s ease-in-out;
  -webkit-transition: background .3s ease-in-out,color .9s ease-in-out;
  transition: background .3s ease-in-out,color .9s ease-in-out;
}
.custom-footer-form .actions .hs-button.primary.large:hover {
  color: #f16b24;
  background-color: #343434
}
.custom-footer-form .hs-input {
  background-color: #f1f1f1;
  border: 2px solid rgba(51,51,51,.1);
  margin-bottom: 8px;
  margin-top: 0px;
  font-size: 18px;
  padding: 6px 20px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  min-height: 50px;
}
.custom-footer-form input.hs-input.error {
  border-color: rgba(51,51,51,.1);
}
.custom-footer-form .hs-form-field > label {
  display: inline;
}
.custom-footer-form .hs-form-field {
  display: inline-block;
  width: 75%;
  float: left;
  margin: 0 0 .5em;
}
.custom-footer-form .hs_error_rollup {
  display: none;
}
.custom-footer-form ul.hs-error-msgs.inputs-list {
  text-align: left;
  text-transform: none;
}
.footer-contact-info {
  margin-top: 30px;
  line-height: 23px;
}
.footer-contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-contact-info ul li {
  margin: 0px 30px;
  display: inline-block;
  list-style: none;
}
.footer-contact-info ul li a {
  padding: 3px 0px 3px 40px;
  width: 100%;
  float: left;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  color: #636466;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center left;
}
.footer-contact-info ul li a:hover{
  color: #f16b24;
}
.footer-contact-info ul li.contact-num a {
  background-image: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/phoneBlack.png);
}
.footer-contact-info ul li.fax-num a{
  background-image: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/faxBlack.png);
}
.footer-contact-info ul li.email-id a{
  background-image: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/smsBlack.png);
}
.custom-footer-menu .hs-menu-wrapper ul li {
  float: none !important;
  display: inline-block;
  width: auto;
}
.custom-footer-menu .hs-menu-wrapper ul li a {
  margin: 0px 14px;
  font-size: 27px;
  font-family: 'Oswald', sans-serif;
  color: #636466;
  text-decoration: none;
}
.custom-footer-menu .hs-menu-wrapper ul li a:hover{
  color: #f16b24;
}
.custom-footer-menu {
  margin-top: 37px;
  line-height: 23px;
}



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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  float: right;
  padding-top: 31px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  line-height: 23px;
  float: none !important;
  display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding: 10px 16px 20px;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  color: #343434;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 24px;
  background-color: transparent;
}



/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  min-width: 119px;
}
.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;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    top: calc(100% - 10px);
    right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:before{
    margin-right: 8px;
    content: '';
    width: 8px;
    height: 14px;
    display: inline-block;
    background: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/rightArrow-sm.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 16px;
    top: 15px;
    z-index: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    background-color: #343434;
    color: #fff;
    line-height: 22px;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    text-transform: none;
    text-decoration: none;
    transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -webkit-transition: .30s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #bbb;
    display: block;
    z-index: 3;
    position: relative;
    top: -10px;
    margin: 0 auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #f16b24;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color: #f16b24;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    font-weight: 700;
    color: #343434;
    background: url(//cdn2.hubspot.net/hubfs/3322755/Kellstrom_Aerospace_December2018/Images/nav.png) no-repeat bottom center;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a{
    background-color: #343434;
    color: #fff;
  }
  li.dl-back,.custom-parent-link {
    display: none !important;
  }
  .custom-copyright ul {
    padding-left: 47px;
    margin: -1px 0 1px;
  }

}


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

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

@media (max-width: 767px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    float: right;
    margin-top: 1px;
  }
  .mobile-trigger:hover i {
    color: #343434;
    border-color: #343434;
  }
  .mobile-trigger i {
    padding: 8px 12px;
    float: left;
    font-size: 28px;
    color: #f16b24;
    cursor: pointer;
    line-height: 28px;
    border: 2px solid #f16b24;
  }
  .child-trigger:hover {
    background: #fff;
  }

  .child-trigger:hover:after {
    border-color: #353535;
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    z-index: 2;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-color: #FFF;
    border-left: 1px solid #fff;
  }
  .child-trigger:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #FFF;
    border-top: none;
    border-left: none;
    right: 20px;
  }

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

  .custom-menu-primary.js-enabled{
    background: #f16b24;
    border-color: #FFF;
    color: rgba(0, 0, 0, 0.7);
    width: 440px !important;
    position: fixed;
    z-index: 99;
    right: -640px;
    -webkit-transition: right 0.4s ease;
    -moz-transition: right 0.4s ease;
    -ms-transition: right 0.4s ease;
    -o-transition: right 0.4s ease;
    transition: right 0.4s ease;
    top: 0;
  }

  .mobile-open .custom-menu-primary.js-enabled{
    right: 0;
  }

  .mobile-menu-title h4{
    display: block;
    padding: 10px 20px 9px;
    line-height: 20px;
    font-family: 'Droid Sans', sans-serif;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #FFF;
    border-bottom: 1px solid #fff;
    font-size: 22px;
  }

  .mobile-open {
    overflow: hidden;
  }

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

  /* Mobile Menu Styles */ 
  .custom-mobile-menu-inner {
    height: 100vh;
    overflow-y: auto;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 0 !important;
    font: inherit;
    font-size: 14px;
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden !important;
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    width: calc(100% - 40px) !important;
    letter-spacing: 0 !important;
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:after {
    content: "";
    background: #fff;
    width: calc(100% - 60px);
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back a:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: none;
    border-bottom: none;
    left: 20px;
    border-color: #FFF;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back a {
    background: transparent !important;
    color: #fff !important;
    font-size: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 9px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a {
    width: calc(100% - 90px) !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back a:after {
    content: none;
  }

  /* Level 1 and Higher Menu List Styles */

  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #f16b24;
    background: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children>ul {
    position: fixed !important;
    transform: translate(200%,0);
    padding: 0;
    top: 0;
    box-shadow: none;
    transition: 0.5s all !important;
    background-color: transparent;
    height: 100vh;
    width: 440px;
    right: 0;
    left: auto !important;
    background: #f16b24;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open.hs-menu-item.hs-item-has-children>ul {
    transform: translate(0, 0);
  }
}


/* ==========================================================================
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 {
  padding: 50px 0px;
}
.blog .content-wrapper {
  padding: 50px 0px;
}

/* =============== 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, h2.post-listing-simple {
  margin-top: 0px;
  font-size: 33px;
  margin-bottom: 10px;
  padding: 0;
}
.post-header h2:after, h2.post-listing-simple:after {
  content: none;
}
.post-header h2 a, h2.post-listing-simple a{
  text-decoration: none;
}
.post-header h2 a:hover, h2.post-listing-simple a:hover{
  text-decoration: none;
}
.section.post-header h1 {}

/* Blog Author and Avatar */
/* Blog Author and Avatar */
#hubspot-author_data {
  padding-bottom: 10px;
}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  padding: 15px 0;
}
#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 {}

.custom-post-body-left{
  width: 33.33333333%;
  float: right;
  margin-left: 10px;
  padding-left: 20px;
}
.blog .blog-section h3 {
  margin-top: 0px;
  font-size: 28px;
}

.custom-post-body-right{
  overflow: hidden;
}

.hs-blog-listing .custom-recent-post-wrapper{
  display: none !important;
}

.blog .blog-section a{
  color: #343434;
  text-decoration: none;
}
.blog .blog-section a:hover{
  color: #f16b24;
}
.blog .blog-section h2 {
  margin-top: 0px;
  font-size: 33px;
  margin-bottom: 10px;
  padding: 0;
  text-transform: none;
}
.blog .blog-section h2:after {
  content: none;
}

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

/* Read More Link */

a.more-link,
.blog-pagination a{
  display: inline-block;
  color: #fff!important;
  text-align: center;
  line-height: 25px;
  padding: 10px 25px;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f16b24;
  margin-bottom: 10px;
}
a.more-link:hover,
.blog-pagination a:hover{
  background-color: #343434;
  color: white!important;
  text-decoration: none;
}

/* Blog Topics List */
#hubspot-topic_data {
  margin: 15px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */


/* Blog Commments */

.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

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

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

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

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

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

#comment-form {
  background: #fff;
  border: none;
  margin: 0;
  padding: 0;
}

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

/* Pagination */
.blog-pagination {
  clear: both;
  padding: 30px 0;
  text-align: center;
}
.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 {
  margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

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


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

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.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 {}

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

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

.widget-type-form *, 
.widget-type-blog_subscribe *,  
.widget-type-google_search *,
.widget-type-password_prompt.custom_error_message *,
.widget-type-email_simple_subscription *, 
.hs-search-field *,
.hs_cos_wrapper_type_password_prompt *{
  color: #343434;
}

.widget-type-form, 
.widget-type-blog_subscribe, 
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription, 
.hs-search-field,
.hs_cos_wrapper_type_password_prompt{
  width: 100%;
  display: block;
  padding: 50px;
  background: #f4f4f4;
  max-width: 700px;
  margin-bottom: 30px;
}



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

/* Form Field */
.hs-form-field {
  margin-bottom: 16px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: block;
  color: #343434;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  padding: 7px 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 20px;
  color: #343434;
  line-height: inherit;
  outline: none;
  border: 0 none;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: block;
  border: 1px solid transparent;
}

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

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

ul.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-error-msgs label {
  color: #ff0000;
}

/* 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;
  margin-top: 25px;
  width: 100%;
  padding: 0px;
  background: #f16b24;
  background-repeat: no-repeat;
  border: none;
  color: #ffffff;
  font-size: 28px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 68px;
  background-position: center left 40%;
  outline: none;
  text-align: center;
  display: inline-block;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

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

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}
#email-prefs-form #submitbutton {
  margin-bottom: 0px;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.hs-page-site .content-wrapper {
  padding-bottom: 50px;
}


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
}

.hs-form-required {
  color: #ff0000;
}
.hs-error-msgs.inputs-list{
  margin: 0;
  list-style: none;
  padding: 0;
}

.hs-error-msgs.inputs-list label{
  color: #ff0000;
  text-transform: initial;
  font-size: 16px;
}
input.hs-input.error{
  border-color: #f16b24;
}

input.hs-input.error:focus{
  border-color: #b9554d;
}
.hs-search-field input[type="search"]::-webkit-search-decoration,
.hs-search-field input[type="search"]::-webkit-search-cancel-button,
.hs-search-field input[type="search"]::-webkit-search-results-button,
.hs-search-field input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.hs-search-field--open .hs-search-field__suggestions {
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
}
.hs-search-field__suggestions #results-for {
  padding: 5px;
}
.hs-search-field--open .hs-search-field__suggestions li a {
  padding: 5px;
}
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 100% !important;
}
.custom_error_message h1 {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-shadow: none;
  text-transform: initial;
}
.map {
  height: 600px;
  width: 100%;
}



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


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


@media (max-width: 1499px) {
  .custom-header-top-group{
    margin-bottom: -21px;
  }
  .custom-header-contact-detail a {
    padding: 15px 0 6px 150px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    padding-top: 42px;
  }
  .custom-header-group {
    min-height: 138px !important;
  }
  .header-container {
    min-height: 139px;
  }
}
@media (max-width: 1440px) and (min-width: 1199px) {
  .custom-contact-accordion-wrapper .cm_contact_details .cm_contact_item a {
    font-size: 15px;
  }
}
@media (max-width: 1198px) and (min-width: 991px) {
  .custom-contact-accordion-wrapper .cm_contact_details .cm_contact_item span {
    font-size: 14px;
  }
  .custom-contact-accordion-wrapper .cm_contact_details .cm_contact_item a {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .cm-sm-7 {
    width: 58.33333333%;
  }
  .cm-sm-1, .cm-sm-10, .cm-sm-11,
  .cm-sm-12, .cm-sm-2, .cm-sm-3, .cm-sm-4, 
  .cm-sm-5, .cm-sm-6, .cm-sm-7, .cm-sm-8, .cm-sm-9 {
    float: left;
  }
  .cm-lg-4 {
    width: 33.33333333%;
  }
  .cm-sm-6 {
    width: 50%;
  }
  .cm-sm-12 {
    width: 100%;
  }
  .cm-sm-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .cm-md-8 {
    width: 66.66666667%;
  }
  .cm-md-4 {
    width: 33.33333333%;
  }
  .cm-md-7 {
    width: 58.33333333%;
  }
  .cm-md-5 {
    width: 41.66666667%;
  }
  .cm-md-6 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .cm-lg-1, .cm-lg-10, .cm-lg-11, .cm-lg-12, 
  .cm-lg-2, .cm-lg-3, .cm-lg-4, .cm-lg-5, 
  .cm-lg-6, .cm-lg-7, .cm-lg-8, .cm-lg-9 {
    float: left;
  }
  .cm-lg-7 {
    width: 58.33333333%;
  }
  .cm-lg-5 {
    width: 41.66666667%;
  }
  .cm-lg-6 {
    width: 50%;
  }
  .cm-lg-10 {
    width: 83.33333333%;
  }
  .cm-lg-2 {
    width: 16.66666667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1365px) {
  .custom-banner-area h1 {
    font-size: 65px;
  }
  .custom-home-banner .video .videoText h1 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1364px) and (min-width: 1200px) {
  .custom-banner-area h1 {
    font-size: 57px;
  }
  .custom-home-banner .video .videoText h1 {
    font-size: 57px;
  }
  .hs-tabber-header-inner-wrap {
    font-size: 16px;
  }
  .over-step-image {
    height: 125px;
  }
  .custom-home-banner .video .videoText h1 {
    margin-bottom: 25px;
    font-size: 55px;
  }
  .custom-home-banner .video .videoText {
    padding-top: 129px;
  }
  .custom-home-banner .video {
    max-height: 713px;
  }
  .custom-home-banner .video .bottomText .left .Or {
    margin: -20px -20px 0px 0px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .custom-two-column-video-wrapper h2,
  .custom-offered-service-group h2{
    font-size: 30px;
  }
  .custom-home-row1 {
    font-size: 19px;
    line-height: 32px;
  }
  .custom-two-column-video-wrapper a.custom-orange-btn {
    margin-top: 38px;
  }
  .serviceofferArea .item .table h3,.serviceofferArea .item .text h3 {
    font-size: 25px;
  }
  .serviceofferArea {
    font-size: 19px;
  }
  .serviceofferArea .item .text .view_more_btn {
    font-size: 20px;
  }
  .supportArea .text {
    width: 71%;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px){
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    margin-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin-left: 5px;
    letter-spacing: 3px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-left: -55px;
  }
  .custom-header-group{
    min-height: 138px !important;
  }
  .header-container {
    min-height: 138px;
  }
  .custom-banner-area h1 {
    font-size: 50px;
  }
  .custom-banner-area{
    padding: 93px 0;
  }
  .custom-footer-menu .hs-menu-wrapper ul li a {
    font-size: 23px;
  }
  .footer-contact-info ul li a {
    font-size: 18px;
  }
  .custom-footer-top-group .widget-type-form {
    width: 100%;
    max-width: 100%;
  }
  .custom-footer-bottom-group {
    font-size: 14px;
  }
  .custom-copyright ul li:last-child {
    padding-right: 0;
  }
  .hs-tabber-header-inner-wrap {
    padding: 0px 5px;
    height: 180px;
    line-height: 30px;
  }
  .over-step-image {
    padding: 10px 15%;
    height: 100px;
  }
  .hs-tabber-header-group {
    margin-top: -95px;
  }
  .custom-home-banner .video .videoText h1 {
    margin-bottom: 15px;
    font-size: 42px;
  }
  .custom-home-banner .video .videoText {
    font-size: 20px;
    line-height: 30px;
    padding-top: 90px;
  }
  .custom-home-banner .video .bottomText h2 {
    font-size: 28px;
  }
  .custom-home-banner .video .bottomText .left .hs-input {
    margin-right: 5px;
    width: 220px;
  }
  .custom-home-banner .video .bottomText .left .hs-button.primary {
    padding-right: 20px;
    font-size: 19px;
  }
  .custom-home-banner .video .bottomText .left .Or {
    margin: -20px -20px 0px 0px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .custom-home-banner .video .bottomText .left {
    padding: 10px 15px 18px;
  }

  .custom-home-banner .video .bottomText .right {
    padding: 10px 15px 18px;
  }
  .custom-home-banner .video .bottomText .right .callBtn {
    padding: 0px 25px 0px 50px;
    font-size: 20px;
    background-position: center left 22px;
  }
  .custom-home-banner .video .bottomText .right .mail_button {
    padding: 0px 16px 0px 50px;
    background-position: center left 16px;
  }
  .custom-home-banner .video {
    max-height: 662px;
  }
  .custom-home-row1 {
    font-size: 19px;
    line-height: 30px;
  }
  .custom-two-column-video-wrapper a.custom-orange-btn {
    margin-top: 28px;
  }
  .custom-two-column-video-wrapper .arrowJomp {
    width: 30px;
    height: 55px;
  }
  .custom-two-column-video-wrapper h2 {
    margin-bottom: 20px;
  }
  .serviceofferArea .item .table h3,.serviceofferArea .item .text h3 {
    font-size: 23px;
  }
  .serviceofferArea {
    font-size: 19px;
  }
  .serviceofferArea .item .text .view_more_btn {
    font-size: 20px;
  }
  .supportArea .text {
    width: 80%;
    line-height: 30px;
  }
  .serviceofferArea .item .text h3 img {
    width: 30px;
  }
  .serviceofferArea .item .text {
    font-size: 15px;
    line-height: 24px;
  }
  .serviceofferArea .item .text .view_more_btn {
    font-size: 17px;
  }
  .custom-partner-logo h2 {
    font-size: 30px;
  }
  .custom-home-banner .video {
    max-height: 55vw;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px){ 
  .custom-footer-menu .hs-menu-wrapper ul li a {
    margin: 0px 10px;
    font-size: 20px;
  }
  .footer-contact-info ul li a {
    font-size: 17px;
  }
  .footer-contact-info ul li {
    margin: 0px 22px;
  }
  .custom-footer-top-group .widget-type-form {
    width: 100%;
    max-width: 100%;
  }
  .custom-copyright ul li {
    padding: 0px 7px 0px 8px;
  }
  .custom-footer-bottom-group {
    font-size: 11px;
  }
  .custom-footer-social ul li a {
    margin-right: 10px;
  }
  .custom-contact-row1 h2 {
    font-size: 30px;
  }
  .custom-contact-row1 {
    font-size: 18px;
    line-height: 32px;
  }
  .widget-type-form, 
  .widget-type-blog_subscribe, 
  .widget-type-google_search,
  .widget-type-password_prompt.custom_error_message,
  .widget-type-email_simple_subscription, 
  .hs-search-field,
  .hs_cos_wrapper_type_password_prompt{
    padding: 35px;
  }
  .hs-form-field > label {
    font-size: 18px;
  }
  .contact_from .hs-button.primary.large {
    font-size: 20px;
    line-height: 50px;
    background-position: center left 36%;
  }
  .custom-contact-accordion-wrapper ul li a.cm_contact_title {
    padding: 10px 15px;
    font-size: 17px;
  }
  .custom-contact-accordion-wrapper .cm_contact_details {
    padding: 0px 15px;
  }
  .custom-contact-accordion-wrapper .cm_contact_details .cm_contact_item {
    width: 100%;
    float: none;
  }
  .custom-contact-accordion-wrapper .cm_contact_details .cm_contact_item span {
    font-size: 14px;
  }
  .custom-contact-accordion-wrapper .cm_contact_details .cm_contact_item a {
    font-size: 14px;
  }
  .custom-contact-us-form .hs-button.primary.large {
    margin-bottom: 27px;
  }
  .custom-contact-accordion-wrapper .cm_contact_details .cm_contact_item span img {
    margin-right: 4.5px;
  }
  .hs-tabber-header-group {
    margin-top: -50px;
  }
  .hs-tabber-header-inner-wrap {
    height: 100px;
  }
  .over-step-image {
    padding: 5px 20%;
    height: 100%;
  }
  .hs-tabber-header-inner-wrap span {
    display: none;
  }
  .hs-tabber-content-item h3 {
    font-size: 21px;
  }
  .hs-tabber-content-item {
    font-size: 19px;
    line-height: 33px;
  }
  .right-colo-img-group ul li {
    width: 100%;
    float: none;
  }
  .custom-home-banner .video .videoText h1 {
    margin: 0px;
    font-size: 34px;
  }
  .custom-home-banner .video .videoText {
    padding-top: 70px;
    font-size: 20px;
  }
  .custom-home-banner .video .bottomText h2 {
    font-size: 28px;
  }
  .custom-home-banner .video .bottomText .left .hs-input {
    margin: 0px 0px 18px;
    float: none;
    display: block;
  }
  .custom-home-banner .video .bottomText .left .hs-button.primary {
    float: none;
    display: inline-block;
  }
  .custom-home-banner .hs_submit.hs-submit {
    float: none;
    display: inline-block;
  }
  .custom-home-banner .hs-form-field {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
  }
  .custom-home-banner .video .bottomText .left .Or {
    margin: -20px -20px 0px 0px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .custom-home-banner .video .bottomText .left {
    padding: 10px 15px 12px;
  }

  .custom-home-banner .video .bottomText .right {
    padding: 10px 15px 12px;
  }
  .custom-home-banner .video .bottomText .right .callBtn {
    padding: 0px 32px 0px 55px;
    margin: 0px 0px 18px;
    float: none;
    display: block;
    background-position: center left 28px;
  }
  .custom-home-banner .video .bottomText .right .mail_button {
    float: none;
    display: inline-block;
  }

  .custom-home-banner .video {
    max-height: 860px;
  }

  .custom-two-column-video-wrapper .arrowJomp {
    width: 30px;
    height: 55px;
  }
  .custom-two-column-video-wrapper h2 {
    margin-bottom: 20px;
  }
  .serviceofferArea .item .table h3,.serviceofferArea .item .text h3 {
    font-size: 22px;
  }
  .serviceofferArea {
    font-size: 19px;
  }
  .serviceofferArea .item .text .view_more_btn {
    font-size: 20px;
  }
  .supportArea .text {
    width: 100%;
  }
  .serviceofferArea .item .text h3 img {
    width: 28px;
  }
  .serviceofferArea .item .text {
    font-size: 18px;

  }
  .serviceofferArea .item .text .view_more_btn {
    font-size: 18px;
  }
  .custom-partner-logo h2 {
    font-size: 30px;
  }
  .custom-home-banner .video .bottomText.expand {
    position: relative;
    background-color: rgba(52,52,52,.9);
    overflow: hidden;
    margin-top: -11px;
  }
  .custom-home-banner:after {
    border-top: 15px solid rgba(52,52,52,.93);
  }
  .custom-two-column-video-wrapper .text {
    padding-bottom: 45px;
  }
  .custom-two-column-video-wrapper .video {
    padding-left: 15px;
  }
  .custom-our-partner-wrapper {
    padding: 40px 0px;
  }
  .custom-footer-logo img {
    width: 100px;
  }
  .header-container-wrapper {
    min-height: 138px;
  }
  .custom-our-team-image {
    width: 160px;
    height: 160px;
  }
  .custom-our-team-item #popover_content_wrapper {
    top: 23.5%;
    left: 82%;
    min-width: 130px;
  }
  .custom-our-team-item:nth-child(3n) #popover_content_wrapper {
    right: auto;
    left: -100%;
    margin: 0;
  }
  .custom-our-team-item:nth-child(3n) #popover_content_wrapper .custom-pop-arrow {
    left: auto;
    right: -22px;
    transform: rotate(180deg);
  }

}


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

@media (max-width: 1024px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    letter-spacing: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 52px;
  }

}

@media only screen and (max-width: 991px) and (min-width: 768px){
  .custom-banner-area h1 {
    font-size: 38px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 10px 7px 20px;
    font-size: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 13px;
  }
  .custom-call-center-area .right .cm-group {
    padding-right: 0;
  }
}


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

@media (max-width: 767px) {
  .body-container-wrapper .main-content,
  .blog-content,.blog-sidebar,
  .body-container-wrapper .sidebar{
    margin-bottom:20px;
  }
  .widget-type-form, 
  .widget-type-blog_subscribe, 
  .widget-type-google_search,
  .widget-type-password_prompt.custom_error_message,
  .widget-type-email_simple_subscription, 
  .hs-search-field,
  .hs_cos_wrapper_type_password_prompt{
    max-width: 100%;
  }
  .widget-type-form, 
  .widget-type-blog_subscribe, 
  .widget-type-google_search,
  .widget-type-password_prompt.custom_error_message,
  .widget-type-email_simple_subscription, 
  .hs-search-field,
  .hs_cos_wrapper_type_password_prompt{
    padding: 40px 15px;
  }
  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 {
    padding: 2px 10px;
    font-size: 16px;
  }
  .header-container {
    min-height: 152px;
  }
  .custom-contact-us-form form.hs-form fieldset .hs-form-field {
    padding: 0 13px;
  }
  .custom-contact-us-form  form.hs-form fieldset {
    margin: 0 -13px;
  }

  .custom-header-contact-detail a {
    padding: 6px;
    background-image: none;
    display: block;
    width: 100%;
  }
  .custom-header-top-group {
    margin-bottom: 0;
  }
  .custom-header-top-group .page-center {
    padding: 0 !important;
  }
  .custom-header-top-group {
    margin-top: 10px;
    text-align: center;
  }
  .custom-logo img {
    max-width: 50px;
  }
  .custom-header-bottom-group {
    padding: 10px 0;
  }
  .custom-header-group {
    left: auto;
    -webkit-transition: right 0.4s ease;
    -moz-transition: right 0.4s ease;
    -ms-transition: right 0.4s ease;
    -o-transition: right 0.4s ease;
    transition: right 0.4s ease;
    right: 0;
  }
  .mobile-open .custom-header-group {
    right: 440px;
  }
  .body-container-wrapper,.footer-container-wrapper {
    right: 0;
    position: relative;
    -webkit-transition: right 0.4s ease;
    -moz-transition: right 0.4s ease;
    -ms-transition: right 0.4s ease;
    -o-transition: right 0.4s ease;
    transition: right 0.4s ease;
  }
  .mobile-open .body-container-wrapper,
  .mobile-open .footer-container-wrapper{
    right: 440px;
  }
  .custom-footer-logo img {
    width: 80px;
  }
  .custom-footer-menu .hs-menu-wrapper ul li a {
    margin: 1px 3px;
    font-size: 14px;
  }
  .custom-footer-menu {
    margin-top: 24px;
  }
  .footer-contact-info ul li a {
    font-size: 16px;
    padding: 3px 10px 3px 35px;
  }
  .footer-contact-info ul li {
    margin: 5px 0px;
  }
  .custom-footer-top-group .widget-type-form {
    width: 100%;
    max-width: 100%;
  }
  .custom-footer-form .hs-form-field {
    display: block;
    width: 100%;
    float: none;
  }
  .custom-footer-form .hs-button.primary.large {
    width: 100%;
    font-size: 18px;
  }
  .custom-footer-social {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .custom-footer-social ul li {
    float: none;
    display: inline-block;
  }
  .custom-footer-bottom-group {
    font-size: 15px;
  }
  .custom-copyright ul li {
    border-left: none;
  }
  .custom-footer-bottom-group {
    padding: 12px 0px 8px;
  }
  .custom-copyright {
    margin-bottom: 5px;
  }
  .custom-footer-social ul li:last-child a {
    margin: 0;
  }
  .custom-footer-top-group {
    padding: 39px 0px 20px;
  }
  .custom-footer-form .hs-input {
    margin-bottom: 0;
  }
  .custom-footer-form .hs-form-field {
    margin: 0 0 8px;
  }
  .footer-contact-info {
    margin-top: 24px;
  }
  .custom-banner-area {
    margin-top: 0;
    padding: 40px 0px;
  }
  .custom-banner-area h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
  h4 {
    font-size: 14px;
  }
  .content-wrapper {
    padding: 40px 0px 20px;
    font-size: 18px;
    line-height: 30px;
  }
  .custom-call-center-area {
    background-size: cover;
  }
  .custom-call-center-area .left h3 {
    font-size: 19px;
    margin: 5px 0px 25px;
  }
  .custom-call-center-area .right .cm-text {
    padding-left: 30px;
  }
  .custom-call-center-area .right .cm-group {
    padding-right: 0px;
    width: 100%;
  }
  .cm-xs-12 {
    width: 100%;
  }
  .custom-call-center-area .right .cm-text li a {
    font-size: 17px;
  }
  .custom-call-center-area ul li {
    margin-top: 0;
  }
  .custom-our-partner-wrapper {
    padding: 35px 0px;
    font-size: 18px;
    line-height: 30px;
  }
  .custom-our-partner-wrapper h2 {
    line-height: 1.1;
  }
  .custom-two-column-right-img-wrapper h2 {
    font-size: 33px;
    line-height: 1.1;
  }
  .custom-two-col-right-img-group-with-bg h2,.custom-two-column-equal-img-wrapper h2 {
    font-size: 33px;
    line-height: 1.1;
  }
  .right-colo-img-group ul li {
    width: 100%;
    float: none;
  }
  .form-box-top {
    padding: 15px 15px;
    font-size: 20px;
    text-align: center;
  }
  .custom-form-with-bg-wrapper .form-box {
    width: 100%;
  }
  .form-box-right a:before {
    margin: 6px 5px 0px 0px;
  }
  .form-box-right a {
    line-height: 38px;
  }

  .form-box-bottom {
    padding: 40px 15px;
  }
  .hs-form-field > label,
  .form-box-bottom label{
    font-size: 17px;
  }
  .form-box-bottom .hs-form-field {
    padding: 0 !important;
    width: 100% !important;
  }
  .form-box-bottom input[type="text"],
  .form-box-bottom input[type="password"], 
  .form-box-bottom input[type="datetime"], 
  .form-box-bottom input[type="datetime-local"], 
  .form-box-bottom input[type="date"], 
  .form-box-bottom input[type="month"], 
  .form-box-bottom input[type="time"], 
  .form-box-bottom input[type="week"], 
  .form-box-bottom input[type="number"], 
  .form-box-bottom input[type="email"], 
  .form-box-bottom input[type="url"], 
  .form-box-bottom input[type="search"], 
  .form-box-bottom input[type="tel"], 
  .form-box-bottom input[type="color"],
  .form-box-bottom input[type="file"],
  .form-box-bottom textarea,
  .form-box-bottom select {
    padding: 0px 10px;
  }
  .form-box-bottom textarea {
    min-height: 120px;
  }
  .contact_from .hs-button.primary.large {
    background-position: center left 27%;
    font-size: 21px;
    line-height: 50px;
    margin: 0;
  }
  #popover_content_wrapper {
    top: 78%;
    left: 0;
    z-index: 9;
  }
  .custom-pop-arrow {
    left: 50%;
    margin-top: -7px;
    border-right-color: #999;
    border-right-color: transparent;
    border-left-width: 0;
    top: 0;
    border-width: 11px;
    right: 0;
    margin-left: 0;
    border-right-width: 0;
    border-top-color: rgba(0,0,0,.25);
    transform: rotate(-43deg);
  }
  .custom-pop-arrow:after {
    border-right-color: transparent;
    border-left-width: 0;
    content: "";
    border-width: 7px;
    bottom: 3px;
    left: -8px;
    border-top-color: #fff;
    transform: rotate(-137deg);
  }
  .custom-contact-us-form.contact_from textarea {
    min-height: 120px;
  }
  .custom-contact-accordion-wrapper ul li a.cm_contact_title {
    padding: 12px 15px;
    font-size: 18px;
    line-height: 30px;
  }
  .custom-contact-accordion-wrapper .cm_contact_details {
    padding: 0px 17px;
  }
  .custom-contact-accordion-wrapper .cm_contact_details .cm_contact_item {
    width: 100%;
    float: none;
  }
  .custom-contact-accordion-wrapper .cm_contact_details .cm_contact_item span {
    font-size: 14px;
  }
  .custom-contact-accordion-wrapper .cm_contact_details .cm_contact_item a {
    font-size: 14px;
    line-height: 30px;
  }
  .custom-contact-us-form .hs-button.primary.large {
    margin-bottom: 27px;
  }
  .custom-contact-accordion-wrapper .cm_contact_details .cm_contact_item span img {
    margin-right: 4px;
  }
  .custom-contact-accordion-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .custom-map {
    overflow: hidden;
  }
  .custom-our-team-group {
    padding: 40px 0px;
  }
  .custom-our-team-item {
    width: 100%;
  }
  .custom-our-team-image {
    width: 200px;
    height: 200px;
  }
  .custom-our-team-details h3 {
    margin: 20px 0px 0px;
    font-size: 22px;
  }
  .custom-our-team-details cite {
    font-size: 18px;
    line-height: 22px;
  }
  .custom-our-team-item #popover_content_wrapper {
    top: 77%;
    left: 0;
    min-height: auto;
    z-index: 9;
    min-width: 150px;
    display: none;
    right: 0;
    max-width: 200px;
    margin: 0 auto;
  }
  .hs-tabber-header-group {
    margin-top: -50px;
  }

  .over-step-image {
    padding: 5px 20%;
    height: 100%;
  }
  .hs-tabber-header-inner-wrap span {
    display: none;
  }
  .hs-tabber-content-item h3 {
    font-size: 21px;
  }
  .hs-tabber-content-item {
    font-size: 19px;
    line-height: 33px;
  }
  .right-colo-img-group ul li {
    width: 100%;
    float: none;
  }
  .custom-two-col-right-img-group-with-bg.services_area {
    padding-bottom: 25px;
    margin-top: 20px;
    box-shadow: 0 -30px 30px #d8d8d8;
  }
  .over-step-image {
    padding: 0px 25%;
  }
  .hs-tabber-header-inner {
    padding: 0px 4px;
  }
  .hs-tabber-header-inner-wrap {
    height: 85px;
  }
  .hs-tabber-content-item {
    font-size: 18px;
    line-height: 30px;
  }
  .hs-tabber-content-item .cta_button {
    line-height: 30px !important;
    margin: 20px 0px 40px !important;
  }
  .right-colo-img-group ul li {
    padding: 0 0 20px;
  }
  .hs-tabber-content-item .right-colo-img-group ul {
    margin-left: 0;
  }
  .right-colo-img-group ul li img {
    max-height: 100%;
  }
  .hs-tabber-header-group {
    margin-top: -22px;
  }
  .custom-home-banner .video {
    max-height: inherit;
    overflow: inherit;
  }

  .custom-home-banner .video .videoText {
    padding-top: 30px;
    font-size: 18px;
    color: #f16b24;
    line-height: 25px;
    position: static;
    margin-top: -11px;
  }

  .custom-home-banner .video .videoText h1 {
    margin-bottom: 15px;
    font-size: 27px;
    color: #f16b24;
    line-height: 40px;
  }

  .custom-home-banner .video .videoText p {
    width: 100%;
  }

  .custom-home-banner .video .videoText .viewBtn {
    padding: 10px 77px 10px 40px;
  }

  .custom-home-banner .video .bottomText.expand {
    margin-top: 50px;
    position: static;
    background-color: rgba(52,52,52,1);
    overflow: hidden;  
  }

  .custom-home-banner .video .bottomText .left {
    padding: 20px 0px 50px;
    border: 0px;
    border-bottom: 1px solid #fff;
  }

  .custom-home-banner .video .bottomText .right {
    padding: 50px 0px 12px;
    border: 0px;
    border-top: 1px solid #fff;
  }

  .custom-home-banner .video .bottomText .text {
    text-align: center;
  }

  .custom-home-banner .video .bottomText h2 {
    font-size: 26px;
    line-height: 1.1;
  }

  .custom-home-banner .video .bottomText .left .hs-input {
    margin: 0px 0px 20px;
    float: none;
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .custom-home-banner .video .bottomText .left .hs-button.primary {
    float: none;
    display: inline-block;
  }
  .custom-home-banner .hs-form-field {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 237px;
  }
  .custom-home-banner .hs_submit.hs-submit {
    float: none;
    display: inline-block;
  }

  .custom-home-banner .video .bottomText .left .Or {
    top: 100%;
    right: 50%;
    color: #fff;
  }

  .custom-home-banner .video .bottomText .right .callBtn {
    padding: 0px 32px 0px 45px;
    margin: 0px 0px 20px;
    float: none;
    display: inline-block;
    background-position: center left 15px;
  }

  .custom-home-banner .video .bottomText .right .mail_button {
    float: none;
    display: inline-block;
  }

  .custom-home-banner:after {
    border-top: 15px solid #343434;
    bottom: -15px;
  }

  .custom-home-banner .video:after {
    content: none;
  }
  .header-container-wrapper {
    min-height: 152px;
  }
  .custom-two-column-video-wrapper h2 {
    margin-bottom: 10px;
    font-size: 23px;
  }

  .custom-home-row1 {
    padding: 40px 0px;
    font-size: 18px;
    line-height: 32px;
  }

  .custom-two-column-video-wrapper a.custom-orange-btn {
    font-size: 15px;
  }

  .custom-two-column-video-wrapper h2:after {
    top: 7px;
  }

  .custom-two-column-video-wrapper .arrowJomp {
    width: 15px;
    height: 30px;
    top: 44px;
  }

  .custom-two-column-video-wrapper .video {
    margin-top: 35px;
    padding-left: 15px;
  }

  .custom-home-row2 {
    padding: 40px 0px;
  }

  .custom-offered-service-group h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .serviceofferArea .item .table h3 {
    font-size: 22px;
  }

  .serviceofferArea .item .text h3 {
    font-size: 22px;
  }

  .serviceofferArea .item .text h3 img {
    width: 28px;
  }

  .serviceofferArea .item .text {
    font-size: 16px;
    line-height: 22px;
  }

  .serviceofferArea .item .text .view_more_btn {
    font-size: 16px;
  }
  .supportArea {
    padding: 40px 0px;
  }

  .supportArea .text h2 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }
  .supportArea .text {
    width: 100%;
    font-size: 17px;
  }
  .support_btn {
    width: 100%;
    padding: 0 15px;
  }
  .custom-partner-logo-item-wrapper .slick-prev,
  .custom-partner-logo-item-wrapper .slick-next{
    top: 37%;
  }
  .custom-home-banner .video .bottomText .right .callBtn:hover {
    background-position: center left 15px;
  }
  .custom-post-body-left {
    width: 100%;
    float: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .blog .blog-section h2 {
    font-size: 26px;
    line-height: 1.1;
  }
  .hs-error-msgs.inputs-list label {
    font-size: 14px;
  }
  .hs-kellstrom-page .custom-two-column-right-img-wrapper h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .custom-kellstrom-row1 p {
    margin: 0px 0px 25px;
  }
  .custom-kellstrom-row1 .content-wrapper {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .hs-kellstrom-page .custom-two-col-right-img-group-with-bg {
    font-size: 18px;
    line-height: 30px;
  }
  .hs-kellstrom-page .custom-two-col-right-img-group-with-bg h2 {
    font-size: 26px;
  }
  .hs-kellstrom-page .right-colo-img-group ul li {
    padding: 0 15px 20px;
  }
  .hs-kellstrom-page .custom-two-col-right-img-group-with-bg .cm-image {
    margin-top: 25px;
  }
  .custom-kellstrom-row3 .custom-two-column-equal-img-wrapper h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .custom-kellstrom-row3 .custom-two-column-equal-img-wrapper .cm-image {
    margin-bottom: 30px;
  }
  .custom-kellstrom-row3 {
    font-size: 18px;
    line-height: 30px;
  }
  .custom-kellstrom-row3 p {
    margin: 0px 0px 25px;
  }
  .custom-kellstrom-row4 {
    padding: 35px 0px;
    font-size: 18px;
    line-height: 30px;
  }
  .hs-kellstrom-page .custom-section-header h2 {
    line-height: 1.1;
  }
  .custom-logo-group ul li {
    margin: 10px 0;
    width: 32%;
    padding: 0 15px;
    height: auto;
  }
  .custom-logo-group ul {
    padding: 0 5px;
  }
  .custom-contact-accordion-wrapper ul li a.cm_contact_title:after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .custom-contact-accordion-wrapper ul li a.cm_contact_title {
    padding-right: 50px;
    position: relative;
  }
  .custom-careers-row4 .custom-two-column-equal-img-wrapper .cm-image img {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .custom-careers-row4 .custom-two-column-equal-img-wrapper {
    padding-bottom: 30px;
  }
  .hs-careers-page .right-colo-img-group ul li {
    padding: 0 15px 20px;
  }
  .custom-sitemap-inner h2 {
    font-size: 26px;
    line-height: 1.1;
  }
  .hs-sitemap-page .content-wrapper {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .custom-one-col-row1 h3 {
    font-size: 21px;
  }
  .custom-one-col-row1 {
    font-size: 18px;
    line-height: 30px;
  }
  .custom-thankyou-row h2 {
    line-height: 1.1;
  }
  .custom-thankyou-row .content-wrapper {
    padding-top: 50px;
  }
  .blog .blog-section h3 {
    font-size: 21px;
  }
  .custom-recent-post-wrapper {
    padding: 40px 0px;
  }
  .custom-recent-post-text h3 {
    font-size: 19px;
  }
  .custom-recent-post-text {
    font-size: 18px;
    line-height: 30px;
  }
  .more_button {
    padding: 5px 20px;
    width: 100%;
  }
  .custom-our-team-item-wrapper {
    overflow: visible;
  }
  .map{
    height: 70vw;
  }
}  

@media (max-width: 550px) {
  .mobile-open .custom-header-group {
    right: 70%;
  }
  .mobile-open .body-container-wrapper,
  .mobile-open .footer-container-wrapper{
    right: 70%;
  }
  .custom-menu-primary.js-enabled {
    width: 70% !important;
    right: -100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children>ul {
    width: 70%;
  }
  .custom-product-item {
    width: 100%;
  }
}

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

@media (max-width: 479px) {
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block !important;
    float: none;
    margin: 0 0 20px;
  }

  .checkbox-row span.fakelabel span {
    float: none;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-contact-info ul li a {
    padding: 3px 10px 3px 35px;
    font-size: 15px;
  }
  .custom-footer-menu .hs-menu-wrapper ul li a {
    margin: 1px 6px;
    font-size: 15px;
    line-height: 23px;
  }
  .custom-footer-menu .hs-menu-wrapper ul li:first-child a {
    margin: 0;
  }

  .custom-footer-bottom-group {
    font-size: 11px;
  }
  .custom-call-center-area .left h3 {
    font-size: 21px;
  }
  .custom-call-center-area .right .cm-img {
    min-width: 110px;
  }
  .hs-tabber-header-inner-wrap {
    min-height: 50px;
    padding: 10px 0;
    height: 100%;
  }
  .over-step-image {
    height: 40px;
    padding: 0px 15%;
  }
  .custom-home-banner .video .videoText br {
    display: none;
  }
  .custom-logo-group ul li {
    width: 49%;
    padding: 0 15px;
  }
  .form-box-right {
    float: none;
    display: inline-block;
  }
  .form-box-left {
    float: none;
    display: inline-block;
  }
  .form-box-right a {
    line-height: 73px;
  }
  .form-box-right a:before {
    margin: 22px 8px 0px 0px;
  }
  #email-prefs-form #submitbutton {
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 370px) {
  .custom-contact-accordion-wrapper .cm_contact_details .cm_contact_item a {
    font-size: 12px;
  }
  .custom-call-center-area .right .cm-img {
    min-width: auto;
  }
  .custom-two-column-video-wrapper h2 {
    font-size: 21px;
  }
  .blog .blog-section a {
    word-break: break-word;
  }
}