/*



Theme Name: Ohio HBPA



Theme URI: http://underscores.me/



Author: Mannix Marketing, Inc.



Author URI: http://www.nationalhbpa.com



Description: Custom responsive theme for ohiohbpa.



Version: 1.0.0



License: GNU General Public License v2 or later



License URI: http://www.gnu.org/licenses/gpl-2.0.html



Text Domain: ohiohbpa



*/







/*--------------------------------------------------------------







# Normalize







--------------------------------------------------------------*/







html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
 audio:not([controls]) {
 display: none;
 height: 0;
}
 [hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
 svg:not(:root) {
 overflow: hidden;
}
figure {
	margin: 1em 1% 1em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/*--------------------------------------------------------------







# Typography







--------------------------------------------------------------*/







body, button, input, select, textarea {
	color: #444444;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	line-height: 1.5em;
	font-weight:300;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 11px;
	line-height: 1.1em;
	font-weight: 700;
}
h1 {
	font-size: 30px;
	color: #135a43;
}
h2 {
	font-size:26px;
}
h3 {
	font-size:22px;
}
h4 {
	font-size:19px;
}
h5 {
	font-size:18px;
}
p {
	margin: 0 0 18px;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 15px;
}
address {
	margin: 0 0 15px;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------







# Elements







--------------------------------------------------------------*/







html {
	box-sizing: border-box;
}
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 0;
	padding-left: 1em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------







## Links







--------------------------------------------------------------*/







a, a:visited {
	color: #3a9add;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #2076b2;
	outline: 0;
}
 a[href^=tel] {
 white-space:nowrap;
}
/*--------------------------------------------------------------







# Forms







--------------------------------------------------------------*/



a.button, .tribe-events-list-widget .tribe-events-widget-link a, a.button:visited, button, input[type="button"], input[type="reset"], input[type="submit"] {
	background:#135a43;
	border:0;
	box-shadow: none;
	color:#fff;
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	padding: 15px 45px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.button:hover, button:hover, .tribe-events-widget-link a:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .button:active, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background: #0a4431;
	color: #fff;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 4px 4px 3px;
}
textarea {
	padding-left: 3px;
	width: 100%;
}
/*--------------------------------------------------------------



# Custom Styles



--------------------------------------------------------------*/





.container {
	max-width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	padding: 0 2%;
}
.contentcontainer {
	max-width:1100px;
}
.headertop {
	text-align: right;
	color: #fff;
	z-index: 400;
	width: 100%;
	padding: 0 5%;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.headerphone {
	float: right;
	margin: 10px 0;
	color: #fff;
}
.headerphone i {
	margin: 0 4px 0 0;
	color: #fff;
	vertical-align: baseline;
}
.headerphone a {
	color: #fff;
}
.featuredimg {
	height:525px;
	position:relative;	
	background-size:cover;
	background-position:center bottom;
}
.defaultheader {
	background-image:url(/wp-content/uploads/2017/08/horses-racing-header.jpg);
}
.site-branding {
	float: left;
	max-width: 1400px;
	margin: 15px 0 0;
}
.row {
	padding-top: 50px;
	padding-bottom: 55px;
}
body.home .row {
	padding-top: 75px;
}
.featuredimg img {
	width: 100%;
	height: auto;
}
.greybg {
	background:#F5F5F5;
}
.h1bg {
	padding:35px 0;
}
.h1bg h1 {
	margin-bottom: 0;
}
.hpcontent {
	text-align:center;
}
.hpcontent h1 {
	text-transform: uppercase;
	font-size: 35px;
}
.leftcolumn {
	width:50%;
	float:left;
	padding-right:5%;
}
.rightcolumn {
	width:50%;
	float:right;
	padding-left:5%;
}
.centeraligned {
	clear: both;
	text-align: center;
	padding-top: 40px;
}
.hpblog h3 {
	font-size:28px;
}
.home-events h2 {
	text-transform:uppercase;
}
.tribe-event-date {
	background: #5f5f5f;
	padding: 16px 10px;
	color: #fff;
	text-align: center;
	line-height: 1em;
	font-size: 20px;
	display: block;
	float: left;
	width: 92px;
	height: 75px;
	margin-right: 10px;
	text-transform:uppercase;
	font-weight:700;
}
.home-events .tribe-events-list-widget .tribe-list-widget {
	margin-left: 0;
	padding: 0;
}
.home-events .tribe-events-list-widget li.tribe-events-list-widget-events {
	display: block;
	border-bottom: 1px solid #CCC;
	padding:0 0 1em;
	margin-bottom: 1em;
}
.trustlogo {
	text-align: center;
}
.trustlogo img {
    margin: 0 4%;
    width: 12%;
    vertical-align: middle;
    display: inline-block;
}
.linksection {
	float: left;
	width: 47%;
	margin: 0 3% 30px 0;
}
.linksection li {
	border-bottom: 1px solid #ececec;
	padding: 5px 0;
	list-style: none;
}
.linksection ul {
	list-style: none;
	padding: 0;
	border-top: 1px solid #ececec;
}
.minutesbox {
	width: 31%;
	padding: 40px 2%;
	border: 1px solid #ececec;
	margin: 0 2% 30px 0;
	text-align: center;
	float:left;
}
.minutesbox a.button {
	padding:8px 30px;
}
#tribe-events h2.tribe-events-page-title {
	text-align: left;
}
.footer {
	background:url(/wp-content/uploads/2017/05/footer-bg.png);
	color:#fff;
	font-size:17px;
	line-height:1.5em;
	padding:60px 0 35px;
}
.footer a {
	color:#fff;
}
.footer a:hover {
	text-decoration:underline;
}
.footerleft {
	float: left;
	width: 48%;
}
.footerleft a {
	color: #3a9add;
}
.footerright {
	float: right;
	width: 48%;
}
.footer-navigation ul {
	column-count: 2;
	column-gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-navigation ul a {
	text-transform: uppercase;
	font-weight:700;
}
.footer-navigation ul ul {
	column-count: 1;
	column-gap:0;
	margin-bottom:20px;
}
.footer-navigation ul ul a {
	text-transform:none;
	font-size:16px;
	font-weight:300;
}
.mannix {
	font-size: 14px;
	margin-top: 20px;
	color: #8a9894;
}
.mannix a {
	color: #8a9894;
}
.noshow {
	display:none;
}
.wide-column, .widget-area, .sidebar {
	float: left;
	box-sizing: border-box;
}
.wide-column {
	width: 67%;
	margin-right: 3%;
}
.widget-area, .sidebar {
	width: 30%;
}
.nowrap {
	white-space: nowrap;
}
.map {
	position: relative;
}
.cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom:6px;
	left: 0;
	background-color: #000;
	opacity: 0.1;
}
.entry-meta {
	font-size: 80%;
	font-style: italic;
}
.post {
	border-bottom: 1px solid #ccc;
	padding-bottom:30px;
	margin-bottom:30px;
}
.post:last-of-type {
	border-bottom: 0;
}
.post .entry-content {
	margin-top:0em;
}
.post h2 {
	margin-bottom: 10px;
}
.post p {
	margin-bottom:.6em;
}
.entry-meta, .entry-footer {
	font-size: 90%;
	font-style: italic;
}
.entry-footer {
	padding-bottom: 15px;
	font-size: 70%;
}
.cat-links, .tags-links, .comments-link {
	display: block;
	width: 100%;
}
.posts-navigation {
	padding-top: 10px;
	font-size: 90%;
}
.postedon {
    float: left;
    width: 115px;
    padding:20px 10px;
    text-align: center;
    background: #135a43;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    line-height: 1em;
    margin-right: 2%;
}
.blogcontent {
	margin-left: 150px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom:25px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--------------------------------------------------------------







## Menus







--------------------------------------------------------------*/



.main-navigation {
	float: right;
	clear: right;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}
.main-navigation li {
	display: inline-block;
	position: relative;
	margin-left: -5px;
}
.main-navigation a {
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 20px;
	display: block;
	font-size: 20px;
	line-height: 1em;
	position: relative;
	font-weight: 300;
	color: #fff;
	border-right:1px solid #cacaca;
}
.main-navigation li.menu-item-4928 a {
	border:0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	left: -999em;
	z-index: 99999;
	/*: rgba(255, 255, 255, 0.8);*/
	background: #fff;
	text-align: left;
	padding: 0 20px;
	min-width: 212px;
}
.main-navigation ul li.menu-item-44 ul {
	min-width: 325px;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	color: #000;
	padding: 8px 0;
	line-height: 1.4em;
	font-size: 16px;
	text-transform:none;
	border:0;
}
.main-navigation ul ul a:last-child {
}
.main-navigation ul ul li {
	display: block;
	border-bottom: 1px solid #969696;
}
.main-navigation ul ul li:last-child {
	border:0;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
	color: #3a9add;
	/*: rgba(255, 255, 255, 0.8);*/
	background: #fff;
}
.main-navigation ul ul li:hover > a, .main-navigation ul ul li.focus > a {
	background:none;
}
.main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a {
	color: #3a9add;
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus, .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
	color:#87c9f7;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------







# Accessibility







--------------------------------------------------------------*/







/* Text meant only for screen readers. */







.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */







#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------







# Alignments







--------------------------------------------------------------*/







.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom:15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom:15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------







# Clearings







--------------------------------------------------------------*/







.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------







# Widgets







--------------------------------------------------------------*/



.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
.widget ul {
	list-style: none;
	padding-left: 0;
	border-top: 1px solid #ececec;
}
.widget ul li {
	border-bottom: 1px solid #ececec;
	padding: 5px 0;
	list-style: none;
}
/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/



/*--------------------------------------------------------------



## Posts and pages



--------------------------------------------------------------*/







.sticky {
	display: block;
}
 .byline, .updated:not(.published) {
 display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-content, .entry-summary {
	margin:0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------







## Asides







--------------------------------------------------------------*/







.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------







## Comments







--------------------------------------------------------------*/







.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------







# Infinite scroll







--------------------------------------------------------------*/







/* Globally hidden elements when Infinite Scroll is supported and in use. */







.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */







.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------







# Media







--------------------------------------------------------------*/







.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */







embed, iframe, object {
	max-width: 100%;
	border: 0;
}
/*--------------------------------------------------------------







## Captions







--------------------------------------------------------------*/







.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
 .wp-caption img[class*="wp-image-"] {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------







## Galleries







--------------------------------------------------------------*/







.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 49%;
}
.gallery-columns-3 .gallery-item {
	max-width: 32.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 24%;
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
}
.gallery-columns-6 .gallery-item {
	max-width: 15.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 13.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 11.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 10.11%;
}
.gallery-caption {
	display: block;
}
.googlemap {
	position:relative;
}
.cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 8px;
	left: 0;
	background-color: #000;
	opacity: .1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}















































/*--------------------------------------------------------------







# Media Queries







--------------------------------------------------------------*/

 @media screen and (max-width: 1024px) {
 .headertop, .footeright {
 display:none;
}
 .footerleft {
 float: none;
 width: 100%;
 text-align: center;
}
 body #shiftnav-toggle-main {
 background: #135a43;
 color: #fff;
 font-size: 30px;
 box-shadow:0 0 3px #c5c5c5;
}
 body #shiftnav-toggle-main a {
 background:url(/wp-content/uploads/2017/05/logo-hbpa.png) no-repeat;
 text-indent:-10000px;
 height:50px;
 background-size:contain;
 display:block;
 margin-left: 0px;
}
 body #shiftnav-toggle-main .shiftnav-toggle-burger, body #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
 float: right;
}
 body #shiftnav-toggle-main.shiftnav-toggle-edge-right .shiftnav-toggle-burger, body #shiftnav-toggle-main.shiftnav-toggle-edge-right.shiftnav-toggle-main-entire-bar:before, body .shiftnav-open-right #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
 padding: 15px 20px;
}
 body #shiftnav-toggle-main .shiftnav-main-toggle-content {
 padding: 5px 20px;
}
 body .shiftnav-menu-title {
 display:none;
}
 body .shiftnav-nav {
 font-family: 'Roboto', sans-serif;
}
 body .shiftnav.shiftnav-skin-standard-dark, body .shiftnav.shiftnav-skin-standard-dark, body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
 background: #135a43;
 color: #fff;
}
 body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.menu-item > .shiftnav-target {
 border-top-color: #adb97c;
}
 body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target {
 color: #fff;
 border-bottom: 1px solid #0d4835;
 border-top: 1px solid #1f7358;
 text-shadow: none;
 font-size: 16px;
}
 body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu {
 color: #fff;
 background:none;
}
 body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu a {
 padding-left: 40px;
}
 body .shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
 background:#3a9add;
 color: #fff;
}
 body #shiftnav-toggle-main:before {
 padding: 24px 10px;
}
 body #shiftnav-toggle-main-button {
 color: #fff;
}
 body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
 border:0;
}
 .wide-column, .widget-area, .sidebar {
 float: none;
 width: 100%;
 padding-left:2%;
 padding-right:2%;
 margin: 0;
 border: 0;
}
 .wide-column {
 margin-bottom:40px;
}
 .featuredimg {
 height: 250px;
}
}
 @media screen and (max-width: 800px) {
 a.button, a.button:visited, button, input[type="button"], input[type="reset"], input[type="submit"] {
 padding: 10px 40px 11px;
 font-size: 20px;
}
 .trustlogo img {
 margin: 0 2%;
 width: 21%;
}
 .linksection {
 float:none;
 width:100%;
 margin: 0 0 30px 0;
}
.minutesbox {
    width: 48%;
}
}
 @media screen and (max-width:600px) {
 .hpcontent h1 {
 font-size: 24px;
}
 body, button, input, select, textarea {
 font-size: 18px;
}
 .row {
 padding-top: 30px;
 padding-bottom: 15px;
}
 .hpblog h3 {
 font-size: 22px;
}
 .home-events h2 {
 font-size: 30px;
}
.postedon {
    float: none;
    margin: 0 0 20px 0;
}
.blogcontent {
    margin-left: 0;
}
}
 @media screen and (max-width:500px) {
 .trustlogo img {
 margin: 10px 2%;
 width: 29%;
}
.minutesbox {
	width: 100%;
	margin: 0 0 30px 0;
	float:none;
}
}
 @media screen and (max-width:400px) {
 .trustlogo img {
 width: 46%;
}
}
