/*
Theme Name: World Electronics
Theme URI:
Author: Hotleads
Author URI: hotleads.co
Description: A Custom theme for World Electronics
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: worldsway
Tags:


@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */

    -ms-text-size-adjust: 100%;
    /* 2 */

    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */

    display: block;
}
/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */

    height: 0;
    /* 1 */

    overflow: visible;
    /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */

    font-size: 1em;
    /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */

    -webkit-text-decoration-skip: objects;
    /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */

    text-decoration: underline;
    /* 2 */

    text-decoration: underline dotted;
    /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */

    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}
/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}
/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */

    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */

    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */

    color: inherit;
    /* 2 */

    display: table;
    /* 1 */

    max-width: 100%;
    /* 1 */

    padding: 0;
    /* 3 */

    white-space: normal;
    /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */

    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */

    outline-offset: -2px;
    /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */

    font: inherit;
    /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}
/**
 * Add the correct display in IE.
 */

template {
    display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    outline: 0 !important;
}
.slick-list:focus {
    outline: 0 !important;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    outline: 0 !important;
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    opacity: 0;
    outline: 0 !important;
}
.slick-active,
.slick-current {
    opacity: 1;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Colors */
/* Box Shadow Light */

.box-shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}
.tight {
    letter-spacing: -1px;
}
.blue-text {
    color: #2380D5;
}
.uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/*.section.supply-chain-mgmt .images .play-img.toggled {
	position:fixed;
	transform:translateY(-50%);
	top:50%;
	left:0;
	right:0;
	margin:0 auto;
	width:1000px;
	height:600px;
}*/

.video-container.services-vid-container {
    position: absolute;
    height: 100%;
    width: 100%;
}
.video-container.services-vid-container video {
    display: block;
    width: 100%;
    height: 100%;
}
body.has-overlay {
    overflow-y: hidden;
}
body:after {
    content: "";
    transition: opacity .33s ease;
    opacity: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
body.has-overlay:after {
    content: "";
    height: 100%;
    position: fixed;
    opacity: 1;
    z-index: 9999;
}
.banner.tour-banner .video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: transform .44s ease, opacity .22s ease-in-out;
    transform: scale(0.85) translateY(3%);
    max-width: 1684px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.banner.tour-banner.playing-video .video-container {
    z-index: 11;
}
.banner.tour-banner:after {
    content: "";
    transition: opacity .66s ease;
}
.banner.tour-banner.playing-video:after {
    content: "";
    opacity: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.88);
    z-index: -1;
    height: 100%;
    position: absolute;
    opacity: 1;
    z-index: 10;
}
.banner.tour-banner .video-container .pause {
    height: 250px;
    width: 250px;
    background: url("/source/a39f121f9a816949d832b85d1c644fa3/pause-btn.png") center center no-repeat;
    background-size: 50px 50px;
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .33s ease;
    opacity: 0;
}
.banner.tour-banner.playing-video .video-container .pause:hover {
    opacity: 1;
    cursor: pointer;
}
.banner.tour-banner.playing-video .video-container {
    opacity: 1;
    transform: scale(1) translateY(0%);
}
.banner.tour-banner.playing-video .callout-center {
    opacity: 0;
}
.banner.tour-banner.playing-video .video-container {
    opacity: 1;
}
.video-container:not(.service-vid) video {
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */

    width: 100%;
    height: auto;
    /* Center the video */

    position: absolute;
}
.section.supply-chain-mgmt .images .play-img.toggled:hover .video-container:after {
    opacity: 0;
}
.video-container video {
    width: 100%;
    height: 100%;
    position: relative;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Maven Pro", "Open Sans", sans-serif;
    margin-bottom: 12px;
}
h1 {
    font-size: 60px;
}
p {
    font-size: 16px;
}
a {
    font-size: 16px;
}
/* Section Header */

.section-header h2 {
    margin-top: 0;
    font-size: 27px;
    font-weight: 500;
    color: #323C47;
    margin-bottom: 25px;
}
.section-header p {
    font-size: 18px;
    color: #95989A;
    max-width: 850px;
    line-height: 2;
    margin: 0 auto 0 auto;
}
.section-header a {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}
/* Styles for custom content like blog posts */

body.blog,
body.single {
    font-weight: 400;
    line-height: 1.45;
    color: #333;
    font-size: 16px;
}
body.blog p,
body.single p {
    margin-bottom: 1.3em;
}
body.blog h1,
body.blog h2,
body.blog h3,
body.blog h4,
body.single h1,
body.single h2,
body.single h3,
body.single h4 {
    margin: 1.414em 0 0.5em;
    font-weight: inherit;
    line-height: 1.2;
}
body.blog h1,
body.single h1 {
    margin-top: 0;
    font-size: 3.157em;
}
body.blog h2,
body.single h2 {
    font-size: 2.369em;
}
body.blog h3,
body.single h3 {
    font-size: 1.777em;
}
body.blog h4,
body.single h4 {
    font-size: 1.333em;
}
body.blog small,
body.blog .font_small,
body.single small,
body.single .font_small {
    font-size: 0.75em;
}
.btn {
    padding: 15px 25px;
    display: inline-block;
    font-size: 18px;
    border: solid 1px #eee;
    border-radius: 2px;
    color: #323C47;
    margin: 0 20px 0 0;
    line-height: 1;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn.btn-long {
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0.4px;
}
.btn.btn-huge {
    background-color: #348dde;
    color: #fff;
    border-color: #2380D5;
    font-size: 38px;
    height: 94px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
    padding: 15px 45px;
}
.btn-large {
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 40px;
    border-radius: 4px;
}
.btn-primary {
    background-color: #2380D5;
    border-color: #2380D5;
    color: #fff;
    text-align: center;
}
.btn-primary:hover {
    background-color: #3388de;
    border-color: #3388de;
}
.btn-trans-white {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(198, 198, 198, 0.13);
    text-transform: none;
    color: #fff;
    text-align: center;
}
.btn-trans-white:hover {
    background-color: rgba(255, 255, 255, 0.13);
    border: solid 1px rgba(198, 198, 198, 0.16);
}
.btn-trans-blue {
    background-color: rgba(35, 128, 213, 0.75);
    border: 1px solid rgba(35, 128, 213, 0.75);
    color: #fff;
    text-transform: none;
}
.btn-trans-blue:hover {
    background-color: rgba(51, 136, 222, 0.75);
    border: 1px solid rgba(51, 136, 222, 0.75);
}
form .btn {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
form .btn.btn-dark {
    background-color: #38454F;
}

.search-bar {
padding: 12px;
}

body.search .main-nav {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

body.search #primary {
    width: 100%;
    margin: 0 auto;
    margin-top: 9rem;
    margin-bottom: 6rem;
    max-width: 950px;
}

body.search h1.page-title {
    font-size: 30px;
}

body.search .footer-links {
    display: none;
}

.footer-links .menu-main-nav-container .nav-links li.search-bar {
    padding-top: 0;
}

.is-form-style button.is-search-submit {
    cursor: pointer;
    
}

body.search .main-nav a.brand::after {
opacity: 1;
}

body.single {
    line-height: unset;
}

body.search .main-nav .nav-links li a {
    color: #333;
}

body.search .entry-summary p {
    line-height: 1.5rem;
    color: #95989A;
}

.main-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 15px 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-nav a.brand {
    position: relative;
    float: left;
    top: 5px;
    right: 17px;
    line-height: 60px;
    font-size: 26px;
    color: #38454F;
    letter-spacing: -1px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 1;
    height: 51px;
    width: 190px;
}
.main-nav a.brand::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-shadow: none;
    background: url("/source/15782b8f7e30bc769f272b094c3ae51e/logo-white.png") no-repeat center center;
    background-size: cover;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-nav a.brand::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-shadow: none;
    background: url("/source/bc5871c149ec36e4abff234a3b2a9948/logo-black.png") no-repeat center center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-nav.white a.brand::before {
    opacity: 0;
}
.main-nav.white a.brand::after {
    opacity: 1;
}
.main-nav .button-container {
    display: none;
}
.main-nav .nav-links {
    list-style-type: none;
    padding: 0;
    display: table;
    margin: 0;
    float: right;
}
.main-nav .nav-links li {
    float: left;
    position: relative;
}
.main-nav .nav-links li:last-of-type a {
    padding: 20px 0px 6px 0px;
    margin-left: 75px;
    border-bottom: 1px solid #2380D5;
    font-weight: 500;
}
.main-nav .nav-links li:last-of-type a:after {
    height: 0;
    width: 0;
}
.main-nav .nav-links li:last-of-type a:hover:after {
    height: 0;
    width: 0;
}
.main-nav .nav-links li a {
    display: block;
    padding: 20px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Maven Pro", "Open Sans", sans-serif;
    transition: all .22s ease-in-out;
}
.main-nav .nav-links li a:after {
    content: '';
    background-color: #2380D5;
    position: absolute;
    left: 30px;
    right: 30px;
    width: calc(100% - 60px);
    height: 1px;
    bottom: 8px;
    opacity: 0;
    transition: all .22s ease-in-out;
}
.main-nav .nav-links li a:hover {
    color: #2380D5 !important;
}
.main-nav .nav-links li a:hover:after {
    bottom: 13px;
    opacity: 1;
    position: absolute;
}
.main-nav a.brand {
    color: #fff;
}
.main-nav .nav-links li:last-of-type a:after {
    width: 0;
    height: 0;
}
.main-nav .nav-links li:last-of-type a:after:hover {
    width: 0;
    height: 0;
}
.main-nav .nav-links a {
    color: #fff;
    font-weight: 400;
    transition: all .22s ease-in-out;
    position: relative;
}
.main-nav .nav-links a:after {
    content: '';
    background-color: #2380D5;
    width: 0;
    height: 2px;
    bottom: 12px;
    right: 31px;
    position: absolute;
    transition: all .22s ease-in-out;
}
.main-nav .button-container {
    display: none;
}
.main-nav .button-container span {
    background-color: #fff;
}
.main-nav.white,
.blog .main-nav,
.single .main-nav,
.woocommerce-page .main-nav, .page-template-page-template-faqs-new .main-nav {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 33.333333333%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 36%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 60%;
}
.main-nav.white .button-container {
    display: none;
}
.main-nav.white .button-container span,
.blog .main-nav .button-container span,
.single .main-nav .button-container span,
.woocommerce-page .main-nav .button-container span,
body.search .main-nav .button-container span {
    background-color: #38454f;
}
.main-nav.white a.brand,
.blog .main-nav a.brand,
.single .main-nav a.brand,
.woocommerce-page .main-nav a.brand,
.page-template-page-template-faqs a.brand,
.page-template-page-template-about a.brand,
.page-template-page-template-contact a.brand,
.page-template-page-template-apply a.brand,
.error404 a.brand {
    color: #38454F;
    text-shadow: none;
}
.main-nav.white .main-nav .button-container span,
.blog .main-nav .main-nav .button-container span,
.single .main-nav .main-nav .button-container span,
.woocommerce-page .main-nav .main-nav .button-container span,
.page-template-page-template-faqs .main-nav .button-container span,
.page-template-page-template-contact .main-nav .button-container span,
.error404 .main-nav .button-container span,
.page-template-page-template-apply .main-nav .button-container span, 
.page-template-page-template-about .main-nav .button-container span{
    background-color: #38454f;
}
.blog .main-nav a.brand::before,
.single .main-nav a.brand::before,
.woocommerce-page .main-nav a.brand::before,
.page-template-page-template-faqs a.brand::before,
.page-template-page-template-faqs-new a.brand::before,
.page-template-page-template-contact a.brand::before,
.page-template-page-template-about a.brand::before,
.page-template-page-template-apply a.brand::before,
.error404 a.brand::before {
    opacity: 0;
}
.blog .main-nav a.brand::after,
.single .main-nav a.brand::after,
.woocommerce-page .main-nav a.brand::after,
.page-template-page-template-faqs a.brand::after,
.page-template-page-template-faqs-new a.brand::after,
.page-template-page-template-contact a.brand::after,
.page-template-page-template-about a.brand::after,
.page-template-page-template-apply a.brand::after,
.error404 a.brand::after {
    opacity: 1;
}
/*.main-nav.white .nav-links li a,
.blog .main-nav .nav-links li a,
.single .main-nav .nav-links li a,
.woocommerce-page .main-nav .nav-links li a,
.page-template-page-template-faqs .main-nav .nav-links li a,
.page-template-page-template-faqs-new .main-nav .nav-links li a,
.page-template-page-template-contact .main-nav .nav-links li a,
.page-template-page-template-apply .main-nav .nav-links li a,
.error404 .main-nav .nav-links li a {
    color: #38454F;
}
.main-nav.white .nav-links li a:hover,
.blog .main-nav .nav-links li a:hover,
.single .main-nav .nav-links li a:hover,
.woocommerce-page .main-nav .nav-links li a:hover,
.page-template-page-template-faqs li a:hover,
.page-template-page-template-faqs-new li a:hover,
.page-template-page-template-contact li a:hover,
.page-template-page-template-apply li a:hover,
.error404 li a:hover {
    color: #2380D5;
}*/

.search .nav-links li a,
.main-nav.white .nav-links li a,
.blog .main-nav .nav-links li a,
.single .main-nav .nav-links li a,
.woocommerce-page .main-nav .nav-links li a,
.page-template-page-template-faqs .main-nav .nav-links li a,
.page-template-page-template-faqs-new .main-nav .nav-links li a,
.page-template-page-template-contact .main-nav .nav-links li a,
.page-template-page-template-apply .main-nav .nav-links li a,
.page-template-page-template-about .main-nav .nav-links li a,
.error404 .main-nav .nav-links li a,
.blog .nav-links-container li > a,
.single .nav-links-container li > a,
.search .nav-links-container li > a,
.woocommerce-page .nav-links-container li > a,
.page-template-page-template-faqs .nav-links-container li > a,
.page-template-page-template-faqs-new .nav-links-container li > a,
.page-template-page-template-contact .nav-links-container li > a,
.page-template-page-template-apply .nav-links-container li > a,
.page-template-page-template-about .nav-links-container li > a,
.error404 .nav-links-container li > a
 {
    color: #38454F;
}

.error404 .nav-links-container .search-container button svg path,
.blog .nav-links-container .search-container button svg path,
.single .nav-links-container .search-container button svg path,
.woocommerce-page .nav-links-container .search-container button svg path,
.page-template-page-template-faqs .nav-links-container .search-container button svg path,
.page-template-page-template-faqs-new .nav-links-container .search-container button svg path,
.page-template-page-template-contact .nav-links-container .search-container button svg path,
.page-template-page-template-apply .nav-links-container .search-container button svg path,
.page-template-page-template-about .nav-links-container .search-container button svg path,
.search .nav-links-container .search-container button svg path,
.error404 .nav-links-container .search-container button svg path
{
    fill:#888888;
}

.main-nav.white .nav-links li a:hover,
.blog .main-nav .nav-links li a:hover,
.single .main-nav .nav-links li a:hover,
.woocommerce-page .main-nav .nav-links li a:hover,
.page-template-page-template-faqs li a:hover,
.page-template-page-template-faqs-new li a:hover,
.page-template-page-template-contact li a:hover,
.page-template-page-template-apply li a:hover,
.blog .nav-links-container li > a:hover,
.single .nav-links-container li > a:hover,
.woocommerce-page .nav-links-container li > a:hover,
.page-template-page-template-faqs .nav-links-container li > a:hover,
.page-template-page-template-faqs-new .nav-links-container li > a:hover,
.page-template-page-template-contact .nav-links-container li > a:hover,
.page-template-page-template-apply .nav-links-container li > a:hover,
.error404 .nav-links-container li > a:hover
.error404 li a:hover {
    color: #2380D5;
}
/* Footer Navigation Links */

.footer-links .menu-main-nav-container {
    padding: 80px 0 60px;
}
.footer-links .menu-main-nav-container .nav-links {
    list-style-type: none;
    padding: 0;
    display: table;
    margin: 0 auto;
}
.footer-links .menu-main-nav-container .nav-links:after {
    content: "";
    display: table;
    clear: both;
}
.footer-links .menu-main-nav-container .nav-links li {
    float: left;
    position: relative;
}
.footer-links .menu-main-nav-container .nav-links li.current-menu-item a {
    background-color: #42A2FB;
    color: #fff;
}
.footer-links .menu-main-nav-container .nav-links li a {
    display: block;
    padding: 10px 30px;
    font-size: 14px;
    color: #323C47;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 15px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.footer-links .menu-main-nav-container .nav-links li a:hover {
    opacity: 0.7;
}
.overlay {
    position: fixed;
    background: #2d353c;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 99999;
}
.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.overlay.open li {
    -webkit-animation: fadeInRight .33s ease forwards;
    animation: fadeInRight .33s ease forwards;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}
.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}
.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.overlay nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: 400;
    text-align: center;
}
.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}
.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 50px;
    position: relative;
    opacity: 0;
}
.overlay ul li a {
    display: block;
    position: relative;
    font-size: 32px;
    color: #fff;
    padding: 20px;
    text-decoration: none;
    overflow: hidden;
    font-family: "Maven Pro", "Open Sans", sans-serif;
    font-weight: 500;
}
.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
}
.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    transition: .35s;
}
.button-container.on-banner {
    position: absolute;
    top: 14px;
    right: 50px;
}
.button-container {
    position: absolute;
    top: 29px;
    right: 50px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999999;
    transition: opacity .25s ease;
}
.button-container.active .top {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
    background-color: #fff;
}
.button-container.active .middle {
    opacity: 0;
    background-color: #fff;
}
.button-container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background-color: #fff;
}
.button-container span {
    background: #2380D5;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
    border-radius: 2px;
}
.button-container span:nth-of-type(2) {
    top: 10px;
}
.button-container span:nth-of-type(3) {
    top: 20px;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 30%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 30%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}
body.mobile-menu-open .main-nav .button-container.on-banner {
    display: none !important;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
a {
    color: #42A2FB;
    font-family: "Maven Pro", "Open Sans", sans-serif;
}
::-moz-selection {
    background: #38454F;
    /* WebKit/Blink Browsers */

    color: #fff;
}
::selection {
    background: #38454F;
    /* WebKit/Blink Browsers */

    color: #fff;
}
::-moz-selection {
    background: #38454F;
    /* Gecko Browsers */

    color: #fff;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-animation: fadein 1s;
    /* Safari, Chrome and Opera > 12.1 */
    /* Firefox < 16 */
    /* Internet Explorer */
    /* Opera < 12.1 */

    animation: fadein 1s;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Internet Explorer */
/* Opera < 12.1 */

a {
    text-decoration: none;
}
ul.bullet {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.2;
}
ul.bullet li {
    padding-left: 1em;
    text-indent: -.7em;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    text-align: left;
}
ul.bullet li:before {
    content: '• ';
    color: #2380D5;
    font-size: 2.6rem;
    line-height: inherit;
    vertical-align: middle;
}
.section:not(.banner) {
    padding: 125px 0;
    border-bottom: 1px solid #eee;
}
.section.contract-manufacturing,
.section.new-product-innovation {
    border-bottom: 0;
}
.container {
    position: relative;
    margin: 0 auto;
    max-width: 1450px;
    padding: 0 20px;
}
.main-nav .container {
    max-width: 1500px;
    padding: 0 45px;
}
.section-header {
    text-align: center;
    margin-bottom: 100px;
}
.row {
    display: table-row;
}
address {
    font-style: normal;
    line-height: 2;
}
/* Display Table Grid: one-third width */

ul.grid {
    position: relative;
    display: table;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.grid li.one-third {
    position: relative;
    display: table-cell;
    width: 33.33%;
    padding: 0 5%;
    opacity: 1;
    bottom: 0;
    transition: all 0.2s ease-in-out;
}
input,
textarea {
    display: block;
    padding: 20px 15px;
    border: solid 1px #D0D7DD;
    font-family: "Open Sans", sans-serif;
    font-size: inherit;
    color: #989898;
    border-radius: 5px;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 3rem;
    width: 100%;
    background-color: #fff;
    min-height: 65px;
    transition: border .2s;
}
textarea {
    padding: 20px 15px;
}
label {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    color: #BAC5CD;
    margin-bottom: 10px;
    display: block;
    font-family: "Maven Pro", "Open Sans", sans-serif;
}
form.bg {
    background-color: #FAFBFC;
    padding: 3rem;
    width: 100%;
}
#form-messages {
    display: none;
    border: solid 3px #2380d5;
    border-radius: 5px;
    padding: 20px 40px;
    max-width: 470px;
    text-align: center;
    margin: 40px auto;
}
#form-messages p {
    font-weight: 500;
    margin: 0;
    line-height: 20px;
}
#form-messages p.error {
    color: #2380d5;
}
#form-messages.success {
    border: solid 1px #5fd65f;
}
#form-messages.success p.success {
    color: #5fd65f;
}
#form-messages.success a.close {
    cursor: pointer;
    padding: 10px;
    display: inline-block;
    position: relative;
    top: 7px;
}
.page-template-page-template-faqs #form-messages {
    max-width: 100%;
}
.blog-wrap {
    display: table;
}
footer.main-footer {
    background-color: #FAFBFB;
}
footer.main-footer ul.grid {
    padding: 75px 0 85px 0;
    border-spacing: 0;
}
footer.main-footer .copyright,
footer.main-footer .websiteby {
    color: #B9B9B9;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 20px;
}
footer.main-footer .websiteby {
    font-size: 12px;
    padding-bottom: 50px;
}
footer.main-footer .websiteby a {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}
footer.main-footer .address {
    font-size: 16px;
    font-weight: 300;
    color: #4B535F;
}
footer.main-footer .address li h4 {
    font-size: 17px;
    font-weight: 500;
    color: #4B535F;
    margin-bottom: 23px;
    margin-top: 0;
}
footer.main-footer .address li:nth-of-type(2) {
    padding: 0 4%;
    border-right: solid 1px rgba(75, 83, 95, 0.33);
    border-left: solid 1px rgba(75, 83, 95, 0.33);
}
.parallax {
    margin-top: 100vh;
}
/* Banner General Styling */

section.banner {
    height: 100vh;
    min-height: 700px;
    background-position: 50% 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
section.banner .container {
    height: 100%;
    max-width: 1500px;
}
section.banner .callout {
    position: absolute;
    display: block;
    width: 650px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
section.banner .callout .inner {
    display: block;
    margin: 0 30px;
}
section.banner .callout .inner div {
    color: rgba(255, 255, 255, 0.6);
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    margin-bottom: 30px;
    font-weight: 300;
    vertical-align: top;
}
section.banner .callout .inner div:before {
    content: 'NEW';
    position: relative;
    bottom: 1px;
    font-size: 10px;
    background-color: #2380D5;
    padding: 8px 14.5px;
    border-radius: 2px;
    color: #fff;
    letter-spacing: 1px;
    margin-right: 13px;
    vertical-align: middle;
    font-weight: 300;
}
section.banner .callout .inner h1 {
    color: #fff;
    line-height: 55px;
    font-weight: 500;
    margin-top: 55px;
    margin-bottom: 40px;
}
section.banner .callout .inner p {
    color: #fff;
    font-weight: 300;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 50px;
}
section.banner .callout.left {
    left: 0;
}
section.banner .callout.right {
    right: 0;
}
section.banner .callout-center {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mini-callout {
    padding: 140px 0;
    position: relative;
}
.mini-callout .container {
    position: relative;
}
.mini-callout.find-solution .container {
    display: table;
    width: 100%;
    max-width: 1200px;
    padding: 0 40px;
}
.mini-callout.find-solution {
    background: url("/source/2c02b31710a21fc85245386eb6171333/find-solution-bg.jpg") no-repeat center center;
    background-size: cover;
}
.mini-callout.find-solution .inner {
    display: table-row;
}
.mini-callout.find-solution h2 {
    font-size: 33px;
    color: #fff;
    letter-spacing: 5px;
    line-height: 39px;
    font-weight: 400;
    margin: 0 0 25px 0;
}
.mini-callout.find-solution p {
    font-size: 20px;
    margin: 0;
    color: #fff;
    font-weight: 300;
    line-height: 35px;
    max-width: 729px;
}
.mini-callout.find-solution .left {
    width: 70%;
}
.mini-callout.find-solution .right {
    width: 30%;
    vertical-align: bottom;
    text-align: right;
    padding-bottom: 15px;
}
.mini-callout.find-solution .right .btn:last-child {
    margin-right: 0;
}
.mini-callout.find-solution .left,
.mini-callout.find-solution .right {
    display: table-cell;
}
/* The Faq follow link on the Tour page */

.faq-link span {
    padding: 45px 0 65px;
    display: block;
    color: #95989A;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.4px;
    font-family: "Open Sans", sans-serif;
}
.faq-link span a {
    color: #42A2FB;
    font-size: 16.8px;
}
/* Home Page */

section.home-banner {
    background: url("/source/e54ec0ec79dbf6dc4c6adc9aafc428e0/banner-home.jpg") no-repeat;
    background-color: #232323;
    background-position: 37% 0;
    background-size: cover;
    min-height: 600px;
}
/* Services home page */

.service-featured-image {
    background-position: center center;
    background-size:cover!important;
    background-repeat: no-repeat;
    height:230px;
    width:100%;
    border-radius: 3px;
    display:block;
    position:relative;
    margin-bottom:25px;
}


section.our-services .container > p {
    color: #A0A0A0;
}
section.our-services .container > p,
section.our-services span:not(.btn) {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0;
}
section.our-services .container > p a {
    font-family: "Open Sans", sans-serif;
    color: #2380D5;
}
section.our-services .services {
    border-spacing: 40px 0;
    padding: 0 28px;
    margin-bottom: 30px;
}
section.our-services .services .service-excerpt p:after {
    content: attr(data-order);
    display: block;
    margin: 3rem auto 2rem auto;
    color: #323C47;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
}
section.our-services .services .service-excerpt h4 {
    text-transform: uppercase;
    letter-spacing: 0.35px;
    font-size: 18px;
    font-weight: 500;
    color: #323C47;
    margin-top: 0;
}
section.our-services .services .service-excerpt p {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 300;
    color: #606060;
}
section.our-services .services .service-excerpt .number {
    font-weight: bold;
    font-size: 18px;
    color: #323C47;
    margin: 20px 0;
}
section.our-services .services .service-excerpt .btn {
    font-family: "Maven Pro", "Open Sans", sans-serif;
    text-align: center;
    line-height: normal;
    letter-spacing: 0.35;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    margin-right: 0;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
section.our-services .services .service-excerpt .btn:hover,
section.our-services .services .service-excerpt:hover .btn:hover {
    background-color: #3388de;
    border-color: #3388de;
}
section.our-services .services .service-excerpt {
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
section.our-services .services .service-excerpt:hover {
    border: solid 1px rgba(149, 152, 154, 0.2);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
}
section.our-services .services .service-excerpt:hover .btn {
    background-color: #2380D5;
    border-color: #2380D5;
    color: #fff;
}
.mini-callout.deliver-quality {
    background: url("/source/6458c499ca7a068ebce1345d7cbc84e9/deliver-quality-bg.jpg") no-repeat;
    background-size: cover;
    position: relative;
    padding: 140px 0 50px;
}
.mini-callout.deliver-quality .container {
    z-index: 999;
}
.mini-callout.deliver-quality h3,
.mini-callout.deliver-quality p {
    font-weight: 300;
}
.mini-callout.deliver-quality h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 50px;
    margin-top: 0;
}
.mini-callout.deliver-quality p {
    font-size: 25px;
    max-width: 947px;
    margin: 0 auto 120px auto;
    color: #fff;
    line-height: 35px;
}
.mini-callout.deliver-quality .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.mini-callout.deliver-quality .slick-dots li {
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.mini-callout.deliver-quality .slick-dots li::before {
    position: absolute;
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    left: 5px;
    top: 5px;
    background-color: #939EA7;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}
.mini-callout.deliver-quality .slick-dots li.slick-active::before {
    background-color: #2380D5;
    height: 9px;
    width: 9px;
    left: 3px;
    top: 3px;
}
/* Recent news */

.section.recent-news {
    padding-top: 125px;
}
.section.recent-news .post-excerpts {
    display: table;
    position: relative;
}
.section.recent-news .post-excerpt {
    position: relative;
    display: table-cell;
    width: 25%;
    padding: 0 15px 15px 15px;
}
.section.recent-news .post-excerpt > a {
    position: relative;
    display: block;
    height: 450px;
    transition: all .2s ease-in-out;
}
.section.recent-news .post-excerpt > a:hover {
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.1);
}
.section.recent-news .post-excerpt h3,
.section.recent-news .post-excerpt p {
    padding: 0 30px;
    margin: 0;
}
.section.recent-news .post-excerpt .featured-img {
    background-repeat: no-repeat;
    background-position: center center !important;
    background-size: cover !important;
    height: 260px;
}
.section.recent-news .post-excerpt h3 {
    margin-top: 33px;
    font-weight: 700;
    font-size: 23px;
    color: #202020;
    line-height: 1.25;
    height: 60px;
    overflow: hidden;
}
.section.recent-news .post-excerpt p {
    position: relative;
    color: #606060;
    line-height: 26px;
    font-size: 20px;
    height: 52px;
    overflow: hidden;
}
.section.recent-news .post-excerpt p::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 30px;
}
.section.recent-news .post-excerpt.new {
    position: relative;
}
.section.recent-news .post-excerpt.new:before {
    content: 'NEW';
    font-size: 9px;
    font-weight: 500;
    background-color: #2380D5;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 41px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.section.recent-news .featured-post {
    vertical-align: middle;
    position: relative;
    display: table-cell;
    width: 50%;
    padding: 0 15px 30px 15px;
}
.section.recent-news .featured-post > a {
    position: relative;
    display: block;
    background: url("/source/9c709fdc414b131a34978dd435c9d2ab/featured-post-bg.jpg") no-repeat;
    background-size: cover;
    height: 450px;
    padding: 85px 65px 0 65px;
    transition: all 0.2s ease-in-out;
}
.section.recent-news .featured-post > a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
}
.section.recent-news .featured-post > a:hover {
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.1);
}
.section.recent-news .featured-post .btn-primary {
    position: relative;
    z-index: 2;
    background-color: #42A2FB;
    border-color: #42A2FB;
    line-height: 36px;
    width: 221px;
    font-size: 15px;
    letter-spacing: 1px;
    height: 36px;
    padding: 0;
}
.section.recent-news .featured-post .btn-primary:hover {
    background-color: #4fa9ff;
    border-color: #4fa9ff;
}
.section.recent-news .featured-post > a:before {
    content: 'NEW';
    font-size: 9px;
    font-weight: 500;
    background-color: #42A2FB;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 61px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: top;
    top: 3px;
    z-index: 2;
}
.section.recent-news .featured-post h3 {
    position: relative;
    z-index: 2;
    font-size: 30px;
    font-weight: 700;
    line-height: 41px;
    height: 82px;
    margin: 0 0 25px 0;
    color: #202020;
    overflow: hidden;
}
.section.recent-news .featured-post p {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    color: #606060;
    margin: 0 0 50px 0;
}
.section.recent-news .featured-post h3,
.section.recent-news .featured-post p {
    max-width: 361px;
}
/* Services Page */
/* Service page uses different image for find solution */

.page-template-page-template-services .mini-callout.find-solution {
    background: url("/source/4ab6ce6878dbb0bdc342c9a07125f279/find-solution-bg-2.jpg") no-repeat center center;
    background-size: cover;
}
.page-template-page-template-services .slick-slide:not(.slick-current) .btn {
    background-color: #fff;
    border-color: #fff;
    transition: all .3s ease-in-out;
}
.page-template-page-template-services .slick-slide {
    outline: none !important;
}
.page-template-page-template-services .slick-track {
    padding: 10px 0;
}
.banner.services-banner {
    background: url("/source/54f9a3d8d1c69eed716d077d1f1ae665/services-banner.jpg") no-repeat;
    width: 100%;
    background-size: cover;
    height: 100vh;
    min-height: 650px;
}
.banner.services-banner .container {
    position: relative;
}
.banner.services-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
section.contract-manufacturing,
section.engineering-services {
    position: relative;
}
section.contract-manufacturing .section-header,
section.engineering-services .section-header {
    margin-bottom: 50px;
}
section.contract-manufacturing .services .service-excerpt,
section.engineering-services .services .service-excerpt,
.tax-service_tax .services .service-excerpt {
    padding: 70px 25px 107px;
    margin: 0 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid transparent;
    height: 476px;
}
section.contract-manufacturing .services .service-excerpt .btn,
section.engineering-services .services .service-excerpt .btn,
.tax-service_tax .services .service-excerpt .btn {
    border: solid 1px #eee;
    transition: all .2s ease-in-out;
}
section.contract-manufacturing .services .service-excerpt:hover,
section.engineering-services .services .service-excerpt:hover,
.tax-service_tax .services .service-excerpt:hover {
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
    border: 1px solid rgba(149, 152, 154, 0.2);
}
section.contract-manufacturing .services .service-excerpt:hover .btn,
section.engineering-services .services .service-excerpt:hover .btn,
.tax-service_tax .services .service-excerpt:hover .btn {
    background-color: #2380D5;
    border-color: #2380D5;
    color: #fff;
}
section.contract-manufacturing .services .service-excerpt h3,
section.engineering-services .services .service-excerpt h3,
.tax-service_tax .services .service-excerpt h3 {
    font-size: 25px;
    color: #202020;
    line-height: 29px;
    font-weight: 500;
    margin: 0;
}
section.contract-manufacturing .services .service-excerpt h3:after,
section.engineering-services .services .service-excerpt h3:after,
.tax-service_tax .services .service-excerpt h3:after {
    content: "Services Include:";
    position: relative;
    top: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #474747;
    display: block;
    margin: 0;
}
section.contract-manufacturing .services .service-excerpt ul li,
section.engineering-services .services .service-excerpt ul li {
    color: #A0A0A0;
}
section.contract-manufacturing .services .service-excerpt p,
section.engineering-services .services .service-excerpt p,
.tax-service_tax .services .service-excerpt p {
    font-size: 20px;
    line-height: 25px;
    color: #A0A0A0;
    margin-top: 10px;
}
/* New Product Innovation */

section.section.new-product-innovation {
    background-color: #F9FAFB;
    padding: 75px 0;
}
section.section.new-product-innovation .container {
    max-width: 1250px;
}
section.section.new-product-innovation .section-header {
    margin-bottom: 50px;
}
section.section.new-product-innovation .section-header h2 {
    margin-bottom: 7px;
}
section.section.new-product-innovation .grid {
    margin-bottom: 0;
    width: 100%;
}
section.section.new-product-innovation .grid .third {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}
section.section.new-product-innovation .grid .third p {
    text-align: left;
    color: #A0A0A0;
    line-height: 28px;
    padding: 0 0 0 100px;
    margin: 0;
}
section.section.new-product-innovation .grid .third p:before {
    font-size: 48px;
    font-family: "Maven Pro", "Open Sans", sans-serif;
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: 10px;
}
section.section.new-product-innovation .grid .third:nth-of-type(1) p:before {
    content: '01';
    color: #89D6FF;
}
section.section.new-product-innovation .grid .third:nth-of-type(2) p:before {
    content: '02';
    color: #42A2FB;
}
section.section.new-product-innovation .grid .third:nth-of-type(3) p:before {
    content: '03';
    color: #2380D5;
}
/* Supply Chain Management */

.section.supply-chain-mgmt .inner {
    max-width:1920px;
    margin:0 auto;
    position: relative;
}

.section.supply-chain-mgmt {
    border: none;
    background-color: #f9f9f9;
    padding-bottom: 200px;

}
.section.supply-chain-mgmt .container {
    position: static;
}
.section.supply-chain-mgmt .grid {
    width: 100%;
    border-spacing: 0;
}
.section.supply-chain-mgmt .text {
    position: relative;
    width: 50%;
    display: table-cell;
}
.section.supply-chain-mgmt h2 {
    font-size: 44px;
    font-weight: 400;
    line-height: 51px;
}
.section.supply-chain-mgmt p {
    font-size: 18px;
    line-height: 30px;
    color: #A0A0A0;
    font-weight: 400;
    letter-spacing: 0.25px;
    padding-right: 14%;
}
.section.supply-chain-mgmt p:first-of-type {
    margin-bottom: 50px;
}
.section.supply-chain-mgmt p > a {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}
.section.supply-chain-mgmt a.video-cta {
    color: #2079CB;
    font-size: 20px;
    line-height: 23px;
    position: relative;
    line-height: normal;
    margin-top: 30px;
    display: block;
    font-weight: 500;
}
.section.supply-chain-mgmt a.video-cta:before {
    content: '';
    background: url("/source/c03295fc33c817dea46cb58a4c76babf/play-btn.png") no-repeat -6px 0;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 53px;
    width: 53px;
    margin-right: 10px;
    line-height: normal;
}
.section.supply-chain-mgmt .images:hover {
    cursor: pointer;
}
.section.supply-chain-mgmt .images img {
    position: absolute;
    right: 0;
    top: 0%;
}
.section.supply-chain-mgmt .images .play-img {
    z-index: 1;
    position: absolute;
    height: 364px;
    width: 645px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-43%);
}
.section.supply-chain-mgmt.video-play {
    position: static;
}
body.video-play {
    position: relative;
    overflow: hidden;
}
.section.supply-chain-mgmt.video-play .container {
    position: static;
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.section.supply-chain-mgmt .images .play-img.clicked img {
    width: 100%;
}
.section.supply-chain-mgmt .images .play-img .video-container:after {
    content: '';
    height: 60px;
    width: 60px;
    background: url("/source/3416f46d77f11becfde97c632a88214f/play-btn-large.png") 0 0 no-repeat;
    background-size: 60px 60px;
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .33s ease;
    opacity: 1;
}
.close-video {
    position: absolute;
    color: #fff;
    font-size: 28px;
    right: 26px;
    top: 20%;
    display: none;
}
.close-video span:first-of-type {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.close-video span:nth-of-type(2) {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}
.section.supply-chain-mgmt .images .play-img:hover .video-container:after {
    height: 65px;
    opacity: 1;
    width: 65px;
    background-size: 65px 65px;
}
.section.supply-chain-mgmt .images .play-img.toggled .video-container:after {
    opacity: 0;
}
.section.supply-chain-mgmt .images .play-img.toggled .video-container {
    z-index: 9999;
    top: 0;
}
.section.supply-chain-mgmt .images .play-img img {
    position: relative;
}
.section.supply-chain-mgmt .images {
    display: table-cell;
    width: 50%;
}
.section.supply-chain-mgmt .images .play-img:not(.toggled) {
    z-index: 999;
    right: 10%;
    transition: transform .33s ease, left .33s ease;
}
.section.supply-chain-mgmt .images .play-img .video-container {
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    position: absolute;
    left: 0;
    transition: transform .22s ease-out;
    z-index: 99999;
}
.section.supply-chain-mgmt .images .play-img.toggled {
    z-index: 99999;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(0) scale(1.5);
    margin: 0 auto;
    transition: transform .33s ease, left .33s ease;
    position: fixed;
}
.section.supply-chain-mgmt .images .play-img .video-container video {
    z-index: 99999;
    display: block;
}
@keyframes scaleUp {
    0% {
        transform: scale(1) translateX(0);
    }
    100% {
        transform: scale(1.5) translateX(-100px);
    }
}
@keyframes scaleDown {
    0% {
        transform: scale(1.5) translateX(-100px);
    }
    100% {
        transform: scale(1) translateX(0);
    }
}
/* Circuit Board Testing */

.circuit-board-testing .section-header p {
    max-width: 865px;
}
.circuit-board-testing .section-header {
    margin-bottom: 50px;
}
.circuit-board-testing .grid {
    margin-bottom: 0;
}
.circuit-board-testing .service-types {
    position: relative;
    right: 20px;
}
.circuit-board-testing .service-types .service {
    text-align: left;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}
.circuit-board-testing .service-types .service h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
}
.circuit-board-testing .service-types .service p {
    color: #95989A;
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 50px;
}
.circuit-board-testing .service-types .service a {
    color: #42A2FB;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    font-family: "Open Sans";
    font-size: 14px;
}
.circuit-board-testing .service-types .service h4,
.circuit-board-testing .service-types .service p,
.circuit-board-testing .service-types .service a {
    padding: 0 0 0 145px;
}
.circuit-board-testing .service-types .service:before {
    content: '';
    background-size: 100%;
    display: inline-block;
    float: left;
    position: absolute;
    top: 20px;
    left: 74px;
}
.circuit-board-testing .service-types .circuit:before {
    content: '';
    width: 58px;
    height: 51px;
    background: url("/source/eeea5a6593e9aabce0d96c56597cb23b/circuit.png") no-repeat 0 0;
}
.circuit-board-testing .service-types .function:before {
    width: 51px;
    height: 51px;
    background: url("/source/6aea9093d9c93b260f868ed02e01d045/functional.png") no-repeat 0 0;
}
.circuit-board-testing .service-types .temp-cycle:before {
    width: 17px;
    height: 51px;
    left: 100px;
    background: url("/source/57923cd701f2d413a1db0257b0d378df/temperature.png") no-repeat 0 0;
}
/* General Styles for services excerpts on page-template-services */

.page-template-page-template-services .services .service-excerpt,
.tax-service_tax .services .service-excerpt {
    position: relative;
}
.page-template-page-template-services .services .service-excerpt .btn,
.tax-service_tax .services .service-excerpt .btn {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 152px;
    height: 45px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.3px;
    padding: 0;
    line-height: 45px;
}
.page-template-page-template-services .services .service-excerpt h3,
{
    font-size: 2.4rem;
    color: #202020;
    font-weight: 300;
}
.page-template-page-template-services .services .service-excerpt h3:after,
.tax-service_tax .services .service-excerpt h3:after {
    content: "Services Include:";
    font-size: 12px;
    font-weight: bold;
    color: #202020;
    display: block;
}
.page-template-page-template-services .services .service-excerpt ul li,
.tax-service_tax .services .service-excerpt ul li {
    color: #A0A0A0;
}
.page-template-page-template-services .services .service-excerpt p,
{
    line-height: 2;
    color: #A0A0A0;
}
/* Directional Arrows for slider on certain sections */

.contract-manufacturing .services,
.engineering-services .services,
.tax-service_tax .services {
    position: relative;
}
.contract-manufacturing .services .arrows,
.engineering-services .services .arrows,
.tax-service_tax .arrows {
    position: relative;
    display: block;
    top: 100%;
    /*right: 20px;*/
}
.contract-manufacturing .services .arrows .arrow,
.engineering-services .services .arrows .arrow,
.tax-service_tax .arrows .arrow {
    width: 30px;
    height: 30px;
    bottom: 0;
    background-size: 100%;
    cursor: pointer;
    display: inline-block;
    overflow: visible;
}
/* take away border bottom - engineering services */

.engineering-services {
    border-bottom: 0!important;
}
.contract-manufacturing .services .arrows .arrow-prev,
.engineering-services .services .arrows .arrow-prev,
.tax-service_tax .services .arrows .arrow-prev {
    margin-right: 5px;
}
.arrow-prev .cls-2,
.arrow-prev .cls-5 {
    fill: none;
}
.arrow-prev .cls-2 {
    stroke: #D1D1D1;
    stroke-width: 2px;
    transition: all .1s ease;
}
.arrow-prev .cls-3 {
    fill: #D1D1D1;
    transition: all .1s ease;
}
.arrow-prev .cls-4 {
    stroke: none;
}
.arrow-prev:hover .cls-1 {
    opacity: 1;
}
.arrow-prev:hover .cls-2 {
    stroke: #42a2fb;
}
.arrow-prev:hover .cls-3 {
    fill: #42a2fb;
}
.contract-manufacturing .services .arrows .arrow-next,
.engineering-services .services .arrows .arrow-next,
.tax-service_tax .services .arrows .arrow-next {
    right: 0;
}
.arrow-next .cls-1,
.arrow-next .cls-4 {
    fill: none;
}
.arrow-next .cls-1 {
    stroke: #D1D1D1;
    stroke-width: 2px;
    transition: all .1s ease;
}
.arrow-next .cls-2 {
    fill: #D1D1D1;
    transition: all .1s ease;
}
.arrow-next .cls-3 {
    stroke: none;
}
.arrow-next:hover .cls-1 {
    stroke: #42a2fb;
}
.arrow-next:hover .cls-2 {
    fill: #42a2fb;
}
/* Service Category single */

body.page-template-page-template-services-category .service-wrap {
    width: 100%;
    max-width: 850px;
    margin: 40px auto;
    list-style-type: none;
    padding: 0;
}
body.page-template-page-template-services-category .service-wrap .service {
    display: block;
    width: 100%;
}
body.page-template-page-template-services-category .service-wrap a {
    font-size: 32px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
/* 404 */
/* 404 Styles */

body.error404 {
    background: url("/source/323ff7aaea43e646fd4cc7bf9c4b79c9/404-bg.png") no-repeat 0 0;
    width: 100%;
    background-size: 100%;
    height: 100vh;
    overflow-y: hidden;
}
.wrap-404 div.quality {
    position: absolute;
    font-family: "Maven Pro", "Open Sans", sans-serif;
    font-size: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #52A4EA;
    font-weight: 500;
    text-align: center;
    letter-spacing: -1px;
}
.wrap-404 .inner {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wrap-404 .inner .btn {
    margin: 0;
}
.wrap-404 .inner h1 {
    font-size: 126px;
    font-weight: bold;
    color: #4B535F;
    margin-bottom: 45px;
}
.wrap-404 .inner h2 {
    font-size: 32px;
    font-weight: bold;
    color: #4B535F;
    margin-bottom: 25px;
}
.wrap-404 .inner p {
    font-size: 22px;
    line-height: 1.5;
    color: #4B535F;
}
.wrap-404 .inner p:after {
    content: '';
    background-color: #d8d8d8;
    width: 400px;
    margin: 44px auto;
    height: 2px;
    display: block;
}
/* Resource */

section.resource-download {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #eee;
}
section.resource-download .grid {
    text-align: left;
    margin: 30px 0px 0;
}
section.resource-download .grid li {
    padding: 0 10px;
    display: table-cell;
    max-width: 274px;
}
section.resource-download .downloads {
    margin: 40px 0 0px;
}
section.resource-download .downloads h1 {
    font-size: 27px;
    font-weight: 500;
    line-height: 32px;
    color: #38454F;
    margin: 75px 0 30px;
}
section.resource-download .downloads p {
    font-size: 18px;
    margin-top: 0;
}
section.resource-download .downloads a {
    color: #A0A0A0;
    line-height: 24px;
    font-size: 18px;
}
section.resource-download .downloads a:hover {
    color: #42A2FB;
    font-weight: 500;
}
section.resource-download .downloads p {
    font-size: 18px;
    color: #95989A;
    font-weight: 300;
    line-height: 19px;
    margin-bottom: 0;
    text-align: center;
}
section.browse-detailed .grid {
    margin: 0 auto;
}
section.browse-detailed .half {
    position: relative;
    padding: 0 20px;
}
section.browse-detailed a {
    color: #42A2FB;
}
section.browse-detailed .browse {
    max-width: 380px;
}
section.browse-detailed .browse h2 {
    font-size: 37px;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 15px;
}
section.browse-detailed .browse p {
    font-size: 17px;
    color: #606060;
    line-height: 28px;
    margin-bottom: 1.5rem;
}
section.browse-detailed .browse a {
    display: block;
    margin-bottom: 100px;
    font-weight: 400;
    font-family: "Maven Pro", "Open Sans", sans-serif;
    font-size: 18px;
}
section.browse-detailed ul li {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 24px;
}
section.browse-detailed ul li p {
    font-size: 14px;
    margin-top: 15px;
    color: #95989A;
    line-height: 19px;
    max-width: 487px;
}
section.browse-detailed ul a {
    display: block;
    color: #42A2FB;
    line-height: 30px;
    font-size: 18px;
    padding-left: 15px;
}
/* Tour */
/* video container */

body.video-playing {
    overflow: hidden;
    position: relative;
}
.video-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    opacity: 1;
    transition: .33s ease-in-out opacity;
}
.video-overlay.hidden {
    opacity: 0;
    height: 0;
    transition: .33s ease-in-out opacity;
}
.video {
    position: fixed;
    left: 0;
    top: 0;
    max-width: 1200px;
    width: 80%;
    height: 0;
    margin: 0 auto;
    opacity: 0;
    right: 0;
    transition: .33s ease-in-out opacity;
}
.video video {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.video.show {
    z-index: 999999;
    height: 100%;
    opacity: 1;
    transition: .33s ease-in-out opacity;
}
section.banner.tour-banner {
    background: url("/source/d477dda5c3667b6ea8dcbf2a9eb99d2e/tour-banner.jpg") no-repeat 50% 0;
    background-size: cover;
    position: relative;
}
section.banner.tour-banner.playing-video {
    height: 100vh;
}
section.banner.tour-banner .endless-possibilities.slide-out {
    right: 0 !important;
    transition: all .3s ease-in-out;
}
section.banner.tour-banner.playing-video .endless-possibilities {
    opacity: 0;
}
section.banner.tour-banner .endless-possibilities {
    transition: all .11s ease;
    background-color: #fff;
    position: absolute;
    right: 0;
    left: auto;
    bottom: 20%;
    /*border-radius: 132px 3px 0px 132px;
	border-radius: 132px 3px 0px 132px;*/

    padding: 27px 5px;
    border-radius: 2px;
}
section.banner.tour-banner .endless-possibilities:before {
    content: "";
    background-image: url("/source/57f8a307bf22d222feaca13b35fc2086/endless-pos-img.png");
    background-position: center;
    background-size: cover;
    display: inline;
    vertical-align: middle;
    position: absolute;
    left: 23px;
    top: 23px;
    border-radius: 2px;
    overflow: hidden;
    height: 93px;
    width: 93px;
}
section.banner.tour-banner .endless-possibilities h5,
section.banner.tour-banner .endless-possibilities p,
section.banner.tour-banner .endless-possibilities a {
    max-width: 213px;
    margin-left: 132px;
    position: relative;
    top: 0px;
}
section.banner.tour-banner .endless-possibilities h5 {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: 1px;
    color: #202020;
}
section.banner.tour-banner .endless-possibilities p {
    font-size: 14px;
    color: #A0A0A0;
    margin-bottom: 7px;
}
section.banner.tour-banner .endless-possibilities span {
    display: inline-block;
    font-size: 14px;
    color: #2380D5;
    margin-left: 132px;
}
section.banner.tour-banner .play-video {
    font-size: 22px;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    clear: both;
    margin: 70px auto;
    width: 345px;
}
section.banner.tour-banner .play-video:before {
    content: '';
    height: 61px;
    width: 48px;
    background: url("/source/d8cfd58b46c2ee6b4b779588bced2b24/tour-play-arrow.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2rem;
}
/* FAQ */

section.faq-banner {
    background: url("/source/3ed604fce0c80d1f2c8b41e0e06aa97f/faq-banner.jpg") no-repeat center center;
    padding-bottom: 175px;
    background-size: cover;
}
section.faq-banner .grid {
    margin-bottom: 0;
    margin-top: 130px;
}
section.faq-banner h2 {
    font-size: 29px;
    margin-bottom: 50px;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: -0.15px;
    font-weight: 500;
    color: #323C47;
}
section.faq-banner .grid {
    width: 100%;
    border-spacing: 0;
    margin-top: 0;
    padding-top: 150px;
}
section.faq-banner .form-wrap {
    margin-right: 130px;
    width: 694px;
}
section.faq-banner form {
    padding: 50px;
    border-radius: 4px;
}
section.faq-banner form input,
section.faq-banner form textarea {
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: solid 1px #D0D7DD;
    font-size: 17px;
    background: #fff;
    color: #989898;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    outline: none !important;
    font-family: "Open Sans", sans-serif;
    box-shadow: none !important;
}
section.faq-banner form input:focus,
section.faq-banner form textarea:focus {
    outline: none !important;
    border: 1px solid #42A2FB;
}
section.faq-banner form textarea {
    margin-bottom: 60px;
    height: 200px;
}
.iwrap {
    position: relative;
}
.iwrap label {
    color: #42A2FB;
    font-size: 11px;
    font-weight: 500;
    opacity: 0;
    text-transform: uppercase;
    -webkit-transition: opacity .2s, top .2s;
    transition: opacity .2s, top .2s;
    position: absolute;
    top: -1px;
    left: 1.1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.iwrap input:focus + label {
    opacity: 1;
    top: 4px;
}
.iwrap textarea:focus + label {
    opacity: 1;
    top: 4px;
}
.iwrap input::-webkit-input-placeholder {
    color: #989898;
}
.iwrap textarea::-webkit-input-placeholder {
    color: #989898;
}
.iwrap input:-moz-placeholder {
    color: #989898;
}
.iwrap textarea:-moz-placeholder {
    color: #989898;
}
.iwrap input::-moz-placeholder {
    color: #989898;
}
.iwrap textarea::-moz-placeholder {
    color: #989898;
}
.iwrap input:-ms-input-placeholder {
    color: #989898;
}
.iwrap textarea:-ms-input-placeholder {
    color: #989898;
}
.iwrap input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0);
}
.iwrap textarea:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0);
}
.iwrap input:focus:-moz-placeholder {
    color: rgba(255, 255, 255, 0);
}
.iwrap textarea:focus:-moz-placeholder {
    color: rgba(255, 255, 255, 0);
}
.iwrap input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0);
}
.iwrap textarea:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0);
}
.iwrap input:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0);
}
.iwrap textarea:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0);
}
section.faq-banner form .btn-primary {
    background-color: #42A2FB;
    border-color: #42A2FB;
}
section.faq-banner form .btn {
    margin-right: 25px;
    width: calc(51.5% - 25px);
    height: 50px;
}
section.faq-banner form .btn:last-of-type {
    margin-right: 0;
}
section.faq-banner .faqs {
    padding-right: 125px;
}
section.faq-banner .faqs h2 {
    margin-top: 40px;
}
section.faq-banner .faqs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
section.faq-banner .faqs ul li.faq {
    position: relative;
    margin-bottom: 0px;
    transition: all .22s ease-in-out;
}
section.faq-banner .faqs ul li.faq:after {
    /*//content: url("/source/680bbee0641e425d0f3ab0587e4e40dc/faq-arrow.svg");*/

    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background: url("/source/680bbee0641e425d0f3ab0587e4e40dc/faq-arrow.svg");
    color: #A0A0A0;
    font-size: 22px;
    float: right;
    display: inline-block;
    width: 8px;
    height: 15px;
    transition: all .3s ease-in-out;
    position: absolute;
    right: 0;
    top: 10px;
}
section.faq-banner .faqs ul li.faq .title {
    font-size: 20px;
    color: #989898;
    font-weight: 400;
    line-height: 30px;
    padding: 0 50px 12px 0;
}
section.faq-banner .faqs ul li.faq:hover {
    cursor: pointer;
}
section.faq-banner .faqs ul li.faq:hover .title {
    color: #606060;
}
section.faq-banner .faqs ul li.faq:hover:after {
    background: url("/source/d0fb2f5f103ef96cac6d45e5cddecef6/faq-arrow-hover.svg");
    background-repeat: no-repeat;
}
section.faq-banner .faqs ul li.faq p {
    height: 0;
    opacity: 0;
    margin: 0;
    height: 0;
    transition: opacity ease-out .33s;
    transition: height linear .11s;
}
section.faq-banner .faqs ul li.active {
    padding-bottom: 30px;
    transition: all ease .22s;
}
section.faq-banner .faqs ul li.active:after {
    background: url("/source/d0fb2f5f103ef96cac6d45e5cddecef6/faq-arrow-hover.svg");
    background-repeat: no-repeat;
    color: #A0A0A0;
    font-size: 2.2rem;
    display: inline-block;
    width: 8px;
    height: 15px;
    transition: all .11s ease-in-out;
    padding-bottom: .17em;
    transform: rotate(90deg);
}
section.faq-banner .faqs ul li.active .title {
    color: #585858;
    font-weight: 600;
}
section.faq-banner .faqs ul li.active p {
    height: auto;
    opacity: 1;
    transition: all ease .44s;
}
section.faq-banner .faqs ul li.active p:before {
    content: '';
    display: block;
    margin: 0 0 1.5rem;
    background-color: #2380D5;
    height: 2px;
    width: 20px;
}
section.faq-banner .faqs ul p {
    color: #A0A0A0;
    line-height: 1.8;
    padding-right: 50px;
    margin-top: 0;
}

/* FAQ - NEW */
section.faq-banner .grid h2.video-heading {
    font-size: 36px;
}

section.faq-banner .grid .images .play-img {
    z-index: 1;
    position: absolute;
    /*height: 364px;
    width: 645px;*/
    height: 380px;
    width: 680px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-43%);
}

section.faq-banner .grid .images .play-img.toggled {
    z-index: 99999;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(0) scale(1.5);
    margin: 0 auto;
    transition: transform .33s ease, left .33s ease;
    position: fixed;
}

section.faq-banner .images .play-img:not(.toggled) {
    z-index: 999;
    transition: transform .33s ease, left .33s ease;
}

section.faq-banner .images .play-img .video-container {
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    position: absolute;
    left: 0;
    transition: transform .22s ease-out;
    z-index: 99999;
}

section.faq-banner .images .play-img .video-container:after {
    content: '';
    height: 60px;
    width: 60px;
    background: url("/source/3416f46d77f11becfde97c632a88214f/play-btn-large.png") 0 0 no-repeat;
    background-size: 60px 60px;
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .33s ease;
    opacity: 1;
}

section.faq-banner .images .play-img:hover .video-container:after {
    height: 65px;
    opacity: 1;
    width: 65px;
    background-size: 65px 65px;
}

section.faq-banner .images .play-img.toggled .video-container:after {
    opacity: 0;
}

section.faq-banner .images .play-img .video-container video {
    z-index: 99999;
    display: block;
}

section.faq-banner .images .play-img.toggled .video-container {
    z-index: 9999;
    top: 0;
}

/* Contact */

section.contact {
    background: url("/source/b6f43b37f664274f7aed3478c6a2010a/contact-banner.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 10rem;
}
section.contact .section-header {
    padding-top: 150px;
    margin-bottom: 50px;
}
section.contact .section-header h2 {
    font-size: 34px;
    font-weight: 500;
    max-width: 1100px;
    line-height: 40px;
    letter-spacing: -1px;
    margin: 0 auto 40px auto;
}
section.contact .section-header div {
    display: inline-block;
    padding: 15px;
}
section.contact .section-header div strong {
    padding-right: 5px;
}
section.contact .section-header div a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}
section.contact .grid {
    width: 100%;
    border-spacing: 0;
}
section.contact .grid .left,
section.contact .grid .right {
    display: table-cell;
}
section.contact .grid .left {
    width: 40%;
    padding: 0 20px;
}
section.contact .grid .right {
    width: 60%;
    position: relative;
    padding: 0 20px;
}
section.contact form {
    max-width: 1290px;
    margin: 0 auto;
}
section.contact form .btn {
    display: block;
    width: 100%;
    vertical-align: bottom;
    margin-top: 20px;
    border-radius: 5px;
}
section.contact form input:last-of-type {
    margin-bottom: 0;
}
section.contact form input,
section.contact form textarea {
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: solid 1px #D0D7DD;
    font-size: 17px;
    background: #fff;
    color: #989898;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    outline: none !important;
    font-family: "Open Sans", sans-serif;
}
section.contact form input:focus,
section.contact form textarea:focus {
    outline: none !important;
    border: 1px solid #42A2FB;
}
section.contact form textarea {
    background: #fff;
    height: 322px;
}
section.contact form .chars-left {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #989898;
}
section.contact form .chars-left span {
    font-weight: bold;
    color: #38454F;
}
section.contact label {
    margin: 18px 0 8px 2px;
}
/* Blog Index Page */

body.blog .blog-banner,
body.single .blog-banner {
    display: block;
    background-color: #f9f9f9;
    padding: 150px 0 25px 0;
    width: 100%;
}
body.blog .blog-banner h1,
body.single .blog-banner h1 {
    color: #333;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 600;
}
body.blog .blog-banner h1 span,
body.single .blog-banner h1 span {
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 3px;
    font-weight: bold;
}
.blog-posts {
    background-color: #f9f9f9;
    padding: 0 0 25px 0;
}
.blog-posts article.post-excerpt {
    max-width: 800px;
    margin: 50px auto;
    overflow: hidden;
    background-color: #fff;
}
.blog-posts article.post-excerpt:first-child {
    margin-top: 0;
}
.blog-posts article.post-excerpt:hover .featured-img {
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
    transition: all .33s ease-in-out;
}
.blog-posts article.post-excerpt .featured-img-wrap {
    overflow: hidden;
    display: block;
}
.blog-posts article.post-excerpt .featured-img {
    height: 350px;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    transition: all .33s ease-in-out;
    overflow: hidden;
}
.blog-posts article.post-excerpt .inner {
    padding: 20px;
}
.blog-posts article.post-excerpt .inner p {
    line-height: 1.65;
    color: #333;
}
.blog-posts article.post-excerpt .inner .meta {
    color: #A0A0A0;
    font-size: 14px;
    letter-spacing: 1px;
}
.blog-posts article.post-excerpt .inner a {
    color: #333;
}
.blog-posts article.post-excerpt .inner h3 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 8px;
    letter-spacing: -1px;
}
.blog-posts article.post-excerpt .blog-footer {
    border-top: 1px solid #eee;
    display: block;
    padding: 20px;
}
.blog-posts article.post-excerpt .blog-footer a {
    color: #2380D5;
}
/* Blog Single */

main.custom-page {
    background-color: #f9f9f9;
    padding: 130px 0;
}
article.single-article {
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    max-width: 950px;
    border: solid 1px #eee;
}
article.single-article .featured-img {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}
article.single-article .back {
    position: absolute;
    left: 0;
    top: -30px;
    font-size: 14px;
    color: #38454F;
    transition: all .22s ease-in-out;
}
article.single-article .back:hover {
    color: #2380D5;
}
article.single-article img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
article.single-article .article-header {
    padding: 25px 50px;
}
article.single-article .article-header h3.author {
    margin: 10px 0 0 0;
    font-size: 22px;
    color: #5a697e;
    font-weight: 600;
    letter-spacing: -1px;
    font-family: "Open Sans", sans-serif;
}
article.single-article .article-header h1 {
    margin: 20px 0 0 0;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 3.157em;
    line-height: 1;
}
article.single-article .article-header time {
    font-size: 14px;
    letter-spacing: 4px;
    color: #A0A0A0;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
}
.entry-content ul {
    padding-left: 40px;
}
.entry-content ul li {
    line-height: 1.85;
}
article.single-article .entry-content {
    padding: 0 50px 50px 50px;
}
article.single-article .entry-content p {
    line-height: 1.85;
    font-size: 16px;
}
article.single-article .entry-content p img {
    margin: 40px 0;
    max-width: 100%;
}
article.single-article .entry-content img {
    max-width: 100%;
}
article.single-article .entry-content img.alignleft,
article.single-article .entry-content .wp-caption.alignleft {
    margin: 0 25px 25px 0;
    padding: 0;
    float: left;
}
article.single-article .entry-content img.alignright,
article.single-article .entry-content .wp-caption.alignright {
    margin: 0 0rem 25px 25px;
    padding: 0;
    float: right;
}
article.single-article .entry-content img.aligncenter {
    margin: 40px 0;
}
article.single-article .entry-content img.alignnone {
    margin: 40px 0;
}
article.single-article .entry-content .aligncenter {
    text-align: center;
}
article.single-article .entry-content .aligncenter.wp-caption {
    margin: 25px auto;
}
article.single-article .entry-content .wp-caption.alignnone {
    max-width: 100%;
}
article.single-article .entry-content .wp-caption img {
    display: block;
}
article.single-article .entry-content .wp-caption .wp-caption-text {
    border: solid 1px #eee;
    padding: 20px;
    font-size: 14px;
    color: #878787;
}
article.single-article .entry-content figure {
    margin: 40px 0;
}
article.single-article .article-footer {
    padding: 0px 150px 50px;
}
article.single-article .article-footer .tags {
    margin: 0;
    list-style-type: none;
    padding: 0;
}
article.single-article .article-footer .tags li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 30px;
}
article.single-article .article-footer .tags li a {
    border: solid 1px #eee;
    color: #42A2FB;
    font-family: "Maven Pro", "Open Sans", sans-serif;
    font-weight: 500;
    padding: 10px;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}
article.single-article .article-footer .tags li a:hover {
    text-decoration: none;
    transition: all .2s ease-in-out;
}
/* Service Single */

body.single-service main {
    padding: 130px 0;
    background-color: #fcfcfc;
}
body.single-service article.service-post {
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    max-width: 950px;
    border: solid 1px #eee;
}
body.single-service article.service-post .back {
    position: absolute;
    left: 0;
    top: -30px;
    font-size: 14px;
    color: #38454F;
    transition: all .22s ease-in-out;
}
body.single-service article.service-post .back:hover {
    color: #2380D5;
}
body.single-service article.service-post img {
    max-width: 100%;
    height: auto;
}
body.single-service article.service-post .featured-img {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}
body.single-service article.service-post .article-header {
    padding: 25px 50px;
}
body.single-service article.service-post .article-header h1 {
    margin: 10px 0 12px;
    font-weight: 600;
    letter-spacing: -1px;
}
body.single-service article.service-post .article-header h4 {
    text-transform: uppercase;
    color: gray;
    margin: 0;
    letter-spacing: 2px;
}
body.single-service article.service-post .entry-content {
    padding: 0 50px 50px 50px;
}
body.single-service article.service-post .entry-content p {
    line-height: 1.85;
    font-size: 16px;
}
body.single-service article.service-post .entry-content p img {
    margin: 40px 0;
    max-width: 100%;
}
body.single-service article.service-post .entry-content img {
    max-width: 100%;
}
body.single-service article.service-post .entry-content img.alignleft,
body.single-service article.service-post .entry-content .wp-caption.alignleft {
    margin: 0 25px 25px 0;
    padding: 0;
    float: left;
}
body.single-service article.service-post .entry-content img.alignright,
body.single-service article.service-post .entry-content .wp-caption.alignright {
    margin: 0 0rem 25px 25px;
    padding: 0;
    float: right;
}
body.single-service article.service-post .entry-content img.aligncenter {
    margin: 40px 0;
}
body.single-service article.service-post .entry-content img.alignnone {
    margin: 40px 0;
}
body.single-service article.service-post .entry-content .aligncenter {
    text-align: center;
}
body.single-service article.service-post .entry-content .aligncenter.wp-caption {
    margin: 25px auto;
}
body.single-service article.service-post .entry-content .wp-caption.alignnone {
    max-width: 100%;
}
body.single-service article.service-post .entry-content .wp-caption img {
    display: block;
}
body.single-service article.service-post .entry-content .wp-caption .wp-caption-text {
    border: solid 1px #eee;
    padding: 20px;
    font-size: 14px;
    color: #878787;
}
body.single-service article.service-post .entry-content figure {
    margin: 40px 0;
}
body.single-service article.service-post .article-footer {
    padding: 0px 150px 50px;
}
body.single-service article.service-post .article-footer .tags {
    margin: 0;
    list-style-type: none;
    padding: 0;
}
body.single-service article.service-post .article-footer .tags li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 30px;
}
body.single-service article.service-post .article-footer .tags li a {
    border: solid 1px #eee;
    color: #42A2FB;
    font-family: "Maven Pro", "Open Sans", sans-serif;
    font-weight: 500;
    padding: 10px;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}
body.single-service article.service-post .article-footer .tags li a:hover {
    text-decoration: none;
    transition: all .2s ease-in-out;
}
/* WooCommerce Overrides */

div.pp_woocommerce div.ppt {
    display: none !important;
}
.woocommerce a.button,
.woocommerce div.product form.cart .button,
.woocommerce ul.products li.product .button {
    padding: 15px 25px;
    display: inline-block;
    font-size: 18px;
    border: solid 1px #eee;
    border-radius: 2px;
    color: #323C47;
    margin: 0 20px 0 0;
    line-height: 1;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #2380D5;
    border-color: #2380D5;
    color: #fff;
    text-align: center;
}
.woocommerce a.button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce ul.products li.product .button:hover {
    background-color: #3388de;
    border-color: #3388de;
    color: #fff;
}
.woocommerce a.button::after,
.woocommerce div.product form.cart .button::after,
.woocommerce ul.products li.product .button::after {
    display: none !important;
}
.woocommerce-page h1 {
    font-size: 36px;
    margin: 50px 0 20px 0;
}
.woocommerce a.button.loading {
    padding-right: 20px !important;
}
.woocommerce ul.products li.product a.added_to_cart {
    position: absolute;
    left: 0;
    margin: 0 auto;
    padding: 7px 25px;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    background: #8FAE1B;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius: 5px;
    opacity: 0;
}
.woocommerce ul.products li.product a.added_to_cart:hover {
    background: rgba(140, 198, 62, 0.9);
}
.woocommerce ul.products li.product .button {
    font-size: 16px;
}
.woocommerce .quantity .qty {
    padding: 6px 20px;
    margin-left: 0;
}
.woocommerce div.product p.price,
.woocommerce ul.products li.product .price {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 400;
    color: #212121;
    color: rgba(0, 0, 0, 0.87);
}
.woocommerce ul.products li.product .price {
    font-size: 16px;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
.woocommerce div.product span.retailers {
    position: relative;
    left: 215px;
    bottom: 43px;
    font-size: 18px;
}
.woocommerce ul.products li.product h3 {
    color: #212121;
    color: rgba(0, 0, 0, 0.87);
    font-size: 18px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #8FAE1B;
    background: #8FAE1B;
    border-color: #8FAE1B;
    color: #fff;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: rgba(140, 198, 62, 0.9);
    border-color: rgba(140, 198, 62, 0.9);
    color: #fff;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background: #f6f6f8;
    border-radius: 5px;
    border-bottom: 1px solid #dfe7eb;
    border-left: 1px solid #dfe7eb;
    border-right: 1px solid #dfe7eb;
    font-size: 18px;
    line-height: 38px;
}
.woocommerce-message a.button {
    font-size: 16px;
    background: #8FAE1B;
    border-color: #8FAE1B;
    color: #fff;
    padding: 10px 25px;
}
.woocommerce-message a.button:hover {
    background: rgba(140, 198, 62, 0.9);
    border-color: rgba(140, 198, 62, 0.9);
    color: #fff;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
}
.woocommerce div.product p.stock {
    font-weight: 600;
}
.woocommerce-product-details__short-description ul {
    padding-left: 40px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 50px;
}
.woocommerce input,
textarea {
    min-height: 50px;
    border-radius: 2px;
}
.woocommerce input[type="checkbox"],
.woocommerce input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    display: inline;
    margin: 0;
    width: auto;
    height: auto;
    min-height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}
.select2-container--default .select2-selection--single {
    min-height: 50px;
    border-radius: 2px;
    border: 1px solid #D0D7DD;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    min-height: 50px;
    border-radius: 2px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container .select2-choice {
    border-color: #69bf29;
}
div.related.products {
    background: #f6f6f8;
    padding: 1em 2em 1em 3.5em;
    border-top: 3px solid #42A2FB;
    border-bottom: 1px solid #dfe7eb;
    border-left: 1px solid #dfe7eb;
    border-right: 1px solid #dfe7eb;
    border-radius: 5px;
}
.woocommerce .woocommerce-breadcrumb {
    display: none;
}
div.related.products h2 {
    margin-top: 10px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
}
.woocommerce div.product .product_title {
    font-size: 2.5rem;
}
.woocommerce-Price-amount {
    font-weight: 600;
}
.woocommerce ul.products li.product h3 {
    padding-bottom: 0;
}
.woocommerce p.stars a {
    color: #8FAE1B;
}
.woocommerce #respond input#submit {
    font-weight: 300;
    color: #fff;
    background: #8FAE1B;
}
.woocommerce #respond input#submit:hover {
    color: #fff;
    background: rgba(140, 198, 62, 0.9);
}
.woocommerce #review_form #respond textarea {
    margin: 15px 0 0 0;
    height: 125px;
}
.comment-form-rating label,
.comment-form-comment label {
    font-weight: 400;
    margin-bottom: 5px;
}
.comment-form-rating .stars {
    font-size: 32px;
}
.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
}
.woocommerce #reviews h3 {
    margin-bottom: 15px;
    font-size: 24px;
}
.woocommerce .star-rating span::before {
    color: #8FAE1B;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    background: #f6f6f8;
}
.woocommerce .quantity .qty {
    padding: 6px 5px;
}
.woocommerce table.shop_table {
    background: #fbfcfe;
    border-color: #dfe7eb;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 400;
}
.woocommerce-cart table.cart input {
    font-size: 15px;
}
.woocommerce-cart table.cart td.actions input {
    padding: 7px 15px !important;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 120px;
}
.woocommerce-cart table.cart input:disabled {
    display: none;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 20px;
    padding: 0.7em 1em;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    font-weight: 300;
    font-size: 18px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f6f6f8;
    border-radius: 5px;
    border: 1px solid #dfe7eb;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #DFE7EB;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #DFE7EB;
}
.woocommerce-form__label-for-checkbox {
    cursor: pointer;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-color: #dfe7eb;
}
.wc_payment_method input,
.wc_payment_method label {
    cursor: pointer;
}
#customer_details {
    background: #fbfcfe;
    border: 1px solid #dfe7eb;
    border-radius: 5px;
    padding: 15px;
}
.woocommerce form .form-row label {
    font-size: 15px;
    font-weight: 400;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    line-height: 22px;
    padding: 7px 20px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    background: #f6f6f8;
    border: 1px solid #dfe7eb;
}
.woocommerce-info + form.checkout_coupon,
.woocommerce-info + form.login,
.woocommerce-info + form.register {
    position: relative;
    top: -39px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: 0;
}
.woocommerce form.checkout_coupon p,
.woocommerce form.login p,
.woocommerce form.register p {
    margin: 0;
}
.woocommerce form.checkout_coupon .form-row,
.woocommerce form.login .form-row,
.woocommerce form.register .form-row {
    text-align: center;
    margin: 5px 0 10px 0;
}
.woocommerce label[for="rememberme"] {
    position: absolute;
    margin-left: 15px;
    line-height: 40px !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    cursor: pointer;
}
.lost_password {
    font-size: 15px;
    text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #f6f6f8;
    border: 1px solid #dfe7eb;
    border-radius: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 5px;
    border-bottom: 1px solid #dfe7eb;
    text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    background: #fbfcfe;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child a {
    border-bottom: 1px solid 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
    background: #fbfcfe;
    border: 1px solid #dfe7eb;
    border-radius: 5px;
    padding: 25px 15px;
}
.woocommerce-account .woocommerce-MyAccount-content legend {
    padding: 0 10px;
    font-weight: 400;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
    margin-top: 25px;
    border-radius: 5px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message {
    background: transparent;
    border: 0;
    margin-bottom: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-content p:first-child {
    margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content p:last-child {
    margin-bottom: 0;
}
.shop-links {
    text-align: center;
    margin-bottom: 25px;
}
.shop-links a::after {
    content: "|";
    padding: 0 10px;
    color: #212121;
    color: rgba(0, 0, 0, 0.87);
    cursor: default;
}
.shop-links a:last-child::after {
    display: none;
}
.woocommerce select {
    display: block;
    border: solid 1px #D0D7DD;
    font-family: "Open Sans", sans-serif;
    color: #989898;
    border-radius: 2px;
    font-size: 19px;
    line-height: 22px;
    padding: 10px 20px;
    background-color: #fff;
    min-height: 50px;
    transition: border .2s;
}
.woocommerce-product-gallery__image {
    position: relative;
    right: 40px;
}
.woocommerce ul#shipping_method li label {
    color: #333;
}


.product.woocommerce.add_to_cart_inline .woocommerce-Price-amount.amount {
    margin-right:15px;
}
@media screen and (max-width: 768px) {
    .woocommerce-cart table.cart .quantity .qty {
        min-height: 3px;
        display: inline-block;
    }
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        margin-right: 0;
    }
    .woocommerce-tabs.wc-tabs-wrapper {
        padding-top: 0;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 25px;
    }
    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        padding-bottom: 65px;
    }
    .woocommerce .woocommerce-error .button,
    .woocommerce .woocommerce-info .button,
    .woocommerce .woocommerce-message .button {
        float: none;
        position: absolute;
        bottom: 15px;
    }
}
@media screen and (max-width: 1500px) {
    section.banner.tour-banner.playing-video {
        height: 104vh;
    }
}
@media screen and (max-width: 1300px) {
    section.banner.tour-banner.playing-video {
        height: 80vh;
    }
}
/* Media Queries */

@media screen and (max-width: 1288px) {
    section.contract-manufacturing .services .service-excerpt,
    section.engineering-services .services .service-excerpt {
        padding: 70px 55px 87px;
    }
}
@media screen and (max-width: 1224px) {
    section.banner.tour-banner.playing-video {
        height: 79vh;
        min-height: 500px;
    }
}
@media screen and (max-width: 1205px) {
    section.contract-manufacturing .services .service-excerpt,
    section.engineering-services .services .service-excerpt {
        padding: 70px 35px 87px;
    }
}
@media screen and (max-width: 1100px) {
    section.contract-manufacturing .services .service-excerpt,
    section.engineering-services .services .service-excerpt {
        padding: 70px 30px 87px;
    }
}
@media screen and (max-width: 1038px) {
    section.banner.tour-banner .endless-possibilities {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    section.banner.tour-banner.playing-video {
        height: 74vh;
    }
}
@media screen and (max-width: 980px) {
    body.blog h1,
    body.single h1,
    article.single-article .article-header h1 {
        margin-top: 0;
        font-size: 2.5em;
    }
}
@media screen and (max-width:950px) {
    body.search #primary {
        width: 90%;
    }
}
@media screen and (max-width: 888px) {
    /*.banner.tour-banner .video-container {
    top: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
    left:0;
    right:0;
    margin:0 auto;
    transition: transform .44s ease, opacity .22s ease-in-out;
    transform: scale(0.85) translateY(3%);
	}*/
    /*	.banner.tour-banner .video-container video {
	    min-width: 0;
    min-height: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
	}*/
}
@media screen and (max-width: 800px) {
    section.contract-manufacturing .services .service-excerpt,
    section.engineering-services .services .service-excerpt {
        padding: 70px 25px 87px;
    }
}
@media screen and (max-width: 400px) {
    section.contract-manufacturing .services .service-excerpt,
    section.engineering-services .services .service-excerpt {
        padding: 70px 20px 87px;
    }
}
@media screen and (max-width: 400px) {
    section.contract-manufacturing .services .service-excerpt,
    section.engineering-services .services .service-excerpt {
        padding: 70px 0px 87px;
    }
}
@media screen and (min-width: 1500px) {
    .section.supply-chain-mgmt p {
        padding-right: 20%;
    }
}
@media screen and (max-width: 1426px) {
    section.home-banner {
        height: 100vh;
        min-height: 600px;
        background-position: 75% 0px;
        background-color: #202020;
    }
    section.banner .callout .inner h1 {
        font-size: 50px;
        line-height: 45px;
        margin-top: 35px;
        margin-bottom: 30px;
    }
    section.banner .callout {
        width: 620px;
    }
    .section.supply-chain-mgmt p {
        padding-right: 22%;
    }
}
@media screen and (max-width: 1366px) {
    .section.supply-chain-mgmt .text {
        padding-right: 5%;
    }
    .section.supply-chain-mgmt p {
        padding-right: 25%;
    }
}
@media screen and (max-width: 1230px) {
    section.home-banner {
        height: 100vh;
        min-height: 90vh;
        background-color: #202020;
    }
}
@media screen and (max-width: 1230px) {
    section.home-banner {
        height: 100vh;
        min-height: 90vh;
        background-color: #202020;
    }
    section.home-banner .callout {
        width: 558px;
    }
}
@media screen and (max-width: 1172px) {
    .section.supply-chain-mgmt .images .play-img.toggled {
        height: 343px;
    }
    .section.supply-chain-mgmt .text {
        padding-right: 0%;
    }
    .section.supply-chain-mgmt p {
        padding-right: 0%;
    }
    .section.supply-chain-mgmt .images .play-img {
        width: 496px;
        z-index: 999999;
        transform:translateY(-38%);
    }
     section.supply-chain-mgmt .images > img {
        width: 480px;
        top:12%!important;

    }
}
@media screen and (max-width: 1111px) {
    section.home-banner {
        background-position: 72% 35px;
    }
}

@media screen and (max-width:1098px) {

    .main-nav .nav-links {
        float: unset;
    }
    .search-bar {
        width: 20%;
    }
}


@media screen and (max-width: 1035px) {
    section.home-banner {
        background-position: 71% 42px;
        height: 100vh;
        min-height: 800px;
        background-color: #202020;
    }
    section.home-banner .callout {
        width: 500px;
    }
    .section.supply-chain-mgmt .images .play-img {
        transform:translateY(-50%);
    }
    .section.supply-chain-mgmt .images .play-img:after {
        background-size: 65px 65px;
        top: 55%;
    }
    section.supply-chain-mgmt .images > img {
        width: 420px;
        top: 18%!important;
    }
    section.faq-banner .images .play-img {
        transform:translateY(-50%);
    }
    section.faq-banner .images .play-img:after {
        background-size: 65px 65px;
        top: 55%;
    }
    section.faq-banner .images > img {
        width: 420px;
        top: 18%!important;
    }
}
@media screen and (max-width:1015px) {

    .search-bar {
        width: 18%;
    }
}

@media screen and (max-width:1000px) {

    .search-bar {
        width: 100%;
    }

    .overlay .is-form-style input.is-search-submit, .is-search-icon {
      background: none;
      border: none;
    }

    .is-form-style button.is-search-submit {
        background-color: #485561;
    }

    .overlay .is-form-style .is-search-submit path {
      fill: #fff;
    }

    .footer-links .is-form-style input.is-search-submit, .is-search-icon {
      background: none;
      border: none;
    }

    .footer-links .is-form-style .is-search-submit path {
      fill: #555;
    }
}

@media screen and (max-width: 960px) {
    section.home-banner {
        background-position: 71% 42px;
        height: 100vh;
        min-height: 800px;
        background-color: #202020;
    }
    section.home-banner .callout {
        width: 450px;
    }
}
@media screen and (max-width: 800px) {
    section.home-banner {
        background-position: -134% 169%;
    }
}
@media screen and (max-width: 1282px) {
    /* New product inn */

    section.section.new-product-innovation .grid .third p {
        padding-right: 8%;
    }
    ul.grid li.one-third {
        padding: 0 3%;
    }
    footer.main-footer .address li:nth-of-type(2) {
        padding: 0 2%;
    }
    /* On service page, the circuit board element get small quickly*/

    .circuit-board-testing .service-types .service h4,
    .circuit-board-testing .service-types .service p,
    .circuit-board-testing .service-types .service a {
        padding: 0 0 0 104px;
    }
    .circuit-board-testing .service-types .service:before {
        left: 31px;
    }
    .circuit-board-testing .service-types .temp-cycle:before {
        left: 58px;
    }
}
@media screen and (max-width: 1200px) {
    /* New product inn */

    section.section.new-product-innovation .grid .third p {
        padding-right: 5%;
    }
    section.section.new-product-innovation .grid .third p:before {
        margin-bottom: 200px;
    }
}
@media screen and (max-width: 1170px) {
    /* New product inn */

    section.section.new-product-innovation .grid .third p {
        padding-right: 5%;
    }
    section.section.new-product-innovation .grid .third p:before {
        margin-left: 10px;
    }
    .faq-link a {
        line-height: 38px;
    }
    /* Tour Page */

    section.banner.tour-banner .endless-possibilities {
        bottom: 10%;
    }
    /* Supply Chain Management*/

    .section.supply-chain-mgmt {
        padding-bottom: 125px;
    }
    .section.supply-chain-mgmt .text {
        width: 36.5%;
        padding-right: 40px;
    }
    .section.supply-chain-mgmt .images {
        display: table-cell;
    }
    .section.supply-chain-mgmt .images img:first-of-type {
        z-index: 2;
    }
    .section.supply-chain-mgmt .images img {} section.our-services .services {
        padding: 0;
        border-spacing: 0;
    }
    .mini-callout .right {
        width: 28%;
    }
    .mini-callout.find-solution .left {
        width: 46%;
        padding: 0 2%;
    }
    ul.grid li.one-third {
        padding: 0 2% 0 0.5%;
    }
    footer.main-footer .address li:nth-of-type(3) {
        padding: 0 0.5% 0 2%;
    }
    footer.main-footer .address li:nth-of-type(2) {
        padding: 0 1.5%;
    }
}
/* ***MIN WIDTH*** JUST A FIX FOR WEBKIT */

@media screen and (min-width: 1070px) {
    .section.recent-news .post-excerpts {
        display: table;
    }
}
@media screen and (max-width: 1070px) {
    /* New product inn */

    section.section.new-product-innovation .grid .third p {
        padding-right: 3%;
    }
    section.section.new-product-innovation .grid .third p:before {
        margin-left: 10px;
    }
    /* Resource Page */

    section.resource-download .downloads li {
        padding: 0;
    }
    section.faq-banner .grid {
        display: block;
    }
    section.faq-banner .grid .faqs {
        margin-bottom: 40px;
        padding-right: 0;
    }
    section.faq-banner .grid form {
        padding: 20px;
    }
    section.faq-banner .grid form .btn {
        width: calc(50% - 25px);
    }
    section.faq-banner .grid .half {
        width: 100%;
        display: block;
    }
    section.faq-banner .grid .images .play-img {
        position: relative;
    }
    section.faq-banner .grid .images .play-img .video-container {
        top: 50%;
    }
    /* Tour Page */

    section.banner.tour-banner .endless-possibilities {
        bottom: 5%;
    }
    .arrows {
        margin-top: 25px;
    }
    .section.recent-news .post-excerpts {
        display: block;
    }
    .blog-wrap {
        display: block;
    }
    .section.recent-news .post-excerpts .post-excerpt {
        display: inline-block;
        /* Firefox */
        /* WebKit */
        /* Opera */

        width: -o-calc(50% - 20px);
        /* Standard */

        width: calc(50% - 20px);
        /* float: left; */
        z-index: 1;
        margin: 20px 0 0 12px;
    }
    .section.recent-news .post-excerpts .post-excerpt:nth-of-type(3) {
        clear: both;
    }
    .section.recent-news .post-excerpts .post-excerpt:last-of-type {
        margin-right: 0;
    }
    .section.recent-news .post-excerpts .featured-post {
        width: 100%;
        display: inline-block;
        padding: 60px;
        margin-bottom: 20px;
        padding-top: 0;
    }
    .section.recent-news .post-excerpts .featured-post h3 {
        margin-top: 0;
    }
    /* On service page, the circuit board element get small quickly */

    .circuit-board-testing .grid {
        border-spacing: 20px;
    }
    .circuit-board-testing .service-types .service h4,
    .circuit-board-testing .service-types .service p,
    .circuit-board-testing .service-types .service a {
        padding: 0 0 0 70px;
    }
    .circuit-board-testing .service-types .service:before {
        left: -2px;
    }
    .circuit-board-testing .service-types .temp-cycle:before {
        left: 35px;
    }
}
@media screen and (max-width: 1000px) {
    .banner.tour-banner .video-container {
        top: 0;
    }
    .banner.tour-banner {
        height: calc(80vh + 82px);
    }
    .banner.tour-banner .video-container video {
        top: 81px;
    }
    /* New product inn */

    section.section.new-product-innovation .grid .third p {
        padding: 0;
        display: block;
    }
    section.section.new-product-innovation .grid .third p:before {
        margin-left: 0;
        margin-bottom: 45px;
        display: block;
        position: relative;
        padding: 0;
        float: none;
        text-align: left;
    }
    /* 404 */

    body.error404 {
        background-position: 0 140px;
    }
    /* Resource Page */

    section.resource-download .grid {
        display: block;
        max-width: 500px;
        border: solid 1px #eee;
        border-radius: 3px;
        margin: 30px auto 60px auto;
    }
    section.resource-download .grid li {
        border-bottom: solid 1px #eee;
        padding: 15px 20px;
        display: block;
        width: 100%;
        float: none;
        max-width: 100%;
    }
    section.browse-detailed .grid {
        border-spacing: 10px;
    }
    section.contract-manufacturing .services .service-excerpt,
    section.engineering-services .services .service-excerpt,
    .tax-service_tax .services .service-excerpt {
        height: 500px;
    }
    /* Supply Chain Management*/

    .section.supply-chain-mgmt {
        padding: 70px 0 50px 0;
    }
    .section.supply-chain-mgmt .grid {
        display: block;
    }
    .section.supply-chain-mgmt .text {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    .section.supply-chain-mgmt .images {
        display: none;
    }
    .section.supply-chain-mgmt .images img {
        position: relative;
    }
    
    /* FAQs - New */
    section.faq-banner {
        padding: 70px 0 50px 0;
    }
    section.faq-banner .grid {
        display: block;
    }
    section.faq-banner .text {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    section.faq-banner .images img {
        position: relative;
    }
    
    .main-nav {
        background: rgba(32, 32, 32, 0.8);
    }
    .main-nav.white,
    .blog .main-nav,
    .single .main-nav,
    .page-template-page-template-faqs .main-nav,
    .page-template-page-template-contact .main-nav, .page-template-page-template-faqs-new .main-nav,
    .page-template-page-template-about .main-nav,
    .error404 .main-nav {
        background-color: #fff;
        border-bottom: 1px solid #eee;
    }
    .page-template-page-template-faqs-new .main-nav .button-container span {
        background-color: #38454f;
    }
    
    .banner .main-nav .button-container.on-fixed-nav {
        display: block;
    }
    .button-container.on-banner {
        display: block !important;
    }
    .main-nav .nav-links {
        display: none;
    }
    .main-nav .button-container {
        display: block;
    }
    .main-nav a.brand {
        top: 0;
    }
    nav.main-nav.white .button-container {
        display: block;
    }
    section.our-services .grid.services {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }
    section.our-services .grid.services:after {
        content: "";
        display: table;
        clear: both;
    }
    section.our-services .grid.services .service-excerpt.third {
        display: inline-block;
        float: left;
        width: 100%;
        padding: 50px;
        border: solid 1px #eee;
        margin-bottom: 40px;
    }
    section.our-services .container > p {
        display: block;
        clear: both;
        margin-top: 30px;
    }
    .mini-callout.find-solution .container {
        display: block;
    }
    .mini-callout .right {
        width: 100%;
        display: block;
    }
    .mini-callout.find-solution .inner {
        display: block;
    }
    .mini-callout.find-solution .left,
    .mini-callout.find-solution .right {
        width: 100%;
        padding: 0;
        display: block;
        text-align: center;
    }
    .mini-callout.find-solution .right {
        padding-top: 20px;
    }
    .mini-callout.find-solution p {
        max-width: none;
    }
    .mini-callout.find-solution .right .btn {
        float: none;
        margin: 0 0 20px 0;
        width: 167px;
        text-align: center;
        margin: 0 10px 0 0;
    }
    footer.main-footer ul.grid.address {
        max-width: 313px;
        margin: 0 auto;
    }
    footer.main-footer ul.grid.address li.one-third {
        width: 100%;
        display: table;
        margin: 50px auto;
    }
    footer.main-footer ul.grid.address li.one-third:nth-of-type(2) {
        border: none;
    }
    footer.main-footer ul.grid.address p {
        text-align: center;
    }
}
@media screen and (max-width: 800px) {
    section.banner {
        height: 100vh;
        min-height: 600px;
    }
    section.banner .callout.left {
        height: 76vh;
    }
    section.banner .callout {
        /*width: 100%;*/

        float: none;
        left: 0;
        padding-left: 20px;
        margin-left: 0;
        width: 78%;
    }
    .main-nav .container {
        padding: 0 25px;
    }
    .button-container {
        right: 30px !important;
    }
    /* Resource Page */

    section.browse-detailed ul {
        padding-left: 15px;
    }
    section.browse-detailed ul a {
        padding: 0;
    }
    section.browse-detailed .grid {
        display: block;
    }
    section.browse-detailed .grid .half {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 50px;
        padding: 0;
    }
    section.browse-detailed .grid .browse a {
        margin-bottom: 50px;
    }
    /* On service page, the circuit board element get small quickly */

    .circuit-board-testing .grid {
        display: block;
        width: 100%;
    }
    .circuit-board-testing .grid .third {
        display: block;
        width: 100%;
    }
    .circuit-board-testing .service-types .service {
        padding: 5px 20px 20px 20px;
        max-width: none;
        margin: 0 auto;
    }
    .circuit-board-testing .service-types .service:first-child::before {
        left: 15px;
    }
    .circuit-board-testing .service-types .service::before {
        left: 20px;
    }
    .circuit-board-testing .service-types .service:last-child::before {
        left: 40px;
    }
    .circuit-board-testing .service-types .service p {
        margin-bottom: 20px;
    }
    .circuit-board-testing .service-types .service a {
        position: relative;
        bottom: auto;
    }
    .circuit-board-testing .service-types .temp-cycle:before {
        left: 15px;
    }
    section.banner .callout .inner {
        margin: 0;
    }
}
@media screen and (max-width: 768px) {
    .banner.tour-banner .video-container video {
        top: 50%;
        transform: translateY(-41%);
    }
    .section.recent-news .post-excerpts .featured-post {
        padding: 20px;
    }
    .section.recent-news .featured-post h3 {
        height: auto;
    }
    /* New product inn */

    section.section.new-product-innovation .grid .third {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        display: block;
    }
    section.section.new-product-innovation .grid .third p {
        margin-bottom: 40px;
    }
    section.banner .callout p {
        max-width: 600px;
    }
    /* COntact */

    section.contact .left {
        margin-bottom: 40px;
    }
    section.contact .right textarea {
        background-color: #fff;
        width: 100%;
    }
    section.contact .grid .left,
    section.contact .grid .right {
        display: block;
        width: 100%;
        padding: 0;
    }
    section.contact form .chars-left {
        display: none;
    }
    /* Tour Page */

    section.banner.tour-banner .endless-possibilities {
        /*bottom: 5%;
		right: -288px;*/

        display: none;
    }
    section.banner.tour-banner .play-video {
        margin: 50px auto;
    }
    .footer-links .menu-main-nav-container .nav-links li {
        margin: 30px auto;
        text-align: center;
        display: block;
    }
    .footer-links .menu-main-nav-container .nav-links li a {
        margin: 0;
        text-align: center;
    }
}
@media screen and (max-width: 752px) {
    .mini-callout.find-solution .right {
        padding-top: 35px;
    }
    .mini-callout.find-solution .right .btn::after {
        content: "";
        display: table;
        width: 100%;
        clear: both;
    }
    article.single-article .entry-content,
    article.single-article .article-header {
        padding: 50px 50px;
    }
    .section.recent-news .post-excerpts .post-excerpt {
        display: block;
        width: 100%;
        margin: 10px 20px 10px 0;
    }
    .section.recent-news .post-excerpts .post-excerpt p {
        margin-bottom: 40px;
        display: block;
    }
    .section.recent-news .post-excerpts .post-excerpt:last-of-type {
        margin-right: 0;
    }
    .section.recent-news .post-excerpts:nth-of-type(2) .post-excerpt:nth-of-type(1),
    .section.recent-news .post-excerpts:nth-of-type(2) .post-excerpt:nth-of-type(2) {
        display: none;
    }
    .section.recent-news .featured-post > a {
        height: auto;
        padding: 65px 25px 25px 25px;
    }
    section.banner .callout.right {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .mini-callout.deliver-quality h3 {
        color: #fff;
        font-size: 25px;
        margin-bottom: 30px;
    }
    .mini-callout.deliver-quality p {
        font-size: 16px;
        margin: 0 auto 60px auto;
    }
    .mini-callout.find-solution p {
        font-size: 16px;
    }
    .footer-links .menu-main-nav-container {
        padding: 40px 0;
    }
    .mini-callout.deliver-quality {
        padding: 60px 0 50px;
    }
    footer.main-footer ul.grid {
        padding: 50px 0 25px 0;
    }
    section.banner .callout {
        padding: 0 20px;
        width: 100%;
    }
    .wrap-404 .inner h1 {
        font-size: 80px;
        margin-bottom: 25px;
    }
    .btn.btn-huge {
        font-size: 28px;
        height: auto;
        line-height: 40px;
    }
    .wrap-404 .inner h2 {
        font-size: 26px;
    }
    .wrap-404 .inner p {
        font-size: 20px;
    }
}
@media screen and (max-width: 700px) {
    section.faq-banner .images,
    section.faq-banner .video-heading {
        display: none;
    }
}
@media screen and (max-width: 689px) {
    section.contract-manufacturing .services .service-excerpt,
    section.engineering-services .services .service-excerpt,
    .tax-service_tax .services .service-excerpt {
        height: 400px;
    }
}
@media screen and (max-width: 610px) {
    section.contract-manufacturing .services .service-excerpt,
    section.engineering-services .services .service-excerpt,
    .tax-service_tax .services .service-excerpt {
        height: 450px;
    }
    .footer-links .menu-main-nav-container .nav-links {
        max-width: 350px;
    }
    .footer-links .menu-main-nav-container .nav-links li {
        display: block;
        float: none;
    }
    section.banner:not(.banner.home-banner) {
        position: relative;
    }
    section.banner:not(.banner.home-banner):before {
        content: '';
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5) !important;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
    }
    section.banner:not(.banner.home-banner) .callout.left {
        height: 72vh;
    }
    section.banner:not(.banner.home-banner) .callout.left .inner h1 {
        font-size: 48px;
        margin-top: 34px;
        margin-bottom: 23px;
        font-weight: 600;
    }
    section.banner:not(.banner.home-banner) .callout.left .inner p {
        margin-bottom: 30px;
    }
    section.banner:not(.banner.home-banner) .callout {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    body.blog h1,
    body.single h1,
    article.single-article .article-header h1,
    body.blog .blog-banner h1,
    body.single .blog-banner h1 {
        font-size: 2em;
    }
    body.single-service article.service-post .entry-content,
    article.single-article .entry-content {
        padding: 0 20px 50px 20px;
    }
    body.single-service article.service-post .article-header,
    article.single-article .article-header {
        padding: 25px 20px;
    }
    .entry-content ul {
        padding-left: 30px;
    }
    body.single-service article.service-post .featured-img,
    article.single-article .featured-img {
        height: 200px;
    }
    article.single-article .article-header h3.author {
        font-size: 16px;
    }
}
@media screen and (max-width: 463px) {
    section.banner.tour-banner .play-video {
        width: 100%;
    }
    section.banner {
        min-height: 550px;
    }
    section.banner .callout .inner div {
        display: none;
    }
    section.banner .callout.left .inner h1,
    section.banner .callout .inner h1 {
        line-height: 44px;
        font-size: 44px;
    }
    section.banner .callout .inner p {
        margin-bottom: 30px;
    }
    .btn {
        font-size: 16px;
        margin: 0 10px 0 0;
    }
    .callout .btn {
        padding: 15px 20px;
    }
    section.faq-banner .grid {
        padding-top: 100px;
    }
    section.faq-banner {
        padding-bottom: 100px;
    }
    .section.supply-chain-mgmt .images .play-img {
        top: 0;
        left: 0%;
    }
    .mini-callout.find-solution .container {
        padding: 0 20px;
    }
    .section.supply-chain-mgmt h2 {
        font-size: 34px;
        line-height: 41px;
    }
    .section.supply-chain-mgmt .images .play-img,
    .section.supply-chain-mgmt .images img {
        width: 100%;
        position: relative;
    }
    section.banner .callout.left .inner h1 {
        margin: 40px 0;
    }
    section.banner .callout.left .inner p {
        margin-bottom: 30px;
    }
    /* 404 */

    body.error404 {
        background-size: contain;
        background-position: center 17%;
    }
    body.error404 .wrap-404 .inner {
        padding: 30px;
    }
    body.error404 .wrap-404 .inner h2 {
        font-size: 26px;
    }
    body.error404 .wrap-404 .inner p {
        font-size: 18px;
    }
    body.error404 .wrap-404 .inner p:after {
        margin: 30px auto;
    }
    body.error404 .wrap-404 .inner .btn {
        width: 100%;
        max-width: 100%;
    }
    /* FAQ */

    section.faq-banner .faqs ul li.faq {
        margin-bottom: 25px;
    }
    section.faq-banner .faqs ul li.faq .title {
        line-height: 38px;
        font-size: 18px;
    }
    section.faq-banner .grid form .btn {
        display: block;
        margin-bottom: 20px;
        width: 100%;
    }
    .section.recent-news .post-excerpt,
    .section.recent-news .post-excerpts .featured-post {
        padding: 0 0 15px 0;
    }
    .mini-callout.find-solution .left,
    .mini-callout.find-solution .right {
        text-align: left;
    }
    .mini-callout.find-solution .right .btn {
        padding: 15px 20px;
        width: auto;
    }
    .slick-list {
        padding: 0 !important;
    }
    section.contract-manufacturing .services .service-excerpt,
    section.engineering-services .services .service-excerpt,
    .tax-service_tax .services .service-excerpt {
        margin: 0;
        border: 1px solid rgba(149, 152, 154, 0.2);
    }
    section.contract-manufacturing .services .service-excerpt p,
    section.engineering-services .services .service-excerpt p,
    .tax-service_tax .services .service-excerpt p {
        font-size: 18px;
    }
    section.section.new-product-innovation .grid {
        margin-bottom: 0;
        width: 100%;
        display: block;
        padding: 0;
    }
    section.section.new-product-innovation .grid .third {
        width: 100%;
        max-width: none;
        padding: 0;
    }
    section.section.new-product-innovation .grid .third p::before {
        left: 0;
    }
    .section.supply-chain-mgmt {
        padding: 50px 0 !important;
    }
    body.blog .blog-banner,
    body.single .blog-banner {
        padding: 125px 0 25px 0;
    }
    .blog-posts article.post-excerpt .featured-img {
        height: 200px;
    }
    section.contact .section-header h2 {
        font-size: 24px;
        font-weight: 500;
        max-width: 1100px;
        line-height: 30px;
    }
    section.contact .section-header {
        padding-top: 125px;
        margin-bottom: 50px;
    }
    section.contact {
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 426px) {
    .close-video {
        display: block;
    }
}
@media screen and (max-width: 412px) {
    section.banner {
        height: 100vh;
    }
    section.banner .callout.left {
        height: 85vh;
    }
    section.banner .callout.left .inner h1 {
        line-height: 50px;
    }
    section.banner .callout.left .inner .btn {
        width: 146px;
        height: 50px;
    }
    section.banner .callout.left .inner .btn:nth-of-type(2) {
        margin-right: 0;
    }
    section.section:not(.banner) {
        padding: 75px 0;
    }
    section.banner.tour-banner .callout-center .btn {
        margin-bottom: 20px;
    }
    section.our-services .grid.services .service-excerpt.third {
        padding: 40px 20px;
    }
    section.our-services .grid.services .service-excerpt.third .btn {
        max-width: 100%;
    }
    /* FInd your solution */

    .mini-callout.find-solution {
        padding: 100px 0;
    }
    .mini-callout.find-solution .inner h2 {
        font-size: 28px;
        letter-spacing: 2px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .mini-callout.find-solution .inner p {
        font-size: 18px;
        margin-bottom: 40px;
        margin-top: 0;
    }
    section.contact .section-header div strong {
        display: block;
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 350px) {
    /* Supply Chain Management*/

    .section.supply-chain-mgmt {
        padding-bottom: 125px;
    }
    .section.supply-chain-mgmt h2 {
        font-size: 35px;
        line-height: 47px;
        font-weight: 500;
        letter-spacing: -1px;
    }
    .section.supply-chain-mgmt p:first-of-type {
        margin-bottom: 30px;
    }
    .section.supply-chain-mgmt a {
        font-size: 16px;
    }
    .section.supply-chain-mgmt a:before {
        height: 40px;
        width: 40px;
        margin-right: 4px;
    }
    /* Home page our services */

    section.our-services .grid.services .service-excerpt.third {
        padding: 40px 20px;
    }
    section.our-services .grid.services .service-excerpt.third h4 {
        font-weight: 600;
    }
    section.our-services .grid.services .service-excerpt.third p {
        line-height: 30px;
    }
    section.our-services .grid.services .service-excerpt.third p:after {
        margin: 20px 0;
    }
    section.our-services .grid.services .service-excerpt.third .btn {
        max-width: 100%;
        font-size: 14px;
        line-height: 19px;
        height: 60px;
        letter-spacing: 0px;
    }
    /* We Deliver Quality */

    .mini-callout.deliver-quality p {
        font-size: 18px;
    }
    /* Recent news front page */

    .section.recent-news .post-excerpts .featured-img {
        height: 200px;
    }
    .section.recent-news .post-excerpts .post-excerpt h3 {
        margin-top: 20px;
        font-size: 20px;
        height: 54px;
    }
    .section.recent-news .post-excerpts .post-excerpt p {
        font-size: 16px;
    }
    .section.recent-news .post-excerpts .featured-post a {
        padding: 85px 35px 0 35px
    }
    .section.recent-news .post-excerpts .featured-post h3 {
        margin-top: 20px;
        font-size: 28px;
        line-height: 31px;
        margin-bottom: 20px;
    }
    .section.recent-news .post-excerpts .featured-post p {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .section.recent-news .post-excerpts .featured-post a.btn {
        margin-bottom: 20px;
        max-width: 100%;
        width: 100%;
    }
    .section.recent-news .featured-post a .btn-primary {
        max-width: 100%;
    }
}
@media screen and (max-width: 320px) {
    section.banner {
        height: 100vh;
    }
    section.banner .callout.left,
    section.banner .callout {
        height: 85vh;
    }
    section.banner .callout.left .inner .btn,
    section.banner .callout .inner .btn {
        margin: 10px 0;
        display: block;
    }
    .mini-callout.find-solution .right .btn {
        margin: 10px 0;
        display: block;
        max-width: none;
        width: 100%;
    }
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.grid {
    display: table;
    border-spacing: 40px;
    margin-bottom: 3rem;
}
.grid .third {
    width: 33%;
    display: table-cell;
    padding: 75px 1% 50px;
}
.grid .fifth {
    width: 20%;
    display: table-cell;
}
.grid .half {
    display: table-cell;
    width: 50%;
}

.header-banner-rjg {
font-style: normal;
font-size: 16px;
color: #fff;
line-height: 20px;
padding-top: 3px;
background: #2380d5;
text-align: center;
font-weight: bold;
}
