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

/**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&display=swap');
@media (max-width: 767px) {
  .hs-tools-menu.hs-collapsed {
    display: none !important;
  }
}

/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   ========================================================================== */
/* 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;
}
.header-container .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;
}
.header-container .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;
    }

    .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;
    }
    .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; }
/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */




/* ==========================================================================
   0. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */
/* @font-face {
    font-family: Avenir;
    font-weight: normal;
    src: url('//cdn2.hubspot.net/hubfs/3027780/NexPCB_May2018%20Theme/Data-Files/Font/Avenir.eot');
    src: url('//cdn2.hubspot.net/hubfs/3027780/NexPCB_May2018%20Theme/Data-Files/Font/Avenir.eot#iefix') format("embedded-opentype"),
        url('//cdn2.hubspot.net/hubfs/3027780/NexPCB_May2018%20Theme/Data-Files/Font/Avenir.woff2') format("woff2"),
        url('//cdn2.hubspot.net/hubfs/3027780/NexPCB_May2018%20Theme/Data-Files/Font/Avenir.woff') format("woff"),
        url('//cdn2.hubspot.net/hubfs/3027780/NexPCB_May2018%20Theme/Data-Files/Font/Avenir.ttf') format("truetype"),
        url('//cdn2.hubspot.net/hubfs/3027780/NexPCB_May2018%20Theme/Data-Files/Font/Avenir.svg') format("svg");
}
 */
@font-face {
  font-family: 'IconFont';
  src: url('//cdn2.hubspot.net/hubfs/3027780/NexPCB_Aug2019%20Theme/Fonts/Icons/fontello.eot?48196985');
  src: url('//cdn2.hubspot.net/hubfs/3027780/NexPCB_Aug2019%20Theme/Fonts/Icons/fontello.eot?48196985#iefix') format('embedded-opentype'),
       url('//cdn2.hubspot.net/hubfs/3027780/NexPCB_Aug2019%20Theme/Fonts/Icons/fontello.woff2?48196985') format('woff2'),
       url('//cdn2.hubspot.net/hubfs/3027780/NexPCB_Aug2019%20Theme/Fonts/Icons/fontello.woff?48196985') format('woff'),
       url('//cdn2.hubspot.net/hubfs/3027780/NexPCB_Aug2019%20Theme/Fonts/Icons/fontello.ttf?48196985') format('truetype'),
       url('//cdn2.hubspot.net/hubfs/3027780/NexPCB_Aug2019%20Theme/Fonts/Icons/fontello.svg?48196985#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */



/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
     /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
     /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
                     /*  */
 

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 




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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

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

/* Website background color and default font styles */
body {
  background: #fff;
  color: #000;
  font-family: 'Roboto', Arial, Helvetica, sans-serif, 'Microsoft Yahei';
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

/* Icon fonts */
[class^="icon-"]:before, 
[class*=" icon-"]:before {
  font-family: IconFont;
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-open:before { content: '\e801'; }
.icon-down-open-big:before { content: '\e802'; }
.icon-down-open-mini:before { content: '\e803'; }
.icon-quote:before { content: '\e804'; }
.icon-right-small:before { content: '\e805'; }
.icon-search:before { content: '\e806'; } 
.icon-cancel:before { content: '\e808'; } 
.icon-globe:before { content: '\e809'; } 
.icon-download:before { content: '\f02e'; }

.icon-mail:before { content: '\E80B'; }
.icon-phone:before { content: '\E80C'; }
.icon-location:before { content: '\E80F'; }

.icon-twitter:before { content: '\f309'; }
.icon-facebook:before { content: '\f30c'; }
.icon-gplus:before { content: '\f30f'; }
.icon-pinterest:before { content: '\f312'; }
.icon-linkedin:before { content: '\f318'; }
.icon-rss:before { content: '\e800'; }
.icon-instagram:before { content: '\e812'; }

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

a { 
  text-decoration: none;
  outline: none;
  color: inherit; 
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
a:hover, a:focus { 
  text-decoration: none;
  outline: none;
  color: #f4803b; 
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

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



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


/* Basic text */
p {
  font-size: 16px;
} 

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 7px 0 14px;
}

h1 {
  font-size: 72px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  padding: 0;
  margin: 0;
}
h2.color {
  color: #e17131
}
h3 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
}
h4 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  margin: 10px 0;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 48px
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 20px;
  }
}

/* Lists */
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.default {
  list-style: disc;
  margin-left: 32px;
  font-size: 16px;
}

ul.default ul {
  list-style: circle;
  margin-left: 16px;
}

/* Table */
table {
  border: 1px solid #ddd;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

thead {
  background-color: #1a4a94;
}

thead td {
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  border: none;
  border-left: 1px #174d97 solid;
  vertical-align: middle;
  width: 50%;
  text-transform: uppercase;
}

tbody {
  background: #f3f3f3;
}

tbody tr {
  color: #000;
  height: 33px;
  line-height: 33px;
  font-size: 14px;
}

tbody tr:hover {
  background: #fafafa;
}

table.orange thead {
  background-color: #f4803a;
}

table.orange thead td {
  border-left: 1px #f4803a solid;
}

table.small thead td {
  font-size: 14px;
  line-height: 28px;
  text-transform: none;
}

table.small tbody tr {
  height: 30px;
  font-size: 14px;
  line-height: 26px;
}

table.default {
  width: auto;
  max-width: none;
  margin: 0;
  text-align: left;
  border-collapse: collapse;
  border: none;
}
table.default thead {
  background: none;
}
table.default td,
table.default th {
  border: 1px solid #000;
  padding: 5px;
  line-height: 26px;
  font-weight: normal;
}

@media (max-width: 1024px) {
  thead td,
  thead th,
  tbody tr{
    font-size: 14px;
    line-height: 24px;
  }
}

/* CTA */
.hs-cta-wrapper a {
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}

.btn {
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  border-width: 0;
  background: #194893;
  color: #fff !important;
  height: auto;
  transition: all .4s ease;
  padding: 12px 22px 9px;
  text-shadow: none;
  width: auto;
  font-size: 14px;
  line-height: 1.5em;
  border-radius: 3px;
}

.btn:hover,
.btn:focus {
  color: #fff;
  background: #0097d0;
}

.btn-large {
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 20px;
  padding: 10px 22px 6px;
}

.btn-round {
  border-radius: 23px;
  min-width: 142px;
}

.btn-orange {
  background: #e17131;
}

.btn-orange:focus,
.btn-orange:hover {
  background: #f88a4f;
}

.btn-gradient-blue {
  background: linear-gradient(to right, #0097d0 0, #194893 64%);
}

.btn-gradient-blue:focus,
.btn-gradient-blue:hover {
  box-shadow: 0 0 6px 1px rgba(0,0,0,.2);
  background: linear-gradient(to right, #0097d0 0, #194893 64%);
}

/* Col Two */
.col-two .col1 {
  max-width: 450px;
  width: 100%;
  float: left;
}

.col-two .col2 {
  max-width: 600px;
  width: 100%;
  float: right;
}

@media (max-width: 1024px) {
  .col-two .col2,
  .col-two .col1 {
    max-width: 100%;
    float: none;
  }
  
  .col-two .col1 {
    margin-bottom: 20px;
  }
}

/* Tab */
.tab .tabs {
  position: relative;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab .tabs li {
  float: left;
  width: 100%;
}
.tab .tabs .tab-2 {
  width: 50%;
}
.tab .tabs .tab-3 {
  width: 33.333%;
}
.tab .tabs .tab-4 {
  width: 25%;
}
.tab .tabs .tab-5 {
  width: 20%;
}
.tab .tabs li a {
  display: block;
  height: 56px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.tab .tabs li a span {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 49px;
  font-size: 15px;
  color: #999;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
}
.tab .tabs li a:hover span {
  color: #1a4a94;
  border-bottom: 1px solid #1a4a94;
  font-weight: bold;
}
.no-touchevents .tab .tabs li a:hover:after,
.tab .tabs li.current a:after {
  font-family: IconFont;
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e802';
  position: absolute;
  top: 48px;
  background: #fff;
  margin: 0;
  padding: 0;
  width: 12px;
  left: calc(50% - 5px);
  height: 9px;
  line-height: 9px;
  color: #184a94;
}
.tab .tabs li.current a span {
  color: #1a4a94;
  border-bottom: 1px solid #1a4a94;
  font-weight: bold;
}
.tab .tab_content .tabs_item {
  font-size: 14px;
  line-height: 26px;
  padding: 30px 0;
}

/* Tab Table Style */
.tab.tab-table .tabs li a span {
  color: #ffffff;
  border-bottom: 0px solid #1a4a94;
  background: #1a4a94;
  line-height: 56px;
  height: 56px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}

.no-touchevents .tab.tab-table .tabs li a:hover:after,
.tab.tab-table .tabs li.current a:after {
  display: none;
}

.no-touchevents .tab.tab-table .tabs li a:hover span,
.tab.tab-table .tabs li.current a span {
  border-bottom: 0px solid #e17131;
  background: #e17131;
}
@media (max-width: 1024px) {
  .tab .tabs li {
    width: 100% !important;
  } 
  .tab .tab_content .tabs_item {
    width: 90%;
    margin: 0 auto;
  }
}

/* Capablilities */
.custom-capabilities-grp .custom-2-col-grp {
  margin: 12px 40px 30px;
}

.custom-2-col-grp {
  position: relative;
  margin: 0 auto;
}

.custom-2-col-grp h3 {
  margin-bottom: 20px;
}

.custom-2-col-grp p {
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #656b76;
}

.custom-2-col-grp .custom-2-col-content-grp {
  float: right;
  width: 100%;
  max-width: 680px;
}

.custom-2-col-grp.no-image .custom-2-col-content-grp {
  float: none;
  max-width: 100%;
}

.custom-2-col-grp .custom-2-col-image-grp {
  float: left;
}

.custom-2-col-grp .custom-2-col-image-grp img {
  vertical-align: baseline;
  max-width: 300px;
  width: 100%;
}

@media (max-width: 1200px) {
  .custom-2-col-grp .custom-2-col-content-grp {
    max-width: 65%;
  }
  .custom-2-col-grp .custom-2-col-image-grp {
    width: 30%;
  }
  .custom-2-col-grp .custom-2-col-image-grp img {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .custom-capabilities-grp .custom-2-col-grp {
    margin: 0 0 30px;
  }
  .custom-2-col-grp .custom-2-col-content-grp {
    max-width: 100%;
    float: none;
  }
  .custom-2-col-grp .custom-2-col-image-grp {
    width: 100%;
    float: none;
  }
  .custom-2-col-grp .custom-2-col-image-grp img{
    max-width: 300px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .custom-2-col-grp p {
    margin: 0 0 20px;
    text-align: center;
  }
}

/* .custom-deliverables-grp {
  padding-top: 50px;
}

.custom-deliverables-grp h2 {
  padding: 0;
}

.custom-deliverables-grp .c-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(//cdn2.hubspot.net/hubfs/3027780/NexPCB_April2019%20Theme/Images/why/icons-deliverables.png);
  background-repeat: no-repeat;
  margin: 0 0 10px;
}

.bg-documents {
  background-position: 0 0;
}
.bg-schematic {
  background-position: 0 -40px;
}
.bg-netlist {
  background-position: 0 -80px;
}
.bg-assembly-drawing {
  background-position: 0 -120px;
}
.bg-copy {
  background-position: 0 -160px;
}
.bg-gerber-data {
  background-position: 0 -200px;
}

.custom-deliverables-grp ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
}

.custom-deliverables-grp li {
  float: left;
  width: calc(33.33% - 40px);
  text-align: center;
  margin: 25px 20px 0;
  padding: 30px 0;
  height: 140px;
}

.custom-deliverables-grp li p {
  margin: 0 auto;
  line-height: 20px;
  max-width: 278px;
  width: 100%;
  text-align: justify;
}

.custom-deliverables-grp li:nth-child(2) p,
.custom-deliverables-grp li:nth-child(3) p {
  text-align: center;
}

.custom-deliverables-grp li:nth-child(4) p {
  max-width: 258px;
} */

/* @media (max-width: 1024px) {
  .custom-deliverables-grp li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 25px 0;
    height: auto;
  }
  
  .custom-deliverables-grp li p{
    text-align: center;
    width: 100%;
    max-width: 100% !important;
  }

} */

/* ==========================================================================
   2. COS STRUCTURE                                            
   ========================================================================== */


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


/* ==========================================================================
   Header
   ========================================================================== */
.header-container-wrapper {
  padding: 0 15px;
  min-height: 130px;
}

.header-container-wrapper .container-fluid .row-fluid .page-center {
  max-width: 1600px;
}

.header-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  min-height: 130px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  width: 100% !important;
/*   padding: 0 10px; */
}
.header-container > .row-fluid-wrapper {
  background: #fff;
  padding: 0 10px;
}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo a {
  display: block;
}
.header-container .hs_cos_wrapper_type_logo a img {
  width: 190px !important;
  padding-top: 20px;
}

@media (min-width: 1025px) {
  .hs-content-id-12109336349 .header-container,
  .hs-content-id-12109336349 .header-container-wrapper {
    min-height: 90px;
  }
  .header-container {
    border: none;
  }
}

@media (max-width: 1024px) {
  .container-fluid .row-fluid .page-center {
    max-width: 100%;
  }
  .header-container {
    min-height: 71px;
    padding: 0;
    background: #fff;
  }
  .header-container-wrapper {
    min-height: 71px;
  }
  .header-container .hs_cos_wrapper_type_logo a img {
    padding-top: 16px;
    padding-left: 20px;
    width: 160px !important;
  }
}

/* Search styling */
.custom-header-search div#hs-search-module form.hs-form .input a.hs-button.primary {
  display: none;
}

@media (min-width: 1025px) {
  .header-container .custom-header-search {
    margin: 0;
    width: auto !important;
    float: right;
  }
  .custom-header-search div#hs-search-module {
    position: absolute;
    height: 80px;
    width: 100%;
    top: 90px;
    left: 0;
    z-index: 3;
    visibility: hidden;
    transition: opacity .3s 0s, visibility 0s .3s;
    border-top: 1px solid #eee;
    background: #f2f5f7;
  }

  .custom-header-search div#hs-search-module form.hs-form {
    height: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .custom-header-search div#hs-search-module form.hs-form label:empty {
    display: none;
  }

  .custom-header-search div#hs-search-module form.hs-form .input .hs-input {
    background: #f2f5f7;
    font-size: 26px;
    border-radius: 0;
    border: none;
    padding: 0 10px;
    height: 79px;
    width: 100%;
    text-align: right;
    max-width: 100%;
    margin: 0;
    font-family: Avenir, Arial, Helvetica, sans-serif, "Microsoft Yahei";
    outline: 0;
    color: #666;
  }

  .custom-header-search .cd-header-buttons a.cd-search-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    height: 90px;
    line-height: 90px;
  }
  .custom-header-search .cd-header-buttons a.cd-search-trigger:after {
    font-family: IconFont;
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\e806';
    height: 28px;
    width: 32px;
    position: absolute;
    top: 32px;
    left: 6px;
    font-size: 18px;
    color: #9a9a9a;
    -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
  }

  .custom-header-search .cd-header-buttons a.cd-search-trigger:hover:after {
    color: #e17131;
    top: 30px;
  }

  .custom-header-search .cd-header-buttons a.cd-search-trigger.active:after,
  .custom-header-search .cd-header-buttons a.cd-search-trigger.active:hover:after {
    content: '\e808';
    top: 36px;
    color: #194893;
  }

  .custom-header-search div#hs-search-module.active {
    visibility: visible;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
}

@media (max-width: 1024px) {
  .custom-header-search .cd-header-buttons a.cd-search-trigger {
    display: none;
  }
  
  .custom-navigation-grp .custom-header-search {
    width: 100%;
  }
  
  .custom-header-search div#hs-search-module .hs-input {
    margin: 0;
    height: 45px;
    padding: 0 35px;
    border: none;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #7e91a2;
    cursor: pointer;
    background: #f7f7f7;
    outline: 0;
    box-shadow: none;
  }
}

.header_language_switcher {
	width: auto !important;
  position: absolute;
  right: 61px;
}
.header_language_switcher ul.lang_list_class li {
  width: 180px;
}
html[lang|=en-us] .lang_switcher_class:after {
   content: 'English';
   position: absolute;         
   top: 50%;                      
   transform: translate(50%, -50%);
}
html[lang|=fr] .lang_switcher_class:after {
   content: 'Français';
   position: absolute;               
   top: 50%;                      
   transform: translate(50%, -50%);
}

@media (max-width: 1024px) {
  .header_language_switcher{
    display: none !important;
  }
}


/* Get a quote styling */
/* TODO: Simple code */
.custom-get-a-quote {
  min-width: 137px;
  float: left;
  margin-top: 26px;
  margin-left: 0 !important;
}

.custom-navigation-grp .custom-get-a-quote {
  width: auto;
}

.custom-get-a-quote a.cta_button {
  text-transform: uppercase;
  padding: 9px 18px 7px !important;
  font-weight: bold !important;
}

@-moz-document url-prefix() {
  .custom-get-a-quote a {
    white-space: nowrap;
  }
}

@media (max-width: 1024px) {
  .custom-navigation-grp .custom-get-a-quote {
    width: 100%;
  }
  
  .custom-get-a-quote {
    padding: 15px 0 15px 30px;
    margin: 0;
  }
}


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

/* .body-container-wrapper {
  padding: 20px 15px;
} */

/* .hs-full-width-page .body-container-wrapper {
  padding: 0;
}

@media (max-width: 1024px) {
  .hs-one-column-page .body-container-wrapper {
    padding: 0;
  }
} */

/* .custom-counter-with-image-wrapper,
.custom-two-column-with-image-wrapper, */
.full-width-section-wrapper {
  padding: 90px 15px;
  position: relative;
}
.full-width-section-wrapper.padding-top-0 {
  padding-top: 0;
}
.full-width-section-wrapper.dark .content p {
  color: #000;
}
.full-width-section-wrapper .two-column .col-text {
  width: 49%;
}
.full-width-section-wrapper .two-column .col-image {
  width: 46%;
  margin-left: 4%;
}
.full-width-section-wrapper.color h2 {
  color: #e17131;
  text-transform: uppercase;
}
.full-width-section-wrapper h2 {
  margin-bottom: 30px;
}
.full-width-section-wrapper h2.color {
  color: #ea7f3d;
  font-size: 40px;
  padding-bottom: 40px;
}
.full-width-section-wrapper h3 {
  font-size: 32px;
  margin: -40px 0 20px;
  text-transform: none;
}
.custom-counter-with-image-wrapper {
  margin: 50px 0;
  padding: 0 15px;
}

/* .custom-counter-with-image-wrapper .custom-bg-grp,
.custom-two-column-with-image-wrapper .custom-bg-grp, */
/* .full-width-section-wrapper .custom-bg-grp {
  z-index: 0;
  background-position: 0 0;
} */

.full-width-section-wrapper .align-center {
  text-align: center;
}

.full-width-section-wrapper .align-left h2 {
  text-align: left;
}

.full-width-section-wrapper .text-color-light h2,
.full-width-section-wrapper .text-color-light h3,
.full-width-section-wrapper .text-color-light .content,
.full-width-section-wrapper .text-color-light .content p {
  color: #fff;
}

.full-width-section-wrapper .text-color-light .cta_button {
  border: 1px solid #fff;
}
.full-width-section-wrapper .text-color-light .cta_button:hover {
  border-color: #f4803b;
}
.full-width-section-wrapper .content a {
  color: #d5651f;
}
.full-width-section-wrapper .content a:hover {
  text-decoration: underline;
}
.full-width-section-wrapper .cta {
   margin-top: 40px;
}
.full-width-section-wrapper .content p {
  margin: 0 0 35px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}
.full-width-section-wrapper .content p:last-child {
  margin: 0;
}
.npi-wrapper .cta {
  text-align: center;
}
.ea-wrapper .two-column .col-image{
  text-align: center;
  width: 35%;
}
/* .what-we-do-bottom-wrapper .col-text {
  width: 48%;
  margin-right: 4%;
}
.what-we-do-bottom-wrapper .col-text:last-child {
  margin-right: 0;
} */
.dfm-wrapper .two-column .col-text {
  width: 66%;
}
.dfm-wrapper .two-column .col-image {
  width: 28%;
  margin-left: 6%;
  padding-top: 80px;
}

@media (max-width: 1024px) {
  .full-width-section-wrapper {
    padding: 70px 15px
  }
  .full-width-section-wrapper h2.color {
    font-size: 30px;
    padding-bottom: 25px;
  }
  .ea-wrapper .two-column .col-image {
    margin-left: 0;
  }
  .ea-wrapper .two-column .col-text {
    width: 57%;
  }
}
@media (max-width: 767px) {
  .full-width-section-wrapper {
    padding: 50px 15px
  }
  .full-width-section-wrapper h2 {
    margin-bottom: 20px;
  }
  .full-width-section-wrapper h2.color {
    font-size: 30px;
    padding-bottom: 0;
  }
  .full-width-section-wrapper h3 {
    font-size: 20px;
    margin: -20px 0 20px;
  }
  .full-width-section-wrapper .content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .full-width-section-wrapper .two-column .col-text,
  .full-width-section-wrapper .two-column .col-image {
    width: 100%;
    margin: 0;
  } 
  .full-width-section-wrapper .two-column .col-image img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .full-width-section-wrapper .two-column .col-text {
    margin-bottom: 30px;
  }
  .full-width-section-wrapper .cta {
    margin-top: 30px;
  }
  .dfm-wrapper .two-column .col-image {
    padding: 0;
  }
  .ea-wrapper .two-column .col-image img {
    width: 300px;
  }
}

/* Bottom Nav Section */
.bottom-nav-section-wrapper {
  padding: 50px 15px;
}
.bottom-nav-section-wrapper.padding-top-0 {
  padding-top: 0 !important;
}
.bottom-nav-section-wrapper .prev {
  float: left;
}
.bottom-nav-section-wrapper .prev .cta_button:after {
  display: none;
}
.bottom-nav-section-wrapper .prev .cta_button:before {
  font-family: IconFont;
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e802';
  transform: rotate(90deg);
  font-size: 14px;
  margin-right: 12px;
}
.bottom-nav-section-wrapper .next {
  float: right;
}
.bottom-nav-section-wrapper .cta_button {
  font-size: 14px;
  line-height: 42px;
  padding: 0 40px;
  border-radius: 24px;
  min-width: 240px;
  text-align: center;
}
@media (max-width: 767px) {
  .bottom-nav-section-wrapper .prev {
    margin-bottom: 20px;
  }
  .bottom-nav-section-wrapper .prev,
  .bottom-nav-section-wrapper .next {
    float: none;
    text-align: center;
  }
}

/* Common */
body.bg-gray {
  background: #efefef;
}
.custom-bg-video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  position: absolute;
}
@media (max-width: 1440px) {
  .custom-bg-video {
    width: 1440px;
    max-width: inherit;
  }
}
.custom-bg-grp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center top;
/*   background-attachment: fixed;
  background-size: cover;
  background-position: center;
  transition: all .2s ease 0s; */
}
.custom-bg-grp .bg-image{
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
.custom-bg-grp:after {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hs-content-id-12623929115 .two-column-cta-section-wrapper .custom-bg-grp:after {
  background: rgba(0, 0, 0, 0.2);
}

/* Design Support / Rapid Prototype / Contact */
.hs-content-id-12780177434 .top-hero-section-wrapper .custom-bg-grp:after,
.hs-content-id-12785053613 .top-hero-section-wrapper .custom-bg-grp:after,
.hs-content-id-12660743346 .top-hero-section-wrapper .custom-bg-grp:after {
  background: rgba(0, 0, 0, 0.6);
}
.hs-content-id-12619715902 .top-hero-section-wrapper .custom-bg-grp:after {
  display: none;
}
.flex {
  display: flex;
}
.font-bold {
  font-weight: bold;
}
.font-light {
  font-weight: 300;
}
.anchor {
  margin-top: -100px;
  height: 1px;
  width: 10px;
  display: block;
  position: absolute;
}
.form-section-wrapper .anchor,
.team-member-section-wrapper .anchor,
.full-width-section-wrapper .anchor {
  margin-top: -180px;
}
.content ul {
  list-style: disc;
  padding-left: 20px;
}

/* CTA Button */
.cta_button {
  font-size: 14px;
  color: #d5651f;
  text-transform: uppercase;
  border: 1px solid #acacac;
  line-height: 44px;
  display: inline-block;
  padding: 0 30px;
  border-radius: 23px;
  font-weight: bold;
  cursor: pointer;
}
.cta_button:hover {
  border-color: #f4803b;
}
.cta_button:after {
  font-family: IconFont;
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e802';
  transform: rotate(-90deg);
  font-size: 14px;
  margin-left: 12px;
}
@media (min-width: 768px) {
  .cta_button {
    font-size: 16px;
    line-height: 48px;
    padding: 0 50px;
    border-radius: 25px;
  }
  .cta_button:after {
    font-size: 16px;
  }
}
.btn-white {
  color: #fff; 
}

/* .hs-left-col {
  width: auto !important;
}
.hs-right-col {
  width: auto !important;
  margin-left: 0 !important;
  float: right !important;
  max-width: 500px;
} */

.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
/* Homepage */
/* Top Section */
.top-section-wrapper.no-arrow .arrow-btn {
  display: none;
}
.top-section-wrapper .top-image {
  width: 100%;
  display: block;
  height: 300px;
  object-fit: cover;
}
.top-section-wrapper .top-content {
  padding: 50px 15px 30px;
}
.top-section-wrapper.no-arrow .top-content{
  padding-bottom: 50px
}
.top-section-wrapper h2 {
  font-size: 30px;
  color: #333;
  margin-bottom: 20px;
}
.top-section-wrapper .description {
  margin: 20px 0 30px;
  color: #000;
}
.top-section-wrapper .description p {
  margin: 0;
}
.top-section-wrapper .arrow-btn {
  cursor: pointer;
  display: inline-block;
  height: 16px;
  width: 45px;
  background: url('//cdn2.hubspot.net/hubfs/3027780/NexPCB_Aug2019%20Theme/Images/common/arrow-down-open.png') no-repeat center center;
  background-size: 45px 16px;
  margin-top: 30px;
  opacity: 0.8;
}
.top-section-wrapper .arrow-btn:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .top-section-wrapper .top-content {
    padding: 50px 15px 30px;
  }
  .top-section-wrapper.no-arrow .top-content {
    padding-bottom: 70px
  }
  .top-section-wrapper h2 {
    font-size: 40px;
  }
  .top-section-wrapper .description {
    font-size: 18px;
  }
  .top-section-wrapper .description p {
    font-size: 20px;
  }
  .top-section-wrapper .arrow-btn {
    height: 24px;
    width: 68px;
    background-size: 68px 24px;
    margin-top: 40px;
  }
  .top-section-wrapper .top-image {
    height: 400px;
  }
}
@media (min-width: 1025px) {
  .top-section-wrapper .top-content {
    padding: 60px 15px 40px;
  }
  .top-section-wrapper.no-arrow .top-content {
    padding-bottom: 90px
  }
  .top-section-wrapper h2 {
    font-size: 60px;
  }
  .top-section-wrapper .top-image {
    height: 525px;
  }
}
@media (min-width: 1600px) {
  .top-section-wrapper.no-arrow .top-content {
    padding-bottom: 100px
  }
  .top-section-wrapper h2 {
    font-size: 80px;
    margin-bottom: 30px;
  }
  .top-section-wrapper .description {
    margin: 30px 0 40px;
  }
  .top-section-wrapper .arrow-btn {
    height: 32px;
    width: 90px;
    background-size: 90px 32px;
  }
}

/* Top Hero Section */
.top-hero-section-wrapper {
  margin-bottom: 90px;
  position: relative;
  overflow: hidden;
}
.top-hero-section-wrapper .title h1 {
  color: #fff;
}
.top-hero-section-wrapper .title h2 {
  text-transform: uppercase;
}
.top-hero-section-wrapper.margin-bottom-0 {
  margin-bottom: 0;
}
.top-hero-section-wrapper .custom-bg-grp {
  height: 400px;
}
.hero-logo {
  position: absolute;
  z-index: 9;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 110px;
}
.logo-image {
  padding: 15px;
  background: #fff;
  display: inline-block;
  margin-top: -50px;
}
.logo-title {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  margin: 13px 25px;
  font-size: 42px;
}
.logo-title span {
  display: block;
  font-size: 18px;
  color: #cbcbcb;
  text-transform: none;
}
.btn-visit {
  float: right;
  margin: 30px 0;
  padding: 0 30px;
}
.top-hero-section-wrapper .title:after {
  content: '';
  display: inline-block;
  width: 100px;
  height: 4px;
  background: #fff;
}
.hero-main-content {
  height: 400px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
}
.hero-main-content .text-color-light {
  color: #fff;
}
.hero-sub-content {
  margin: 90px 0;
}
.hero-sub-content h2 {
  font-size: 48px;
  padding: 0;
}
.hero-sub-content .content {
  font-size: 16px;
}
.content-font-big .hero-sub-content .content p {
  font-size: 32px;
}
.top-hero-section-wrapper.third-lever .title:after,
.top-hero-section-wrapper.second-lever .title:after {
  display: none;
}

.hero-main-content.content-position-left h1 {
  font-size: 40px;
  text-transform: none;
  text-align: left;
}
.hero-main-content.content-position-left .title:after {
  display: none;
}
.hero-main-content.content-position-left .description {
  margin: 30px 0;
  width: 380px;
  text-align: left;
}
.hero-main-content.content-position-left .description p {
  font-size: 20px;
}
.hero-main-content.content-position-left .cta {
  width: 380px;
  text-align: right;
}
.hero-main-content.content-position-left .cta_button {
  background: #fff;
}
.home-hero .custom-bg-grp,
.home-hero .hero-main-content {
  height: 650px;
}

.top-hero-section-wrapper .arrow-btn {
  cursor: pointer;
  display: inline-block;
  background: url('//cdn2.hubspot.net/hubfs/3027780/NexPCB_Aug2019%20Theme/Images/common/arrow-gray.png') no-repeat center center;
  margin-top: 30px;
  height: 32px;
  width: 90px;
  background-size: 90px 32px;
  opacity: 0.8;
  animation: bob 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.top-hero-section-wrapper .arrow-btn:hover {
  opacity: 1;
}

@media (max-width: 1230px) {
  .hero-sub-content {
    margin-left: 15px;
    margin-right: 15px;
  }
  .hero-logo {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .top-hero-section-wrapper {
    margin-bottom: 70px;
  }
  .top-hero-section-wrapper .custom-bg-grp,
  .hero-main-content {
    height: 400px;
  }
  .home-hero .custom-bg-grp,
  .home-hero .hero-main-content {
    height: 500px;
  }
  .hero-sub-content {
    margin: 70px 15px;
  }
  .hero-sub-content h2 {
    font-size: 36px;
  }
  .content-font-big .hero-sub-content .content p {
    font-size: 24px;
  }
  .logo-image {
    width: 150px;
    margin-top: 2px;
  }
  .logo-title {
    font-size: 32px;
  }
  .top-hero-section-wrapper .arrow-btn {
    height: 24px;
    width: 68px;
    background-size: 68px 24px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
   .top-hero-section-wrapper {
    margin-bottom: 50px;
  }
  .top-hero-section-wrapper .custom-bg-grp,
  .hero-main-content {
    height: 300px;
  }
  .home-hero .custom-bg-grp,
  .home-hero .hero-main-content {
    height: 450px;
  }
  .hero-sub-content {
    margin: 50px 15px;
  }
  .hero-logo {
    height: 80px;
  }
  .logo-image {
    width: 100px;
    padding: 15px 10px;
    margin: 0;
  }
  .logo-title {
    font-size: 24px;
    margin: 16px 10px;
  }
  .logo-title span {
    font-size: 12px;
  }
  .btn-visit {
    margin: 17px 0;
  }
  .top-hero-section-wrapper.third-lever .title:after,
  .top-hero-section-wrapper.second-lever .title:after {
    display: none;
  }
  .top-hero-section-wrapper.third-lever .custom-bg-grp,
  .top-hero-section-wrapper.third-lever .hero-main-content,
  .top-hero-section-wrapper.second-lever .custom-bg-grp,
  .top-hero-section-wrapper.second-lever .hero-main-content {
    height: 450px;
  }
  .top-hero-section-wrapper.third-lever .title h1,
  .top-hero-section-wrapper.second-lever .title h1 {
    font-size: 36px;
  }
  .hero-main-content.content-position-left h1 {
    font-size: 30px;
  }
  .hero-main-content.content-position-left .description p {
    font-size: 18px;
  }
  .hero-main-content.content-position-left .cta {
    width: 100%;
    text-align: center;
  }
  .hero-main-content.content-position-left .description {
    width: 100%;
  } 
  .content-font-big .hero-sub-content .content p {
    font-size: 18px;
  }
  .top-hero-section-wrapper .arrow-btn {
    background-size: 45px 16px;
    height: 16px;
    width: 45px;
    margin-top: 10px;
  }
}

@media (max-width: 570px) {
  .btn-visit {
    display: none;
  }
  .logo-image {
    width: 80px;
    padding: 18px 5px;
    margin: 0;
  }
  .logo-title {
    font-size: 22px;
    margin: 17px 10px;
  }
}

/* Two Column Section */
.two-column {
  display: flex;
}
.two-column .col-left {
  width: 41%;
}
.two-column .col-right {
  width: 50%;
  margin-left: 9%;
}
@media (max-width: 767px) {
  .two-column {
    display: block;
  }
  .two-column .col-left,
  .two-column .col-right {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .two-column .col-left {
    margin-bottom: 30px;
  }
}

.two-column-section-wrapper {
  margin-bottom: 80px;
}
.two-column-section-wrapper .two-column {
  background: #a6a6a6;
  padding: 30px 50px;
  color: #fff;
  border: 1px solid #cfcfcf;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2), 0 0 0 transparent;
  transition: .2s;
  align-items: center;
}
.two-column-section-wrapper .cta_button {
  background: #fff;
}
.two-column-section-wrapper h2 {
  color: #fff;
  text-align: left;
  font-size: 36px;
  padding: 0;
}
.two-column-section-wrapper h3 {
  font-size: 28px;
}
.two-column-section-wrapper .two-column .content {
  margin: 0 0 50px;
}
.two-column-section-wrapper .two-column .content,
.two-column-section-wrapper .two-column .content p {
  font-size: 18px;
}
.two-column-section-wrapper .two-column:hover {
  background: #efefef;
}
.two-column-section-wrapper .two-column:hover h2,
.two-column-section-wrapper .two-column:hover .content {
  color: #000;
}
@media (max-width: 1230px) {
  .two-column-section-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  .two-column-section-wrapper {
    margin-bottom: 70px;
  }
  .two-column-section-wrapper h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .two-column-section-wrapper .two-column {
    padding: 30px 15px;
  } 
  
  .two-column-section-wrapper .two-column .content,
  .two-column-section-wrapper .two-column .content p {
    font-size: 16px;
  }
  .two-column-section-wrapper {
    margin-bottom: 50px;
  }
  .two-column-section-wrapper img {
    margin: 0 auto;
    display: block;
    max-width: 360px;
    width: 100%;
  }
}

/* Two Column Full Width */
.two-column-full-section-wrapper {
  padding: 90px 15px;
}
.two-column-full-section-wrapper h3 {
  color: #525252;
  font-size: 42px;
}
.two-column-full-section-wrapper h2 span {
  font-size: 42px;
  text-transform: uppercase;
}
.two-column-full-section-wrapper .title {
  margin-bottom: 50px;
}
.two-column-full-section-wrapper .two-column .col-left {
  width: 31.7%;
}
.two-column-full-section-wrapper .two-column .col-right {
  width: 58.3%;
  margin-left: 10%;
}
.two-column-full-section-wrapper .two-column.image-right {
  display: block;
}
.two-column-full-section-wrapper .two-column.image-right .col-left {
  float: right;
}
.two-column-full-section-wrapper .two-column.image-right .col-right {
  margin-right: 10%;
  margin-left: 0;
}
.two-column-full-section-wrapper .before-content {
  margin-bottom: 50px;
}
.two-column-full-section-wrapper .after-content {
  margin-top: 50px;
}
.two-column-full-section-wrapper .content h2 {
  margin-bottom: 15px;
}
.two-column-full-section-wrapper .before-content p,
.two-column-full-section-wrapper .after-content p,
.two-column-full-section-wrapper .content,
.two-column-full-section-wrapper .content p {
  font-size: 20px;
}
.two-column-full-section-wrapper .content p {
  margin: 0 0 30px;
}
.two-column-full-section-wrapper .content p:last-child {
  margin: 0;
}
.two-column-full-section-wrapper ul {
  list-style: disc;
  padding-left: 20px;
}

.stocking-wrapper h2 {
  text-align: left;
}

@media (max-width: 1024px) {
  .two-column-full-section-wrapper {
    padding: 70px 15px;
  }
  .two-column-full-section-wrapper h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .two-column-full-section-wrapper {
    padding: 50px 15px;
  }
  .two-column-full-section-wrapper img {
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
    display: block;
  }
  .two-column-full-section-wrapper .before-content p,
  .two-column-full-section-wrapper .after-content p,
  .two-column-full-section-wrapper .content,
  .two-column-full-section-wrapper .content p {
    font-size: 16px;
  }
  .two-column-full-section-wrapper .title {
    margin-bottom: 30px;
  }
  .stocking-wrapper h2 {
    text-align: center;
  }
}

/* Step Section */
.step-section-wrapper {
  padding: 90px 15px;
}
.step-section-wrapper .col-left {
  width: 29.2%;
}
.step-section-wrapper .col-right {
  width: 69%;
  margin-left: 1.7%;
  border-left: 2px solid #e5b08d;
}
.step-section-wrapper .col-left img {
  margin-bottom: 30px;
}
.step-section-wrapper .step {
  color: #828282;
  font-style: italic;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1;
}
.step-section-wrapper h2 {
  text-align: left;
  margin-bottom: 30px;
}
.step-section-wrapper .col-text {
  padding: 0 0 70px 35px;
  position: relative;
}
.step-section-wrapper .col-text:before {
  content: '';
  display: block;
  border: 2px solid #e5b08d;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -8px;
  border-radius: 8px;
  background: #efefef;
}
.step-section-wrapper .item:last-child .col-text {
  border-color: transparent;
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  .step-section-wrapper {
    padding: 70px 15px;
  }
  .step-section-wrapper .step {
    font-size: 28px;
  }
  .step-section-wrapper .col-text {
    padding: 0 0 50px 25px;
  }
}
@media (max-width: 767px) {
  .step-section-wrapper {
    padding: 50px 15px;
  }
  .step-section-wrapper h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .step-section-wrapper .step {
    font-size: 22px;
  }
  .step-section-wrapper .col-text {
    padding: 0 0 30px 15px;
  }
  .step-section-wrapper .col-left {
    max-width: 300px;
    padding: 0 0 30px 15px;
    border-left: 2px solid #e5b08d;
    margin: 0;
  }
  .step-section-wrapper .col-left img {
    margin-bottom: 0;
  }
}

/* Success Content Section */
.success-content-section-wrapper {
  margin: 50px 0;
  font-size: 20px;
}
.success-content-section-wrapper p {
  font-size: 22px;
}
.success-content-section-wrapper ul {
  list-style: disc;
  padding-left: 20px;
}
.testimonial-wrapper{
  font-style: italic;
}
.success-content-section-wrapper .cta_button {
  margin: 30px 0;
  background: #fff;
  padding: 0 40px;
}
.video-wrapper {
  max-width: 850px;
  height: 530px;
  margin: 50px auto;
  background: #f8f8f8;
}
.guide-wrapper p {
  font-size: 34px;
}
.guide-wrapper span.color,
.guide-wrapper a {
  color: #e17131;
}
@media (max-width: 1230px) {
  .success-content-section-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  .success-content-section-wrapper p {
    font-size: 18px;
  }
  .guide-wrapper p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .success-content-section-wrapper,
  .success-content-section-wrapper p {
    font-size: 16px;
  }
  .success-content-section-wrapper .cta_button {
    margin: 20px 0;
  }
  .video-wrapper {
    margin: 30px auto;
  }
  .guide-wrapper p {
    font-size: 24px;
  }
}

/* Items Section */
.items-section-wrapper {
  margin-bottom: 90px;
}
.items-section-wrapper h2 {
  text-align: left;
  font-size: 30px;
  border-bottom: 1px solid #b7b7b7;
  padding: 0 0 20px;
  margin: 0 0 35px;
}
.items-section-wrapper .items {
  display: flex;
}
.items-section-wrapper .item {
  width: 32%;
  margin-right: 2%;
  position: relative;
  border: 1px solid #898989;
/*   padding: 10px;
  box-shadow: 0 1px 5px 0 rgba(84, 85, 86, 0.12); */
}
.items-section-wrapper .item:nth-child(3n) {
  margin-right: 0;
}
.items-section-wrapper .item a {
  display: block;
  padding: 15px;
}
/* .items-section-wrapper .item a:hover .content {
  background: none;
} */
.items-section-wrapper .item a:hover h4 {
  color: #f4803b;
}
.items-section-wrapper .item img {
  width: 100%
}
.items-section-wrapper .item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(239, 239, 239, 0.74);
  width: 100%;
}
.items-section-wrapper .item .title-content {
  padding: 15px;
/*   position: absolute;
  bottom: 0; */
}
.items-section-wrapper .item .title-content:after {
  font-family: IconFont;
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e802';
  transform: rotate(-90deg);
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 16px;
  font-size: 30px;
  color: #e17131
}
.items-section-wrapper .item h4 {
  color: #020202;
  font-size: 32px;
  margin: 0;
  line-height: 1;
}

@media (max-width: 1230px) {
  .items-section-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  .items-section-wrapper {
    margin-bottom: 70px;
  }
  .items-section-wrapper .item h4 {
    font-size: 24px;
  }
  .items-section-wrapper .item .title-content:after {
    top: 15px;
    right: 0;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .items-section-wrapper {
    margin-bottom: 50px;
  }
  .items-section-wrapper h2 {
    font-size: 24px;
    padding: 0 0 10px;
    margin: 0 0 20px;
  }
  .items-section-wrapper .item {
    width: 50%;
  }
  .items-section-wrapper .item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .items-section-wrapper .items {
    display: block;
  }
  .items-section-wrapper .item {
    width: 100%;
    margin: 0 0 20px;
  }
  .items-section-wrapper .item:last-child {
    margin: 0;
  }
}

/* Simple Items Section */
.simple-items-section-wrapper {
  margin-bottom: 90px;
}
.simple-items-section-wrapper.padding {
  padding: 90px 15px;
}
.simple-items-section-wrapper.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.simple-items-section-wrapper h2 {
  font-size: 48px;
}
.simple-items-section-wrapper .title {
  text-align: center;
  margin-bottom: 50px;
}
.simple-items-section-wrapper .title:after {
  content: '';
  display: inline-block;
  width: 100px;
  height: 3px;
  background: #000;
}
.simple-items-section-wrapper h3 {
  font-size: 22px;
  margin: 20px 0;
  text-align: center;
}
.simple-items-section-wrapper.color h3 {
  color: #f68036;
  font-size: 26px;
}
.simple-items-section-wrapper .top-content {
  margin-bottom: 60px;
 }
.simple-items-section-wrapper .top-content p {
  font-size: 20px;
}
.simple-items-section-wrapper .content p {
  font-size: 18px;
}
.simple-items-section-wrapper .item {
  width: 30%;
  margin-right: 5%;
}
 .simple-items-section-wrapper img {
   margin: 0 auto;
   display: block;
}
.simple-items-section-wrapper .item:last-child {
  margin-right: 0;
}
@media (max-width: 1230px) {
  .simple-items-section-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .simple-items-section-wrapper.padding {
    padding: 70px 15px;
  }
  .simple-items-section-wrapper {
    margin-bottom: 70px;
  }
  .simple-items-section-wrapper.color h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .simple-items-section-wrapper.padding {
    padding: 50px 15px;
  }
  .simple-items-section-wrapper h2 {
    font-size: 36px;
  }
  .simple-items-section-wrapper {
    margin-bottom: 50px;
  }
  .simple-items-section-wrapper .items {
    display: block;
  }
  .simple-items-section-wrapper .item {
    width: 100%;
    margin: 0 0 30px;
  }
  .simple-items-section-wrapper .top-content {
    margin-bottom: 30px;
  }
  .simple-items-section-wrapper .top-content p,
  .simple-items-section-wrapper .content p {
    font-size: 16px;
  }
}

/* Slider Section */
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.slider-section-wrapper {
  margin: 90px 0;
}
.swiper-button-prev,
.swiper-button-next {
  background: url('//cdn2.hubspot.net/hubfs/3027780/NexPCB_Aug2019%20Theme/Images/common/arrow-down-open.png') no-repeat center center;
  transform: rotate(90deg);
  background-size: 90px 32px;
  width: 90px;
  height: 32px;
}
.swiper-button-next {
  transform: rotate(-90deg);
}
.swiper-container {
  padding-bottom: 30px;
}

.swiper-content {
  text-align: left;
  background: #efefef;
  padding: 40px;
}

.swiper-content h2 {
  color: #262626;
  text-align: left;
}
.swiper-content p {
  color: #3f3f3f;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .slider-section-wrapper {
    margin: 70px 0;
  }
  .swiper-content {
    padding: 20px;
  }
  .swiper-content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .slider-section-wrapper {
    margin: 50px 0;
  }
  .swiper-button-prev,
  .swiper-button-next {
    background-size: 40px 16px;
    width: 45px;
    height: 32px;
  }
  .swiper-content {
    padding: 15px;
  }
  .swiper-content p {
    font-size: 16px;
  }
  .swiper-slide,
  .general .swiper-slide {
    width: 100%;
  }
  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-next {
    right: 0;
  }
}

/* Member Section */
.team-member-section-wrapper {
  padding: 90px 15px;
}
.team-member-section-wrapper h2 {
  color: #e17131;
  text-transform: uppercase;
}
.team-member-section-wrapper .sub-title {
  text-align: center;
  font-size: 20px;
}
.member-list {
  display: flex;
  margin: 90px 0 0;
}
.member-list .member {
  text-align: center;
  margin-right: 18.5%;
  width: 21%;
}
.member-list .member:last-child {
  margin-right: 0;
}
.member-list .member img {
  width: 190px;
  height: auto;
  border-radius: 95px;
}
.member-list .name {
  font-size: 20px;
  margin-top: 10px;
}
.member-list .designation {
  font-size: 18px;
  font-style: italic;
  color: #e17131;
}

@media (max-width: 1024px) {
  .team-member-section-wrapper {
    padding: 70px 15px;
  }
  .member-list {
    margin: 70px 0 0;
  } 
  .member-list .member {
    margin-right: 8%;
    width: 28%;
  }
  .member-list .member img {
    height: auto;
    width: 100%;
  }
  .member-list .name {
    font-size: 18px;
  }
  .member-list .designation {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .team-member-section-wrapper {
    padding: 50px 15px;
  }
  .member-list {
    margin: 50px 0 0;
    display: block;
  }
  .member-list .member {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .member-list .member:last-child {
    margin-bottom: 0;
  }
  .member-list .member img {
    width: 200px;
  }
}
/* Counter Section */
.counter-section-wrapper {
  padding: 90px 15px;
  text-align: center;
  position: relative;
}
.counter-section-wrapper .custom-bg-grp {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  transition: all .2s ease 0s;
}
.counter-section-wrapper h2{
  color: #fff;
  margin-bottom: 30px;
}
.counter-section-wrapper .description p {
  font-size: 19px;
  color: #fff;
  margin: 0;
}
.counter-list {
  margin: 60px 0 0;
  overflow: hidden;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.counter-list .counter-item {
  width: 30%;
  margin-right: 5%;
}
.counter-list .counter-item:last-child {
  margin-right: 0;
}
.counter-list .counter-number {
  font-size: 76px;
  font-weight: bold;
}

.counter-list .count-text  {
  font-size: 22px;
  margin: 0;
  font-style: italic;
}

.counter-list.clearfix>div b {
  font-size: 26px;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .counter-section-wrapper {
    padding: 70px 15px;
  }
  .counter-list .counter-number {
    font-size: 56px;
  }
  .counter-list .count-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .counter-section-wrapper {
    padding: 50px 15px;
  }
  .counter-section-wrapper .description p {
    font-size: 16px;
  }
  .counter-list {
    margin: 30px 0 0;
    display: block;
  }
  .counter-list .counter-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .counter-list .counter-item:last-child {
    margin: 0;
  }
  .counter-list .counter-number {
    font-size: 40px;
  }
  .counter-list .count-text {
    font-size: 18px;
  }
}

/* Two Column CTA */
.two-column-cta-section-wrapper {
  padding: 90px 15px;
  position: relative;
}
.two-column-cta-section-wrapper .text-color-light {
  color: #fff;
}
.two-column-cta-section-wrapper .custom-bg-grp:after {
  background: rgba(0, 0, 0, 0.5);
}
.two-column-cta-section-wrapper .col-left {
  width: 34.5%;
}
.two-column-cta-section-wrapper .col-right {
  width: 46.7%;
  margin-left: 18.8%;
}
.two-column-cta-section-wrapper .cta_button {
  font-size: 28px;
  font-weight: 400;
  text-transform: none;
  padding: 10px 48px;
  border-radius: 35px;
  width: 100%;
  text-align: center;
}
.two-column-cta-section-wrapper .cta_button:after {
  display: none;
}
.two-column-cta-section-wrapper .description p {
  font-size: 20px;
  margin: 0 0 30px;
}
.two-column-cta-section-wrapper .description p:last-child {
  margin: 0;
}
.two-column-cta-section-wrapper .description.text-color-light {
  color: #fff;
}
.two-column-cta-section-wrapper .cta-item {
  margin-bottom: 110px;
}
.two-column-cta-section-wrapper .cta-item:last-child {
  margin-bottom: 0;
}
.white .cta_button {
  background: #fff;
}
.ghost .cta_button {
  color: #fff;
  border-color: #fff;
}
.ghost .cta_button:hover {
  color: #f4803b;
  border-color: #f4803b;
}
@media (max-width: 1230px) {
  .two-column-cta-section-wrapper .cta_button {
    font-size: 20px;
    padding: 5px 30px;
  }
}
@media (max-width: 1024px) {
  .two-column-cta-section-wrapper {
    padding: 70px 15px;
  }
  .two-column-cta-section-wrapper .col-left {
    width: 42.5%;
  }
  .two-column-cta-section-wrapper .col-right {
    width: 46.7%;
    margin-left: 10.8%;
  }
}
@media (max-width: 767px) {
  .two-column-cta-section-wrapper {
    padding: 50px 15px;
  }
  .two-column-cta-section-wrapper .description p {
    font-size: 16px;
  }
  .two-column-cta-section-wrapper .cta-item {
    margin-bottom: 50px;
  }
}

/* Tab Section */
.tab-section-wrapper {
  padding: 90px 15px;
  position: relative;
}
.tab-section-wrapper .text-color-light {
  color: #fff;
}
.tab-section-wrapper .custom-bg-grp:after {
  background: rgba(0, 0, 0, 0.5);
}
.tab-section-wrapper .col-left {
  width: 34.5%;
}
.tab-section-wrapper .col-right {
  width: 46.7%;
  margin-left: 18.8%;
}
.tab-section-wrapper .cta_button {
  font-size: 28px;
  font-weight: 400;
  text-transform: none;
  padding: 10px 48px;
  border-radius: 35px;
  width: 100%;
  text-align: center;
}
.tab-section-wrapper .cta_button:after {
  display: none;
}
.tab-section-wrapper .description p {
  font-size: 20px;
  margin: 0 0 30px;
}
.tab-section-wrapper .description p:last-child {
  margin: 0;
}
.tab-section-wrapper .description.text-color-light {
  color: #fff;
}
.tab-section-wrapper .cta-item {
  margin-bottom: 110px;
}
.tab-section-wrapper .cta-item:last-child {
  margin-bottom: 0;
}
.cta_button.white {
  background: #fff;
}
.cta_button.ghost {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 1230px) {
  .tab-section-wrapper .cta_button {
    font-size: 20px;
    padding: 5px 30px;
  }
}
@media (max-width: 1024px) {
  .tab-section-wrapper {
    padding: 70px 15px;
  }
  .tab-section-wrapper .col-left {
    width: 100%;
  }
  .tab-section-wrapper .cta-list {
    display: flex;
    margin-bottom: 30px;
  }
  .tab-section-wrapper .col-right {
    width: 100%;
    margin-left: 0;
  }
  .tab-section-wrapper .two-column {
    display: block;
  }
  .tab-section-wrapper .cta-item {
    margin: 0 20px 0 0;
  }
  .tab-section-wrapper .cta-item:last-child {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .tab-section-wrapper {
    padding: 50px 15px;
  }
  .tab-section-wrapper .description p {
    font-size: 16px;
  }
  .tab-section-wrapper .cta-list {
    display: block;
    margin-bottom: 30px;
  }
  .tab-section-wrapper .cta-item {
    margin: 0 0 20px;
  }
}

/* Icon Section */
.icon-section-wrapper {
  padding: 90px 15px;
  text-align: center;
}
.icon-section-wrapper h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.icon-section-wrapper li {
  width: 27.5%;
  margin-right: 8.75%;
}
.icon-section-wrapper li:nth-child(3n) {
  margin-right: 0;
}
.icon-section-wrapper .description p {
  font-size: 20px;
  margin: 0;
}
.icon-section-wrapper .icon {
  background: url('//cdn2.hubspot.net/hubfs/3027780/NexPCB_Aug2019%20Theme/Images/about/icons.png') no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-bottom: 20px;
}
.icon.bg-accelerate {
  background-position: center 0;
}
.icon.bg-greatbusinesses {
  background-position: center -102px;
}
.icon.bg-global {
  background-position: center -203px;
}
@media (max-width: 1024px) {
  .icon-section-wrapper {
    padding: 70px 15px;
  }
  .icon-section-wrapper li {
    width: 32%;
    margin-right: 2%;
  }
  .icon-section-wrapper .description p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
   .icon-section-wrapper {
    padding: 50px 15px;
  }
  .icon-section-wrapper .flex {
    display: block;
  }
  .icon-section-wrapper li {
    width: 100%;
    margin: 0 0 30px;
  }
  .icon-section-wrapper li:last-child {
    margin-bottom: 0;
  }
  .icon-section-wrapper .icon {
    margin-bottom: 10px;
  }
}

/* Simple Text Section */
.text-section-wrapper {
  overflow: hidden;
}
.text-section-wrapper li:nth-child(2n+1) {
  background: #f3f3f3;
}
.text-section-wrapper li .content-wrapper {
  position: relative;
  padding: 60px 0;
  display: flex;
  align-items: center;
}
.text-section-wrapper h3 {
  color: #eaeaea;
  font-size: 52px;
  text-transform: uppercase;
  display: inline-block;
}
.text-section-wrapper h3:after {
  content: '';
  display: block;
  width: 100%;
  border: 1px solid #848484;
  margin-top: 10px;
}
.text-section-wrapper .title {
  width: 38%;
}
.text-section-wrapper .content {
  width: 62%;
  z-index: 2;
  position: relative;
}
.text-section-wrapper p {
  font-size: 22px;
  margin: 0;
}
@media (max-width: 1230px) {
  .text-section-wrapper li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .text-section-wrapper p {
    font-size: 18px;
  }
  .text-section-wrapper h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .text-section-wrapper li .content-wrapper {
    display: block;
    text-align: center;
    padding: 30px 0;
  }
  .text-section-wrapper h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .text-section-wrapper .title,
  .text-section-wrapper .content {
    width: 100%;
  }
  
  .text-section-wrapper p {
    font-size: 16px;
  }
}

/* Simple Text With File Section */
.simple-text-with-file-section-wrapper {
  padding: 90px 15px;
}
.simple-text-with-file-section-wrapper h2 {
  margin: 0 0 30px;
}
.simple-text-with-file-section-wrapper h4 {
  font-weight: bold;
  font-size: 26px;
}
.simple-text-with-file-section-wrapper p {
  font-size: 20px;
  margin-top: 0;
}
.file-download a {
  font-size: 28px;
  font-weight: bold;
}
.file-download a i {
  font-size: 22px;
  color: #2c2c2c;
}
@media (max-width: 1024px) {
  .simple-text-with-file-section-wrapper {
    padding: 70px 15px;
  }
  .simple-text-with-file-section-wrapper h4 {
    font-size: 22px;
  }
  .simple-text-with-file-section-wrapper p {
    font-size: 18px;
  }
  .file-download a {
    font-size: 20px;
  }
  .file-download a i {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .simple-text-with-file-section-wrapper {
    padding: 50px 15px;
  }
  .simple-text-with-file-section-wrapper h2 {
    margin: 0 0 20px;
  }
  .simple-text-with-file-section-wrapper h4 {
    font-size: 18px;
  }
  .simple-text-with-file-section-wrapper p {
    font-size: 16px;
  }
  .file-download a {
    font-size: 18px;
  }
  .file-download a i {
    font-size: 16px;
  }
}
/* Simple Text With File Section */
.simple-text-with-image-section-wrapper {
  padding: 90px 15px;
}
.simple-text-with-image-section-wrapper p {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .simple-text-with-image-section-wrapper {
    padding: 70px 15px;
  }
  .simple-text-with-image-section-wrapper p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .simple-text-with-image-section-wrapper {
    padding: 50px 15px;
  }
  .simple-text-with-image-section-wrapper p {
    font-size: 16px;
  }
}
/* Location Section */
.location-section-wrapper {
  margin: 50px 0;
}
.location-section {
  background: #fff;
  padding: 30px 20px;
  font-size: 18px;
}
.location-section h3 {
  font-size: 30px;
  color: #e17131;
  font-weight: bold;
  margin-bottom: 20px;
}
.location-section h4 {
  font-size: 20px;
  color: #000;
  margin: 15px 0;
}
.location-section i:before {
  color: #fff;
  background: #3c3c3c;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  line-height: 28px;
  font-size: 14px;
  margin: 0 10px 0 0;
}
.location-section .info {
  margin-bottom: 10px;
}
.location-section .col-left {
  width: 54.7%;
}
.location-section .col-right {
  width: 38.8%;
  margin-left: 6.5%;
}
.location-section .col-right .image {
  text-align: right;
}
.location-section .col-right .image img {
  width: 100%;
  max-width: 428px;
  border: 1px solid #d1d1d1;
}

@media (max-width: 1230px) {
  .location-section-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  .location-section .col-right .image {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .location-section h3 {
    font-size: 20px;
  }
  .location-section {
    font-size: 16px;
  }
  .location-section i:before {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    font-size: 12px;
  }
  .location-section .col-right .image {
    margin-top: 0;
    text-align: left;
  }
}

/* Form Section */
.form-section-wrapper .col-left,
.form-section-wrapper .col-right {
  background: #fff;
  padding: 30px 15px;
}
.form-section-wrapper .col-left {
  width: 56.7%;
}
.form-section-wrapper .col-right {
  width: 42%;
  margin-left: 1.3%;
}
.form-section-wrapper h3 {
  font-size: 30px;
}
.form-section-wrapper p {
  font-size: 20px; 
}
.form-section-wrapper .content {
  font-size: 20px;
}
.form-section-wrapper ul {
  color: #666;
  list-style: disc;
  padding-left: 20px;
}
.form-section-wrapper ul ul{
  list-style: none;
  font-size: 16px;
  padding: 0;
}
.form-section-wrapper .btn-wrapper {
  margin-top: 30px;
}
.form-section-wrapper .btn-wrapper .cta_button {
  line-height: 40px;
}
.form-section-wrapper .btn-wrapper .hs_cos_wrapper_type_cta {
  margin-right: 50px;
}
.form-section-wrapper .btn-wrapper .hs_cos_wrapper_type_cta:last-child {
  margin-right: 0;
}
.form-section-wrapper h2 {
  font-size: 40px;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: left;
}
.form-section-wrapper .actions {
  text-align: right;
}
@media (max-width: 1230px) {
  .form-section-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
  .form-section-wrapper .btn-wrapper .hs_cos_wrapper_type_cta {
    margin-right: 30px;
  }
  .form-section-wrapper .btn-wrapper .cta_button {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  .form-section-wrapper .two-column {
    display: block;
  }
  .form-section-wrapper .col-right,
  .form-section-wrapper .col-left {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .form-section-wrapper h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .form-section-wrapper h3 {
    font-size: 20px;
  }
  .form-section-wrapper .content,
  .form-section-wrapper p {
    font-size: 16px;
  }
  .form-section-wrapper ul ul {
    font-size: 14px;
  }
  .hs_cos_wrapper_type_form .hs-form-field > label {
    font-size: 16px;
  }
  .hs_cos_wrapper_type_form textarea,
  .hs_cos_wrapper_type_form input[type="text"] {
    padding: 5px 9px;
  }
  .hs_cos_wrapper_type_form textarea {
    height: 100px;
  }
}


/* move down arrow */
.hs-homepage-slider-grp {
  position: relative;
}
.hs-homepage-slider-grp .custom-slider-banner_arrow {
  bottom: 10px;
  z-index: 8;
  left: calc(50% - 16px);
  animation: bob 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  color: #fff;
  font-size: 24px; 
}
.hs-homepage-slider-grp .custom-slider-banner_arrow a{
  opacity: 0.8;
}
.hs-homepage-slider-grp .custom-slider-banner_arrow a:focus,
.hs-homepage-slider-grp .custom-slider-banner_arrow a:hover {
  color: #fff;
  opacity: 1;
}

@keyframes bob {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }
}

@keyframes circleMotion {
  0% {
    transform: scale3d(1, 1, 1) rotate(0.1deg)
  }

  21% {
    opacity: 1;
    visibility: visible
  }

  95% {
    transform: scale3d(1.14, 1.14, 1.14) rotate(0.1deg)
  }

  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale3d(1, 1, 1) rotate(0.1deg)
  }
}

.custom-what-new-grp ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.custom-what-new-grp li {
  position: relative;
  width: calc(33.33% - 23px);
  margin-right: 35px;
  box-shadow: 0 0 30px 0 rgba(229, 232, 235, 0.8), 0 0 0 transparent;
  transition: all .4s ease-in;
}

.custom-what-new-grp li:nth-child(3n) {
  margin-right: 0;
}

.custom-what-new-grp li:hover,
.hs-right-col .twitter:hover {
  margin-top: -10px;
  box-shadow: 0 10px 30px 0 #f3f3f3, 0 0 0 transparent;
}

.custom-what-new-grp li a {
  display: block;
}

.custom-what-new-grp .custom-featured-image-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
}

.custom-what-new-grp .custom-featured-image-wrapper img {
  width: auto;
  height: 281px;
  vertical-align: baseline;
  max-width: none;
}

.custom-what-new-grp .recent-post-content {
  padding: 30px 30px 50px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  color: #333;
}

.custom-what-new-grp .recent-post-content span {
  display: block;
  color: #9b9b9b;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 10px;
}

.custom-what-new-grp .recent-post-content h3 {
  color: #111;
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 26px;
  min-height: 52px;
  font-weight: 400;
  padding: 0;
  margin-top: 0;
}

.custom-what-new-grp .recent-post-content .enter {
  position: absolute;
  right: 25px;
  bottom: 20px;
  width: 50px;
  height: 30px;
  border-radius: 4px;
  background: #0097d0;
  background: linear-gradient(to right, #194893 0, #0097d0 64%);
}

.custom-what-new-grp .recent-post-content .enter:before {
  font-family: IconFont;
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e805';
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -9px;
}

.sidebar-right .custom-what-new-grp ul {
  display: block;
}

.sidebar-right .custom-what-new-grp li {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  box-shadow: none;
}
.sidebar-right .custom-what-new-grp .custom-featured-image-wrapper {
  display: block;
} 

.sidebar-right .custom-what-new-grp .custom-featured-image-wrapper img {
  height: auto;
  width: 100%;
}

.custom-what-new-grp .recent-post-content span {
  margin-bottom: 5px;
}

.sidebar-right .custom-what-new-grp .recent-post-content .des,
.sidebar-right .custom-what-new-grp .recent-post-content .enter {
  display: none;
}

.hs-right-col .twitter {
  float: left;
  width: 355px;
  box-shadow: 0 0 30px 0 rgba(229, 232, 235, 0.8), 0 0 0 transparent;
  transition: all .4s ease-in;
  box-shadow: none;
}

.twitter h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

@media (min-width: 1025px) {
  .sidebar-right .custom-what-new-grp li a:after {
    content: '';
    clear: both;
    display: block;
    line-height: 0;
    font-size: 0;
  }
  .sidebar-right .custom-what-new-grp .recent-post-content {
    padding: 0;
    float: right;
    width: 175px;
  }

  .sidebar-right .custom-what-new-grp .recent-post-content h3 {
    font-size: 14px;
    line-height: 20px;
    min-height: auto;
  }

  .sidebar-right .custom-what-new-grp li a:hover h3 {
    color: #e17131;
  }

  .sidebar-right .custom-what-new-grp .custom-featured-image-wrapper {
    float: left;
    width: 100px;
  } 
}

@media (max-width: 1024px) {
  .hs-two-column-page .body-container-wrapper {
    padding: 20px;
  }
}

@media (max-width: 1200px) {
  .hs-left-col {
    width: 50% !important;
  }
  
  .hs-right-col {
    max-width: 50%;
    padding: 0 30px;
    width: 100% !important;
  }
}

/* Contact Us */
@media (max-width: 600px) {
  .cta-btn-wrapper .hs-cta-wrapper {
    display: block;
    margin: 0 auto 20px;
    width: 300px;
  }
  .cta-btn-wrapper .cta_button {
    width: 100%;
  }
}

/* About Us */


/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




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

.footer-container {
  background: #000;
  padding: 50px 15px;
  position: relative;
  color: #fff;
}
.footer-container .row-fluid .span4 {
  width: 100%;
  margin: 0;
}
.footer-container .logo-footer {
  text-align: center;
  margin-bottom: 20px;
  display: none; /* TODO: Remove logo */
}
.footer-container .logo-footer img {
  width: 185px !important;
}
.custom-footer-menu {
  display: none !important; 
}
@media (max-width: 1024px) {
  .footer-container .logo-footer img {
    width: 160px !important; 
  }
}
@media (min-width: 767px) {
  .footer-container {
    padding: 70px 15px;
  }
  .footer-container .row-fluid .span4 {
    margin: 0;
    width: 100%;
  }
  .footer-container .logo-footer {
    margin-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  .footer-container {
    padding: 90px 20px;
  }
  .footer-container .row-fluid .span4 {
    width: 260px;
    float: right;
  }
  .footer-container .logo-footer {
    margin-bottom: 40px;
  }
  .custom-footer-menu {
    display: block !important; 
  }
}

/* Copyright styling */
.custom-footer-copyright {
  text-align: center;
}
.custom-footer-copyright p {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  font-size: 12px;
  font-weight: 300;
}

/* Footer menu styling */
.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: flex;
  white-space: nowrap;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
  padding-right: 40px;
}
.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:first-child {
  display: none;
}
.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:last-child {
  padding-right: 0;
}
.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
  display: block;
  padding-right: 55px;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  font-weight: bold;
}
.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>ul a {
  font-size: 17px;
  margin-bottom: 6px;
  font-weight: 300;
}
.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>ul>li:last-child a {
  margin-bottom: 0;
}
.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:last-child>a {
  padding-right: 0;
}

/* Follow us styling */
.follow-us-wrapper .social {
  margin-bottom: 25px;
  text-align: center;
  width: 100% !important;
  background-color: transparent !important;
}
.follow-us-wrapper .social a {
  display: inline-block;
  color: #000;
  background: #fff;
  border-radius: 18px;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  transition: all .4s ease-in;
  font-size: 18px;
  line-height: 38px;
}
.follow-us-wrapper .social a:hover {
  color: #e17131;
}
.follow-us-wrapper .social a:last-child {
  margin-right: 0;
}


/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */


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

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

@media screen and (min-width:1025px) {
  .header-container .custom-logo-grp {
    width: auto !important;
  }
  .header-container .custom-navigation-grp {
    float: right;
    margin-left: 0 !important;
    width: auto !important;
  }
  
  /* Primary Menu Styling */
  .custom-menu-primary {
    width: auto !important;
    height: auto !important;
  }
  .custom-menu-primary .hs-menu-depth-1 {
    float: left;
    padding: 30px;
    height: 90px;
  }
/*   .custom-menu-primary .hs-menu-depth-1.active {
    border-bottom: 4px solid #d5651f;
  } */
  .custom-menu-primary .hs-menu-depth-1.hs-item-has-children.active-branch > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
    bottom: -36px;
    left: calc(50% - 4px);
    position: absolute;
    transition: all .4s ease-in-out;
  }
  .custom-menu-primary .hs-menu-depth-1 > a {
    font-size: 18px;
    color: #333;
    position: relative;
  }
  .custom-menu-primary .hs-menu-depth-1.active > a,
  .custom-menu-primary .hs-menu-depth-1:hover > a {
    color: #e17131;
  }
  .custom-menu-primary .hs-menu-depth-1.active-branch > ul {
    display: block !important;
  }
/*   .hs-content-id-12619715919 .custom-menu-primary .hs-menu-depth-1.active-branch > ul,
  .hs-content-id-12619715902 .custom-menu-primary .hs-menu-depth-1.active-branch > ul,
  .hs-content-id-12623929115 .custom-menu-primary .hs-menu-depth-1.active-branch > ul,
  .hs-content-id-12593924493 .custom-menu-primary .hs-menu-depth-1.active-branch > ul {
    padding-right: 75px;
  } */
  .custom-menu-primary .hs-menu-depth-2 {
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-depth-2.active a {
    font-weight: bold;
  }
  .custom-menu-primary .hs-menu-depth-1 > ul {
    position: absolute;
    text-align: right;
    top: 90px;
    left: 0;
    min-width: 100%;
    white-space: nowrap;
    display: none !important;
    padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-depth-1>ul>li>a {
    font-size: 14px;
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    white-space: nowrap;
    background: none;
  }
  .custom-menu-primary .hs-menu-depth-1>ul>li>a:hover {
    opacity: 0.7;
  }

  /* Hide button on Desktop */
  .custom-menu-primary .child-trigger,
  .mobile-icon {
    display: none !important;
  }
}

/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

/* Mobile Icon Styling */
.mobile-icon {
  cursor: pointer;
  margin: 15px 5px 0 0;
  padding: 9px 4px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 10px;
  width: 38px !important;
  height: 38px;
}
.mobile-icon .menu-line {
  display: block;
  background: #333;
  height: 3px;
  margin-bottom: 6px;
}
.mobile-icon .menu-line:last-child {
  margin-bottom: 0;
}
.show-mobile-nav .mobile-icon:after {
  font-family: IconFont;
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e808';
  font-size: 22px;
  color: #333;
}
.show-mobile-nav .mobile-icon .menu-line {
  display: none;
}

@media (max-width: 1024px) {
  body.show-mobile-nav {
    overflow: hidden;
  }
  
  .custom-navigation-grp {
    background: rgba(0, 0, 0, 0.95);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    height: 100vh !important;
    left: 0;
    position: fixed !important;
    overflow: auto;
    transform: translate(-562px, 0);
    transition: transform .3s;
    top: 0;
    width: 256px !important;
    z-index: 100;
  }
  
  .show-mobile-nav .custom-navigation-grp {
    transform: translate(0, 0);
    margin-left:0;
  }

  .mobile-icon {
    display: block !important;
  }
  
  .close-icon {
    display: none;
  }

  .show-mobile-nav .close-icon {
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 98;
  }

  /* Primary Menu Styling*/
  .custom-menu-primary {
    height: auto !important;
    width: 100% !important;
    padding-top: 20px;
  }

  .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  
  .custom-menu-primary .hs-menu-flow-horizontal>ul {
    padding: 0;
    clear: both;
    display: block !important;
  }

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

  .custom-menu-primary .hs-menu-flow-horizontal>ul>li>a {
    color: #fff;
    display: block;
    line-height: 24px;
    padding: 16px 32px;
    text-decoration: none;
  }
  
  .custom-menu-primary .hs-menu-flow-horizontal>ul>li>ul>li {
    display: block;
    position: relative;
  }

  .custom-menu-primary a {
    color: #fff;
  }

  .custom-menu-primary a:hover {
    color: #fd8143;
  }

  .custom-menu-primary li {
    width: 100%;
    padding: 0 !important;
  }

  li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    position: relative !important;
  }

  .custom-menu-primary .hs-menu-flow-horizontal>ul>li>ul>li:first-child>a {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  }

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

  .custom-menu-primary .hs-menu-flow-horizontal>ul>li>ul>li>a:hover {
    background: #616161;
  }

  .custom-menu-primary .hs-menu-flow-horizontal>ul>li>ul {
    border-bottom: 1px solid #424242;
  }

  .custom-menu-primary .hs-menu-flow-horizontal>ul>li>ul>li>a {
    padding: 10px 32px;
    color: #fff;
    display: block;
    line-height: 24px;
  }
  
  .custom-menu-primary .hs-menu-flow-horizontal>ul >li.active-branch>a {
    color: #e17131;
    font-weight: bold;
  }
  
  .custom-menu-primary .child-trigger {
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  } 
  
  .custom-menu-primary .child-trigger .icon:before {
    color: #fff;
    position: absolute;
    text-align: center;
    top: 0;
    right: 10px;
    width: 24px;
    height: 56px;
    line-height: 56px;
    display: block;
    font-size: 30px;
  }
  .custom-menu-primary .hs-menu-depth-2.active a {
    color: #d5651f;
  }
/*   .custom-menu-primary .child-trigger.child-open .icon:before {
    transform: rotate(180deg);
  }
 */
}


/* Testimonial Styling */
.custom-testimonial-grp-wrapper {
  padding: 30px 0 50px;
}
.custom-testimonial-grp {
  overflow: auto;
  min-height: 150px;
}

.custom-testimonial-grp .custom-testimonial-image img {
  margin-right: 15px;
}

.custom-testimonial-grp .custom-testimonial-image {
  max-width: 250px;
  width: 100%;
  float: left;
}

.custom-testimonial-grp p {
  font-size: 14px;
  margin: 0;
}

.custom-testimonial-grp p span.customcustomer-name {
  background: none;
  padding: 0;
  margin: 0;
  display: block;
  float: right;
  margin-top: 20px;
}

.custom-partner-grp {
  text-align: center;
  padding: 0 0 50px;
}

.custom-partner-grp p {
  margin: 0;
}

.custom-partner-grp ul.custom-logo-grp {
  padding-top: 30px;
  display: inline-block;
  max-width: 1050px;
  width: 100%;
}
.custom-partner-grp ul.custom-logo-grp.clearfix li {
  float: left;
  width: 20%;
}

@media (max-width: 1024px) {
  .custom-testimonial-grp-wrapper {
    text-align: center;
    padding: 40px 20px;
  }
  .custom-testimonial-grp .custom-testimonial-image {
    max-width: 100%;
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
  .custom-testimonial-grp p span.customcustomer-name {
    float: none;
  }
  
  .custom-testimonial-grp {
    margin-bottom: 30px;
  }
  
  .custom-partner-grp {
    padding: 20px 20px 30px;
  }
  
  .custom-partner-grp ul.custom-logo-grp.clearfix li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

/* About Us */
.bottom-gallery-grp {
  max-width: 1090px !important;
  width: 100% !important;
  float: none !important;
  margin: 0 auto 50px !important;
  background: #f7f7f7;
}

.bottom-gallery-grp .image-gallery {
  width: 100%;
  max-width: 400px;
}

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

.bottom-gallery-grp .image-gallery .slick-slide .slick-slide-inner-wrapper {
  display: block;
}


.bottom-gallery-grp .image-gallery .hs_cos_gallery_main .slick-prev {
  position: absolute;
  right: -30px;
  bottom: 20px;
  margin-top: -25px;
  display: block;
  width: 20px;
  height: 20px;
  background: url('//cdn2.hubspot.net/hubfs/3027780/NexPCB_May2018%20Theme/Images/about-slider-arrow2.png') no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.bottom-gallery-grp .image-gallery .hs_cos_gallery_main .slick-prev:before,
.bottom-gallery-grp .image-gallery .hs_cos_gallery_main .slick-next:before {
  display: none;
}

.bottom-gallery-grp .image-gallery .hs_cos_gallery_main .slick-prev {
  position: absolute;
  right: -30px;
  bottom: 14px;
  margin-top: -25px;
  width: 20px;
  height: 20px;
  background: url(//cdn2.hubspot.net/hubfs/3027780/NexPCB_May2018%20Theme/Images/about-slider-arrow2.png?t=1526279510467) no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  left: auto;
  top: auto;
}

.bottom-gallery-grp .image-gallery .hs_cos_gallery_main .slick-next {
  position: absolute;
  bottom: 14px;
  margin-top: -25px;
  width: 20px;
  height: 20px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  left: auto;
  right: -60px;
  background: url(//cdn2.hubspot.net/hubfs/3027780/NexPCB_May2018%20Theme/Images/about-slider-arrow1.png?t=1526280087055) no-repeat;
  top: auto;
}

.bottom-gallery-grp .image-gallery .hs_cos_gallery_main .slick-prev,
.bottom-gallery-grp .image-gallery .hs_cos_gallery_main .slick-next {
  transition: all 0.3s ease;
}

.bottom-gallery-grp .image-gallery .hs_cos_gallery_main .slick-prev:hover,
.bottom-gallery-grp .image-gallery .hs_cos_gallery_main .slick-next:hover {
  opacity: 1;
}

.bottom-gallery-grp .content {
  max-width: 670px;
  width: 60%;
  margin-left: 0 !important;
  float: right;
  min-height: 230px;
  height: 100% !important;
}

.bottom-gallery-grp .content .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 30px;
  text-align: center;
}

.bottom-gallery-grp .content .hs_cos_wrapper_type_rich_text h3 {
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
  margin: 0;
}

.bottom-gallery-grp .content .hs_cos_wrapper_type_rich_text p {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  margin: 0;
}

/* Quality Styling */
.custom-quality-grp {
  margin: 30px 0 80px;
  overflow: hidden;
}
.custom-quality-grp h2 {
  padding-bottom: 15px;
}

.custom-quality-grp p {
  color: #717887;
  font-size: 18px;
  text-align: center;
  padding-bottom: 60px;
  margin: 0;
}

.custom-quality-grp p img {
  width: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}

.custom-quality-grp .image-text.slideBox {
  margin: 0 auto;
  max-width: 1000px;
  background-color: #edf6fd;
  position: relative;
  padding: 30px 0;
  width: 100%;
}

.custom-quality-grp .image-text.slideBox.hs-left.clearfix .wen.hd {
  float: right;
  padding-top: 35px;
  margin-right: 100px;
  font-size: 18px;
  text-transform: uppercase;
}

.custom-quality-grp.text-long .image-text.slideBox.hs-left.clearfix .wen.hd {
  margin-right: 30px;
}

.custom-quality-grp .image-text.slideBox.clearfix .wen.hd ul {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  list-style: none;
  max-width: 480px;
}

.custom-quality-grp .image-text.slideBox.clearfix .wen.hd ul li {
  margin-bottom: 5px;
}

.custom-quality-grp .image-text.slideBox.clearfix .wen.hd ul li.on a,
.custom-quality-grp .image-text.slideBox.clearfix .wen.hd ul li a:hover {
  border-bottom: 2px solid #51a6ea;
  background: url(//cdn2.hubspot.net/hubfs/3027780/NexPCB_May2018%20Theme/Images/blog-icon02.png) no-repeat left;
  padding-left: 40px;
  color: #333;
}

.custom-quality-grp .image-text.slideBox.hs-left.clearfix .tu.bd {
  float: left;
  padding-left: 50px;
}

.custom-quality-grp .image-text.slideBox.hs-left.clearfix .tu.bd {
  float: left;
  padding-left: 50px;
  width: 100%;
  max-width: 400px;
}

.image-text.slideBox.hs-right.clearfix .tu.bd {
  float: right;
  margin-right: 70px;
}

.image-text.slideBox.hs-right.clearfix .wen.hd {
  float: left;
  padding-top: 35px;
  margin-left: 70px;
  font-size: 18px;
  text-transform: uppercase;
}

.image-text.slideBox.hs-right.clearfix .wen.hd ul li.on a,
.image-text.slideBox.hs-right.clearfix .wen.hd ul li a:hover {
  background: url(//cdn2.hubspot.net/hubfs/3027780/NexPCB_May2018%20Theme/Images/blog-icon01.png?t=1525942909887) no-repeat right !important;
  padding-right: 40px;
  padding-left: 0 !important;
}

.custom-quality-grp .image-text.slideBox.hs-left.clearfix .tu.bd ul,
.custom-quality-grp .image-text.slideBox.hs-right.clearfix .tu.bd ul {
  height: 230px;
}

.custom-quality-grp .image-text.slideBox.hs-left.clearfix .tu.bd ul li,
.custom-quality-grp .image-text.slideBox.hs-right.clearfix .tu.bd ul li {
  list-style: none;
}

.custom-quality-grp .image-text.slideBox.hs-left.clearfix .tu.bd ul li img,
.custom-quality-grp .image-text.slideBox.hs-right.clearfix .tu.bd ul li img {
  width: 100%;
  vertical-align: baseline;
}

.custom-quality-grp .image-text.slideBox.hs-left.clearfix .tu.bd .tempWrap,
.custom-quality-grp .image-text.slideBox.hs-right.clearfix .tu.bd .tempWrap {
  width: 400px !important;
}

.custom-quality-grp .image-text.slideBox.hs-left.clearfix .tu.bd ul li,
.custom-quality-grp .image-text.slideBox.hs-right.clearfix .tu.bd ul li {
  width: 400px !important;
}

@media (max-width: 1024px) {
  .custom-quality-grp {
    margin-bottom: 50px;
  }
  
  .custom-quality-grp p {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .custom-quality-grp .image-text.slideBox.hs-left.clearfix .wen {
    float: none;
    padding-top: 5px;
    margin-right: 0;
    text-align: center;
    padding-bottom: 30px;
  }

  .custom-quality-grp .image-text.slideBox .wen {
    float: none !important;
    padding-top: 5px !important;
    margin-right: 0 !important;
    text-align: center;
    padding-bottom: 30px;
  }

  .custom-quality-grp .image-text.slideBox .tu.bd {
    float: none !important;
    padding-left: 0 !important;
    width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
    padding-top: 0 !important;
  }
  
  .custom-quality-grp .image-text.slideBox.clearfix .wen.hd ul {
    max-width: none;
  }
}
/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */






/* ==========================================================================
   5. COS COMPONENTS                                        
   ========================================================================== */





/* ==========================================================================
   Blog                                         
   ========================================================================== */
.rt {
    float: right;
}

.blog .body-container-wrapper {
  padding: 50px 15px;
}

.blog .blog-content {
  max-width: 800px;
  width: 100% !important;
}


.blog .news-right {
  float: right !important;
  max-width: 320px;
  background-color: white;
  box-shadow: 0px 3px 18px 0px rgba(136, 140, 140, 0.35);
  padding: 20px 0px;
  border: 1px solid #f7f7f7;
  width: 100% !important;
  margin-left: 0;
}

.blog .news-right .news-search form {
  background-color: #f4f4f4;
  padding: 4px 5px 4px 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
  position: relative;
}

.blog .news-right .news-search form label {
  display: none;
}

.blog .news-right .news-search .hs_cos_wrapper_type_header {
  display: block;
}

.blog .news-right .news-search .hs_cos_wrapper_type_header h3 {
  font-size: 18px;
  padding: 14px 0 0;
  font-weight: bold;
  color: #33363b;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.blog .news-right .news-search .hs_cos_wrapper_type_header h3:after {
  display: block;
  background: #1a4490;
  height: 5px;
  width: 30px;
  margin: 0 auto;
  margin-top: 6px;
  margin-bottom: 20px;
  content: "";
}

.blog .news-right .news-search .hs-search-module form a.hs-button.primary {
  display: none !important;
}

.blog .news-right .news-search .hs-search-module form .hs-input {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  color: #aeaeae;
  height: 38px;
  padding: 0 10px;
  font-size: 14px;
  margin: 0;
  border-radius: 2px;
  display: block;
  vertical-align: middle;
  line-height: normal;
  font-family: Avenir, Arial, Helvetica, sans-serif, "Microsoft Yahei";
  outline: none;
}

.blog .news-right .recent h3 {
  font-size: 18px;
  padding: 14px 0 0;
  margin: 0;
}

.blog .news-right .recent span.bottom-line {
  display: block;
  background: #e17131;
  height: 5px;
  width: 30px;
  margin: 0 auto;
  margin-top: 6px;
  margin-bottom: 20px;
}

.blog .news-right .recent {
  margin-bottom: 30px;
  padding: 0 15px;
}

.blog .news-right .recent ul li {
  margin-bottom: 20px;
}

.blog .news-right .recent ul li.clearfix a .fl {
  width: 100px;
  height: 80px;
  overflow: hidden;
  float: left;
}

.blog .news-right .recent ul li.clearfix a .rt {
  width: 180px;
  float: right;
  padding-left: 10px;
}

.blog .news-right .recent ul li.clearfix a .rt span.post-date {
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  font-size: 13px;
}

.blog .news-right .recent ul li.clearfix a .rt p {
  line-height: 20px;
  padding-top: 10px;
  display: block;
  margin: 1em 0 0;
  padding: 0;
  font-size: 14px;
}

.blog .news-right .custom-blog-twitter-feed .twitter h3:after {
  content: "";
  display: block;
  background: #e17131;
  height: 5px;
  width: 30px;
  margin: 0 auto;
  margin-top: 6px;
  margin-bottom: 20px;
}

.blog .news-right .custom-blog-twitter-feed .twitter h3 {
  font-size: 18px;
  padding: 14px 0 0;
  font-weight: bold;
  color: #33363b;
  text-align: center;
  text-transform: uppercase;
}

.blog .news-right .custom-blog-twitter-feed .twitter {
  margin-bottom: 30px;
}

.blog .blog-content .blog-listing-wrapper .post-listing .post-item {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 50px;
}

.blog .blog-content .blog-listing-wrapper .post-listing .post-item .news-img {
  float: left;
  width: 330px;
  position: relative;
}

.blog .blog-content .blog-listing-wrapper .post-listing .post-item .news-img img {
  width: 100%;
}

.blog .blog-content .blog-listing-wrapper .post-listing .post-item .news-txt {
  float: right;
  width: 450px;
  position: relative;
  word-wrap: break-word;
}

.blog .blog-content .blog-listing-wrapper .post-listing .post-item .news-txt span {
  color: #666;
  display: block;
  font-weight: bold;
}

.blog .blog-content .blog-listing-wrapper .post-listing .post-item .news-txt h3 {
  color: #33363b;
  font-size: 17px;
  font-weight: 700;
  margin: 5px 0 10px;
  text-transform: uppercase;
  padding: 14px 0 0;
}

.blog .blog-content .blog-listing-wrapper .post-listing .post-item .news-txt h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.blog .blog-content .blog-listing-wrapper .post-listing .post-item .news-txt h2 span {
  display: block;
  font-weight: bold;
}

.blog .blog-content .blog-listing-wrapper .post-listing .post-item .news-txt .button a:hover {
  border: 2px solid #fd8143;
  color: #fd8143;
}

.blog .blog-content .blog-listing-wrapper .post-listing .post-item .news-txt .button a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
  padding: 10px 0px;
  margin-top: 15px;
  border: 2px solid #e17131;
  color: #e17131;
  display: block;
  width: 200px;
  text-align: center;
}

.pagination span,
.pagination a {
  background: #fff;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  width: 37px;
  height: 36px;
  line-height: 38px;
  color: #999;

}

.pagination a {
  border: 1px solid #ccc;
}

.pagination a:hover {
  background: #e17131;
  color: #fff;
  border: 1px solid #e17131;
}

.pagination span {
  margin-left: 5px;
}

.pagination span.current {
  background: #1c4590;
  color: #fff;
  border: 1px solid #1c4590;
}

.hs-blog-post .body-container-wrapper {
  padding: 30px 15px 50px;
}

.blog ul.hs-breadcrumb-menu {
  margin-bottom: 30px;
  background: #f4f4f4;
  color: #828282;
  height: 35px;
  line-height: 35px;
  padding-left: 20px;
}

.blog ul.hs-breadcrumb-menu li {
  padding: 0;
  text-transform: uppercase;
}

.blog ul.hs-breadcrumb-menu li span.hs-breadcrumb-menu-divider {
  padding-right: 10px;
}

.blog ul.hs-breadcrumb-menu li a {
  text-transform: uppercase;
  color: #828282;
  padding-right: 5px;
  padding-left: 5px;
}

.blog ul.hs-breadcrumb-menu li a:hover {
  color: #fd8143;
}
.blog h1 {
  font-size: 30px;
  text-align: center;
}
.blog.hs-blog-post .blog-content .section.post-header h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
}

.blog.hs-blog-post .blog-content .section.post-header span.datas {
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
}

.blog.hs-blog-post .blog-content .section.post-header .main-body {
  padding-top: 30px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
}

.blog.hs-blog-post .blog-content .section.post-header .main-body p {
  line-height: 1.4;
  margin: 1em 0;
}

.blog.hs-blog-post .blog-content .section.post-header .main-body p a {
  text-decoration: underline;
  color: mediumblue;
}

.blog.hs-blog-post .blog-content .section.post-header .main-body h3 {
  font-size: 24px;
  line-height: 35px;
  margin: 0 auto 15px 0;
  font-weight: 400;
  padding: 14px 0 0;
}

.blog.hs-blog-post .blog-content .section.post-header .main-body ul li {
  list-style-type: disc;
  list-style-position: inside;
  display: list-item;
  text-align: -webkit-match-parent;
  margin-left: 15px;
}

#comments-listing {
  border-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.prev-next.clearfix.w1140.md {
  margin-top: 50px;
  border-top: 1px solid #e0e0e0;
  padding-top: 5px;
}

.hs-blog-post .body-container span#hs_cos_wrapper_blog_comments form input.hs-button.primary {
  margin-top: 20px;
}

.prev-next.clearfix.w1140.md .fl {
  float: left;
}

.hs-blog-post .fl a {
  background: url(//cdn2.hubspot.net/hubfs/3027780/NexPCB_May2018%20Theme/Images/icon02-1.png) no-repeat left center;
  display: block;
  height: 30px;
  line-height: 30px;
  padding-left: 35px;
}

.hs-blog-post .fl a:hover {
  color: #fd8143;
  background: url(//cdn2.hubspot.net/hubfs/3027780/NexPCB_May2018%20Theme/Images/icon04.png) no-repeat left center;
}

.hs-blog-post .rt a {
  background: url(//cdn2.hubspot.net/hubfs/3027780/NexPCB_May2018%20Theme/Images/icon01-1.png) no-repeat right center;
  display: block;
  height: 30px;
  line-height: 30px;
  padding-right: 35px;
}

.hs-blog-post .rt a:hover {
  color: #fd8143;
  background: url(//cdn2.hubspot.net/hubfs/3027780/NexPCB_May2018%20Theme/Images/icon03-1.png) no-repeat right center;
}


@media (max-width: 1200px) {
  .blog .blog-content {
    max-width: 70%;
    width: 100% !important;
    padding-right: 15px;
  }

  .blog .news-right {
    max-width: 30%;
  }
  
  .blog .blog-content .blog-listing-wrapper .post-listing .post-item .news-img {
    width: 40%;
  }

  .blog .blog-content .blog-listing-wrapper .post-listing .post-item .news-txt {
    width: 60%;
    padding-left: 15px;
  }
}

@media (max-width: 1024px) {
  .blog .news-right {
    display: none;
  }
  
  .blog .blog-content {
    float: none;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto;
    padding-right: 0;
  }
  
  .blog .blog-content .blog-section {
    width: 90%;
    margin: 0 auto;
  }
  
  .blog .blog-content .blog-listing-wrapper .post-listing .post-item .news-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog .blog-content .blog-listing-wrapper .post-listing .post-item .news-txt {
    width: 100%;
    padding-left: 0;
  }
}




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

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


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

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

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

#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; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }


/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: 'Roboto', Arial, Helvetica, sans-serif, 'Microsoft Yahei';
  font-size: 14px;
}


/* Form Module
   ========================================================================== */
.hs_cos_wrapper_type_form {
  display: block;
  margin: 20px 0;
}

.hs_cos_wrapper_type_form h3 {
  font-size: 20px;
  color: #194893;
}

.hs-error-msgs {
  margin-top: -10px;
}

.hs_error_rollup .hs-error-msgs {
  margin-top: 0;
}

.hs-error-msgs label {
  color: red;
}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {
  font-size: 18px;
  color: #474747;
}
.hs_cos_wrapper_type_form .hs-form-required {
  color: #cf0e0e
}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {
  width: 100%!important;
  border: 1px solid #d9d9d9;
  line-height: 30px;
  -moz-box-shadow: 0 1px 2px #eee inset;
  -webkit-box-shadow: 0 1px 2px #eee inset;
  box-shadow: 0 1px 2px #eee inset;
  font-size: 16px;
  padding: 9px;
  border-radius: 3px;
  display: block;
  margin: 5px 0px 30px 0px;
  outline: none;
}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {
  height: 140px;
  line-height: 20px;
  padding: 10px;
}

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



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

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




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Roboto', Arial, Helvetica, sans-serif, 'Microsoft Yahei';
  font-size: 18px;
  text-decoration: none !important;
  cursor: pointer;
  background: #e17131;
  color: #ffffff;
  border: 0;
  padding: 11px 40px;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  transition: all 500ms ease 0s;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-smoothing: antialiased;
  margin: 30px 0 0;
  font-weight: bold;
}

/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */



/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */


/**************** Faq Page Styling ********************/
.question-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 12px;
}
.question-list li {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 25px;
}
.question-list .ques01 {
  overflow: hidden;
  cursor: pointer;
}
.question-list .ques01:after {
  font-family: IconFont;
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e802';
  color: #6b6b6b;
  font-size: 24px;
  float: right;
}
.question-list .ques01.active:after {
  transform: rotate(180deg);
  color: #0097d0;
}
.question-list .ques01 span.ques-nember {
  width: 50px;
  height: 44px;
  float: left;
  font-size: 18px;
  color: #777;
  text-align: center;
  background: url(//cdn2.hubspot.net/hubfs/3027780/NexPCB_April2019%20Theme/Images/faq.png) no-repeat;
}
.question-list .ques01 span.ques-cont {
  max-width: 1000px;
  padding-left: 20px;
  text-align: left;
  line-height: 30px;
  float: left;
  font-size: 18px;
  color: #777;
}
.question-list .ques01.active span.ques-cont {
  font-weight: 600;
}

.question-list .ques-txt {
  display: none;
  padding: 20px;
  background-color: #f4f4f4;
}


@media (max-width: 1024px) {
  .question-list .ques01 {
    width: 90%;
    margin: 0 auto;
  }  
  .question-list .ques01 span.ques-nember {
    display: none;
  }
  .question-list .ques01 span.ques-cont {
    width: 90%;
    padding-left: 0;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .question-list .ques01 span.ques-cont {
    width: 85%
  }
}

