/*
	Theme Name: Metro Child Theme
	Theme URI: http://my.studiopress.com/themes/metro/
	Description: Metro is a responsive child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0

	Template: genesis
	Template Version: 1.9

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


/*
00 Normalize.css
---------------------------------------------------------------------------------------------------- */

/*! normalize.css v2.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-family: sans-serif; /* 3 */
    -ms-text-size-adjust: 100%; /* 4 */
    -webkit-text-size-adjust: 100%; /* 4 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*
01 Defaults
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 100%; /* 16px browser default */
	background-color: #d9d9d9; /* added this - keep? */
}

body {
	line-height: 1;
}

a.social-buttons,
body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
#content,
#inner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn,
a img { /* added this line for images */
	-moz-transition: all 0.3s ease-in-out; /* originally 0.1 */
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

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

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

a img {
	border: none;
}


/*
02 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:

	10 / 16 =		0.625rem
	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	15 / 16 =		0.9375rem
	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
	
*/

/* 02a - Font Color ----------- */

a:hover,
body,
input,
.post-info a:hover,
.post-meta a:hover {
	color: #222;
}

h1,
h2,
h3,
h4,
h4 a,
h4 a:visited,
h4.widgettitle a,
.entry-title a {
	color: #333;
}

h2 a,
h2 a:visited {
	color: #0067B2;
}

h2 a:hover {
	color: #333;
}

a,
.genesis-nav-menu li.right a:hover,
#footer a:hover,
#subnav .subnav-left a:hover {
	color: #0067B2;
}

blockquote::before,
blockquote p,
input,
select,
textarea,
.post-info,
.post-info a,
.post-meta,
.post-meta a {
	color: #999;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.sidebar .enews-widget p,
.sidebar .enews-widget .widgettitle,
.genesis-nav-menu a,
.genesis-nav-menu li.right,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled,
.post-comments a,
.post-comments a:hover,
#footer a,
#footer p,
#subnav .subnav-left,
#subnav .subnav-left a,
#title a,
#title a:hover {
	color: #fff;
}

/* 02b - Font Family ----------- */

h1,
h2,
h3,
h4,
h5,
h6,
body,
input,
textarea,
.entry-title a {
	font-family: Helvetica, Arial, sans-serif;
}

/* 02c - Font Size ----------- */

h1,
.entry-title,
.entry-title a,
#title {
	font-size: 40px/* 48px */;
	font-size: 2.5rem/* 3rem */;
}

blockquote::before {
	font-size: 32px;
	font-size: 2rem;
}

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

h3,
h4,
.after-post h4,
.archive-title,
.home-bottom h2,
.home-middle h2,
.taxonomy-description h1 {
	font-size: 20px;
	font-size: 1.25rem;
}

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

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

.footer-widgets,
.sidebar {
	font-size: 15px;
	font-size: 0.9375rem;
}

input,
select,
textarea,
.genesis-nav-menu a,
.genesis-nav-menu li.right,
.post-info,
.post-meta,
.wp-caption,
#content div.gform_wrapper input[type="submit"] {
	font-size: 14px;
	font-size: 0.875rem;
}

.genesis-nav-menu.menu-primary li li a,
.genesis-nav-menu.menu-secondary,
.genesis-nav-menu.menu-secondary a,
.post-info,
.post-meta,
#footer p,
#subnav {
	font-size: 12px;
	font-size: 0.75rem;
}

a.social-buttons {
	font-size: 10px;
	font-size: 0.625rem;
}

/* 02d - Font Miscellaneous ----------- */

blockquote p {
	font-style: italic;
}

cite {
	font-style: normal;
}

body {
	font-weight: 300;
}

.widgettitle,
#comments h3,
#respond h3,
#title {
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.entry-title a,
.wp-caption,
#footer p,
#subnav {
	font-weight: 700;
}

a.social-buttons,
.after-post,
.wp-caption {
	text-align: center;
}

a.social-buttons,
h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.post-info a,
.post-meta a,
.widgettitle a,
#footer a,
#subnav .subnav-left a {
	text-decoration: none;
}

a.social-buttons,
button,
input[type="button"],
input[type="submit"],
span.uppercase,
.btn,
.genesis-nav-menu.menu-primary,
.post-info,
.post-meta,
.widgettitle,
#comments h3,
#respond h3 {
	text-decoration: none; /* added this */
	text-transform: uppercase;
}


/*
03 Layout
---------------------------------------------------------------------------------------------------- */

/* 03a - Structure ----------- */

.footer-widgets,
#wrap {
	background-color: #fff;
	margin: 32px auto 0;
	margin: 2rem auto 0;
	max-width: 1080px;
	overflow: hidden;
}

.metro-landing #wrap {
	max-width: 700px;
}

#wrap {
	clear: both;
	padding: 36px;
	padding: 2.25rem;
}

#inner {
	clear: both;
	overflow: hidden;
	padding-top: 32px;
	padding-top: 2rem;
}

.metro-landing #inner {
	padding-top: 0;
}

/* 03b - 1080px CSS Grid ----------- */

#sidebar-alt {
	width: 15.555555555%; /* 168px / 1080px */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar,
.subnav-left,
#header .widget-area {
	width: 31.111111111%; /* 336px / 1080px */
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
	width: 38.356164383%; /* 336px / 876px */
}

.content-sidebar-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content {
	width: 57.534246575%; /* 504px / 876px */
}

.home-middle-left,
.home-middle-right {
	width: 47.457627118%; /* 336px / 708px */
}

.content-sidebar #content,
.sidebar-content #content,
#title-area {
	width: 65.555555555%; /* 708px / 1080px */
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 81.111111111%; /* 876px / 1080px */
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%; /* 1080px / 1080px */
}

.footer-widgets-1,
.footer-widgets-2,
.home-middle-left,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt,
#title-area {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt,
.footer-widgets-3,
.home-middle-right,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds,
#header .widget-area {
	float: right;
}

/* 03c - Header ----------- */

#header {
	overflow: hidden;
}

#title {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding: 20px 0 16px;
	padding: 1.25rem 0 1rem;
}

#title a {
}

.header-image #title a {
	background: none;
	padding: 0;
}

.header-image #title {
	margin: 0;
	padding: 0;
}

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

.header-image #title-area {
	display: block;
	margin: 0 0 20px;
}

.header-image #title,
.header-image #title a {
	width: 100%;
}

/* 03d - Main Content ----------- */

#content {
	padding: 8px 16px 12px;
	padding: 0.5rem 1rem 0.75rem;
}

.metro-home #content {
	padding: 0;
}

.entry,
.page .post.entry {
	background: url(images/lines.png) bottom repeat-x;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}

.metro-home .entry {
	background: none;
	padding: 0;
}

.metro-home .home-bottom .entry {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.page .entry,
.single .entry {
	background: none;
}

.page .entry {
	margin: 0;
}

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

.entry-content {
	overflow: hidden;
}

.entry-content,
.entry-content p,
.metro-home .entry {
	line-height: 1.625;
}

.after-post p {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.entry-content p,
.featuredpost p {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}

blockquote::before {
	content: "“";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

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

.post-info,
.post-meta {
	clear: both;
	line-height: 1.5;
}

.post-info {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.post-comments a {
	background-color: #0067B2;
	float: right;
	margin-top: -8px;
	margin-top: -0.5rem;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
}

.post-comments a:hover {
	background-color: #333;
}

.categories,
.tags {
	display: block;
}

/* 03f - 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: 3.333333333%; /* 36px / 1080px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.33333333%; /* 522px / 1080px */
}

.one-third,
.two-sixths {
	width: 31.111111111%; /* 336px / 1080px */
}

.four-sixths,
.two-thirds {
	width: 65.555555555%; /* 708px / 1080px */
}

.one-fourth {
	width: 22.5%; /* 243px / 1080px */
}

.three-fourths {
	width: 74.166666666%; /* 801px / 1080px */
}

.one-fifth {
	width: 17.314814814%; /* 187px / 1080px */
}

.two-fifths {
	width: 37.962962963%; /* 410px / 1080px */
}

.three-fifths {
	width: 58.703703703%; /* 634px / 1080px */
}

.four-fifths {
	width: 79.351851851%; /* 857px / 1080px */
}

.one-sixth {
	width: 13.888888888%; /* 150px / 1080px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 03g - Miscellaneous ----------- */

.featuredpost .post,
.home-middle {
	overflow: hidden;
}

.home-bottom .featuredpost .post {
	border-bottom: 5px solid #f5f5f5;
}

.after-post,
.after-post .wrap {
	overflow: hidden;
}

.after-post {
	background: url(images/lines.png);
	margin-top: 32px;
	margin-top: 2rem;
	padding: 16px;
	padding: 1rem;
}

.after-post .wrap {
	background-color: #fff;
	padding: 32px;
	padding: 2rem;
}

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

p.pages,
.clear,
.clear-line,
.first,
.home-bottom,
.home-middle,
#nav {
	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%;
}

.after-post,
.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}

.breadcrumb {
	background: url(images/lines.png) bottom repeat-x;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.author .author-box {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}


/*
04 Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	overflow: hidden;
}

.menu-secondary,
#header .genesis-nav-menu {
	float: right;
	width: auto;
}

#header .genesis-nav-menu {
	float: right;
	margin-top: 32px;
	margin-top: 2rem;
	width: auto;
}

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

.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;
	font-weight: normal;
	padding: 16px 17px 14px;
	padding: 1rem 0.98rem 0.875rem;
	position: relative;
}

.genesis-nav-menu.menu-secondary a {
	padding: 12px 16px;
	padding: 0.75rem 1rem;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #333;
	line-height: 1.5; /* added this */
	padding: 16px 20px 14px;
	padding: 1rem 1.25rem 0.875rem;
	position: relative;
	width: 140px;
}

.genesis-nav-menu .current-menu-item a,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a,
.genesis-nav-menu li.current-menu-parent a, /* added this line to show the active tab if a submenu item is the current menu item */
.genesis-nav-menu > li.current-menu-ancestor a, /* added this line to show the active tab if a submenu item is the current menu item */
.genesis-nav-menu ul li.current-menu-item  > a { /* added this line to show the active submenu item in dropdown menu */
	background-color: #0067B2;
}

.genesis-nav-menu.menu-secondary li li a,
.genesis-nav-menu.menu-secondary li li a:link,
.genesis-nav-menu.menu-secondary li li a:visited {
	padding: 12px 16px;
	padding: 0.75rem 1rem;
	width: 140px;
}

.genesis-nav-menu li li a:hover {
	background-color: #0067B2;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 99;
}

.genesis-nav-menu.menu-secondary li ul {
	width: 172px;
}

.genesis-nav-menu li ul ul {
	margin: -42px 0 0 159px;
}

.genesis-nav-menu.menu-secondary li ul ul {
	margin: -36px 0 0 171px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

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

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* 04a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 16px 20px 14px;
	padding: 1rem 1.25rem 0.875rem;
}

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

.genesis-nav-menu li.search {
	padding: 6px;
	padding: 0.375rem;
}

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

/* 04b - Secondary Navigation ----------- */

#subnav {
	background-color: #333;
	overflow: hidden;
}

#subnav .wrap {
	margin: 0 auto;
	max-width: 1152px;
}

#subnav span.uppercase {
	margin-right: 6px;
	margin-right: 0.375rem;
}

.subnav-left {
	float: left;
	padding: 12px 16px;
	padding: 0.75rem 1rem;
}


/*
05 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.archive-title {
	background: url(images/lines.png) bottom repeat-x;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

.featuredpost h2 {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.home-bottom .featuredpost h2 {
	margin: 8px 0;
	margin: 0.5rem 0;
}

.home-bottom .featuredpost .widgettitle {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.widgettitle,
#comments h3,
#respond h3 {
	background: url(images/lines.png);
	text-align: center;
}

.comments-title,
.widget-headline {
	background-color: #fff;
	line-height: 1;
}

.after-post .widget-headline,
.after-post .widgettitle,
.sidebar .enews-widget .widgettitle,
.sidebar .enews-widget .widget-headline {
	background: none;
}

.comments-title {
	padding: 0 12px;
	padding: 0 0.75rem;
}

.widget-headline {
	padding: 0 8px;
	padding: 0 0.5rem;
}


/*
06 Lists
---------------------------------------------------------------------------------------------------- */

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

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

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

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


/*
07 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #333;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #0067B2;
}


/*
08 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

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

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

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

#comment {
	line-height: 1.5;
	margin: 12px 0;
	margin: 0.75rem 0;
}

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 {
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}


/*
09 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.5;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

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

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

a.social-buttons {
	background-color: #333;
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	overflow: hidden;
	padding: 8px 0;
	padding: 0.5rem 0;
	width: 25%;
}

a.social-buttons.last {
	border: none;
}

a.social-buttons:hover {
	background-color: #0067B2;
}

.sidebar .enews-widget {
	background-color: #333;
	padding: 28px 32px 32px;
	padding: 1.75rem 2rem 2rem;
}


/*
10 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	overflow: hidden;
}

#footer .wrap {
	background-color: #333; /* added this */
	margin: 0 auto;
	padding: 16px 0; /* added this */
	padding: 1rem 0; /* added this */
	width: 1152px;
}

#footer .creds {
	float: none; /* added this */
	text-align: center/* right */;
}

#footer .creds,
#footer .gototop {
	margin: 8px 0;
	margin: 0.5rem 0;
}

/* 10a - Footer Widgets ----------- */

.footer-widgets {
	clear: both;
	line-height: 1.5;
	padding: 36px 36px 0;
	padding: 2.25rem 2.25rem 0;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 36px;
	margin-bottom: 2.25rem;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

.footer-widgets-1 {
	margin-right: 3.333333333%; /* 36px / 1080px */
}


/*
11 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ddd inset;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

.after-post .enews-widget input {
	width: 50%;
}

.sidebar .enews-widget input {
	background-color: #fff;
	box-shadow: none;
}

#header .search-form {
	float: right;
	margin-top: 16px;
	margin-top: 1rem;
	width: 100%;
}

.search-input {
	background: #f5f5f5 url(images/search.png) no-repeat 15px 16px;
	padding: 16px 16px 16px 44px;
	padding: 1rem 1rem 1rem 2.75rem;
}

#nav .search-input {
	background: none;
	background-color: #f5f5f5;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.button {
	background-color: #333;
	border: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block; /* added this */
	font-weight: normal;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover,
.button:hover,
.sidebar .enews-widget input[type="submit"] {
	background-color: #0067B2;
}

.sidebar .enews-widget input {
	margin-bottom: 8px;
	margin-bottom: 0.75rem;
}

.after-post .enews-widget input[type="submit"] {
	width: auto;
}

.sidebar .enews-widget input[type="submit"] {
	display: block;
	margin: 0 auto;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

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

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

/* 11a - Gravity Forms ----------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 16px;
	padding: 1rem;
}

#content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

#content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}


/*
12 Images & Captions
---------------------------------------------------------------------------------------------------- */

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

img {
	height: auto;
}

.metro-home .featuredpost img {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.metro-home .featuredpost .alignleft img {
	margin-bottom: 0;
	margin-right: 20px;
	margin-right: 1.25rem;
}

.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: 3px 24px 24px 3px;
	margin: 0.2rem 1.5rem 1.5rem 0.2rem;
}

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

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}

img.image-border {
	border: 1px solid #ddd;
}
 
 
/* BHWW Boilerplate CSS
------------------------------------------------------------ */

.clear {
	clear: both;
	overflow: hidden;
}

.clear-line-extra {
	border-bottom: 1px dotted #ddd;
	clear: both;
	overflow: hidden;
	padding: 25px 0 0;
}

.clear-extra {
	clear: both;
	margin: 0 0 35px;
	overflow: hidden;
}

.box-notice {
	background-color: #efefef; 
	border: 1px solid #ddd; 
	margin: 0 0 20px; 
	padding: 15px;
}


/* Images
------------------------------------------------------------ */

.entry-content img,
img.bling,
.bling img,
.metro-home .featuredpost img,
.textwidget img {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	max-width: 99%;
}

img.no-bling {
	box-shadow: 0 0 0 0;
}

#inner a img:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

img.post-image,
#sidebar img.bling,
#sidebar .textwidget img  {
	margin: 0 1.5rem 1.5rem 0.2rem;
}

.home #sidebar .textwidget img  {
	margin: 0;
}

img.header-tagline {
	float: right;
}

img.annual-report-image {
	border: 1px solid #ddd;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	margin: 0 0 24px 3px;
	margin: 0 0 1.5rem 0.2rem;
	max-height: 324px;
}

/* .page-id-29 .entry-content img {
	border: 1px solid #ddd;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	margin: 0 3px 24px 24px;
	margin: 0 0.2rem 1.5rem 1.5rem;
} */

.bhww_management img.wp-post-image {
	margin: 3px 3px 15px;
	margin: 0.2rem 0.2rem 1rem;
}

div.wp-caption.aligncenter {
	max-width: 100%;
}

img.cgi-video {
	cursor: pointer;
}


/* Soliloquy slider integration
------------------------------------------------------------ */

.home #inner .soliloquy-container,
.page-id-252 #inner .soliloquy-container {
	margin: 0 0 20px;
}


/* TablePress
------------------------------------------------------------ */

/* Table description */
.tablepress-table-description {
	clear: both;
	display: block;
}

.tablepress {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
	border: none;
}

.tablepress th,
.tablepress td {
	padding: 8px;
	border: none;
	background: none;
	text-align: left;
}
.tablepress tbody td {
	vertical-align: top;
}

/* Vertical lines / borders */
.tablepress tbody td,
.tablepress tfoot th {
	border-top: 1px solid #dddddd;
}
.tablepress tbody tr:first-child td {
	border-top: 0;
}
.tablepress thead th {
	border-bottom: 1px solid #dddddd;
}

/* Operations pages - change the dates in the first column to BOLD */
.parent-pageid-250 #inner .tablepress .column-1 {
	font-weight: bold;
}


/* Typography, buttons, spacers, etc.
------------------------------------------------------------ */

a,
a:visited {
	font-weight: bold;
	text-decoration: none;
}

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

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a { /* need this for mobile */
	display: inline-block;
	margin: 0 0 10px;
}

.genesis-nav-menu.menu-secondary a {
	font-size: 13px;
	font-size: 0.8rem;
}
	
.post h2.entry-title a {
	font-size: 2.5rem;
}

.home #wrap .post h2.entry-title a {
	display: none;
}

.page-id-29 #wrap h2 {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.page-id-29 .entry-content h2 a {
	font-weight: normal;
}

h3.management-name a,
h3.management-name a:visited {
	color: #333;
}

h3.management-name a:hover {
	color: #0067b2;
}

.home #content {
	padding: 20px;
}

.home #content .entry {
	margin-bottom: 0;
}

.home #sidebar {
	padding-top: 25px;
}

.home-menu-links-group {
	text-align: center;
}

.home-menu-links {
	display: inline-block;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	width: 300px;
}

#footer a,
#footer a:visited,
#footer p {
	color: #ccc;
	line-height: 1.5;
}

#footer a:hover {
	color: #fff;
}

.footer-credit-bhww {
	white-space: nowrap;
}

#inner {
	min-height: 550px;
}

input.s {
	max-width: 400px;
}

.video-container {
	max-width: 500px;
}

#content .wp-table-reloaded {
	font-size: inherit;
}

#content .annual-report .entry-content {
	padding: 0 20px 33px;
}

#content .annual-report.one-third {
	width: 33%;
}

#content .annual-report.one-third.first {
	margin-left: 0;
}

.annual-report-image-container {
}

.annual-report-download-links {
	margin-top: 10px;
	padding-right: 20px;
}

.header-widget-area .textwidget .contact-us-btn {
	text-align: right;
}

.header-widget-area .textwidget .btn {
	background-color: #0067b2;
	font-size: 14px;
	margin: 5px 0 0;
	padding: 12px 15px;
}

.header-widget-area .textwidget .btn:hover {
	background-color: #333;
}

/* iframe goofiness */
.iframe-class {
	overflow-x: hidden;
}

/* BHWW Mobile Responsive Menu (footer nav with anchor)
------------------------------------------------------------ */

.mobile-footer-nav-link {
	display: none;
}

.mobile-footer-nav-link a.mobile-nav-link-button {
	font-size: 13px; /* adjust to suit your theme */
	padding: 3px 8px; /* adjust to suit your theme */
}

.mobile-footer-nav-link-icon {
	font-size: 12px;
}

#mobile-footer-nav-menu {
	display: none;
}


@media only screen and (max-width: 600px) {
	
	#header .widget_nav_menu,
	#nav,
	.site-header .widget_nav_menu,
	.nav-primary,
	.nav-secondary,
	nav.nav-header {
		display: none;
	}
	
	.mobile-footer-nav-link {
		display: inline-block;
		float: right;
		line-height: 2;
		max-width: 30%;/* for iOS */
		white-space: nowrap;
	}
	
	#mobile-footer-nav-menu {
		background: #f8f8f8;
		clear: both;
		color: #747474;
		display: block;
		font-size: inherit;
	}

	#mobile-footer-nav-menu .wrap {
		overflow: hidden;
		padding: 0;
		width: auto;
	}
	
	#mobile-footer-nav-menu .mobile-footer-nav-menu-top-link a {
		line-height: 1.5;
		margin: 0;
	}
	
	#mobile-footer-nav-menu .mobile-footer-nav-menu-top-link a.button {
		border-radius: 0;
		display: block;
		padding: 12px;
		text-align: center;
	}

	#mobile-footer-nav-menu .widget {
		background: none;
		border: none;
		margin: 0;
		padding: 0;
	}
	
	#mobile-footer-nav-menu .widget h4 {
		display: none;
	}
	
	#mobile-footer-nav-menu .widget_nav_menu ul li {
		list-style: none;
	}
	
	#mobile-footer-nav-menu .widget_nav_menu a {
		border-bottom: 1px solid #b2b2b2;
		display: block;
		line-height: 1.5;
		padding: 12px 20px;
		text-decoration: none;
	}
	
	#mobile-footer-nav-menu .widget_nav_menu li ul li a {
		padding-left: 40px;
	}
	
	#mobile-footer-nav-menu .widget_nav_menu li ul li ul li a {
		padding-left: 60px;
	}
	
	#mobile-footer-nav-menu .widget_nav_menu li ul li ul li ul li a {
		padding-left: 80px;
	}
	
	#mobile-footer-nav-menu .current-menu-item a {
		background-color: #e7e7e7;
	}
	
	#mobile-footer-nav-menu .current-menu-item ul.sub-menu a {
		background-color: #fff;
	}
	
} /* End BHWW Mobile Responsive Menu (footer nav with anchor) */



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

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

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

	#footer .wrap,
	#subnav .wrap {
		max-width: 960px;
	}

	.footer-widgets,
	#wrap {
		max-width: 888px;
	}
	#content .annual-report.one-third {
		margin: 0 0 20px 0;
	}

}

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

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

	#wrap {
		margin: 0 auto;
		padding: 0;
	}
	
	#header { /* added this */
		padding: 15px 15px 0;
	}
	
	.header-image #title-area {
		margin: 0 0 10px;
	}
	
	#wrap #header .widget-area { /* added this */
		text-align: center;
	}
	
	#wrap #header .textwidget img { /* added this */
		float: none;
		margin: 0 0 10px;
	}

	#inner {
		padding: 20px 5%;
		padding: 1.25rem 5%;
	}
	
	.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%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#footer .creds,
	#footer .gototop,
	#footer .wrap,
	#header .widget-area,
	#inner,
	#subnav .wrap,
	#title-area,
	#wrap,
	#wrap .sidebar,
	#wrap #content,
	#wrap #content-sidebar-wrap,
	#wrap #sidebar-alt {
		width: 100%;
	}

	.genesis-nav-menu li,
	.menu-secondary,
	#footer .creds,
	#footer .gototop,
	#header ul.genesis-nav-menu,
	#header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	#footer .creds,
	#footer .gototop,
	#header .search-form,
	#title,
	#title-area {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 20px 16px;
		padding: 1.25rem 1rem;
	}

	#title {
		margin: 16px 0;
		margin: 1rem 0;
	}

	#header .search-form {
		margin: 0 auto 16px;
		margin: 0 auto 1rem;
		width: 50%;
	}

	.genesis-nav-menu li.right,
	.subnav-left {
		display: none;
	}
	
	.header-widget-area .textwidget .contact-us-btn {
		text-align: center;
	}

	.header-widget-area .textwidget .btn {
		margin: 7px 0 25px;
	}

	#content {
		padding: 0 0 32px;
		padding: 0 0 2rem;
	}

	.metro-landing #content {
		padding: 32px 0 0;
		padding: 2rem 0 0;
	}

	h1,
	.entry-title,
	.entry-title a {
		font-size: 32px;
		font-size: 2rem;
	}

	#footer .wrap {
		padding: 24px 0;
		padding: 1.5rem 0;
	}

	.footer-widgets {
		margin: 0 auto;
		padding: 32px 32px 0;
		padding: 2rem 2rem 0;
	}

	.footer-widgets-1,
	#header .genesis-nav-menu {
		margin: 0;
	}
	
	/* iframe goofiness */
	.iframe-class {
		overflow-x: auto;
	}
	
	.footer-widgets .searchform {
		text-align: center;
	}

} /* End @media only screen and (max-width: 768px) */


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

/* Typography, buttons, spacers, etc.
	------------------------------------------------------------ */
	
	#title-area {
		margin-top: 0;
		max-width: 70%;/* for iOS */
	}
	
	#title-area img {
		float: left;
		width: 85%;
	}
	
	#wrap #header .textwidget img { /* added this */
		margin: 0;
	}
	
	#inner {
		min-height: 0; /* added this */
	}

	
	/* Soliloquy slider
	------------------------------------------------------------ */
	
	.soliloquy-container .soliloquy-control-nav, 
	#wrap .soliloquy-container .soliloquy-direction-nav li a, 
	.soliloquy-container.soliloquy-slide-horizontal .soliloquy-direction-nav li .soliloquy-next, 
	.soliloquy-container .soliloquy-direction-nav li .soliloquy-next {
		display: none;
	}
	
} /* End @media only screen and (max-width: 600px) */


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

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

	html {
		font-size: 87.5%; /* 14px base */
	}

	.home-middle-left,
	.home-middle-right,
	#header .search-form {
		width: 100%;
	}

	#content .annual-report.one-third {
		margin: 0;
		width: 100%;
	}
	
	#header {
		padding: 15px 15px 0;
	}
	
	.home-menu-links {
		display: block;
		width: auto;
	}
	
	.header-widget-area .textwidget .btn {
		margin: 7px 0;
	}

} /* End @media only screen and (max-width: 480px) */


/**
 * Print styles
 * Inlined to avoid required HTTP connection: h5bp.com/r
 *
 * @llink https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
 */
   
@media print {
	
	* {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }
	
	/* I commented out the link settings to keep the EO calendar clean */
    /* a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    } */

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	
	/* Genesis specific print CSS */
	
	#header,
	#footer-widgets,
	#footer,
	#footer-nav-menu {
		display: none !important;
	}
	
	#inner {
		background: none !important;
		padding: none;
	}
	
	.post-edit-link {
		display: none;
	}
	
	/* Event Organiser print CSS */
	
	#content {
		margin-top: 0;
	}
	
	h1.entry-title,
	.fc-button-left,
	.fc-button-right {
		display: none;
	}

}