/*
Theme Name: itwsealants
Author: Hayden Lee, anna@danesc.com
Description: Description
Version: 1.0

Text Domain: itwsealants

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Open Sans";
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Open Sans", Arial, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px "Open Sans", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 1.2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.2em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
	width: 95%;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
#header-right .main-navigation aside {
	margin: 0;
}
.main-navigation {
	display: block;
	float: right;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	margin: 0 8px;
    padding: 5px 15px;
	font-size: 10px;
	color: #b7b7b7;
	text-align: left;
}
.main-navigation ul.nav-menu > li,
.main-navigation ul.menu > li{
	list-style: disc;
}
.main-navigation ul.sub-menu li {
	margin: 0;
}
.main-navigation ul.sub-menu li a {
	font-size: 14px;
}
.main-navigation li a {
	font-size: 16px;
	color: #636363;
	text-transform: uppercase;
}
.main-navigation ul.menu > li a:hover {
	color: #005089;
}
.main-navigation ul.nav-menu > li:first-child,
.main-navigation ul.menu > li:first-child {
	list-style: none;
}
.main-navigation ul.menu > li:last-child {
	margin: 0 0 0 8px;
	padding: 5px 0 5px 15px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background: #ebebeb;
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 2.9em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
	border-bottom: 1px solid #959595;
}
.main-navigation ul ul > li:first-child {
	border-top: 1px solid #959595;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	display: none;
}

img.header-image {
    width: auto;
    max-width: 250px;
}

div.l-align-right {
    margin-top: -30px !important;
}

#menu-top-brand-menu-1 a {
    font-size: 13px !important;
}


@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

#resources .widget {
	width: 100%;
}
#resources aside > div:nth-child(2) {
	padding: 0 12px;
}
.title {
	text-transform: uppercase;
	font-weight: bold;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}

/**
 * ----------------------------------------------------------------------------------------
 * Layout Styles
 * ----------------------------------------------------------------------------------------
 */
/* Helper Classes */
.l-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.l-align-left {
  float: left;
}
.l-align-right {
  float: right;
}
.l-align-center {
  text-align: center;
}
#header-right {
	text-align: right;
	margin-top: 20px;
}
/* General Layout */
#outer-wrap {
	background: #f6f6f6;
	width: 100%;
	height: auto;
	position: relative;
}
.home #header-wrap {
	position: absolute;
	top:0;
	left:0;
	right:0;
	margin: 0 auto;
	z-index: 1000;
	background: url("images/nav_bg.png");
	width:100%
}
#header-wrap {
	margin: 0 auto;
	padding:0;
	background: url("images/nav_bg.png");
}
.breadcrumbs {
	padding: 5px 30px;
	background: #c2c2c2;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(175, 175, 175, 0.43);
	-moz-box-shadow:    0px 10px 10px 0px rgba(175, 175, 175, 0.43);
	box-shadow:         0px 10px 10px 0px rgba(175, 175, 175, 0.43);
}
.breadcrumbs a, .breadcrumbs {
	color: #636363;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}
#header-contact-menu aside {
	float: right;
}

#header-contact-menu ul {
	margin: 0;
}
#header-contact-menu .widget {
	margin: 0 0 15px;
}
#header-contact-menu a {
	text-decoration: none;
	color: #959595;
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 20px;
}
.site-header {
	padding: 15px 30px;
	margin: 0 auto;
	
}
.l-full-width {
	width: 100%;
}
.l-container {
  margin: 0 auto;
  max-width: 960px;
  background: #ffffff;
}
.l-container-top{
	margin: 0 auto;
    max-width: 960px;
}
#left-menu, #right-menu,
#category-main #secondary{
	width: 23%;
}
.site-content.two-sidebar {
	width: 53%;
	float: left;
}
.page #page #content article .entry-content ul {
	padding: 0 0 0 40px;
}
body.page #page #content article .entry-content #featured ul {
	padding: 0;
	margin: 0;
}
body #page #content article .events.date ul {
	padding: 0;
}
.event-note {
	margin-top: 15px;
}
.events.date .location {
	font-style: italic;
}
.l-inline-block li, l-inline-block a, l-inline-block form, #searchform {
	list-style-type: none;
	display: inline-block;
}
.l-list-two-col,
.l-list-three-col,
.l-inline-list {
  padding-left: 0;
  margin: 0;
}
.l-list-two-col li,
.l-list-three-col .home-aside,
.l-inline-list li {
  float: left;
  list-style-type: none;
}
.l-list-three-col li {
  list-style-type: none;
}
.l-inline-list ol {
	margin: 0;
	padding:15px;
}
.l-inline-list ol li {
  list-style-type: decimal;
}
.l-inline-list img {
  display: block;
}
.l-list-two-col > li {
  margin: 0 2%;
  width: 46%;
}
.l-list-three-col .home-aside.one {
  width: 33.1%;
}
.l-list-three-col .home-aside.two {
  width: 66.2%;
}
.l-list-three-col .home-aside.two aside {
  width: 50%;
  float: left;
}
.l-list-three-col aside > h3,
.l-list-three-col aside > div,
.l-list-three-col aside > ul,
.l-list-three-col aside > figure,
.l-list-three-col aside > article {
	padding: 0 20px;
}
.l-inline-list > li {
  margin-right: .5em;
  display: inline;
}
.l-inline-list ul {
	margin: 0;
	padding:0;
}
.l-checklist li {
  background: transparent url(../img/checkListBullet.jpg) left 3px no-repeat;
  padding-left: 1.5em;
}
.l-list-vertical {
  margin: 0;
  padding: 0;
}
.l-list-vertical > li {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #CCCCCC;
  list-style-type: none;
}
.l-list-vertical > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.l-floated-image {
  margin-right: 1em;
}
.l-floated-content {
  margin: -0.5em 0 0 4.5em;
}
.site-content {
    width: 100%;
	padding: 30px;
}
.page-template-page-templatesproduct-page-php .site-content.two-sidebar,
.page-template-page-templatessolutions-page-php .site-content.two-sidebar{
	padding: 0 30px;
}
.page.page-template-page-templatesevents-php .site-content,
.page .site-content.l-sidebar-width, .l-sidebar-width,
.single-event .site-content,
.single-post .site-content,
.single-news .site-content,
.category-news-categories .site-content,
.category-category-2-news .site-content,
#content-wrap .site-content,
body.search .site-content,
.tax-classifieds .site-content, 
.single .site-content article{
	float:left;
	width: 68.5%;
}
.page-template-page-templatescategory-php
.page.full-width .site-content {
	width: 100%;
}
.single .site-content {
	width: 100%;
}
.home .site-content {
	width: 100%;
}
#content-wrap {
	width: 100%;
}
.l-four-column .alignleft {
	margin: 0;
}
.entry-title {
	color: #005089;
	font-size: 24px;
	font-weight: 600;
}
.search-results h1.entry-title {
	font-size: 16px;
	margin-bottom: 5px;
}
body.search article:after {
	content: "";
	display:table;
	clear: both;
}
body.search h1.entry-title span.right-arrow,
.display-posts-listing li.listing-item span{
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent; 	
	border-left:5px solid #9A0634; 
	font-size: 0;
	line-height: 0;
	vertical-align:middle;
	margin-right: 7px;
	margin-bottom: 3px;
	display: inline-block;
}
#secondary.widget-area {
	width: 28%;
	float: right;
}
.content-area {
	width: 70%;
	float: left;
}
.search .content-area {
	width: 100%;
}

.fpw-page-title.entry-title {
	font-size: 24px;
	color: #005089;
	font-family: "Open Sans";
	font-weight: 600;
}
.fpw-page-title.entry-title a {
	text-decoration: none;
}
.fpw-featured-link {
	text-decoration: none;
}
div.ftpimagefix img {
	max-width: 150px;
}
h3.widget-title, h3.widget-title a {
	font-size: 24px;
	color: #005089;
	text-decoration: none;
	line-height: 1.2;
	font-weight: 600;
}

.widget-area a {
	text-decoration: none;
	color: #636363;
}
#featured.widget-area li a {
	font-size: 18px;
	line-height: 2;
	font-weight: bold;
}
#featured.widget-area li a .more {
	font-size: 14px;
	font-weight: normal;
}
#featured aside.widget_fpw_widget {
	border-bottom: 1px solid #c2c2c2;
}
#featured #fpw_widget-3 h3 {
	color: #959595;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}
#featured h3 {
	margin-bottom: 10px;
}
ul#menu-top-brand-menu{
	padding: 4px 15px;
	margin:0;
	background: #f8f8f8;
}

.widget_hier_page > ul > li > a {
	display: none;
}
.widget_hier_page > ul,
.widget_hier_page > ul > li > ul.children,
.menu-product-page-right-menu-container > ul,
#solutions ul,
#right-menu ul.menu,
#left-menu ul.page-list 
{
	list-style: none;
	margin:0;
}
.widget_hier_page > ul > li > ul.children > li,
.menu-product-page-right-menu-container > ul > li,
#left-menu ul.page-list > li{
	margin: 0 0 15px 0;
}
#left-menu, #right-menu, #category-main #secondary {
	border: 1px solid #c3c3c3;
}
#left-menu .widget-body,
#right-menu .widget-body,
.widget-body {
	padding: 15px;
}
#resources .widget-body {
	padding: 0;
}
#brochures .widget-body {
	padding: 0;
}
.product-cat-title {
	background: #005089;
	margin-bottom: 15px;
}
.product-cat-title h4{
	color: #ffffff;
	font-weight: bold;
	padding: 5px 15px;
	font-size: 18px;
}
h3.entry-title.bold {
	font-weight: bold;
}
.two-columns {
width: 48%;
margin: 0 1% 15px 1%;
float: left
}
.section-wrap .two-columns:nth-child(2n+1) {

float: right;
}
.product-link {
	float: right;
}
.product-link a {
	margin-left: 8px;
}
ul.product-list {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #c3c3c3;
}
#brochures aside {
	width: 156px;
	margin: 8px 12px;
}
h5.widget-title {
	text-align: center;
}
#solutions .menu-item a.menu-image-title-after.menu-image-not-hovered img, 
#solutions .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
	padding: 0;
}
#solutions .menu-item {
	position: relative;
}
#solutions .menu-item span.nav-title{
	position: absolute;
	bottom: 10px;
	left:0;
	background: #005089;
	color: #ffffff;
	padding: 3px 15px;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
	width: 200px;
}
#solutions li.menu-item {
	margin-bottom: 20px;
}
#top-menu {
	background: url("images/top_menu_bg.png");
}
#top-menu a {
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-family: "Open Sans Condensed";
}
#top-menu li {
	float: right;
}
#top-menu:after,
#top-menu ul:after{
	display:table;
	content:"";
	clear:both;
}
#top-menu ul {
	margin:0;
	background: #efefef;
}
#top-menu li a span {
	padding: 0 12px 0 16px;
	border-left: 1px solid #999999;
}

#top-menu li:first-child {
	padding: 0 20px;
	float: left;
}
.current-menu-item a,
#top-menu .strong a{
	color: #005089 !important;
	font-weight: bold !important;
}
.site-header input[type="search"] {
	padding: 0 3px;
}
.section-wrap a, .section-wrap,
.product-main a{
	text-decoration: none;
	color: #005089;
}
.product-main a p, .content {
	color: #636363;
	font-size: 14px;
}
.theme-button-secondary {
	color: #005089;
	font-style: italic;
}
a.theme-button-secondary {
	color: #005089;;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.section-wrap h4, h4.item-title  {
	font-size: 18px;
}
.section-wrap h4.item-element,
.section-wrap .product-link a{
	font-size: 15px;
}
.product-des {
	width: 212px;
	margin-right: 16px;
	margin-bottom: 10px;
	background: #e1e1e1;
}
.product-des-wrap div.product-des:nth-child(4n) {
	margin-right: 0;
}
.product-des-wrap div.product-des:nth-child(4n):after {
	clear:both;
	content: "";
	display: table;
}
.product-pad {
	padding: 15px;
}
.product-des-wrap {
	margin-bottom: 30px;
}
.product-des-wrap div.product-des: nth-child(n4) {
	margin-right: 0;
}
#brochures h5.widget-title,
.tntVideoList h5.widget-title{
	display: block;
	margin: 5px auto;
	font-size: 14px;
}
#right-menu h3.widget-title, #right-menu h3.widget-title a,
#left-menu.widget-area > ul >li > ul > li > a, #right-menu.widget-area ul.menu > li > a {
	font-size: 14px;
	color: #005089;
	text-decoration: none;
	line-height: 1.2;
	font-weight: bold;
}
#left-menu.widget-area a,
 #right-menu.widget-area a,
 #left-menu.widget-area li,
 #right-menu.widget-area li{
 font-size: 14px;
	color: #005089;
	text-decoration: none;
 }

#left-menu.widget-area ul.page-list > li > a {
	font-weight: bold;
}
body .rpwe-block, body .rpwe-block a, body .rpwe-block h3 {
	font-size: 18px !important;
}
body .rpwe-block h3 {
	font-weight: bold;
}
body .rpwe-block h3 span{
	font-weight: normal;
}
body .rpwe-block li {
	border:0;
}
body .rpwe-block p {
	margin:0;
}
body .rpwe-summary {
	font-size: 16px;
	font-style: italic;
}
.rpwe-block {
	margin-top: 15px;
}
.widget-body aside.rpwe_widget {
	padding-top: 20px;
	border-top: 1px solid #c2c2c2;
}

/* footer */
footer.site-footer {
	background: #000000;
	color: #c2c2c2;
	font-size: 14px;
	padding: 30px;
}
footer.site-footer a {
	color: #c2c2c2;
	text-decoration: none;
}
.copyright {
	color: #959595;
}
footer.site-footer ul {
	list-style: none;
	margin:0;
}
footer.site-footer aside {
	margin-right: 20px;
	width: 164px;
}
footer.site-footer aside:nth-child(5n) {
	margin-right: 0;
}
footer.site-footer aside ul li:first-child a {
	font-weight: bold;
}
.menu-footer-sns-menu-container ul {
	text-align:right;
}

.button:hover,
button:hover{
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.button:active,
button:active{
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
.button {
	background-color: #ffffff;
    background-image: -moz-linear-gradient(center top , #Ffffff, #E6E6E6);
    background-repeat: repeat-x;
    border: 1px solid #D2D2D2;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    color: #444444;
    font-size: 0.785714rem;
    font-weight: normal;
    line-height: 1.42857;
    padding: 0.428571rem 0.714286rem;
}
.button.calculator {
	width: 100%;
	padding: 10px 30px;
	font-size: 15px;
	display:block;
}
.button.calculator li:first-child {
	margin-right: 10px;
}
.button.calculator ul {
	margin: 0;
	display:block;
}
#category-main h1.entry-title a,
#blog-archive h1.entry-title a{
	text-decoration: none;
	color: #005089;
}
#category-main h1.entry-title,
#blog-archive h1.entry-title a{
	line-height: 1.2;
	font-size: 24px;
}
body.search article {
	padding-top: 15px;
	border-bottom: 1px solid #efefef;
}
#date-author {
	margin: 15px 0;
	color: #999999;
}
#date-author a {
	color: #999999;
	text-decoration: none;
}
#category-main {
	font-size: 14px;
}
#category-main article {
	padding: 15px 0;
	border-bottom: 1px solid #c6c6c6;
}
#category-main article:last-child {
	border-bottom: 0;
}
#category-main h3.widget-title {
	font-size: 20px;
}


.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
    content: "";
    display: table;
}
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
    content: "";
    display: table;
}
.clear:after, .wrapper:after, .format-status .entry-header:after {
    clear: both;
}

div.label2 {
    height: 40px;
    width: 350px;
    float:left;
    border: 0px solid red;
}
div.field2 {
    width: 200px;
    float:left;
    border: 0px solid green;
}

.label {
    float: left;
    height: 40px;
    width: 180px;
}

.field {
    float: left;
    width: 640px;
}

.field.textarea {
    float: none;
    margin-top: 10px;
    width: 650px;
}

.field.send {
    float: none;
}
.send {
    margin-top: 10px;
}
.search #page .site-content {
	float: none;
	width: 100%;
}

.member ul{
	list-style: none;
	margin: 0;
}
.member-name {
	color: #005089;
	font-weight: bold;
	padding: 15px 0 8px 0;
}
.member-position {
	font-style: italic;
	padding-bottom: 8px;
}
.member-location {
	padding: 15px 0;
}
.member-sns {
	padding: 10px 0 25px 0;
}
.widget-body.member li img.wp-post-image {
	width: 250px;
}
.widget-body.member h3 {
	padding: 15px 0;
	color: #898989;
	font-weight: bold;
}
.widget-body.member h4 {
	color: #005089;
	font-weight: bold;
	padding-bottom: 15px;
}
select.button {
	font-size: 16px;
	color: #005089;
	font-weight: bold;
	padding-right: 0.9em;
	margin:0;
}

.custom-dropdown__select{
    font-size: inherit; /* inherit size from .custom-dropdown */
    margin: 0; /* remove default margins */
}
.custom-dropdown__select {
    background-color: #fff;
    color: #444;    
}


.custom-dropdown {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }


.custom-dropdown__select {
    padding-right: 0.9em;
}
.custom-dropdown__select {
    -moz-appearance: none;
    border: 0 none;
    border-radius: 5px;
    padding-right: 2.5em;
}
.custom-dropdown__select--white {
    background-color: #FFFFFF;
    color: #444444;
}
.custom-dropdown__select {
    font-size: inherit;
    margin: 0;

}

.custom-dropdown--white:before {
    background-color: #FFFFFF;
	background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-radius: 3px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0.5em;
    top: 0.5em;
}
.custom-dropdown:before {
    border-radius: 0 3px 3px 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 2em;
}
.custom-dropdown:before, .custom-dropdown:after {
    content: "";
    pointer-events: none;
    position: absolute;
}
.custom-dropdown--white:after {
    color: rgba(0, 0, 0, 0.9);
}
.custom-dropdown:after {
    content: "▼";
    font-size: 0.625em;
    height: 1em;
    line-height: 1;
    margin-top: -0.5em;
    right: 1.2em;
    top: 50%;
	color: #005089;
}
.custom-dropdown {
    display: inline-block;
    margin: 0;
}
.custom-dropdown {
    display: inline-block;
    position: relative;
    vertical-align: middle;
	border: 1px solid #D2D2D2;
	border-radius: 5px;
}
#nav_menu-14 .responsiveSelectContainer ul.responsiveSelectFullMenu,
#solutions #nav_menu-7 ul#menu-solutions-main-call-to-action-1,
#responsive-menu ul.responsive-menu{
	display: block !important;
	}
#nav_menu-14 .responsiveSelectContainer select.responsiveMenuSelect,
#solutions #nav_menu-7 select.responsiveMenuSelect,
#responsive-menu select.responsiveMenuSelect{
	display: none !important;
}


.archive-header, .page-header {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 3.42857rem;
    padding-bottom: 1.57143rem;
	font-weight: bold;
}

body.page-template {
    background-repeat: repeat-x !important;
}

h4.section-title.bold {
    background-color: #ED1C24;
}


.menu-item-1154 a {
    color: #005089 !important;
}


div.l-align-right {
    margin-top: -50px !important;
}






@media screen and (max-width: 980px) {
.product-des-wrap div.product-des:nth-child(4n) {
    margin-right: 16px;
	}
}

@media screen and (max-width: 900px) {
	#secondary.widget-area {
    float: none;
    width: 100%;
	text-align: center;
	}
	.content-area {
     float: none;
    width: 100%;
	}
	.button.calculator {
	width: 80%;
	margin: 0 auto;
	}
	.button.calculator ul {
	width: 160px;
	margin: 0 auto;
	}
	footer.site-footer aside {
	margin-right: 0;
	width: 100%;
	}
	#footer-menu aside.l-align-left {
	float: none;
	}
	.site-footer .l-align-left,
	.site-footer .l-align-right,
	#solutions.widget-area.l-align-right{
	float: none;
	}
	.l-align-right {
    float: none !important;
	}
	#left-menu.l-align-left {
	float: none;
	}
	#left-menu, #right-menu, #category-main #secondary {
	width: 100%;
	}
	.site-content:after {
	display: table;
	content:"";
	clear: both;
	}
	.site-content, .site-content.two-sidebar {
	float: none;
	width: 100%;
	}
	
}

@media screen and (max-width: 600px) {
	#top-menu {
		display: none;
	}
	#header-contact-menu aside {
    float: none;
	}
	#header-contact-menu .widget {
    margin: 15px 0;
	}
	.two-columns {
    float: none;
    margin: 0 0 15px;
    width: 100%;
	}
	.section-wrap aside {
	 float: none;
	 text-align: center;
	 margin: 8px auto;
	}
	#brochures aside {
    margin: 8px 12px;
    width: 100%;
	margin: 8px auto;
	}
	.tntVideoList .tntVideoItem {
    float: none;
    margin: 0 auto 10px auto !important;
	width: 100% !important;
	}
	.tntVideoItem img {
	width: 100%;
	height: auto;
	}
	.cycloneslider-template-default .cycloneslider-caption {
	display: none;
	}
	.site-header a.l-align-left {
	float: none;
	}
	#header-right {
	margin-top: 0;
	float: none;
	text-align: center;
	}
	.main-navigation {
		float: none;
	}
	#featured.widget-area.l-align-right {
		float: none;
	}
	.site-content {
		padding: 0;
	}
	.l-align-left {
	float: none;
	}
	.product-des {
    margin: 0 auto 10px auto;
	}
	.page-template-page-templatesmember-php .entry-content img {
	display: none;
	}
	.page-template-page-templatesmember-php .entry-content {
	margin: 0;
	}
	.product-des-wrap div.product-des:nth-child(4n) {
    margin: 0 auto 10px;
	}
		
		img.header-image {
	    width: auto;
	    max-width: 100px;
	}
}
#featured .widget.l-inline-block li.cat-post-item {
	display: block !important;
}