/* # NJ ARCH 
Theme Name: KinKonnect
Theme URI: http://kinkonnect.org/
Description: KinKonnect theme on Genesis Framework
Author: Gary Smith Marketing, LLC
Author URI: http://www.garysmithmarketing.com/
Template: genesis
Template Version: 2.2.3
Version: 2.0.1
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Child Specific CSS
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #f5f5f5;
	color: #333;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #e5554e;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #e5554e;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #e5554e;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 160px;
}

.site-header .wrap {
	padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
/*	background: url(images/logo.png) no-repeat left; */
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation (mdh modified font-size from 16px to 13px – 06-29-20)
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
/*	background-color: #333; */
	background-color: #8cc43c; /* kinkonnect */
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
/*	background-color: #e5554e; */
	background-color: #692a7b; /* kinkonnect */

}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

/* # Child Specific CSS
---------------------------------------------------------------------------------------------------- */
body { background-color:#fff; }
.entry { padding:0; }
.entry-title { font-size:18px; }
a { color:#512a62; }
a:hover { color:#8cc43c; }
main.content a { text-decoration:underline;font-weight:bold; }

.onsale{ display:none; }

/* Home CSS */
.home .site-inner, .home .site-inner>.wrap {
	padding-top:0;
	margin:0;
	max-width:100%;
}
.home .entry {
	max-width:1200px;
	margin:30px auto 0 auto;
	padding:0;
}

/* Header */
.top_bar {
	height:40px;
	background-color:#692a7b;
	color:#977fa1;
}
	.top_bar a { color:#fff; }
	.facebook_icon { display:inline-block; line-height:40px; vertical-align:middle; text-indent:-99999px; width:23px; height:23px; background:url('images/icon_facebook.png') no-repeat; background-size:22px; margin-right:24px; }
	.twitter_icon { display:inline-block; line-height:40px; vertical-align:middle; text-indent:-99999px; width:27px; height:23px; background:url('images/icon_twitter.png') no-repeat; background-size:28px; margin-right:24px; }
	.newsletter_link { font-weight:bold; line-height:40px; vertical-align:middle; font-size:14px; }
	.nturl.notranslate.es, .nturl.notranslate.en { font-weight:bold; line-height:40px; vertical-align:middle; font-size:14px; margin-left:14px; color:#BD72D4; }
	.top_bar .search-form { width:auto; float:right; line-height:0; margin-top:10px; }
		.top_bar input[type="search"] { width:245px; padding:0; float:left; padding:0 10px; -webkit-border-radius:22px; -moz-border-radius:22px; border-radius:22px; height:20px; line-height:20px; margin-right:10px; font-size:14px; }
		.top_bar input[type="submit"] { width:23px; height:23px; float:right; padding:0; background:url('images/icon_search.png') no-repeat; }
.site-header {
	margin-bottom:3px;
}
.site-header .wrap {
	padding:0;
	margin:0;
	max-width:100%;
	/*background:url('images/header_bg.gif') no-repeat top center;*/
	background-color:#f3f9eb;
	background-size:cover;
}
	.header_segments {
		margin:0 auto;
		width:1200px;
		min-height:310px;
		position:relative;
	}
		.header_segments a:hover {
			color:#512a63;
		}
		.title-area {
			padding:20px 20px 0 20px;
		}
		.header-image .site-title > a {
/*			background:url('images/logo.png') no-repeat top center; */
			min-height:125px;
/*			padding:135px 0 0 0; */
			color:#512a63;
			font-size:18px;
		}
		.header-image .site-description, .header-image .site-title {
			text-indent:0;
		}
			.header-image .site-description {
				position:absolute;
				top:180px;
				left:0;
				right:0;
				margin:0 auto;
				font-size:18px;
				color:#512a63;
				font-style:italic;
				width:500px;
				text-align:center;
				font-weight:400;
			}
		.site_phone {
			width:450px;
			position:absolute;
			top:220px;
			left:0;
			right:0;
			margin:0 auto;
			text-align:center;
		}
			.site_phone .main_phone {
				font-size:30px;
				color:#512a63;
				font-weight:bold;
				margin:0 0 0 15px;
				padding:0;
			}
			.site_phone .sub_phone {
				font-size:20px;
				color:#8cc43c;
				font-weight:bold;
				margin:0 15px 0 0;
				padding:0;
				float:right;
				line-height:48px;
			}
		.segment_left, .title-area, .segment_right {
			float:left;
			width:29% !important;
			text-align:center;
			vertical-align:top;
		}
			.title-area {
				width:42% !important;
			}
			.segment_left, .segment_right {
				padding-top:40px;
			}
		.segment_clear {
			clear:both;
		}
		.head_circle {
			width:166px;
			height:166px;
			display:block;
			text-transform:uppercase;
			padding:93px 0 0 0;
			text-align:center;
			font-weight:bold;
			font-size:17px;
			color:#fff;
			line-height:17px;
		}
			.head_resources { background:url('images/head_circle_resources.png') no-repeat center center; float:left; background-size:166px; }
			.head_library { background:url('images/head_circle_library.png') no-repeat center center; float:right; background-size:166px; }
			.head_events { background:url('images/head_circle_events.png') no-repeat center center; float:left; background-size:166px; }
			.head_new { background:url('images/head_circle_new.png') no-repeat center center; float:right; background-size:166px; }
		.head_button { color:#fff; text-transform:uppercase; display:inline-block; clear:both; -webkit-border-radius:24px; -moz-border-radius:24px; border-radius:24px; background-color:#692a7b; padding:2px 16px; font-weight:bold; font-size:16px; margin-top:20px; }
	.nav-primary {
		background:none;
		clear:both;
		-webkit-box-shadow: inset 0px 2px 3px 0px rgba(0,0,0,0.35), 0px 2px 3px 0px rgba(0,0,0,0.35);
		-moz-box-shadow: inset 0px 2px 3px 0px rgba(0,0,0,0.35), 0px 2px 3px 0px rgba(0,0,0,0.35);
		box-shadow: inset 0px 2px 3px 0px rgba(0,0,0,0.35), 0px 2px 3px 0px rgba(0,0,0,0.35);
	}
		.nav-primary .wrap { background:none; max-width:1200px; margin:0 auto; }
		.genesis-nav-menu { display:inline-block; }
			.genesis-nav-menu a { padding:16px 18px; }
			.genesis-nav-menu>.menu-item { display:inline-block;}
		.nav-primary .genesis-nav-menu a { color:#512a62; text-transform:uppercase; font-weight:bold; }
		.nav-primary .genesis-nav-menu .current-menu-item > a { color:#8cc43c; }
			.nav-primary .genesis-nav-menu .current-menu-item > a:hover { color:#fff; }
		.nav-primary .genesis-nav-menu .menu-item:hover a { background:#8cc43c; color:#fff; }
			.nav-primary .genesis-nav-menu a:hover { color:#fff; }
			.genesis-nav-menu .menu-item:hover > .sub-menu { opacity:0.9; }
				.genesis-nav-menu .menu-item:hover > .sub-menu .sub-menu { opacity:1; }
					.genesis-nav-menu .menu-item:hover > .sub-menu .sub-menu .sub-menu { opacity:1; }
			.genesis-nav-menu .menu-item:hover > .sub-menu a:hover { color:#512a63; }

.rev_slider_wrapper {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #cccccb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccb));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccb 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#cccccb 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#cccccb 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#cccccb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccb',GradientType=0 );
}
		
.purple_button { color:#fff; text-transform:uppercase; display:inline-block; clear:both; -webkit-border-radius:24px; -moz-border-radius:24px; border-radius:24px; background-color:#512a63; padding:2px 16px; font-weight:bold; font-size:16px; margin:5px 0; text-decoration:none; }
	.purple_button:active, .purple_button:hover, .purple_button:focus { color:#FFFFFF; text-decoration:none; }
	
/* Resource Bar */
.resource_bar {
	text-align:left;
	clear:both;
	color:#fff;
	font-size:0;
	background: #512963;
	background: -moz-linear-gradient(top,  #512963 0%, #452155 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#512963), color-stop(100%,#452155));
	background: -webkit-linear-gradient(top,  #512963 0%,#452155 100%);
	background: -o-linear-gradient(top,  #512963 0%,#452155 100%);
	background: -ms-linear-gradient(top,  #512963 0%,#452155 100%);
	background: linear-gradient(to bottom,  #512963 0%,#452155 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#512963', endColorstr='#452155',GradientType=0 );
}
	.resource_bar .wrap {
		max-width:1200px;
		margin:0 auto;
		padding:40px 0;
	}
	.resource_bar h3 {
		color:#fff;
		margin-bottom:0;
		font-size:42px;
		display:inline-block;
		vertical-align:top;
	}
	.resource_folder {
		display:inline-block;
		width:44px;
		height:36px;
		background:url('images/icon_resource_folder.png') no-repeat;
		margin-right:15px;
	}
	.resource_arrow {
		display:inline-block;
		width:43px;
		height:43px;
		background:url('images/icon_resource_arrow.png') no-repeat;
		margin-left:15px;
	}

/* WooCommerce Shop Page */
.newitems_block {
	/*
	background:#E6F0F6;
	*/
	background-color: #F3E6F6; /* kinkonnect */
	text-align:center;
}
	.newitems_block h2 {
		color:#512a62;
		font-size:30px;
		margin:30px 0;
	}
	.newitems_list {
	}
		.newitem {
			float:left;
			width:33%;
		}
		.newitem h3 {
		/*	color:#005b99; */
			color: #512a62; /* kinkonnect */
			font-size:18px;
		}

/* WooCommerce */
.woocommerce-page .content .product .summary {
	float:left;
}
.woocommerce-page .content .product .images {
	float:right;
}
.woocommerce-checkout #order_review #payment ul.payment_methods {
	display:none;
}
.woocommerce div.product p.stock, .woocommerce #content div.product p.stock, .woocommerce-page div.product p.stock {
	display:none;
}
.woocommerce div.product p.stock.library_fields, .woocommerce #content div.product p.stock.library_fields, .woocommerce-page div.product p.stock.library_fields {
	display:block;
}
.woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart {
	clear:none;
	float:right;
	text-align:center;
	width:48%;
}
.woocommerce .content-sidebar-wrap div.product form.cart .button, .woocommerce .content-sidebar-wrap #content div.product form.cart .button, .woocommerce-page .content-sidebar-wrap div.product form.cart .button, .woocommerce-page .content-sidebar-wrap #content div.product form.cart .button {
	float:none;
}
.library_fields {
	margin-bottom:10px;
}
.woocommerce.widget_shopping_cart span.quantity { display:none; }
.woocommerce.widget_shopping_cart .widget_shopping_cart_content p.total { display:none; }
.woocommerce.widget_shopping_cart .widget_shopping_cart_content p.buttons { margin-top:10px; }
.woocommerce .woocommerce-message .njwoo_right { float:right;}
	.woocommerce .woocommerce-message .njwoo_right a.wc-forwards { float:none; display:inline-block; margin-left:15px; }

.woocommerce .order_details li { list-style-type:none; }
	
/* Content */
.content {
	width:860px;
}

/* Sidebar */
.sidebar-primary, .sidebar-library, .sidebar-resource, .sidebar-event, .sidebar-whatsnew, .sidebar-1 .sidebar-2 .sidebar-3 .sidebar-4, .sidebar-5 {
	width:300px;
	float:right;
}
	.sidebar .widget {
		padding:0;
	}
		
/* Footer */
.site-footer {
	padding:40px 0 0 0;
	background:#692a7b;
}
.footer-left {
	float:left;
	width:auto;
}
	.footer_links {
		width:auto;
		float:left;
		text-align:left;
		padding-right:30px;
		border-right:1px dotted #fff;
		margin-right:30px;
	}
		.footer_links.footer_left_3 {
			border:none;
		}
		.footer_links .menu {
		}
		.footer_links .menu-item {
			padding:2px 0;
		}
	.footer_links a {
		color:#fff;
	}
.footer-right {
	float:right;
	width:auto;
}
.footer-base {
	margin-top:50px;
	color:#fff;
	text-align:left;
	background-color:#452155;
}
	.footer-base .wrap {
		padding:14px;
	}
	.footer-logo {
		background:url('images/footer_logo.png') top left no-repeat;
		min-height:25px;
		background-size:340px;
		width:340px;
		margin-right:50px;
		margin-top:1px;
		text-transform:uppercase;
		display:inline-block;
	}
	.footer-credits {
		display:inline-block;
		vertical-align:top;
		line-height:25px;
	}

/* Shortcodes */

/* Resources Shortcode */
.resources_search {}
	.resources_search_top { position:relative; }
		.search_heading { color:#512a62; font-size:22px; margin:0; padding:0; text-align:center; display:block; }
		.search_sub_heading{ color:#1B5EB1; font-size:14px; margin:0; padding:0; text-align:center; display:block; }
		
		.resources_search_left{ display:inline-block; float:left; width:58%; padding:0 2% 0 0; margin:0; border-right:#B8B8B8 1px dotted; border-bottom:#B8B8B8 1px dotted; position:relative; min-height:100px; }
			.resources_search_left h2{ display:inline-block; width:100%; padding:0; margin:0 0 10px 0; color:#512a62; font-size:22px; text-align:center; }
			.resources_search_left input[type="text"]{ padding:10px; margin:0; border:#B5B6B6 1px solid; }
			.resources_search_left input[type="submit"]{ position:absolute; width:19px; height:19px; border:none; background:url(images/search.png) no-repeat scroll 0 0 transparent; top:50px; right:25px; text-indent:-9999px; z-index:1000; padding:0; margin:0; }
			
		.resources_search_right { display:inline-block; float:left; width:40%; padding:0; margin:0; border-bottom:#B8B8B8 1px dotted; min-height:100px; position:relative; }
			.resources_search_right h2{ display:inline-block; width:100%; padding:0; margin:0 0 10px 0; color:#512a62; font-size:22px; text-align:center; }
			.resources_search_right .advance_button_text{ text-align:center; margin:0; padding:0; }
				.resources_search_right .advance_button_text input[type="button"]{ padding:5px 10px; margin:0; background:#FFFFFF; border:#D8D8D7 1px solid; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; color:#707070; text-transform:uppercase; }
				.resources_search_right .advance_search_data{ display:inline-block; width:100%; position:absolute; top:99px; left:0; background:#FFFFFF; z-index:1000; padding:0 5%; box-shadow: 0 3px 10px #333333; -moz-box-shadow: 0 3px 10px #333333; -webkit-box-shadow: 0 3px 10px #333333; } 
					.resources_search_right .advance_search_data input[type="submit"]{ padding:5px 10px; margin:0; background:rgba( 255, 255, 255, 0.9 ); border:#D8D8D7 1px solid; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; color:#707070; text-transform:uppercase; }
					
			.resources_search_right_left{ display:inline-block; float:left; width:49%; padding:0; margin:0 1% 40px 0; } 
				.resources_search_right_left .selectall{ display:inline-block; width:100%; border-bottom:#B8B8B8 1px dotted; min-height:40px; padding:0; }
				.resources_search_right_left ul{ display:inline-block; width:100%; padding:0; margin:0; list-style-type:none; }	
					.resources_search_right_left ul li{ display:inline-block; width:100%; padding:0; margin:0; }	
					
			.resources_search_right_right{ display:inline-block; float:left; width:49%; padding:0; margin:0 0 40px 1%; } 
				.resources_search_right_right ul{ display:inline-block; width:100%; padding:0; margin:0; list-style-type:none; }	
					.resources_search_right_right ul li{ display:inline-block; width:100%; padding:0; margin:0 0 0 16px; }
					.resources_search_right_right ul li input[type="checkbox"] { margin-left:-16px; }
					.resources_search_right_right ul li.bottom_region{ border-top:#B8B8B8 1px dotted; padding:10px 0 0 16px; margin:10px 0 0 0; }	
						.resources_search_right_right ul li.bottom_region input[type="checkbox"] { margin-left:-16px; }
					
				.resources_search_message{ display:none; font-size:14px; color:#FF0000; padding:0; margin:0 0 10px 0; text-align:left; }
				.resource_search_loading{
					display:none;
					width:32px;
					height:32px;
					padding:0;
					margin:0;
					vertical-align:middle;
					position:absolute;
					top:42px;
					right:20px;
					text-indent:-9999px;
					z-index:1000;
					background:url(images/loading.gif) no-repeat scroll 0 0 transparent;
				}
					
				.resources_search_right .resources_regions_title{ display:inline-block; font-size:18px; padding:0; margin:0; width:100%; }
				.resources_search_right .resources_types_title{ display:inline-block; font-size:18px; padding:0; margin:0; width:100%; }
				.resources_search_right ul.resources_types{ display:inline-block; width:100%; padding:0; margin:0 0 20px 0; list-style-type:none; }
				.resources_search_right ul.resources_types li{ display:inline-block; width:100%; padding:0 0 0 0; margin:0 0 0 16px; }
					.resources_search_right ul.resources_types li input[type="checkbox"] { margin-left:-16px; }
					.resources_search_right ul.resources_types li.all{ border-bottom:#B8B8B8 1px dotted; min-height:40px; }
					
			.resource_submit{ position:relative; text-align:center; margin:0 0 20px 0 !important; }
				.resource_loading{ float:left; width:32px; height:32px; padding:0; margin:0; position:absolute; top:0; right:70px; background:url(images/loading.gif) no-repeat scroll 0 0 transparent; display:none; }
	.resources_search_bottom{ display:inline-block; width:100%; padding:0; margin:30px 0; text-align:center; }
	
	.resources_revise_search{ display:none; width:100%; padding:0; margin:0 0 20px 0;  position:relative; border-top:#B8B8B8 1px dotted; border-bottom:#B8B8B8 1px dotted; }
		.resources_revise_search .revise_search_arrow{ display:inline-block; width:22px; height:11px; position:absolute; top:12px; margin:0; cursor:pointer; right:0; }
		.resources_revise_search .revise_search_arrow.arrow_down{ background:url(images/arrow-down.png) no-repeat scroll right 0 transparent; }
		.resources_revise_search .revise_search_arrow.arrow_up{ background:url(images/arrow-up.png) no-repeat scroll right 0 transparent; }
	.resources_search_data{ position:relative; display:inline-block; width:100%; padding:0; margin:0; }
	
.resources_results{ display:inline-block; width:100%; padding:0; margin:0; }
	.resources_results .show_hide_resources{ float:right; width:100%; padding:0; margin:0; text-align:right; font-size:14px; }
		.resources_results .show_hide_resources a { color:#8cc43c; }
		.resources_results .show_hide_resources a:hover { color:#512a62; }
	.resources_results h2{ color:#512863; padding:0 0 20px 0; }
	
	.resources_results .resource_row{ display:inline-block; width:100%; padding:0 0 10px 0; margin:5px 0; border-bottom:1px dotted #B8B8B8; }
		.resources_results .resource_row h3.category{ display:inline-block; width:100%; padding:0 0 10px 0; margin:0; border-bottom:#B8B8B8 1px dotted; color:#999999; font-size:18px; font-weight:bold; }
		.resources_results .resource_row h3.title{ position:relative; border-bottom:none; padding:0; margin:0; }
			.resources_results .resource_row h3.title .heading{ display:inline-block; width:97.5%; font-size:18px; font-weight:bold; padding:0 10px 0 0; margin:0 0 0 0; }
			.resources_results .resource_row h3.title .region{ display:inline-block; width:auto; font-size:14px; font-weight:bold; padding:0 10px 0 0; border-left:#B8B8B8 1px dotted; margin:0 10px 0 0; color:#B2B3B3; }
			.resources_results .resource_row h3.title .category{ padding:0 10px; color:#B2B3B3; font-size:14px; display:inline-block; width:auto; border-left:#B8B8B8 1px dotted; }
			.resources_results .resource_row h3.title .arrow{ display:inline-block; float:right; width:22px; height:11px; cursor:pointer; position:absolute; top:10px; right:0; z-index:1000; }
				.resources_results .resource_row h3.title .arrow_down{ background:url(images/arrow-down.png) no-repeat scroll 0 0 transparent; }
				.resources_results .resource_row h3.title .arrow_up{ background:url(images/arrow-up.png) no-repeat scroll 0 0 transparent; }
	
		.resources_results .resource_row p{ display:inline-block; margin:5px 0; padding:0; width:100%; }
		.resources_results .resource_row label.field, .resources_results .resource_row span.field{ display:inline-block; color:#59596F; font-size:16px; vertical-align:top; }
		.resources_results .resource_row label.field { width:10%; padding:0; float:left; }
		.resources_results .resource_row span { padding:0; margin:0; }
			.resources_results .resource_row span.field { width:89%; padding:0;  }
				.resources_results .resource_row span.field .address{ display:inline-block; width:100%; }
				.resources_results .resource_row span.field .city{ display:inline-block; width:auto; }
				.resources_results .resource_row span.field .state{ display:inline-block; width:auto; margin-right:3px; }
				.resources_results .resource_row span.field .state_sep{ display:inline-block; width:auto; margin-right:3px; }
				.resources_results .resource_row span.field .zipcode{ display:inline-block; width:auto; }
	
	.resources_results ul{ display:inline-block; width:100%; padding:0; margin:0; list-style-type:none; }	
		.resources_results ul li{ display:inline-block; width:100%; padding:0; margin:20px 0; }
			.resources_results ul li h3{ display:inline-block; width:100%; padding:0 0 10px 0; margin:0; border-bottom:#B8B8B8 1px dotted; color:#999999; font-size:18px; font-weight:bold; }
			.resources_results ul li ul{ display:inline-block; width:100%; padding:0; margin:0; list-style-type:none; }
				.resources_results ul li ul li{ display:inline-block; width:100%; padding:5px 0; margin:0; border-bottom:#B8B8B8 1px dotted; }
					.resources_results ul li ul li h3{ position:relative; border-bottom:none; padding:0; margin:0; }
						.resources_results ul li ul li h3 .heading{ display:inline-block; width:auto; font-size:18px; font-weight:bold; padding:0 10px 0 0; border-right:#B8B8B8 1px dotted; margin:0 10px 0 0; }
						.resources_results ul li ul li h3 .category{ padding:0 10px; color:#B2B3B3; font-size:18px; display:inline-block; width:auto; }
						.resources_results ul li ul li h3 .arrow{ display:inline-block; float:right; width:22px; height:11px; cursor:pointer; position:absolute; top:10px; right:10px; z-index:1000; }
						.resources_results ul li ul li h3 .arrow.arrow_down{ background:url(images/arrow-down.png) no-repeat scroll 0 0 transparent; }
						.resources_results ul li ul li h3 .arrow.arrow_up{ background:url(images/arrow-up.png) no-repeat scroll 0 0 transparent; }
						.resources_results ul li ul li p{ display:inline-block; margin:5px 0; padding:0; width:100%; }
						.resources_results ul li ul li label.field, .resources_results ul li ul li span.field{ display:inline-block; color:#59596F; font-size:16px; vertical-align:top; }
						.resources_results ul li ul li label.field { width:10%; padding:0; float:left; }
						.resources_results ul li ul li span { padding:0; margin:0; }
						.resources_results ul li ul li span.field { width:89%; padding:0; float:left; }
							.resources_results ul li ul li span.field .address{ display:inline-block; width:100%; }
							.resources_results ul li ul li span.field .city{ display:inline-block; width:auto; margin-right:3px; }
							.resources_results ul li ul li span.field .state{ display:inline-block; width:auto; margin-right:3px; }
							.resources_results ul li ul li span.field .zipcode{ display:inline-block; width:auto; }
						
/* Products Shortcode */
a.more{ color:#679DC2; }

.products_search{ display:inline-block; width:100%; padding:0; margin:0; }
	.products_search .products_search_top{ display:inline-block; width:100%; padding:0; margin:0 0 20px 0; border-top:#B8B8B8 1px dotted; border-bottom:#B8B8B8 1px dotted; position:relative; display:none; }			
		.products_search .products_search_top .revise_products_search_arrow{ display:inline-block; width:22px; height:11px; position:absolute; top:18px; margin:0; cursor:pointer; right:0; }
		.products_search .products_search_top .revise_products_search_arrow.arrow_down{ background:url(images/arrow-down.png) no-repeat scroll right 0 transparent; }
		.products_search .products_search_top .revise_products_search_arrow.arrow_up{ background:url(images/arrow-up.png) no-repeat scroll right 0 transparent; }	
		
	.products_search .products_search_bottom{ display:inline-block; width:100%; padding:0 0 40px 0; margin:0 0 40px 0; }	
		.products_search .products_search_bottom .products_search_message{ display:none; font-size:14px; color:#FF0000; padding:0; margin:10px 0; text-align:center;  }	
		.nj_product_search_container{ display:inline-block; width:100%; padding:0 0 20px 0; margin:0; border-bottom:1px dotted #B8B8B8; }
		
		.products_search .products_search_bottom ul{ display:inline-block; width:100%; padding:0; margin:0; list-style-type:none; vertical-align:top; }
			.products_search .products_search_bottom ul li{ display:inline-block; width:33.33%; padding:0; margin:0; }
				.products_search .products_search_bottom ul li .product_cat_image{ display:inline-block; width:100%; padding:0; margin:0; text-align:center; height:189px; }
				.products_search .products_search_bottom ul li .product_cat_text{ display:inline-block; width:100%; padding:0; margin:0; text-align:center; }
			
			.products_search .products_search_bottom .products_search_selectall{ width:100%; margin:0; text-align:center; display:inline-block; }
				.products_search .products_search_bottom .products_search_selectall .selectall_field{ width:120px; margin:20px 0 0 0; padding:0; text-align:center; display:inline-block; border-top:#B8B8B8 1px dotted; }
			
			.products_search .products_search_bottom .products_submit .products_field{ display:inline-block; width:89%; padding:0; margin:0 1% 0 0; position:relative; }	
				
			.products_search .products_search_bottom .products_submit .products_loading{ display:none; width:9%; padding:0; margin:0; vertical-align:middle; background:url( images/loading.gif ) no-repeat scroll 0 0 transparent; height:32px; }	
			
			.product_search_left{ display:inline-block; float:left; width:58%; padding:10px 2% 10px 0px; margin:0px; border-right:1px dotted #B8B8B8; min-height:100px; }
				.product_search_left h2{ display:inline-block; width:100%; padding:0px; margin:0; color:#105C97; font-size:22px; text-align:center; }
				.product_search_left ul{ text-align:center; }
					.product_search_left ul li{ width:auto !important; margin-right:10px !important; }
				.product_search_left p{ display:inline-block; width:100%; padding:0px; margin:0; }
					.product_search_left p input[ type="text" ]{ padding:10px; margin:0px; border:1px solid #B5B6B6; }
					.product_search_left p input[ type="submit"]{ position:absolute; width:19px; height:19px; border:medium none; background:url( images/search.png) no-repeat scroll 0px 0px transparent; top:14px; right:10px; text-indent:-9999px; z-index:1000; padding:0px; margin:0px; }
				
			.product_search_right{ display:inline-block; float:left; width:42%; padding:10px 0 10px 0; margin:0px; min-height:100px; }	
				.product_search_right h2{ display:inline-block; width:100%; padding:0px; margin:0px 0px 10px; color:#105C97; font-size:22px; text-align:center; }
				.product_search_right p{ display:inline-block; width:100%; padding:0; margin:0; text-align:center; }
					.product_search_right p input[ type="button" ]{ border:#D4D4D3 1px solid; background:#FFFFFF; color:#000000; text-transform:uppercase; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; padding:5px 20px; }
					
			.product_advance_container{ position:relative; display:none; width:100%; padding:0; margin:10px 0 0 0; }
				.product_advance_main{ display:inline-block; width:100%; padding:20px; margin:0; position:absolute; background:#FFFFFF; z-index:10000; top:0; left:0; box-shadow:0 3px 10px #333; -moz-box-shadow:0 3px 10px #333; -webkit-box-shadow:0 3px 10px #333;  }
					.product_advance_main p.product_advance_message{ display:none; color:#FF0000; font-size:14px; margin:5px 0; padding:0; }
					.product_advance_main h3{ display:inline-block; color:#105C97; font-size:22px; padding:0; margin:0; width: 100%; }
						.product_advance_main h3 .right{ float:right; width:auto; padding:0; margin:0; }
							.product_advance_main h3 .right input[ type="button" ]{  border:#D4D4D3 1px solid; background:#FFFFFF; color:#000000; text-transform:uppercase; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; padding:5px 20px; }
					.product_advance_main h4{ display:inline-block; color:#105C97; padding:0; margin:0; width: 100%; }
					
					ul.advance_cat{ margin-bottom:20px !important; }
						ul.advance_cat li{ width:auto !important; margin-right:10px !important; }
					
					.product_advance_container_bottom{ display:inline-block; width:100%; padding:0; margin:0; background:url( images/dot-new.png ) repeat-y scroll 40% 0 transparent; }
					
						.product_advance_container_left{ display:inline-block; width:40%; padding:0 2% 0 0; margin:0; vertical-align:top; }
							.product_advance_container_left ul{}
								.product_advance_container_left li{ width:100% !important; }
						.product_advance_container_left .selectall, .product_advance_container_right .selectall{ float:right; font-size:18px; color:#333; font-weight:300; }
						
						.product_advance_container_right{ display:inline-block; width:59%; padding:0 0 0 2%; margin:0; vertical-align:top; }
							.product_advance_container_right ul{ width:50% !important; }
								.product_advance_container_right li{ width:100% !important; }
						
					.product_advance_main p.submit{ display:inline-block; text-align:center; width:100%; padding:10px 0 0 0; margin:10px 0 0 0; border-top:1px solid #CCCCCB; }
						.product_advance_main p.submit .advance_submit{ display:inline-block; width:auto; padding:0; margin:0 10px 0 0; }	
							.product_advance_main p.submit .advance_submit input[ type="submit" ]{ border:#D4D4D3 1px solid; background:#FFFFFF; color:#000000; text-transform:uppercase; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; padding:5px 20px; }
						.product_advance_main p.submit .advance_loading{ display:none; vertical-align:middle; width:35px; height:35px; padding:0; margin:0; background:url( images/loading.gif ) no-repeat scroll 0 0 transparent; }
						
.products_search_data{ display:inline-block; width:100%; padding:0; margin:0; }
	.products_search_data .show_hide_products{ display:inline-block; width:100%; padding:0; margin:0; float:right; text-align:right; font-size:14px; }
	.products_search_data .suggested_keywords{ display:inline-block; width:100%; padding:0 0 5px 0; margin:0; float:left; text-align:left; font-size:14px; color:#898A89; border-bottom:1px dotted #B8B8B8; }
		.products_search_data .suggested_keywords span{ font-size:16px; color:#512A63; font-weight:bold; }
	.products_search_data .product_row{ display:inline-block; width:100%; padding:0 0 10px 0; margin:5px 0; border-bottom:1px dotted #B8B8B8; }
		.products_search_data .product_row h3.category{ display:inline-block; width:100%; padding:0 0 10px 0; margin:0; border-bottom:#B8B8B8 1px dotted; color:#999999; font-size:18px; font-weight:bold; }
		.products_search_data .product_row h3.title{ position:relative; border-bottom:none; padding:0; margin:0; }
			.products_search_data .product_row h3.title .heading{ display:inline-block; width:auto; color:#135E98; font-size:16px; font-weight:bold; padding:0 5px 0 0; }
			.products_search_data .product_row h3.title .category{ display:inline-block; width:auto; color:#B2B3B3; font-size:16px; font-weight:bold; padding:0 0 0 5px; border-left:1px dotted #B8B8B8; }
				.products_search_data .product_row h3.title .heading a{ color:#135E98; }
					.products_search_data .product_row h3.title .heading a:hover{ color:#512A62; }
			.products_search_data .product_row h3.title .arrow{ display:inline-block; float:right; width:22px; height:11px; cursor:pointer; position:absolute; top:10px; right:10px; z-index:1000; }
				.products_search_data .product_row h3.title .arrow.arrow_down{ background:url(images/arrow-down.png) no-repeat scroll 0 0 transparent; }
				.products_search_data .product_row h3.title .arrow.arrow_up{ background:url(images/arrow-up.png) no-repeat scroll 0 0 transparent; }
						
		.products_search_data .product_row .product_row_content{ display:inline-block; width:100%; padding:0; margin:10px 0 0 0; }
			.products_search_data .product_row .product_row_content .product_row_left{ display:inline-block; float:left; width:84%; text-align:left; vertical-align:middle; padding:0; margin:0 2% 0 0; }
			.products_search_data .product_row .product_row_content .product_row_right{ display:inline-block; float:left; width:14%; padding:0; margin:0; }
	
	.products_search_data ul{ display:inline-block; width:100%; padding:0; margin:0; list-style-type:none; }
		.products_search_data ul li{ display:inline-block; width:100%; padding:0; margin:20px 0; }
			.products_search_data ul li h3{ display:inline-block; width:100%; padding:0 0 10px 0; margin:0; border-bottom:#B8B8B8 1px dotted; color:#999999; font-size:18px; font-weight:bold; }
			.products_search_data ul li ul{ display:inline-block; width:100%; padding:0; margin:0; list-style-type:none; }
				.products_search_data ul li ul li{ display:inline-block; width:100%; padding:5px 0; margin:0; border-bottom:#B8B8B8 1px dotted; }
					.products_search_data ul li ul li h3{ position:relative; border-bottom:none; padding:0; margin:0; }
						.products_search_data ul li ul li h3 .heading{ display:inline-block; width:auto; color:#692a7b; font-size:16px; font-weight:bold; padding:0 5px 0 0; }
						.products_search_data ul li ul li h3 .category{ display:inline-block; width:auto; color:#B2B3B3; font-size:16px; font-weight:bold; padding:0 0 0 5px; }
						.products_search_data ul li ul li h3 .arrow{ display:inline-block; float:right; width:22px; height:11px; cursor:pointer; position:absolute; top:10px; right:10px; z-index:1000; }
						.products_search_data ul li ul li h3 .arrow.arrow_down{ background:url(images/arrow-down.png) no-repeat scroll 0 0 transparent; }
						.products_search_data ul li ul li h3 .arrow.arrow_up{ background:url(images/arrow-up.png) no-repeat scroll 0 0 transparent; }
					
					.products_search_data ul li ul li .product_row_content{ display:inline-block; width:100%; padding:0; margin:10px 0 0 0; }
						.products_search_data ul li ul li .product_row_content .product_row_left{ display:inline-block; float:left; width:84%; text-align:left; vertical-align:middle; padding:0; margin:0 2% 0 0; }
						.products_search_data ul li ul li .product_row_content .product_row_right{ display:inline-block; float:left; width:14%; padding:0; margin:0; }
							.products_search_data ul li ul li .product_row_content .product_row_right a.product_author{ font-size:14px; font-weight:normal; }

.njrach_events_top{ display:inline-block; width:100%; padding:0; margin:0 0 20px 0; }		
	.njrach_events_top .event_cat_button { display:inline-block; width:auto; padding:10px 30px; margin:0; text-transform:uppercase; background:#e8e8e8; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; color:#512a62; text-align:center; }
		.njrach_events_top .event_cat_button.active{ color:#FFFFFF; background:#512a62; text-decoration:none; text-decoration:none; }
			.njrach_events_top .event_cat_button.active:hover { color:#fff; background:#512a62; }
		.njrach_events_top .event_cat_button:hover { background:#8cc63e; color:#fff; }
		
	.njrach_events_top .njrach_events_search{}
	.njrach_events_top .njarch_events_message{
		display:none;
		color:#FF0000; 
		font-size:14px; 
		margin:5px 0; 
		padding:0;
	}
	.njrach_events_top .njarch_events_loading{
		display:none;
		width:32px;
		height:32px;
		padding:0;
		margin:15px 0 15px 10px;
		background:url(images/loading.gif) no-repeat scroll 0 0 transparent;
		text-indent:-9999px;
	}
	
	.njrach_events_top .search_field_container{ float:left; width:100%; padding:0; margin:0; }
		.search_field_container.search_options { margin:15px 0 0 0; }
		.njrach_events_top .search_field_container .events_field{ float:left; width:70%; border:#919291 1px solid; color:#333333; background:#FFFFFF; padding:20px; margin:0; }
		.njrach_events_top .search_field_container .events_button{ float:left; width:auto; border:#D4D4D3 1px solid; color:#333333; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; background:#FFFFFF; padding:20px; margin:0 0 0 10px; text-align:center; text-transform:uppercase; }
		.njrach_events_top .search_field_container .left{ float:left; width:auto; padding:0; margin:0 20px 0 0; }
		.njrach_events_top .search_field_container .middle{ float:left; width:auto; padding:0; margin:0 20px 0 0; }
		.njrach_events_top .search_field_container .right{ float:left; width:auto; padding:0; margin:0; }
		
	.njrach_events_top .open_hide_events{ display:inline-block; width:100%; padding:0; margin:40px 0 0 0; float:left; font-size:14px; }
		.njrach_events_top .open_hide_events .left{ float:left; text-align:left; width:auto; padding:0; margin:0; border-bottom:solid 2px #512a63; }
		.njrach_events_top .open_hide_events .right{ float:right; text-align:right; width:auto; padding:0; margin:30px 0 0 0; display:block; line-height:14px; }
			.njrach_events_top .open_hide_events .right a { color:#512a63; }
			.njrach_events_top .open_hide_events .right a:hover { color:#8cc43c; }
	
	
.njrach_events{ display:inline-block; width:100%; padding:0; margin:0; position:relative; }	
	.njrach_events .njrach_events_loading{ display:inline-block; width:100px; height:100px; top:20%; left:50%; margin:-50px 0 0 -50px; position:absolute; z-index:10000; display:none; }	
	
	.njrach_events ul{ display:inline-block; width:100%; padding:0; margin:0; list-style-type:none; }	
		.events_month{ display:inline-block; font-weight:bold; font-size:16px; border-bottom:#B8B8B8 1px dotted; color:#8cc63e; padding:10px 0; margin:10px 0; width:100%; text-transform:uppercase; }
		.njrach_events ul li{ display:inline-block; width:100%; padding:5px 0; margin:0; border-bottom:#B8B8B8 1px dotted; }
			.njrach_events ul li h3{ position:relative; border-bottom:none; padding:0; margin:0; display:inline-block; width:100%; }
				.njrach_events ul li h3 .heading{ display:inline-block; width:auto; font-size:18px; font-weight:bold; padding:0 10px 0 0; border-right:#B8B8B8 1px dotted; margin:0 10px 0 0; }
				.njrach_events ul li h3 .date{ padding:0 5px; color:#B2B3B3; font-size:18px; display:inline-block; width:auto; }
				.njrach_events ul li h3 .arrow{ display:inline-block; float:right; width:22px; height:11px; cursor:pointer; position:absolute; top:5px; right:10px; z-index:1000; }
				.njrach_events ul li h3 .arrow.arrow_down{ background:url(images/arrow-down.png) no-repeat scroll 0 0 transparent; }
				.njrach_events ul li h3 .arrow.arrow_up{ background:url(images/arrow-up.png) no-repeat scroll 0 0 transparent; }
			.njrach_events .event_row_content { margin-bottom:20px !important; }
			.njrach_events ul li p{ display:inline-block; margin:5px 0; padding:0; width:100%; }
			.njrach_events ul li .wp_content p { margin:0 0 20px 0; }
				.njrach_events ul li label.field, .njarch_events ul li span.field{ display:inline-block; color:#59596F; font-size:16px; vertical-align:top; float:left; }
				.njrach_events ul li label.field { width:16%; padding:0; font-weight:bold; }
				.njrach_events ul li span.field { width:82%; padding:0; }
		
			.njrach_events ul li table{ border-top:#B8B8B8 1px dotted; border-left:#B8B8B8 1px dotted; border-bottom:#B8B8B8 1px dotted; }
				.njrach_events ul li table thead tr td, .njrach_events ul li table thead tr th{ border-bottom:#B8B8B8 1px dotted; text-align:center; width:50%; border-right:#B8B8B8 1px dotted; }
				.njrach_events ul li table tbody{ border:none; }
					.njrach_events  ul li table tbody tr td, .njarch_events ul li table tbody tr th{ border-top:none; text-align:center; border-right:#B8B8B8 1px dotted; }
		
.njrach_events_bottom, .library_products_bottom, .resources_result_bottom{ display:inline-block; width:100%; padding:0; margin:20px 0 0 0; }
	.njrach_products_navigation, .njrach_newsletter_navigation{ display:inline-block; width:100%; padding:0; margin:0; }
		.njrach_events span, .njrach_products_navigation a, .njrach_products_navigation span, .njrach_newsletter_navigation a, .njrach_newsletter_navigation span{ display:inline-block; float:left; width:auto; padding:5px 10px; margin:0 5px 0 0; color:#000000; background:#B8B8B8; }
			.njrach_products_navigation a:hover, .njrach_newsletter_navigation a:hover { color:#FFFFFF; background:#0F5C99; }
			.njrach_events span { background:#fff; }
		.njrach_products_navigation span.current, .njrach_newsletter_navigation span.current { color:#FFFFFF; background:#0F5C99; }

.event_details{ display:inline-block; width:100%; padding:0; margin:0; position:relative; }	
	.event_details h3{ border-bottom:none; padding:0; margin:0; display:inline-block; width:100%; }
		.event_details h3 .heading{ display:inline-block; width:auto; color:#692a7b; font-size:18px; font-weight:bold; padding:0 10px 0 0; border-right:#B8B8B8 1px dotted; margin:0 10px 0 0; }
		.event_details h3 .date{ padding:0 5px; color:#B2B3B3; font-size:18px; display:inline-block; width:auto; }
		.event_details table{ border-top:#B8B8B8 1px dotted; border-left:#B8B8B8 1px dotted; border-bottom:#B8B8B8 1px dotted; }
			.event_details table thead tr td, .event_details table thead tr th{ border-bottom:#B8B8B8 1px dotted; text-align:center; width:50%; border-right:#B8B8B8 1px dotted; }
		.event_details table tbody{ border:none; }
			.event_details table tbody tr td, .event_details table tbody tr th{ border-top:none; text-align:center; border-right:#B8B8B8 1px dotted; }
		
		.event_details p{ display:inline-block; margin:5px 0; padding:0; width:100%; }
			.event_details label.field, .event_details span.field{ display:inline-block; color:#59596F; font-size:16px; vertical-align:top; float:left; }
			.event_details label.field { width:16%; padding:0; font-weight:bold; }
			.event_details span.field { width:82%; padding:0; }
				.event_details span.field span.address_1, .event_details span.field span.address_2{ display:block; }
				.event_details span.field span.city, .event_details span.field span.state, .event_details span.field span.zip{ padding-right: 0px; /*10px*/ }
					.event_details span.field span.city:after /*, .event_details span.field span.state:after*/ { content:","; }

				.event_details span.field span.firstname{ padding-right:0px; /* 5px; */}
				.event_details span.field span.lastname{ }
				.event_details span.field span.organizer_name, .event_details span.field span.organizer_phone, .event_details span.field span.organizer_email{ display:block; }	
				.event_details span.field span.organizer_phone:after{ content: " (Phone)"; }	
				.event_details span.field span.organizer_email:after{ content: " (Email)"; }	
				
.resource-details{ display:inline-block; width:100%; padding:0; margin:0; }
	.resource-details p{ display:inline-block; width:100%; padding:0; margin:5px 0; }
		.resource-details label.field, .resource-details span.field{ display:inline-block; color:#59596F; font-size:16px; vertical-align:top; float:left; }
		.resource-details label.field { width:25%; padding:0 2% 0 0; font-weight:bold; }
		.resource-details span.field { width:73%; padding:0; }
			.resource-details span.field span.address_1, .resource-details span.field span.address_2 { display:block; }
			.resource-details span.field span.city, .resource-details span.field span.state { padding-right: 0px; /* 3px */}
			.resource-details span.field span.city:after { content:','; }

/* Newsletter */
.njrach_newsletters_container{ 
	display:inline-block; 
	width:100%; 
	padding:0; 
	margin:0; 
	position:relative; 
}
	.njrach_newsletters_search_container{ 
		display:inline-block; 
		width:100%; 
		padding:0; 
		margin:0; 
	}
		.njrach_newsletters_search_container .left{ 
			display:inline-block; 
			width:70%; 
			padding:0; 
			margin:0; 
			vertical-align:middle; 
		}
			.njrach_newsletters_search_container .left .newsletter_field{ 
				float:left; 
				width:100%; 
				border:#919291 1px solid; 
				color:#333333;
				background:#FFFFFF; 
				padding:20px; 
				margin:0; 
			}
		.njrach_newsletters_search_container .right{ 
			display:inline-block; 
			width:15%; 
			padding:0; 
			margin:0; 
			vertical-align:middle; 
		}
			.njrach_newsletters_search_container .right .newsletter_button{ 
				float:left;
				width:auto; 
				border:#D4D4D3 1px solid; 
				color:#333333; 
				border-radius:5px; 
				-moz-border-radius:5px; 
				-webkit-border-radius:5px; 
				background:#FFFFFF; 
				padding:20px; 
				margin:0 0 0 10px; 
				text-align:center; 
				text-transform:uppercase; 
			}
		.njrach_newsletters_search_container .newsletter_message{
			display:none; 
			color:#FF0000; 
			font-size:14px; 
			padding:0; 
			margin:5px 0;
			font-weight:400;
		}
		.njrach_newsletters_search_container .newsletter_loading{
			display:none; 
			width:32px; 
			height:32px; 
			padding:0; 
			margin:0; 
			vertical-align:middle; 
			background:url( images/loading.gif ) no-repeat scroll 0 0 transparent;
			text-indent:-9999px;
		}
		
	.njarch-newsletters-content{ 
		display:inline-block; 
		width:100%; 
		padding:0; 
		margin:0; 
	}

/* Handbooks */	
.njrach-handbook-container{ 
	display:inline-block; 
	width:100%; 
	padding:0; 
	margin:0; 
	position:relative; 
}
	.njarch-handbook-content{ 
		display:inline-block; 
		width:100%; 
		padding:0; 
		margin:0; 
	}
		.njarch-handbook-content .handbook-details{ 
			width:100%; 
			padding:0; 
			margin:0; 
		}
			.njarch-handbook-content .handbook-details .handbook-top{ 
				float:left; 
				width:100%; 
				padding:0 0 10px 0; 
				margin:0 0 10px 0; 
				vertical-align:top; 
			}
				.njarch-handbook-content .handbook-details .handbook-top .handbook-left{ 
					float:left; 
					width:150px; 
					height:auto; 
					margin:0 24px 20px 0; 
					padding:0; 
					vertical-align:top; 
				}
					.njarch-handbook-content .handbook-details .handbook-top .handbook-left .handbook-image{ 
						float:left; 
						width:100%; 
						height:auto; 
						padding:0; 
						vertical-align:top; 
					}
				.njarch-handbook-content .handbook-details .handbook-top .handbook-right{ 
					float:left; 
					width:78%; 
					padding:0; 
					margin:0; 
				}
			.njarch-handbook-content .handbook-details .handbook-bottom{ 
				float:left; 
				width:100%; 
				padding:0 0 10px 0; 
				margin:0 0 10px 0; 
				vertical-align:top; 
			}	
				.njarch-handbook-content .handbook-details .handbook-bottom a.download_pdf{ 
					display:inline-block; 
					width:auto; 
					padding:5px 10px; 
					margin:0; 
					background:#FFFFFF; 
					border:1px solid #CCCCCC; 
					border-radius:5px; 
					-moz-border-radius:5px; 
					-webkit-border-radius:5px; 
					margin-right:10px; 
					text-decoration:none; 
					color:#707070; 
					text-transform:uppercase; 
					font-size:14px; 
				}
					.njarch-handbook-content .handbook-details .handbook-bottom a.download_pdf:hover{ 
						background:#FFFFFF; 
						text-decoration:none; 
						color:#707070; 
					}
	
/* Loading Image Class */
.njarch_loading {
	float:left;
	display:none;
	width:100px;
	height:100px;
	padding:0;
	margin:-50px 0 0 -50px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:100004;
	background:url(images/preloader.gif) no-repeat scroll 0 0 transparent;
}

/* Pagination */
.njarch_pagination{
	display:inline-block; 
	width:100%; 
	padding:0; 
	margin:0;
}
	.njarch_pagination a, .njarch_pagination span{ 
		display:inline-block; 
		float:left; 
		width:auto; 
		padding:5px 10px; 
		margin:0 5px 0 0; 
		color:#000000; 
		background:#B8B8B8; 
		text-decoration:none;
	}
		.njarch_pagination a:hover{ 
			color:#FFFFFF; 
			background:#0F5C99; 
			text-decoration:none;
		}
		.njarch_pagination span.current{ 
			color:#FFFFFF; 
			background:#0F5C99; 
		}
	
/* Header search results */
.nj_search_results{ display:inline-block; width:100%; padding:0; margin:0; }
	.nj_search_results ul{ display:inline-block; width:100%; padding:0; margin:0; list-style-type:none; }
		.nj_search_results ul li{ display:inline-block; width:100%; padding:5px 0; margin:0; border-bottom:#B8B8B8 1px dotted; } 
			.nj_search_results ul li h3{ position:relative; }
				.nj_search_results ul li h3 .heading{ display:inline-block; width:auto; color:#692a7b; font-size:16px; font-weight:bold; padding:0 5px 0 0; }
				.nj_search_results ul li h3 .category{ display:inline-block; width:auto; color:#B2B3B3; font-size:16px; font-weight:bold; padding:0 0 0 5px; border-left:#B8B8B8 1px dotted; }
				.nj_search_results ul li h3 .arrow{ display:inline-block; float:right; width:22px; height:11px; cursor:pointer; position:absolute; top:10px; right:10px; z-index:1000; }
					.nj_search_results ul li h3 .arrow.arrow_down{ background:url(images/arrow-down.png) no-repeat scroll 0 0 transparent; }
					.nj_search_results ul li h3 .arrow.arrow_up{ background:url(images/arrow-up.png) no-repeat scroll 0 0 transparent; }
			
			.nj_search_results ul li p{ display:inline-block; margin:5px 0; padding:0; width:100%; }
				.nj_search_results ul li label.field, .nj_search_results ul li span.field{ display:inline-block; color:#59596F; font-size:16px; vertical-align:top; }
				.nj_search_results ul li label.field{ width:10%; padding:0; }
				.nj_search_results ul li span.field{ width:90%; padding:0; }
					.nj_search_results ul li span.field .address{ display:inline-block; width:100%; }
					.nj_search_results ul li span.field .city{ display:inline-block; width:auto; margin-right:3px; }
					.nj_search_results ul li span.field .state{ display:inline-block; width:auto; margin-right:3px; }
					.nj_search_results ul li span.field .zipcode{ display:inline-block; width:auto; }

				.nj_search_results ul li .search_row_content{ display:inline-block; width:100%; padding:0; margin:0; }
					.nj_search_results ul li .search_row_content .search_row_left{ display:inline-block; float:left; width:14%; text-align:center; vertical-align:middle; padding:0; margin:0 2% 0 0; }
					.nj_search_results ul li .search_row_content .search_row_right{ display:inline-block; float:left; width:84%; padding:0; margin:0; }	

/* Whats New Category Listing */
.category-news .entry-title { font-size:18px; color:#512a62; }
	.category-news .entry-title a { color:#512a62; }
	.category-news .entry-title a:hover { color:#8cc43c; }

/* Newsletters */
.newsletter-content{ display:inline-block; width:100%; padding:0; margin:0; }
	.newsletter-content .nimage{ float:left; width:150px; height:150px; margin:0 24px 0 0; padding:0; vertical-align:top; }
		.newsletter-content .nimage img{ margin:0; }
		
	.newsletter-content ul{ float:left; width:100%; padding:0; margin:0 0 0 0; list-style-position:inside; }
	.newsletter-content.newsletter-image ul{ width:78%; }
		.newsletter-content ul li{ float:left; width:100%; padding:0; margin:0 0 5px 0; vertical-align:top; border-bottom:none; }
	.newsletter-content p, .newsletter-content h3{ float:left; width:100%; }

.single-post .category-newsletters, .single-post .category-handbooks { border-bottom:none; }
.single-post .category-newsletters .entry-footer, .page-template-newsletter-template .category-newsletters .entry-footer, .single-post .category-handbooks .entry-footer, .page-template-handbook-template .category-handbooks .entry-footer { display:none; }

.page-template-newsletter-template .category-newsletters, .page-template-handbook-template .category-handbooks { padding:0 0 20px 0; margin:0 0 20px 0; border-bottom:5px dotted #808180; }
.category-newsletters .entry-title, .category-handbooks .entry-title { font-size:18px; color:#512a62; }
	.category-newsletters .entry-title a, .category-handbooks .entry-title a { color:#512a62; }
	.category-newsletters .entry-title a:hover, .category-handbooks .entry-title a:hover { color:#8cc43c; }

.newsletter-details{ float:left; width:100%; padding:0; margin:0; }
	.newsletter-details .newsletter-top{ float:left; width:100%; padding:0 0 10px 0; margin:0 0 10px 0; vertical-align:top; border-bottom:1px dotted #B8B8B8; }
		.newsletter-details .newsletter-top .newsletter-left{ float:left; width:150px; height:auto; margin:0 24px 20px 0; padding:0; vertical-align:top; }
			.newsletter-details .newsletter-top .newsletter-left .nimage{ float:left; width:100%; height:150px; padding:0; margin:0 0 20px 0; vertical-align:top; }
			.newsletter-details .newsletter-top .newsletter-left .nbutton{ float:left; width:100%; padding:0; margin:0; text-align:center; }
				.newsletter-details .newsletter-top .newsletter-left .nbutton a.download_pdf{ display:inline-block; width:auto; padding:5px 10px; margin:0; background:#FFFFFF; border: 1px solid #CCCCCC; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; text-decoration:none; color:#707070; text-transform:uppercase; font-size:14px; }
					.newsletter-details .newsletter-top .newsletter-left .nbutton a.download_pdf:hover{ background:#FFFFFF; text-decoration:none; color:#707070; }
				
		.newsletter-details .newsletter-top .newsletter-right{ float:left; width:78%; padding:0; margin:0; }
			.newsletter-details .newsletter-top .newsletter-right p.static-text{ float:left; width:100%; padding:0 0 5px 0; margin:0 0 5px 0; text-transform:uppercase; color:#b2b2b2; }
			.newsletter-details .newsletter-top .newsletter-right ul{ float:left; width:100%; padding:0; margin:0; list-style-position:inside; }
				.newsletter-details .newsletter-top .newsletter-right ul li{ float:left; width:100%; padding:0; margin:0 0 5px 0; vertical-align:top; border-bottom:none; }
			
	.newsletter-details .newsletter-review{ float:left; width:100%; padding:0 0 10px 0; margin:0 0 10px 0; border-bottom:1px dotted #B8B8B8; }
		.newsletter-details .newsletter-review h3{ float:left; width:100%; padding:0; margin:0; position:relative; }
			.newsletter-details .newsletter-review h3 .heading{ float:left; width:auto; color:#512a63; font-size:16px; font-weight:bold; padding:0px 5px 0px 0px; }
			.newsletter-details .newsletter-review h3 .arrow{ float:right; width:22px; height:11px; position:absolute; top:7px; margin:0; cursor:pointer; right:0; }
				.newsletter-details .newsletter-review h3 .arrow.arrow_up{ background:url(images/arrow-up.png) no-repeat scroll right 0 transparent; }
				.newsletter-details .newsletter-review h3 .arrow.arrow_down{ background:url(images/arrow-down.png) no-repeat scroll right 0 transparent; }
		.newsletter-details .newsletter-review p.newsletter-review-data{ display:none; margin:20px 0 0 0; }
		
	.newsletter-details .newsletter-expert{ float:left; width:100%; padding:0 0 10px 0; margin:0 0 10px 0; border-bottom:1px dotted #B8B8B8; }
		.newsletter-details .newsletter-expert h3{ float:left; width:100%; padding:0; margin:0; position:relative; }
			.newsletter-details .newsletter-expert h3 .heading{ float:left; width:auto; color:#512a63; font-size:16px; font-weight:bold; padding:0px 5px 0px 0px; }
			.newsletter-details .newsletter-expert h3 .arrow{ float:right; width:22px; height:11px; position:absolute; top:7px; margin:0; cursor:pointer; right:0; }
				.newsletter-details .newsletter-expert h3 .arrow.arrow_up{ background:url(images/arrow-up.png) no-repeat scroll right 0 transparent; }
				.newsletter-details .newsletter-expert h3 .arrow.arrow_down{ background:url(images/arrow-down.png) no-repeat scroll right 0 transparent; }
		.newsletter-details .newsletter-expert p.newsletter-expert-data{ display:none; margin:20px 0 0 0; }
	
/* Gravity Forms */
.gform_wrapper.gf_style1 .gfield input[type="text"].medium, .gform_wrapper.gf_style1 .gfield textarea.medium { width:100%; font-size:16px; padding:8px; }
.gform_wrapper.gf_style1 .gfield select.medium { width:25%; font-size:16px; padding:8px; }
.gform_wrapper.gf_style1 .gfield.gsection { border:none; padding:0; margin:25px 0 5px 0; }
	.gform_wrapper.gf_style1 .gfield.gsection h2.gsection_title { color:#005b99; font-size:16px; }
	.gform_wrapper.gf_style1 li.gfield { margin-bottom:10px; }
	.gform_wrapper.gf_style1 .gfield_description { padding:0; font-style:italic; font-size:11px; }
	
.gform_wrapper.gf_style1 .gf_event_location { margin:15px 0; }
	.gform_wrapper.gf_style1 .gf_event_location>label.gfield_label { display:none; }
	.gform_wrapper.gf_style1 .gf_event_location .gfield_radio li { display:inline-block; width:auto; margin:0 25px 0 0; }
	.gform_wrapper.gf_style1 .gf_event_location .gfield_radio li input[type="radio"] { margin-top:8px; }
	.gform_wrapper.gf_style1 .gfield.all_day_event .gfield_label { display:none; }
	.gform_wrapper.gf_style1 .gfield.event_start_date, .gform_wrapper.gf_style1 .gfield.event_end_date { display:inline-block; margin-right:20px; }
		.gform_wrapper.gf_style1 .gfield.event_start_hour, .gform_wrapper.gf_style1 .gfield.event_end_hour { display:inline-block !important; }
			.gform_wrapper.gf_style1 .gfield.event_start_hour .gfield_select.medium, .gform_wrapper.gf_style1 .gfield.event_end_hour .gfield_select.medium { width:100%; }
		.gform_wrapper.gf_style1 .gfield.event_start_minute, .gform_wrapper.gf_style1 .gfield.event_end_minute { display:inline-block !important; }
			.gform_wrapper.gf_style1 .gfield.event_start_minute .gfield_select.medium, .gform_wrapper.gf_style1 .gfield.event_end_minute .gfield_select.medium { width:100%; }
		.gform_wrapper.gf_style1 .gfield.event_start_format, .gform_wrapper.gf_style1 .gfield.event_end_format { display:inline-block !important; }
			.gform_wrapper.gf_style1 .gfield.event_start_format .gfield_select.medium, .gform_wrapper.gf_style1 .gfield.event_end_format .gfield_select.medium { width:100%; }
		.gform_wrapper.gf_style1 .gfield.event_start_date .datepicker, .gform_wrapper.gf_style1 .gfield.event_end_date .datepicker { width:120px !important; }
		.gform_wrapper.gf_style1 .gfield.check_listing_divide ul li { display:inline-block; width:33%; vertical-align:top; }
		
	.gform_wrapper.gf_style1.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_style1.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_style1.gf_browser_chrome .gfield_checkbox li input { margin-top:8px; }
	.gform_wrapper.gf_style1 .gfield_checkbox li input[type="checkbox"], .gform_wrapper.gf_style1 .gfield_radio li input[type="radio"], .gform_wrapper.gf_style1 .gfield_checkbox li input { margin-top:6px; }
	.gform_wrapper.gf_style1.gf_browser_safari .gfield_checkbox li input[type="checkbox"], .gform_wrapper.gf_style1.gf_browser_safari .gfield_radio li input[type="radio"], .gform_wrapper.gf_style1.gf_browser_safari .gfield_checkbox li input { margin-top:8px; }
	.gform_wrapper.gf_style1.gf_browser_ie .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_style1.gf_browser_ie .gfield_radio li input[type=radio], .gform_wrapper.gf_style1.gf_browser_ie .gfield_checkbox li input { margin-top:6px; }


.author_field{ display:inline-block; width:100%; padding:0; margin:0 0 10px 0; }			
	.author_field label{ display:inline-block; width:20%; padding:0; margin:0 1% 0 0; vertical-align:top; }		
	.author_field span.field{ display:inline-block; width:78%; padding:0; margin:0; }		
		.author_field span.field ul{ display:inline-block; width:100%; padding:0; margin:0; list-style-type:none; }			
			.author_field span.field ul li{ display:inline-block; width:100%; padding:0; margin:0; }		

/* # jCarousel 
------------------------------------------------------------------------------------------------- */
.jcarousel-wrapper{ margin:0 auto; position:relative; }
	.jcarousel{ position:relative; overflow:hidden; width:100%; }
		.jcarousel ul{ width:20000em; position:relative; list-style:none; margin:0; padding:0; }
			.jcarousel li{ width:33%; float:left; }
				.jcarousel img{ }
	.jcarousel-control-prev, .jcarousel-control-next{ position:absolute; top:50%; margin-top:-15px; width:30px; height:30px; text-align:center; background:#4E443C; color:#fff; text-decoration:none; text-shadow:0 0 1px #000; font:24px/27px Arial, sans-serif; -webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px; -webkit-box-shadow:0 0 4px #F0EFE7; -moz-box-shadow:0 0 4px #F0EFE7; box-shadow:0 0 4px #F0EFE7; }
	.jcarousel-control-prev{ left:15px; }
	.jcarousel-control-next{ right:15px; }

	.jcarousel-pagination{ position:absolute; bottom:-40px; left:50%; -webkit-transform:translate(-50%, 0 ); -ms-transform:translate( -50%, 0 ); transform:translate( -50%, 0 ); margin:0; display:none; }
		.jcarousel-pagination a{ text-decoration:none; display:inline-block; font-size:11px; height:10px; width:10px; line-height:10px; background:#fff; color:#4E443C; border-radius:10px; text-indent:-9999px; margin-right:7px; -webkit-box-shadow:0 0 2px #4E443C; -moz-box-shadow:0 0 2px #4E443C; box-shadow:0 0 2px #4E443C; }
			.jcarousel-pagination a.active{ background:#4E443C; color:#fff; opacity:1; -webkit-box-shadow:0 0 2px #F0EFE7; -moz-box-shadow:0 0 2px #F0EFE7; box-shadow:0 0 2px #F0EFE7; }
			
.mobile-nav-primary{ display:none; }

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

	.site-header .wrap{ background-size:cover; }
	.header_segments{ width:100%; }
		.head_circle{ width:136px; height:136px; padding:73px 0 0 0; }
		.head_resources, .head_library, .head_events, .head_new{ background-size:136px 136px; -moz-background-size:136px 136px; -webkit-background-size:136px 136px; }
		.header-image .site-title > a{ font-size:18px; }
}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.header_segments{ width:100%; }
		.head_circle{ width:116px; height:116px; padding:63px 0 0 0; font-size:14px; }
		.head_resources, .head_library, .head_events, .head_new{ background-size:116px 116px; -moz-background-size:116px 116px; -webkit-background-size:116px 116px; }
		.header-image .site-title > a{ font-size:18px; /*padding:135px 0 0 0;*/ }
}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	.search-form{ display:none; }
	
	.header_segments{ position:relative; }
		.segment_left, .segment_right{ display:none; }
	
	.title-area{ width:100% !important; }
		.title-area .site-title{ display:inline-block; width:100%; }
		.header-image .site-description{ display:inline-block; width:100%; text-align:center; position:relative; top:0; left:0; margin:0; }
	.site_phone{ position:relative; top:0; left:0; width:100%; display:inline-block; }
		.site_phone .main_phone{ width:100%; display:inline-block; text-align:center; margin:0; }
		.site_phone .sub_phone{ width:100%; display:inline-block; text-align:center; margin:0; }
		
		.mobile-nav-primary{ background:url( images/icon-mobile.png ) no-repeat scroll right 10px #8cc43c; cursor:pointer; width:100%; padding:10px 0; margin:0; color:#FFF; display:inline-block; text-align:center; font-weight:bold; vertical-align:middle; text-transform:uppercase; }
			.mobile-nav-primary.active{ }
	
	.nav-primary{ box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; }	
		.nav-primary .wrap{ padding:20px 0; }
		
	.menu-primary { display:none; background:#fff; }
		.menu-primary li { width:100%; text-align:center !important; display:inline-block !important; position:relative; }
			.menu-primary li > a { border:#DBDBDB 1px solid; border-top:none; border-right:none; border-left:none; font-weight:bold !important; padding:16px 0px; color:#333 !important; }
				.menu-primary  li.current_page_item > a, .menu-primary  li > a:hover { background:#ABD6FF !important; color:#333 !important; }
				.mobile-nav-primary-child{ display:block; width:16px; height:16px; background:url( images/arrow-right.png ) no-repeat scroll center center transparent; top:0; right:10px; cursor:pointer; z-index:10000; position:absolute; padding:22px 20px; }
					.mobile-nav-primary-child.activated { background:url( images/arrow-left.png ) no-repeat scroll center center transparent; }
				
				.menu-primary .sub-menu { left:0 !important; opacity:1 !important; position:relative; width:100%; margin:0; }
					.menu-primary .sub-menu li > a { width:100%; background:none; }
						.menu-primary .sub-menu li.current_page_item > a, .menu-primary .sub-menu li > a:hover { background:#ddd; }
}


h1.page-title, h2.page-title, 
article.page header h1.entry-title, article.page header h2.entry-title,
.pf-content h1.entry-title, .pf-content h2.entry-title,
.pf-content h1.page-title, .pf-content h2.page-title {
font-family: Arvo, serif;
font-size: 30px;
color: #512a62;
}

.breadcrumb { display: none }

/*
.ctct-disclosure {
  display: none;
}
*/

input[type="submit"].ctct-submit {
	background-color: #692a7b;
	font-weight: bold;
	color: white;
}

body .site_phone {
  width: 500px;
}

body .site_phone  .main_phone {
  text-align: left;
  margin: 0;
}

body .site_phone .sub_phone {
  font-size:30px;
  color:#512a63;
  font-weight:bold;
  margin:0 0 0 15px;
  border-left: 2px solid #8cc43c;
  padding: 0 0 0 15px;
}

body .woocommerce-info {
  border-top-color: #692a7b;
}

body .woocommerce-info::before { 
	color: #692a7b;
}

body .woocommerce-error, body .woocommerce-info, body .woocommerce-message {
  background-color: #F3E6F6;
}

/* old blue: #2F5C97 */

@media only screen and (max-width: 900px) {
        body .segment_left {
                text-align: left;
        }

	body .segment_right {
                text-align: right;
        }

        .segment_left a.head_circle, .segment_right a.head_circle {
                float: none;
                display: inline-block !important;
                margin-bottom: 5px !important;
        }

        body .site_phone {
                width: 100%;
        }


        body .site_phone .main_phone, body .site_phone .sub_phone {
                width: 50%;
                margin: 0px;
                font-size: 18px;
                text-align: center;
                line-height: 32px !important;
                padding: 0 !important;
        }

}
