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


@font-face { font-family: "IntervalProMedium"; 
  src: url("//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/font/354997_0_0-1.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/font/354997_0_0.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/font/IntervalProMedium.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/font/IntervalProMedium.ttf") format("truetype"); 
}

@font-face {
  font-family: "IntervalPro";
  src: url("//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/font/354997_1_0.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/font/354997_1_0-1.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/font/354997_1_0-1.ttf") format("truetype");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 10px;
} 

body {
  font-size: 14px;
  line-height: 1.42857;
  color: #4A4949;
  background-color: #fff;
  font-family: Verdana,Helvetica,Arial,sans-serif;
}

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

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


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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: IntervalPro,Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.16;
  color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {}
h2 {
    font-size: 28.8px;
    margin-bottom: 25.92px;
}
h3 {}
h4 {}
h5 {
  font-size: 18px;
}
h6 {}

/* Anchor Links */
a { 
  color: #153D8A;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #000;
  text-decoration: underline;
}

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

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

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


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

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

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

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


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


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

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

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


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

/* =============== landing header  =============== */

.custom-landing-header .custom-logo {
  margin: 0;
  width: 190px;
  height: 67px;
}

.custom-landing-header {
  padding-top: 30px;
  box-shadow: none;
  margin-bottom: 38px;

}

.custom-landing-header .custom-logo img {
  max-width: 190px;
  height: 65px;
}


.custom-landing-header .custom-logo {
  margin-left: 1px !important;
}

.custom-langage-landing {
  float: right !important;
}

.tx-srlanguagemenu, .tx-srlanguagemenu .links-list-header {
  font-family: Verdana,sans-serif;
  line-height: 100%;
  margin-top: 8px;
  padding: 0;
  text-indent: 0;
}

.tx-srlanguagemenu fieldset select {
  background-color: #f5f5f6;
  border: none;
  box-shadow: none;
  color: #848586!important;
  float: right;
  height: 45px;
  width: 120px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  margin-left: 30px;
}

.tx-srlanguagemenu fieldset {
  border: solid 1px #9d9d9c;
  background-color: #f5f5f6;
  padding: 0;
  position: relative;
}
.tx-srlanguagemenu fieldset label {
  display: none;
}

.tx-srlanguagemenu fieldset img.tx-srlanguagemenu-language-icon {
  display: block;
  height: 20px;
  position: absolute;
  right: 123px;
  top: 14px;
  margin-right: 3px;
  vertical-align: middle;
}

.tx-srlanguagemenu fieldset option {
    padding: 2px 5px 0 2px;
}

/* =============== landing header  =============== */

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

.main-banner .page-center {
  max-width: 1400px !important;
  padding: 0 !important;
}

.banner-heading::after {
  content: ' ';
  height: 4px;
  background: #E63312;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 22px);
}



.banner-heading {
  width: 49.66%;
  padding: 17px 35px 0 135px;
  position: relative;
  border-radius: 0 6px 0 0;
  border-top: 5px solid #153d8a;
  background: linear-gradient(-78deg,rgba(21,61,138,0) 20px,#153d8a 21px);
  min-height: 114px;
  color: #fff;
}

.banner-heading h1 {
  font-size: 33.6px;
  color: #fff;
  margin-bottom: 5px;
  font-family: IntervalPro,Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.16;
  margin-top: 0;
}

.main-banner img {
    margin: 0 0 -10px 0;
}

 .main-banner::before {
   content: "";
   background: #9D9D9C;
   background: -moz-linear-gradient(left,#9D9D9C 64%,transparent 64%,transparent calc(64% + 5px),#153d8a calc(64% + 5px),#153d8a 100%);
   background: -webkit-linear-gradient(left,#9D9D9C 64%,transparent 64%,transparent calc(64% + 5px),#153d8a calc(64% + 5px),#153d8a 100%);
   background: -o-linear-gradient(left,#9D9D9C 64%,transparent 64%,transparent calc(64% + 5px),#153d8a calc(64% + 5px),#153d8a 100%);
   background: -ms-linear-gradient(left,#9D9D9C 64%,transparent 64%,transparent calc(64% + 5px),#153d8a calc(64% + 5px),#153d8a 100%);
   background: linear-gradient(to right,#9d9d9c 64%,rgba(0,0,0,0) 64%,rgba(0,0,0,0) calc(64% + 5px),#153d8a calc(64% + 5px),#153d8a 100%);
   height: 5px;
   display: block;
   margin: 10px 20px 0;
}


.header-container-wrapper {
  background: #fff;
  position: relative;
  z-index: 9999;
}
.show .header-container-wrapper {
  background: #fafafa; 
}


.show .custom-header {
  background: #fafafa; 
}


.search-open .custom-header {
  background: #f2f2f2f2;
}




.custom-header-menu ul {
  margin: 0;
  padding: 0;
}

.custom-header-menu ul li {
  text-align: left;
}

.header-language ul {
  list-style: none;
}



.custom-header-menu {
  text-align: right;
  padding-right: 22px;
  position: absolute;
  top: 0;
  right: 17px;
}

.custom-header .custom-logo {
  margin: 45px  90px 0 0;
  width: 190px;
  height: 67px;
}

.custom-menu-primary{
  margin-top:50px;
  margin-left: 0 !important;
}


.custom-header-top .page-center {
  position: relative;
}

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

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

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


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

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

.custom-footer {
  background-color: #0d1f4f;
  color: #fff;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  padding-top: 40px;
  padding-bottom: 50px;
}

.custom-footer-heading h2 {
  color: #D0D0CF;
  font-family: IntervalProMedium,Helvetica,Arial,sans-serif;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 18px;
}

.custom-footer-menu ul {
  padding-bottom: 16px;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  font-family: Verdana,Helvetica,Arial,sans-serif;
}

.custom-footer-menu ul li {
  line-height: 24px;
}

.custom-footer-menu ul li a {
  color: #fff;
  text-decoration: underline;
}

.custom-footer-login p {
  margin-bottom: 20px;
  margin-top: 0;
}

.custom-footer-login p a {
  display: block;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding-right: 40px;
  position: relative;
  font-size: 16px;
  font-family: IntervalProMedium,Helvetica,Arial,sans-serif;
  text-align: left;
  white-space: normal;
  padding: 7px 12px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857;
  border-radius: 6px;
}

.custom-footer-login p a:after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 100% 80.60109289617486%;
  content: "";
  float: right;
  position: absolute;
  right: 12px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: 0;
}



.footer-link  p a {
  display: block;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding-right: 40px;
  position: relative;
  font-size: 16px;
  font-family: IntervalProMedium,Helvetica,Arial,sans-serif;
  text-align: left;
  white-space: normal;
  padding: 7px 12px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857;
  border-radius: 6px;
}


.footer-link p {
  margin: 0;
  margin-bottom: 20px;
}

.footer-link a:after{
  content: "";
  float: right;
  position: absolute;
  right: 12px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

}

.button-envelope::after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 54.08163265306123% 48.63387978142077%;
}

.button-envelope::after {
  margin-top: 2px;
  margin-left: 0;
  width: 28px;
  height: 20px;
}

.button-phone::after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 65.68627450980392% 48.63387978142077%;
}
.button-phone::after {
  margin-left: 0;
  margin-top: 4px;
}

.button-map::after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 88.99521531100478% 66.66666666666667%;
}

.button-map::after {
  margin-top: 2px;
  margin-left: 0;
  width: 15px;
  height: 20px;
}

.button-phone::after {
  width: 20px;
  height: 20px;
}

.footer-link a:hover{
  color: #153D8A;
  background-color: #fff;
}

.custom-footer-login p a:hover{
  color: #153D8A;
  background-color: #fff;
}

.custom-footer-login a:hover:after{
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 100% 58.743169398907106%;
}


.button-envelope:hover::after, .button-envelope:focus::after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 51.53061224489796% 24.043715846994534%;
}

.button-phone:hover::after, .button-phone:focus::after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 100% 69.67213114754098%;
}

.button-map:hover::after, .button-map:focus::after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 97.60765550239235% 91.53005464480874%;
}




.footer-icons a {
  background-color: transparent;
  border: 2px solid #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: relative;
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 6px;
  margin-bottom: 0;
  font-weight: 400;
  text-indent: -9999px;
}

.footer-icons a:after {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
}


.svg-icon-facebook-dims, .icon-facebook::after {
  width: 13px;
  height: 23px;
}

.svg-icon-facebook, .icon-facebook::after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 90.04739336492891% 47.77777777777778%;
}

.svg-icon-twitter-dims, .icon-twitter::after {
  width: 25px;
  height: 21px;
}

.svg-icon-twitter, .icon-twitter::after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 41.20603015075377% 60.43956043956044%;
}

.svg-icon-linkedin-dims, .icon-linkedin::after {
  width: 23px;
  height: 22px;
}


.svg-icon-linkedin, .icon-linkedin::after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 10.945273631840797% 99.4475138121547%;
}

.svg-icon-youtube-dims, .icon-youtube::after {
  width: 26px;
  height: 26px;
}

.svg-icon-youtube, .icon-youtube::after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 27.272727272727273% 87.00564971751412%;
}

.svg-icon-xing-dims, .icon-xing::after {
  width: 20px;
  height: 23px;
}



.svg-icon-xing, .icon-xing::after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 100% 12.777777777777779%;
}

.svg-icon-googleplus-dims, .icon-googleplus::after {
  width: 27px;
  height: 26px;
}


.footer-icons p {
  margin-bottom: 20px;
  margin-top:0;
}

.svg-icon-googleplus-dims, .icon-googleplus::after {
  width: 27px;
  height: 26px;
}

.svg-icon-googleplus, .icon-googleplus::after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 0 87.00564971751412%;
}


.custom-footer-form input[type="email"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #4A4949;
  background-color: #F2F2F2;
  background-image: none;
  border: 1px solid #D0D0CF;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  padding-right: 50px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

.custom-footer-form span.hs-form-required {
  display: none;
}

.custom-footer-form input[type="submit"] {
  border: 0;
  position: absolute;
  top: 9px;
  right: 10px;
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 64.17910447761194% 23.655913978494624%;
  width: 23px;
  height: 17px;
  -webkit-appearance: button;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-indent: -999px;
}

.custom-footer-form form {
  position: relative;
}

.hs-form-field {
  margin-bottom: 15px;
  position: relative;
}


.footer-icons a:hover {
  border-color: #fff;
  background-color: #fff;
}

.svg-icon-facebook-blue, .icon-facebook:hover::after, .icon-facebook:focus::after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 90.04739336492891% 27.77777777777778%;
}

.svg-icon-twitter-blue, .icon-twitter:hover::after, .icon-twitter:focus::after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 53.768844221105525% 60.43956043956044%;
}

.svg-icon-linkedin-blue, .icon-linkedin:hover::after, .icon-linkedin:focus::after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 22.388059701492537% 99.4475138121547%;
}

.svg-icon-youtube-blue, .icon-youtube:hover::after, .icon-youtube:focus::after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 40.4040404040404% 87.00564971751412%;
}

.svg-icon-xing-blue, .icon-xing:hover::after, .icon-xing:focus::after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 100% 0;
}

.svg-icon-googleplus-blue, .icon-googleplus:hover::after, .icon-googleplus:focus::after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
  background-position: 13.705583756345177% 87.00564971751412%;
}



/* =============== landding footer page =============== */ 

.custom-footer-landing {
  background-color: #fff;
  font-size: 16px;
  color: #4a4a49;
  margin-bottom: 40px;
  padding-top: 45px;
}

.custom-footer-landing-heading h3 {
  font-size: 16px;
  font-weight: 600;
  color: #0e3d8a;
  line-height: 1.1;
  font-family: inherit;
  margin: 0 0 10px;
}

.custom-footer-landing-text p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #4a4a49;
  font-family: Verdana,Genevam sans-serif;
  margin-top: 0;
  line-height: normal;
}

.landing-layout div#site-wrapper {
    padding: 0;
}

.custom-footer-landing-col {
    padding-left: 18px;
    padding-right: 15px;
    margin: 0;
}


.custom-footer-landing .page-center > div > div {
  margin-right: -15px;
  margin-left: -15px;
}

.custom-footer-landing-menu ul li a {
  color: #4a4a49;
  text-decoration: underline;
  line-height: normal;
}

.custom-footer-landing-col.two {
  padding-left: 31px;
}


.custom-footer-landing-menu ul li a:hover {
  color: #0e3d8a;
}

.social-bar {
    margin-top: 40px;
}

.pull-right {
  float: right!important;
}



.social-icon.facebook {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/facebook.png) no-repeat;
}

.pre-footer a {
  color: #57c8eb;
}

.social-icon {
  display: inline-block!important;
  width: 30px;
  height: 30px;
  background-size: 100%!important;
  transition: all 0.1s ease-in-out!important;
  -o-transition: all 0.1s ease-in-out!important;
  -ms-transition: all 0.1s ease-in-out!important;
  -moz-transition: all 0.1s ease-in-out!important;
  -webkit-transition: all 0.1s ease-in-out!important;
}

.social-icon.googleplus {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/googleplus.png) no-repeat;
}

.social-icon.twitter {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/twitter%20%281%29.png) no-repeat;
}

.social-icon.youtube {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/youtube%20%281%29.png) no-repeat;
}

.social-icon.linkedin {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/linkedin%20%281%29.png) no-repeat;
}

.social-icon.xing {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/xing.png) no-repeat;
}

.social-icon:hover {
  background-position: 0 -45px;
}

.custom-footer-landing-col.for {
  margin: 0 0 0 -4px !important;
  padding-top: 1px;
}


.custom-footer-landing-fixed-bar{
  font-size: 17px;
  background-image: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/bar-bg.png);
  background-repeat: repeat-y;
  background-position: center top;
}

.landing-layout .footer-container-wrapper {
  padding: 0 !important;
}

.custom-footer-landing-daily{
  background-image: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/bar-div.png);
  background-repeat: no-repeat;
  background-position: right top;
  font-style: italic;
}

.landing-layout .footer-container-wrapper {
  padding: 0 !important;
}


.custom-footer-landing-url {
  line-height: 38px;
  color: #fff;
  margin: 0 !important;
  width: 41.666667% !important;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-footer-landing-url a {
  color: #fff;
}

.custom-footer-landing-url a:hover {
  text-decoration: underline;
}

.custom-footer-landing-daily {
  line-height: 38px;
  color: #fff;
  width: 58.33333333% !important;
  padding-right: 15px;
  padding-left: 3px;
}

.custom-footer-landing-daily p {
  font-style: italic;
  margin: 0;
}
.custom-footer-landing-fixed-bar {
  position: fixed;
  bottom: 0;
  width: 100% !important;
}

.landing-layout .body-container {
  padding: 0;
}

.custom-landing-image {
  text-align: center;
}

.custom-landing-image {
  background-color: rgba(255,255,255,1);
  padding: 20px 0;
  display:none !important;
}
/* =============== landding footer page =============== */ 

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */
/* Fix menu disappearing on desktop after toggling mobile menu */
@media (min-width: 768px) {

  /* =============== Custom Menu Primary =============== */ 
  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    cursor: pointer;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #153D8A;
    font-family: IntervalProMedium,Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 20px;
    padding: 29px 20px 32px;
    z-index: 11;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    text-decoration: none;
  }

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

  .custom-menu-primary .hs-menu-wrapper {
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    background: transparent;
    position: static !important;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover  > a{
    background-color: #fff;
    color: #000;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li > .menu-inner-wrapper > ul > .page-center > li{

    display: inline-block !important;
    vertical-align: top;
    padding-left: 17px;
    padding-right: 17px;
    width: 20% !important;
    margin-right: -4px;
    min-height: 310px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li > .menu-inner-wrapper > ul > .page-center > li > .li-wrapper{
    background-color: #F2F2F2;
    padding:17px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li > .menu-inner-wrapper { 
    background: #fff;
    display: none; 
    left: 0;
    max-width: none;
    position: absolute !important;
    top: auto;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li > .menu-inner-wrapper  > ul{
    opacity: 1 !important;
    position: static !important;
    visibility: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li:hover > .menu-inner-wrapper  > ul{
    border-color: #009abf;
    opacity: 1 !important;
    position: static !important;
    visibility: visible !important;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul >li > .menu-inner-wrapper > ul > .page-center {
    clear: both; 
    display: block;
    position: static !important;
    width: 100%;
    padding: 34px 0;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul >li > .menu-inner-wrapper > ul ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    position: static !important;
    visibility: visible !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li:first-child > .menu-inner-wrapper > ul > .page-center > li > .li-wrapper > a{
    font-size: 16px;
    font-family: IntervalProMedium,Helvetica,Arial,sans-serif;
    margin: 0 0 36px 0;
    line-height: 23px;
    min-height: 23px;
    position: relative;
    color: #153D8A;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li:first-child > .menu-inner-wrapper > ul > .page-center > li > a:after{
    background: #9D9D9C;
    content: "";
    display: block;
    position: absolute;
    bottom: -17px;
    margin-top: 10px;
    height: 3px;
    width: 66px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li:first-child > .menu-inner-wrapper > ul > .page-center > li {
    margin-bottom: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li:first-child > .menu-inner-wrapper > ul > .page-center > li a {
    white-space: normal !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    background-color: transparent;
    content: "";
    display: block;
    height: 3px;
    margin-top: 5px;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
    background-color: #153D8A;
    content: "";
    display: block;
    height: 3px;
    margin-top: 5px;
    width: 100%;
  }
  

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after {
    background-color: #153D8A;
    content: "";
    display: block;
    height: 3px;
    margin-top: 5px;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding-bottom: 10px;
  }
  
  
  .custom-menu-primary .hs-menu-wrapper > ul >li:first-child > .menu-inner-wrapper > ul > .page-center > li > .li-wrapper > a:after {
    display: block;
    position: absolute;
    bottom: -10px;
    background: #9D9D9C;
    content: "";
    width: 66px;
    margin-top: 10px;
    height: 3px;
  }
  
    
  .custom-menu-primary .hs-menu-wrapper > ul >li:nth-child(2) > .menu-inner-wrapper > ul > .page-center > li > .li-wrapper > a:after {
    display: block;
    position: absolute;
    bottom: -10px;
    background: #9D9D9C;
    content: "";
    width: 66px;
    margin-top: 10px;
    height: 3px;
  }
  
    
  .custom-menu-primary .hs-menu-wrapper > ul >li:nth-child(3) > .menu-inner-wrapper > ul > .page-center > li > .li-wrapper > a:after {
    display: block;
    position: absolute;
    bottom: -10px;
    background: #9D9D9C;
    content: "";
    width: 66px;
    margin-top: 10px;
    height: 3px;
  }


  .custom-menu-primary .hs-menu-wrapper > ul >li:nth-child(4) > .menu-inner-wrapper > ul > .page-center > li > .li-wrapper > a{
    font-size: 16px;
    font-family: IntervalProMedium,Helvetica,Arial,sans-serif;
    margin: 0 0 36px 0;
    line-height: 23px;
    min-height: 23px;
    position: relative;
    color: #153D8A;
  }


  .custom-menu-primary .hs-menu-wrapper > ul >li:nth-child(4) > .menu-inner-wrapper > ul > .page-center > li > .li-wrapper > a:after {
    display: block;
    position: absolute;
    bottom: -10px;
    background: #9D9D9C;
    content: "";
    width: 66px;
    margin-top: 10px;
    height: 3px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li:nth-child(2) > .menu-inner-wrapper > ul > .page-center > li > .li-wrapper > a{
    font-size: 16px;
    font-family: IntervalProMedium,Helvetica,Arial,sans-serif;
    margin: 0 0 36px 0;
    line-height: 23px;
    min-height: 23px;
    position: relative;
    color: #153D8A;
  }
  
    .custom-menu-primary .hs-menu-wrapper > ul >li:nth-child(3) > .menu-inner-wrapper > ul > .page-center > li > .li-wrapper > a{
    font-size: 16px;
    font-family: IntervalProMedium,Helvetica,Arial,sans-serif;
    margin: 0 0 36px 0;
    line-height: 23px;
    min-height: 23px;
    position: relative;
    color: #153D8A;
  }
  

  .custom-menu-primary .hs-menu-wrapper > ul >li:first-child > .menu-inner-wrapper > ul > .page-center > li > .li-wrapper > a:hover {
    color: #000;
  }


  .overlay_body {
    background-color: #0d1f4f; 
    bottom: 0;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    width: 100% !important;
    z-index: 1040;
  }  
  .show .overlay_body{
    opacity: 0.9;
    visibility: visible;
  }

  .search-open .overlay_body{
    opacity: 0.9;
    visibility: visible;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    white-space: normal !important;
  }



  .footer-container-wrapper {
    padding: 0 20px;
  }

  .gap-footer {
    margin-top: 45px;
  }

  .custom-footer-col.for {
    padding-left: 4px;
  }
  #site-wrapper {
    padding: 0 0 20px 0;
  }

  .custom-header {
    position: fixed;
    top: 0px;
    background: #fff;
    z-index: 999;
    width: 100% !important;
  }

  .show .custom-header {
    background: #F2F2F2;
  }
  

  .custom-menu-primary .hs-menu-wrapper > ul >li > .menu-inner-wrapper{
    z-index: 9;
    position:relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li > .menu-inner-wrapper:after {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 250px;
    top: 0;
    transform: scaleX(30);
    z-index: -1;
  }


  .custom-menu-primary.mobile {
    display: none !important;
  }

  .custom-search-wrapper .page-center {
    position: relative;
  }

  .custom-search-wrapper {
    position: absolute;
    top: 1px;
    z-index: 999;
  }

  .mobile-form{
    display:none !important;
  }


/*   .custom-post-items {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 33px;
    -webkit-column-gap: 33px;
    column-gap: 33px;
    width:100%;
}  */

  .custom-post-items .post-item{
    width: 46% !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin-right: 30px !important;
  }

  .search-open .custom-menu-primary.dekstop.js-enabled {
    visibility: hidden;
    opacity: 0;
  }


}


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

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

@media (max-width: 767px){

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

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

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

  }


 

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    min-width: 100% !important;
    height: 45px !important;
    padding: 0 !important;
  }
 
  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: fixed;
    right: 0;
    top: 78px;
    z-index: 1040;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color: #0d1f4f;
    width: 100% !important;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    max-height: calc(100vh - 78px);
    overflow-y: auto !important;

  }

  .mobile-open .custom-menu-primary.js-enabled {
    opacity: 1;
    visibility: visible;

  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

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

  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    font-family: IntervalProMedium,Helvetica,Arial,sans-serif;
    font-size: 18px;
    z-index: 11;
    color: #fff;
    padding: 10px 17px;
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #000;
    text-decoration: underline;
  }
  

  .custom-menu-primary.mobile .page-center {
    padding: 0 !important;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background: #fff;
    font-size: 14px;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    font-family: IntervalProMedium,Helvetica,Arial,sans-serif;
    font-size: 18px;
    z-index: 11;
    color: #fff;
    padding: 10px 17px;
    line-height: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {

  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #153D8A;
    line-height: 23px;
    font-size: 16px;
    font-family: IntervalProMedium,Helvetica,Arial,sans-serif;
    padding-top: 8px;
  }

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

  }

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

  }

  .navbar-toggle {
    border: 0;
    margin: 14px 0 14px 0;
    padding: 17px;
    height: 50px;
  }


  .navbar-toggle {
    position: relative;
    float: right;
    background-color: transparent;
    background-image: none;
    border-radius: 6px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    cursor: pointer;
  }



  .navbar-toggle .icon-bar {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: #153D8A;
    border: 0;
    height: 3px;
    padding: 0;
    width: 28px;
  }
  .navbar-toggle .icon-bar {
    display: block;
    border-radius: 1px;
  }

  .navbar-toggle.collapsed .icon-bar + .icon-bar {
    margin-top: 5px;
  }




  [class^="icon-"]::after {
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
  }

  .mobile-open .icon-bar:first-of-type {
    transform: rotate(45deg);
  }

  .mobile-open .icon-bar:nth-of-type(2) {
    transform: rotate(-45deg);
  }

  .mobile-open .icon-bar + .icon-bar {
    margin-top: -3px !important;
  }



  .mobile-open .icon-bar:last-of-type {
    display: none;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    background: url(https://cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    content: "";
    display: block;
    float: right;
    width: 9px;
    height: 14px;
    z-index: 9999;
    background-position: 99.06976744186046% 99.2063492063492%;
    margin-top: -2px;
  }

  .mobile-open .custom-header-bottom {
    position: fixed;
    width: 100% !important;
    top: 0;
    background: #fff;
  }

  .custom-menu-primary.dekstop {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    overflow-y: auto !important;
    max-height: 70vh;
  }

  .mobile-form {
    padding: 0 17px;
  }

}


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


.hs-blog-listing #site-wrapper .body-container-wrapper {
  margin: 0 20px;
  background: #efefef;
  padding: 50px 0;
}

.hs-blog-post #site-wrapper .body-container-wrapper{
  background: #fff;
  padding: 76px 0;

} 

.breadcrumb-container {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.breadcrumb-container::before {
  content: "";
  background: #9D9D9C;
  background: -moz-linear-gradient(left,#9D9D9C 64%,transparent 64%,transparent calc(64% + 5px),#153d8a calc(64% + 5px),#153d8a 100%);
  background: -webkit-linear-gradient(left,#9D9D9C 64%,transparent 64%,transparent calc(64% + 5px),#153d8a calc(64% + 5px),#153d8a 100%);
  background: -o-linear-gradient(left,#9D9D9C 64%,transparent 64%,transparent calc(64% + 5px),#153d8a calc(64% + 5px),#153d8a 100%);
  background: -ms-linear-gradient(left,#9D9D9C 64%,transparent 64%,transparent calc(64% + 5px),#153d8a calc(64% + 5px),#153d8a 100%);
  background: linear-gradient(to right,#9d9d9c 64%,rgba(0,0,0,0) 64%,rgba(0,0,0,0) calc(64% + 5px),#153d8a calc(64% + 5px),#153d8a 100%);
  height: 5px;
  display: block;
}


.breadcrumb {
  background-color: #FFF;
  margin-bottom: 0;
  padding: 10px 0;
  border-radius: 6px;
  list-style: none;
  margin-top: 0;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.blog-banner {
  background: #9D9D9C;
  margin: 0 20px;
  padding-top: 11px;
  padding-bottom: 6px;
}

.blog-banner h1 {
  margin: 0;
  font-size: 33.6px;
  color: #fff;
  margin-bottom: 0;
}

.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 20px;
  display: inline-block;
  background-color: #FFF;
  text-align: left;
  padding: 24px 17px;
  vertical-align: top;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  border: 3px solid transparent;
  float: left;
}

.image-wrapper {
  width: 48.5%;
  display: inline-block;
  vertical-align: top;
  float: left;
  max-width: 50%;
  margin-right: 38px;
  margin-bottom: 10px;
}

.image-wrapper {
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
    float: left;
    max-width: 50%;
    margin-right: 38px;
    margin-bottom: 10px;
}

.post-header {}

.new-heading h5 {
  margin-bottom: 15px;
  font-family: IntervalProMedium,Helvetica,Arial,sans-serif;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.16;
  color: #000;
}

.new-heading h5 a {
  color: #000;
}

.date-wrapper {
  margin-bottom: 15px;
  margin-top: 0;
  color: #4A4949;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857;
}

span#hubspot-topic_data a {
  color: #4A4949;
  text-decoration: none;
}


.post-header h2 {
  margin-bottom: 23px;
  font-family: IntervalProMedium,Helvetica,Arial,sans-serif;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.16;
  color: #000;
}

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

.post-body.clearfix p {

}

a.more-link {
  color: #153D8A;
  text-decoration: none;
}

.post-item:hover p{
 color:#000;
}


.post-item:hover a.more-link{
  color:#000;
  text-decoration:underline;
}

.blog-listing-wrapper .post-listing .post-item:hover {
  border: 3px solid #D0D0CF;
}

.hs-blog-post span#hubspot-topic_data {
  margin-top: 17px;
  font-size: 24px;
  font-family: IntervalPro,Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.16;
  color: #000;
}

.hs-blog-post span#hubspot-topic_data a {
  color: #000;
}

.hs-blog-post .custom-date {
  margin-top: 14px;
}

.post-heading h1 {
  font-family: IntervalPro,Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.16;
  color: #000;
  font-size: 33.6px;
  margin-bottom: 30.24px;
}


ul.l_tinynav1 {
  display: none;
}

ul.l_tinynav2 {
  display: none;
}

ul.l_tinynav1 {
    display: none;
}

ul.l_tinynav2 {
    display: none;
}

.categoryMenu{
	list-style: none;
  padding: 0;
  margin: 0;
}
.categoryMenu > li{
	position: relative;
}
.categoryMenu > li span {
  min-width: 268px;
  background-color: #F2F2F2;
  border: 1px solid #D0D0CF;
  color: #4A4949;
  float: left;
  margin-bottom: 20px;
  border-color: #b7b7b7;
  font-size: 16px;
  font-family: IntervalProMedium,Helvetica,Arial,sans-serif;
  text-align: left;
  white-space: normal;
  line-height: 1.42857;
  border-radius: 6px;
  padding: 7px 12px;
  vertical-align: middle;
  display: inline-block;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  outline: none;
  -webkit-appearance: none;
   position: relative;
    z-index: 31;
}

.categoryMenu > li ul{
    display: none;
    background: #fff;
    border: 1px solid #333;
    border-top: none;
    padding: 0;
    margin: 8px 0 00;
    width: 100%;
    list-style: none;
    position: absolute;
    top: 27px;
    left: 0;
    padding: 20px;
    z-index: 1;
}


.categoryMenu > li:after {
  content: "";
  float: right;
  margin-left: 17px;
  position: absolute;
  right: 12px;
  top: 20px;
  width: 9px;
  height: 14px;
  display: block;
  z-index: 99;
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901-1.svg?t=1536922143902) no-repeat;
  background-position: 94.88372093023256% 99.2063492063492%;
}

.categoryMenu > li ul {
  min-width: 268px;
  border-radius: 0;
  padding: 0;
  margin: 0;
  top: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #D0D0CF;
}

.categoryMenu > li ul li a {
  padding: 8px 20px;
  font-weight: 400;
  line-height: 1.42857;
  display: block;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}


.categoryMenu > li ul li.active a {
  padding: 8px 20px;
  font-weight: 400;
  line-height: 1.42857;
  display: block;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}

.categoryMenu > li ul li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #91A9CC;
}




.custom-blog-topic {
  width: auto !important;
}

/* .blog-pagination a.active:after {
  content: "";
  display: block;
  width: 75%;
  height: 3px;
  background-color: #153D8A;
  position: absolute;
  bottom: -7px;
  left: 4px;
} */

/* .blog-pagination a:before {
content: "";
display: block;
width: 14px;
height: 14px;
background-color: transparent;
position: absolute;
bottom: -7px;
left: 4px;
} */

/* .blog-pagination a:hover:before{
background-color: #153D8A;
}
*/
.blog-pagination a.active {
  color: #000;
}

/* Numbered Pagination */
.blog-pagination{
  display: block;
  text-align: center;
}

.blog-pagination > div{
  display: inline-block;
}

.blog-pagination-left{
  text-align: right;
}

.blog-pagination-right{
  text-align: left;
}

.blog-pagination a{
  display: inline-block;
  text-decoration:none;
}

.blog-pagination a:hover,
.blog-pagination a:focus{
  color:#000;
}

.blog-pagination a.elipses{
  border: 0;
}

.blog-pagination a.active{
  color: #000;
}

.blog-pagination a.next-link,
.blog-pagination a.prev-link{
  color: #fff;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover{
  color: #000;
}


/* .a.next-link-end:after {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901-1.svg) no-repeat;
  background-position: 25.238095238095237% 70.37037037037037%;
  width: 14px;
  height: 14px;
content: "";
float: right;
} */

a.next-link-last:after{
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901-1.svg) no-repeat;
  background-position: 25.238095238095237% 70.37037037037037%;
  width: 14px;
  height: 14px;
  content: "";
  float: right;
}


a.prev-link-first:after {
  content: "";
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901-1.svg) no-repeat;
  background-position: 25.238095238095237% 70.37037037037037%;
  width: 14px;
  height: 14px;
  float: right;
  -moz-transform: skewX(10deg) rotate(180deg);
  -ms-transform: skewX(10deg) rotate(180deg);
  -webkit-transform: skewX(10deg) rotate(180deg);
  transform: skewX(10deg) rotate(180deg);
}

a.prev-link-sec:after {
  content: "";
  float: right;
  margin-top: 3px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  margin-top: 0;
  width: 8px;
  height: 12px;
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901-2.svg) no-repeat;
  background-position: 86.11111111111111% 74.3455497382199%;
  -moz-transform: skewX(10deg) rotate(180deg);
  -ms-transform: skewX(10deg) rotate(180deg);
  -webkit-transform: skewX(10deg) rotate(180deg);
  transform: skewX(10deg) rotate(180deg);
}


.blog-pagination a.prev-link-first{
  padding:0;
}

a.prev-link-sec {
  padding: 0;
  margin-right: 5px;
}

a.prev-link-first {
  margin-right: 5px;
}

.blog-pagination a {
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  border-right: 1px solid #9D9D9C;
  padding-left: 13px;
  padding-right: 18px;
  display: inline-block;
  color: #9D9D9C;
}



.blog-pagination a.active:before {
  content: "";
  display: block;
  width: 75%;
  height: 3px;
  background-color: #153D8A;
  position: absolute;
  bottom: -7px;
  left: 4px;
}

a.prev-link-sec {
  border: none;
}

a.prev-link-first {
  border: none;
}





.blog-pagination a:hover:before {
  background-color: #153D8A;
}

.blog-pagination a:before {
  content: "";
  display: block;
  width: 75%;
  height: 3px;
  background-color: transparent;
  position: absolute;
  bottom: -7px;
  left: 4px;
}


.blog-pagination a.next-link:before,
.blog-pagination a.prev-link:before{
  display:none;
}

.blog-pagination a:last-child {
}

.blog-pagination a.next-link, .blog-pagination a.prev-link {
  border: none;
}


.blog-pagination {
  float: right;
}

.custom-page-pagination {
  background: #fff;
  padding: 20px 0 10px;
}

.hs-blog-listing .body-container {
  padding-bottom: 0;
}

.hs-blog-listing #site-wrapper .body-container-wrapper {
  padding-bottom: 0;
  margin:0;
}

.custom-blog-month .block h3 {
  display: none;
}


a.next-link-last {
  border: none;
  padding: 0;
}

a.next-link-end {
  padding: 0;
  border: none;
  padding-left: 15px;
}

.hs-blog-post .custom-cati {
  display: none !important;
}

.custom-cati {
  padding-top: 105px;
  margin-bottom: 11px;
}


.custom-cati .blog-pagination {
  float: right;
  padding-top: 19px;
  text-align: right;
}

a.next-link-last:before {
  display: none;
}


.hs-blog-post .hs-featured-image-wrapper {
  padding-bottom: 30px;
}

.hs_cos_gallery_thumbnails.slick-initialized.slick-slider {
  background-color: #efefef;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: calc(6.33% + 10px);
}


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; display:block; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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




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


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  margin: 10px 0;
  vertical-align: middle;
  -webkit-transition:border linear 0.2s, box-shadow linear 0.2s
    -o-transition:border linear 0.2s, box-shadow linear 0.2s
    -moz-transition:border linear 0.2s, box-shadow linear 0.2s
    -ms-transition:border linear 0.2s, box-shadow linear 0.2s
    transition:border linear 0.2s, box-shadow linear 0.2s
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  max-width:500px;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  -webkit-appearance: none;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
   border-color: rgba(82, 168, 236, 0.8);
   outline: 0;
   outline: thin dotted \9;
   -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
   -ms-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
   -o-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
   -mz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
   box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  margin: 15px 0;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  margin:15px 0;
  font-family: Verdana,Helvetica,Arial,sans-serif;
}


.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/* =============== 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-listing .post-title{
 display:none !important;
}
.custom-pagintion-right {
  width: auto !important;
  float: right !important;
}
input[type="search" i]::-webkit-search-cancel-button {
  visibility: hidden;
}

.custom-search-wrapper{
  margin-top: 66px;
}

.custom-header-search form {
  position: absolute;
  right: 4.35%;
  width: 2%;
  transition: all 0.7s ease 0s;
}

.custom-header-search form input.search-input {
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  background-color: transparent;
  box-shadow: none;
  width: 2%;
  cursor: pointer;
  height: 50px;
  position: absolute;
  border-radius: 6px;
  border: none;
  color: transparent;
  right: 0;
  z-index:89;
  padding-left: 17px;
  font-size: 14px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 20px;

}

.custom-header-search form span.search-icon {
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901-1.svg?t=1536820527013) no-repeat;
  width: 22px;
  height: 23px;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  background-position: 0 100%;
  display: block;
  position: absolute;
  top: 14px;
  right: 1px;
  z-index: 99;
  cursor: pointer;
}

.search-open .custom-header-search form span.search-icon {
  right: 16px;
}

.search-open .custom-header-search form input.search-input {
  background-color: #FFF;
  z-index: 1;
  border: 1px solid #D0D0CF;
  width: 88.9%;
}


.search-open .custom-header-search form {
  transition: all 0.7s ease 0s;
  width: 82%;
}

.custom-header-search form input.search-input:focus{
  border: 1px solid #D0D0CF;
  color: #4A4949;
  outline: none;
}

.body-container {
  padding:0 0 70px 0;
}


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


/* start of lagii */


  .navbar-support__wrp {
    position: relative;
  }

  .navbar-support__wrp {
    height: 43px;
    width: 100%;
  }
  .navbar-support__wrp {
    margin-right: auto;
    margin-left: auto;
    padding-left: 17px;
    padding-right: 17px;
  }

  .navbar-nav>li {
    float: left;
  }

  .nav>li>a.navbar-support__link {
    display: inline-block;
  }

  .navbar-nav>.navbar-support__item>a {
    color: #494949;
    padding: 15px 15px 0 15px;
  }

  .navbar-nav>li>a {
    line-height: 20px;
    position: relative;
  }


  .navbar-support__item>.arrow-right {
    padding-top: 12px;
  }

  .navbar .arrow-right {
    display: none;
  }


  .navbar .arrow-right {
    float: right;
    z-index: 11;
    width: 40px;
    height: 30px;
    padding-right: 17px;
    padding-top: 8px;
  }

  .navbar-support__dropdown-menu-wrp {
    z-index: 11;
    position: absolute;
    min-width: 200px;
    padding: 15px 0;
  }

  .navbar-support__dropdown-menu-wrp {
    display: none;
    background-color: #fff;
  }

  .dropdown-menu__list {
    list-style-type: none;
    padding: 0;
  }

  .dropdown-menu__list .navbar-support__item {
    padding: 8px 17px;
  }

  .navbar-support__dropdown-menu-wrp .navbar-support__link {
    color: #153D8A;
  }

  .language-navigation {
    width: 890px;
  }

  .language-navigation {
    position: absolute;
    left: auto;
  }


  .language-navigation {
    right: 0;
    padding: 0;
    border: 1px solid #FFF;
    font-family: IntervalPro,Helvetica,Arial,sans-serif;
  }

  .navbar-support__dropdown-menu-wrp {
    z-index: 11;
    min-width: 200px;
  }

  .navbar-support__dropdown-menu-wrp {
    display: none;
    background-color: #fff;
  }

  .language-navigation .continent-left {
    width: 40%;
  }

  .language-navigation .continent-left, .language-navigation .continent-right {
    float: left;
    min-height: 540px;
    background: #FFF;
  }

  .language-navigation .continent-nav {
    padding-left: 175px;
    padding-right: 17px;
  }

  .language-navigation .continent-nav {
    height: 134px;
    width: 100%;
    background: #9D9D9C;
    margin-top: 1px;
    background-repeat: no-repeat;
    position: relative;
    cursor:pointer;
  }
  .language-navigation #europe.active .continen-map {
    background-position: 0 29%;
  }


  .language-navigation .continen-map {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/Navigation-sfedf083853.png);
    width: 160px;
    height: 80px;
    left: 5px;
    position: absolute;
    background-size: cover;
    top: 50%;
  }

  .language-navigation .continent-nav .continent-label {
    font-size: 18px;
    letter-spacing: .03em;
    padding-left: 10px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    color: #fff;
  }


  .language-navigation .continent-nav {
    padding-left: 175px;
    padding-right: 17px;
  }


  .header-language {
    float: right;
    position: relative;
    z-index: 9999;
  }

  .navbar-support__wrp {
    padding-right: 0;
  }

  .no-touch .navbar-support__item:hover .navbar-support__dropdown-menu-wrp, .no-touch .navbar-support__item:focus .navbar-support__dropdown-menu-wrp {
    display: block;
  }

  .no-touch .navbar-support__item:hover .navbar-support__link.first-level::after, .no-touch .navbar-support__item:focus .navbar-support__link.first-level::after, .no-touch .navbar-support__item.current .navbar-support__link.first-level::after, .no-touch .navbar-support__item.active .navbar-support__link.first-level::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #153D8A;
    margin-top: 5px;
  }



  .language-navigation .country-label {
    font-size: 18px;
  }

  .language-navigation .continent-language {
    margin-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .language-navigation .worldwide {
    width: 470px;
    height: 273px;
  }

  .header-language .row {
    margin-left: -17px;
    margin-right: -17px;
  }

  .language-navigation .country {
    margin-bottom: 15px;
    margin-top: 0;
  }

  .language-navigation .country-language__link {
    font-family: Verdana,Helvetica,Arial,sans-serif;
  }
  .header-language .col-sm-7 {
    width: 58.33333%;
    float: left;
  }

  .header-language .col-sm-5 {
    width: 41.66667%;
    float: left;
  }

  .language-navigation #north-america.active .continen-map {
    background-position: 0 86%;
  }

  .dropdown-menu__list .navbar-support__item {
    padding: 8px 17px;
  }





  .navbar-support__wrp ul > li > a:hover {
    text-decoration: none;
  }

  .dropdown-menu__list .navbar-support__item:hover {
    background-color: #91A9CC;
  }

  .language-navigation .continent-nav.active {
    background-color: #FFF;
    color: #494949;
}

.language-navigation .continent-nav.active .continent-label {
  color: #494949;
}


.language-navigation .continent-international {
  background-color: #F2F2F2;
  padding: 13px;
  width: 100%;
  text-align: center;
}

.language-navigation .continent-right {
  position: relative;
  width: 60%;
  left: 0;
}

.main-banner {
  margin-bottom: 40px;
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > .menu-inner-wrapper{
    top:100%;
  }

  :-ms-input-placeholder.hs-input{
    color:#999;
  }
}


.subscription-template .body-container {
  padding-top: 30px;
}

.custom-footer-bra {
  background: #fff;
}


.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color: #000;
}

.hs-blog-post #site-wrapper .body-container-wrapper {
  padding-bottom: 0;
}

.hs-blog-post .body-container {
  padding-bottom: 0;
}



a.next-link-end:after {
  content: "";
  float: right;
  margin-top: 3px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  margin-top: 0;
  width: 8px;
  height: 12px;
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901-1.svg?t=1536922143902) no-repeat;
  background-position: 86.11111111111111% 74.3455497382199%;
}

a.next-link-last {
  padding-left: 15px;
}
.blog-listing-wrapper .post-listing .post-item:hover {
  border: 3px solid #D0D0CF;
  cursor: pointer;
}
.post-item:hover .date-wrapper {
  color: #000;
}
.post-item:hover span#hubspot-topic_data a {
  color: #000;
}


a.button-grey {
  font-size: 16px;
  font-family: IntervalProMedium,Helvetica,Arial,sans-serif;
  text-align: left;
  white-space: normal;
  border: 2px solid #153D8A;
  padding: 7px 12px;
  background-color: #fff;
  color: #9D9D9C;
  border-color: #9D9D9C;
  padding-right: 40px;
  position: relative;
  line-height: 1.42857;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  user-select: none;
  margin-top: 30px;
  text-decoration:none;
}

a.button-grey:after {
  content: "";
  float: right;
  margin-left: 17px;
  position: absolute;
  right: 12px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901-1.svg?t=1536922143902) no-repeat;
  background-position: 87.96296296296296% 57.068062827225134%;
  width: 8px;
  height: 12px;
}

a.button-grey:hover{
  background-color: #9D9D9C;
  color: #fff;
}

a.button-grey:hover:after{
  background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901-1.svg?t=1536922143902) no-repeat;
  background-position: 99.06976744186046% 99.2063492063492%;
}

.hs-blog-listing .slider-post{
  display:none !important;
}



/* =============== landing - page =============== */
.custom-layout-row1 {
  min-height: 600px !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(https://f.hubspotusercontent30.net/hubfs/4272188/white_screen.png);
}

.custom-layout-row2 {
  min-height: 600px !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(https://f.hubspotusercontent30.net/hubfs/4272188/white_screen.png);
}

.custom-landing-grundlagen h3 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 9px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

.custom-landing-grundlagen h1 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-top: -6px;
  margin-bottom: 15px;
  font-family: inherit;
  line-height: 33px;
}

.custom-landing-grundlagen {
  padding-top: 40px;
}

.landing-layout-form {
  background-color: rgba(255,255,255,.85);
  min-height: 600px;
  padding-right: 15px;
  padding-left: 15px;
}

.landing-layout-form-heading h2 {
  font-size: 30px;
  font-weight: 500;
  color: #0e3d8a;
  margin: 34px 0 30px 3px;
  font-family: inherit;
  line-height: 1.1;
}


.body-container .landing-layout-form .sidebar-form .hs-input {
  background-color: #f8f8f8;
  color: #9d9d9c;
  border: solid 1px #9d9d9c;
  padding: 10px;
  line-height: normal;
  margin: 0;
}

.body-container .landing-layout-form .sidebar-form .hs-button {
  margin-top: 0;
}

.body-container .landing-layout-form .sidebar-form .hs-input:focus {
  box-shadow: none;
}

.landing-layout .landing-layout-form a:hover {
  text-decoration: underline;
  color: #0e3d8a;
}

.landing-layout .landing-layout-form a {
  color: #0e3d8a;
}

.landing-layout .sidebar-form span {
  cursor: pointer;
}

.body-container .landing-layout-form .sidebar-form .hs-button {
  background: #0e3d8a;
  color: #fff;
  padding: 15px 10px;
  margin: 20px 0;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid transparent;
  border-color: #2e6da4;
}


.body-container .landing-layout-form .hs-form-field {
  margin-bottom: 10px;
  position: relative;
}


.custom-design-text h2 {
  font-size: 30px;
  font-weight: 500;
  color: #0e3d8a;
  font-family: inherit;
  line-height: 1.1;
  margin: 0 0 9px;
}

.custom-design-text {
  font-size: 16px;
  margin: 84px 0 0 46% !important;
  width: auto !important;
}

.custom-design-text p {
  margin: 0 0 10px;
  line-height: normal;
}

/*========= Back to Top ==========*/

a#back-to-top {
  width: 40px;
  height: 40px;
  background-image: url('//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/up.png');
  position: fixed;
  bottom: 10px;
  right: 10px;
}
#back-to-top:before {}
#back-to-top:after {}
#back-to-top:hover {}

#back-to-top i {}
#back-to-top i:before {}
#back-to-top i:after {}

#back-to-top span {}
#back-to-top span:before {}
#back-to-top span:after {}

.landing-layout-form .sidebar-form span.hs-form-required {
  display: none;
}

.landing-layout-form .sidebar-form .hs-error-msgs label {
  color: rgb(46,109,164);
}

.body-container .landing-layout-form .sidebar-form select {
  -webkit-appearance: menulist;
}

/* =============== landing - page =============== */





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


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


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

@media (max-width: 1024px) {
  .custom-landing-header .custom-logo img {
    max-width: 190px;
    height: 50px;
    width: auto;
  }

  .custom-layout-row1 {
    background-position: 33% top;
  }

  .custom-landing-header {
    padding-top: 30px;
    box-shadow: none;
    margin-bottom: 23px;
  }
  .custom-landing-grundlagen h3 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 10px;
  }

}




@media (min-width: 768px){
  .container-fluid .row-fluid .page-center{
    max-width: 754px;
  }

  h2 {
    font-size: 27.6px;
    margin-bottom: 24.84px;
  }

  .custom-landing-header .page-center {
    max-width: 754px !important;
    padding-right: 8px !important;
  }

  

  li.navbar-support__item.overlay__open:hover .navbar-support__dropdown-menu-wrp {
    display: block;
  }

  .navbar-support__wrp > ul > li > a:hover {
    background-color: #fff;
  }

  .navbar-support__wrp > ul > li > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: transparent;
    margin-top: 5px;
  }

  .navbar-support__wrp > ul > li:hover > a:after {
    background-color: #153D8A;
  }


  .language-navigation .continent-language {
    display: none !important;
  }


  .language-navigation .continent-language.active {
    display: block !important;
  }


}

@media (min-width: 992px){
  .container-fluid .row-fluid .page-center {
    max-width: 974px;
  }
  .custom-landing-header .page-center {
    max-width: 970px !important;
    padding-right: 13px !important;
    padding-left: 14px !important;
  }


  .landing-layout .body-container .page-center {
    max-width: 970px !important;
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media (min-width: 1200px){



  .custom-header-main {
    min-height: 150px !important;
  }

  .custom-landing-header .page-center {
    max-width: 1170px !important;
    padding-right: 11px !important;
  }


  .landing-layout .body-container .page-center {
    max-width: 1170px !important;
  }

  .custom-footer-landing .page-center {
    max-width: 1170px !important;
    padding-left: 14px !important;
  }

  .custom-footer-landing-fixed-bar .page-center {
    max-width: 1170px !important;
    padding-left: 14px !important;
  }
  


}


@media (min-width: 1199px){
  h2 {
    font-size: 28.8px;
    margin-bottom: 25.92px;
  }

  .custom-layout-row1 {
    background-position: 35% top;
  }
  
}
/* =============== Landscape tablet and smaller devices =============== */


@media (min-width: 993px) and (max-width:1201px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 24px 10px 30px 10px;
    color: #153D8A;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 30px 10px 26px 10px;
    color: #153D8A;
  }

  .custom-header-main {
    min-height: 145px !important;
  }

  
}

@media (min-width: 768px) and (max-width:992px){
  .custom-header .custom-logo {
    margin: 45px 22px 0 0;
    width: 160px;
    height: 60px;
  }




  .custom-menu-primary.js-enabled {
    width: auto !important;
  }



  .main-banner::before {
    content: "";
    margin: 5px 0 0 0;
  }

  .custom-header-search {
    margin-top: 0;
  }

  .main-banner::before {
    content: "";
    margin: -2px 0 0 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 23px 10px 30px 10px;
    color: #153D8A;
  }

  .search-open .custom-header-search form input.search-input {
    background-color: #FFF;
    z-index: 1;
    border: 1px solid #D0D0CF;
    width: 83.9%;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 23px 10px 30px 10px;
    color: #153D8A;
  }

  .custom-header-main {
    min-height: 135px !important;
  }

  .custom-post-items .post-item{
    width: 45% !important;
  }

  .custom-design-text {
    margin: 84px 0 0 46% !important;
    width: auto !important;
    font-size: 14px;
    background-color: rgba(255,255,255,.85);
    padding: 4px;
  }

  .custom-design-text h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .custom-design-text p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: normal;
  }

}

@media (max-width: 1400px){
  .custom-layout-row1 {
    background-position: 40% top;
  }
}


@media (max-width: 1199px) {

  .banner-heading::after {
    content: ' ';
    height: 4px;
    background: #E63312;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }


  .banner-heading {
    background: #153d8a;
    width: 100%;
    margin-top: 0;
    color: #fff;
    padding: 17px 0 9px 20px;
    min-height: auto;
    border-radius: 0;
    padding-left:32px;
  }

  .banner-heading h1 {
    font-size: 32.5px;
  }
  .main-banner .page-center {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .breadcrumb-container {
    padding: 0;
    margin-top: -5px;
  }

  #site-wrapper .body-container-wrapper {
    margin: 0;
  }

  .blog-banner {
    margin: 0;
  }

  .post-heading h1 {
    font-size: 28px;
    margin-bottom: 25.2px;
  }

  .hs-blog-post span#hubspot-topic_data {
    margin-bottom: 18px;
    margin-top: 17px;
    font-size: 20px;
  }

  .custom-page-pagination {
    background: #fff;
    padding: 30px 0 30px;
  }

  .custom-landing-grundlagen h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .custom-landing-grundlagen h3 {
    font-size: 15px;
  }

}




@media (max-width: 992px) {
  .custom-cati .blog-pagination {
    padding-top: 10px;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
  }

  .custom-footer-landing-url {
    width: 50% !important;
    float: right !important;
    font-size: 12px;
  }

  .custom-footer-landing-daily {
    width: 50% !important;
    float: left !important;
    font-size: 12px;
  }

  .language-navigation {
    position: fixed;
    left: 0;
    width: 100%;
  }

  .custom-layout-row1 {
    background-position: 35% top;
  }

  .landing-layout-form {
    background-color: #fff;
  }


}

@media (max-width: 767px) {
  .custom-footer {
    padding-bottom: 25px;
  }

  .custom-footer-login {
    margin-bottom: 37px;
  }

  .custom-footer-menu ul {
    padding-bottom: 33px;
  }

  .custom-header-top {
    display: none !important;
  }

  .custom-header .custom-logo {
    width: 126px;
    height: 44px;
    margin: 17px;
    padding: 0;
  }

  .custom-search-wrapper {
    display: none !important;
  }

  .main-banner::before {
    content: "";
    margin: 1px 0px 0px;
  }

  .mobile-open {
    overflow: hidden;
  }


  .mobile-form input.mobile-seacrh {
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    background-color: #FFF;
    box-shadow: none;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #D0D0CF;
    width: 100%;
    -webkit-appearance: none;
    padding-left: 17px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  .mobile-form form {
    padding: 17px;
    padding-left: 0;
    padding-right: 0;
  }

  button.tx-solr__submit {
    display: none;
  }

  .mobile-form .search-button-image {
    position: absolute;
    top: 25px;
    right: 25px;
    background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg?t=1536897817620) no-repeat;
    background-position: 0 100%;
    width: 22px;
    height: 23px;
  }

  .no-nav .mobile-trigger {
    display: none !important;
  }

  .banner-heading h1 {
    font-size:28px;
  }

/*   .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding-left: 0;
    padding-right: 0;
  } */
  
  
  /* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container input[type="week"], 
  .body-container input[type="number"], 
  .body-container input[type="email"], 
  .body-container input[type="url"], 
  .body-container input[type="search"], 
  .body-container input[type="tel"], 
  .body-container input[type="color"],
  .body-container input[type="file"],
  .body-container textarea,
  .body-container select {
    max-width:100%;
  }


  .header-language {
    float: none;
    position: relative;
    z-index: 9999;
  }

  .navbar-support__wrp {
    padding: 0;
  }

  .navbar-support {
    margin-left: -34px;
    margin-right: -34px;
  }

  .navbar-nav>.navbar-support__item>a {
    color: #fff;
  }


  .nav>li {
    position: relative;
    display: block;   
    float: none;
  }

  .navbar-support__item.opened .navbar-support__dropdown-menu-wrp {
    display: block;
  }


  

  .language-navigation .continent-left, .language-navigation .continent-right {
    width: 100%;
    float: left;
    min-height: 540px;
    background: #FFF;
  }

  .language-navigation .continent-nav {
    height: 134px;
    width: 100%;
    background: #9D9D9C;
    margin-top: 1px;
    color: #fff;
    padding-left: 165px;
    background-repeat: no-repeat;
    position: relative;
  }

  .language-navigation .continent-right {
    position: absolute;
    height: 100%;
    left: 100%;
    -webkit-transition: left 1s;
    -o-transition: left 1s;
    transition: left 1s;
  }
  .language-navigation .continent-right.active {
    left: 0;
  }


  .language-navigation {
    position:relative;
  }
  
  .language-navigation .continent-right .close-right {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 17px;
    z-index: 1;
    border: 2px solid #D0D0CF;
    border-radius: 50%;
  }

  select#tinynav1 {
    width: 100%;
  }
  select#tinynav2 {
    width: 100%;
  }
  .custom-cati {
    padding-top: 40px;
  }

  select {
    padding: 4.5px 12px;
  }



  .breadcrumb-container {margin-top: 1px;}

  .blog-banner h1 {
    font-size: 28px;
  }

  .image-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 18px;
  }
  
  
.custom-lang-wrapper {
  padding-top: 15px;
}
.child-trigger1 {
  display: block !important;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100% !important;
  min-width: 100% !important;
  height: 45px !important;
  padding: 0 !important;
  }
  .custom-lang-inner-wrapper ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
  } 
  .custom-lang-inner-wrapper ul li{
    display: block;
    position: relative;
  }  
  .custom-lang-inner-wrapper ul li.lang li {
    position: static;
  }
  .custom-lang-inner-wrapper ul li.children-open {
    background: #fff;
  }
  .custom-lang-inner-wrapper ul li a {
    color: #fff;
    display: block;
    line-height: 20px;
    padding: 10px 17px;
    text-decoration: none;
  } 
  .custom-lang-inner-wrapper ul li.children-open> a {
    color: #4A4949;
  } 

  .custom-lang-inner-wrapper ul li.hs-item-has-children > a:after {
    background: url(//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/icons1489655937901.svg) no-repeat; 
    background-position: 99.06976744186046% 99.2063492063492%; 
    content: "";
    display: block;
    float: right;
    height: 14px;
    margin-top: 5px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    width: 9px;
    z-index: 9999; 
  }
  .custom-lang-inner-wrapper ul li.children-open> a:after {
    background-position: 94.88372093023256% 99.2063492063492%;
    -moz-transform: scale(1.2) rotate(90deg);
    -ms-transform: scale(1.2) rotate(90deg);
    -webkit-transform: scale(1.2) rotate(90deg);
    transform: scale(1.2) rotate(90deg);
  }

  .custom-lang-inner-wrapper ul li ul.hs-menu-children-wrapper {
    padding-bottom: 15px;
  }
  .custom-lang-inner-wrapper ul >li:not(:last-of-type) >ul li  a {
    color: #153D8A;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 8px 17px;
    text-decoration: none;
  } 
  .custom-lang-inner-wrapper ul li .col-right { 
    background: #FFF;
    left: auto;
    min-height: 540px;
    padding-left: 17px;
    padding-right: 17px;
    position: absolute;
    right: 0;
    top: 41px;
    transform: translateX(100%);
    transition: all 800ms ease-in-out;
    width: 100%;
    z-index: 9;
  } 
  .custom-lang-inner-wrapper ul li.hs-menu-item.active .col-right {
    transform: translateX(0%);
  }  
  .close-right {
    border: 2px solid #D0D0CF;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 17px;
    top: 0;
    width: 30px;
    z-index: 9;
  }
  .close-right::before, 
  .close-right::after {
    background: #D0D0CF;
    content: "";
    display: block;
    height: 2px;
    margin-top: 12px;
    margin-left: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
  }
  .close-right::after {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .custom-lang-inner-wrapper ul li .col-left{
    background: #9D9D9C;
    background-repeat: no-repeat;
    color: #fff;
    margin-top: 1px;
    min-height: 134px;
    padding: 0 0 0 165px;
    position: relative;
    width: 100%;
  } 
  .custom-lang-inner-wrapper ul li.active .col-left{
    background-color: #FFF;
    color: #494949;
  }
  .custom-lang-inner-wrapper ul li .col-left > div {
    float: left;
  } 
  .custom-lang-inner-wrapper ul li .continen-map{
    background-image: url('//cdn2.hubspot.net/hubfs/4272188/Minebea_Intec_September2018%20Theme/image/Navigation-sfedf083853.png');
    background-size: cover;
    height: 80px;
    left: 5px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 160px;
  }
  #europe .continen-map {
    background-position: 0 43%;
  }
  #europe.active .continen-map {
    background-position: 0 29%;
  }
  .custom-lang-inner-wrapper ul li .continent-label {
    font-size: 18px;
    letter-spacing: .03em;
    line-height: 134px;
    padding-left: 10px;
    position: relative;
  } 
  .custom-lang-inner-wrapper ul li .country {
    color: #4A4949;
    font-size: 14px;
    line-height: 1.42857;
    margin: 0 0 15px;
  }
  .custom-lang-inner-wrapper ul li .country-label {
    color: #4A4949;
    font-family: IntervalPro,Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.42857;
  }

  .custom-lang-inner-wrapper ul li a.country-language-link { 
    color: #153D8A;
    display: inline-block;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    padding: 0;
    text-decoration: none;
  }

  .custom-post-items .post-item {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
  }


  .categoryMenu > li span {
    min-width: 100%;
  }

  .custom-page-pagination .blog-pagination {
    float: none;
  }

  /* =============== landing page =============== */

  .custom-pagintion-right {
    float: none !important;
  }


  .custom-footer-landing-col.two {
    padding: 0 15px;
  }

  .custom-footer-landing-col {
    padding: 0 15px;
  }

  .custom-footer-landing .page-center {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .pull-right {
    float: none !important;
  }


  .custom-landing-header .page-center {
    padding-right: 13px !important;
    padding-left: 15px !important;
    max-width: 100% !important;
  }

  .custom-landing-header .custom-logo {
    margin-left: 0 !important;
  }

  .custom-landing-header .custom-logo {
    float: left;
  }

  .custom-landing-header .mobile-trigger {
    display: none !important;
  }

  .custom-landing-header .custom-logo {
    width: auto !important;
  }

  .custom-landing-header {
    margin-bottom: 23px;
  }




  .custom-design-text {
    display: none !important;
  }

  .landing-layout-form-heading h2 {
    margin: 12px 0 12px 3px;
    color: #0e3d8a;
    font-size: 25px;
    line-height: 30px;
  }

  .custom-layout-row1 {
    background-position: 20% top;
  }

  .landing-layout .container-fluid .row-fluid .page-center {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }

  .custom-landing-grundlagen h3 {
    margin: 0 0 10px;
  }


  .social-bar {
    margin-top: 21px;
  }

  select {
    padding: 4.5px 0px;
  }


  .custom-landing-image {
    display:block !important;
    margin-bottom: 10px;
  }


  .custom-layout-row1 {
    min-height: 100% !important;
  }

}



.leadinModal-content{
background: #fff;
}





@media (max-width: 479px) {

  .custom-landing-header {
    margin-bottom: 18px;
  }
}

@media (max-width: 420px) {
  .custom-footer-landing-url {
    font-size: 8px;
  }

  .custom-footer-landing-daily {
    font-size: 9px;
  }
}

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

@media (max-width: 380px) {
  .custom-landing-header .custom-logo img {
    height: 40px;
    width: auto;
  }


  
}