/* To change Nav between fixed and relative search file for "FIXED NAV-BAR" or "RELATIVE NAV-BAR" and make appropriate changes*/

html,body {height:100%; margin:0px; padding:0px; -webkit-overflow-scrolling:touch;}
body {font-family:'Helvetica', arial, sans-serif; color:#000; overflow-x:hidden;}
.grid-container {overflow-x:hidden;}

/*KEEPS THE NAV-BAR FROM FLASHING*/
.no-js .top-bar {display:none;}
@media screen and (min-width:40em) {
    .no-js .top-bar {display:none;}
    .no-js #main-nav {display:none;}
}

/* Color Styles */
.blue {color:#3366CC;} /* rgb(51, 102, 204) */
.red {color:#cc3333;} /* rgba(204, 51, 51) */
.green {color:#4F6C3B;} /* rgba(107, 118, 64) */
.dark-green {color:#25450F;} /* rgba(37, 69, 15) */
.light-green {color:#6B7640;} /* rgba(37, 69, 15) */
.purple {color:#64697E;} /* rgba(100, 105, 126) */
.gray {color:#464646;} /* rgba(70, 70, 70) */
.light-gray {color:#7F7E7E;} /* rgba(127, 126, 126) */
.white {color:#fff;}
.black {color:#000;}

/* Link Styles */
a img {border:none;}
a {color:#cc3333; text-decoration:underline; line-height:inherit;}
a:hover {color:#25450F; text-decoration:none;}
a:focus {color:#25450F; outline:none;}
a.opacity img:hover {opacity:0.75; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter:alpha(opacity=75);}

/*MAX-WIDTH CONTAINERS*/
.max-width-container {max-width:1200px; margin:0 auto;}

/* Width Styles */
.width-5 {width:5%;}
.width-10 {width:10%;}
.width-20 {width:20%;}
.width-30 {width:30%;}
.width-40 {width:40%;}
.width-50 {width:50%;}
.width-60 {width:60%;}
.width-70 {width:70%;}
.width-80 {width:80%;}
.width-90 {width:90%;}

/* Font Styles */
h1, h2, h3, h4, h5 {font-family:'Helvetica', arial, sans-serif;  line-height:1.2;}
h1 small, h2 small {line-height:0; color:#6B7640;}
h1 {font-size:2.5em; color:#25450F; padding-bottom:15px;}
h2 {font-size:2.2em; color:#4F6C3B; padding-top:20px; padding-bottom:10px;}
h2.product-hero {font-size:1.85em;  color:#fff;}
h3 {font-size:1.5em; color:#000; padding-top:15px;}
h4 {font-size:1.35em;}
p {font-size:1em;}

/* Misc Styles */
.lower-h {font-family:'Helvetica', arial, sans-serif !important; text-shadow:2px 4px #000;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.upper {text-transform:uppercase;}
.shadow {-moz-box-shadow:3px 3px 3px rgba(0,0,0,0.5); -webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.5); box-shadow:3px 3px 3px rgba(0,0,0,0.5);}
.img-border {border:1px solid #000;}
.light-padding-top {padding-top:2em;}
.div-divider {border-top:2px solid #25450F; width:10%; display:inline-block;}

/* List Styles */
ul.bullet {font-size:1em;}
ul.alpha, ol.alpha {font-size:1em; list-style-type:lower-alpha; margin-left:50px;}
ul.no-bullet, ol.no-bullet {font-size:1em; list-style-type:none;}
ul >li > ul {list-style: circle;}
ol.number-counter {counter-reset:item; margin:0; padding:0;}
ol.number-counter > li {display:table; counter-increment:item; margin-bottom:0.6em; font-weight:bold;}
ol.number-counter > li:before {content:counters(item, ".") ".0 "; display:table-cell; padding-right:0.6em;    }
ol.number-counter > li ol > li {margin:0; font-weight:normal;}
ol.number-counter > li ol > li:before {content:counters(item, ".") " ";}

/* HR Styles */
hr {border:solid #000000; border-width:2px 0 0; clear:both; margin :2vw auto 1vw; max-width:100%; height:0; /*-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.5); -webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.5); box-shadow:2px 2px 2px rgba(0,0,0,0.5);*/}
hr.divider {border-top:1px solid; height:0; margin:20px 0 30px 0; padding:0; list-style:none; border-top-color:#000000;}
hr.content-top-border {height:.001px; box-shadow:0px -1px 2px 1px rgba(0,0,0,0.29);}

/* slidebox Plugin */
#slidebox {background-color:#fff; position:fixed; bottom:5vh; right:-100%; max-width:35vw; padding:30px; z-index:1000;}
#slidebox h2 {color:#000; font-size:1.4em; padding:0;}
#slidebox h3 {font-size:1em; font-style:italic; padding:5px 0 20px 0;}
#slidebox p {font-size:0.9em;}
#slidebox a.close {font-size:14px; font-weight:bold; position:absolute; cursor:pointer; top:5px; right:10px;}
#slidebox a.close:hover {text-decoration:underline;}

/* Image Hover Classes */
.image-hover-wrapper {position:relative;}
.image-hover-wrapper a {display:inline-block; letter-spacing:normal; line-height:initial; margin:0; padding:0; position:relative;}
.image-hover-wrapper a img {float:left; overflow:hidden; width:100%;}
.image-hover-wrapper a .image-hover-wrapper-reveal {background-color:rgba(0, 0, 0, 0.5); color:#fefefe; display:inline; height:100%; margin-left:-100%; margin-top:0; opacity:0; position:absolute;  width:100%; z-index:80; transition:all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55); transition-delay:0.25s;}
.image-hover-wrapper a .image-hover-wrapper-reveal:hover {opacity:1; transition:all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.image-hover-wrapper a .image-hover-wrapper-reveal:hover p {opacity:1; -webkit-transform:translateY(50px); -ms-transform:translateY(50px); transform:translateY(50px); transition:all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55); transition-delay:0.25s;}
.image-hover-wrapper a .image-hover-wrapper-reveal p {display:block; opacity:0; position:absolute; text-align:center; width:100%; transition:all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.image-hover-wrapper a .fa {font-size:24px;}
.image-hover-wrapper .image-hover-wrapper-banner {background-color:rgba(16, 95, 172, 0.8); color:#fefefe; font-weight:600; padding:5px; width:100%;  position:absolute; z-index:10;}
.image-hover-wrapper-banner{font-size:1.3em;}

/*.logo {padding:0 5px;}*/

/* Navigation Styles*/
.topbar-center-logo {background-color:none;}
.topbar-center-logo .menu {background-color:none;}
.topbar-center-logo .menu a {color:#25450F;}
.topbar-center-logo .top-bar-center {-webkit-flex:1 0 auto; -ms-flex:1 0 auto; flex:1 0 auto;}
.topbar-center-logo-mobile {background-color:rgb(255, 255, 255, 1); text-align:left;}
.menu-icon.dark, .hamburger-icon {width: 28px; height: 25px;}
.menu-icon.dark::after, .menu-icon.dark::before, .menu-icon.dark:hover::after, .menu-icon.dark:hover::before {height: 2.25px;}
.menu-icon.dark::after, .menu-icon.dark::before {background: #000; box-shadow: 0 10.5px 0 #000, 0 21px 0 #000; vertical-align:text-top;}
.menu-icon.dark:hover::after, .menu-icon.dark:hover::before {background: #64697E; box-shadow: 0 10.5px 0 #64697E, 0 21px 0 #64697E;}

/* Sticky Navigation Styles */

.sticky-shrinknav-menu {position:absolute; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); bottom:0; height:3.75rem; line-height:3.75rem; width:100%; background-color:#fff; transition:all 0.5s ease;}
.sticky-shrinknav-menu li {border-radius:2px; transition:all 0.3s ease;}
.sticky-shrinknav-menu li:hover {box-shadow:0 0 0 1px #fefefe;}
.sticky-shrinknav-menu a {color:#fefefe;}
.sticky-shrinknav-header-title {transition:all 0.3s ease; position:relative; -webkit-transform:translateY(-1.875rem); -ms-transform:translateY(-1.875rem); transform:translateY(-1.875rem); margin-bottom:0; color:#fefefe;}
.sticky-shrinknav-header {height:auto; width:100%; position: relative !important;}
.shrink-logo{-webkit-transform:scale(.8); -ms-transform:scale(.8); transform:scale(.8); transition:all .75s ease;}
.expand-logo{-webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(1); transition:all .75s ease;}

/*.relative-nav{width:auto; position:relative !important;}*/
/*.sticky-nav {width:auto; position:sticky !important;}*/
.dropdown.menu > li.is-active a {background:#000; color:#fff !important;} /* dropdown button in nav when submenu is active */
.dropdown.menu > li.is-dropdown-submenu-parent > .is-dropdown-submenu > li.is-dropdown-submenu-item a {color:#25450F !important; font-size:1vw; font-weight:bold;} /* dropdown submenu item */
.dropdown.menu > li.is-dropdown-submenu-parent > .is-dropdown-submenu > li.is-dropdown-submenu-item a:hover {color:#fff !important;}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {border-color:#000 transparent transparent !important;} /* Change color of dropdown arrows on desktop*/
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {border-color:#fff transparent transparent !important;} /* Change color of dropdown arrows on desktop*/
.dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after, .dropdown.menu > li.is-dropdown-submenu-parent > a:active::after, .dropdown.menu > li.is-dropdown-submenu-parent > a:focus::after {border-color:#fff transparent transparent !important;}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {border-color: transparent transparent transparent #000;}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:hover::after {border-color: transparent transparent transparent #fff;}
.drilldown .is-drilldown-submenu-parent > a::after {border-color:transparent transparent transparent #000 !important;} /* Change color of arrow on mobile nav-bar */
.drilldown .is-drilldown-submenu-parent > a:hover::after {border-color:transparent transparent transparent #fff !important;}
/* overwrite mobile Back arrow colors */
.drilldown .js-drilldown-back > a::before {margin-top: -4px; border-color: transparent #000 transparent transparent;} /* Change back arrow color on mobile dropdown */ /* Margin top helps align back btn arrow vertically */
.drilldown .js-drilldown-back > a:hover::before {border-color: transparent #fff transparent transparent;}
.is-dropdown-submenu {background-color:#fafafa; border:none; white-space:nowrap; -moz-box-shadow:3px 3px 3px rgba(0,0,0,0.5); -webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.5); box-shadow:3px 3px 3px rgba(0,0,0,0.5);}

#nav-placeholder{width: 100%; position: relative; border: none;}

#main-nav{width: 100%; position: relative; z-index:9999; border-bottom: 1px solid #000;}
.logo-size {height: 100%} /* Change size of logo */
.logo {max-height: 100%;}
.nav-links {width: auto;}
.title-bar {position: relative; top:0; width:100%; min-height:100px; z-index:999; border-bottom: 1px solid #000;}
.top-bar {width: 100%; background:#fff; font-family:'Helvetica', arial, sans-serif; z-index:9999;}
.top-bar ul {background:#fff;}
.top-bar ul ul {background:#fafafa;}
.top-bar ul li a {color:#25450F !important; font-size:1.6vw; font-weight:bold;}
.top-bar ul li a.rfq {color:#ffffff !important; background-color:#cc3333; font-size:1.6vw; font-weight:bold;}
.top-bar ul li a:hover, .top-bar ul li a:active {background:#25450F !important; color:#ffffff !important; text-decoration:none;}
.top-bar ul ul li a {background:none !important; color:#25450F !important; font-size:1.4vw; font-weight:normal;}
.top-bar ul ul ul li a {color:#25450F !important; font-size:1.4vw; font-weight:normal; padding:0.35rem 0.5rem !important; white-space:normal;}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {border-color:#000 transparent transparent !important;} /* Change color of dropdown arrows on desktop*/
.dropdown.menu > li.is-active > a::after {border-color:#fff transparent transparent !important;} /* Change color of dropdown arrows on desktop*/

@media screen and (min-width:1300px) { /* NEW CHANGE Prevents nav from getting too large with vw sizing */
	.top-bar ul li a.rfq, .top-bar ul li a {font-size:1.3em;}
	.top-bar ul ul li a {font-size: 1.15em;}
	.top-bar ul ul ul li a {font-size:1.15em;}
	#nav-placeholder, #main-nav {height: 7em !important}
}


@media screen and (min-width:1500px) {
	.top-bar ul li a.rfq, .top-bar ul li a {font-size:1.5em;}
	.top-bar ul ul li a {font-size: 1.3em;}
	.top-bar ul ul ul li a {font-size:1.2em;}
}


/* Mobile Navigation Styles*/
#mobile-nav {position: relative; width:100%;} /* FIXED */

/* Hero/Orbit */
.hero-background-image {background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment:scroll; height:60vh; display: flex;
  align-items: center;}
#hero-background-image-1 {background-position:center; background-image:linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ),url('/images/hero-high-tech-printed-circuit-board-manufacturer.jpg');}
#hero-background-image-2 {background-position:center; background-image:linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ),url('/images/hero-precision-rigid-flex-pcb-solutions.jpg');}
#hero-background-image-3 {background-position:center; background-image:linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ),url('/images/hero-quick-turn-pcb-solutions.jpg');}
#hero-background-image-4 {background-position:center; background-image:linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ),url('/images/hero-printed-circuit-boards-for-military-application.jpg');}
.orbit-bullets {background-color:rgba(0,0,0,0); margin-top:-45px;}
.orbit-bullets button {background-color:#fff;}
.orbit-bullets button.is-active, .orbit-bullets button.is-active:hover {background-color:#000000;}
.orbit-bullets button:hover {background-color:#25450F;}
.orbit-previous, .orbit-next, .orbit-previous:focus, .orbit-next:focus {z-index:100; background-color:#000000;}
.orbit-previous:hover, .orbit-next:hover {background-color:#25450F;}
.justify-align-center {height: 100%; display: flex; align-items: center; justify-content: center;}

/* Heros  */
.about-half-hero {background-image:url('/images/pcb-manufacturer.jpg'); background-repeat:no-repeat; background-size:cover; background-position:center; border-bottom:1px solid #000000; padding-top:55px; padding-bottom:55px;}

/* Hero Animations */
.hero-frame-title-1 {opacity:0; color:#fff; animation:hero-frame-1-anim; position:relative; animation-duration:1s; animation-delay:0; animation-fill-mode:forwards;}
.hero-frame-tag-1 {display: block; opacity:0; color:#fff; animation:hero-frame-tag-anim; position:relative; animation-duration:1s; animation-delay:.5s; animation-fill-mode:forwards;}
.hero-frame-learn {text-align:center; opacity:0; color:#fff; margin-top:15px; padding:16px 20px; display:inline-block; position:relative; border:2px #fff solid; animation:hero-frame-learn-anim; animation-duration:1s; animation-delay:1s; animation-fill-mode:forwards; background-color:#000000;}
.hero-frame-learn:hover {background-color:#25450F;}
.hero-frame-request {text-align:center; opacity:0; color:#fff; margin-top:15px; padding:16px 20px; display:inline-block; position:relative; border:2px #fff solid; animation:hero-frame-learn-anim; animation-duration:1s; animation-delay:1.25s; animation-fill-mode:forwards; background-color:#000000;}
.hero-frame-request:hover {background-color:#25450F;}
.hero-info-wrapper {margin:0px 10px; padding-top:10vh; padding-right:20px; padding-left:20px; width:100%; max-width:800px; font-size:.8em;}

/* Products */
.product-request-quote {text-align:center; color:#fff; padding:15px 20px; border:2px #fff solid; background-color:rgba(0,0,0,0);}
.product-request-quote:hover {background-color:#000000;}
.featured h2 {font-size:1.2em; text-align:center;}
.featured .clickable:hover {border:2px solid #464646;}
.featured h3 {margin-top:10vh;}
.content-padding-top {padding-top:120px;}

/* Table Styles */
table {border:none;}
.responsive-card-table th {background-color:#25450F; color:#fff; border:1px solid #000; text-align:center;}
.responsive-card-table th.first {border:none !important; background-color:#fff; border-collapse:none;}
.responsive-card-table td {border:1px solid #000; text-align:center;}
.data-table thead tr:first-child{background-color:#000000;color:#fff;}
.data-table thead tr{background-color:#7F7E7E;color:#fff;}
.data-table tbody tr:nth-child(even){background-color:#fff;}

/* Content */
#content-container {padding-top:40px; padding-bottom:40px;}
.low-content {min-height:500px;}

/* Home Page Style */
#home-about {padding:5vh 5px; min-height:300px;}

/* Medium to Small Screen Content */
.top-shadow {box-shadow:0 -5px 5px -5px #333;}
#content-1 {display:none; min-height:400px;}
#content-1-with-background {min-height:430px; background-color:#aaa; background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("/images/high-technology-and-hdi-pcbs.jpg"); background-repeat:no-repeat; background-position:right; background-size:cover;}
#content-2 {display:none; min-height:400px;}
#content-2-with-background {min-height:430px; background-color:#aaa; background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("/images/advanced-rigid-flex-pcbs.jpg"); background-repeat:no-repeat; background-position:right; background-size:cover;}
.info-wrapper {padding-top:5vh; padding-bottom:15vh; width:85%; margin:0 auto; text-align:center; color:#fff; min-height:420px;}
.info-wrapper h2 {color:#fff; font-size:2em;}
.info-wrapper p {font-weight:1.2em !important;}

/* Home Page More Info */
.more-info {background-color:#25450F; width:100%; height:100%;}
.more-info h3 {font-size:1.65em; color:#fff; text-align:center; margin-top:0; padding:16px 0 12px 0;}
.more-info-shadow {padding:10px 10px 20px 10px; -moz-box-shadow:0px 0px 2px 1px rgba(0,0,0,0.5); -webkit-box-shadow:0px 0px 2px 1px rgba(0,0,0,0.5); box-shadow:0px 0px 5px 2px rgba(0,0,0,0.3);}
.more-info-section {text-align:center; margin-top:5vh;}
.more-info-section a:hover img {opacity:0.5;}

/* Breadcrumb Styles */
ul.breadcrumbs {margin-bottom:40px;}
ul.breadcrumbs li, ul.breadcrumbs li a {color:#25450F;}
ul.breadcrumbs li.current {color:#64697E;}

/* Sidebar Styles */
.sidebar {padding-left:2vw;}
.sidebar h4 {font-size:1.25em; color:#000000;}
.sidebar h5 {font-size:1.0625em; color:#fff; margin-bottom:0px;}
.sidebar .title {background-color:#000;}
.sidebar ul.sidebar-nav li a {background-color:none; text-decoration:none; color:#25450F;}
.sidebar ul.sidebar-nav li.active a.title {background-color:#25450F;}
.sidebar ul.sidebar-nav li ul.nested li.active a {background-color:#fff; color:#cc3333;}
.sidebar p {font-size:0.9em;}
.sidebar > p:has(span.fi-social-linkedin) {display: flex; flex-direction: row; align-items: center;}
ul.sidebar-nav li a:hover {color:#cc3333;}
ul.accordion-menu > li > a.title {color:#fff;}
ul.accordion-menu > li > a.title:before {content:""; display:block; width:0; height:0; color:#fff; border:solid 7px; border-color:transparent transparent transparent #fff; position:absolute; left:0; top:14px;}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {border-color:transparent transparent transparent;}
span.linkedin-social-icon {font-size:30px;}

/* Callout Styles */
.callout {position:relative; border:1px solid #25450F; border-radius:20px; background-color:#cacaca; color:#000; margin:0 0 1rem 0; padding:1.5rem;}
.callout h4 {color:#000; font-family:'Helvetica', arial, sans-serif; font-size:1.25em; font-weight:bold; text-align:center;}
.callout p {font-size:0.75em; text-align:center;}

/* Image Thumbnails */
.th {margin:5px; padding:5px; display:inline-block; box-shadow:5px 5px 5px rgba(0,0,0,0.25); border:1px solid #000;}
.th:hover, .th:focus {border:solid 1px #cc3333; box-shadow:5px 5px 5px rgba(65, 64, 66,0.5);}
a.th {display:block;}
h2.array {font-size:1.125em; color:#cc3333; text-align:center; margin-top:10px;}

/* Microformats */
.vcard {display:inline-block; margin:0 0 1.25em 0; padding:0.625em 0.75em;}
.vcard li {font-size:1.1em; margin:0; display:block;}
.vcard .fn {font-weight:bold; font-size:1.1em;}
.vevent .summary {font-weight:bold;}
.vevent abbr {cursor:default; text-decoration:none; font-weight:bold; border:none; padding:0 0.0625em;}

/* Standard Forms */
form {margin:0 0 19.41641px;}
label {color:#000; cursor:pointer; display:block; font-size:12px; font-weight:normal; text-align:left; margin-top:10px; margin-bottom:2px;}
label.right {float:none; text-align:right;}
label.inline {line-height:30px; margin:0 0 12px 0;}
.prefix, .postfix {display:block; position:relative; z-index:2; text-align:center; width:100%; padding-top:0; padding-bottom:0; height:30px; line-height:29px;}
a.button.prefix, a.button.postfix {padding-left:0; padding-right:0; text-align:center;}
span.prefix, span.postfix {background:#f2f2f2; border:1px solid #cc3333;}
.prefix {left:2px; -moz-border-radius-topleft:2px; -webkit-border-top-left-radius:2px; border-top-left-radius:2px; -moz-border-radius-bottomleft:2px; -webkit-border-bottom-left-radius:2px; border-bottom-left-radius:2px; overflow:hidden;}
.postfix {right:2px; -moz-border-radius-topright:2px; -webkit-border-top-right-radius:2px; border-top-right-radius:2px; -moz-border-radius-bottomright:2px; -webkit-border-bottom-right-radius:2px; border-bottom-right-radius:2px;}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {background-color:#fff; font-family:inherit; border:1px solid #25450F; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; border-radius:2px; -webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1); color:rgba(0, 0, 0, 0.75); display:block; font-size:14px; margin:0 0 0 0; padding:6px; height:30px; width:100%;}
input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize {font-size:12px; padding:4px 6px;}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus {background:#25450F; color:#fff; outline:none !important; border-color:#25450F; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; border-radius:2px;}
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {background-color:#ddd;}
textarea {height:auto;}
select {font-family:inherit; border:1px solid #25450F; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; border-radius:2px; -webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1); color:rgba(0, 0, 0, 0.75); display:block; font-size:14px; margin:0 0 0 0; padding:4px; height:100%; width:100%;}
select:focus{outline:none;}
input:-webkit-input-placeholder {font-size:10px; color:#25450F;}
input:-moz-placeholder {font-size:11px; color:#25450F;}
input::placeholder, textarea::placeholder {color:#25450F; font-size:0.85em;}
select::placeholder {color:#25450F; font-size:0.85em;}

/* Button Styles */
.button:active, .button:focus {background-color:#000000;}
.learn-more {background-color:#fff; border:2px #464646 solid; color:#464646; margin:20px auto 0 auto; padding:15px 30px;}
.learn-more:hover {background-color:#000000; color:#fff; text-decoration:none;}
.learn-more-red {background-color:#cc3333; color:#fff; margin:0 auto; padding:10px 20px;}
.learn-more-red:hover {background-color:#000000; color:#fff; text-decoration:none;}
.button-red {background-color:#cc3333; color:#fff; margin:0 auto; padding:10px 20px; text-decoration:none;}
.button-red:hover {background-color:#000000; color:#fff; text-decoration:none;}
.button-green {background-color:#25450F; color:#fff; margin:0 auto; padding:20px 30px; text-decoration:none;}
.button-green:hover {background-color:#64697E; color:#fff; text-decoration:none;}

/* HubSpot Form Overides */
.hs-form-required {color:#cc3333; font-size:14px; font-weight:bold;}
.inline-form .hs-form-required {display:none !important;}
ul.hs-error-msgs li, ul.inputs-list li {list-style-type:none;}
ul.hs-error-msgs li label {color:#cc3333 !important;}
ul.inputs-list li label {font-weight:normal;}
.hs-richtext {color:#000000; cursor:default; display:block; font-size:15px; font-weight:bold; text-align:left; margin-top:30px; margin-bottom:2px;}
.actions {text-align:left; margin-top:20px;}
.leadin-button {font-weight:bold !important;}

/* HubSpot Form 2 Column Width Fixes */
fieldset, .form-columns-1 .hs-form-field, input[type=text], input[type="email"],input[type="tel"], input.title, textarea, select, email , .hs-form select {width:100% !important; max-width:100% !important;}
.hs-form fieldset.form-columns-1 .input {margin-right:0 !important;}

/* HubSpot Form Message */
.hbspt-form div.submitted-message {color:#cc3333; padding:25px 0 50px 0;}

/* HubSpot Buttons */
input.hs-button {width:auto; background:#cc3333; border:none; color:#fff; cursor:pointer; display:inline-block; font-family:inherit; font-size:12px; font-weight:bold; line-height:14px; margin:0; outline:none; padding:15px 20px 14px; position:relative; text-align:center; text-decoration:none; -webkit-transition:background-color 0.15s ease-in-out; -moz-transition:background-color 0.15s ease-in-out; -o-transition:background-color 0.15s ease-in-out; transition:background-color 0.15s ease-in-out; -moz-box-shadow:3px 3px 3px rgba(0,0,0,0.5); -webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.5); box-shadow:3px 3px 3px rgba(0,0,0,0.5);}
input.hs-button:hover {color:#Fff; background-color:#000000; text-decoration:none;}
input.hs-button:active {-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.2) inset; -moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.2) inset; box-shadow:0 1px 0 rgba(0, 0, 0, 0.2) inset;}
input.hs-button:focus {-webkit-box-shadow:0 0 4px #000000, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow:0 0 4px #000000, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow:0 0 4px #000000, 0 1px 0 rgba(255, 255, 255, 0.5) inset; color:#fff;}
input.hs-button.large {font-size:14px;}

/* Don't use native buttons on iOS */
input[type=submit].button, button.button {-webkit-appearance:none;}

/* Footer Styles */
.footer {background-color:#6B7640; /*margin-top:6vh;*/}
.footer h5 {font-size:1.35em; color:#000; margin-top:3.5vh;}
.footer p {font-size:1em;}
.footer ul {margin-left:0;}
.footer a {color:#000; text-decoration:underline;}
.footer a:hover {color:#fff; text-decoration:none;}
.footer hr {border:solid #000; border-width:1px 0 0; clear:both; margin:40px 0 20px 0; height:0;}
.copyright {background-color:#25450F; font-size:0.8em; text-align:center; color:#fff; margin-top:40px; padding:25px 0 5px 0;}
.copyright .inline-list {list-style:none;}
.copyright .inline-list li {display:inline-block; margin:auto 10px;}
.copyright a {color:#fff; text-decoration:none;}
.copyright a:hover {color:#fff; text-decoration:underline;}
.social-icon {font-size:2.5em;}
.contact-us-list {font-size:1em; list-style-type:none; margin:0;}
.contact-us-list li {margin-bottom:0.5em;}
.contact-us-list li a {text-decoration:none;}
.contact-us-list li a:hover {text-decoration:underline;}
.contact-us-list li::before {color:#000; font-size:2rem; vertical-align:middle; margin-right:1rem;}
.contact-us-list li:hover::before {color:#fff; font-size:2rem; vertical-align:middle; margin-right:1rem;}

/* Page Scroll Up */
.scrollup {background:url("/images/icon-top.png") no-repeat; display:none; width:40px; height:40px; position:fixed; bottom:120px; right:25px; text-indent:-9999px; opacity:0.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:alpha(opacity=50); zoom:1;}

/**************************
*      RESPONSIVE STYLES
****************************/

/*For small screens*/
@media only screen and (orientation:landscape) and (max-width:600px) {
   .hero-frame-tag-1 {font-size:1.5em;}
   .hero-info-wrapper {padding-top:2vh;}
}

@media only screen and (orientation:portrait) and (max-width:600px) {
   .hero-frame-tag-1 {font-size:1.5em;}
   .hero-info-wrapper {padding-top:5vh;}
}

@media only screen and (min-width:1200px) {
    .info-wrapper{width:85%;}
}

/*KEEPS ROWS WITH ONE IMAGE AND TEXT ROUGHLY THE SAME SIZE ON PRODUCT PAGES*/
@media screen and (max-width:1300px) and (min-width:1024px){
    #content-container > .large-9{width:91%;}
}

@media only screen and (max-width:800px){
    #heattrace-table{font-size:.6em;}
}

/* Medium and larger*/
@media only screen and (orientation:portrait) and (max-width:799px) and (min-width:600px) {
   .hero-frame-tag-1 {font-size:3em;}
}
@media only screen and (orientation:landscape) and (max-width:799px) and (min-width:600px) {
   .hero-frame-tag-1 {font-size:2em;}
}

@media only screen and (max-width:1200px) and (min-width:800px) {
    .hero-frame-tag-1 {font-size:3em;}
}

@media only screen and (min-width:1024px) {
    .menu-float-right {float:right;}
}

@media screen and (min-width:1024px) {
	.hero-frame-tag-1 {font-size:3.5em;}
    .hero-frame-learn {font-size:1.5em;}
    .hero-frame-request {font-size:1.5em;}
}

@media screen and (max-width:640px) {
	.hero-frame-tag-1 {text-align: center; font-size:2.5em;}
	.grid-x > .small-11 > .large-12 {display: flex; align-items: center; justify-content: center;}
	.grid-x > .small-11 > .large-12 a:last-child {margin-left: 5vw;}
    .hero-frame-learn {font-size:1.5em;}
    .hero-frame-request {font-size:1.5em;}
}

@media screen and (max-width:460px) {
	.hero-frame-tag-1 { text-align: center; font-size:1.8em;}
	.hero-frame-learn {font-size:1em;}
    .hero-frame-request {font-size:1em;}
}

@media screen and (max-width:340px) {
	.hero-frame-learn {display: block;}
    .hero-frame-request {display: block;}
}

/*Shrinks font-size of main nav anchor tags between 640px and 721px */
@media only screen and (min-width:640px) and (max-width:721px){
    .font-shrink-on-medium a {font-size:0.8em;}
}

/* NAV SIZING */
@media screen and (min-width:1024px) {
  body {padding-top:200px;}
/*  .sticky-shrinknav-header {height:200px;}*/
  .sticky-shrinknav-header img {text-align:left;}
	#nav-placeholder, #main-nav {height: 7vw;}
	ul.menu:last-child {margin-right: 1em;} /* adds spacing to last nav link */
	.is-drilldown {overflow-y: scroll; overflow-x: hidden;}
}

@media screen and (max-width:1023px) { /* Mobile Exclusive Styles */
	#main-nav {height: auto; z-index: 1 !important;} /* height: auto; */
  	.topbar-center-logo, .top-bar-center, #last {display:none !important;}
	#nav-placeholder {padding: 0.5rem;}
	#nav-placeholder {height: 6.5em;}
	.top-bar {padding: 0; height: 6.5em;}
	.is-drilldown {min-height: auto; margin-top: 6.5em; z-index: 999 !important;} 		/* FIXED NAV-BAR: margin-top: 6.5em; 	 */ /* RELATIVE NAV-BAR: margin-top: 0em; 	*/
/*	#nav-placeholder {display: none;}	*/
																	/* FIXED NAV-BAR: comment above line;*/	/* RELATIVE NAV-BAR: leave above line; 	*/
	.top-bar {border-bottom: 1px solid #000;}
	.logo {padding: 0.5rem;} /* adds margin to logo and hamburger icon */
	.top-bar ul li a.rfq, .top-bar ul li a, .top-bar ul ul li a {font-size: 1.3em;}
	.top-bar ul ul ul li a {font-size: 0.875em;}
/*	.top-bar ul li a {font-weight:600; border-bottom: 1px dotted #25450F;}*/
	/*.top-bar ul li:nth-last-child(2), .top-bar ul li:last-child {border-bottom: none;} /* Dotted lines on mobile nav */
	.logo-size {height: 100%} /* Change size of logo on mobile */
	.logo {max-height: 100%;}
	.hamburger-icon {margin: 1rem;}
	.nav-links {width: 100%;}
	.title-bar{display: none !important;} /* theres like some weird ghost nav bar that was messing up the other pages and this gets rid of it */
}

@media screen and (max-width:640px) {
	.top-bar ul li a.rfq, .top-bar ul li a, .top-bar ul ul li a, .top-bar ul ul ul li a {font-size: 1.1em;}
}

@media screen and (max-width:460px) {
	.top-bar ul li a.rfq, .top-bar ul li a, .top-bar ul ul li a {font-size: 1em;}
}
/* END NAV SIZING */

/***LARGE SCREEN STYLES***/
@media only screen and (min-width:1024px) {
    #content-1 {background-image:url("/images/high-technology-and-hdi-pcbs.jpg"); background-repeat:no-repeat; background-position:right; background-size:cover; display:block;}
    #content-1-with-background {height:65vh; background-image:none;}
    #content-2 {background-image:url("/images/advanced-rigid-flex-pcbs.jpg"); background-repeat:no-repeat; background-position:center; background-size:cover; display:block;}
    #content-2-with-background {height:65vh; background-image:none;}
    .info-wrapper {padding-top:2vh; color:#000; padding-bottom:100px; min-height:400px;}
    .info-wrapper h2 {font-size:2.2em; color:#4F6C3B;}
    .info-wrapper p {font-size:1.2em;}
	body {padding-top:0px;}
}