@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* HTML5 display-role reset for older browsers */
* {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	box-sizing: border-box;
}

html { font-size: 81.25%; }

@media all and (min-width: 480px) {
	html { font-size: 87.5%; }
}

@media all and (min-width: 768px) {
	html {font-size: 93.75%; }
}

@media all and (min-width: 1024px) {
	html {font-size: 100%; }
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block; }

audio[controls], canvas, video { 
	display: inline-block; 
	*display: inline; 
	*zoom: 1; }

video {
	margin-bottom:15px;
}

body { 
	line-height: 1.2rem;
	font-family: 'Open Sans', arial, 'sans-serif';
}

main {
	position: relative;
}

ul { list-style: none; }

ol {list-style-position: inside;}

ol li {
	color:#666;
	margin-bottom:1em;
}

.vfbp-form ol {
	margin-bottom: 1em;
}

.vfbp-form ol li {
	margin-bottom: 0px;
}

blockquote, q { quotes: none; }

img { border: none; }

h1, h2, h3, h4 { 
	margin: 0.5em 0;
	color: #014e9d;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
}

h1 {
	font-size:1.5rem;
	color:#014E9D;
}

h2 {
	font-size: 1.325rem;
}

h2 a {
	font-size: 1.325rem;
	color:#014E9D;
}

h3 {
	font-size: 1.125rem;
}

h4 {
	font-size: 1rem;
}

article { margin-bottom: 3em; }

p, li, a, address{
	font-size: 0.9375rem;
	color:#666;
}

label, .vfbp-form span {color:#666 !important;}

p, address {
	margin-bottom:1em;
}

a { color: #014E9D; }
		
[href^="tel:"] {
	text-decoration: none;
}
		
address { font-style: normal; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none; }
	
.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

.wrapper {
	position: relative;
	max-width: 95%;
	margin:0 auto;
}

.lightbox {
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	top:0;
	left:0;
	z-index: 50;
	display:none;
}

#consent-popup {
	position: absolute;
	padding:25px;
	z-index: 100;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ededed;
	width: 85%;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.5);
	max-height: calc(100vh - 80px);
   overflow-y: auto;
}

#consent-popup h1 {
	display:block !important;
}

.wpcf7-form label {
	display: block;
}

.wpcf7-list-item {
	margin: 1em 0;
}

/*br {display:none;}*/

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

.inside {
	list-style-position: inside;
	list-style-type: disc;
	margin: 0 0 1em 1em;
}

.hideMobile {
	display: none;
}

/**********************************
	HEADER
***********************************/
header{
	position: relative;
}

div.menutreec {
	background: #014e9c;
}

#logo{
	background: #fff url("images/kenrich_logo_xs.png") no-repeat left center;
	height:58px;
	margin:0 0 0 5px;
}

#logo a {
	display: block;
	height:58px;
}

#tnav {
	text-align:center;
}

#top_nav {
	display:none;
}

#top_nav ul,
#top_nav ul li {
	display: inline-block;
}

#top_nav ul li {
	margin-right: 1em;
}

#top_nav a {
	color: #014e9d;
	font-size: 0.9375rem;
}

#search_wrap {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 35px;
	border-radius: 6px;
	background-color: #014E9D;
}

input#s {
	width: 153px !important;
	height: 35px !important;
	font-size: 1.25rem;
	color: #aaa;
	line-height: 35px;
	border: none  !important;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	vertical-align: top;
	padding-left: 15px  !important;
	background-color: #f2f2f2  !important;
	background-image: none !important;
} 

#searchsubmit {
	background: transparent url("images/lens.png") no-repeat 45% 45%;
	height: 35px;
	width: 35px;
	padding: 0;
	border: none;
}

#kenrich_fb {
	display:inline-block;
	height: 35px;
	vertical-align: top;
	margin-right: 15px;
}

#kenrich_fb img {
	width:36px;
	height:36px;
}

#pull {
	position: absolute;
	right:5px;
	top:15px;
	background: transparent url("images/hamburger_small.png") top left no-repeat;
}

#pull a {
	display: block;
	width: 40px;
	height: 29px;
}

#menubar {
	display:none;
	background-color: #014e9c;
}

#menu-main-nav {
	text-align: center;
}

#menu-main-nav > li {
  display: inline-block;
	position: relative;
	margin-right: 5px;
	background-color: #014E9D;
}

#menu-main-nav li a {
	display: block;
	text-decoration: none;
	padding:0 0.75em;
	line-height: 2.5em;
	color:#fff;
	font-size:0.85rem;
	background-color: #014E9D;
}

#menu-main-nav li a:hover {
	color:#ccc;
}

#menu-main-nav > li:last-child {
	margin-right: 0;
}

#menu-main-nav li.menu-item-has-children ul {
	display:none;
	position: absolute;
	z-index: 100;
	text-align: left;
	padding-left:0;
}

#menu-main-nav li.menu-item-has-children ul li {
	display: block;
	background-color: #014e9c;
	white-space: nowrap;
}

#mobile_nav {
	display: none;
	width:200px;
	position: absolute;
	top:75px;
	right:15px;
	z-index: 101;
}

#mobile_nav ul {
	list-style: none;
}

#menu-main-nav-1 {
	background-color: #467EB8;
}

#menu-main-nav-1 a {
	color: #fff;
}

#menu-main-nav-1 > li {
	border-bottom: 1px solid #467EB8;
	background-color: #014e9d;
}

#menu-main-nav-1 li.menu-item-has-children {
	position: relative;
}
		
#menu-main-nav-1 li.menu-item-has-children ul.sub-menu {
	display: none;
	background-color: #467EB8;
}

#menu-main-nav-1 li a {
	padding: 1em 0.5em;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 0.9375rem;
}

#menu-main-nav-1 li.menu-item-has-children i {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 1px;
	right: 0;
	background-color: #467EB8;
	padding: 1em;
	color: #fff;
}

#menu-main-nav-1 li.menu-item-has-children i.fa-chevron-right {
	display: none;
}

.kp_breadcrumbs {
	padding:1em 0 0.5em 1em;
}

.home .kp_breadcrumbs { 
	display: none;
}

/************
	SLIDER
************/
#kenrich_slider {
	position: relative;
	width:100%;
	height:175px;
	margin:15px 0 0 0;
	list-style: none;
}

#kenrich_slider li {
	width:100%;
	height: 175px;
	background-size: cover !important;
	position: absolute;
	top:0;
	left:0;
}

#kenrich_slider li img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
}

/* active slide */
#kenrich_slider li.ma_active {
	z-index: 10;
}

#kenrich_slider li:nth-of-type(1) {
	background: transparent url("images/plastics_small.jpg") no-repeat center center;
}

#kenrich_slider li:nth-of-type(2) {
	background: transparent url("images/rubber_small.jpg") no-repeat center center;
}

#kenrich_slider li:nth-of-type(3) {
	background: transparent url("images/composites_small.jpg") no-repeat center center;
}

#kenrich_slider li:nth-of-type(4) {
	background: transparent url("images/adhesives_small.jpg") no-repeat center right;
}

#kenrich_slider li:nth-of-type(5) {
	background: transparent url("images/coatings_small.jpg") no-repeat center right;
}

#kenrich_slider li:nth-of-type(6) {
	background: transparent url("images/color_small.jpg") no-repeat center center;
}

#kenrich_slider li:nth-of-type(7) {
	background: transparent url("images/cosmetics_small.jpg") no-repeat center right;
}

#kenrich_slider li:nth-of-type(8) {
	background: transparent url("images/military_small.jpg") no-repeat center left;
}

#kenrich_slider li:nth-of-type(1) div.market_applications_desc h2 {
	color: #A7B7B8;
}

#kenrich_slider li:nth-of-type(2) div.market_applications_desc {
	background-color: rgba(68, 93, 113, 0.6);
}

#kenrich_slider li:nth-of-type(2) div.market_applications_desc h2 {
	color: #E0ECFC;
}

#kenrich_slider li:nth-of-type(2) div.market_applications_desc p {
	color: #F0F7FD;
}

#kenrich_slider li:nth-of-type(3) div.market_applications_desc {
	background-color: rgba(39, 51, 153, 0.6);
}

#kenrich_slider li:nth-of-type(3) div.market_applications_desc h2 {
	color: #c2ccef;
}

#kenrich_slider li:nth-of-type(4) div.market_applications_desc,
#kenrich_slider li:nth-of-type(5) div.market_applications_desc,
#kenrich_slider li:nth-of-type(6) div.market_applications_desc {
	background-color: rgba(63, 59, 34, 0.6);
}

#kenrich_slider li:nth-of-type(4) div.market_applications_desc h2,
#kenrich_slider li:nth-of-type(5) div.market_applications_desc h2,
#kenrich_slider li:nth-of-type(6) div.market_applications_desc h2 {
	color: #bfb18c;
}

#kenrich_slider li:nth-of-type(4) div.market_applications_desc p,
#kenrich_slider li:nth-of-type(5) div.market_applications_desc p,
#kenrich_slider li:nth-of-type(6) div.market_applications_desc p {
	color: #e7e5d9;
}

#kenrich_slider li:nth-of-type(1) div.market_applications_desc p,
#kenrich_slider li:nth-of-type(3) div.market_applications_desc p,
#kenrich_slider li:nth-of-type(7) div.market_applications_desc p,
#kenrich_slider li:nth-of-type(8) div.market_applications_desc p {
	color: #fff;
}

#kenrich_slider li:nth-of-type(1) div.market_applications_desc,
#kenrich_slider li:nth-of-type(7) div.market_applications_desc {
	background-color: rgba(0, 0, 0, 0.6);
}

#kenrich_slider li:nth-of-type(7) div.market_applications_desc h2 {
	color: #e5e6AD;
}

#kenrich_slider li:nth-of-type(8) div.market_applications_desc {
	background-color: rgba(73, 87, 113, 0.6);
}

#kenrich_slider li:nth-of-type(8) div.market_applications_desc h2 {
	color: #87A9D7;
}

div.market_applications_desc{
	height:155px;
	text-align: center;
	position: relative;
	top:175px;
}

div.market_applications_desc > div {
	width:93%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}

div.market_applications_desc h2 {
	text-transform: uppercase;
	font-weight: 700;
	margin-top:0;
	letter-spacing: -1px;
}

#kenrich_slider a.left_arrow {
	display: inline-block;
	width: 15px;
	height: 49px;
	position: absolute;
	top: 45%;
	left: 15px;
	background: transparent url("images/left_arrow_m.png") no-repeat -15px 0;
	z-index: 100;
}

#kenrich_slider a.right_arrow {
	display: inline-block;
	width: 15px;
	height: 49px;
	position: absolute;
	top: 45%;
	right: 15px;
	background: transparent url("images/right_arrow_m.png") no-repeat -15px 0;
	z-index: 100;
}

#pleasesee {
	margin-top:155px;
	padding: 1em;
	background-color: #e8eff6;
	text-align: center;
	/*font-size: 1.25rem;*/
}

/* Please see and Nano Technology Sections */
#pleasesee > p,
#pleasesee > p a {
	color: #004c9a;
	text-transform: uppercase;
}

#pleasesee > a {
    width: 75%;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #2a2a2a;
    margin: 0 auto;
    border-bottom: 1px solid #868686;
    padding: 10px 0;
    font-size: 1rem;
}

div.w33_inner,
div.w33_inner.box_shadow {
	width:85%;
	margin:25px auto;
}

div.w33_inner.box_shadow img {
	display: block;
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 5px #aaa;
    border: 1px solid #aaa;
}

div.w33_inner h4 {
	color: #004D98;
	font-size:0.875rem;
	font-weight:normal;
	text-align: center;
	margin:1em 0;
	text-transform: uppercase;
}

div.w33_inner table {
	margin:0 auto;
}

div.w33_inner table td {
	font-size:0.75rem;
	color:#868686;
	padding:0 1em;
	text-transform: uppercase;
}

.tradeshows {
	position: relative;
	height: 175px;
	text-align:center;
	background-size: cover !important;
	background: #fff url("images/business_group_small.jpg") no-repeat center center;
}

.tradeshows > img {
	display: none;
}

.tradeshows .convention {
	width: 90%;
	position: absolute;
	margin-left: -45%;
	top: 7.5%;
	left:50%;
	z-index:1;
}

.tradeshows .convention.active {
	z-index:5;
}

.tradeshows .convention h2 {
	color: #153D67;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.tradeshows .convention p {
	font-size: 1rem;
	color: #153D67;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	margin-bottom: 0.5em;
}

.tradeshows .convention img {
	display: none;
}

.kenrich_ad {
	padding: 25px 0;
	background-color: #e3e3e3;
	text-align: center;
}

.kenrich_ad .wrapper {
	width: 75%;
}

.kenrich_ad .wrapper h1 {
	font-size: 1.25rem;
}

.kenrich_ad .wrapper div img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.kenrich_ad .buttons {
	display: inline-block;
	margin: 15px 15px 0;
	background-color: #9ABD49;
	padding: 7.5px;
	box-sizing: border-box;
}

.kenrich_ad .buttons a {
	display: inline-block;
	background-color: #9ABD49;
	box-sizing: border-box;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.125em 1em;
	border: 1px solid #fff;
	font-size: 1.25rem;
}

.kenrich_ad .wrapper > div:nth-of-type(2):hover,
.kenrich_ad .wrapper > div:nth-of-type(2) a:hover {
	background-color: #7E9B3C;
}

.news {
	text-align: center;
	position: relative;
}

.articles_wrapper {
	width:100%;
	margin:25px auto 0;
	position: relative;
}

.articles_wrapper .article.active {
	display: block;
	width:70%;
	text-align: left;
}

.articles_wrapper .article {
	display: none;
	margin: 0 auto 25px;
}

.articles_wrapper .article h4 {
	font-size: 1rem;
	height: auto;
	color:#000;
	margin-bottom:1em;
	line-height: 1;
}

.articles_wrapper .article p, 
.articles_wrapper .article a {
	font-size: 0.875rem;
}

.articles_wrapper .article p {
	height:auto;
	color:#777;
	margin-bottom: 1em;
	overflow: hidden;
}

.articles_wrapper .article > a {
	display: inline-block;
	padding: 0.5em 2em;
	color: #fff;
	background-color: #9ABD49;
	text-decoration: none;
}

.articles_wrapper .article > a:hover {
	background-color: #7E9B3C;
}

div.news a.left_arrow {
	display: inline-block;
	position: absolute;
	top:45%;
	left:15px;
	width: 15px;
	height: 49px;
	background: transparent url("images/left_arrow_m.png") no-repeat -15px 0;
	z-index: 100;
}

div.news a.right_arrow {
	display: inline-block;
	position: absolute;
	top:45%;
	right:15px;
	width: 15px;
	height: 49px;
	background: transparent url("images/right_arrow_m.png") no-repeat -15px 0;
	z-index: 100;
}

/*************************
	COMPANY OFFICERS
**************************/
.officers_list .individual {
	position: relative;
	margin-bottom:15px;
	display:block;
	width:100%;
	height:140px;
}

.officers_list img {
	float: left;
	padding-right: 10px;
	max-width: 102px;
	height:auto;
}

.officers_list h3.name {
	margin: 0 0 5px 0;
	line-height: 1.2;
}

.officers_list h3.name a {
	color: #004d9b;
	font-size: 1.125rem;
	text-decoration: underline;
}

.officers_list span {
	font-size: 0.875rem;
	line-height: 1.2;
}

div.bio img {
	float:left;
	margin:0 1rem 1rem 0;
}

div.bio p {
	margin: 0 15px 15px 190px;
}

/*************************
	PRODUCTS AND BENEFITS
**************************/
.titanates {
	margin-bottom: 50px;
}
.titanates .function {
	margin-bottom:1em;
}
.titanates .function h3 {
	margin-bottom:0;
}
.titanates .function h3 a {
	text-decoration: none;
	color:#014e9d;
}
.market_application h3 {
	color: #2a2a2a;
	font-size: 0.875rem;
	font-weight: normal;
}
.market_application a {
	display: block;
	max-width:250px;
}
.market_application a img {
	width:100%;
	max-width: 100%;
	height:auto;
}
.benefits ul {
	list-style-type: none !important;
}

.benefits ul li {
	font-size:0.875rem;
	color:#666;
}

.small {
	font-size: 0.75rem;
	text-transform: none;
}

/*************************
	FULL PRODUCT LIST
**************************/
#full-product-list h2,
#full-product-list h3 {
	cursor: pointer;
	margin-top:0;
}

#full-product-list h3 {
	margin-left:1em;
	color:#000;
}

#full-product-list h3 + ul {
	margin-left:2em;
}

#full-product-list ul {
	display: none;
	margin: 0 0 1em 1em;
	list-style-type: disc;
}

/*************************
	INTERNATIONAL PAGE
**************************/
#internationalvid1,
#internationalvid2 {
	height: 152px;
	width: 264px;
	margin-bottom:15px;
}

.international_reps {
	width:100%;
}

.international_reps td {
	width:33%;
	padding-bottom:10px;
}

.international_reps td a {
	font-size: 0.75rem;
}

.international_individual {
	padding: 10px 0 10px 0;
}

.international_individual colgroup.international-fields {
	width: 175px;
}

.international_individual colgroup.international-data {
	width: 400px;
}

.international_individual td,
.international_individual td a {
	font-size: 0.75rem;
}

.international_individual td {
	vertical-align: top;
	padding-bottom: 10px;
}

/*************************
	CONTACT PAGE
**************************/
#contact_vid1, #contact_vid2 {
	float: left;
}

#contact_vid1 {
	display: none;
	height:180px;
	width:535px;
}

#contact_vid2 {
	height: 180px;
	width: 320px;
}

#contactus {
	clear:left;
}

#contactus a {
	color:#666;
}

/*************************
	FORMS
*************************/
#post-784 h1,
#post-771 h1 {
	display: none;
}

#vfbp-form-3.vfbp-form .vfb-checkbox {
	margin:0;
}

#vfbField2 input,#vfbField3 input,#vfbField12 input,#vfbField12 select,#vfbField13 input,#vfbField13 select,#vfbField43 input,#vfbField44 input,#vfbField45 input,#vfbField45 select,#vfbField46 input,#vfbField47 input,#vfbField48 input,#vfbField48 select{width:267px;}

#vfbField15 input,
#vfbField17 input,
#vfbField53 input,
#vfbField54 input,
#vfbField64 input {
	width:200px;
}

#vfbField16 input,
#vfbField51 input {
	width:400px;
}

#vfbField56 input,
#vfbField60 input {
	width:139px;
}

#vfbField18 select,
#vfbField55 select {
	width:275px;
}

#vfbField22 select {
	width:100px;
}

#vfbField57 select {
	width:85px;
}

#vfbField65 select {
	width:125px;
}

#vfbField58 input,
#vfbField59 select {
	width:68px;
}

#vfbField24 .vfb-form-group,
#vfbField24 p {
	margin-bottom:0;
}

#vfbField28 label {
	display: none;
}

#vfbField25,
#vfbField66 {
	margin-bottom:1em;
}

#vfbField25 label,
#vfbField66 label {
	display:inline;
}

#vfbField71 .vfb-form-group {
	margin-bottom:0;
}

/* CONTACT FORM 7 - USER CONSENT */
.wpcf7 i.fa {
	position: absolute;
	top:15px;
	right:15px;
	cursor: pointer;
}
.wpcf7-form li {
	margin-bottom:1em;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
	height:35px;
}

.vfbp-form .vfb-required-asterisk {
	color: #ff0000 !important;
	font-size:15px;
}

a.order_sample,
input[type="submit"],
#vfbp-form-1.vfbp-form button.btn.btn-primary,
#vfbp-form-3.vfbp-form button.btn.btn-primary {
	display: inline-block;
	margin-bottom:1em;
	border:1px solid #004e9d;
	font-size: 1rem !important;
	font-weight: bold;
	width: 170px;
	padding: 0.5em;
	text-align: center;
	color: #fff !important;
	text-decoration: none;
	background-color: #004e9d;
	text-transform: uppercase;
	border-radius:0px;
	-webkit-appearance:none;
}

a.order_sample:hover,
input[type="submit"]:hover,
#vfbp-form-1.vfbp-form button.btn.btn-primary:hover,
#vfbp-form-3.vfbp-form button.btn.btn-primary:hover {
	background-color: #fff;
	color:#004e9d !important;
}

div.requestform table,
div.orderform table {
	margin:25px 0;
}

div.requestform table th,
div.orderform table th {
	padding: 1em;
	background-color: #014e9d;
	color: white;
	font-weight: bold;
}

div.requestform table td,
div.orderform table td {
	padding: 1em;
	background-color: #fff;
}

div.requestform table.inner,
div.orderform table.inner {
	margin-top: 0;
}

div.requestform table.inner th,
div.orderform table.inner th {
	background-color: #ccc;
	color: #000;
}

div.requestform p,
div.orderform p {
	color:#000;
}

/* hide captcha asterisk */
#vfbField74 .vfb-required-asterisk,
#vfbField75 .vfb-required-asterisk {
	display: none;
}

/*************************
	INNER PAGE - PAGE.PHP
**************************/
main.sub {
	background: linear-gradient(to bottom, #fff 0%, #ebf1de 100%);
	min-height: calc(100vh - 585px);
	padding-bottom:25px;
}

.inner_h1 {
	background-color: #014e9c;
	color:#fff;
	padding:0.25em 0.75em;
	font-weight:normal;
}

.inner_page_wrapper {
	padding: 0 15px;
}

.inner_page_wrapper h1 {
	font-weight:normal;
}

.inner_page_wrapper h3 a {
	color:#014e9c;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: normal;
}

h2:not(:first-of-type),
h3:not(:first-of-type) {
	margin-top: 1em;
}

.footnote {
	font-size: 0.6875rem;
}

.wp-image-44,
.wp-image-49 {
	margin-bottom:15px;
}

.figure {
	width:95%;
	margin:15px auto;
	text-align: center;
}

.figure img {
	width:100%;
	max-width: 100%;
	height:auto;
}

img[alt="polymer-recycle-regrind-compatibilization"] {
	width:100%;
	height:auto;
	max-width: 685px;
}

#post-432 .inner_h1 {
	display: none;
}

/*****************
	FOOTER
*****************/
footer {
	background-color: #cecece;
}

footer .wrapper {
	max-width: 1280px;
	padding: 25px;
	background-color: #cecece;
	color: #666;
	text-align: center;
	font-size: 0.75rem;
}

footer a {
	color:#666;
	line-height: 1.5;
}

footer .wrapper > p,
footer .wrapper > p a {
	font-size: 11px;
}

.footer_nav a {
	text-decoration: none;
}

.footer_bucket {
	margin-bottom:2em;
	text-align:left;
}

.footer_bucket h2 {
	margin-bottom: 0.5em;
	color: #191919;
}

.footer_bucket img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.footer_bucket:last-of-type address {
	min-height:45px;
	margin-bottom:1em;
	padding-left:50px;
	background: transparent url("images/address_icon.png") 0% center no-repeat;
}

.footer_bucket:last-of-type > div:first-of-type {
	min-height:45px;
	margin-bottom:1em;
	padding-left:50px;
	background: transparent url("images/phone_icon.png") 0% center no-repeat;
}

.footer_bucket:last-of-type > div:last-of-type {
	min-height:45px;
	margin-bottom:1em;
	padding-left:50px;
	background: transparent url("images/email_icon.png") 0% center no-repeat;
}

a#to_top {
	display: block;
	padding: 0.5em;
	position: fixed;
	bottom: 25px;
	right: 25px;
	border-radius: 50px;
	background-color: #9ABD49;
}

a#to_top i {
	color: #fff;
}

@media all and (min-width: 320px) {
	#logo {
		background: #fff url("images/kenrich_logo_s.png") no-repeat left center;
		width:75%;
	}
}

@media all and (min-width : 320px) and (max-width : 666px) and (orientation : landscape) {
	#logo {
		background: #fff url("images/kenrich_logo_m.png") no-repeat left center;
		margin-left: 15px;
		width: 75%;
	}
	
	#mobile_nav {
		top: 75px;
		right: 10px;
	}
	
	#pull {
		position: absolute;
		top: 15px;
		right: 25px;
		background: transparent url("images/hamburger_small.png") no-repeat 0 0;
	}
	
	#tnav #kenrich_fb, 
	#tnav #search_wrap {
		display: none;
	}
}

@media all and (min-width: 480px) {
	header { 
		margin-top: 5px;
	}
	
	#logo {
		background: #fff url("images/kenrich_logo_m.png") no-repeat left center;
		width: 100%;
		height: 75px;
	}

	#logo a {
		height:75px;
	}

	#pull {
		top:25px;
		right:5px;
	}
	
	#tnav input {
		margin-left: -1px;
	}

	.wp-image-44,
	.wp-image-49 {
		float:left;
		margin:0 15px 15px 0;
	}

	.wp-image-45 {
		float:right;
		margin:15px 0 15px 15px;
	}

	.figure {
		width: 75%;
	}

}

@media all and (min-width:525px) {
	#kenrich_slider li {
		height:335px;
	}
	#kenrich_slider li:nth-of-type(1) {
		background: transparent url("images/plastics_med.jpg") no-repeat center center;
	}
	
	#kenrich_slider li:nth-of-type(2) {
		background: transparent url("images/rubber_med.jpg") no-repeat center center;
	}
	
	#kenrich_slider li:nth-of-type(3) {
		background: transparent url("images/composites_med.jpg") no-repeat center center;
	}
	
	#kenrich_slider li:nth-of-type(4) {
		background: transparent url("images/adhesives_med.jpg") no-repeat center right;
	}
	
	#kenrich_slider li:nth-of-type(6) {
		background: transparent url("images/color_med.jpg") no-repeat center center;
	}
	
	#kenrich_slider li:nth-of-type(7) {
		background: transparent url("images/cosmetics_med.jpg") no-repeat center right;
	}
	
	#kenrich_slider li:nth-of-type(8) {
		background: transparent url("images/military_med.jpg") no-repeat center left;
	}

	div.market_applications_desc {
		position: absolute;
		width: 100%;
		height:auto;
		margin-top:0;
		padding: 15px;
		bottom: 0;
		left: 0;
		top: auto;
	}

	div.market_applications_desc > div { 
		position: static;
		transform:none;
	}

	.tradeshows {
		height: 335px;
		background: #fff url("images/business_group_med.jpg") no-repeat center center;
	}

	.tradeshows .convention {
		width: 90%;
		margin-left: -45%;
		top: 7.5%;
	}

	.tradeshows .convention h2 {
		font-size: 1.5rem;
	}

	.tradeshows .convention p {
		font-size: 1.25rem;
	}

	.tradeshows .convention img {
		display: inline;
		width:40%;
	}

	.international_individual td,
	.international_individual td a {
		font-size: 0.9375rem;
	}

}

@media all and (min-width:667px) {
	#tnav {
		position: absolute;
		right:37px;
		top:20px;
	}

	div.w33_inner,
	div.w33_inner.box_shadow {
		width:50%;
	}

	.kenrich_ad .wrapper {
		width: 50%;
	}

	#internationalvid1,
	#internationalvid2 {
		float:left;
	}

	#internationalvid2 {
		margin-left:10%;
	}

	.international_reps td a {
		font-size: 0.9375rem;
	}

	#contact_vid1 {
		display: block;
	}
}

@media all and (min-width:720px) {	
	#tnav {
		right:65px;
	}

	#kenrich_slider,
	#kenrich_slider li {
		height: 575px;
	}

	#kenrich_slider li:nth-of-type(1) {
		background: transparent url("images/plastics_large.jpg") no-repeat center center;
	}
	
	#kenrich_slider li:nth-of-type(2) {
		background: transparent url("images/rubber_large.jpg") no-repeat center center;
	}
	
	#kenrich_slider li:nth-of-type(3) {
		background: transparent url("images/composites_xl.jpg") no-repeat center center;
	}
	
	#kenrich_slider li:nth-of-type(4) {
		background: transparent url("images/adhesives_large.jpg") no-repeat center right;
	}
	
	#kenrich_slider li:nth-of-type(5) {
		background: transparent url("images/coatings_xl.jpg") no-repeat center right;
	}
	
	#kenrich_slider li:nth-of-type(6) {
		background: transparent url("images/color_large.jpg") no-repeat center center;
	}
	
	#kenrich_slider li:nth-of-type(7) {
		background: transparent url("images/cosmetics_xl.jpg") no-repeat center right;
	}
	
	#kenrich_slider li:nth-of-type(8) {
		background: transparent url("images/military_large.jpg") no-repeat center left;
	}

	div.market_applications_desc {
		width: 350px;
		text-align: left;
		z-index: 1;
		left: 75px;
		top:0;
		bottom:auto;
	}

	div.market_applications_desc h2 {
		font-size: 1.75rem;
		text-transform: none;
	}

	#kenrich_slider a.left_arrow {
		width: 29px;
		height: 89px;
		background: transparent url("images/left_arrow.png") no-repeat -28px 0;
	}

	#kenrich_slider a.left_arrow:hover {
		background: transparent url("images/left_arrow.png") no-repeat 0 0;
	}

	#kenrich_slider a.right_arrow {
		width: 29px;
		height: 89px;
		background: transparent url("images/right_arrow.png") no-repeat -28px 0;
	}

	#kenrich_slider a.right_arrow:hover {
		background: transparent url("images/right_arrow.png") no-repeat 0 0;
	}

	#pleasesee {
		margin-top:0;
	}

	.tradeshows {
		height:500px;
		background: #fff url("images/business_group_xl.jpg") no-repeat center center;
	}

	div.news a.left_arrow {
		width: 29px;
		height: 89px;
		background: transparent url("images/left_arrow.png") no-repeat -28px 0;
	}

	div.news a.right_arrow {
		width: 29px;
		height: 89px;
		background: transparent url("images/right_arrow.png") no-repeat -28px 0;
	}

	.officers_list .individual {
		display: inline-block;
		width: 45%;
		margin: 0 1% 15px;
		vertical-align: top;
	}

}

@media all and (min-width:768px) {
	br { display: inline; }

	#pleasesee > a {
		display: inline-block;
		width:auto;
    	padding: 10px 1em;
    	line-height: 1.2;
    	border-right: 1px solid #868686;
    	border-bottom:none;
	}

	#pleasesee > a:last-of-type {
		border-right:none;
	}

	.figure {
		width:50%;
	}

	footer .footer_bucket {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin-right: -4px;
		margin-bottom: 25px;
		padding-right: 1em;
	}

}

@media all and (min-width:825px) {
	#logo {
		width: 480px;
		height: 100px;
		background: #fff url("images/kenrich_logo.png") no-repeat 0 0;
	}

	#logo a {
		height:100px;
	}

	#tnav {
		right:25px;
		top:10px;
	}

	#top_nav {
		display: block;
		text-align: right;
		margin-bottom:1em;
	}

	#pull {
		display: none;
	}

	#menubar {
		display:block;
	}

	#kenrich_slider {
		margin-top:0;
	}

	.inner_h1 {
		background-color: transparent;
		color:#014e9c;
	}

	.news {
		padding-bottom:25px;
	}

	.articles_wrapper {
		width:95%;
	}

	.articles_wrapper .article.active {
		display: inline-block;
		width:28%;
		z-index: 10;
	}

	.articles_wrapper .article {
		vertical-align: top;
		margin: 0 1%;
	}

	.articles_wrapper .article h4 {
		font-size: 1.125rem;
	}

	#internationalvid2 {
		margin-left:20%;
	}

}

@media all and (min-width:950px) {
	.kenrich_ad .wrapper .buttons a{
		font-size:1.5rem;
	}

	.articles_wrapper .article {
		height:auto;
	}

	.articles_wrapper .article p {
		min-height: 125px;
	}

	.articles_wrapper .articles h4 {
		font-size: 1.25rem;
		height:40px;
	}
}

@media all and (min-width:1024px) {
	header {
		margin-top:25px;
	}
	#tnav {
		top:15px;
	}

	#top_nav {
		display:inline-block;
		margin-right:50px;
	}

	#menu-main-nav > li {
		margin-right: 25px;
	}

	#menu-main-nav li a {
		font-size:0.9375rem;
	}

	#kenrich_slider li {
		background:none;
	}

	.kp_breadcrumbs {
		width:75%;
		margin:0 auto;
		padding:0.5em 0;
	}

	#kenrich_slider li img {
		display:block;
	}

	div.market_applications_desc {
		width: 500px;
		padding:25px;
		left:150px;
	}

	#pleasesee > a {
		padding:10px 45px;
	}

	#nano_technology {
		width:95%;
		max-width: 1824px;
		margin:0 auto;
	}

	div.w33_inner,
	div.w33_inner.box_shadow {
		display: inline-block;
		vertical-align: middle;
		width:33.33%;
		margin:25px -4px 25px 0;
		padding:0 1%;
	}

	.inner_page_wrapper {
		width:75%;
		margin:0 auto;
		padding:0;
	}

	.inner_h1 {
		width: 75%;
		margin:0.5em auto;
		padding:0;
	}

	.tradeshows {
		background: none;
	}

	.tradeshows > img {
		display: block;
		width: 100%;
		max-width: 100%;
		height: 100%;
	}

	.tradeshows .convention {
		width: 50%;
		top: 12%;
		margin-left: -25%;
	}

	.tradeshows .convention h2 {
		font-size: 2rem;
	}

	.tradeshows .convention p {
		font-size: 1.75rem;
	}

	.tradeshows .convention img {
		width:auto;
	}

	.kenrich_ad .wrapper h1 {
		font-size: 1.5rem;
	}

	.titanates {
		float:left;
		width:28%;
	}

	.w70 {
		float:right;
		width:70%;
		padding-left:2%;
	}

	.market_application {
		display: inline-block;
		vertical-align: top;
		width:23%;
		margin:0 0.5%;
	}

	.benefits h2 {
		text-align:center;
	}

	.benefits ul {
		width:500px;
		margin: 0 auto;
		list-style-type: disc !important;
	}

	.benefits ul li {
		display: inline-block;
		padding-left:25px;
		vertical-align: top;
		width:48%;
		margin: 0 -4px;
	}
	
}

@media all and (min-width: 1200px) {
	#vfbp-form-3 .vfb-col-6 {
		width: 25%;
	}
	#vfbp-form-3 .vfb-col-3 {
		width: 14%;
	}
	#vfbp-form-3 .vfb-col-2 {
		width: 10%;
	}
}

@media all and (min-width:1280px) {
	#menu-main-nav > li {
		margin-right:50px;
	}

	#pleasesee > a {
		padding:10px 90px;
	}

	div.w33_inner h4 {
		font-size: 1rem;
	}

	div.w33_inner table td {
		font-size: 0.875rem;
	}

	.articles_wrapper {
		width:90%;
	}

	#internationalvid2 {
		margin-left:35%;
	}

	footer .footer_bucket {
		width: 25%;
	}
}

@media all and (min-width:1355px) {
	.landing .thumbnails {
		max-width: 40%;
	}
}

