/*
	Theme Name: Bitemark Web Framework
	Description: This is the Bitemark Web theme created for the Genesis Framework.
	Author: Bitemark (Stephan Carydakis)
	Author URI: http://www.bitemark.com.au/

	Version: 0.1

	Template: genesis
	Template Version: 1.9

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	01 Import Fonts
	02 Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	04 Layout
		- Structure
		- 1152px CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	05 Menus
		- Primary Navigation Extras
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
		- BMWEB Footer
	12 Forms & Buttons
		- Gravity Forms
	13 Images & Captions
	14 Media Queries
		- max-width: 1024px
		- max-width: 768px
		- max-width: 480px

*/


/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */


/*
02 Defaults
---------------------------------------------------------------------------------------------------- */
html, body, .sidebar-primary ul{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 100%; /* 16px browser default */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	line-height: 1.75em;
}

*, *:before, *:after
{
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn,
.bmweb .gototop {
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

a img {
	border: none;
}

/* SC: fix for small (phone) sized viewport */
.fb_reset
{
	position:relative;
	left:-10000px;
}

/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem

	Further reading on the use and compatibility of rems:

	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem

*/

/* 03a - Font Color ----------- */

a:hover,
body,
h2 a,
h2 a:visited,
h4.widgettitle a,
input,
.author,
.entry-time,
.entry-comments-link,
.site-title a,
.site-title a:hover {
	color: #1e1e1e;
}
a,
h2 a:hover{
	color: #cc0000;
}

.entry-header .entry-meta,
.entry-footer .entry-meta,
.site-description {
	color: #636363;
}

blockquote::before,
blockquote::after,
blockquote p,
input,
select,
textarea {
	color: #777777;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	color: #fff;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.content .entry-title a,
.site-title {
	font-family: 'Open Sans', sans-serif;
}

/* 03c - Font Size ----------- */

.site-title {
	font-size: 42px;
	font-size: 2.625rem;
}

h1,
.content .entry-title,
.content .entry-title a {
	font-size: 36px;
	font-size: 2.25rem;
}

blockquote::before,
blockquote::after {
	font-size: 48px;
	font-size: 3rem;
}

h2 {
	font-size: 28px;
	font-size: 1.75rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4,
.sidebar-primary .widgettitle,
.footer-widgets .widgettitle {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6,
.author-box h1,
.sidebar h2 a {
	font-size: 16px;
	font-size: 1rem;
}

input,
select,
textarea,
.entry-header .entry-meta,
.entry-footer .entry-meta,
.wp-caption,
.site-footer p {
	font-size: 13.6px;
	font-size: 0.85rem;
	line-height:1.25em
}

.genesis-nav-menu.menu-primary
{
	font-size:16px;
	font-size:1rem;
}

.genesis-nav-menu.menu-secondary
{
	font-size: 16px;
	font-size:0.95rem;
	font-weight:600;
}

.genesis-nav-menu.menu-secondary a
{
	padding:1rem 1.5rem;
}

/* 03d - Font Miscellaneous ----------- */

blockquote p {
	font-style: italic;
}

cite {
	font-style: normal;
}

button,
input[type="button"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.entry-title a,
.genesis-nav-menu,
.entry-comments-link,
.entry-header .entry-meta .author,
.entry-header .entry-meta .entry-time,
.wp-caption,
.site-footer p,
.site-title {
	font-weight:600;
}

.entry-header .entry-meta
{
	background-color: #F4F4F4;
	border-left: 8px solid #DBDBDB;
	color: #888888;
	font-style: italic;
	padding: 8px 25px 8px 33px;
	text-shadow: 1px 1px #FFFFFF;
	text-transform: lowercase;
}

.wp-caption {
	border:1px solid #DBDBDB;
	text-align: center;
}

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.pagination li a,
.widgettitle a,
.site-title a {
	text-decoration: none;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

.bmweb .site-header .wrap,
.bmweb .nav-primary .wrap,
.bmweb .nav-secondary .wrap,
.bmweb .site-inner .wrap,
.bmweb .site-footer .wrap,
.bmweb .content-sidebars-wrap,
.bmweb #bmweb-footer .wrap,
.bmweb #bmweb-home-feature .wrap,
#bmweb-home-widgets .wrap,
.bmweb .footer-widgets .wrap
{
	max-width:1280px;
	width: auto;
	margin:0 auto;
}
.bmweb.bm-promo #content-sidebars-wrap
{
	max-width: 892px;
	margin: 0 auto;
}
.bmweb.bm-promo .promo-wrap .pad
{
	padding:0 5%;
}
.site-inner {
	padding:1.5% 0;
}

.sidebar-secondary {
	width: 15.277777777%;
}

.sidebar
{
	width:29.62962962962963%;
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
	width: 37.931034482%;
}

.sitemap .col1,
.sitemap .col2
{
	width:50%;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 56.896551724%;
}

.content-sidebar .content,
.sidebar-content .content
{
	width:70.37037037037037%;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 80.555555555%;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.content,
.content-sidebar-wrap,
.sidebar-secondary,
.sitemap .col1,
.sitemap .col2
{
	float: left;
}

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

/* 04c - Header ----------- */

.site-header {
	background:#fefefe url(../images/trans-grad-darker.png) repeat-x 0 0;
	background-size:auto 100%;
	padding:8px 0;
	padding:.5rem 0;
	box-shadow:0 0 2px 1px #bbbbbb;
	-moz-box-shadow:0 0 2px 1px #bbbbbb;
	-webkit-box-shadow:0 0 2px 1px #bbbbbb;
	-khtml-box-shadow:0 0 2px 1px #bbbbbb;
	position: relative;
    z-index: 10;
    border-bottom:1px solid #999999;
    border-top:1px solid #999999;
}
.site-header .wrap
{
	overflow: hidden;
}
.title-area,
.site-header .widget-area
{
	display:inline-block;
	vertical-align:middle;
	width:50%;
}

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

.header-image .site-title
{
	overflow: hidden;
	text-indent: -9999px;
	text-align:left;
}

/* LOGO */
.header-image .site-description {
	display: block;
	overflow: hidden;
}
/* BEGIN: logo */
.bmweb.header-image .site-header .site-title a
{
	background:transparent url(../images/logo.png) no-repeat 0% 50%;
}
.bmweb.header-image .site-header .site-description
{
	display:none;
}
.bmweb.header-image .site-header .site-title
{
	background-image:none;
	max-width:300px; /* native width of the logo */
	min-width:200px;
	width:100%;
	height:auto;
	display:block;
	position: relative;
	margin:0;
}
.bmweb.header-image .site-header .site-title:after
{
	content: '';
	padding-top:33.33%; /* desired aspect ratio of logo */
	display: block;
}

.bmweb.header-image .site-header .site-title a
{
	width:100%;
	height:100%;
	position: absolute;
	top: 0; bottom: 0; right: 0; left: 0; /*fill parent*/
	background-color:transparent; /*let's see it!*/
	background-position:50% 50%;
	background-size:100% auto;
}
/* END: LOGO */

/* 04d - Main Content ----------- */
.content .entry, .content .page .post.entry {
	margin-bottom:0;
}

.content .single .entry {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.content .page .entry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

p {
	margin: 0 0 16px;
	margin: 0 0 1rem;
}

blockquote {
	position:relative;
	padding:0 40px;
	padding:0 2.5rem;
}

blockquote::before,
blockquote::after
{
	content: "\201C";
	position: absolute;
	display: block;
	height: 0;
	left:0;
	top:0;
}
blockquote::after
{
	content: "\201E";
	left:auto;
	top:auto;
	right:0;
	bottom:3rem;
}

/* 04e - Post Info & Meta ----------- */

.entry-header .entry-meta,
.entry-footer .entry-meta {
	clear: both;
}

.entry-header .entry-meta {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.entry-comments-link {
	background: url(../images/post-comments.png) no-repeat center left;
	margin-left: 16px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ccc;
	padding:8px;
	padding:.5rem;
}

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

/* 04f - Column Classes ----------- */

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

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

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

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

.one-fourth {
	width: 21.875%;
}

.three-fourths {
	width: 73.958333333%;
}

.one-fifth {
	width: 16.666666666%;
}

.two-fifths {
	width: 37.5%;
}

.three-fifths {
	width: 58.333333333%;
}

.four-fifths {
	width: 79.166666666%;
}

.one-sixth {
	width: 13.194444444%;
}

.five-sixths {
	width: 82.638888888%;
}

.first {
	margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.breadcrumb,
.sticky {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
    padding: 0.5rem;
}

.hidden
{
	display:none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/*
Content Boxes
------------------------------------------------------------ */

.content-box-blue,
.content-box-grey,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin-bottom: 32px;
	padding: 24px;
}

.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}

.content-box-grey {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}

.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}

.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}

.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}

.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}
/*
05 Menus
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	overflow: hidden;
}

.bmweb .mobile-menu
{
	position:relative;
	min-height:34px; /* FF fix when going from mobile menu to normal menu.*/
	z-index:1000;
}
.bmweb .mobile-menu .hdr
{
	display:none;
	min-height:34px;
}

.site-header .genesis-nav-menu {
	float: right;
	margin-top: 48px;
	margin-top: 3rem;
	width: auto;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding:1rem 1.5rem;
	position: relative;
}
/*
primary nav home button
-----------------------------------------*/
.genesis-nav-menu .menu-item.home
{
	position:relative !important;
}
.genesis-nav-menu .menu-item.home > a
{
	text-indent:-9999px;
	padding-left:3rem;
	padding-right:3rem;
}
.genesis-nav-menu .menu-item.home > a:before
{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	content:"\f102";
	font-family:'dashicons';
	text-indent:0;
	line-height:1;
	font-size:22px;
	margin-left:-11px;
	margin-top:-11px;
	background:none;
}
.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #cc0000;
}

.genesis-nav-menu li li a {
	padding: 20px;
	padding: 1.25rem;
	position: relative;
}

.genesis-nav-menu li ul {
	left:-9999px;
	position: absolute;
	width: 212px;
	z-index: 99;
	-moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
	opacity:0;
}

.genesis-nav-menu li ul ul {
	/*margin: -55px 0 0 211px;*/
	margin:0 0 0 100%;
	top:0;
}

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

ul.genesis-nav-menu li:hover>ul,
.site-header .genesis-nav-menu li:hover>ul {
	left: auto;
	opacity:1;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------
	BEGIN: Bitemark Primary Menu
------------------------------------------------------------------------------------------------------------------------------------------------*/
/* primary menu container */
.bmweb .nav-primary
{
	position:relative;
	z-index: 10;
	background-color:#dd0000;
}

.bmweb .nav-primary .menu-primary
{
	margin:0;
	padding:0;
	float:none;
	display:table;
	line-height:1;
}

/* subnav width */
.bmweb .nav-primary .menu-primary li ul
{
	width:220px;
	padding:10px;
	background-color:#cc0000;
}

.bmweb .nav-primary .sub-menu li,
.bmweb .nav-primary .sub-menu li a
{
	position:relative;
	width:100%;
}

/* subnav styles */
.bmweb .nav-primary .menu-primary li li a
{
	padding:.5rem .8rem;
	color:#ffffff;
	font-size: 0.75rem;
}
/* subnav position */
.bmweb .nav-primary .menu-primary li ul ul
{
	margin:0 0 0 100%;
}

/*--------------------------------------------------------------------------
	END: primary menu 'container'('ul' in most cases)
--------------------------------------------------------------------------*/
/* 1st level items */
.bmweb .nav-primary .menu-primary > li > a
{
	color:#ffffff;
}
/* menu button classes */
.bmweb .nav-primary .menu-primary > li.button
{
	float:none;
}
.bmweb .nav-primary .menu-primary > li.button a
{
	background-color:#78b109;
	background-image:url(../images/sprite-page-cta-bg.png);
	background-repeat:no-repeat;
	background-position:50% 0;
	background-size:100% 200%;
	margin: 4px 2px;
	padding: 8px 30px;
	box-shadow:0 0 2px #252525;
	-moz-box-shadow:0 0 2px #252525;
	-webkit-box-shadow:0 0 2px #252525;
	-khtml-box-shadow:0 0 2px #252525;
	border-radius:6px;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	text-align:center;
}

/*--------------------------------------------------------------------------
	1st level current item color
--------------------------------------------------------------------------*/
.bmweb .nav-primary .menu-primary li.current_page_item > a,
.bmweb .nav-primary .menu-primary li.current-cat > a,
.bmweb .nav-primary .menu-primary li.current-menu-item > a,
.bmweb .nav-primary .menu-primary li.current-page-ancestor > a,
.bmweb .nav-primary .menu-primary li.current-menu-ancestor > a,
.bmweb .nav-primary .menu-primary li.current-menu-parent > a,
.bmweb .nav-primary .menu-primary li.current-page-parent > a,
.bmweb .nav-primary .menu-primary li.current_page_parent > a,
.bmweb .nav-primary .menu-primary li.current_page_ancestor > a,
.bmweb .nav-primary .menu-primary li.current-post-ancestor > a,
.bmweb .nav-primary .menu-primary li.current-category-ancestor > a
{
	color: #ffffff;
	background-color:#cc0000;
}
/*--------------------------------------------------------------------------
	1st level hover color
--------------------------------------------------------------------------*/
.bmweb .nav-primary .menu-primary > li > a:hover,
.bmweb .nav-primary .menu-primary > li:hover > a
{
	color: #ffffff;
	background-color:#cc0000;
}
/*--------------------------------------------------------------------------
	menu item submenu indicator
--------------------------------------------------------------------------*/
.bmweb .nav-primary .menu-primary  > li.menu-item-has-children > a:after
{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	left: 50%;
	top:50%;
	margin-left: -6px;
	margin-top:.8rem;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #2e2f33;
}

.bmweb .nav-primary .menu-primary  li:hover > a:after,
.bmweb .nav-primary .menu-primary  li.current-menu-item > a:after,
.bmweb .nav-primary .menu-primary  li.current-menu-parent > a:after,
.bmweb .nav-primary .menu-primary li.current-menu-ancestor > a:after,
.bmweb .nav-primary .menu-primary li.current-post-ancestor > a:after
{
	border-top-color:#fff;
}
.bmweb .nav-primary .menu-primary .sub-menu > li.menu-item-has-children > a:after
{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	border-top: 6px solid transparent;
	right: 10px;
	top: 50%;
	left: auto;
	margin-top: -6px;
}
/*--------------------------------------------------------------------------
	2nd and subsequent levels current item
--------------------------------------------------------------------------*/
.bmweb .nav-primary .menu-primary li li.current_page_item > a,
.bmweb .nav-primary .menu-primary li li.current-cat > a,
.bmweb .nav-primary .menu-primary li li.current-menu-item > a,
.bmweb .nav-primary .menu-primary li li.current-page-ancestor > a,
.bmweb .nav-primary .menu-primary li li.current-menu-ancestor > a,
.bmweb .nav-primary .menu-primary li li.current-menu-parent > a,
.bmweb .nav-primary .menu-primary li li.current-page-parent > a,
.bmweb .nav-primary .menu-primary li li.current_page_parent > a,
.bmweb .nav-primary .menu-primary li li.current_page_ancestor > a,
.bmweb .nav-primary .menu-primary li li.current-post-ancestor > a,
.bmweb .nav-primary .menu-primary li li.current-menu-parent > a,
.bmweb .nav-primary .menu-primary li li.current-post-parent > a
{
	background-color:rgba(255,255,255,.3);
	color: #ffffff;
}
/*--------------------------------------------------------------------------
	2nd and subsequent levels hover
--------------------------------------------------------------------------*/
.bmweb .nav-primary .menu-primary li li > a:hover,
.bmweb .nav-primary .menu-primary li li:hover > a,
.bmweb .nav-primary .menu-primary li li.current_page_item > a:hover,
.bmweb .nav-primary .menu-primary li li.current-cat > a:hover,
.bmweb .nav-primary .menu-primary li li.current-menu-item > a:hover,
.bmweb .nav-primary .menu-primary li li.current-page-ancestor > a:hover,
.bmweb .nav-primary .menu-primary li li.current-menu-ancestor > a:hover,
.bmweb .nav-primary .menu-primary li li.current-menu-parent > a:hover,
.bmweb .nav-primary .menu-primary li li.current-page-parent > a:hover,
.bmweb .nav-primary .menu-primary li li.current_page_parent > a:hover,
.bmweb .nav-primary .menu-primary li li.current_page_ancestor > a:hover
{
	background-color:rgba(255,255,255,.3);
	color: #ffffff;
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------
	END: Bitemark Primary Menu
------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------
	BEGIN: Bitemark Secondary Menu
------------------------------------------------------------------------------------------------------------------------------------------------*/
.bmweb .nav-secondary
{
	position: relative;
	background: #e0e0e0 url(../images/trans-grad-darker.png) repeat-x 0 0;
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: 0 100%;
}

/* primary menu container */
.bmweb .nav-secondary .menu-secondary
{
	margin:0;
	padding:0;
	float:none;
	display:table;
	line-height:1.5em;
}

/* submenu containers */
.bmweb .nav-secondary .menu-secondary li ul
{
	background:#e0e0e0;
	width:220px;
	padding:10px;
	box-shadow:0 1px 4px 0 #aaaaaa;
	-moz-box-shadow:0 1px 4px 0 #aaaaaa;
	-webkit-box-shadow:0 1px 4px 0 #aaaaaa;
	-khtml-box-shadow:0 1px 4px 0 #aaaaaa;
}

/* widths: 1st level menu items */
.bmweb .nav-secondary .sub-menu li,
.bmweb .nav-secondary .sub-menu li a
{
	position:relative;
	width:100%;
}

/* widths: 2nd level menu items */
.bmweb .nav-secondary .menu-secondary li li a
{
	padding:.5rem .8rem;
	color:#333333;
	background:#e0e0e0;
	border-top: 1px dotted #333333;
	font-size: 0.75rem;
	text-transform: uppercase;
}
.bmweb .nav-secondary .menu-secondary li li:first-child > a
{
	border-top:none;
}
/* subnav positioning */
.bmweb .nav-secondary .menu-secondary li ul ul
{
	margin:0 0 0 190px;
}
/* add extra padding for menu items with submenus (to allow for submenu icon) */
.bmweb .nav-secondary .menu-secondary > li.menu-item-has-children > a
{
	padding-right:1.9rem;
}

/* BEGIN: "boilerplate" css for overriding (re cusomising) in child themes */
/* 1st level items */
.bmweb .nav-secondary .menu-secondary > li > a
{
	color:#333333;
	text-shadow:1px 1px #ffffff;
	text-transform:uppercase;
	border-right:1px solid #9C9C9C;
	background: #e0e0e0  url(../images/trans-grad-darker.png) repeat-x 0 0;
	background-size:auto 100%;
}
.bmweb .nav-secondary .menu-secondary > li
{
	border-right:1px solid #E9E9E9;
}
.bmweb .nav-secondary .menu-secondary > li:first-child > a
{
	border-left:1px solid #E9E9E9;
}
.bmweb .nav-secondary .menu-secondary > li:first-child
{
	border-left:1px solid #9C9C9C;
}

/*--------------------------------------------------------------------------
	menu item submenu indicator
--------------------------------------------------------------------------*/
.bmweb .menu-secondary li.menu-item-has-children > a:after
{
	content:"\00BB";
	display: block;
    margin-top: -0.5rem;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    z-index: 10;
}
/*--------------------------------------------------------------------------
	1st level hover
--------------------------------------------------------------------------*/
.bmweb .nav-secondary .menu-secondary > li > a:hover,
.bmweb .nav-secondary .menu-secondary > li:hover > a
{
	background-color: #fefefe;
	color: #333333;
}
/*--------------------------------------------------------------------------
	1st level current item
--------------------------------------------------------------------------*/
.bmweb .nav-secondary .menu-secondary > li.current_page_item > a,
.bmweb .nav-secondary .menu-secondary > li.current-cat > a,
.bmweb .nav-secondary .menu-secondary > li.current-menu-item > a,
.bmweb .nav-secondary .menu-secondary > li.current-page-ancestor > a,
.bmweb .nav-secondary .menu-secondary > li.current-menu-ancestor > a,
.bmweb .nav-secondary .menu-secondary > li.current-menu-parent > a,
.bmweb .nav-secondary .menu-secondary > li.current-page-parent > a,
.bmweb .nav-secondary .menu-secondary > li.current_page_parent > a,
.bmweb .nav-secondary .menu-secondary > li.current_page_ancestor > a,
.bmweb .nav-secondary .menu-secondary > li.current-post-ancestor > a,
.bmweb .nav-secondary .menu-secondary > li.current-category-ancestor > a
{
	background-color:#fefefe;
	color: #333333;
}
/*--------------------------------------------------------------------------
	2nd and subsequent levels hover
--------------------------------------------------------------------------*/
.bmweb .nav-secondary .menu-secondary li li > a:active,
.bmweb .nav-secondary .menu-secondary li li > a:hover,
.bmweb .nav-secondary .menu-secondary li li:hover > a,
.bmweb .nav-secondary .menu-secondary li li.current_page_item > a:hover,
.bmweb .nav-secondary .menu-secondary li li.current-cat > a:hover,
.bmweb .nav-secondary .menu-secondary li li.current-menu-item > a:hover,
.bmweb .nav-secondary .menu-secondary li li.current-page-ancestor > a:hover,
.bmweb .nav-secondary .menu-secondary li li.current-menu-ancestor > a:hover,
.bmweb .nav-secondary .menu-secondary li li.current-menu-parent > a:hover,
.bmweb .nav-secondary .menu-secondary li li.current-page-parent > a:hover,
.bmweb .nav-secondary .menu-secondary li li.current_page_parent > a:hover,
.bmweb .nav-secondary .menu-secondary li li.current_page_ancestor > a:hover
{
	background-color: #f7f7f7;
	color: #333333;
	text-shadow:none;
}
/*--------------------------------------------------------------------------
	2nd and subsequent levels current item
--------------------------------------------------------------------------*/
.bmweb .nav-secondary .menu-secondary li li.current_page_item > a,
.bmweb .nav-secondary .menu-secondary li li.current-cat > a,
.bmweb .nav-secondary .menu-secondary li li.current-menu-item > a,
.bmweb .nav-secondary .menu-secondary li li.current-page-ancestor > a,
.bmweb .nav-secondary .menu-secondary li li.current-menu-ancestor > a,
.bmweb .nav-secondary .menu-secondary li li.current-menu-parent > a,
.bmweb .nav-secondary .menu-secondary li li.current-page-parent > a,
.bmweb .nav-secondary .menu-secondary li li.current_page_parent > a,
.bmweb .nav-secondary .menu-secondary li li.current_page_ancestor > a,
.bmweb .nav-secondary .menu-secondary li li.current-post-ancestor > a,
.bmweb .nav-secondary .menu-secondary li li.current-menu-parent > a,
.bmweb .nav-secondary .menu-secondary li li.current-post-parent > a
{
	background-color: #f7f7f7;
	color: #333333;
}
/* END: "boilerplate" css for overriding (re cusomising) in child themes */
/*-------------------------------------------------------------------------------------------------------------------------------------------------
	END: Bitemark Secondary Menu
------------------------------------------------------------------------------------------------------------------------------------------------*/

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
}

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

.genesis-nav-menu li.rss a {
	background: url(../images/rss.png) no-repeat center left;
	margin-left: 20px;
	margin-left: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
	background: url(../images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
	padding-left: 1.5rem;
}


/*
06 Headings
---------------------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	margin:0 0 .7em;
	line-height:1em;
}

.author-box h1 {
	margin: 0
}

/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
	padding-left: 0;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 32px;
	margin-left: 2rem;
}

.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;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.pagination li {
	display: inline-block;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	background-color: #1e1e1e;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
	display:block;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #cc0000;
}


/*
09 Comments
---------------------------------------------------------------------------------------------------- */

.entry-comments,
#respond {
	overflow: hidden;
}

.ping-list,
.entry-comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#author,
#email,
#url {
	width: 50%;
}

.comment-meta,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
	width:100%;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 2rem;
}

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

.comment-header {
	overflow: hidden;
}

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

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

.entry-comments .pagination {
	margin-top: 32px;
	margin-top: 2rem;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	padding:0 0 0 4%;
}

.sidebar .widget {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	overflow: hidden;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	word-wrap: break-word;
}
.sidebar .widget .tagcloud
{
	padding:10px;
}

/*
11 Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	clear: both;
}

.site-footer .wrap {
	border-top: 2px solid #1e1e1e;
	overflow: hidden;
	padding: 48px 0;
	padding: 3rem 0;
}

.site-footer .creds {
	text-align:center;
}
.bmweb .gototop
{
	position:fixed;
	opacity:0;
	display:block;
	z-index:1100;
	cursor:pointer;
	right:6px;
	bottom:-50px;
	text-indent:-9999px;
	background-color:#8bc543;
	background-image:url(../images/backtotop.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:86% auto;
	height:41px;
	width:41px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	box-shadow:0 0 3px 0px #555555;
	-moz-box-shadow:0 0 3px 0px #555555;
	-webkit-box-shadow:0 0 3px 0px #555555;
	-khtml-box-shadow:0 0 3px 0px #555555;
}

.bmweb .gototop.visible
{
	opacity:1;
	bottom:6px;
}
/* 11a - Footer Widgets ----------- */
.footer-widgets {

	position:relative;
	width:100%;
	padding:1% 0;
}
.footer-widgets .wrap
{
	padding:10px 0 0;
}
.footer-widgets .wrap:after
{
	content:"";
	display:block;
	clear:both;
}
.footer-widgets .widget-area
{
	position:relative;
	float:left;
	width:25%;
}
.bmweb-footer-wrap .footer-widgets .widget
{
	position:relative;
	z-index:10;
	margin:0 2% 35px;
	padding:10px 10px 25px;
}
.bmweb-footer-wrap.one .footer-widgets .widget-area { width:100%; }
.bmweb-footer-wrap.two .footer-widgets .widget-area { width:50%; }
.bmweb-footer-wrap.three .footer-widgets .widget-area { width:33.3333%; }
.bmweb-footer-wrap.four .footer-widgets .widget-area { width:25%; }

/* 11b - BMWEB Footer  ----------- */
#bmweb-footer
{
	background:#f1f1f1;
}
#bmweb-footer .wrap
{
	position:relative;
	z-index:10;
	padding:1% 0;
}
#bmweb-footer .widget-area
{
	float:left;
	width:25%;
	position:relative;
}
#bmweb-footer .widget
{
	position: relative;
	margin:.5rem;
	padding: 1rem;
}
#bmweb-footer.one .widget-area { width:100%; }
#bmweb-footer.two .widget-area { width:50%; }
#bmweb-footer.three .widget-area { width:33.3333%; }
#bmweb-footer.four .widget-area { width:25%; }

/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding:.25rem;
}

.site-header .search-form {
	float: right;
	margin-top: 56px;
	margin-top: 3.5rem;
	width: 100%;
}

.sidebar-primary .search-form
{
	position:relative;
	float:left;
	clear:both;
	width:100%;
}
.sidebar-primary .widget_search .widget-wrap
{
	border:none;
	background:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-khtml-border-radius:0;
	border-radius:0;
}
.sidebar-primary .widget_search input[type="search"]
{
	float:left;
	clear:both;
	margin:0;
	padding:0.5rem 3rem .5rem .5rem;
	width:100%;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-khtml-border-radius:0;
	border-radius:0;
	box-shadow:none;
}
.sidebar-primary .widget_search input[type="submit"]
{
	position:absolute;
	right:0;
	top:0;
	width:36px;
	height:100%;
	background:none;
	text-indent:-9999px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAyVBMVEX////x8fH////////////////////////////////////////////////u7u7w8PD////////////////x8fHw8PDv7+/////////////////////8/Pz////6+vr////+/v719fXz8/P////////4+Pj////////////u7u7////////9/f3v7+/////////////////////29vb////39/f19fX4+Pj///////////8AAADu7u7u7u78/Pz5+fnv7+/19fX///9g8my4AAAAPHRSTlNy5mlOjVGggWB7OTBLY/ztRYSWD+Lp9FckGJxmq4eyLaPM00JIuRsMHvghmafxElozPBXFNsHIvQYDCQCYlzDkAAABF0lEQVR42s3UaVODMBCAYe/b8dbW3qflKEcLKMgUef//jyojM6lJKPWb7qfMzkPYDUv2Pn8Rf4ouvQsvrkWBnQLk3dut6M1GRDitRuYTQGRZYQ4YXhV6eAQs53vLuxWk0wpkw/NYFHcDg1hDATDaJHsZuBrqw/3P/c9hoKI4ZeWIlEjIyISl3HQbRgry4VVGHXB3olM4U1ADQhmdwFgtPCdPpMINWKhH0AVpHFwYaufkQ9rYJBdzuNY/ywT2TWGG8JVISDybHsTlu4o1vH/oo9KbU7D2UadvAIoS9TaXiMiF0sb3MCxJdJVEspI6d7xW67hZLISq/aWEEqhGTRSkqrIRv0S1KpupSFUh2cvuuyCY/YOrZ0usAdh4JFXsI3IGAAAAAElFTkSuQmCC);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-color:#DDDDDD;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-khtml-border-radius:0;
	border-radius:0;
}

button,
input[type="button"],
input[type="submit"],
.btn
{
	background-color: #1e1e1e;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #666;
}

/* 12a - Gravity Forms ----------- */
/* Gravity Forms - BMWEB boilerplate for running with Gravity Forms in no CSS output mode - save a guzzilion nanobytes!
--------------------------------------------- */
.bmweb ul.gform_fields
{
	padding:0;
	margin:0;
}
.bmweb ul.gform_fields li
{
	list-style-type: none;
	margin:0;
}

.bmweb .gform_wrapper input[type="email"],
.bmweb .gform_wrapper input[type="text"],
.bmweb .gform_wrapper input[type="tel"],
.bmweb .gform_wrapper select,
.bmweb .gform_wrapper textarea
{
	padding: 10px 16px;
}
.bmweb .gform_wrapper label
{
	margin-left:0;
}

.bmweb .gform_wrapper .ginput_container .small
{
	width:33.33334%;
}
.bmweb .gform_wrapper .ginput_container .medium
{
	width:49%;
}
.bmweb .gform_wrapper .ginput_container .large,
.bmweb .gform_wrapper .gf_left_half .ginput_container .medium,
.bmweb .gform_wrapper .gf_right_half .ginput_container .medium,
.bmweb .gform_wrapper .ginput_container .name_first input,
.bmweb .gform_wrapper .ginput_container .name_last input,
.bmweb .ginput_complex .ginput_left input,
.bmweb .ginput_complex .ginput_right input
{
	width:100%;
}


.bmweb .gform_wrapper .gf_left_half,
.bmweb .ginput_complex.has_first_name.has_last_name .name_first,
.bmweb .gform_wrapper .ginput_container .medium,
.bmweb .ginput_complex .ginput_left
{
	margin-right:1%;
}
.bmweb .gform_wrapper .gf_right_half,
.bmweb .ginput_complex.has_first_name.has_last_name .name_last,
.bmweb .ginput_complex .ginput_right
{
	margin-left:1%;
}
.bmweb .gform_wrapper .gf_left_half,
.bmweb .gform_wrapper .gf_right_half,
.bmweb .ginput_complex.has_first_name.has_last_name .name_first,
.bmweb .ginput_complex.has_first_name.has_last_name .name_last,
.bmweb .ginput_complex .ginput_left,
.bmweb .ginput_complex .ginput_right
{
	width:49%;
	display:inline-block;
	vertical-align:top;
}

.bmweb .ginput_container
{
	margin-bottom:25px;
	font-size:0;
}
.bmweb .gfield.gfield_error .ginput_container
{
	margin-bottom:.5px;
}
.bmweb .ginput_container.ginput_complex
{
	margin-bottom:15px;
}
.bmweb .gfield.gfield_error .ginput_container.ginput_complex
{
	margin-bottom:0;
}

.bmweb .gfield_description,
.bmweb .ginput_complex .ginput_full,
.bmweb .ginput_complex .ginput_left,
.bmweb .ginput_complex .ginput_right
{
	margin-bottom:10px;
}
.bmweb .gform_wrapper label.gfield_label
{
	display:block;
	font-size:100%;
	margin-bottom:7.5px;
	font-weight:bold;
	text-align:inherit;
}
.bmweb .gform_wrapper label
{
	font-size:1rem;
}
.bmweb .gform_body
{
	margin-bottom:30px;
}
.bmweb .gform_wrapper .validation_error
{
	margin:20px 0;
	padding:20px;
	font-size:100%;
	font-weight:bold;
	color:#eb4141;
	border:1px solid #eb4141;
	background-color:#fff7f7;
}
.bmweb .gfield_error .validation_message
{
	color:#eb4141;
	font-size:80%;
	font-weight:bold;
	margin-bottom:0;
}
.bmweb ul.gform_fields li.gfield_error
{
	padding:20px;
	margin-bottom:25px;
	border-top:1px solid #eb4141;
	border-bottom:1px solid #eb4141;
	background-color:#fff7f7;
}
.bmweb .gfield_required
{
	color:#eb4141;
	position:relative;
	left:5px;
}
.bmweb .gform_ajax_spinner
{
	margin:0 10px;
}

.bmweb .gform_hidden,
.bmweb .gform_validation_container
{
	display:none;
}

.bmweb .gfield_time_hour,
.bmweb .gfield_time_minute,
.bmweb .gfield_time_ampm
{
	width:25%;
	display:inline-block;
	vertical-align:top;
}
.bmweb .gfield_checkbox
{
	margin-left:0;
	padding-left:0;
}
.bmweb .gfield_checkbox input
{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	height:18px;
}
.bmweb .gfield_checkbox label
{
	display:inline-block;
	vertical-align:middle;
	font-size:1rem;
	padding-left:4px;
}
/*
Gravity Forms Date Picker Styles
----------------------------------------------------------------*/
.ui-datepicker {
	width:250px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.ui-datepicker a {
	text-decoration: none;
}

.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
}

.ui-datepicker-header {
	background-color: #666; /* set the header background color */
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	min-height: 30px !important;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #666;
}

.ui-datepicker-title {
	text-align: center;
}

.ui-datepicker-title select {
	margin-top: 2.5%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../images/datepicker/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}

.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}

.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}

.ui-datepicker thead {
	background: #f7f7f7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background: linear-gradient(to bottom,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
	text-transform: uppercase;
	text-align: center;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
	padding: 0;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
	border-right: 0px;
}

.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display:block;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(to bottom,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
	background: #FFF2AA; /* set the active date background color */
	border: 1px solid #c19163; /* set the active date border color */
	color: #666; /* set the active date font color */
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	text-shadow: 0px 1px 0px #FFF;
	filter: dropshadow(color=#FFF, offx=0, offy=1);
	position: relative;
	margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
	background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
	margin: 0 0 0 0 !important;
}

body div#ui-datepicker-div[style] {
	z-index: 9999 !important;
}

.ui-datepicker-month,
.ui-datepicker-year
{
	padding:4px;
	margin:4px;
	width:auto;
}

/*
 END: Gravity Forms Date Picker Styles
----------------------------------------------------------------*/

/* END: Gravity Forms - BMWEB boilerplate for running with Gravity Forms in no CSS output mode - save a guzzilion nanobytes!
--------------------------------------------- */

/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

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

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

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

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

p.wp-caption-text {
	margin:0;
	padding:5px 7px;
	border-top:1px dashed #DBDBDB;
}

.wp-caption img
{
	padding:5px 7px;
}
.gallery-caption {
}

/* BEGIN: home feature */
#bmweb-home-feature .wrap
{
	margin:0 auto;
}
#bmweb-home-feature .inner
{

	position:relative;
}
/* END: home feature */
/*------------------------------------------------------------------------------------------------------------------------------------------------
	BEGIN: Bottom of page CTA
------------------------------------------------------------------------------------------------------------------------------------------------*/
#bmweb-page-cta
{
	position:relative;
	width:100%;
	margin:0 auto 20px;
}
#bmweb-page-cta h2
{
	font-size:28px;
	margin-bottom:20px;
}
#bmweb-page-cta .bmweb-page-cta-left,
#bmweb-page-cta .bmweb-page-cta-right
{
	width:48%;
	max-width:400px;
    float: left;
	overflow:visible;
	position:relative;
	border:1px solid #ca0000;
	background:#ff0000 url(../images/sprite-page-cta-bg.png) no-repeat 50% 0;
	background-size:100% 200%;
	-moz-box-shadow:0 0 6px #333333;
	-webkit-box-shadow:0 0 6px #333333;
	box-shadow:0 0 6px #333333;
}
#bmweb-page-cta .bmweb-page-cta-right
{
	background-position:0 100%;
}
#bmweb-page-cta .bmweb-page-cta-middle
{
	float:left;
	width:4%;
}
#bmweb-page-cta .line1,
#bmweb-page-cta .line2
{
	display:block;
	text-align:left;
	line-height:1em;
}
#bmweb-page-cta .line1
{
	font-size:0.75em;
}
#bmweb-page-cta .line2
{
	font-size:1em;
}
#bmweb-page-cta .phone,
#bmweb-page-cta .aaq a
{
	display:block;
	font-size:1.55em;
	color:#ffffff;
	padding:10px 10px 10px 20px;
	text-decoration:none;
}
#bmweb-page-cta .aaq a:hover
{
	background:inherit;
}
#bmweb-page-cta .aaq a:after
{
	content:"";
	position:absolute;
	top:50%;
	margin-top:-55px;
	right:5%;
	width:33.33333333333333%;
	height:109px;
	max-width:115px;
	background:transparent url(../images/page-cta-button-free-quote.png) no-repeat 50% 50%;
	background-size:100% auto;

}
#bmweb-page-cta a.phone
{
	display:block;
	text-decoration:none;
	padding-left:17.6231884057971%;
}
#bmweb-page-cta a.phone:before
{
	content:"";
	position:absolute;
	top:50%;
	margin-top:-23.5px;
	left:3%;
	width:13.6231884057971%;
	height:47px;
	max-width:47px;
	background:transparent url(../images/page-cta-phone-icon.png) no-repeat 50% 50%;
	background-size:100% auto;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------
	END: Bottom of page CTA
------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------
	BEGIN: Bottom of post CTA
------------------------------------------------------------------------------------------------------------------------------------------------*/
.bmweb-post-cta
{
	margin:1rem 0;
}
.bm-post-cta .cta
{
	display:block;
	margin:0 auto;
	text-indent:-9999px;
	max-width:751px;
	width:100%;
	height:0;
	padding-top:10.253%;
	background:transparent url(../images/post-cta-view-product-range.png) no-repeat 0 0;
	background-size:100% auto;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------
	END: Bottom of post CTA
------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------
	BEGIN: related posts
------------------------------------------------------------------------------------------------------------------------------------------------*/
.bmweb .yarpp-related
{
	width:100%;
}
.bmweb .related-posts
{
	margin-top:1rem;
}

.bmweb .related-posts ol,
.bmweb .related-posts ul
{
	padding-left:.625rem;
	margin-left:.625rem;
}
.bmweb .related-posts li
{
	margin-bottom:.625rem;
}
.bmweb .related-posts li a
{
	display:block;
}
.bmweb .related-posts li small { display:block; line-height:1.5em; }

/* begin yarrp thumbnail view */
.bmweb .yarpp-thumbnails-horizontal
{
	display: table;
	width: 100%;
	position: relative;
	border-spacing:.625rem;
}
.bmweb .yarpp-thumbnails-horizontal .yarpp-thumbnail
{
	display: table-cell;
	width: 20%;
	height:auto;
	margin:0;
}
.bmweb .yarpp-thumbnail-default
{
	width:100%;
	margin:0 auto;
}
.bmweb .yarpp-thumbnail > img,
.bmweb .yarpp-thumbnail-default > img
{
	display:block;
	margin:0 auto;
	width:100%;
	height:auto;
}
.bmweb .yarpp-thumbnail .yarpp-thumbnail-title
{
	font-size:.85rem;
	width:100%;
	height:auto;
	margin:0 auto;
	max-height:100%;
	text-align:center;
	padding:.3rem;
}
/* end yarrp thumbnail view */

/*------------------------------------------------------------------------------------------------------------------------------------------------
	END: related posts
------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------
	BEGIN: Archive style pages entry styles
------------------------------------------------------------------------------------------------------------------------------------------------*/
.bmweb.page-template .content .post,
.bmweb.search .content .post,
.bmweb.search .content .page,
.bmweb.archive .content .post,
.bmweb.search .content .ai1ec_event
{
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 0 4px #b7b7b7;
	-webkit-box-shadow: 0 0 4px #b7b7b7;
	box-shadow: 0 0 4px #b7b7b7;
	border: 1px solid #cfcfcf;
	padding:0;
	overflow: hidden;
	margin: 0 0 25px 0;
}
.bmweb.archive .content .entry .entry-title,
.bmweb.page-template .content .entry .entry-title,
.bmweb.search .content .entry .entry-title,
.bmweb .related-posts .content .widgettitle
{
	background-color:#F4F4F4;
	border:none;
	margin: 0;
	padding: 10px 20px;
	color: #333;
	font-size:1.35em;
	font-weight:normal;
}
.bmweb.archive .content .entry .entry-title a,
.bmweb.page-template .content .entry .entry-title a,
.bmweb.search .content .entry .entry-title a
{
	display:block;
	font-size:1em;
	font-weight:normal;
	margin:0;
}
.bmweb.archive .content .entry .entry-content,
.bmweb.search .content .entry .entry-content
{
	padding:20px;
	overflow:hidden;
	border-top:1px solid #dcdcdc;
}

.bmweb .related-posts .inner
{
	padding:0 0 0 .625rem;
}
.bmweb.archive .content .entry .entry-header .entry-meta,
.bmweb.page-template .content .entry .entry-header .entry-meta,
.bmweb.search .content .entry .entry-header .entry-meta
{
	margin:0;
	border:none;
	background-color:#F4F4F4;
	padding:0 20px 10px;
	font-size:.7em;
}
.bmweb.archive .content .entry .entry-footer .entry-meta,
.bmweb.search .content .entry .entry-footer .entry-meta
{
	margin:0;
	border-top:1px solid #dcdcdc;
	padding:15px 20px 13px 20px;
	overflow: hidden;
	background-color:#F4F4F4;
}

.bmweb .entry-footer .entry-meta .entry-categories,
.bmweb .entry-footer .entry-meta .entry-tags
{
	float:none;
	display:block;
	font-weight:600;
}
.bmweb .entry-footer .entry-meta a
{
	font-weight:normal;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------
	END: Archive style pages entry styles
------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------
	BEGIN: social share
------------------------------------------------------------------------------------------------------------------------------------------------*/
.bmweb-ss
{
	display:table;
	margin-bottom:1rem;
	margin-top:1rem;
	width:100%;
}
.bmweb-ss .title
{
	display:table-cell;
	background-color:#cc0000;
	color:#FAFFED;
	padding:.625rem 0;
	font-size:1.5rem;
	width:20%;
	text-align:center;
	vertical-align:middle;
}
.bmweb-ss .icons
{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border:2px solid #cc0000;
	overflow:hidden;
}
.bmweb div.mr_social_sharing_wrapper
{
	width:auto;
	margin:5px auto;
}
.bmweb div.mr_social_sharing_top,
.bmweb span.mr_social_sharing_top,
.bmweb .mr_social_sharing
{
	display: inline-block;
	vertical-align:middle;
	text-align:left;
	margin:5px 8px;
}

#twitter-widget-0
{
	width:99%;
	max-width:99%;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------
	END: social share
------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------
	BEGIN: Social Icons
------------------------------------------------------------------------------------------------------------------------------------------------*/
.bmweb-smp
{
	position: relative;
	width:100%;
}

.bmweb-smp .inner
{
	display:table;
	margin:0 auto;
	text-align: center;
}
.bmweb-smp.left .inner
{
	margin:0;
	text-align: left;
}
.bmweb-smp .icon
{
	display: inline-block;
  text-align: center;
  padding: 2px 5px;
}
.bmweb-smp .icon a
{
	position:relative;
	display: block;
	margin: 0 auto;
	height:52px;
	width:52px;
	padding: 0 !important;
	background-image:url(../images/sprite-social-icons.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size: 200% auto;
	text-decoration:none;
	border:none;
	background-position:inherit;
	-webkit-transition: -webkit-transform .5s cubic-bezier(0.54, 0, 0.34, 0.92);
	-moz-transition:    -moz-transform .5s cubic-bezier(0.54, 0, 0.34, 0.92);
	transition:         transform .5s cubic-bezier(0.54, 0, 0.34, 0.92);
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.bmweb-smp .icon a:hover
{
	-moz-transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	transform:rotateY(360deg);
}
/*
.bmweb-smp .icon.facebook a { background-position:100% 0; }
.bmweb-smp .icon.gplus a { background-position:100% 14.2857%; }
.bmweb-smp .icon.youtube a { background-position:100% 28.5714%; }
.bmweb-smp .icon.rss a { background-position:100% 42.8571%; }
.bmweb-smp .icon.twitter a { background-position:100% 57.1429%; }
.bmweb-smp .icon.linkedin a { background-position:100% 71.4286%; }
.bmweb-smp .icon.pinterest a { background-position:100% 85.7143%; }
.bmweb-smp .icon.itunes a { background-position:100% 100%; }

.bmweb-smp .icon.facebook a:hover { background-position:0 0; }
.bmweb-smp .icon.gplus a:hover { background-position:0 14.2857%; }
.bmweb-smp .icon.youtube a:hover { background-position:0 28.5714%; }
.bmweb-smp .icon.rss a:hover { background-position:0 42.8571%; }
.bmweb-smp .icon.twitter a:hover { background-position:0 57.1429%; }
.bmweb-smp .icon.linkedin a:hover { background-position:0 71.4286%; }
.bmweb-smp .icon.pinterest a:hover { background-position:0 85.7143%; }
.bmweb-smp .icon.itunes a:hover { background-position:0 100%; }
*/
.bmweb-smp .icon.facebook a { background-position:100% 0; }
.bmweb-smp .icon.gplus a { background-position:100% 12.5%; }
.bmweb-smp .icon.youtube a { background-position:100% 25%; }
.bmweb-smp .icon.rss a { background-position:100% 37.5%; }
.bmweb-smp .icon.twitter a { background-position:100% 50%; }
.bmweb-smp .icon.linkedin a { background-position:100% 62.5%; }
.bmweb-smp .icon.pinterest a { background-position:100% 75%; }
.bmweb-smp .icon.itunes a { background-position:100% 87.5%; }
.bmweb-smp .icon.instagram a { background-position:100% 100%; }

.bmweb-smp .icon.facebook a:hover { background-position:0% 0; }
.bmweb-smp .icon.gplus a:hover { background-position:0% 12.5%; }
.bmweb-smp .icon.youtube a:hover { background-position:0% 25%; }
.bmweb-smp .icon.rss a:hover { background-position:0% 37.5%; }
.bmweb-smp .icon.twitter a:hover { background-position:0% 50%; }
.bmweb-smp .icon.linkedin a:hover { background-position:0% 62.5%; }
.bmweb-smp .icon.pinterest a:hover { background-position:0% 75%; }
.bmweb-smp .icon.itunes a:hover { background-position:0% 87.5%; }
.bmweb-smp .icon.instagram a:hover { background-position:0% 100%; }

/*------------------------------------------------------------------------------------------------------------------------------------------------
	END: Social Icons
------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------
	BEGIN: sidebar sub page menu navigation, categories widget sidebar navigation
------------------------------------------------------------------------------------------------------------------------------------------------*/
.sidebar-primary li a
{
	position:relative;
	z-index:5;
}
.sidebar-primary .avhec-widget-line
{
	display:block !important;
}
.sidebar-primary .avhec-widget-count
{
	position:absolute;
	right:10px;
	top:7px;
	font-size:.75em;
	z-index:1;
}
.sidebar-primary .bmweb-expando > .avhec-widget-line .avhec-widget-count
{
	right:30px;
}
.sidebar-primary li li .avhec-widget-count
{
	top:2px;
}
.bmweb .bmweb-expando .children
{
	display:block;
	overflow:hidden;
}

.bmweb .bmweb-expando.closed > .children,
.bmweb-ooc-content.closed
{
	-webkit-transition:opacity ease-out .3s, max-height ease-out .3s, padding .5s ease;
	transition:opacity ease-out .3, max-height ease-out .3s, padding .5s ease;
	opacity:0;
	max-height:0;
	padding-top:0;
	padding-bottom:0;
}
.bmweb .bmweb-expando[class*='current']:not(.closed) > .children,
.bmweb .bmweb-expando.open > .children,
.bmweb-ooc-content.open
{
	-webkit-transition: opacity ease-out .6s, max-height ease-out 1.5s;
	transition: opacity ease-out .6s, max-height ease-out 1.5s;
	opacity:1;
	max-height:2000px;
}
.bmweb .bmweb-expando .control
{
	position:absolute;
	z-index:+1;
	top:50%;
	right:0;
	padding:0.7em .35em 0.7em 0.7em;
	margin:-1.3em 0 0 0;
}
.bmweb .bmweb-expando .control:after
{
	content:'';
	font-family:Arial;
	position:relative;
	display:block;
	/*width:20px;
	height:20px;*/
	line-height:18px;
	font-size:16px;
	border-radius:50%;
	-moz-border-radius:50%;
	-khtml-border-radius:50%;
	-webkit-border-radius:50%;
	background:#F6F6F6;
	border:1px solid #C1C1C2;
	text-align:center;
	font-weight:normal;
	padding:0 4.5px;
	color:#323232 !important;
}
.bmweb .bmweb-expando .control:hover:after
{
	border-color:inherit;
	color:inherit !important;
}
.bmweb .bmweb-expando .control.closed:after
{
	content:"\002B";
}
.bmweb .bmweb-expando .control.open:after
{
	content:"\2212";
}

.sidebar-primary .widget-wrap
{
    -moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	-khtml-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
    background:#E6E6E6;
    border:1px solid #E6E6E6;
	border-bottom:1px solid #ffffff;
	overflow:hidden;
}
.sidebar-primary li
{
	position: relative;
 	border-bottom:1px solid #C1C1C2;
	border-top:1px solid #ffffff;
 	padding:0px !important;
}
.sidebar-primary .gfwa-odd a,
.sidebar-primary .gfwa-even a
{
	display:block;
	padding:10px;
}
.sidebar-primary .gfwa-odd img,
.sidebar-primary .gfwa-even img
{
	margin:0 !important;
	padding:0 !important;
	border:2px solid #C1C1C2 !important;
}
.sidebar-primary li li
{
	border-bottom:none !important;
	border-top:1px solid #d6d6d6 !important;
}
.sidebar-primary li li:first-child
{
	border-top:none !important;
}
.sidebar-primary li a,
.sidebar-primary .featuredpost a
{
	display:block !important;
	padding:0.75rem 35px 0.75rem 15px !important;
	text-decoration:none !important;
	font-weight:normal !important;
	font-size:.9375rem !important;
	position:relative;
	line-height:1.25em;
}
.sidebar-primary li a,
.sidebar-primary li a:visited,
.sidebar-primary li li a,
.sidebar-primary li li a:visited,
.sidebar-primary .featuredpost a,
.sidebar-primary .featuredpost a:visited
{
	color:#323232;
}
.sidebar-primary li li a
{
	padding:0.5rem 1rem 0.5rem 1.8rem !important;
	font-size:.8125rem !important;
	line-height:1rem;
}
.sidebar-primary li a:hover,
.sidebar-primary li.current_page_item > a,
.sidebar-primary li.current_page_item > a:visited,
.sidebar-primary li.current_page_ancestor > a,
.sidebar-primary li.current_page_ancestor > a:visited,
.sidebar-primary li.current-cat > a,
.sidebar-primary li.current-cat > a:visited,
.sidebar-primary li.current-cat-parent > a,
.sidebar-primary li.current-cat-parent > a:visited,
.sidebar-primary li.current-cat > .avhec-widget-line > a,
.sidebar-primary li.current-cat > .avhec-widget-line > a:visited,
.sidebar-primary li.current-cat-parent > .avhec-widget-line > a,
.sidebar-primary li.current-cat-parent > .avhec-widget-line > a:visited,
.sidebar-primary .gfwa-odd a:hover,
.sidebar-primary .gfwa-even a:hover
{
	color:#8bc543 !important;
}
.sidebar-primary h4.widgettitle
{
	display: block;
	background:#F6F6F6;
	padding: 10px 15px;
	margin:0;
	border-bottom: 1px solid #C1C1C2;
	color: #cc0000;
	font-size:1.125rem;
	font-weight:600;
	text-decoration: none;
}
.sidebar-primary h4.widgettitle a, .sidebar-primary h4.widgettitle a:visited
{
	display:block;
	color:inherit;
	text-decoration:none;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------
	END: sidebar sub page menu navigation, categories widget sidebar navigation
------------------------------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------------------------------------------
	BEGIN: videos
------------------------------------------------------------------------------------------------------------------------------------------------*/
.video-wrap
{
	display:block;
	position: relative;
	margin:0 auto;
	width:100%;
	max-width:640px;
}
.video-wrap .aspect
{
	height:0;
	padding-top:56.25%; /* 16:9 default desired aspect ratio */
}
.video-wrap iframe,
.video-wrap object,
.video-wrap video,
.video-wrap embed
{
	width:100%;
	height:100%;
	position: absolute;
	top: 0; bottom: 0; right: 0; left: 0;
}
/* center lead player videos */
div[id^="leadplayer_video_element"]
{
	margin:0 auto;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------
	END: videos
------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------
	BEGIN: Promo Template Styles
------------------------------------------------------------------------------------------------------------------------------------*/
.bm-promo .site-inner
{
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:cover;
}
.bm-promo .gform_wrapper
{
	position:relative;
	max-width:100%;
}
.bm-promo form
{
	position:relative;
}
.bm-promo .promo-button-title
{
	position: absolute;
	float: right;
	margin-right: -7%;
	margin-top: -7%;
	max-width: 25%;
	right:0;
}
.bm-promo .feature-panel
{
	position:relative;
}
.bm-promo .feature-panel:before
{
	content:"";
	position:absolute;
	width:128%;
	left:-14%;
	top:0;
	height:100%;
	background:#949494 url(../images/promo-feature-bg.gif) repeat 0 0;
	box-shadow:0px 0px 6px #333333;
	-moz-box-shadow:0px 0px 6px #333333;
	-webkit-box-shadow:0px 0px 6px #333333;
	-khtml-box-shadow:0px 0px 6px #333333;
}

/* BEGIN: gravity forms styles for promo template */
.bm-promo .feature-panel .gform_title
{
	color:#ffffff;
}
.bm-promo .feature-panel .gfield_label
{
	color:#333333;
}
.bm-promo .feature-panel .ginput_container input,
.bm-promo .feature-panel .ginput_container textarea
{
	border:1px solid #777777;
	padding:.375rem .7rem;
	font-size:.875rem;

}
/* end: gravity forms styles for promo template */
/*-----------------------------------------------------------------------------------------------------------------------------------
	END: Promo Template Styles
------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------
	BEGIN: [bmweb-pagegrid] shortcode styles
------------------------------------------------------------------------------------------------------------------------------------*/
.bmweb-pagegrid
{
	display:block;
	width:100%;
	margin:0 auto;
	text-align:center;
	z-index:10;
}
.bmweb-pagegrid a,
.bmweb-pagegrid a:hover
{
	text-decoration:none;
}
.bmweb-pagegrid .col
{
	width:auto;
	display:inline-block;
	vertical-align:top;
	padding:.5% 2%;
	max-width:50%;
}

img.bm-grid
{
	padding:0;
}

.bmweb-pagegrid .thumb,
.bmweb-pagegrid .title
{
	display:block;
	clear:both;
	text-align:center;
}
.bmweb-pagegrid .title
{
	font-size:1.15rem;
	line-height:1.25em;
	font-weight:normal;
	padding:5px 0;
}
/*-----------------------------------------------------------------------------------------------------------------------------------
	END: [bmweb-pagegrid] shortcode styles
------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------
	BEGIN: generic bmweb-img-grid styles
------------------------------------------------------------------------------------------------------------------------------------*/
.bmweb-img-grid
{
	overflow:hidden;
	text-align:center;
	margin:0 auto;
}
.bmweb-img-grid .cnt
{
	display:inline-block;
	margin:1%;
	width:98%; /* minimum number of items on a line(minus 2 x margin for each item). 98% = 1 item, 48% = 2 items etc */
	max-width:245px; /* native image width */
}
.bmweb-img-grid .cnt a
{
	display:block;
	padding-top:33.54632587859425%; /* individual img aspect ratio (not the entire sprite) */
	background-color:#ffffff;
	background-image:url(../images/sprite-home-products.png);
	background-repeat:no-repeat
	background-position:0 0;
	background-size:100% auto;
	height:0;
	line-height:0;
	width:100%;
	text-indent:-9999px;
}
.bmweb-img-grid .cnt .one { background-position:0 0; }
.bmweb-img-grid .cnt .two { background-position:0 20%; }
.bmweb-img-grid .cnt .three { background-position:0 40%; }
.bmweb-img-grid .cnt .four { background-position:0 60%; }
.bmweb-img-grid .cnt .five { background-position:0 80%; }
.bmweb-img-grid .cnt .six { background-position:0 100%; }
.bmweb-img-grid .cnt .seven { background-position:0 80%; }
.bmweb-img-grid .cnt .eight { background-position:0 100%; }
/*-----------------------------------------------------------------------------------------------------------------------------------
	END: generic grid styles
------------------------------------------------------------------------------------------------------------------------------------*/

.site-header .widget-area .bmweb-phone
{
	font-size:2rem;
	line-height:2rem;
	text-align:center;
	position:relative;
}
.site-header .widget-area .bmweb-phone a,
.site-header .widget-area .bmweb-phone a:visited
{
	color:#cc0000;
	text-decoration:none;
}
.site-header .widget-area .bmweb-phone a:hover
{
	text-decoration:underline;
}
.site-header .widget-area .bmweb-phone .n2
{
	font-size:1.25rem;
}

/*
14 Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 1123px)
{
	.site-header,
	.site-inner
	{
		padding:1%;
	}
}


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

	#bmweb-page-cta .bmweb-page-cta-left,
	#bmweb-page-cta .bmweb-page-cta-middle,
	#bmweb-page-cta .bmweb-page-cta-right
	{
		float:none;
		width:100%;
		margin: 0 auto;
	}
}

/* iPads (portrait) ----------- */

@media only screen and (max-width: 767px)
{
	html
	{
		font-size:85%;
	}
	.site-header .widget-area .bmweb-phone
	{
		padding:0;
	}
	.site-inner
	{
		padding: 0 2%;
	}

	.wrap,
	.site-inner,
	.site-container .sidebar,
	.site-container .content,
	.site-container .content-sidebar-wrap,
	.site-container .sidebar-secondary
	{
		width: 100%;
	}
	.bmweb .gform_wrapper .gf_left_half,
	.bmweb .gform_wrapper .gf_right_half,
	.bmweb .ginput_complex.has_first_name.has_last_name .name_first,
	.bmweb .ginput_complex.has_first_name.has_last_name .name_last,
	.bmweb .ginput_complex .ginput_left,
	.bmweb .ginput_complex .ginput_right
	{
		margin-left:0;
		margin-right:0;
		width: 100%;
	}
	.sidebar
	{
		padding:0;
	}

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

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

	.site-header .search-form {
		margin: 32px auto 0;
		margin: 2rem auto 0;
		width: 50%;
	}

	.bmweb-footer-wrap .footer-widgets .widget-area,
	#bmweb-footer .widget-area
	{
		width:50% !important;
	}

	.site-footer .wrap {
		padding: 24px 0;
		padding: 1.5rem 0;
	}
	html
	{
		font-size:85%;
	}
	.title-area
	{
		display:none;
	}
	.site-header .widget-area
	{
		width:100%;
	}

	.sitemap .col1,
	.sitemap .col2
	{
		float:none;
		width:100%;
	}
	/* BEGIN: secondary menu */
	.bmweb .nav-secondary .menu-secondary ul.sub-menu
	{
		display:none !important;
		visibility:hidden !important;
	}
	.bmweb .nav-secondary .menu-secondary
	{
		display:block;
	}
	.genesis-nav-menu.menu-secondary a
	{
		padding:.5rem;
	}
	.bmweb .nav-secondary .menu-secondary > li.menu-item-has-children > a
	{
		padding-right:1.3rem;
	}
	/* END: secondary menu */


	.bmweb .yarpp-thumbnails-horizontal
	{
		display:block;
		width:100% !important;
	}
	.bmweb .yarpp-thumbnails-horizontal .yarpp-thumbnail
	{
		display:inline-block;
		width:47%;
		margin:1.5%;
	}

	/* BEGIN: Mobile Menu */
	.bmweb .mobile-menu
	{
		z-index:999; /* !IMPORTANT: DO NOT change this value. It is used to trigger the mobile menu via javascript */
		margin:0 auto;
		border-bottom:none;
		max-width:100%;
		box-shadow:0 0 6px #000000;
		-moz-box-shadow:0 0 6px #000000;
		-webkit-box-shadow:0 0 6px #000000;
		-khtml-box-shadow:0 0 6px #000000;
		overflow:hidden;
		min-height:40px;
	}
	.bmweb .mobile-menu .bg
	{
		position: relative;
		z-index: 1500;
		background:#cc0000;
		border:1px solid #730000;
		overflow:hidden;
	}
	.bmweb .mobile-menu .hdr
	{
		display:table;
		position:relative;
		min-height:40px;
		color:#FAFFED;
		text-shadow: 0px 0px 2px rgba(0,0,0,1), 0px 0px 4px rgba(0,0,0,1);
		margin:0;
	}
	.bmweb .mobile-menu .hdr .title
	{
		cursor:pointer;
		display:table-cell;
		vertical-align:middle;
		padding: 0 40px 0 0;
		white-space: nowrap;
		font-family:Arial;
		font-size:1.35rem;
		margin-right:20px;
	}
	.bmweb .mobile-menu .hdr .title:after
	{
		display:block;
		line-height:0;
		content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAMAAABsDg4iAAAAIVBMVEWYmJjCwsK8vLy3t7fQ0NDU1NT9/f3+/v78/Pz///9RXT29Is6sAAAANklEQVR42uXNyQ0AIAwDwXDZOP0XzPGIhKAD5rmfNX8w12XFVqrEsCOTZRGBnBH9BPhz9PN9AMLyC86GKCn+AAAAAElFTkSuQmCC);
		position: absolute;
		right:12px;
		top:50%;
		margin-top:-9px;
		box-shadow:0 0 3px #555555;
		-moz-box-shadow:0 0 3px #555555;
		-webkit-box-shadow:0 0 3px #555555;
		-khtml-box-shadow:0 0 3px #555555;
	}
	.bmweb .mobile-menu .hdr .logo
	{
		display:table-cell;
		vertical-align:middle;
		background:transparent url(../images/logo-mobile-menu.png) no-repeat 50% 50%;
		background-size:auto  100%;
		height:40px;
		width:40px;
		float:left;
		margin:2px;
	}
	.bmweb .mobile-menu .hdr .phone
	{
		display:table-cell;
		vertical-align:middle;
		width:100%;
		white-space:nowrap;
	}
	.bmweb .mobile-menu .hdr .phone a
	{
		display:block;
		color:#ffffff;
		font-size:1.75rem;
		text-align:center;
		font-family:Arial;
		text-decoration:none;
	}
	.bmweb .nav-primary
	{
		border-bottom:1px solid #730000;
		background:#cc0000 !important;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		-khtml-box-shadow:none;
		margin:0;
		-webkit-transition: all .35s ease-in-out;
		-moz-transition: all .35s ease-in-out;
		transition: all .35s ease-in-out;
	}

	.bmweb .nav-primary,
	.bmweb .mobile-menu.hoverable:hover .nav-primary
	{
		max-height:5000px;
		opacity:1;
	}
	.bmweb .nav-primary:not(.active)
	{
		max-height:0;
		opacity:.5;
		border:none;
	}
	.bmweb .nav-primary .wrap
	{
		height:auto;
		width:auto;
	}
	.bmweb .nav-primary .menu-primary
	{
		float:none;
		padding-bottom: 10px !important
	}
	.bmweb .nav-primary .menu-primary ul,
	.bmweb .nav-primary .menu-primary li ul
	{
		background:transparent;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		-khtml-box-shadow:none;
		padding:0 0 20px 0;
		width:33%;
	}
	.bmweb .nav-primary .menu-primary > li > a
	{
		line-height:2em;
	}
	.bmweb .nav-primary .menu-primary li
	{
		float:none;
		background:transparent;
		border:none;
		margin:0 0 1px;
		width:100%;
	}

	.bmweb .nav-primary .menu-primary li a,
	.bmweb .nav-primary .menu-primary li li a
	{
		padding:6px 10px;
		line-height:1.5em;
		border:none;
	}
	.bmweb .nav-primary .menu-primary li li a
	{
		width:auto;
		background:transparent;
		padding:5px 10px;
		border:none;
	}

	.bmweb .nav-primary .menu-primary > li:first-child > a,
	.bmweb .nav-primary .menu-primary > li:first-child
	{
		border:none;
	}

	.bmweb .menu-primary li.menu-item-has-children > a:after
	{
		top:0;
		margin-top:.3rem;
	}

	/*--------------------------------------------------------------------------
		1st level current item color
	--------------------------------------------------------------------------*/
	/*.bmweb .nav-primary .menu-primary li.current_page_item > a,
	.bmweb .nav-primary .menu-primary li.current-cat > a,
	.bmweb .nav-primary .menu-primary li.current-menu-item > a,
	.bmweb .nav-primary .menu-primary li.current-page-ancestor > a,
	.bmweb .nav-primary .menu-primary li.current-menu-ancestor > a,
	.bmweb .nav-primary .menu-primary li.current-menu-parent > a,
	.bmweb .nav-primary .menu-primary li.current-page-parent > a,
	.bmweb .nav-primary .menu-primary li.current_page_parent > a,
	.bmweb .nav-primary .menu-primary li.current_page_ancestor > a,
	.bmweb .nav-primary .menu-primary li.current-post-ancestor > a,
	.bmweb .nav-primary .menu-primary li.current-category-ancestor > a
	{
		background:#A71D1D;
		color: #ffffff;
	}*/
	/*--------------------------------------------------------------------------
		1st level hover color
	--------------------------------------------------------------------------*/
	/*.bmweb .nav-primary .menu-primary li > a:active,
	.bmweb .nav-primary .menu-primary li > a:hover,
	.bmweb .nav-primary .menu-primary li:hover > a
	{
		background:#A71D1D;
		color: #ffffff;
	}*/
	/*--------------------------------------------------------------------------
		2nd level current item color
	--------------------------------------------------------------------------*/
	/*.bmweb .nav-primary .menu-primary li li.current_page_item > a,
	.bmweb .nav-primary .menu-primary li li.current-cat > a,
	.bmweb .nav-primary .menu-primary li li.current-menu-item > a,
	.bmweb .nav-primary .menu-primary li li.current-page-ancestor > a,
	.bmweb .nav-primary .menu-primary li li.current-menu-ancestor > a,
	.bmweb .nav-primary .menu-primary li li.current-menu-parent > a,
	.bmweb .nav-primary .menu-primary li li.current-page-parent > a,
	.bmweb .nav-primary .menu-primary li li.current_page_parent > a,
	.bmweb .nav-primary .menu-primary li li.current_page_ancestor > a,
	.bmweb .nav-primary .menu-primary li li.current-post-ancestor > a,
	.bmweb .nav-primary .menu-primary li li.current-menu-parent > a,
	.bmweb .nav-primary .menu-primary li li.current-post-parent > a
	{
		background:#A71D1D;
		color: #ffffff;
	}*/
	/*--------------------------------------------------------------------------
		2nd level hover color
	--------------------------------------------------------------------------*/
	/*.bmweb .nav-primary .menu-primary li li > a:active,
	.bmweb .nav-primary .menu-primary li li > a:hover,
	.bmweb .nav-primary .menu-primary li li:hover > a,
	.bmweb .nav-primary .menu-primary li li.current_page_item > a:hover,
	.bmweb .nav-primary .menu-primary li li.current-cat > a:hover,
	.bmweb .nav-primary .menu-primary li li.current-menu-item > a:hover,
	.bmweb .nav-primary .menu-primary li li.current-page-ancestor > a:hover,
	.bmweb .nav-primary .menu-primary li li.current-menu-ancestor > a:hover,
	.bmweb .nav-primary .menu-primary li li.current-menu-parent > a:hover,
	.bmweb .nav-primary .menu-primary li li.current-page-parent > a:hover,
	.bmweb .nav-primary .menu-primary li li.current_page_parent > a:hover,
	.bmweb .nav-primary .menu-primary li li.current_page_ancestor > a:hover
	{
		background:#A71D1D;
		color:#ffffff;
	}*/
	.bmweb .nav-primary .menu-primary li ul,
	.bmweb .nav-primary .menu-primary li li ul
	{
		float:none;
		position:relative;
		width:auto;
		display:block;
		visibility:visible !important;
		left:0 !important;
		padding:1px 0 5px 20px;
		opacity: 1;
	}
	.bmweb .nav-primary .menu-primary li ul ul
	{
		margin:0;
	}
	.bmweb .nav-primary .menu-primary li.pnav-rss
	{
		float:left;
		margin-left:10px;
	}
	.bmweb .nav-primary .menu-primary li.pnav-rss a
	{
		line-height:2em !important;
		padding:0;
	}
	.bmweb .nav-secondary li
	{
		width:auto !important;
	}
	/* END: mobile menu */

}

/* iPhones (portrait and landscape) ----------- */

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

	#bmweb-home-feature .tagline
	{
		font-size:1.5rem;
	}

	.site-header .search-form {
		width: 100%;
	}

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

	.bmweb-footer-wrap .footer-widgets .widget-area,
	#bmweb-footer .widget-area
	{
		width:100% !important;
	}
}