/*
Theme Name: asc_dbn
Theme URI: http://dbnwebdesign.co.uk/
Author: DBN Web Design
Author URI: http://dbnwebdesign.co.uk/
Description: Designed by DBN Web Design, based on framework by Underscores.me (http://underscores.me)
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asc_dbn
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

asc_dbn is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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 40px;
}

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: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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 3em;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## 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%;
}

/*--------------------------------------------------------------
## 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: 50%;
}

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}



/*--------------------------------------------------------------
     DBN
--------------------------------------------------------------*/

body {
	background: url("../../../images/background.jpg") repeat-x center center fixed;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
div#page { background-color: rgba(255,255,255,0.5); padding: 4px 0 15px 0 }


.nbm { margin-bottom: 0; }
.rancho { font-family: 'Rancho', cursive; font-size: 120%; line-height: 1.2em; }
img { border: 0; }
a, a:visited, a:hover, a:focus, a:active, a:focus, a:hover { color: #002366; outline: 0; }
a { text-decoration: none; font-weight: bold; overflow-wrap: break-word; word-wrap: break-word; }
a:hover { text-decoration: underline; }
.ctr { text-align: center; }
.clear { clear: both; }
.right { text-align: right; }
.btr { display: none; }
p { margin: .8em 0; font-size: 14px; line-height: 1.3em }
.site-main ul, .site-main ol { margin-left: 0; padding-left: 22px; }
.site-main li { margin-left: 0; padding-left: 0; font-size: 14px; line-height: 1.3em; margin-bottom: 10px; }
ol.lowerRoman { list-style-type: lower-roman; }
p:empty { margin: 0; }

table th, table td { border: 1px solid #000; font-size: 13px; line-height: 1.1em; padding: 1px; }
table th { background-color: #ddd; }
div.more { text-align: right; font-size: 12px; }
div.more a { color: #ac203c; }

.wpcf7-form p span { width: 100%; }
.wpcf7-form p span.wpcf7-list-item { width: auto; }
.wpcf7-form p span input { max-width: 100%; }

ol.alpha { list-style-type: lower-alpha; }
ol.roman { list-style-type: lower-roman; }

.narrow { max-width: 600px; margin: auto; }

@media screen and (min-width: 960px) {
	.site-main ul, .site-main ol { padding-left: 30px; }
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

#page .site-header > div { margin: 0 auto; max-width: 1180px; }
#page .site-header > div.site-branding { min-height: 60px; }

.site-header .main-navigation {
	clear: none; width: 100%; padding: 2px 4px; font-size: 14px;
	background-color: #ac203c; border-top: 2px solid #fff; border-bottom: 2px solid #fff; }
.site-header .main-navigation li { width:100%; }
.site-header .main-navigation a { padding: 2px 5px; color: #fff; font-weight: normal; }
.site-header .main-navigation li.current-menu-item > a,
.site-header .main-navigation li.current-menu-ancestor > a { background-color: #2e4c6f; }
.site-header .main-navigation a:hover { background-color: #f7c876; color: #000; text-decoration: none; }
.site-header .main-navigation li.current-menu-item > a:hover,
.site-header .main-navigation li.current-menu-ancestor > a:hover { color: #f7c876; }
.main-navigation ul ul { position: relative; float: none; top: auto; left: auto; }
.main-navigation ul ul ul { left: 0; }
.main-navigation ul ul li:hover > ul { left: auto; }
.main-navigation.toggled .nav-menu ul { display: block; }
.site-header .main-navigation li li { margin-left: 5%; width: 95%; margin-right: 0; font-size: 90%; text-align: left; }
.site-header .main-navigation li li li { margin-left: 10%; width: 90%; }
.main-navigation ul ul a { width: 100%; }


#title-banner { background-color: #002366; padding: 0 10px; }
#asc-logo { float: left; padding: 0 10px; }
#rya-logo { float: right; padding: 0 10px; }
.banner-big-text {
	clear: both;
	color: #fff; font-size: 80%; font-weight: normal; text-align: center; letter-spacing: 0.5em; line-height: 32px;
}
.banner-small-text {
	color: #fff; font-size: 80%; font-weight: normal; text-align: center; letter-spacing: 0.5em; padding: 10px 0;
}
#print-banner { display: none; }

#h-slider { background-color: #ddd; background-color: rgba(221,221,221,0.8); padding: 0 4px; width: 100%; clear: both; }
#h-slider .ms-image { min-height: 30px; }


@media screen and (min-width: 299px) {
}

@media screen and (min-width: 325px) {
}

@media screen and (min-width: 400px) {
}

@media screen and (min-width: 480px) {
	.banner-big-text { clear: none; }
}

@media screen and (max-width: 599px) {
	.site-header .main-navigation li li { display: none; }
	.page-template-template-about     .site-header .main-navigation ul.menu > li:nth-child(2)  li { display: block; }
	.page-template-template-news      .site-header .main-navigation ul.menu > li:nth-child(3)  li,
	.blog                             .site-header .main-navigation ul.menu > li:nth-child(3)  li,
	.single-post                      .site-header .main-navigation ul.menu > li:nth-child(3)  li,
	.archive                          .site-header .main-navigation ul.menu > li:nth-child(3)  li { display: block; }
	.page-template-template-racing    .site-header .main-navigation ul.menu > li:nth-child(4)  li { display: block; }
	.page-template-template-cruising  .site-header .main-navigation ul.menu > li:nth-child(5)  li { display: block; }
	.page-template-template-juniors   .site-header .main-navigation ul.menu > li:nth-child(6)  li { display: block; }
	.page-template-template-training  .site-header .main-navigation ul.menu > li:nth-child(7)  li { display: block; }
	.page-template-template-joining   .site-header .main-navigation ul.menu > li:nth-child(8)  li { display: block; }
	.page-template-template-resources .site-header .main-navigation ul.menu > li:nth-child(9)  li { display: block; }
	.page-template-template-members   .site-header .main-navigation ul.menu > li:nth-child(10) li { display: block; }
}

@media screen and (min-width: 600px) {
	.banner-big-text { font-size: 120%; }
	.banner-small-text { font-size: 100%; }
	.site-header .main-navigation li { margin-right: 4px; width: auto; }
	.site-header .main-navigation li:last-child { margin-right: 0; }
	.main-navigation ul ul {
		background-color: #ac203c; border-top: 1px solid #fff; border-right: 1px solid #fff; border-left: 1px solid #fff;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 1.5em; left: -999em; z-index: 99999;
	}
	.main-navigation ul ul li { border-bottom: 1px solid #fff; }
	.main-navigation ul ul ul { left: -999em; }
	.main-navigation ul ul li:hover > ul { left: 100%; }
	.site-header .main-navigation li li {
		margin-left: 0; width: 100%; text-align: center; line-height: 1.1em;
		padding-bottom: 2px; padding-top: 2px; }
	.site-header .main-navigation li li li { margin-left: 0; width: 100%; }
	.main-navigation ul ul a { width: 150px; }
}

@media screen and (min-width: 665px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 960px) {
	.site-header .main-navigation .menu > li { margin-right: 14px; letter-spacing: 1px; }
	.site-header .main-navigation .menu > li:last-child { margin-right: 0; }
}

@media screen and (min-width: 1050px) {
	.site-header .main-navigation .menu > li { margin-right: 20px; }
}

@media screen and (min-width: 1220px) {
	.site-header .main-navigation .menu > li { margin-right: 30px; }
}

@media print {
	#title-banner,
	#site-navigation { display: none; }
	#print-banner { display: block; text-align: center; }
}


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

#footer {
	margin: 0 auto; max-width: 1180px; color: #00f; background-color: #fff; padding-right: 10px;
	background-image: url(../../../images/footer-gradient.jpg); background-position: top; background-repeat: repeat-x;
}
#footer1 {
	margin: 0 auto; max-width: 1180px; color: #00f; background-color: #ac203c;
}
#footer p { color: #00f; font-size: 12px; margin-top: 10px; font-family: Arial, Helvetica, sans-serif; }
#footer p span { color: #333; font-size: 14px; }
#footer a { color: #00f; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }
#footer a:hover { text-decoration: underline; }
#footer #wildideas {
	float: right; margin: 5px 20px 5px 20px;
	-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
}
#footer #wildideas img { display: block; }
#footer #offer {
	display: none; float: left; margin: 15px 0 5px 160px;
	-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
}

#footer-icons {
	margin: 0 auto; max-width: 1180px; color: #00f; background-color: #fff; border-top: 5px solid #ac203c;
}
#footer-icons > a > img {  }
#footer #dbn { float: right; text-align: right; padding-right: 2px; }
#footer #dbn p { font-size: 8px; font-style: italic; }
#footer #dbn img {
	padding: 2px;
	margin-bottom: -14px; margin-right: 35px; background-color: rgba(255,255,255,0.2);
	-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
}
#footer #dbn img:hover {
	background-color: rgba(0,0,255,0.2); 
	-moz-box-shadow: 0px 0px 3px #77f; -webkit-box-shadow: 0px 0px 3px #77f; box-shadow: 0px 0px 3px #77f;
}
#footer-icons p.footer-note { font-size: 11px; color: #aaa; text-align: left; margin: 0; }

div#footer1 {
	color: #fff; text-align: center; background-color: #9a0e2a;
	text-transform: uppercase; padding: 10px 0;
}
div#footer1 p { color: #fff; font-size: 10px; font-weight: bold; text-align: center; margin: 0; padding: 0; line-height: 1.5em; letter-spacing: 0.1em; }
div#footer1 a { color: #fff; letter-spacing: 0.1em; }

#footer-icons .menu-webticker-container { background-color: #fff; padding: 20px 0; }
/* liScroll styles */
.tickeroverlay-left{ display:block; pointer-events:none; position:absolute; z-index:30; height:12px; width:150px; top:0; left:-2px; }
.tickeroverlay-right{ display:block; pointer-events:none; position:absolute; z-index:30; height:12px; width:150px; top:0; right:-2px; }
.tickercontainer { width: 100%; /* height: 27px; */ margin: 0; padding: 0; overflow: hidden; }
.tickercontainer .mask { position: relative; padding-left: 10px; padding-right: 10px; top: 0; /* height: 40px; width: 718px;*/ overflow: hidden; }
ul.newsticker { 
	-webkit-transition: all 0s linear; -moz-transition: all 0s linear; -o-transition: all 0s linear; transition: all 0s linear;
	position: relative; margin-left: 20px; /* font: bold 10px Verdana; */ list-style-type: none; margin: 0; padding: 0;
}
ul.newsticker li { float: left; margin: 0; padding-right: 30px; line-height: 1.2em; letter-spacing: 1px; font-weight: normal; }
ul.newsticker a { white-space: nowrap; padding: 0; margin: 0 0 0 30px; } 
ul.newsticker span { margin: 0 10px 0 0; } 


@media screen and (min-width: 299px) {
}

@media screen and (min-width: 325px) {
	div#footer1 { font-size: 12px; }
}

@media screen and (min-width: 400px) {
}

@media screen and (min-width: 480px) {
}

@media screen and (min-width: 601px) {
}

@media screen and (min-width: 665px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 960px) {
	#footer-icons { padding-left: 20px; padding-right: 20px; }
}

@media screen and (min-width: 1050px) {
}

@media screen and (min-width: 1220px) {
}


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

.site-content { position: relative; }
.site-content .sidebar-container { width: 100%; z-index: 1; }
.site-content .sidebar-inner { margin: 0 auto; max-width: 1180px; }
.site-content #secondary   .widget-area { padding: 5px 5px 1px 5px; font-size: 13px; line-height: 1.3em; }
.site-content #secondary-2 .widget-area { padding: 5px 5px 1px 5px; font-size: 13px; line-height: 1.3em; }
.site-content #secondary-2 .widget { height: 150px; }
.site-content #secondary-2 .widget div {
	-ms-transform: rotate(90deg); -ms-transform-origin: 20% 40%; /* IE 9 */
	-webkit-transform: rotate(90deg); -webkit-transform-origin: 20% 40%; /* Chrome, Safari, Opera */
	transform: rotate(90deg); transform-origin: left top;
	margin-left: 40px; float:left;
}
.site-content #secondary-3 .widget-area { padding: 5px 5px 1px 5px; font-size: 13px; line-height: 1.3em; }
.site-content #secondary-4 .widget-area { padding: 5px 5px 1px 5px; font-size: 13px; line-height: 1.3em; }

.site-content .widget-title {
	font-size: 18px; font-weight: bold; color: #002366; margin-bottom: 5px; margin-top: 5px;
	background-color: rgba(0,35,102,0.1); line-height: 1.1em; padding: 5px 0;
}
.site-content .widget-title a { color: #002366; }
.site-content .widget-area ul, .site-content .widget-area ol { list-style: none; margin: 0; }
.site-content .widget-area .more a { color: #002366; }

.site-content .widget-area .menu li,
.site-content .widget-area .widget_recent_entries li,
.site-content .widget-area .widget_archive li { padding-bottom: 10px; }

.search-field { width: 96%; }

.widget-area section.widget { border: 1px solid #2e4c6f; padding: 4px; background-color: #fff; }
section.widget ul { margin-left: 0; padding-left: 20px; }
section.widget li { margin-left: 0; padding-left: 0; }
section.widget a { font-weight: normal; }
section.widget .more a { font-weight: bold; }

section.widget_dbn_widget li > a,
section.widget_recent_entries li > a,
section.widget_archive li > a,
section.widget_nav_menu li > a { display: block; }
section.widget_dbn_widget .current-menu-item > a { font-weight: bold; }



@media screen and (min-width: 299px) {
}

@media screen and (min-width: 325px) {
}

@media screen and (min-width: 400px) {
}

@media screen and (min-width: 480px) {
}

@media screen and (min-width: 601px) {
	.site-content #secondary { height: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
	.site-content #secondary .widget-area   { float: left; width: 200px; padding: 5px 1px 1px 1px; }
	.site-content #secondary-2 { height: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
	.site-content #secondary-2 .widget-area { float: right; width: 75px; padding: 5px 4px 1px 1px; }
	.site-content #secondary-3 { height: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
	.site-content #secondary-3 .widget-area { float: left; width: 27.5%; padding: 5px 1px 1px 4px; }
	.site-content #secondary-4 { height: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
	.site-content #secondary-4 .widget-area { float: right; width: 27.5%; padding: 5px 4px 1px 1px; }
	
	.site-content .widget-area .menu li,
	.site-content .widget-area .widget_recent_entries li,
	.site-content .widget-area .widget_archive li { padding-bottom: 0; }
}

@media screen and (min-width: 665px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 960px) {
}

@media screen and (min-width: 1050px) {
}

@media screen and (min-width: 1220px) {
	.site-content #secondary-3 .widget-area { width: 335px; }
	.site-content #secondary-4 .widget-area { width: 335px; }
}

@media print {
	#secondary { display: none; }
}


/*--------------------------------------------------------------
Main
--------------------------------------------------------------*/

.site-content { position: relative; }
.page-content, .entry-content, .entry-summary { margin: 0; }
#primary { margin: 0 auto; max-width: 1180px; padding: 5px; background-color: #ddd; background-color: rgba(221,221,221,0.8); }
#primary article { margin-bottom: 1em; }
#main,
.single.single-tribe_events #main { padding: 0 5px 1px 5px; background-color: rgba(255,255,255,0.5); }
.home #main,
.single #main { padding: 0; background: none; }

.entry-content p:first-child { margin: 0; }

article.post { border-left: 2px solid #ac203c; padding: 4px; margin-bottom: 1.5em; background-color: #fff; }
.single article.post { border-left: 0; }
h1.entry-title, h2.entry-title, 
h1.page-title,
h1.tribe-events-single-event-title, h2.tribe-events-page-title {
	clear: none; color: #ac203c; line-height: 1.1em; padding: 5px 0;
	background-color: rgba(172,32,60,0.1);
}
h1.entry-title, h1.page-title, h2.tribe-events-page-title { margin-top: 0; }
h2.tribe-events-page-title { font-weight: bold; font-size: 32px; line-height: 1.1em; }
h1.entry-title a, h2.entry-title a, h2.tribe-events-page-title a { display: block; color: #ac203c; }
h2.entry-title { margin: 0; font-size: 18px }
article.post p { font-size: 13px; }
article.post p.post-meta { margin-bottom: 0; font-size: 11px; color: #aaa; text-align: right; }

.section { border: 1px solid #2e4c6f; padding: 4px; background-color: #fff; font-size: 13px; line-height: 1.3em }
.section h2 {
	font-size: 18px; font-weight: bold; color: #002366; background-color: rgba(0,35,102,0.1);
	margin-bottom: 5px; margin-top: 5px; line-height: 1.1em; padding: 5px 0;
}
.section h2 a, .section .more a { color: #002366; }
.section h2 a { display: block; }

.only-mobile { display: block; }
.not-mobile { display: none; }

.home .metaslider .caption-wrap {
	/* background-color: rgba(255,255,255,0.9); */
	background-color: #ccc; opacity: 0.9;
}
.home .metaslider .caption {
	padding: 0 4px; color: #002366; font-weight: normal; font-size: 10px; text-align: center;
	line-height: 1.1em; text-shadow: 0 0 5px #fff;
}
.home .metaslider .caption a { color: #002366; }

#mapp0_layout { clear: right; margin: auto; }

img.shadow {
	border: 1px solid #000; margin-bottom: 12px;
	-moz-box-shadow:3.5px 3.5px 5px #333; -webkit-box-shadow:3.5px 3.5px 5px #333; box-shadow:3.5px 3.5px 5px #333;
}

figure.wp-caption {
	border: 1px solid #000; 
	-moz-box-shadow:3.5px 3.5px 5px #333; -webkit-box-shadow:3.5px 3.5px 5px #333; box-shadow:3.5px 3.5px 5px #333;
}
figure.wp-caption figcaption.wp-caption-text { margin: 0; }

.ml-responsive-table .ml-grid { border-bottom: 1px solid #ac203c; }
.ml-responsive-table dt,
.ml-responsive-table dl dt:nth-of-type(2n) { background-color: #ddd; color: #002366; }
.ml-responsive-table dd { line-height: 1.1em; }

/* Gallery */
div.slideshowlink a { font-weight: normal; }

/* webcam */
div.webcam-list { width:198px; float:left; text-align:center; padding:4px; margin: 4px; background-color:#fff; border:1px solid #a9a9a9; }
div.webcam-list div       { width:188px; height:141px;margin:auto; }
div.webcam-list img       { width:188px; height:141px; }
div.webcam-list p         { text-align: center; padding-top: 3px; margin:0; background-color:#fff; }
div.webcam-list p a       { display: block; color: #404040; }
div.webcam-list p a:hover { text-decoration: none; }
div.webcam-list span      { font-size: 80%; }
div.webcam-list:hover     { background-color: #a9a9a9; }

/* dinghy classes */
div.dinghy {
	float: left; width: 198px; height: 145px; padding: 4px; margin: 4px; border: 1px solid #ccc; text-align: left;
	background-color: #fff; border:1px solid #a9a9a9;
}
div.dinghy div   { height: 100px; text-align: center; background-color: #fff; }
div.dinghy p     { margin: 0; font-size: 13px; background-color: #fff; }
div.dinghy:hover { background-color: #a9a9a9; }

/* minutes */
div.minutes {
	float: left; width: 80px; min-height: 95px; padding: 4px; margin: 4px; border: 1px solid #ccc; text-align: center;
	font-size: 13px; background-color: #fff;
}
div.minutes div   { min-height: 85px; background-color: #fff; }
div.minutes a     { text-align: center; margin: auto; display: block; }
div.minutes img   { /* display: block; */ }
div.minutes p     { margin: 0; font-size: 13px; background-color: #fff; }
div.minutes:hover { background-color: #a9a9a9; }


.committee {
	float: left; width: 175px; height: 265px; padding: 4px; margin: 4px; border: 1px solid #ccc; text-align: left;
	font-size: 13px; line-height: 1.3em; background-color: #fff;
}
.committee div { height: 190px; background-color: #d2d7db; margin-bottom: 4px; overflow: hidden; }

table { width: auto; }
.omsc-toggle-inner { padding-left: 20px; }

/* course map */
.embedcontent {
    position: relative; height: 0; overflow: hidden;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
}
.embedcontent iframe, .embedcontent object, .embedcontent embed {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* sponsors */
.sponsor { float: left; max-width: 386px; width: 100%; padding: 0 20px 21px 0; }

/* club rules */
/*
.page-id-966 ol { counter-reset: item }
.page-id-966 li { display: block }
.page-id-966 li:before { content: counters(item, ".") " "; counter-increment: item }
*/
.page-id-966 .omsc-accordion ol.sec1  { counter-reset: section 0;  list-style-type: none; }
.page-id-966 .omsc-accordion ol.sec2  { counter-reset: section 1;  list-style-type: none; }
.page-id-966 .omsc-accordion ol.sec3  { counter-reset: section 2;  list-style-type: none; }
.page-id-966 .omsc-accordion ol.sec4  { counter-reset: section 3;  list-style-type: none; }
.page-id-966 .omsc-accordion ol.sec5  { counter-reset: section 4;  list-style-type: none; }
.page-id-966 .omsc-accordion ol.sec6  { counter-reset: section 5;  list-style-type: none; }
.page-id-966 .omsc-accordion ol.sec7  { counter-reset: section 6;  list-style-type: none; }
.page-id-966 .omsc-accordion ol.sec8  { counter-reset: section 7;  list-style-type: none; }
.page-id-966 .omsc-accordion ol.sec13 { counter-reset: section 12; list-style-type: none; }
.page-id-966 .omsc-accordion ol.sec18 { counter-reset: section 17; list-style-type: none; }
.page-id-966 .omsc-accordion ol.sec21 { counter-reset: section 20; list-style-type: none; }
.page-id-966 .omsc-accordion ol.sec24 { counter-reset: section 23; list-style-type: none; }

.page-id-966 .omsc-accordion ol.sec1  > li::before,
.page-id-966 .omsc-accordion ol.sec2  > li::before,
.page-id-966 .omsc-accordion ol.sec3  > li::before,
.page-id-966 .omsc-accordion ol.sec4  > li::before,
.page-id-966 .omsc-accordion ol.sec5  > li::before,
.page-id-966 .omsc-accordion ol.sec6  > li::before,
.page-id-966 .omsc-accordion ol.sec7  > li::before,
.page-id-966 .omsc-accordion ol.sec8  > li::before,
.page-id-966 .omsc-accordion ol.sec13 > li::before,
.page-id-966 .omsc-accordion ol.sec18 > li::before,
.page-id-966 .omsc-accordion ol.sec21 > li::before,
.page-id-966 .omsc-accordion ol.sec24 > li::before { counter-increment: section; content: counters(section,".") " "; }

.ta-ht-100 { height: 100px; }

#primary #fcbkbttn_left { display: none; }

input[type="date"] { color: #666; border: 1px solid #ccc; border-radius: 3px; }

.ngg-gallery-thumbnail:hover { background-color: #a9a9a9; }
.tml-login .tml-links { display:none; }

@media screen and (min-width: 299px) {
}

@media screen and (min-width: 325px) {
	.home .metaslider .caption { font-size: 12px; }
}

@media screen and (min-width: 400px) {
}

@media screen and (min-width: 480px) {
}

@media screen and (min-width: 601px) {
	#primary { padding-left: 230px; padding-right: 20px; min-height: 250px; }
	.page-template-template-quicklinks #primary { padding-left: 230px; padding-right: 100px; min-height: 250px; }
	.page-template-template-home #primary { padding-left: 28%; padding-right: 28%; min-height: 250px; }
	.only-mobile { display: none; }
	.not-mobile { display: block; }
	.home .metaslider .caption { font-size: 16px; font-weight: bold; padding: 2px 10px; }
}

@media screen and (min-width: 665px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 861px) {
  div#page { padding-left: 36px; padding-right: 36px; } /* cater for ML Slider */
}

@media screen and (min-width: 960px) {
	.omsc-toggle-inner { padding-left: 40px; }
}

@media screen and (min-width: 1050px) {
}

@media screen and (min-width: 1220px) {
	.page-template-template-home #primary { padding-left: 340px; padding-right: 340px; }
}

@media print {
	.omsc-toggle-inner { display: block !important; }
}

