/* @charset "UTF-8"; */
/* COLORS 
SUBHEAD GRAY: #333;
LIGHT GRAY TEXT: #474747;
LIGHT GRAY BG: #f2f2f2;
GREEN: #1e9c30;
HOVER DARKER GREEN: #0d801e;
CALLOUT LIGHT GREEN: #f2fff4;
BLUE: #069;
*/

/* BREAKPOINTS
MOBILE FIRST
480px
768px
1024px
1200px
*/

/* ELEMENTS */
* {
  margin: 0;
  padding: 0;
  font-size: 1em;
  border: 0;
  outline: 0;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  background: #fff url("/img/decor/body.jpg") top no-repeat;
  background-size: 100% 181px;
  color: #474747;
}
header {
  /*background: rgba(255,255,255,.75);*/
  background: #fff url("/img/decor/header.jpg") top no-repeat;
  background-size: 100% 162px;
  box-shadow: 0 0 75px 5px rgba(0,0,0,.33);
  border-bottom: 1px solid rgba(0,102,14,.33);
}
#home header {
  /*background: none;*/
  background: #fff;
  box-shadow: none;
  border: 0;
}
main {
  padding: 40px 0;
  text-align: center;
}
h1, h2, h3, h4, h5, h6, a {
  font-weight: 600;
}
h1, h2 {
  text-align: center;
  text-transform: uppercase;
  color: #069;
  margin: 2em 0 1em;
}
h1:first-child, h2:first-child {
  margin-top: 0;
}
h1 {
  font-size: 24px;
  line-height: 30px;
}
h2 {
  font-size: 22px;
  line-height: 26px;
}
#message-status.success {
  padding-top: 25px;
}
#message-status.success h2 {
  font-size: 25px;
  line-height: 30px;
}
h3 {
  font-size: 20px;
  line-height: 26px;
}
p {
  margin: 0 0 .75em;
}
footer {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  background: #f2f2f2;
  padding: 50px 0;
  clear: both;
}
a {
  color: #1e9c30;
}
a:hover {
  color: #0d801e;
}
/* create a dash for ul inside of a li */
li > ul {
  list-style: none;
}
li > ul li:before {
  content: ' - ';
  position: absolute;
  margin-left: -20px;
}
/* end create a dash for ul inside of a li */

/* IDs */
#recht-logo {
  height: 84px;
  width: auto;
}

/* CLASSES */
.content, main {
  width: 90%;
  max-width: 1024px;
  margin: auto;
  position: relative;
}
.need, a[href="tel:Direct_Phone_Number"], a[href="LINKEDIN_URL"] {
  color: #f0f !important;
}
.intro {
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 2em;
}
.callout h3 {
  color: #069;
  text-transform: uppercase;
  font-size: 1em;
}
.row {
	clear: both;
}
.ib {
  display: inline-block;
}
.req {
  color: #f00;
}
.layout + .row {
	height: 1em;
}
.full {
  width: 100%;
  height: auto;
}
a.tel, a[href^="tel"] {
  font-weight: 300;
  color: #474747;
}
.social {
  width: 30px;
  height: auto;
}

/* NAVIGATION */
#main-nav {
  padding: 20px 0;
  position: relative;
  z-index: 9;
}
#main-nav ul {
  font-size: 23px;
}
#main-nav li {
  list-style: none;
  text-transform: uppercase;
}
#main-nav li a {
  display: block;
  padding: .5em;
  color: #000;
}
#main-nav li a:hover {
  color: #0d801e;
}
.menu-toggle {
	position: absolute;
	padding: 1.4em .8em;
	top: 22px;
	right: 0;
	cursor: pointer;
  background: rgba(255,255,255,.6);
  border-radius: 3px;
}
.hamburger, .hamburger::before, .hamburger::after {
	content: '';
	display: block;
	background: #1e9c30;
	height: 3px;
	width: 2em;
	border-radius: 3px;
	-webkit-transition: all ease-in-out 350ms;
	transition: all ease-in-out 350ms;
}
.hamburger::before {
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
}
.hamburger::after {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}
.open .hamburger {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open .hamburger::before {
	display: none;
}
.open .hamburger::after {
	-webkit-transform: translateY(-1px) rotate(-90deg);
	transform: translateY(-1px) rotate(-90deg);
}
#main-nav {
	margin: 0;
	/*padding: 0;*/
	position: relative;
	/*right: -1em;*/
	width: auto;
}
#home #main-nav {
	/*margin-top: -6px;
	margin-top: -20px;*/
	margin-top: 0;
}
nav ul {
	list-style: none;
  text-align: center;
	margin: 0;
	padding: 0;
	display: none;
}
nav ul.opening {
	display: block;
	margin: .5em -5.55% -20px;
  background: rgba(242,255,244,.4);
}
nav ul.opening a:hover {
	background: rgba(30,156,48,.1);
}
/*nav a {
	color: #fff;
	display: block;
	padding: .75em 3em .75em 1.5em;
	text-transform: uppercase;
	text-decoration: none;
}
nav li:first-child a {
	padding-top: 3em;
}
nav li:last-child a {
	padding-bottom: 1.5em;
}
nav a:hover, nav a:focus {
	color: #fff;
	background: #1f4599;
}
#home nav a:hover, #home nav a:focus {
	background: rgba(31, 69, 153, .7);
}*/
.site-nav--icon {
	font-size: 1.4em;
	margin-right: 1em;
	width: 1.1em;
	text-align: right;
	color: rgba(255, 255, 255, .4);
}

/* YOU ARE HERE: TOP NAV */
#manufacturers li.nav-manufacturers a, #about li.nav-about a, #blog li.nav-blog a, #contact li.nav-contact a {
  color: #1e9c30;
}

/* YOU ARE HERE: BLOG CATEGORIES */
.archive.board-mount-technology .cat-mount a, .archive.communications .cat-comms a, .archive.electro-mechanical .cat-electro a, .archive.industry-news .cat-industry a, .archive.interconnect .cat-interconn a, .archive.power-thermal .cat-power a, .archive.recht-news .cat-recht a, .archive.sensors .cat-sensors a, .archive.BODY_CLASS .NAV_CLASS a {
  color: #666;
  /*font-weight: 300;*/
  cursor: default;
}

/* YOU ARE HERE: BLOG MANUFACTURERS */
.amphenol-aio .man-aio a, .archive.amphenol-aist .man-aist a, .archive.amphenol-atpi .man-atpi a, .archive.amphenol-sincere .man-sincere a, .archive.amphenol-gec .man-gec a, .archive.amphenol-ltw .man-ltw a, .archive.amphenol-pcd .man-pcd a, .archive.antenova .man-antenova a, .archive.apem .man-apem a, .archive.custom-power .man-custompower a, .archive.eaton-electronics .man-eaton a, .archive.idec .man-idec a, .archive.indium-corp .man-indium a, .archive.murata-electronics .man-murata a, .archive.murata-power-solutions .man-muratapower a, .archive.BODY_CLASS .NAV_CLASS a {
  color: #666;
  /*font-weight: 300;*/
  cursor: default;
}


/* FOOTER */
footer .layout {
  text-align: left;
}
footer label {
  font-size: 15px;
  display: block;
  margin: 0 0 5px;
}
footer input, footer textarea {
  width: 100%;
  font-size: 15px;
  color: #666;
  background: #fff;
  border: 1px solid #cccccc;
  padding: 4px;
}
input[type="submit"] {
  -webkit-appearance: none;
  border: 0;
  color: #fff;
  background: #1e9c30;
  border-radius: 60px;
  font-family: myriad-pro, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px;
  cursor: pointer;
}
/* GIVES GOOGLE RECAPTCHA HTML REQUIRED ERROR */
.g-recaptcha {
  position: relative;
}
#g-recaptcha-response {
  display: block !important;
  position: absolute;
  top: -10px !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}
/* END GIVES GOOGLE RECAPTCHA HTML REQUIRED ERROR */

footer textarea {
  height: 98px;
}

/* HOME PAGE */
#home #marquee {
  background: #069 url("/img/decor/marquee-home.jpg")no-repeat center bottom;
  background-size: cover;
  /*margin-top: -155px;*/
  margin-top: -175px;
  position: relative;
  z-index: 2;
}
#home #marquee:after {
  content: " ";
  position: absolute;
  z-index: 3;
  /*top: 20px;*/
  top: 0;
  width: 100%;
  height: 350px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.95) 0%,rgba(255,255,255,0) 100%); 
}
#tagline {
  position: relative;
  z-index: 5;
  font-size: 26px;
  padding: 300px 0 200px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 10px 10px rgba(0,0,0,.8);
  text-align: center;
}
#tagline p {
  margin: 0 !important;
}
#home main {
  text-align: center;;
}
.icon {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 126px;
}
.logos img, .companies img, img.logo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 65px;
}
.members img {
  width: auto;
  height: auto;
  max-width: 100% !important;
  max-height: 51px;
}

/*ABOUT_PAGE*/
.team {
  padding-top: 2px;
}
.team p {
  margin: 0 0 .25em;
}
.biography, .details, div.post {
  position: relative;
  background: #fff;
  padding: 1em;
  width: 94%;
  max-width: 1024px !important;
  margin: 0 auto;
	border-radius: 4px;
  text-align: center;
}
.biography h4 {
  margin-bottom: .75em;
}
.biography p {
  line-height: 1.5;
}
#history .content {
  max-width: 768px;
}

/*MANUFACTURERS PAGE*/
.layout.manufacturers div {
  margin-bottom: 8%;
}
.details {
  max-width: 824px !important;
}
.details h3 {
  margin: 0 0 2em;
}
.details table, table.distributors {
  margin: auto;
}
.distributors th, .distributors td {
  float: left;
  vertical-align: top;
}
.distributors th {
  width: 100%;
  clear: both;
  padding: 10px 0 0;
}
.distributors td {
  width: 50%;
  padding: 0 5px;
  text-align: center;
}
.distributors td + td {
  text-align: left;
}
.details img.logo {
  max-width: 80% !important;
}
.details img.product {
  width: 100%;
  height: auto;
  max-width: 520px;
}

/*BLOG*/
.layout.blog div {
  text-align: left;
  margin-bottom: 4%;
}
.archive .layout.blog h2:first-child {
  width: 100% !important;
  font-size: 24px;
  line-height: 30px;
  color: #474747;
}
.blog h2 {
  font-size: 1em;
  text-transform: none;
  margin: 5px 0 .5em;
  text-align: left;
  line-height: 1.25;
}
.blog p {
  margin: 0;
}
.blog img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.blog .date, .post .date {
  font-size: 14px;
  color: #999;
}

/*BLOG NAV*/
#blog-nav ul {
  display: block;
}
#blog-nav li {
  display: block;
  margin: .25em;
}
#blog-nav a {
  display: inline-block;
  padding: .5em 1em;
}
/*#blog-nav a:hover, #blog-nav a:active {
  background: #f2fff4;
}*/

/*BLOG POSTS*/
.post main {
  text-align: left;
  line-height: 1.5;
  font-size: 18px;
}
.post main .intro {
  text-align: left;
}
.post main h2, .post main h3 {
  text-align: left;
  margin: 1em 0 .25em;
  text-transform: none;
}
.post main h3 {
  color: #666;
}
.post main ul {
  margin: 0 0 .5em 1.25em;
}
.post main li {
  margin: 0 0 .25em;
}
.post .date {
  text-align: center;
  margin: -1em 0 3em;
}
.post aside {
  text-align: center;
}
.post aside img {
  max-width: 100%;
}

/*GENERIC_LAYOUTS*/
.layout {
	width: 100%;
	clear: both;
	margin: 1em auto;
	display: flex;
	flex-flow: column wrap;
	/*justify-content: space-between;*/
	justify-content: space-around;
	padding: 0;
  /*background: #eee;*/
}
.callout {
  background: #f2fff4;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
	padding: 1em !important;
}
.layout div {
	/*flex: auto;*/
	padding: 0;
	position: relative;
	margin-bottom: 1em;
}
.layout div:first-child {
	margin-top: 0;
}
.layout div div {
	width: 100%;
}
.layout.kiss div {
	margin: 0;
}
/*MOBILE STACKING ORDER*/
.flip {
	flex-direction: column-reverse
}

/*iPhone LANDSCAPE 480px (30em)*/
@media screen and (min-width: 480px) {
/*GENERIC_LAYOUTS (and BLOG)*/
/*SIXTHS*/
.sixths, .blog, .manufacturers, .team {
	flex-flow: row wrap;
}
.sixths.flip {
	flex-direction: row;
}
.sixths div, .blog div, .manufacturers div, .team div {
	width: 48%;
	min-width: 48%;
	margin-left: 4%;
  /*background: #fee;*/
}
.sixths div:nth-child(odd), .blog div:nth-child(odd), .manufacturers div:nth-child(odd), .team div:nth-child(odd) {
	margin-left: 0 !important;
  /*background: #efe;*/
}
.layout .one-sixth {
	width: 30.66666666%;
}
.layout .five-sixths {
	width: 65.33333333%;
}
/*MAKE SURE THE PREVIOUS RULE HAS A CLOSING } */
}

/*iPAD PORTRAIT 768px (48em)*/
@media screen and (min-width: 768px) {
/* ELEMENTS */
/*body {
  background-attachment: fixed;
}*/
main {
  /*padding: 50px 0;*/
  padding: 212px 0 50px;
}

/* IDs */
#recht-logo {
  height: 111px;
  width: auto;
  margin: 3px 0;
}

/* NAVIGATION */
header {
	position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.menu-toggle {
	display: none;
}
#main-nav ul {
	display: block;
  /*background: none;*/
  float: right;
  margin-top: 43px;
  font-size: 16px;
  margin-right: -.5em;
}
#main-nav li {
  display: inline-block;
}
#main-nav li a {
  display: inline-block;
}

/*CLASSES*/
.intro {
  font-size: 24px;
}

/* HOME PAGE */
#home header {
	position: static;
}
#home main {
  padding: 50px 0;
}
#tagline {
  font-size: 48px;
}
#home .members div {
	flex: auto;
  width: auto !important;
  max-width: 100% !important;
  margin-left: 5% !important;
}
#home .members .first {
  text-align: right;
  margin-left: 0 !important;
}
#home .members .second {
  max-width: 165px !important;
}
#home .members .third {
  text-align: left;
}
#home .intro {
  font-size: 28px;
}

/*POPUPS*/
.biography, .details {
  padding: 2em;
}

/*MANUFACTURERS PAGE*/
.manufacturers div {
	width: 30% !important;
	min-width: 30% !important;
	max-width: 30% !important;
  margin-bottom: 4% !important;
}
.manufacturers div:nth-child(odd) {
	margin-left: 4%;
}
.manufacturers div:nth-child(2n+2) {
	margin-left: 0;
}
.distributors th, .distributors td {
  float: none;
  clear: none;
  width: auto;
}
.distributors th {
  padding: 5px 10px;
  text-align: right;
}
.distributors td {
  padding: 5px 10px;
}
.distributors th + td, distributors td + td {
  text-align: left;
}

/*ABOUT PAGE*/
.team div {
	width: 30% !important;
	min-width: 30% !important;
	max-width: 30% !important;
}
.team div:nth-child(odd) {
	margin-left: 4%;
}
.team div:nth-child(2n+2) {
	margin-left: 0;
  /*background: #ffe;*/
}

/*BLOG*/
.layout.blog {
	width: calc(100% - 200px - 4%);
  float: left;
  margin-left: 0;
}
/*.blog div {
	width: 30% !important;
	min-width: 30% !important;
	max-width: 30% !important;
}
.blog div:nth-child(odd) {
	margin-left: 4%;
}
.blog div:nth-child(2n+2) {
	margin-left: 0;
}*/

/*BLOG NAV*/
#blog-nav {
  padding-bottom: 2em;
}
.archive #blog-nav {
  width: 200px;
  float: right;
}
#blog-nav h2 {
  text-align: left;
  font-size: 1em;
  margin: .5em;
}
#blog-nav ul {
  display: block;
  margin: 0 0 1.5em;
}
#blog-nav li {
  margin: 0;
  text-align: left;
}
#blog-nav a {
  display: inline-block;
  padding: .25em .5em;
}
/*#blog-nav a:hover, #blog-nav a:active {
  background: #f2fff4;
}*/

/*BLOG POSTS*/
.post main {
  display: flow-root;
}
.post .meat {
  float: left;
  width: 64%;
}
.post aside {
  float: right;
  width: 30%;
}
.post aside img {
  max-width: 100%;
}
.post footer {
  clear: both;
}

/*GENERIC_LAYOUTS*/
.layout {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.callout {
	padding: 2em !important;
}
.layout div {
	margin-right: 0;
	margin-left: 4%;
}
.layout div:first-child {
	margin-left: 0 !important;
}
.flip {
	flex-direction: row;
}
/*HALVES*/
.halves div, .halves ul.first, .halves ul.second {
	width: 46%;
}
.halves ul.first {
	margin-bottom: 0.667em;
}
/*THIRDS*/
.thirds div {
	width: 30%;
}
.layout .two-thirds {
	width: 65.4%;
}
/*FOURTHS*/
.fourths div, .team div {
	width: 46%;
}
/*.fourths .third {
	margin-left: 0;
}
.layout .one-fourth {
	width: 22%;
}*/
.layout .three-fourths {
	width: 74%;
}
.fourths .second, .fourths .third {
	margin-left: 4%;
}
.fourths div, .layout .one-fourth, .team div {
	width: 21.999%;
}
/*FIFTHS*/
/*.fifths div {
	width: 48%;
}
.fifths .first, .fifths .third {
	margin-left: 0;
}
.fifths .fifth {
	margin-left: 26%;
	margin-right: 26%;
}*/
.layout .one-fifth {
	width: 16.8%;
}
.layout .two-fifths {
	width: 37.6%;
}
.layout .three-fifths {
	width: 58.4%;
}
.layout .four-fifths {
	width: 79.2%;
}
.fifths div {
	width: 16.8%;
}
.fifths .second, .fifths .third, .fifths .fifth, .fifths .four-fifths {
	margin-left: 4%;
}
.fifths .fifth {
	margin-right: 0;
}
/*SIXTHS*/
/*.sixths div, .sixths .one-sixth {
	width: 30.6%;
}
.sixths div:nth-child(odd) {
	margin-left: 4%;
}
.layout .five-sixths {
	width: 65.3%;
}
.sixths .fourth {
	margin-left: 0;
}*/
.sixths div {
	width: 13.3333333333333%;
}
.layout .one-sixth {
	width: 13.3333333333333%;
	;
}
.layout .five-sixths {
	width: 82.6666666666667%;
}
.sixths .fourth {
	margin-left: 4%;
}
/*MAKE SURE THE PREVIOUS RULE HAS A CLOSING } */
}

/* ≥ 860px (53.75em) */
@media screen and (min-width: 860px) {
#home #recht-logo {
  height: 125px;
}
}


/* ≥ 1024px (64em) */
@media screen and (min-width: 1024px) {
/* ELEMENTS */
main {
  padding: 240px 0 80px;
}

/*CLASSES*/

/* NAVIGATION */
#main-nav ul {
  margin-top: 33px;
  font-size: 23px;
}

/* HOME PAGE */
#home #recht-logo {
  height: 125px;
}
#tagline {
  font-size: 72px;
}
#home main {
  padding: 80px 0;
}
#home .intro {
  font-size: 36px;
}

/*ABOUT PAGE*/
.team div {
	width: 21.999% !important;
	min-width: 21.999% !important;
	max-width: 21.999% !important;
}
.team div:nth-child(4n+1) {
	margin-left: 0;
  /*background: #ff0;*/
}

/*BLOG*/
.blog div {
	width: 30% !important;
	min-width: 30% !important;
	max-width: 30% !important;
}
.blog div:nth-child(odd) {
	margin-left: 4%;
}
.blog div:nth-child(2n+2) {
	margin-left: 0;
}

/*GENERIC_LAYOUTS*/
/*MAKE SURE THE PREVIOUS RULE HAS A CLOSING } */
}

/* ≥ 1200px (75em) */
@media screen and (min-width: 75em) {
/*GENERIC_LAYOUTS*/
/*MAKE SURE THE PREVIOUS RULE HAS A CLOSING } */
}