/*Begin : style css*/
@font-face {
    font-family: "Planer";
    font-weight: normal;
    font-style: normal;
    src: url("/PlexusCDN/plexuscdn/fonts/Planer_Reg.eot?") format("eot"), url("/PlexusCDN/plexuscdn/fonts/Planer_Reg.woff") format("woff"), url("/PlexusCDN/plexuscdn/fonts/Planer_Reg.ttf") format("truetype"), url("/PlexusCDN/plexuscdn/fonts/Planer_Reg.svg#Planer") format("svg");
}

@font-face {
    font-family: "Planer-Bold";
    src: url("/PlexusCDN/plexuscdn/fonts/Planer-Bold.otf?");
}

@font-face {
    font-family: "Planer-BoldItalic";
    src: url("/PlexusCDN/plexuscdn/fonts/Planer-BoldItalic.otf?");
}

@font-face {
    font-family: "Planer-demibold";
    src: url("/PlexusCDN/plexuscdn/fonts/planer-bold-webfont.eot?") format("eot"), url("/PlexusCDN/plexuscdn/fonts/planer-bold-webfont.woff") format("woff"), url("/PlexusCDN/plexuscdn/fonts/planer-bold-webfont.ttf") format("truetype"), url("/PlexusCDN/plexuscdn/fonts/planer-bold-webfont.svg#PlanerBold") format("svg");
}

@font-face {
    font-family: "Planer-DemiBoldItalic";
    src: url("/PlexusCDN/plexuscdn/fonts/Planer-DemiBoldItalic.otf");
}

@font-face {
    font-family: "Planer-ExtraBold";
    src: url("/PlexusCDN/plexuscdn/fonts/Planer-ExtraBold.otf;");
}

@font-face {
    font-family: "Planer-ExtraLight";
    src: url("/PlexusCDN/plexuscdn/fonts/Planer-ExtraLight.otf");
}

@font-face {
    font-family: "Planer-ExtraLightItalic";
    src: url("/PlexusCDN/plexuscdn/fonts/Planer-ExtraLightItalic.otf");
}

@font-face {
    font-family: "Planer-Light";
    src: url("/PlexusCDN/plexuscdn/fonts/Planer-Light.otf");
}

@font-face {
    font-family: "Planer-LightItalic";
    src: url("/PlexusCDN/plexuscdn/fonts/Planer-LightItalic.otf");
}

@font-face {
    font-family: 'Planer-Medium';
    src: url('/PlexusCDN/plexuscdn/fonts/Planer-Medium.eot?') format("eot"); /* IE9 Compat Modes */
    src: url('/PlexusCDN/plexuscdn/fonts/Planer-Medium.eot?#iefix') format('embedded-opentype'), url('/PlexusCDN/plexuscdn/fonts/planer-medium-webfont.woff') format('woff'), url('/PlexusCDN/plexuscdn/fonts/Planer-Medium.otf');
}

@font-face {
    font-family: "Planer-MedualItalic";
    src: url("/PlexusCDN/plexuscdn/fonts/Planer-MediumItalic.otf?") format("otf");
}

@font-face {
    font-family: 'Planer-Italic';
    src: url('/PlexusCDN/plexuscdn/fonts/Planer-Italic.eot?') format("eot"); /* IE9 Compat Modes */
    src: url('/PlexusCDN/plexuscdn/fonts/Planer-Italic.eot?#iefix') format('embedded-opentype'), url('/PlexusCDN/plexuscdn/fonts/planer-italic-webfont.woff') format('woff'), url('/PlexusCDN/plexuscdn/fonts/Planer-Italic.otf');
}
/*
@font-face {
    font-family: 'NotoSansMono-Bold';
    src: url('/PlexusCDN/plexuscdn/fonts/NotoSansCJKjp-Regular.woff');
}

@font-face {
    font-family: 'NotoSansMono-Bold';
    src: url('/PlexusCDN/plexuscdn/fonts/NotoSansCJKjp-Bold.woff');
}

@font-face {
    font-family: 'NotoSans-Thin';
    src: url('/PlexusCDN/plexuscdn/fonts/NotoSansCJKjp-Thin.woff');
}

@font-face {
    font-family: 'NotoSans-Reg';
    src: url('/PlexusCDN/plexuscdn/fonts/NotoSansCJKjp-Regular.woff');
}

@font-face {
    font-family: 'NotoSans-Med';
    src: url('/PlexusCDN/plexuscdn/fonts/NotoSansCJKjp-Medium.woff');
}

@font-face {
    font-family: 'NotoSans-Light';
    src: url('/PlexusCDN/plexuscdn/fonts/NotoSansCJKjp-Light.woff');
}

@font-face {
    font-family: 'NotoSans-Bold';
    src: url('/PlexusCDN/plexuscdn/fonts/NotoSansCJKjp-Bold.woff');
}

@font-face {
    font-family: 'NotoSans-Black';
    src: url('/PlexusCDN/plexuscdn/fonts/NotoSansCJKjp-Black.woff');
}

*/

body {
    font-family: "Planer", "sans-serif";
    /*border-top: 9px solid #5c5a5b;*/
    font-size: 1.2rem;
}

.angled-corner-top-right img {
    margin-bottom: 1rem;
}

#language .dropdown-menu {
    margin: 0 0 0px;
    padding: 0 1rem;
    color: #292b2c;
    border: 1px solid rgba(92, 90, 91, 0.46);
    border-radius: 0;
    background-color: buttonface;
}

    #language .dropdown-menu a {
        text-transform: uppercase;
        color: #292b2c;
    }

#language .dropdown-menu {
    min-width: 8rem;
}

h1 {
    letter-spacing: -1px;
    font-family: "Planer", "sans-serif";
    /*font-size: 70px;*/
    font-size: 4em;
    line-height: 88px;
}

h2 {
    margin-bottom: 0;
    padding: 0 0 40px;
    letter-spacing: -1px;
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-size: 46px;
    font-weight: bold;
    line-height: 50px;
}

h3 {
    margin-bottom: 0;
    padding: 0 0 15px;
    letter-spacing: 0;
    color: #54575a;
    font-family: "Planer-Medium", "sans-serif";
    font-size: 28px;
    line-height: 32px;
}

h4 {
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-size: 21px;
    font-weight: bold;
    line-height: 22px;
}

.nopadding {
    padding: 0 !important;
}

.italic {
    font-family: 'Planer-Italic';
}

.case-study-header {
    font-family: 'Planer-Italic';
    font-size: 30px;
    line-height: 43px;
}

.case-study-tagline {
    text-transform: uppercase;
    color: #93959d;
    font-size: 15px;
    line-height: 14px;
}

p.case-study-tagline {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 15px;
}

.case-study-title {
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-size: 30px;
    line-height: 34px;
}

.case-study-subtitle {
    display: inline-block;
    padding-left: 20px;
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-size: 23px;
    line-height: 27px;
}

.leadership-modal {
    z-index: 99999;
}

p {
    padding: 0 0 20px;
    color: #54575a;
}

.p-large-text {
    margin-bottom: 0;
    padding: 0 0 45px;
    color: #323e48;
    font-family: "Planer", "sans-serif";
    font-size: 22px;
    line-height: 36px;
}

.p-small-text {
    margin-bottom: 0;
    padding: 0 0 20px;
    color: #5c5a5b;
    font-family: "Planer", "sans-serif";
    font-size: 16.67px;
    line-height: 25px;
}

    .p-small-text ul {
        margin: 0 0 1.250rem -1rem;
        color: #54575a;
        font-family: "Planer", "sans-serif";
        font-size: 1.07rem;
        line-height: 1.563rem;
    }

ul,
ol {
    margin-bottom: 0;
    padding-bottom: 20px;
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-size: 17px;
    line-height: 25px;
}

/*******Custom styles - Fixed navbar**************/
.fixed-theme {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    background-color: #fff !important;
    -moz-box-shadow: 0 0 3px #333;
    -webkit-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
}

.plexus-btn {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 0.9rem !important;
}

#case-study-carousel .btn-secondary-market-sector {
    border: 1px solid #5c5a5b !important;
    background-color: #5c5a5b !important;
}

#case-study-carousel p {
    padding-bottom: 5px;
}

#navbarNav ul {
    padding-bottom: 0 !important;
}

.medium {
    font-weight: bold;
}

#nav-submenu-header {
    /* margin-top: 102px !important; */
    padding-top: 4px;
    /* max-height: 25px; */
}

.v-text {
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    writing-mode: sideways-lr;
    text-orientation: sideways-right;
}

.gray-light-bg {
    background-color: #f2f2f2;
}

.gray-dark-bg {
    background-color: #54575a;
}

    .gray-dark-bg > * {
        opacity: 1;
        color: #fff;
    }

.home-section {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 36.250rem;
}

.section-1 {
    position: relative;
    /*padding: 5.000rem 0 6.250rem 0;*/
    padding: 40px 0;
}

.section-2 {
    position: relative;
    padding: 3.750rem 0 5rem;
}

.section-3 {
    position: relative;
    padding: 0;
}

.section-timeline {
    position: relative;
    padding: 0 0 1.250rem;
}

section-solution {
    position: relative;
    padding: 20px 0;
}

.logo {
    padding: 0 0 0.625rem 0.625rem;
}

.list-inline {
    margin-top: 4px;
    margin-right: 150px;
    padding-bottom: 0;
}

.navbar-toggleable-md,
.navbar-toggleable-lg {
    padding: 0;
}

.date {
    font-size: 2.5rem;
    line-height: 2.8rem;
}

/*******buttons**************/
.btn {
    text-transform: uppercase;
    border: 1px solid rgba(92, 90, 91, 0.46);
    border-radius: 0;
    font-size: 0.9rem;
}

.btn {
    padding: 3px 6px;
    /*margin: 8px 0 8px 0;*/
}

/*.btn-primary {
    min-width: 172px !important;
    height: 45px;
    padding: 0.6rem 1rem;
    color: #fff;
    border-color: #ffc62c;
    background-color: #ffc62c;
    font-size: 0.9rem !important;
    line-height: 24px;
}*/

/*.btn-primary.active,
    .btn-primary:active,
    .show > .btn-primary.dropdown-toggle,
    .btn-primary.focus,
    .btn-primary:focus,
    .btn-primary:hover {
        border-color: #fcbc11;
        background-color: #fcbc11;
        box-shadow: none;
    }*/

.btn-secondary {
    padding: 0.6rem 1rem;
    color: #fff;
    border-color: #5c5a5b;
    background-color: #5c5a5b;
}

    .btn-secondary.active,
    .btn-secondary:active,
    .show > .btn-secondary.dropdown-toggle,
    .btn-secondary.focus,
    .btn-secondary:focus,
    .btn-secondary:hover {
        color: #fff;
        border-color: #333;
        background-color: #333;
        box-shadow: none;
    }

/*******header**************/
.main-header {
    z-index: 99999;
    border-top: 10px solid #5c5a5b;
    background: #fff;
    -moz-box-shadow: 0 0 5px #333;
    -webkit-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
}

.top-nav .nav-link {
    padding: 0.688rem;
    letter-spacing: 0.063rem;
    text-transform: uppercase;
    color: #5c5a5b;
    font-size: 13px;
    line-height: 15px;
}

    .top-nav .nav-link:hover {
        color: #c20430;
    }

.top-nav select.form-control-sm:not([size]):not([multiple]) {
    height: inherit;
    padding: 0;
    border: 0.063rem solid #bdbabb;
    border-radius: 0;
    background: #f2f2f2;
    line-height: 0.938rem;
}

.main-nav.navbar-toggleable-md li,
.main-nav.navbar-toggleable-lg li {
    padding: 0 1.5rem;
}

    .main-nav.navbar-toggleable-md li:last-child,
    .main-nav.navbar-toggleable-lg li:last-child {
        padding-right: 0;
    }

    .main-nav.navbar-toggleable-md li a.nav-link,
    .main-nav.navbar-toggleable-lg li a.nav-link {
        display: inline-block;
        margin: 0.25rem 0rem -6px 0px;
        text-transform: uppercase;
        color: #5c5a5b;
        border-bottom: 0.313rem solid #fff;
        font-size: 17px;
        line-height: 12px;
    }

    .main-nav.navbar-toggleable-md li a.active,
    .main-nav.navbar-toggleable-lg li a.active {
        display: inline-block;
        color: #c20430;
        border-bottom-color: #c20430;
        font-family: "Planer", "sans-serif";
    }

    .main-nav.navbar-toggleable-md li:hover a.nav-link,
    .main-nav.navbar-toggleable-lg li:hover a.nav-link {
        color: #c20430;
        border-bottom-color: #c20430;
        font-family: "Planer", "sans-serif";
    }

.dropdown-menu {
    line-height: 18px;
}

@media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
}

/*******banner**************/
.banner {
    display: flex;
    align-items: center;
    height: 48.438rem;
    color: #fff;
    border-radius: 0;
    background: url(/PlexusCDN/plexus/media/english-media/template-images/banner.jpg) no-repeat;
    background-size: cover;
}

    .banner h1 {
        color: #fff;
    }

.video-btn {
    display: inline-block;
    width: 6.250rem;
    height: 6.250rem;
    border: 0.063rem solid #fff;
    border-radius: 50%;
    line-height: 6.250rem;
}

    .video-btn i {
        line-height: inherit;
    }

.banner a {
    color: #fff;
}

    .banner a:hover {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.6);
    }

/*******about**************/
.about:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 5.250rem;
    content: "";
    background: url(/PlexusCDN/plexus/media/english-media/template-images/banner-bt-bg.png) no-repeat top center;
    background-size: cover;
}

.about h2 {
    margin-bottom: 1.5rem;
    font-size: 3rem;
}

.about p {
    color: #69757f;
    font-size: 1.3rem;
}

/*******case study**************/
.case-study {
    position: relative;
    margin-top: 20px;
    margin-bottom: 8.125rem;
    padding: 0.938rem 0;
}

    .case-study .carousel-item .col-md-5 {
        margin: 0;
    }

    .case-study .carousel-item .col-md-6 {
        /*margin: auto;*/
    }

    .case-study:before {
        position: absolute;
        top: 0;
        width: 100%;
        height: 0.750rem;
        content: "";
        background: url('/PlexusCDN/plexus/media/english-media/home/desktop/home-dividerline-2.svg') no-repeat top center;
        background-size: cover;
    }

    .case-study:after {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 0.750rem;
        content: "";
        background: url('/PlexusCDN/plexus/media/english-media/home/desktop/home-dividerline-3.svg') no-repeat top center;
        background-size: cover;
    }

    .case-study .carousel-item > .row > .case-study-title {
        padding: 0 0 0 20px;
        /* Safari */
        /* Firefox */
        /* IE */
        /* Opera */
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        text-align: center;
        vertical-align: middle;
        letter-spacing: 8px;
        text-transform: uppercase;
        color: #fff;
        background: #ffc62c;
        font-size: 1.063rem;
    }

.case-study-title .v-text {
    min-height: 15.625rem;
}

.case-study .carousel-item > .row {
    width: 100%;
    height: 500px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

    .carousel-control-prev i,
    .carousel-control-next i {
        padding: 0 0.625rem;
        background: #ffc62c;
    }

        .carousel-control-prev i:hover,
        .carousel-control-next i:hover {
            /* padding: 0 0.625rem; */
			padding: 0 1rem;
            background: #5c5a5b;
        }

#testimonial-carousel .carousel-control-next {
    right: 55px;
}

.carousel-control-prev .angle-left:before {
    display: inline-block;
    width: 2.625rem;
    height: 8.125rem;
    content: "";
    background: url('/PlexusCDN/plexus/media/english-media/template-images/arrow-sprite.png') no-repeat left center;
}

.carousel-control-next .angle-right:before {
    display: inline-block;
    width: 2.625rem;
    height: 8.125rem;
    content: "";
    background: url('/PlexusCDN/plexus/media/english-media/template-images/arrow-sprite.png') no-repeat right center;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    background: #bababa;
    flex: 0 auto;
	-webkit-box-flex: 0;
}

.carousel-indicators .active {
    background: #ffc62c;
}

.carousel-indicators {
    bottom: -70px;
}

section#CaseStudy-Market-Sector {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*******napkin sketch**************/
.napkin-sketch {
    padding: 6rem 0 8rem;
    text-align: center;
    background: #f2f2f2;
}

.napkin-sketch-box {
    max-width: 200px;
    min-height: 290px;
    padding: 1.250rem;
    cursor: pointer;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    text-align: center;
    border-bottom: 6px solid #3e8497;
    background: #fff;
}

    .napkin-sketch-box:hover {
        background: #3e8497;
    }

.sketch {
    display: inline-block;
    width: 117px !important;
    height: 130px;
    margin: 3rem 0 2rem;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 117px;
}

.sketch-development {
    background-image: url('/PlexusCDN/plexus/media/english-media/home/desktop/home-designdevelopment-icon.png');
}

.sketch-new-product {
    background-image: url('/PlexusCDN/plexus/media/english-media/home/desktop/home-newproductintroduction-icon.png');
}

.sketch-manufacturing {
    background-image: url('/PlexusCDN/plexus/media/english-media/home/desktop/home-manufacturing-icon.png');
}

.sketch-aftermarket {
    background-image: url('/PlexusCDN/plexus/media/english-media/home/desktop/home-aftermarket-icon.png');
}

.sketch-supplu-chain {
    background-image: url('/PlexusCDN/plexus/media/english-media/home/desktop/home-supplychainsolutions-icon.png');
}

.napkin-sketch-box:hover .sketch {
    background-position: 0 -137px;
}

.napkin-sketch-box h5 {
    min-height: 45px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #3e8497;
    font-size: 15px;
}

    .napkin-sketch-box h5 a {
        color: #4d86a0;
    }

.napkin-sketch-box:hover h5,
.napkin-sketch-box:hover a {
    text-decoration: none;
    color: #fff;
}

/*******market sector**************/
.market-sector {
    padding: 7rem 0;
}

.market-sector-bg-bt:before {
    position: absolute;
    top: 40%;
    width: 100%;
    height: 256px;
    content: "";
    background: url('/PlexusCDN/plexus/media/english-media/home/desktop/home-dividerline-4.svg') no-repeat top center;
    background-size: cover;
}

.meta-data {
    width: 69px;
    height: 77px;
    text-align: center;
    text-transform: uppercase;
    background: url(/PlexusCDN/plexus/media/english-media/template-images/calander-icon.png) no-repeat top center;
}

.market-box {
    position: relative;
    cursor: pointer;
}

    .market-box div {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 284px;
        min-height: 8.125rem;
        margin: 0 auto;
        padding: 0.938rem;
        -webkit-transition: all 0.8s ease 0s;
        -moz-transition: all 0.8s ease 0s;
        transition: all 0.8s ease 0s;
        text-align: left;
        background: rgba(194, 4, 48, 0.67);
    }

        .market-box div:hover {
            background: rgba(255, 198, 44, 0.67);
        }

    .market-box:hover a {
        text-decoration: none;
        background: rgba(255, 198, 44, 0.67);
    }

    .market-box a h5 {
        min-height: 4.063rem;
        margin-bottom: 0;
        text-transform: uppercase;
        color: #fff;
        font-size: 1.3rem;
    }

    .market-box .angle-right {
        display: block;
        width: 28px;
        height: 28px;
        padding: 0;
        text-align: center;
        border: 0.063rem solid #fff;
        border-radius: 50%;
        background: none;
    }

        .market-box .angle-right:before {
            display: inline-block;
            width: 0.938rem;
            height: 28px;
            content: "";
            background: url(/PlexusCDN/plexus/media/english-media/template-images/arrow-sprite.png) no-repeat right center;
            background-size: 1.875rem;
        }

.market-sector-featured-mobile {
    padding: 0;
}

    .market-sector-featured-mobile a {
        position: absolute;
        left: 0;
        width: 100%;
        margin-top: -10px;
        text-align: center;
    }

    .market-sector-featured-mobile h5 {
        min-height: 4.063rem;
        margin-bottom: 0;
        text-transform: uppercase;
        color: #fff;
        font-size: 1.3rem;
    }

/*******location
**************/
.location {
    margin: 4rem 0 6rem;
    padding-top: 8rem;
}

    .location:before {
        position: absolute;
        top: 0;
        width: 100%;
        height: 83px;
        content: "";
        background: url(/PlexusCDN/plexus/media/english-media/template-images/location-bg.png) no-repeat top center;
        background-size: cover;
    }
/*******team and news
**************/
.news-team {
    padding: 6rem 0 8rem;
    background: #f2f2f2;
}

.news .meta-data {
    width: 4.313rem;
    height: 4.813rem;
    text-align: center;
    text-transform: uppercase;
    background: url(/PlexusCDN/plexus/media/english-media/template-images/calander-icon.png) no-repeat top center;
}

    .news .meta-data .month {
        line-height: 36px;
    }

    .news .meta-data .date {
        font-size: 2.5rem;
        line-height: 2.3rem;
    }

.news .media-body p {
    margin-bottom: 5px;
}

.news .media-body a {
    text-decoration: underline;
    text-transform: uppercase;
    color: #c20430;
    font-size: 1rem;
}

    .news .media-body a:hover {
        text-decoration: none;
        color: #54575a;
    }

/** alert message for cookies **/
/** div background color controls ***/
.grey-background {
    color: #fff;
    background: #5c5a5b;
}

    .grey-background a {
        text-decoration: underline;
        color: #fff;
    }

.black-background {
    color: #fff;
    background: #000;
}

    .black-background a {
        color: #fff;
    }

.closebtn {
    float: right;
    margin-left: 15px;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
}

.alerttop {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */ /* Internet Explorer */
    -o-animation: fadein 2s;
    -ms-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
    font-size: 13px;
}

.padding1 {
    padding: 1rem;
}

.padding-half {
    padding: 0.5rem;
}

/***** Newsltter Sign Up Mockup ****/
.newsletter {
    position: absolute;
    right: 0;
    bottom: 40px;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

/****** CSS animations*******/

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
/*@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}*/

/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/*******team and news
**************/
footer {
    min-height: 350px;
    padding: 2.5rem 0;
    color: #fff;
    background: #5c5a5b;
    font-size: 17px;
}

    footer ul li a {
        color: #fff;
    }

        footer ul li a:hover {
            text-decoration: none;
            color: #ffc62c;
        }

    footer .social a {
        position: relative;
        display: inline-block;
        width: 2.563rem;
        height: 2.563rem;
        margin-right: 0.625rem;
        -webkit-transition: all 0.8s ease 0s;
        -moz-transition: all 0.8s ease 0s;
        transition: all 0.8s ease 0s;
        text-align: center;
        color: #bdbabb;
        border: 0.063rem solid #bdbabb;
        border-radius: 50%;
    }

        footer .social a:hover {
            color: #ffc62c;
        }

        footer .social a:after {
            position: absolute;
            top: -1px;
            left: -1px;
            width: 2.563rem;
            height: 2.563rem;
            content: "";
            -webkit-transition: all 0.8s ease 0s;
            -moz-transition: all 0.8s ease 0s;
            transition: all 0.8s ease 0s;
            border: 2px solid;
            border-color: transparent #bdbabb transparent transparent;
            border-radius: 50%;
        }

        footer .social a:hover:after {
            border-right-color: #ffc62c;
        }

        footer .social a.facebook:after {
            -webkit-transform: rotate(20deg);
            -moz-transform: rotate(20deg);
            -o-transform: rotate(20deg);
            transform: rotate(20deg);
        }

        footer .social a.linkedin:after {
            -webkit-transform: rotate(120deg);
            -moz-transform: rotate(120deg);
            -o-transform: rotate(120deg);
            transform: rotate(120deg);
        }

        footer .social a i {
            font-size: 1.5rem;
            line-height: 2.500rem;
        }

        footer .social a.facebook {
            background: url(/PlexusCDN/plexus/media/english-media/home/desktop/home-linkedin-icon.svg) top left no-repeat;
        }

.navbar-brand {
    padding-top: 0;
}

@media (max-width: 575px) {
    .list-inline {
        padding-bottom: 12px;
    }

    .navbar-brand {
        padding-top: 0.25rem;
    }

    i.fa.fa-sort-desc {
        position: absolute;
        top: 6px;
        margin-left: 5px;
        color: #c20430;
        /*float: right;*/
        /*margin-right: 50%;*/
        /*margin-top: 5px;*/
    }

    .dropdown-toggle::after {
        content: none !important;
    }

    .case-logo {
        padding-bottom: 30px !important;
    }

    .ethics-pdf {
        padding-top: 20px;
    }

    #CaseStudy .full-width {
        width: 100%;
        padding: 4px 0 48px;
    }

    #CaseStudy h3 {
        margin-bottom: 0;
        padding: 0 0 28px;
        letter-spacing: 0;
        color: #54575a;
		font-family: "Planer", "sans-serif";
       /*font-size: 40px; /*JD-SatChange*/
        font-size: 30px; /*JD-SatChange*/
        line-height: 35px;
    }

    #CaseStudy p {
        /*padding: 0 0 55px 0;*/
        color: #54575a;
    font-family: "Planer", "sans-serif";
        font-size: 22px; /*JD-SatChange*/
        line-height: 28px;
        /*font-size: 28px;*/ /*JD-SatChange*/
    }

    #CaseStudy .carousel-inner {
        overflow: visible;
    }

    #CaseStudy .carousel-indicators {
        display: none;
    }

    .market-sector-featured-mobile h5 {
        font-size: 16px;
    }

    .case-study-title {
        line-height: 24px;
    }

    .geraet-box h1 {
        font-size: 36px;
        line-height: 40px;
    }

    /*.playbtn {
        width: 100px !important;
    }*/

    .market-sector-bg-bt .container {
        width: auto;
        padding: 0;
    }

    .mobile-nav-icon {
        width: 50px !important;
        height: 50px !important;
        margin-top: -5px !important;
    }

    .logo-height {
        height: 41px !important;
    }

    .section-1 {
        position: relative;
        padding: 20px 0 50px;
    }

    .section-2 {
        position: relative;
        padding: 30px 0 40px;
    }

    .section-timeline {
        position: relative;
        padding: 0 0 10px;
    }

    h1 {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    h4 {
        color: #54575a;
        font-family: "Planer", "sans-serif";
        font-size: 21px;
        line-height: 22px;
    }

    /* .yellow-bg h3 {
        text-align: center;
    } */

    ul,
    ol {
        padding-bottom: 0;
        color: #54575a;
        font-family: "Planer", "sans-serif";
        font-size: 17px;
        line-height: 25px;
    }

    .case-study {
        height: 800px;
        padding: 20px 0;
        /*height: 962px !important;*/
    }

        .case-study .carousel-item > .row > .case-study-title.v-text {
            margin-bottom: 10px;
            padding: 10px 0;
            -ms-writing-mode: lr-tb;
            writing-mode: inherit;
            text-orientation: inherit;
        }

    .hidden-xs-down {
        display: none;
    }

    .case-study .carousel-item > .row > .case-study-title {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

    .case-study .carousel-item > .row {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .case-study .carousel {
        margin: 0;
    }

    #CaseStudy .carousel-inner {
        text-align: left; /*JD-SatChange */
        /*text-align:center;*/ /*JD-SatChange */
    }

    .panel-title a {
        padding-right: 25% !important;
        white-space: normal;
    }

    .sol-pos {
        padding-top: 20px;
    }

    .map-officephoto {
        min-height: inherit !important;
    }

    .alerttop {
        position: fixed;
        z-index: 99;
        top: unset;
        bottom: 0;
    }

    .case-study-tagline {
        font-size: 13px;
    }

    .case-study-header {
        font-size: 25px;
    }

    .case-study-subtitle {
        font-size: 19px;
    }

    .pad-bot {
        padding-bottom: 10px !important;
    }

    .pad-top {
        padding-top: 40px !important;
    }

    .napkin-sketch-box h5 {
        font-size: 15px;
    }

    .pt-68 {
        padding-top: 68px;
    }

    .pb-33 {
        padding-bottom: 33px;
    }

    .nap-subhead-font {
        font-size: 20px;
    }

    .nap-head-font {
        font-size: 28px;
    }

    .event-popup h2 {
        font-size: 27px !important;
        line-height: 30px !important;
    }

    .pt-23 {
        padding-top: 23px;
    }

    .height-0 {
        height: 0;
    }

    .teal-bg .heading {
        padding: 10% 0 !important;
    }

    .flot-text {
        padding: 6px 0 0 6px !important;
    }

    .pt-m-42 {
        padding-top: 42px !important;
    }

    .padding-0 {
        padding: 0;
    }
}

@media screen and (min-width: 577px) and (max-width: 767px) {
    i.fa.fa-sort-desc {
        position: absolute;
        top: 6px;
        margin-left: 5px;
        color: #c20430;
        /*float: right;*/
        /*margin-right: 50%;*/
        /*margin-top: 5px;*/
    }

    .dropdown-toggle::after {
        content: none !important;
    }

    h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .banner {
        height: 37.500rem;
    }

    .banner-solution {
        height: 37.500rem;
    }

    .banner-market-sector {
        height: 37.500rem;
    }

    .display-3 {
        font-size: 3.5rem;
    }

    .about p {
        font-size: 1.1rem;
    }

    .about-solution p {
        font-size: 1.1rem;
    }

    .case-study .carousel-item > .row {
        height: inherit;
    }

        .case-study .carousel-item > .row > .case-study-title.v-text {
            margin: 5px 0 7px;
            padding: 1rem 0.625rem 1rem 1.875rem;
            -ms-writing-mode: lr-tb;
            writing-mode: inherit;
            text-orientation: inherit;
        }

    .case-study .carousel-item p {
        /*padding-left: 0.625rem;*/
    }

    .carousel-control-prev i,
    .carousel-control-next i {
        padding: 0 0.625rem;
        background: #ffc62c;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 100%;
    }

    .carousel-control-next,
    .carousel-control-prev {
        opacity: 1;
    }

    .angle-right {
        padding: 0 0.625rem;
        background: #ffc62c;
    }

    .carousel-control-next .angle-right:before,
    .carousel-control-prev .angle-left:before {
        width: 100%;
    }

    .carousel-control-prev .angle-left {
        display: inline-block;
        width: 2.625rem;
        height: 8.125rem;
        content: "";
        background: url(/PlexusCDN/plexus/media/english-media/template-images/arrow-sprite.png) no-repeat left center;
    }

    .carousel-control-next .angle-right {
        display: inline-block;
        width: 2.625rem;
        height: 8.125rem;
        content: "";
        background: url(/PlexusCDN/plexus/media/english-media/template-images/arrow-sprite.png) no-repeat right center;
    }

    .napkin-sketch,
    .market-sector,
    .news-team {
        padding: 2rem 0;
    }

    .case-study {
        margin-bottom: 3rem;
    }

    .list-inline-item:not(:last-child) {
        margin-right: 0;
    }

    .home-section {
        min-height: 25rem;
    }

    .hidden-xs-down {
        display: none;
    }

    .case-study .carousel-item > .row > .case-study-title {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

    .case-study .carousel-item > .row {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .case-study .carousel {
        margin: 0;
    }

    #CaseStudy .carousel-inner {
        text-align: left;
    }

    .navbar-toggler {
        margin-top: 8px;
    }

    .case-study-header {
        font-size: 20px;
        line-height: 28px;
    }

    .sol-pos {
        padding-top: 20px;
    }

    #bs-collapse h3 {
        padding: 0 !important;
    }

    .napkin-sketch-box h5 {
        font-size: 15px;
    }

    .pt-68 {
        padding-top: 68px;
    }

    .pb-33 {
        padding-bottom: 33px;
    }

    .nap-subhead-font {
        font-size: 20px;
    }

    .nap-head-font {
        font-size: 28px;
    }

    .event-popup h2 {
        font-size: 27px !important;
        line-height: 30px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 993px) {
    .solutions-box {
        /*width: 738px;*/
        margin: 0 auto;
        margin-left: 3%;
    }

    .mobile-text-center {
        text-align: center;
    }

    #CaseStudy .container {
        /*width: auto;*/
        margin-left: -1%;
        padding: 0;
    }

    .market-sector-bg-bt .container {
        width: auto;
        padding: 0;
    }

    .market-sector-featured-mobile {
        border-bottom: 1px solid #fff;
    }

    .news-text {
        width: 82%;
        margin: 0 auto;
    }
    /*#case-study-carousel .col-md-12 {
        padding:0;
    }*/
    h3 {
        font-size: 30px;
    }

    #case-study-carousel p {
        padding-bottom: 10px;
        font-size: 18px;
    }

    .btn-secondary-market-sector {
        border: 1px solid #5c5a5b !important;
        background-color: #5c5a5b !important;
    }

    h1 {
        font-size: 50px;
        line-height: 55px;
    }

    .navbar-toggler {
        margin-top: 0;
        padding: 0.5rem 0.75rem;
    }

    .case-study .carousel-item > .row > .case-study-title {
        margin: 5px 0;
        padding-left: 5px;
    }

    .carousel-inner h3 {
        padding-top: 0;
    }

    .market-box a {
        min-height: 5rem;
    }

    .hidden-xs-down {
        display: none;
    }

    /*.top-nav.justify-content-end {
        height: 40px;
        display: none;
    }*/

    .logo-height {
        padding-bottom: 0;
    }

    /*.geraet-box {
        top: 37% !important;
    }*/

    .geraet-box h1 {
        font-size: 36px;
        line-height: 40px;
    }

    #vidSlider h1 {
        font-size: 36px;
        line-height: 55px;
    }

    #vidSlider .page-header-title {
        top: 37% !important;
    }

    .market-sector-featured-mobile h5 {
        font-size: 36px;
    }

    .playbtn {
        width: 100px !important;
    }

    .modular-divider-style1-mobile {
        display: none;
        margin: 4.5rem 0 1.250rem;
    }

    h2 {
        font-size: 48px;
        line-height: 50px;
    }

    .navbar-toggleable-md > .container {
        padding: 22px 0;
    }

    .pt-68 {
        padding-top: 68px;
    }

    .pb-33 {
        padding-bottom: 33px;
    }

    .nap-subhead-font {
        font-size: 20px;
        line-height: 36px;
    }

    .nap-head-font {
        font-size: 28px;
        line-height: 36px;
    }

    .news-center {
        width: 82%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 993px) {
    /*.napkin-sketch-box h5 {
        font-size: 0.9rem;
    }*/

    .top-nav.justify-content-end {
        height: auto;
    }

    .safety-pdf span {
        max-width: 50%;
    }

    #case-study-carousel img {
        max-height: 500px;
    }
}

/******* solution page slider
**************/

.home-section#solution-about {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 48.750rem;
}

#solution-about .grey-bg {
    width: 100%;
    padding: 3.125rem;
    background: #f2f2f2;
}

.about h2 {
    margin-bottom: 1.5rem;
    font-size: 3rem;
}

.about p {
    color: #69757f;
    font-size: 1.3rem;
}

.about-solution h2 {
    margin-bottom: 1.5rem;
    font-size: 3rem;
}

.about-solution p {
    color: #69757f;
    font-size: 1.3rem;
}

.left {
    float: left;
}

/*******case study solution
**************/
.yellow-bg {
    width: 100%;
    background: #ffc62c;
}
/*******banner solution
**************/

.banner-solution {
    position: relative;
    display: flex;
    align-items: center;
    height: 48.438rem;
    color: #fff;
    border-radius: 0;
    background: url(/PlexusCDN/plexus/media/english-media/template-images/banner-solution.jpg) no-repeat;
    background-size: cover;
}

    .banner-solution::after {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        opacity: 0.3;
        background: #ffc62c;
        /*background-image: url(/plexuscdn/Images/carbon-fibre.png);*/
    }

    .banner-solution h1 {
        color: #fff;
    }

    .banner-solution a {
        color: #fff;
    }

        .banner-solution a:hover {
            text-decoration: none;
            color: rgba(255, 255, 255, 0.6);
        }

.cut-border {
    width: 25rem;
    border-radius: 0 4.063rem;
}

#solution-market {
    padding-top: 6.250rem;
    padding-bottom: 6.250rem;
}

/*----------solution page slider---------------*/
.jssorb03 {
    position: absolute;
}

.dotedImg::after {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.3;
    background: #c30e2e;
    /*background-image: url(/plexuscdn/Images/carbon-fibre.png);*/
}

.jssorb03 div,
.jssorb03 div:hover {
    overflow: hidden;
    width: 0.625rem;
    height: 0.625rem;
    cursor: pointer;
    background: #bababa;
    flex: 0 auto;
}

.jssorb03 .av {
    overflow: hidden;
    width: 0.625rem;
    height: 0.625rem;
    cursor: pointer;
    background: #ffc62c;
    flex: 0 auto;
}

    .jssorb03 div:hover,
    .jssorb03 .av:hover {
        background: #ffc62c;
    }

.jssorb03 .dn,
.jssorb03 .dn:hover {
    background-position: -95px -4px;
}

.jssora03l,
.jssora03r {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 3.438rem;
    height: 3.438rem;
    cursor: pointer;
}

.jssora03l {
    background-position: -3px -33px;
}

.jssora03r {
    background-position: -63px -33px;
}

.jssora03l:hover {
    background-position: -123px -33px;
}

.jssora03r:hover {
    background-position: -183px -33px;
}

.jssora03l.jssora03ldn {
    background-position: -243px -33px;
}

.jssora03r.jssora03rdn {
    background-position: -303px -33px;
}

.jssora03l.jssora03lds {
    pointer-events: none;
    opacity: 0.3;
    background-position: -3px -33px;
}

.jssora03r.jssora03rds {
    pointer-events: none;
    opacity: 0.3;
    background-position: -63px -33px;
}

.case-study-solution {
    position: relative;
    margin-bottom: 3.125rem;
    padding: 0.938rem 0;
}

    .case-study-solution .carousel-item > .row > div {
        padding: 6rem 0.625rem;
    }

    .case-study-solution:before {
        position: absolute;
        top: 0;
        width: 100%;
        height: 0.750rem;
        content: "";
        /*background: url(/plexuscdn/Images/Testimonial.png) no-repeat top center;*/
        background-size: cover;
    }

    .case-study-solution:after {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 0.750rem;
        content: "";
        /*background: url(/plexuscdn/Images/case-study-bt-bg.png) no-repeat top center;*/
        background-size: cover;
    }

    .case-study-solution .carousel-item > .row > .case-study-solution-title {
        padding: 7rem 0.625rem 7rem 1.875rem;
        letter-spacing: 8px;
        text-transform: uppercase;
        color: #fff;
        background: #ffc62c;
        font-size: 1.063rem;
    }

.case-study-solution-title .v-text {
    min-height: 15.625rem;
}

.case-study-solution .carousel-item > .row {
    width: 100%;
    height: 500px;
}

.btn-secondary-solution {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    text-decoration: none;
    color: #fff;
    border-color: #ffc62c;
    background-color: #ffc62c;
}

    .btn-secondary-solution.active,
    .btn-secondary-solution:active,
    .show > .btn-secondary-solution.dropdown-toggle,
    .btn-secondary-solution.focus,
    .btn-secondary-solution:focus,
    .btn-secondary-solution:hover {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        text-decoration: none;
        color: #fff;
        border-color: #feb900;
        background-color: #feb900;
        box-shadow: none;
    }

.about-solution:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 5.250rem;
    content: "";
    /*background: url(/plexuscdn/Images/about-solution-bt-bg.png) no-repeat top center;*/
    background-size: cover;
}

.about-solution h2 {
    margin-bottom: 1.5rem;
    font-size: 3rem;
}

.about-solution p {
    color: #69757f;
    font-size: 1.3rem;
}

.case-study-solution:before {
    position: absolute;
    top: -13px;
    width: 100%;
    height: 1.563rem;
    content: "";
    /*background: url(/plexuscdn/Images/case-study-solution-bt.bg.png) no-repeat top center;*/
    background-size: cover;
}

.subsector-solution {
    position: relative;
}

    .subsector-solution:before {
        position: absolute;
        top: 4.063rem;
        width: 100%;
        height: 1.563rem;
        content: "";
        /*background: url(/plexuscdn/Images/subsector-yellow-top-bt-bg.png) no-repeat top center;*/
        background-size: cover;
    }

    .subsector-solution:after {
        position: absolute;
        bottom: 0.938rem;
        width: 100%;
        height: 1.563rem;
        content: "";
        /*background: url(/plexuscdn/Images/subsector-yellow-bottom-bt-bg.png) no-repeat top center;*/
        background-size: cover;
    }

.contactus-solution {
    padding: 4rem 0;
    background: #f2f2f2;
}

    .contactus-solution:after {
        position: absolute;
        bottom: -102px;
        width: 100%;
        height: 4.938rem;
        content: "";
        /*background: url(/plexuscdn/Images/contactus-solution-bottom-bt-bg.png) no-repeat top center;*/
        background-size: cover;
    }

.awards-solution ul li {
    min-height: 4.688rem;
    padding-left: 4.063rem;
    list-style: none;
    text-decoration: none;
    background-image: url('/PlexusCDN/plexus/media/english-media/template-images/pdf-icon.png');
    background-repeat: no-repeat;
    background-position: 0 0.4em;
}

/*Carousel Slider custom styles start*/
.action-enquire,
.page-header-action {
    letter-spacing: 0.1666666667vmin;
    font-size: 2.5vmin;
}

.page-header .video-sound {
    font-size: 0.7em;
}

.page-header-subtitle:empty,
.page-header-title:empty {
    display: none;
}

.page-header.full-half-screen .page-header-title {
    font-size: 6.66vmin;
}

    .page-header.full-half-screen .page-header-title:after {
        margin: 3.33vmin auto;
    }

.team_index .page-header-title:after {
    margin: 3.33vmin 0;
}

.page-header-subtitle {
    font-family: inherit;
    font-size: 3.5vmin;
}

.page-header.full-half-screen .page-header-subtitle {
    padding: 0;
    font-size: 3.3636363636vmin;
}

.page-content-title {
    letter-spacing: 0.185vmin;
    font-size: 8.75vmin;
    line-height: 0.99;
}

.action-enquire,
.page-header-action {
    letter-spacing: 0.1666666667vmin;
    font-size: 2.5vmin;
}

.page-header .video-sound {
    font-size: 0.7em;
}

.page-header-subtitle:empty,
.page-header-title:empty {
    display: none;
}

.page-header.full-half-screen .page-header-title {
    font-size: 6.66vmin;
}

    .page-header.full-half-screen .page-header-title:after {
        margin: 3.33vmin auto;
    }

.team_index .page-header-title:after {
    margin: 3.33vmin 0;
}

.page-header-subtitle {
    font-family: inherit;
    font-size: 3.5vmin;
}

.page-header.full-half-screen .page-header-subtitle {
    padding: 0;
    font-size: 3.3636363636vmin;
}

.page-header {
    position: relative;
    text-align: center;
}

    .page-header > * {
        position: relative;
        color: #fff;
    }

    /*  .page-header .page-header-bckgd {
        bottom: 0;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
    } */

    .page-header .page-header-bckgd.bckgd-cover {
        bottom: -1px;
        transition: background 200ms linear;
        border-bottom: 1px solid #ffc719;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .page-header .page-header-cta {
        margin-top: 4.5vmin;
        margin-left: 2.25vmin;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

        .page-header .page-header-cta .action-label {
            margin-left: 2.25vmin;
            padding: 1.4vmin 2vmin;
            color: #fff;
            color: rgba(255, 255, 255, 0.75);
            border: 1px solid #fff;
            border: 1px solid rgba(255, 255, 255, 0.5);
            font-size: 0.9em;
        }

@media screen and (max-width: 320px) {
    .page-header .page-header-title {
        max-width: 100%;
    }
}

.page-header .page-header-details,
.page-header .page-header-subtitle {
    padding: 2.8vmin 13.875vmin 0;
}

.page-header .page-header-subtitle {
    max-width: 67%;
}

.page-header .page-header-action,
.page-header .video-sound {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    text-align: center;
}

.page-header .page-header-action {
    bottom: 23vmin;
}

.page-header .video-sound {
    display: block;
    bottom: 8vmin;
}

    .page-header .video-sound > span {
        cursor: pointer;
    }

    .page-header .video-sound .sound-label {
        color: #ffc719;
    }

.page-header.full-half-screen .page-header-title {
    margin-top: 0;
}

.on-ios .page-header.full-half-screen .page-header-subtitle,
.on-ios .page-header.full-half-screen .page-header-title {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

body:not(.on-android) .page-header .page-header-bckgd {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.header-preloaded .page-header-action,
.header-preloaded .page-header-bckgd,
.header-preloaded .page-header-cta,
.header-preloaded .page-header-subtitle,
.header-preloaded .page-header-title,
.header-preloaded .video-sound {
    opacity: 0 !important;
}

.header-loaded .page-header-action,
.header-loaded .page-header-bckgd,
.header-loaded .page-header-cta,
.header-loaded .page-header-subtitle,
.header-loaded .page-header-title,
.header-loaded .video-sound {
    -webkit-animation: fadeIn 400ms linear both;
    animation: fadeIn 400ms linear both;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.header-loaded .page-header-bckgd {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.app-state-error,
.app-state-indicator {
    z-index: 11;
}

.nav-main,
.privacy-msg {
    z-index: 9;
}

.page-header > * {
    z-index: 3;
}

.page-header .page-header-bckgd {
    z-index: 0;
}

.page-header .bckgd-cover {
    z-index: 2;
}

.video-player .play-button {
    z-index: 6;
}

.page-header .page-header-bckgd .bckgd-image,
main {
    width: 100%;
    height: 100%;
}

.page-header .page-header-bckgd .bckgd-video,
.video-player video {
    min-width: 100%;
    min-height: 100%;
}

.screen-centered {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
}

.screen-centered-video {
    height: 55.5vw;
}

.screen-centered-imageorvideo {
    height: 49vw;
}

    .screen-centered-imageorvideo iframe {
        top: 58% !important;
    }

.video-viewport {
    height: auto !important;
}

.yellow-bg ul {
    margin-left: -33px;
}

.yellow-bg ol {
    margin-left: -33px;
}

.playbtn {
    height: 115px;
    width: 98px;
    overflow: hidden;
    margin: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*Carousel Slider custom styles end*/
.recentNews .media a {
    text-transform: uppercase;
    color: #c20430;
}

#case-study-carousel .carousel-control-prev {
    left: 55% !important;
}

#case-study-carousel .carousel-control-next {
    right: 55% !important;
}

.row.col-centered {
    display: flex;
    text-align: center;
}

.plexus-img {
    padding-bottom: 60px;
}

/*Events Calendar*/
.d-block.month {
    padding-top: 5px;
}

.d-block.date {
    font-size: 2rem;
    line-height: 1.4;
}

.dropdown-toggle:after {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*float: right;
    position: absolute;*/
    color: #c20430;
}

/*.navbar-header {
    padding-bottom: 5px;
}*/

select::-ms-expand {
    display: none;
}

select {
    text-indent: 1px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
}

    select.form-control {
        background: url("/PlexusCDN/plexus/media/english-media/template-images/dropdown-arrow.jpg") #fff;
        background-repeat: no-repeat;
        background-position: top right;
		background-size: 62px 100%;
		padding-right: 62px;
    }

.pdf-sub-text {
    padding-left: 20px;
    color: #fff;
}

_:-ms-fullscreen,
:root #case-study-carousel .carousel-control-prev {
    left: 28% !important;
}

.napkin-link:hover {
    text-decoration: none;
}

.contact-form-input {
    width: 100% !important;
    height: 35px !important;
    border: solid 1px #777;
    border-radius: 0;
}

.sub-menu {
    margin: auto !important;
}

.graybg {
    border-bottom: 1px solid #fff;
    background-color: #5c5a5b;
    -moz-box-shadow: 0 0 3px #333;
    -webkit-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
}

    .graybg ul li a {
        color: rgba(255, 255, 255, 0.71) !important;
    }

    .graybg a.nav-link.active {
        color: #fff !important;
    }

    .graybg a.nav-link:hover {
        color: #fff !important;
    }

    .graybg li a.nav-link {
        height: 40px;
        margin: 0.25rem 0rem -6px 0px;
        text-transform: uppercase;
        color: #5c5a5b;
        border: none !important;
        font-size: 13px !important;
        line-height: 21px;
    }

.fixed-theme-graybg {
    position: fixed;
    z-index: 999;
    top: 121px;
    width: 100%;
    -moz-box-shadow: 0 0 3px #333;
    -webkit-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
}

@media screen and (max-width: 800px) {
    .meta-data {
        width: 54px;
        height: 60px;
        background-size: 54px 60px;
    }

    .mr-30 {
        margin-right: 15px;
    }

    .d-block.month {
        padding-top: 3px;
        font-size: 12px;
        line-height: 28px;
    }

    .d-block.date {
        font-size: 1.6rem;
        line-height: 1;
    }
}

/*Plexus3 slider form Mobile Start*/
/*div[class*='col-'] {
    padding: 0 30px;
}*/

.wrap {
    border-radius: 4px;
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}

.panel {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #fff;
    background: none;
    box-shadow: none;
}

    .panel:last-child {
        border-bottom: none;
    }

.panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}

.panel-group .panel {
    border-radius: 0;
}

    .panel-group .panel + .panel {
        margin-top: 0;
    }

.panel-heading {
    min-height: 97px;
    padding: 0;
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #54575a;
}

.panel-title a {
    position: relative;
    display: block;
    /*padding-top: 10%;*/
    display: block;
    padding: 32px;
    /*font-size: 40px;*/
    text-transform: uppercase;
    color: #fff;
    background: url(/PlexusCDN/plexus/media/english-media/market-sectors/dotted-line.png);
    background-color: #54575a;
    font-size: 19px; /*Change*/
    font-weight: 400;
}

.panel-body {
    background: #fff;
}

.panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
    transition: border-radius 0.3s linear 0.2s;
    border-radius: 0 0 4px 4px;
}

    .panel:last-child .panel-heading.active {
        transition: border-radius linear 0s;
        border-radius: 0;
    }

/* #bs-collapse icon scale option */
.panel-heading a:before {
    position: absolute;
    position: absolute;
    display: block;
    float: left;
    top: 20%;
    right: 5%;
    width: 24px;
    height: 24px;
    margin: auto 0;
    margin-top: 21px;
    content: '';
    transition: all 0.5s;
    transform: scale(1);
    background: url(/PlexusCDN/plexus/media/english-media/market-sectors/desktop/market-landing-arrow-forward.svg);
    background-repeat: no-repeat;
    background-position: 0 0px;
    background-size: cover;
    font-family: 'Material Icons';
    font-size: 24px;
}

.panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
}

#bs-collapse h3 {
    /*padding: 0 !important;*/
    width: 100%;
    margin-bottom: 2px; /*Change*/
}

/* #bs-collapse .panel-heading a:after { */
    /* position: absolute; */
    /* top: 10px; */
    /* right: 5px; */
    /* content: ' '; */
    /* transition: all 0.5s; */
    /* transform: scale(0); */
    /* font-family: 'Material Icons'; */
    /* font-size: 24px; */
/* } */

#bs-collapse .panel-heading.active a:after {
    position: absolute;
    position: absolute;
    display: block;
    top: 13%;
    right: 5%;
    width: 24px;
    height: 24px;
    margin-top: 21px;
    content: '';
    transition: all 0.5s;
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: scale(1);
    background: url(/PlexusCDN/plexus/media/english-media/market-sectors/desktop/market-landing-arrow-back.svg);
    background-repeat: no-repeat;
    background-position: 0 0px;
    background-size: cover;
    font-family: 'Material Icons';
    font-size: 24px;
}

/* #accordion rotate icon option */
#accordion .panel-heading a:before {
    position: absolute;
    top: 10px;
    right: 5px;
    content: '\e316';
    transition: all 0.5s;
    transform: rotate(180deg);
    font-family: 'Material Icons';
    font-size: 24px;
}

#accordion .panel-heading.active a:before {
    transition: all 0.5s;
    transform: rotate(0deg);
}

.gray-dark-bg-slider3-mobile-top {
    padding: 0 !important;
}

    .gray-dark-bg-slider3-mobile-top img {
        width: 100%;
    }

.gray-dark-bg-slider3-mobile {
    width: 100%;
    margin-bottom: 2px;
    background-color: #54575a;
}

    .gray-dark-bg-slider3-mobile h3 {
        margin-bottom: 0;
        padding: 0 0 25px;
        letter-spacing: 0;
        color: #fff !important;
    font-family: "Planer-Medium", "sans-serif";
        font-size: 28px;
        line-height: 32px;
    }

    .gray-dark-bg-slider3-mobile pre {
        position: relative;
        display: block;
        display: -webkit-box;
        display: inline;
        overflow: hidden;
        margin-top: 0;
        margin-bottom: 1rem;
        padding-left: 2.4rem;
        white-space: initial;
        text-transform: uppercase;
        color: #fff !important;
        color: #fff;
    font-family: "Planer", "sans-serif";
        font-size: 90%;
    }

        .gray-dark-bg-slider3-mobile pre:after {
            position: absolute;
            top: 0;
            left: -10px;
            width: 50px;
            height: 50px;
            content: "";
            background: url(/PlexusCDN/plexus/media/english-media/template-images/pdf-icon.png) no-repeat top center;
            background-size: cover;
            background-size: 65%;
        }

    .gray-dark-bg-slider3-mobile .pdf-market-sector {
        display: block;
        padding-left: 38px !important;
    }

    .gray-dark-bg-slider3-mobile p {
        position: relative;
        z-index: 5;
        width: 100%;
        color: #fff;
        border: solid;
        border-bottom-width: 10px;
        border-image: url(/PlexusCDN/plexus/media/english-media/market-sectors/aerospace-and-defense/desktop/markets-slider-dividerline.svg) 0 0 20 0;
        background-repeat: no-repeat;
    }

/*Plexus3 Slider Form Mobile End*/

#map-div {
    width: 100%;
}

    #map-div > div {
        width: 100% !important;
        height: 500px !important;
    }

.plexus-textarea textarea {
    height: 97px;
}

.screen-centered .container .row {
    display: block;
}

.Location h4 {
    padding-top: 40px;
    font-weight: bold;
}

.Location p {
    padding-bottom: 0;
}

.location-heading {
    padding-bottom: 0;
}

.map-officephoto {
    width: 100%;
    height: 100%;
    min-height: 173px;
    max-height: 173px;
    margin-left: -10px;
}

.map-phone-icon {
    width: 24px;
    height: 24px;
    background-size: 22px;
}

.map-container {
    width: 100%;
}

.logo-height {
    /* padding-bottom: 5px; */
    width: 212px;
    height: 41px;
}

.menu-button-height {
    width: 50px;
    height: 50px;
}

.teal-bg {
    padding: 20px 0;
    color: white;
    background-color: #0b6b7c;
}

    .teal-bg .heading {
        padding: 21% 0;
        text-align: center;
        white-space: normal;
        text-transform: uppercase;
        color: white;
    }

.aboutRecentNews h4 {
    text-transform: none;
    font-weight: bold;
}

/* .aboutRecentNews a:hover {
    color: #ffffff !important;
} */

.spot-border {
    border-right: 1px solid white;
}

.flot-text {
    padding: 6px 0 0 25px;
    text-transform: uppercase;
}

    .flot-text h3 {
        padding: 0;
        color: white;
    }

    .flot-text p {
        color: #e4e0e0;
    }

    .flot-text ul li {
        text-transform: none;
        color: white;
    }

    .flot-text ul {
        padding-left: 20px;
    }

.spot-divide:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 0.750rem;
    content: "";
    background: url('/PlexusCDN/plexus/media/english-media/case-study/dividerlinestop.svg') no-repeat top left;
    background-size: cover;
}

.spot-divide:after {
    position: absolute;
    /* top: 0; */
    left: 0;
    width: 95%;
    height: 19px;
    content: "";
    background: url('/PlexusCDN/plexus/media/english-media/case-study/dividerlinesbottom.svg') no-repeat top left;
    background-size: cover;
}

.hyper-p {
    padding: 20px 20px 20px 0;
    font-family: "Planer-Light", "sans-serif";
    font-size: 24px;
    line-height: 34px;
}

@media screen and (min-width: 769px) {
    .sol-pos {
        padding-top: 35px;
    }
}

.sol-case-bg {
    background-color: #3e8497 !important;
}

.mobile-nav-icon,
.mobile-nav-icon:active {
    width: 50px;
    height: 50px;
    margin-top: -3px;
    border-color: #fff !important;
    outline: none;
    background: url(/PlexusCDN/plexus/media/english-media/template-images/home-mobile-menu-80x80.svg) !important;
    background-color: #fff !important;
}

section#CaseStudy-solutions:before,
section#CaseStudy-solutions:after {
    background: none;
}

.location-address-text, .location-address-text a {
    margin-bottom: 0;
    padding: 0 0 20px;
    letter-spacing: 1px;
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-size: 15px;
    line-height: 17px;
}

.ms-submenu {
    height: 39px;
    margin-right: 53px !important;
	float:right;

}

.location-marker {
    width: 370px;
}

.bord-directors-text {
    margin-bottom: 0;
    padding: 0 0 45px;
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-size: 16px;
    line-height: 20px;
}

#footer a {
    color: white;
    font-size: 17px;
}

    #footer a:hover {
        text-decoration: none;
    }

.panel-title {
    padding: 0 !important;
}

.case-study-title-mobile-blue {
    float: left;
    width: 20%;
    padding: 0 0 0 7%;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    text-align: center;
    letter-spacing: 5px;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    writing-mode: sideways-lr;
    text-transform: uppercase;
    color: #fff;
    background-color: #3e8497 !important;
    font-size: 1.063rem;
    text-orientation: sideways-right;
}

.case-study-img-mobile-blue {
    float: left;
    width: 80%;
}

.case-study-content {
    width: 100%;
    padding: 40px 0;
    background-color: #f2f2f2;
}

.case-study-title-mobile-yellow {
    width: 100%;
    height: 80px;
    margin: auto 0;
    padding: 5%;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ffc62c;
    font-size: 20px;
}

.microelectronics-col2-mobile,
.microelectronics-col2-mobile h3 {
    width: 100%;
    color: #fff;
    background-color: #5c5c5c;
}

.manufacturing-pdf-mobile {
    border: none;
}

    .manufacturing-pdf-mobile ul li {
        min-height: 5.75rem;
        list-style: none;
        text-decoration: none;
    }

    .manufacturing-pdf-mobile ul {
        margin-bottom: 20px;
        margin-left: 0;
        padding-bottom: 20px !important;
        padding-left: 10px;
        letter-spacing: 0;
        color: rgb(84, 87, 90);
        font-family: "Planer", "sans-serif";
        font-size: 1.063rem;
        line-height: 1.563rem;
    }

        .manufacturing-pdf-mobile ul li a {
            display: table-cell;
            height: 50px;
            padding-top: 8px;
            padding-left: 2.60rem;
            list-style: none;
            text-decoration: none;
            color: #54575a !important;
            background-image: url(/PlexusCDN/plexus/media/english-media/template-images/pdf-icon.png);
            background-repeat: no-repeat;
            background-position: 0 0.2em;
            background-size: 30px;
            font-size: 20px;
            font-weight: bold;
        }

    .manufacturing-pdf-mobile h3 {
        float: left;
    }

.design-development .panel-title a,
.supply-chain-solutions .panel-title a,
.new-product-introduction .panel-title a,
.manufacturing .panel-title a,
.aftermarket-services .panel-title a {
    position: relative;
    display: block;
    padding: 32px 10px 32px 120px;
    text-transform: uppercase;
    color: #fff;
    background-color: #54575a;
    font-size: 22px;
    font-weight: 400;
}

.design-development .panel-heading a:before {
    position: absolute;
    position: absolute;
    display: block;
    float: left;
    top: 22%;
    left: 5%;
    width: 60px;
    height: 66px;
    margin: auto 0;
    content: '';
    background: url('/PlexusCDN/plexus/media/english-media/solution-page/solutions-icons-designdevelopment-60px-new.png');
    background-repeat: no-repeat;
    background-position: 0 -5px;
    background-size: cover;
    font-family: 'Material Icons';
    font-size: 24px;
}

.design-development .panel-heading.active a:after {
    position: absolute !important;
    position: absolute;
    display: block !important;
    float: left !important;
    top: 22% !important;
    left: 5% !important;
    width: 55px !important;
    height: 55px !important;
    margin: auto 0 !important;
    content: '';
    transition: inherit !important;
    -o-transform: inherit !important;
    -ms-transform: inherit !important;
    -moz-transform: inherit !important;
    -webkit-transform: inherit !important;
    transform: inherit !important;
    background: url(/PlexusCDN/plexus/media/english-media/solution-page/mobile/plexus-solutions-designdevelopmenticons.png) !important;
    background-repeat: no-repeat !important;
    background-position: 0 -72px !important;
    background-size: cover !important;
    font-family: 'Material Icons';
    font-size: 24px !important;
}

.supply-chain-solutions .panel-heading a:before {
   position: absolute;
    position: absolute;
    display: block;
    float: left;
    top: 22%;
    left: 5%;
    width: 60px;
    height: 66px;
    margin: auto 0;
    content: '';
    transition: all 0.5s;
    transform: scale(1);
    background: url('/PlexusCDN/plexus/media/english-media/solution-page/solutions-icons-supplychainsolutions-60px-new.png');
    background-repeat: no-repeat;
    background-position: 0 -5px;
    background-size: cover;
    font-family: 'Material Icons';
    font-size: 24px;
}

.supply-chain-solutions .panel-heading.active a:after {
    position: absolute !important;
    position: absolute;
    display: block !important;
    float: left !important;
    top: 22% !important;
    left: 5% !important;
    width: 55px !important;
    height: 55px !important;
    margin: auto 0 !important;
    content: '';
    transition: inherit !important;
    -o-transform: inherit !important;
    -ms-transform: inherit !important;
    -moz-transform: inherit !important;
    -webkit-transform: inherit !important;
    transform: inherit !important;
    background: url('/PlexusCDN/plexus/media/english-media/solution-page/mobile/plexus-solutions-designdevelopmenticons.png') !important;
    background-repeat: no-repeat !important;
    background-position: 0 -72px !important;
    background-size: cover !important;
    font-family: 'Material Icons';
    font-size: 24px !important;
}

.new-product-introduction .panel-heading a:before {
    position: absolute;
    position: absolute;
    display: block;
    float: left;
    top: 22%;
    left: 5%;
    width: 60px;
    height: 66px;
    margin: auto 0;
    content: '';
    transition: all 0.5s;
    transform: scale(1);
    background: url('/PlexusCDN/plexus/media/english-media/solution-page/solutions-icons-npi-60px-new.png');
    background-repeat: no-repeat;
    background-position: 0 -5px;
    background-size: cover;
    font-family: 'Material Icons';
    font-size: 24px;
}

.new-product-introduction .panel-heading.active a:after {
    position: absolute !important;
    position: absolute;
    display: block !important;
    float: left !important;
    top: 22% !important;
    left: 5% !important;
    width: 55px !important;
    height: 55px !important;
    margin: auto 0 !important;
    content: '';
    transition: inherit !important;
    -o-transform: inherit !important;
    -ms-transform: inherit !important;
    -moz-transform: inherit !important;
    -webkit-transform: inherit !important;
    transform: inherit !important;
    background: url('/PlexusCDN/plexus/media/english-media/solution-page/mobile/plexus-solutions-newproductintroductionicons.png') !important;
    background-repeat: no-repeat !important;
    background-position: 0 -72px !important;
    background-size: cover !important;
    font-family: 'Material Icons';
    font-size: 24px !important;
}

.manufacturing .panel-heading a:before {
    position: absolute;
    position: absolute;
    display: block;
    float: left;
    top: 22%;
    left: 5%;
    width: 60px;
    height: 66px;
    margin: auto 0;
    content: '';
    transition: all 0.5s;
    transform: scale(1);
    background: url('/PlexusCDN/plexus/media/english-media/solution-page/solutions-icons-manufacturing-60px-new.png');
    background-repeat: no-repeat;
    background-position: 0 -5px;
    background-size: cover;
    font-family: 'Material Icons';
    font-size: 24px;
}

.manufacturing .panel-heading.active a:after {
    position: absolute !important;
    position: absolute;
    display: block !important;
    float: left !important;
    top: 22% !important;
    left: 5% !important;
    width: 55px !important;
    height: 55px !important;
    margin: auto 0 !important;
    content: '';
    transition: inherit !important;
    -o-transform: inherit !important;
    -ms-transform: inherit !important;
    -moz-transform: inherit !important;
    -webkit-transform: inherit !important;
    transform: inherit !important;
    background: url('/PlexusCDN/plexus/media/english-media/solution-page/mobile/plexus-solutions-manufacturingicons.png') !important;
    background-repeat: no-repeat !important;
    background-position: 0 -72px !important;
    background-size: cover !important;
    font-family: 'Material Icons';
    font-size: 24px !important;
}

.aftermarket-services .panel-heading a:before {
    position: absolute;
    position: absolute;
    display: block;
    float: left;
    top: 22%;
    left: 5%;
    width: 60px;
    height: 66px;
    margin: auto 0;
    content: '';
    transition: all 0.5s;
    transform: scale(1);
    background: url('/PlexusCDN/plexus/media/english-media/solution-page/solutions-icons-aftermarketservices-60px-new.png');
    background-repeat: no-repeat;
    background-position: 0 -5px;
    background-size: cover;
    font-family: 'Material Icons';
    font-size: 24px;
}

.aftermarket-services .panel-heading.active a:after {
    position: absolute !important;
    position: absolute;
    display: block !important;
    float: left !important;
    top: 22% !important;
    left: 5% !important;
    width: 55px !important;
    height: 55px !important;
    margin: auto 0 !important;
    content: '';
    transition: inherit !important;
    -o-transform: inherit !important;
    -ms-transform: inherit !important;
    -moz-transform: inherit !important;
    -webkit-transform: inherit !important;
    transform: inherit !important;
    background: url('/PlexusCDN/plexus/media/english-media/solution-page/mobile/plexus-solutions-aftermarketservicesicons.png') !important;
    background-repeat: no-repeat !important;
    background-position: 0 -72px !important;
    background-size: cover !important;
    font-family: 'Material Icons';
    font-size: 24px !important;
}

#collapse-Design-Development,
#collapse-Supply-Chain-Solutions,
#collapse-New-Product-Introduction,
#collapse-Aftermarket-Services {
    height: 65px;
    margin-top: 20px;
    padding: 20px 0 0 20px;
    background: url('/PlexusCDN/plexus/media/chinese-media/solution-page/solutions-collapse-chinese.jpg') no-repeat top center;
	background-size: 35px;
}

.case-study-img-mobile-yellow {
    width: 100%;
}

#footer a {
    color: #fff;
}

.clear {
    clear: both;
}

.footer-mid-menu {
    display: block;
}

@media screen and (max-width: 800px) {
    .footer-mid-menu {
        display: none;
    }

    .contact-form {
        font-size: 15px;
    }

        .contact-form.form-group {
            margin-bottom: 0.5rem;
        }

    .page-header-title {
        margin: 10px !important;
    }

    .p-large-text {
        line-height: 29px;
    }

    .spot-divide.award:after {
        bottom: -15px;
    }
}

@media screen and (max-width: 1024px) {
    .playbtn {
        /*width: 160px;*/
        background-size: 80%;
    }

    h1 {
        /*font-size: 50px;*/
        line-height: 55px;
    }
}

.bxslider {
    padding-left: 0;
}

    .bxslider li {
        list-style-type: none;
    }

.attach-career {
    min-height: 5.75rem;
    margin-top: 15px;
}

    .attach-career:after {
        position: absolute;
        left: 0;
        width: 50px;
        height: 50px;
        content: "";
        background: url(/PlexusCDN/plexus/media/english-media/template-images/pdf-icon.png) no-repeat top center;
        background-size: cover;
        background-size: 65%;
    }

    .attach-career span {
        display: inline-block;
        height: 50px;
        margin: -5px 0px;
        padding-top: 0;
        padding-left: 2.5rem;
        list-style: none;
        text-decoration: none;
        color: #54575a;
        background-repeat: no-repeat;
        background-position: 0 0.4em;
        background-size: 30px;
        font-size: 20px;
        font-weight: bold;
    }

.customer-focus {
    background-image: url('/PlexusCDN/plexus/media/english-media/career/plexus-customerfocus-icon.png');
}

.open-comm {
    background-image: url('/PlexusCDN/plexus/media/english-media/career/plexus-opencommunication-icon.png');
}

.rel-team {
    background-image: url('/PlexusCDN/plexus/media/english-media/career/plexus-relationshipteamwork-icon.png');
}

.integrity {
    background-image: url('/PlexusCDN/plexus/media/english-media/career/plexus-integrity-icon.png');
}

.excellence {
    background-image: url('/PlexusCDN/plexus/media/english-media/career/plexus-excellence-icon.png');
}

.career-sketch-box {
    min-height: 460px;
    padding: 10px;
}

.career-sketch {
    margin-top: 127px;
    margin-bottom: 15px;
	height: 117px !important;
}

.napkin-sketch-box p {
    min-height: 45px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #3e8497;
    font-size: 17px;
}

.napkin-sketch-box .normal {
    display: block;
}

.napkin-sketch-box .hover {
    display: none;
}

.napkin-sketch-box:hover .normal {
    display: none;
}

.napkin-sketch-box:hover .hover {
    display: block;
}

.hover p {
    color: white;
}

.career-desc {
    padding-bottom: 0;
    text-align: left !important;
    letter-spacing: 1px;
    text-transform: none !important;
    font-size: 14px !important;
    line-height: 19px;
}

.prioritize-people {
    background-image: url('/PlexusCDN/plexus/media/english-media/career/plexus-prioritizepeople-icon.png');
}

.innovate {
    background-image: url('/PlexusCDN/plexus/media/english-media/career/plexus-innovate-icon.png');
}

.solve-problem {
    background-image: url('/PlexusCDN/plexus/media/english-media/career/plexus-solveproblems-icon.png');
}

.be-stragegic {
    background-image: url('/PlexusCDN/plexus/media/english-media/career/plexus-bestrategic-icon.png');
}

.be-courageous {
    background-image: url('/PlexusCDN/plexus/media/english-media/career/plexus-becourageous-icon.png');
}

.career-link {
    display: inline-block;
    padding: 10px 21px;
    text-align: center;
    white-space: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: white;
	border: 1px solid #54575a;
    background-color: #54575a;
    font-size: 15px;
}

.career-step {
    height: 100%;
    padding-top: 20px;
    background: #3e8497;
}

.uppercase {
    text-transform: uppercase;
}

/*testimonial*/
.testimonial {
    position: relative;
    margin-bottom: 8.125rem;
    padding: 0.938rem 0;
}

#testimonial-carousel .carousel-control-prev {
    left: 55% !important;
}

#testimonial .carousel-indicators {
    bottom: -130px;
    cursor: pointer;
}

    #testimonial .carousel-indicators img {
        min-height: 93px;
        filter: grayscale(100%);
    }

    #testimonial .carousel-indicators .active {
        background: none;
    }

        #testimonial .carousel-indicators .active img {
            filter: grayscale(0%);
        }

    #testimonial .carousel-indicators li {
        width: 84px;
        max-width: 100%;
        height: 78px;
        text-indent: 0;
        background: none;
        flex: 0 auto;
    }

#testimonial .carousel-control-prev .angle-left:before,
#testimonial .carousel-control-next .angle-right:before {
    height: 112px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.honey-logo {
    display: block;
    width: 80%;
    margin: auto;
    padding: 15px 0;
}

.spot-divide.award:after {
    bottom: 20px;
}

h3.heading.harmonic {
    padding: 29% 0;
}

.pt-60 {
    padding-top: 60px;
}

.case-study-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.pt-118 {
    padding-top: 118px;
}

.pt-158 {
    padding-top: 118px;
}

.pt-100 {
    padding-top: 100px;
}

.mr-30 {
    margin-right: 30px;
}

.btn-market-sector {
    width: 192px;
    padding: 0.6rem 1rem;
    padding: 9px 25px !important;
    cursor: pointer;
    white-space: normal;
    color: #fff;
    border-color: #5c5a5b;
    /*display: none;*/
    background-color: #5c5a5b;
}

.news-list .btn:hover,
.events-list .btn:hover,
.article-list .btn:hover {
    color: #fff;
}

.pb-100 {
    padding-bottom: 100px;
}

.news-detail-headline {
    padding-bottom: 0;
}

.pt-d-40 {
    padding-top: 40px;
}

.pb-d-60 {
    padding-bottom: 60px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.events-list .btn,
.article-list .btn,
.news-list .btn {
    width: 174px;
    line-height: 24px;
}

.article-list .media-body h4 {
    margin-bottom: 20px;
}

.news-caption {
    margin: 20px 0;
    font-family: "Planer-Light", "sans-serif";
    font-size: 18px;
}

.news-date {
    color: #54575a !important;
    font-size: 12px !important;
}

.dropdownyear {
    padding-bottom: 14px;
    color: #5c5a5b;
    font-size: 16.7px;
}

.articles-page,
news-page h4 {
    color: #5c5a5b;
}

    .articles-page .d-block.date,
    .events-page .d-block.date,
    .news-page .d-block.date {
        color: #54575a;
    }

    .articles-page .d-block.month,
    .events-page .d-block.month,
    .news-page .d-block.month {
        vertical-align: middle;
        color: #677077;
        font-size: 13px;
        line-height: 28px;
    }

.events-page h2 {
    padding-bottom: 32px;
}

.pt-56 {
    padding-top: 56px;
}

.pb-43 {
    padding-bottom: 43px;
}

.event-width {
    max-width: 568px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-41 {
    padding-bottom: 41px;
}

.pt-17 {
    padding-top: 17px;
}

#language-selector .dropdown {
    position: absolute;
    top: 14px;
    right: 75px;
}

.pt-33 {
    padding-top: 33px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-why-33 {
    padding-bottom: 65px;
}

.why-btn-pos {
    position: absolute;
    bottom: 0;
}

.headr-pad {
    background: #fff;
}

.home-news-more {
    display: block;
    width: 153px;
    margin-top: 33px !important;
    padding: 10px 0 !important;
    font-size: 0.9rem !important;
}
/* safari changes */
/* .navbar-brand {
    padding-bottom: 10px !important;
} */

.navbar-brand{
	    padding-bottom: .10rem !important;
}

.news-page a.btn-market-sector {
    font-size: 0.9rem;
}

    .news-page a.btn-market-sector:hover {
        color: #fff;
        border: 1px solid #666;
        background: #666;
    }

.pt-37 {
    padding-top: 37px;
}

.social-impact-col p {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
}

.social-impact-col .btn-primary {
    position: absolute;
    bottom: 0;
}

.pb-15 {
    padding-bottom: 15px;
}

.hrs-border {
    border-color: #bcbcbc;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.hotline-ico {
    width: 65px;
    height: 65px;
}

.hotline-text {
    padding-left: 18px;
    color: #54575a;
    font-family: "Planer-Medium", "sans-serif";
    font-size: 18px;
}

.ethics-pdf span {
    vertical-align: sub;
}

.ethics-gray-section h3 {
    font-size: 30px;
    line-height: 33px;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.ligh-blue-bg {
    background-color: #4d86a0;
}

    .ligh-blue-bg h3 {
        color: white;
        font-size: 33px;
        line-height: 46px;
    }

    .ligh-blue-bg h4 {
        color: white;
    }

    .ligh-blue-bg p {
        color: white;
    }

.well-being-area h3 {
    padding-bottom: 30px;
    font-size: 33px;
    line-height: 45px;
}

.cap-text {
    text-transform: uppercase;
}

.font-13 {
    font-size: 13px;
}

.ligh-p {
    font-family: "Planer-Light", sans-serif !important;
}

.ghg-logo {
    display: block;
    height: 225px;
    margin: auto;
}

.safety-pdf span {
    max-width: 100%;
    vertical-align: sub;
    /* color: white !important; */
    font-weight: normal !important;
}

.ligh-blue-bg li {
    color: white;
}

.ligh-blue-bg ul {
    padding-left: 17px;
}

.disp-block {
    display: block;
}

.subnav {
    height: 50px;
}

    .subnav .mobile-nav-icon {
        border: none;
    }

.nvabar-mobile {
    height: 38px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #fff;
}

.event-h4 {
    margin: 0 !important;
    font-family: "Planer-Medium", "sans-serif";
    font-size: 26px;
}

.event-location {
    text-transform: uppercase;
    font-size: 16px;
}

.planer-med-font {
    font-family: "Planer", "sans-serif";
}

.pb-48 {
    padding-bottom: 48px;
}

.news-hr {
    margin: 29px 0 55px;
}

.press-hr {
    margin-top: 10px;
}

.font-30 {
    font-size: 30px;
}

.mb-33 {
    margin-bottom: 33px;
}

.font-18 {
    font-size: 18px !important;
}

.font-33 {
    font-size: 33px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.ligh-blue-bg ul li {
    font-size: 19px;
}

.emission-head {
    font-family: "Planer-Medium", "sans-serif";
    font-size: 21px;
}

#testimonial-carousel .carousel-item {
    min-height: 350px;
}

.career-link:hover {
    color: #fff !important;
}

.reducing-sec {
    color: #54575a !important;
}

.pb-12 {
    padding-bottom: 12px;
}

.btn-portal-login {
    width: 274px;
    height: 85px;
    cursor: pointer;
    text-align: center;
    white-space: normal;
    color: #fff;
    border-color: #5c5a5b;
    background-color: #5c5a5b;
    font-family: "Planer-Medium",'sans-serif';
    font-size: 21px;
    line-height: 75px;
}

    .btn-portal-login:hover {
        color: #fff !important;
    }

.pb-185 {
    padding-bottom: 185px;
}

@media screen and (min-width: 1300px) and (max-width: 1650px) {
    .geraet-box {
        width: 75% !important;
    }
}

.pt-134 {
    padding-top: 134px;
}

@media screen and (max-width: 250px) {
    .logo-height {
        width: 144px;
    }
}

#events-popup h5 {
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

.event-popup .modal-dialog {
    top: initial !important;
    bottom: 0;
    left: 0;
    width: 100% !important;
    min-width: 100% !important;
    height: 17rem !important;
    min-height: 13rem !important;
    border: 1px solid #bcbcbc;
}

.event-popup h2 {
    font-size: 36px;
    line-height: 41.45px;
	font-family: "Planer",  'sans-serif' !important;
}

.modal-dialog .lab-modal-body {
    overflow-y: auto;
    bottom: 0;
    opacity: 1;
}

.lab-modal-body {
    position: relative;
    bottom: -250px;
    width: 100%;
    margin: 30px auto 0;
    padding: 35px 12px 0 12px;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    opacity: 0;
    border: 1px solid #54575a;
    background-color: #54575a;
}

    .lab-modal-body p {
        color: #fff;
    }

.event-popup .modal-header {
    position: fixed;
    right: 20px !important;
    left: initial !important;
    width: 23px;
    height: 23px;
    margin-top: 2px;
    border: 1px solid #ebebeb;
}

.news-link-disp {
    display: inline;
    margin-right: 10px;
}

@media screen and (max-width: 370px) {
    .news-link-disp {
        display: block;
        margin-right: 0;
    }
}

@media screen and (max-width: 250px) {
    #navbarNav ul {
        overflow: auto;
        max-height: 210px;
    }
}

@media screen and (max-height: 400px) and (max-width: 700px) {
    #navbarNav ul {
        overflow: auto;
        max-height: 150px;
    }
}

@media screen and (max-width: 1024px) {
    h2.pt-5 {
        padding-top: 1.5rem !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nav-item.dropdown i.fa.fa-sort-desc.down-aero {
        display: none;
    }
/* removed per Josh for fixing carosel */
/*
  #case-study-carousel img {
        min-height: 500px;
        padding-left: 10px;
    }
*/
    .case-study .carousel-item > .row > .case-study-title {
        height: 500px;
    }
}

@media screen and (max-width: 800px) {
    nav#nav-header {
        padding-top: 0;
        padding-bottom: 0;
    }

    .location-head {
        min-height: inherit !important;
    }

        .location-head h3 {
            position: inherit !important;
            bottom: 0 !important;
            margin-top: 50px;
            padding: 0;
            letter-spacing: -1px;
            font-size: 25px;
            line-height: normal;
        }

    #footer,
    #footer a {
        font-size: 14px;
    }
}

@media screen and (min-width: 600px) and (max-width: 800px) {
    h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .col-lg-12.col-md-12.col-sm-12.col-xs-12.Location {
        padding: 2px;
    }

    .location-head h3 {
        margin-top: 50px;
        font-size: 23px;
    }

    .Location h4 {
        padding-top: 10px;
        font-size: 18px;
    }

    .location-address-text {
        letter-spacing: 0;
        font-size: 9px;
        line-height: 12px;
    }

    /*#case-study-carousel img {
		height: 500px;
	}*/
}

@media screen and (max-width: 321px) {
    .napkin-sketch-box {
        padding: 0.25rem;
    }
}

.even-popup-back {
    background-color: #54575a;
}

.event-popup {
    top: 50%;
    left: 10%;
    right: 10%;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
    /*#case-study-carousel img {
        max-height: 500px;
    }*/
    .event-popup {
        top: 70% !important;
    }

    .img-fluid {
        width: 100%;
        padding-top: 5px;
        /*height: 100%;*/
    }

    .case-study:after {
        background-image: none;
    }

    .container.market-sector-content {
        width: 100% !important;
        padding: 0;
    }

        .container.market-sector-content h2 {
            padding: 20px;
        }

    section.section-1.full-width.market-sector-bg-bt {
        padding-top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .main-header {
        border-top: 10px solid #5c5a5b;
    }

    .market-sector-bg-bt:before {
        background-image: none;
    }

    .col-md-5.mobile-full-width.pad-30 {
        padding: 0 !important;
    }

    /*.case-study .carousel-item > .row > .case-study-title {
        height: 500px;
    }*/
}

@media screen and (width: 800px) {
    .case-study .carousel-item > .row > .case-study-title {
        margin: 13px 0;
    }

    .img-fluid {
        width: 100%;
        padding-top: 20px;
        /*height: 100%;*/
    }
}

.testimonial-txt {
    color: #54575a;
    font-size: 20px;
    font-style: italic;
    line-height: 27px;
}

.testimonial-name {
    padding-top: 30px;
    padding-bottom: 25px;
}
/* .manufacturing-bio-title{
	padding-left: 21px;
} */

#Design-Development-Collapsible img,
#Supply-Chain-Solutions-Collapsible img,
#New-Product-Introduction-Collapsible img,
#Manufacturing-Collapsible img,
#Aftermarket-Services-Collapsible img {
    max-height: none !important;
}

@media screen and (min-width: 1999px) {
    h1 {
        font-size: 70px !important;
    }
}

.contact-bg {
    height: 100%;
}

    .contact-bg h4 {
        letter-spacing: 1px;
		font-family: "Planer", "sans-serif";
		font-size: 20px;
		line-height: 22px;
    }

    .contact-bg p {
        font-size: 16px;
        line-height: 20px;
        font-family:"Planer", 'sans-serif';
        color: #54575a;
    }

.contact-gray-bg {
    background-color: #f2f2f2;
    padding: 15px 0 10px;
}


.contact-btn {
    min-width: auto !important;
    height: 45px;
    padding: 0.6rem 1rem;
    color: #fff;
    border-color: #4d86a0;
    background-color: #4d86a0;
    font-size: 0.9rem !important;
    line-height: 24px;
}

    .contact-btn:hover {
        color: white;
    }

.contact-logo {
    display: block;
    width: 51px;
    height: 51px;
    margin: auto;
}

.pb-35 {
    padding-bottom: 35px;
}

@media (max-width: 576px) {
    .leadership-modal {
        top: 14% !important;
		right: 0 !important;
    }

    .gh-header {
        padding-top: 20px;
    }
}

.pb-25 {
    padding-bottom: 25px;
}

.side-navi-tab h4 {
    padding: 20px 0;
    color: #fff;
    background: url(/PlexusCDN/plexus/media/english-media/template-images/bottom-line.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100%;
    font-family: "Planer", "sans-serif";
    font-size: 21.41px;
    font-weight: 100;
    line-height: 29.21px;
}

.pl-10 {
    padding-left: 10px !important;
}

.gh-header {
    padding-bottom: 20px;
    color: #5c5a5b;
    font-family: "Planer", "sans-serif";
    font-size: 28px;
    line-height: 50px;
}

.pl-30 {
    padding-left: 30px;
}

.gh-location {
    width: 51px;
    height: 51px;
    color: #5c5a5b;
}

.gh-address {
    text-align: left;
    color: #5c5a5b;
    font-size: 16px;
    line-height: 20px;
}

.disp-inline {
    display: inline;
}

.orange-bg {
    padding: 14px 0;
    background-color: #ee7624;
	margin: 15px 0;
}

.orange-head {
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-family: "Planer-Medium", "sans-serif";
    font-size: 24px;
    line-height: 20px;
}

.orange-content {
    text-align: left;
    color: #fff;
    font-family: "Planer", "sans-serif";
    font-size: 17px;
    line-height: 20px;
}

    .orange-content a {
        text-decoration: underline;
        color: #fff;
    }

@media screen and (min-width: 769px) {
    .contact-bg {
        max-width: 89.5%;
    }

    .contact-btn {
        min-width: 162px !important;
    }
}

#utility-nav a.nav-link.active {
    color: #c20430;
}

@media screen and (max-width: 576px) {
    .btn-portal-login {
        float: left;
        width: 100%;
        padding: 5px !important;
    }
}

.event-modal-content {
    overflow-y: hidden !important;
}

.resources-image-text {
    padding: 12px 0 25px 01px;
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-size: 16px;
    line-height: 32px;
}

.resources-pdf {
    padding: 35px 0;
}

    .resources-pdf h4 {
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 1px solid #54575a;
    }

.resources-video {
    padding: 0 !important;
}

.resources-video-text {
    padding: 0 0 20px 3px;
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-size: 16px;
    line-height: 32px;
}

.resources-logo-text {
    padding: 20px 0 0px 0px;
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-size: 16px;
    line-height: 20px;
}

.resources-logo-link {
    text-decoration: underline;
    color: #c20430;
    font-family: "Planer", "sans-serif";
    font-size: 16px;
    line-height: 20px;
}

.pb-90 {
    padding-bottom: 90px;
}

.resourcesall-pdf li a {
    display: table-cell;
    height: 50px;
    margin: 1.25rem 0px;
    padding-top: 0;
    padding-left: 2.60rem;
    list-style: none;
    text-decoration: none;
    color: #54575a;
    background-image: url(/PlexusCDN/plexus/media/english-media/template-images/pdf-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0.2em;
    background-size: 30px;
    font-size: 20px;
}

#NewBusinessContactForm,
#HumanResourcesContactForm,
#SuppliersContactForm,
#GeneralContactForm,
#MediaContactForm {
    position: relative;
    max-width: 650px;
    margin: 150px auto;
    padding: 20px 30px;
    text-align: left;
    background: #fff;
}

.contactform-phone input[type=text] {
    display: inline;
    width: 100px;
}

.EditingFormErrorLabel,
.ErrorLabel {
    color: red;
}

@media screen and (width: 1024px) {
    .microelectronics-col2-mobile .screen-centered {
        height: 27vw !important;
    }

    .page-header .page-header-bckgd {
        top: 0;
    }
}

@media screen and (width: 768px) {
    .no-bg {
        background: none;
    }

    .screen-centered {
        height: 52vw;
    }
}

@media screen and (max-width: 320px) {
    .small-btn {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

@media screen and (max-width: 250px) {
    .market-sector-featured-mobile h5 {
        margin-top: 5px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .full-width-cont {
        width: auto;
        margin: 0;
        padding: 0;
    }
}

.career-download {
    margin-left: -20px;
}

.team-bio h3 {
    padding: 0;
}

.team-bio .manufacturing-bio-title {
    padding-left: 0;
}

.partener-btn {
    width: 200px;
    height: 75px;
    cursor: pointer;
    text-align: center;
    white-space: normal;
    color: #fff;
    border-color: #ee7624;
    background-color: #ee7624;
    font-family: "Planer-Medium", "sans-serif";
    font-size: 21px !important;
    line-height: 70px;
	padding-left: 43px !important;
    padding-right: 43px !important;
}

    .partener-btn:hover {
        color: #fff;
        border-color: #ee7624;
        background-color: #ee7624;
        box-shadow: none;
    }

.form-enquiry textarea {
    height: 97px;
    border: 1px solid #777;
    border-radius: 0;
}

.image-border {
    padding-right: 50px;
    border-right: 1px solid #bcbcbc;
}

.no-bg {
    background: #fff;
}

.multiple-choice label {
    padding-left: 10px;
}

table.CaptchaTable .form-control {
    border-radius: 0;
    border: 1px solid #777;
}

.contact-form select {
    border: 1px solid #777;
    border-radius: 0;
}

.contact-form input[type=text] {
    border: 1px solid #777;
    border-radius: 0;

}
/*End : style css*/
/*Begin : modular css*/

.pb-50 {
    padding-bottom: 3.125rem;
}

.pt-50 {
    padding-top: 3.125rem;
}

.pb-40 {
    padding-bottom: 2.5rem;
}

.pl-40 {
    padding-left: 2.500rem;
}

.mt-70 {
    margin-top: 4.375rem;
}

.pt-20 {
    padding-top: 20px;
}

.top-left-center {
    display: -webkit-box;
    height: 100%;
    -webkit-box-align: center;
}

.modular-divider-style1 {
    position: relative;
    width: 100%;
    height: 5.500rem;
    margin: 40px 0 1.250rem;
    background: url(/PlexusCDN/plexus/media/english-media/modular-page/divider-1.svg) no-repeat top center;
}

.modular-divider-style2 {
    position: relative;
    width: 100%;
    height: 1.4rem;
    margin: 1.250rem 0;
    background: url(/PlexusCDN/plexus/media/english-media/modular-page/divider-2.svg) no-repeat top center;
}

.modular-divider-style3 {
    position: relative;
    width: 100%;
    height: 1.500rem;
    margin: 1.250rem 0;
    background: url(/PlexusCDN/plexus/media/english-media/modular-page/divider-3.svg) no-repeat top center;
}

.modular-divider-style4 {
    position: relative;
    width: 100%;
    height: 1.2rem;
    margin: 1.250rem 0;
    background: url(/PlexusCDN/plexus/media/english-media/modular-page/divider-4.svg) no-repeat top center;
}

.modular-divider-style5 {
    position: relative;
    width: 100%;
    height: 1.563rem;
    margin: 1.250rem 0;
    background: url(/PlexusCDN/plexus/media/english-media/modular-page/divider-5.svg) no-repeat top center;
}

.modular-divider-style6 {
    position: relative;
    width: 100%;
    height: 2.765rem;
    margin: 1.250rem 0;
    background: url(/PlexusCDN/plexus/media/english-media/modular-page/divider-6.svg) no-repeat top center;
}

.modular-divider-style7 {
    position: relative;
    width: 100%;
    height: 5.250rem;
    margin: 1.250rem 0;
    background: url(/PlexusCDN/plexus/media/english-media/modular-page/divider-7.svg) no-repeat top center;
}

.modular-divider-style8 {
    position: relative;
    width: 100%;
    height: 1.25rem;
    margin: 1.250rem 0;
    background: url(/PlexusCDN/plexus/media/english-media/solution-page/plexus-solutions-divider-2.svg) no-repeat top center;
}

.modular-divider-style9 {
    position: relative;
    width: 100%;
    height: 2.25rem;
    margin: 1.250rem 0;
    background: url(/PlexusCDN/plexus/media/english-media/solution-page/plexus-solutions-divider-3.svg) no-repeat top center;
}

.modular-divider-style10 {
    position: relative;
    width: 100%;
    height: 1.25rem;
    margin: 1.250rem 0;
    background: url(/PlexusCDN/plexus/media/english-media/solution-page/plexus-solutions-divider-4.svg) no-repeat top center;
}

.modular-divider-style11 {
    position: relative;
    width: 100%;
    height: 1.25rem;
    margin: 1.250rem 0;
    background: url(/PlexusCDN/plexus/media/english-media/solution-page/plexus-solutions-divider-7.svg) no-repeat top center;
}

.modular-divider-style12 {
    position: relative;
    width: 100%;
    height: 1.25rem;
    margin: 1.250rem 0;
    background: url(/PlexusCDN/plexus/media/english-media/solution-page/plexus-solutions-divider-6.svg) no-repeat top center;
}

.angled-corner-top-right:before {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 0;
    content: "";
    border-width: 0 3.750rem 3.750rem 0;
    border-style: solid;
    border-color: #fff #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.angled-corner-bottom-left:after {
    position: absolute;
    display: block;
    bottom: 0;
    width: 0;
    content: "";
    border-width: 0 3.750rem 3.750rem 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff #fff;
}

.leadership-name {
    padding: 1rem 1.5rem 1rem 0;
    letter-spacing: 0;
    color: #54575a;
    font-family: "Planer-Medium", "sans-serif";
    font-size: 21px;
    line-height: 25px;
}

.leadership-title {
    margin: 0 0 10px;
    padding: 0 2rem 0 0;
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-size: 15px;
    line-height: 17px;
}

.leadership-callout-name {
    padding: 15px 0 10px;
    letter-spacing: 0;
    color: #fff;
    font-family: "Planer", "sans-serif";
    font-size: 32px;
    line-height: 34px;
}

.leadership-callout-title {
    padding: 0 0 0.75rem;
    color: #fff;
    font-family: "Planer", "sans-serif";
    font-size: 18px;
    line-height: 24px;
}

.leadership-callout-body-copy {
    padding: 1.5rem;
    color: #54575a;
    font-family: "Planer-Medium", "sans-serif";
    font-size: 17px;
    line-height: 25px;
}

.map-key {
    padding: 0.938rem 0 0.813rem;
    color: #54575a;
    font-family: "Planer-Medium", "sans-serif";
    font-size: 1.313rem;
    line-height: 1.563rem;
}

.map-key-option {
    padding: 0.625rem 0;
    color: #54575a;
    font-family: "Planer-Bold", "sans-serif";
    font-size: 1.063rem;
    line-height: 1.563rem;
}

.global-location-headline {
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-size: 1.250rem;
    line-height: 1.563rem;
}

.global-location-subhead {
    color: #54575a;
    font-family: "Planer-Medium", "sans-serif";
    font-size: 0.938rem;
    line-height: 1.063rem;
}

.subsector-medium {
    display: inline-block;
    height: 50px;
    text-decoration: none;
    color: #5c5a5b;
    font-family: "Planer", "sans-serif";
    font-size: 1.20rem;
    font-size: 20px;
    line-height: 1.563rem;
}

.subsector-regular {
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-size: 1.063rem;
    line-height: 1.563rem;
}

.why-plexus-style1 {
    margin: 2rem 0;
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-size: 1.29rem;
    line-height: 1.563rem;
}

.why-plexus-style2 {
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-size: 1rem;
    line-height: 1.063rem;
}

.gray-dark-bg p {
    color: #fff;
    /*padding-bottom: 3.125rem;*/
}
/*******market sector
**************/
.market-sector {
    padding: 7rem 0;
}

    .market-sector:before {
        position: absolute;
        top: 40%;
        width: 100%;
        height: 16rem;
        content: "";
        background: url(/PlexusCDN/plexus/media/english-media/template-images/market-sector-bg.jpg) no-repeat top center;
        background-size: cover;
    }

/*******banner market-sector
**************/

.banner-market-sector {
    position: relative;
    display: flex;
    align-items: center;
    height: 40.438rem;
    color: #fff;
    border-radius: 0;
    /*background: url(/plexusdev.imaginasium.net/Images/banner-market-sector.jpg) no-repeat;*/
    background-size: cover;
}

#main-banner::after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.1;
    background: #ffc72a;
    /*background-image: url(/plexusdev.imaginasium.net/Images/dotted_line.png);*/
}

#main-banner h1 {
    color: #fff;
}

.video-btn {
    display: inline-block;
    width: 6.250rem;
    height: 6.250rem;
    border: 0.063rem solid #fff;
    border-radius: 50%;
    line-height: 6.250rem;
}

    .video-btn i {
        line-height: inherit;
    }

.banner-market-sector a {
    color: #fff;
}

    .banner-market-sector a:hover {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.6);
    }

.subsector-market-solution .cut-border {
    width: 35.500rem;
    border-radius: 0 4.063rem;
}

.jumbotron {
    margin-bottom: 0;
}

.small-p {
    font-size: 1.1rem;
}

.btn-secondary-market-sector {
    width: 174px;
    height: 44px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    border: 1px solid #4d86a0;
    background-color: #4d86a0;
    font-size: 1.188rem;
    line-height: 1.563rem;
}

    .btn-secondary-market-sector.active,
    .btn-secondary-market-sector:active,
    .show > .btn-secondary-market-sector.dropdown-toggle,
    .btn-secondary-market-sector.focus,
    .btn-secondary-market-sector:focus,
    .btn-secondary-market-sector:hover {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        text-decoration: none;
        color: #fff;
        border-color: #54575a;
        background-color: #54575a;
        box-shadow: none;
        font-size: 1.188rem;
        line-height: 1.563rem;
    }

.case-study-market-sector {
    position: relative;
    margin-bottom: 1.563rem;
}

    .case-study-market-sector .carousel-item > .row > div {
        padding: 6rem 0.625rem;
    }

    .case-study-market-sector .carousel-item > .row > .case-study-market-sector-title {
        padding: 7rem 0.625rem 7rem 1.875rem;
        letter-spacing: 0.500rem;
        text-transform: uppercase;
        color: #fff;
        background: #ffc62c;
        font-size: 1.063rem;
    }

.case-study-market-sector-title .v-text {
    min-height: 15.625rem;
}

.case-study-market-sector .carousel-item > .row {
    width: 100%;
    height: 31.250rem;
}

.subsector-market-solution {
    position: relative;
    display: flex;
    align-items: center;
}

.subsector-regular {
    padding-left: 0;
}

    .subsector-regular li {
        min-height: 5.750rem;
        margin: 1.250rem 0;
        padding-top: 0;
        padding-left: 4.063rem;
        list-style: none;
        text-decoration: none;
        background-image: url('/PlexusCDN/plexus/media/english-media/template-images/pdf-icon.png');
        background-repeat: no-repeat;
        background-position: 0 0.4em;
    }

.subsector-market-sector {
    position: relative;
    padding-top: 2.500em;
}

    .subsector-market-sector:before {
        position: absolute;
        top: 0;
        width: 100%;
        height: 1.563rem;
        content: "";
        /*background: url(/plexusdev.imaginasium.net/Images/subsector-yellow-top-bt-bg.png) no-repeat top center;*/
        background-size: cover;
    }

    .subsector-market-sector:after {
        position: absolute;
        bottom: 0.938rem;
        width: 100%;
        height: 1.563rem;
        content: "";
        /*background: url(/plexusdev.imaginasium.net/Images/subsector-yellow-bottom-bt-bg.png) no-repeat top center;*/
        background-size: cover;
    }

#slides .dotedImg::after {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.3;
    background: #c30e2e;
    /*background-image: url(/plexusdev.imaginasium.net/Images/carbon-fibre.png);*/
}

.full-banner-market-sector {
    min-height: 45.188rem;
    background-image: url('/PlexusCDN/plexus/media/english-media/template-images/full-banner-market-sector.jpg');
    background-repeat: no-repeat;
}

.why-plexus-market-sector {
    position: relative;
}

.gray-content-market-sector {
    position: relative;
}

.your-partner {
    width: 6.563rem;
    min-height: 6.875rem;
    margin-bottom: 25px;
    background-image: url(/PlexusCDN/plexus/media/english-media/modular-page/modular-yourpartner-icon.jpg);
    background-repeat: no-repeat;
    background-size: 6.563rem;
}

.customer {
    width: 6.563rem;
    min-height: 6.875rem;
    margin-bottom: 25px;
    background-image: url(/PlexusCDN/plexus/media/english-media/modular-page/modular-customerfirst-icon.jpg);
    background-repeat: no-repeat;
    background-size: 6.563rem;
}

.agile {
    width: 6.563rem;
    min-height: 6.875rem;
    margin-bottom: 25px;
    background-image: url(/PlexusCDN/plexus/media/english-media/modular-page/modular-agileflexible-icon.jpg);
    background-repeat: no-repeat;
    background-size: 6.563rem;
}

.engineering {
    width: 6.563rem;
    min-height: 6.875rem;
    margin-bottom: 25px;
    background-image: url(/PlexusCDN/plexus/media/english-media/modular-page/modular-engineeringculture-icon.jpg);
    background-repeat: no-repeat;
    background-size: 6.563rem;
}

.key-market {
    width: 6.563rem;
    min-height: 6.875rem;
    margin-bottom: 25px;
    background-image: url(/PlexusCDN/plexus/media/english-media/modular-page/modular-keymarketsectors-icon.jpg);
    background-repeat: no-repeat;
    background-size: 6.563rem;
}

.product-realiation {
    width: 6.563rem;
    min-height: 6.875rem;
    margin-bottom: 25px;
    background-image: url(/PlexusCDN/plexus/media/english-media/modular-page/modular-productrealization-icon.jpg);
    background-repeat: no-repeat;
    background-size: 6.563rem;
}

.white-color {
    color: #fff;
}

.category-market-sector {
    position: relative;
}

#category-market-sector .btn {
    height: 2.625rem;
}

.search-market-sector {
    width: 80%;
    margin-right: 1.250rem;
}

::-webkit-input-placeholder {
    padding-left: 0.625em;
}

.search-market-sector :-moz-placeholder {
    padding-left: 0.625em;
    color: red;
}

.search-market-sector ::-moz-placeholder {
    padding-left: 0.625em;
    color: red;
}

:-ms-input-placeholder {
    padding-left: 0.625em;
}

.category-market-sector a {
    color: #c20430;
    font-family: "Planer", "sans-serif";
    font-size: 1.063rem;
    line-height: 1.563rem;
}

.film-slider-market-sector {
    position: relative;
}

.film_roll_pager {
    padding-top: 0.438rem;
}

    .film_roll_pager div,
    .film_roll_pager div:hover {
        overflow: hidden !important;
        width: 10px !important;
        height: 10px !important;
        cursor: pointer !important;
        border: none !important;
        border-radius: 0 !important;
        background: #bababa !important;
        flex: 0 auto !important;
    }

    .film_roll_pager a {
        overflow: hidden !important;
        width: 10px !important;
        height: 10px !important;
        cursor: pointer !important;
        border: none !important;
        border-radius: 0 !important;
        background: #bababa !important;
        flex: 0 auto !important;
    }

        .film_roll_pager a.active {
            border: none !important;
            border-radius: 0 !important;
            background: #ffc62c !important;
        }

.film-slidercontent-market-sector {
    position: relative;
}

.map-market-sector {
    position: relative;
}

.left-line {
    border-left: 0.063rem solid #dadada;
}

.film-slider2-market-sector {
    position: relative;
}

.film_roll_shuttle div content h2 {
    position: absolute;
    z-index: 5;
    top: 150%;
    right: 20%;
    left: 20%;
    color: #fff;
}

.leadership-market-sector {
    position: relative;
}

.leadership-img {
    border: 1px solid #bcbcbc;
}

.very-small-p {
    font-size: 0.9rem;
}

/* ----- MODAL POPUP ----- */
.modal.right .modal-dialog {
    position: absolute;
    top: 50px;
    width: 36.563rem;
    min-width: 36.563rem;
    height: 50.25rem;
    min-height: 50.25rem;
    margin: auto;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    background-color: #ebebeb;
}

.modal.right .modal-content {
    overflow-y: auto;
    height: 100%;
    background-color: #ebebeb;
}

.modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}
/* ----- MODAL STYLE ----- */
.modal-content {
    border: none;
    border-radius: 0;
}

.modal-header {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    padding: 5px;
    border-bottom-color: #eee;
    background-color: #fafafa;
}

.popup-img {
    width: 100%;
    height: auto;
    padding: 0.6rem;
}

.modal-title {
    min-height: 6rem;
    padding-left: 1.250rem;
    background-color: #54575a;
}

    .modal-title > h1,
    .modal-title > p {
        color: #fff;
    }

.modal-body {
    padding: 0;
}

.modal-title:after {
    width: 100%;
    height: 1.563rem;
    background-image: url('/PlexusCDN/plexus/media/english-media/template-images/bottom-line.png');
    background-repeat: no-repeat;
}

.social {
    margin-left: 1.5rem;
}

    .social a {
        position: relative;
        display: inline-block;
        width: 3.438em;
        height: 3.438em;
        -webkit-transition: all 0.8s ease 0s;
        -moz-transition: all 0.8s ease 0s;
        transition: all 0.8s ease 0s;
        text-align: center;
        color: #bdbabb;
        border: 0.063rem solid #bdbabb;
        border-radius: 50%;
    }

        .social a i {
            font-size: 1.5rem;
            line-height: 2.500em;
        }

.cutCorner-bottom-left {
    position: relative;
    margin: 1.875rem 0;
    padding: 0;
    background: #fff;
}

    .cutCorner-bottom-left:after {
        position: absolute;
        display: block;
        box-sizing: border-box;
        left: 0;
        width: 110%;
        content: "";
        border-width: 1.250rem;
        border-style: solid;
        border-color: transparent;
    }

    .cutCorner-bottom-left:after {
        bottom: -20px;
        border-top-color: #ebebeb;
        border-bottom-width: 0;
    }

.plexus-map {
    margin-top: -6rem;
}

.category ul {
    padding-left: 1.250rem;
    color: #c20430;
}

    .category ul li a {
        color: #c20430;
    }

.category ol {
    padding-left: 1.250rem;
    color: #c20430;
}

    .category ol li a {
        color: #c20430;
    }

/*for extra small size device*/

@media (max-width: 576px) {
    .film_roll_shuttle div span h2 {
        position: absolute;
        z-index: 5;
        top: 25%;
        right: 20%;
        left: 20%;
        color: #fff;
        font-size: 40px;
        line-height: 45px;
    }

    #sketch-market-sector {
        padding-top: 3.750rem;
    }

    .modal {
        position: fixed;
        display: none;
        z-index: 1050;
        overflow: hidden;
        top: 20%;
        right: 0;
        bottom: 0;
        left: 10%;
        outline: 0;
        right: 10%;
    }

    .yellow-section-text ul {
        padding: 0 0 1.250rem 2.813rem;
    }

    .pt-50 {
        padding-top: 1.563rem;
    }

    .film_roll_shuttle div span h1 {
        font-size: 1.563rem !important;
    }

    #film_roll2 content > h3 {
        position: absolute;
        z-index: 5;
        top: 150%;
        right: 10%;
        left: 1%;
        color: #54575a;
    }

    #film_roll2 span {
        position: absolute;
        top: 120%;
        left: 25%;
        width: 12.500rem;
        height: 12.500rem;
        background-image: url('/PlexusCDN/plexus/media/english-media/template-images/plexus-about-timelinebox.jpg');
        background-repeat: no-repeat;
        background-size: 12.500rem;
    }

    #film_roll2 content > p {
        position: absolute !important;
        z-index: 5 !important;
        top: 158% !important;
        right: 10% !important;
        left: 1% !important;
        color: #54575a !important;
    }

    /*#film_roll2 .film_roll_wrapper {
        padding-bottom: 31.250rem !important;
    }*/
    .modal.right .modal-dialog {
        position: absolute;
        top: 0%;
        width: 100%;
        min-width: 100%;
        /*jd change*/
        /*height: 57.250rem;
        min-height: 57.250rem;*/
        height: 35.25rem;
        min-height: 35.25rem;
        margin: auto;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        background-color: #ebebeb;
    }

    .modal-body {
        overflow-y: auto;
    }

    .cutCorner-bottom-left:after {
        bottom: -19px;
    }

    img.testimonial-img {
        float: none;
    }

    h2 {
        font-size: 31px;
        line-height: 38px;
    }

    footer#footer ul {
        padding-bottom: 20px;
        padding-left: 10px;
    }

    .awards-and-downloads h2 {
        padding: 0 0 20px !important;
    }

    .your-partner {
        margin: 25px auto;
    }

    .customer {
        margin: 25px auto;
    }

    .agile {
        margin: 25px auto;
    }

    .engineering {
        margin: 25px auto;
    }

    .key-market {
        margin: 25px auto;
    }

    .product-realiation {
        margin: 25px auto;
    }
}

@media screen and (min-width: 577px) and (max-width: 767px) {
    #film_roll2 content > h3 {
        position: absolute;
        display: none;
        z-index: 5;
        top: 135%;
        right: 10%;
        left: 1%;
        color: #54575a;
    }

    #film_roll2 span {
        position: absolute;
        display: none;
        top: 110%;
        left: 36%;
        width: 12.500rem;
        height: 12.500rem;
        background-image: url('/PlexusCDN/plexus/media/english-media/template-images/plexus-about-timelinebox.jpg');
        background-repeat: no-repeat;
        background-size: 12.500rem;
    }

    #film_roll2 content > p {
        position: absolute !important;
        display: none;
        z-index: 5 !important;
        top: 145% !important;
        right: 10% !important;
        left: 1% !important;
        color: #54575a !important;
    }

    /*#film_roll2 .film_roll_wrapper {
        padding-bottom: 31.250rem !important;
    }*/

    .yellow-section-text ul {
        padding: 0 0 1.250rem 1.250rem !important;
    }

    .banner-market-sector {
        height: 37.500rem !important;
    }

    .napkin-sketch,
    .market-sector,
    .news-team {
        padding: 2rem 0;
    }

    .pt-50 {
        padding-top: 1.563rem;
    }

    .subsector-market-solution h3 {
        padding-top: 0.625rem;
    }

    img.testimonial-img {
        float: none;
    }

    footer#footer ul {
        padding-bottom: 20px;
        padding-left: 10px;
    }

    .modular-divider-style1-mobile {
        height: 5.20rem !important;
    }

    .your-partner {
        margin: 25px auto;
    }

    .customer {
        margin: 25px auto;
    }

    .agile {
        margin: 25px auto;
    }

    .engineering {
        margin: 25px auto;
    }

    .key-market {
        margin: 25px auto;
    }

    .product-realiation {
        margin: 25px auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 993px) {
    #film_roll2 content > h3 {
        position: absolute;
        display: none;
        z-index: 5;
        top: 110%;
        right: 10%;
        left: 28%;
        color: #54575a;
    }

    #film_roll2 span {
        position: absolute;
        display: none;
        top: 110%;
        width: 12.500rem;
        height: 12.500rem;
        background-image: url('/PlexusCDN/plexus/media/english-media/template-images/plexus-about-timelinebox.jpg');
        background-repeat: no-repeat;
        background-size: 12.500rem;
    }

    #film_roll2 content > p {
        position: absolute !important;
        display: none;
        z-index: 5 !important;
        top: 117% !important;
        right: 10% !important;
        left: 28% !important;
        color: #54575a !important;
    }

    .modular-divider-style1-mobile {
        height: 5.20rem !important;
    }
}

/*for medium device*/

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .film_roll_child img {
        height: auto;
    }

    .pt-50 {
        padding-top: 1.563rem;
    }

    #film_roll2 content > h3 {
        position: absolute;
        z-index: 5;
        top: 110%;
        right: 10%;
        left: 23%;
        color: #54575a;
    }

    #film_roll2 span {
        position: absolute;
        top: 110%;
        width: 12.500rem;
        height: 12.500rem;
        background-image: url('/PlexusCDN/plexus/media/english-media/template-images/plexus-about-timelinebox.jpg');
        background-repeat: no-repeat;
        background-size: 12.500rem;
    }

    #film_roll2 content > p {
        position: absolute !important;
        z-index: 5 !important;
        top: 117% !important;
        right: 10% !important;
        left: 23% !important;
        color: #000 !important;
    }

    .modular-divider-style1-mobile {
        height: 7.20rem !important;
    }
}

/*for extra large size device*/

@media (min-width: 1200px) {
    .film-banner {
        width: 72.250rem;
        min-height: 40.625rem;
    }

    #film_roll2 content > h3 {
        position: absolute;
        display: table;
        z-index: 5;
        top: 108%;
        right: 10%;
        left: 15%;
        min-height: 120px;
        letter-spacing: 0;
        color: #54575a;
        font-family: "Planer", "sans-serif";
        font-size: 20px;
        line-height: 25px;
    }

        #film_roll2 content > h3 > i {
            display: table-cell;
            vertical-align: middle;
            font-style: normal;
        }

    #film_roll2 span {
        position: absolute;
        display: table;
        top: 108%;
        left: 0.5%;
        width: 128px;
        height: 84px;
        padding: 1%;
        padding-left: 27px;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        background-image: url(/PlexusCDN/plexus/media/english-media/template-images/plexus-about-timelinebox.jpg);
        background-repeat: no-repeat;
        background-size: 12.500rem;
        font-size: 43px;
        font-weight: bold;
        line-height: 47px;
    }

        #film_roll2 span em {
            display: table-cell;
            text-align: left;
            vertical-align: middle;
            letter-spacing: 2px;
            font-size: 30px;
            font-style: normal;
            line-height: 33px;
        }

    #film_roll2 content > p {
        position: absolute !important;
        z-index: 5 !important;
        top: 118% !important;
        right: 10% !important;
        left: 25% !important;
        color: #54575a !important;
    }

    #film_roll2 .film_roll_pager {
        position: absolute;
        top: 40.313rem;
        left: 40%;
        padding: 0.625rem 0;
        padding-bottom: 0 !important;
    }

    #film_roll3 .film_roll_child {
        width: 1166px !important;
        height: 650px !important;
    }

    .modular-divider-style1-mobile {
        height: 5.20rem !important;
    }
}

/*Market Sector slider*/

#film_roll3 .film_roll_shuttle span {
    position: absolute;
    z-index: 5;
    top: 10%;
    left: 51.6%;
    width: 35%;
    padding: 0;
    color: #fff;
}

#film_roll3 .film_roll_shuttle div span h3 {
    position: relative;
    z-index: 5;
    left: 5%;
    width: 100%;
    color: #fff;
    font-size: 35px;
    line-height: 40px;
}

#film_roll3 .film_roll_shuttle div span p {
    position: relative;
    z-index: 5;
    left: 5%;
    width: 100%;
    color: #fff;
    border: solid;
    border-bottom-width: 10px;
    border-image: url('/PlexusCDN/plexus/media/english-media/market-sectors/aerospace-and-defense/desktop/markets-slider-dividerline.svg') 0 0 20 0;
    background-repeat: no-repeat;
}

#film_roll3 .film_roll_shuttle div span pre {
    position: relative;
    display: inline;
    padding-left: 4.063rem;
    text-transform: uppercase;
    color: #fff;
    font-family: "Planer", "sans-serif";
}

    #film_roll3 .film_roll_shuttle div span pre:after {
        position: absolute;
        top: 0;
        left: 10px;
        width: 50px;
        height: 50px;
        content: "";
        background: url('/PlexusCDN/plexus/media/english-media/template-images/pdf-icon.png') no-repeat top center;
        background-size: cover;
        background-size: 65%;
    }

.awards-and-downloads h2 {
    padding: 0 0 20px;
    border-bottom-width: 10px;
    border-image: url('/PlexusCDN/plexus/media/english-media/market-sectors/aerospace-and-defense/desktop/markets-slider-dividerline.svg') 0 0 20 0;
    background-repeat: no-repeat;
}

.awards-headline:after {
    position: absolute;
    top: 56px;
    width: 94%;
    height: 1px;
    content: "";
    background: url(/PlexusCDN/plexus/media/english-media/market-sectors/aerospace-and-defense/desktop/divider-line-download.svg) repeat;
    background-size: cover;
}

.downloads-headline:after {
    position: absolute;
    top: 56px;
    width: 94%;
    height: 1px;
    content: "";
    background: url(/PlexusCDN/plexus/media/english-media/market-sectors/aerospace-and-defense/desktop/divider-line-download.svg) repeat;
    background-size: contain;
}

.awards-and-downloads ul {
    padding-left: 5px;
    color: rgb(84, 87, 90);
    font-family: "Planer", "sans-serif";
    font-size: 1.063rem;
    line-height: 1.563rem;
}

    .awards-and-downloads ul li {
        min-height: 5.75rem;
        list-style: none;
        text-decoration: none;
    }

        .awards-and-downloads ul li a {
            display: table-cell;
            height: 50px;
            /*margin: 1.25rem 0px;*/
            padding-top: 0;
            padding-left: 2.60rem;
            list-style: none;
            text-decoration: none;
            color: #54575a;
            background-image: url(/PlexusCDN/plexus/media/english-media/template-images/pdf-icon.png);
            background-repeat: no-repeat;
            background-position: 0 0.4em;
            background-size: 30px;
            font-size: 18px; /* Meg request to make font smaller to prevent wrapping*/
            font-weight: bold;
        }


@media screen and (max-width: 1200px) and (min-width: 992px){
        .awards-and-downloads ul li a {
            font-size: 15px; /* Meg request to make font smaller to prevent wrapping*/
      }
}
.awards-and-downloads a {
    text-transform: uppercase;
    color: #c20430;
}

.awards-and-downloads img {
    padding-top: 20px;
    padding-bottom: 25px;
}

.attach {
    /*min-height: 5.75rem;*/
    padding-bottom: 20px;
}

    .attach span {
        display: inline-block;
        height: 50px;
        margin: -5px 0px;
        padding-top: 0;
        padding-left: 3rem;
        list-style: none;
        text-decoration: none;
        color: #54575a;
        background-repeat: no-repeat;
        background-position: 0 0.4em;
        background-size: 30px;
        font-size: 19px;
        font-weight: bold;
    }

        .attach span:after {
            position: absolute;
            top: 0;
            left: 0;
            width: 50px;
            height: 50px;
            content: "";
            background: url(/PlexusCDN/plexus/media/english-media/template-images/pdf-icon.png) no-repeat top center;
            background-size: cover;
            background-size: 65%;
        }

.attach-small-text {
    display: block;
    margin-bottom: 0;
    padding: 0 0 20px;
    text-transform: lowercase;
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}

.awards-and-downloads a:hover {
    text-decoration: none;
}

#film_roll3 .film_roll_shuttle div span a pre {
    position: relative;
    /*padding-left: 4.063rem;*/
    display: inline;
    text-transform: uppercase;
    color: #fff;
    font-family: "Planer", "sans-serif";
}

#film_roll3 .film_roll_shuttle div span a:hover {
    text-decoration: none;
}

.pdf-market-sector {
    display: block;
    padding-left: 67px !important;
}

#film_roll3 .film_roll_shuttle div span h3.slide-title {
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #bcbcbc !important;
    font-size: 15px;
}

content.p-small-text.pdf-sub-text.pdf-market-sector {
    text-decoration: underline;
    color: #bcbcbc !important;
    font-size: 15px;
    line-height: 20px;
    margin-top: -5px;
}

.brochuer-file {
    text-decoration: underline !important;
    color: #c20430 !important;
    font-size: 12px;
    font-weight: normal !important;
}

.awards-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.awar-head {
    display: block;
    height: auto;
    color: #3c3b3b;
}

h3.slide-title {
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #bcbcbc !important;
    font-size: 15px;
}

.pb-80 {
    padding-bottom: 80px;
}

.modular-divider-style1-mobile {
    position: relative;
    width: 100%;
    height: 4.20rem;
    margin: 0;
    background: url(/PlexusCDN/plexus/media/english-media/solution-page/mobile/divider-1.svg) no-repeat;
    background-size: 100%;
    /*display: none;*/
    margin: 20px 0;
}

.modular-divider-style11-mobile {
    position: relative;
    width: 100%;
    height: 1.5rem;
    margin: 1.250rem 0;
    background: url(/PlexusCDN/plexus/media/english-media/solution-page/mobile/divider-2.svg) no-repeat;
    background-size: 100%;
}

/*.sol-mob-divide-3{
    background: url(/PlexusCDN/plexus/media/english-media/solution-page/mobile/divider-3.svg) no-repeat top center;
    width: 100%;
    height: 5.500rem;
    position: relative;
    margin: 1.250rem 0 1.250rem 0;
}*/

.location-head {
    min-height: 90px;
    border-bottom: 1px solid #cecece;
}

.pos-rel {
    position: relative;
}

.location-head h3 {
    position: absolute;
    bottom: -10px;
}

.pt-55 {
    padding-top: 55px;
}

.map-close {
    float: right;
    right: 97% !important;
    width: 17px !important;
    height: 18px !important;
    margin: -8px;
    padding: 0 4px;
    opacity: 1 !important;
    border: 0;
    border-bottom-color: #eee;
    background: rgba(255, 255, 255, 0);
    background-color: #fafafa;
    text-shadow: 0 1px 0 #fff;
    font-size: 17px;
    /* font-weight: bold; */
    line-height: 1;
    -webkit-appearance: none;
}

    .map-close:focus,
    .map-close:hover {
        color: #000 !important;
    }

.gm-style-iw {
    top: 6px !important;
    left: 8px !important;
    width: 421px !important;
    height: 166px;
}

.map-bg {
    width: 400px !important;
    height: 180px !important;
}

.map-inner {
    width: 421px;
    max-width: 421px !important;
}
/*End : modular css*/
/*Begin : solution css*/

.section-solution h4 {
    margin-bottom: 0;
    padding: 0 0 25px;
    letter-spacing: 0;
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-size: 28px;
    line-height: 32px;
}

.section-solution ul {
    padding-left: 15px;
}

/* .manufacturing-pdf {
    border-right: 1px solid #bcbcbc;
} */

.manufacturing-pdf ul {
    margin-bottom: 0;
    padding: 0 0 25px;
    letter-spacing: 0;
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-family: "Planer", "sans-serif";
    font-size: 1.063rem;
    font-size: 28px;
    line-height: 32px;
}

.section-solution ul {
    padding-left: 15px;
}

/* .manufacturing-pdf {
    border-right: 1px solid #bcbcbc;
} */

.manufacturing-pdf ul {
    padding-left: 0;
    color: rgb(84, 87, 90);
    font-family: "Planer", "sans-serif";
    font-size: 1.063rem;
    line-height: 1.563rem;
}

    .manufacturing-pdf ul li {
        min-height: 5.75rem;
        list-style: none;
        text-decoration: none;
    }

        .manufacturing-pdf ul li a {
            display: table-cell;
            height: 50px;
            /*margin: 1.25rem 0px;*/
            padding-top: 0;
            padding-left: 2.60rem;
            list-style: none;
            text-decoration: none;
            color: #54575a;
            background-image: url(/PlexusCDN/plexus/media/english-media/template-images/pdf-icon.png);
            background-repeat: no-repeat;
            background-position: 0 0.2em;
            background-size: 30px;
            font-size: 20px;
        }

/*******napkin sketch
**************/
.napkin-sketch-solutions {
    padding: 6rem 0 8rem;
    text-align: center;
    background: #f2f2f2;
}

.napkin-sketch-solutions-box {
    cursor: pointer;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

/* .napkin-sketch-solutions-box:hover {
        background: #bcbcbc;
        border-left: 0.1px solid #ffffff;
        border-right: 0.1px solid #ffffff;
    } */
.hover-effect:hover {
    border-right: 0.1px solid #fff;
    border-left: 0.1px solid #fff;
    background: #bcbcbc;
}

.hover-effect .sketch-solutions-supplychain:hover {
    background-position: 0 -73px;
}

.sketch-solutions {
    display: inline-block;
    width: 60px;
    height: 66px;
    margin: 1rem 0;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.sketch-solutions-aftermarketServices {
    background-image: url('/PlexusCDN/plexus/media/english-media/solution-page/plexus-solutions-aftermarketservicesicons-60px.png');
}

.sketch-solutions-designdevelopment {
    background-image: url('/PlexusCDN/plexus/media/english-media/solution-page/plexus-solutions-designdevelopmenticons-60px.png');
}

.sketch-solutions-manufacturing {
    background-image: url('/PlexusCDN/plexus/media/english-media/solution-page/plexus-solutions-manufacturingicons-60px.png');
}

.sketch-solutions-newproductintroduction {
    background-image: url('/PlexusCDN/plexus/media/english-media/solution-page/plexus-solutions-newproductintroductionicons-60px.png');
}

.sketch-solutions-supplychain {
    background-image: url('/PlexusCDN/plexus/media/english-media/solution-page/plexus-solutions-supplychainicons-60px.png');
}

.napkin-sketch-solutions-box:hover .sketch-solutions {
    /*background-position: 0 -115px; */
    background-position: 0 -73px;
}

#solutions-grid h5 {
    min-height: 54px;
    margin: 1rem 0;
    padding-top: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

#solutions-grid a {
    color: #fff;
}

.napkin-sketch-solutions-box h5 {
    min-height: 60px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.1rem;
}

    .napkin-sketch-solutions-box h5 a {
        color: #fff;
    }

.napkin-sketch-solutions-box:hover h5,
.napkin-sketch-solutions-box:hover a {
    text-decoration: none;
    color: #fff;
}

.solutions-grid-section {
    margin: 13px 0 110px;
}

/*******case study solutions
**************/
section#CaseStudy-solutions {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #e5e5e5;
}

.case-study-solutions {
    position: relative;
    margin-bottom: 8.125rem;
    padding: 0.938rem 0;
}

    /*.case-study-solutions .carousel-item > .row > div {
        padding: 0;
    }*/

    /*.case-study-solutions .carousel-item .col-md-5 {
        margin: auto;
    }*/

    .case-study-solutions .carousel-item .col-md-6 {
        margin-top: 10%;
    }

    .case-study-solutions .carousel-item > .row > .case-study-title {
        padding: 0 0 0 20px;
        /* Safari */
        /* Firefox */
        /* IE */
        /* Opera */
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        text-align: center;
        letter-spacing: 8px;
        text-transform: uppercase;
        color: #fff;
        background: #3e8497;
        font-size: 1.063rem;
    }

.case-study-title .v-text {
    min-height: 15.625rem;
}

.case-study-solutions .carousel-item > .row {
    width: 100%;
    height: 500px;
}

.case-study-bar {
    margin-left: 15px;
}

.btn-secondary-solutions {
    width: 174px;
    height: 44px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    text-decoration: none;
    color: #fff;
    border: 1px solid #54575a;
    background-color: #54575a;
    font-size: 1.188rem;
    line-height: 1.563rem;
}

#sticky-anchor {
    height: 0;
}

.stick {
    position: fixed;
    z-index: 10000;
    bottom: -1px;
    width: 100%;
    margin: 0;
}

.expand-section {
    height: 65px;
    padding: 20px 0 0 20px;
}

.collapse-section {
    height: 65px;
    padding: 20px 0 0 20px;
}

.section-solutions-expand {
    height: 65px;
    margin-top: 20px;
    padding: 20px 0 0 20px;
    background: url(/PlexusCDN/plexus/media/english-media/solution-page/plexus-solutions-expand.jpg) no-repeat top center;
}

.section-solutions-collapse {
    height: 65px;
    margin-top: 20px;
    padding: 20px 0 0 20px;
    background: url(/PlexusCDN/plexus/media/english-media/solution-page/plexus-solutions-collapse-fpo.jpg) no-repeat top center;
	background-size: 35px;
}

.solutions-pdf-sub-text {
    position: absolute;
    margin-top: -25px;
    padding-left: 44px;
}

.manufacturing-bio {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #bcbcbc;
    font-family: "Planer", "sans-serif";
    font-size: 16px;
    line-height: 25px;
}

.manufacturing-bio-title {
    margin-top: -25px;
    margin-bottom: 0;
    padding-bottom: 25px;
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-size: 16px;
    line-height: 25px;
}

.section-solution a {
    text-transform: uppercase;
    color: #c20430;
    font-size: 16px;
}

/*******case study solutions -dark gray
**************/
section#CaseStudy-solutions-dark-gray {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #54575a;
}

.case-study-solutions-dark-gray {
    position: relative;
    margin-bottom: 8.125rem;
    padding: 0.938rem 0;
}

/*.case-study-solutions .carousel-item > .row > div {
        padding: 0;
    }*/

/*.case-study-solutions-dark-gray .carousel-item .col-md-5 {
        margin: auto;
    }*/

/*.case-study-solutions-dark-gray .carousel-item .col-md-6 {
        margin: auto;
    }*/

.case-study-dark-gray-title {
    max-width: 80px;
    padding: 0 0 0 30px;
    /* Safari */
    /* Firefox */
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    /* IE */
    /* Opera */
    text-align: center;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #fff;
    background: #ffc62c;
    font-size: 1.063rem;
}

    .case-study-dark-gray-title .v-text {
        min-height: 15.625rem;
    }

.case-study-solutions-dark-gray .carousel-item > .row {
    width: 100%;
    width: 97%;
    border: 1px solid gray;
}

#CaseStudy-solutions-dark-gray h4 {
    color: #fff;
}

.p-small-text-white {
    margin-bottom: 0;
    padding: 0 0 60px;
    color: #fff;
    font-family: "Planer", "sans-serif";
    font-size: 16px;
    line-height: 25px;
}

#microelectronics-video {
    /* margin-top: 50px; */
    padding-bottom: 20px;
}

    #microelectronics-video .screen-centered {
        height: 14vw;
    }

    #microelectronics-video .page-header {
        text-align: left;
    }

.solutions-col-clickable:hover {
    cursor: pointer;
}

.solutions-col-clickable a {
    text-decoration: none;
}

#Design-Development-Collapsible a,
#New-Product-Introduction-Collapsible a,
#Manufacturing-Collapsible a,
#Aftermarket-Services-Collapsible a,
#Supply-Chain-Solutions-Collapsible a {
    color: #05457a;
}

.bx-clone {
    display: block;
}

/* .playbtn-small {
    position: relative;
    width: 100px;
    height: auto;
    min-height: 125px;
    margin: 0 auto;
    background: url(/PlexusCDN/plexus/media/english-media/home/desktop/home-header-playbutton-icon.png) no-repeat left center;
    background-size: 75%;
} */

.manufacturing-pdf a {
    color: #54575a !important;
}

/*line-height: 1.563rem; color: rgb(84, 87, 90); padding-left: 0;
}*/

.manufacturing-pdf ul li {
    min-height: 5.75rem;
    list-style: none;
    text-decoration: none;
}

    .manufacturing-pdf ul li a {
        display: table-cell;
        height: 50px;
        /*margin: 1.25rem 0px;*/
        padding-top: .5em;
        padding-left: 2.60rem;
        list-style: none;
        text-decoration: none;
        color: #54575a;
        background-image: url(/PlexusCDN/plexus/media/english-media/template-images/pdf-icon.png);
        background-repeat: no-repeat;
        background-position: 0.2em .2em;
        background-size: 30px;
        font-size: 20px;
    }

/*******napkin sketch
**************/
.napkin-sketch-solutions {
    padding: 6rem 0 8rem;
    text-align: center;
    background: #f2f2f2;
}

.napkin-sketch-solutions-box {
    cursor: pointer;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

/* .napkin-sketch-solutions-box:hover {
        background: #bcbcbc;
        border-left: 0.1px solid #ffffff;
        border-right: 0.1px solid #ffffff;
    } */
.hover-effect:hover {
    border-right: 0.1px solid #fff;
    border-left: 0.1px solid #fff;
    background: #bcbcbc;
}

.hover-effect .sketch-solutions-supplychain:hover {
    background-position: 0 -73px;
}

.sketch-solutions {
    display: inline-block;
    width: 60px;
    height: 66px;
    margin: 1rem 0;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.sketch-solutions-aftermarketServices {
background-image: url('/PlexusCDN/plexus/media/english-media/solution-page/solutions-icons-aftermarketservices-60px-new.png');
background-size:100%;
    background-position: 0 -2px;
}

.sketch-solutions-designdevelopment {
    background-image: url('/PlexusCDN/plexus/media/english-media/solution-page/solutions-icons-designdevelopment-60px-new.png');
background-size:100%;
}

.sketch-solutions-manufacturing {
background-image: url('/PlexusCDN/plexus/media/english-media/solution-page/solutions-icons-manufacturing-60px-new.png');
background-size:100%;
    background-position: 0 -2px;
}

.sketch-solutions-newproductintroduction {
background-image: url('/PlexusCDN/plexus/media/english-media/solution-page/solutions-icons-npi-60px-new.png');
background-size:100%;
    background-position: 0 -2px;
}

.sketch-solutions-supplychain {
background-image: url('/PlexusCDN/plexus/media/english-media/solution-page/solutions-icons-supplychainsolutions-60px-new.png');
background-size:100%;
    background-position: 0 -2px;
}

.solutions-col-clickable:hover a.sketch-solutions-designdevelopment {
    background-image: url(/PlexusCDN/plexus/media/english-media/solution-page/solutions-icons-designdevelopment-60px-new.png);
    background-position: 0 -75px;
}

.solutions-col-clickable:hover a.sketch-solutions-supplychain {
    background-image: url(/PlexusCDN/plexus/media/english-media/solution-page/solutions-icons-supplychainsolutions-60px-new.png);
    background-position: 0 -75px;
}

.solutions-col-clickable:hover a.sketch-solutions-newproductintroduction {
    background-image: url(/PlexusCDN/plexus/media/english-media/solution-page/solutions-icons-npi-60px-new.png);
    background-position: 0 -75px;
}

.solutions-col-clickable:hover a.sketch-solutions-manufacturing {
    background-image: url(/PlexusCDN/plexus/media/english-media/solution-page/solutions-icons-manufacturing-60px-new.png);
    background-position: 0 -75px;
}

.solutions-col-clickable:hover a.sketch-solutions-aftermarketServices {
    background-image: url(/PlexusCDN/plexus/media/english-media/solution-page/solutions-icons-aftermarketservices-60px-new.png);
    background-position: 0 -75px;
}

.napkin-sketch-solutions-box:hover .sketch-solutions {
    /*background-position: 0 -115px; */
    background-position: 0 -73px;
}

#solutions-grid h5 {
    min-height: 54px;
    margin: 1rem 0;
    padding-top: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

#solutions-grid a {
    color: #fff;
}

.napkin-sketch-solutions-box h5 {
    min-height: 60px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.1rem;
}

    .napkin-sketch-solutions-box h5 a {
        color: #fff;
    }

.napkin-sketch-solutions-box:hover h5,
.napkin-sketch-solutions-box:hover a {
    text-decoration: none;
    color: #fff;
}

.solutions-grid-section {
    margin: 13px 0 110px;
}

/*******case study solutions
**************/
section#CaseStudy-solutions {
    background-color: #e5e5e5;
    margin: 30px 10px;
}

.case-study-solutions {
    position: relative;
    margin-bottom: 8.125rem;
    padding: 0.938rem 0;
}

    /*.case-study-solutions .carousel-item > .row > div {
        padding: 0;
    }*/

    /*.case-study-solutions .carousel-item .col-md-5 {
        margin: auto;
    }*/

    .case-study-solutions .carousel-item .col-md-6 {
        margin-top: 10%;
    }

    .case-study-solutions .carousel-item > .row > .case-study-title {
        padding: 0 0 0 20px;
        /* Safari */
        /* Firefox */
        /* IE */
        /* Opera */
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        text-align: center;
        letter-spacing: 8px;
        text-transform: uppercase;
        color: #fff;
        background: #3e8497;
        font-size: 1.063rem;
    }

.case-study-title .v-text {
    min-height: 15.625rem;
}

.case-study-solutions .carousel-item > .row {
    width: 100%;
    height: 500px;
}

.case-study-bar {
    margin-left: 15px;
}

.btn-secondary-solutions {
    width: 174px;
    height: 44px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    text-decoration: none;
    color: #fff;
    border: 1px solid #54575a;
    background-color: #54575a;
    font-size: 1.188rem;
    line-height: 1.563rem;
}

#sticky-anchor {
    height: 0;
}

.stick {
    position: fixed;
    z-index: 10000;
    bottom: -1px;
    width: 100%;
    margin: 0;
}

.expand-section {
    height: 65px;
    padding: 20px 0 0 20px;
}

.collapse-section {
    height: 65px;
    padding: 20px 0 0 20px;
}

.section-solutions-expand {
    height: 65px;
    margin-top: 20px;
    padding: 20px 0 0 20px;
    background: url(/PlexusCDN/plexus/media/chinese-media/solution-page/solutions-expand-chinese.jpg) no-repeat top center;
	background-size: 33px;
    cursor: pointer;
}

.section-solutions-collapse {
    height: 65px;
    margin-top: 20px;
    padding: 20px 0 0 20px;
    background: url(/PlexusCDN/plexus/media/chinese-media/solution-page/solutions-collapse-chinese.jpg) no-repeat top center;
	background-size: 35px;
}

.solutions-pdf-sub-text {
    position: absolute;
    margin-top: -25px;
    padding-left: 44px;
}

.manufacturing-bio {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #bcbcbc;
    font-family: "Planer", "sans-serif";
    font-size: 16px;
    line-height: 25px;
}

.manufacturing-bio-title {
    margin-top: -25px;
    margin-bottom: 0;
    padding-bottom: 25px;
    color: #54575a;
    font-family: "Planer", "sans-serif";
    font-size: 16px;
    line-height: 25px;
}

.section-solution a {
    text-transform: uppercase;
    color: #c20430;
    font-size: 16px;
}

/*******case study solutions -dark gray
**************/
section#CaseStudy-solutions-dark-gray {
    background-color: #54575a;
    margin: 30px 10px;
}

.case-study-solutions-dark-gray {
    position: relative;
    margin-bottom: 8.125rem;
    padding: 0.938rem 0;
}

/*.case-study-solutions .carousel-item > .row > div {
        padding: 0;
    }*/

/*.case-study-solutions-dark-gray .carousel-item .col-md-5 {
        margin: auto;
    }*/

/*.case-study-solutions-dark-gray .carousel-item .col-md-6 {
        margin: auto;
    }*/

.case-study-dark-gray-title {
    max-width: 80px;
    padding: 0 0 0 30px;
    /* Safari */
    /* Firefox */
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    /* IE */
    /* Opera */
    text-align: center;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #fff;
    background: #ffc62c;
    font-size: 1.063rem;
}

    .case-study-dark-gray-title .v-text {
        min-height: 15.625rem;
    }

.case-study-solutions-dark-gray .carousel-item > .row {
    width: 100%;
    width: 99%;
    border: 1px solid gray;
}

.case-study-dark-gray-bar {
    margin-left: 15px;
}

#CaseStudy-solutions-dark-gray h4 {
    color: #fff;
}

.p-small-text-white {
    margin-bottom: 0;
    padding: 0 0 60px;
    color: #fff;
    font-family: "Planer", "sans-serif";
    font-size: 16px;
    line-height: 25px;
}

.microelectronics-col2 {
    padding: 37px 0;
    padding-left: 20px;
}

#microelectronics-video {
    padding-bottom: 20px;
    position: relative;
}

    #microelectronics-video .screen-centered {
        height: 14vw;
    }

    #microelectronics-video .page-header {
        text-align: left;
    }

.solutions-col-clickable:hover {
    cursor: pointer;
}

.solutions-col-clickable a {
    text-decoration: none;
}

#Design-Development-Collapsible a,
#New-Product-Introduction-Collapsible a,
#Manufacturing-Collapsible a,
#Aftermarket-Services-Collapsible a,
#Supply-Chain-Solutions-Collapsible a {
    color: #fff;
}

.bx-clone {
    display: block;
}

.playbtn-small {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: none;
    height: auto;
    margin: 0 auto;
    height: 100px;
}

.manufacturing-pdf a {
    color: #54575a !important;
}

.manufacturing-pdf div a {
    display: table-cell;
    height: 50px;
    /*margin: 1.25rem 0px;*/
    padding-top: 0;
    padding-left: 2.60rem;
    list-style: none;
    text-decoration: none;
    color: #54575a;
    background-image: url(/PlexusCDN/plexus/media/english-media/template-images/pdf-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0.2em;
    background-size: 30px;
    font-size: 20px;
}

/* @media screen and (max-width: 400px)
{
	.playbtn-small{
		background-position: 68% 0;
		background-size: 65%;
	}
} */

@media screen and (max-width: 250px) {
    .playbtn-small {
        background-position: 64% 1%;
        background-size: 38%;
    }
}

@media screen and (max-width: 1024px) {
    .manufacturing-bio-title {
        margin-top: 0;
        padding-bottom: 0;
    }
}

.mobile-collpase-btn {
    width: 100%;
}

.team-full-width {
    width: 100%;
}

@media screen and (width: 568px) {
    .dark-gray-case-study {
        min-height: 300px !important;
    }
}

.white-bg {
    background-color: transparent;
}

/*End : solution css end*/

.news-item *{
	font-family:planer;
}

.news-item h2{
	font-family:planer-medium;
}

@media screen and (max-width: 993px) and (min-width: 768px){
  .sco-lang-title {
      font-size: 20px;
  }
}

.video-banner-text p{
  color:#fff;
  }

/*prevent wrapping on the case study solutions section */
.solution-text h3,
.solution-text ul {
      white-space: nowrap;
 }
@media (min-width: 768px) {
    .chinese-vertical-text {
        transform: rotate(270deg) !important;
        writing-mode: unset !important;
        -webkit-writing-mode: unset !important;
        -webkit-writing-mode: unset !important;
        width: auto !important;
        height: auto !important;
        padding: 230px 0 !important;
        line-height: 1.6rem !important;
        margin-left: -60px !important;
        margin-right: -60px !important;
    }
}

/* start font fixes */

/* firefox only */
@-moz-document url-prefix() { 
  .media-body h4,
  h4{
    font-weight:normal !important; /* override d_overrides */
    }
  .awards-and-downloads ul li a{
    font-weight:normal !important;
    }
}

/* end font fixes */


/* Minification failed
: error : Index was outside the bounds of the array.
*/