@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   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 `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * 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,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * 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: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  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],
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/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/*
Reset annoying Chrome user agent stylesheet margins
*/
h1, h2, h3, h4, h5, h6, p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-block-end: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
}

.clear-float:after {
  /*clear floated elements*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Paths

Here is where we declare all our paths.

******************************************************************/
/*********************
Paths 
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/**********************
TEXT SIZES
**********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/FontAwesome.eot");
  src: url("../fonts/FontAwesome.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome.woff2") format("woff2"), url("../fonts/FontAwesome.woff") format("woff"), url("../fonts/FontAwesome.ttf") format("truetype"), url("../fonts/FontAwesome.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.eot");
  src: url("../fonts/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 4;
  -webkit-hyphenate-after: 5;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

.icon-time, .icon-date, .icon-location, .icon-ticket {
  font-family: FontAwesome !important;
}

.icon-time:before {
  content: "\f017";
}

.icon-date:before {
  content: "\f073";
}

.icon-location:before {
  content: "\f124";
}

.icon-ticket:before {
  content: "\f145";
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn, #submit, .comment-reply-link {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, #submit:hover, .comment-reply-link:hover, .blue-btn:focus, #submit:focus, .comment-reply-link:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.blue-btn:active, #submit:active, .comment-reply-link:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, #submit, .comment-reply-link {
  background-color: #00f;
}
.blue-btn:hover, #submit:hover, .comment-reply-link:hover, .blue-btn:focus, #submit:focus, .comment-reply-link:focus {
  background-color: #0000eb;
}
.blue-btn:active, #submit:active, .comment-reply-link:active {
  background-color: #0000e6;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
LINK STYLES
*********************/
a, a:visited {
  transition: color 0.25s ease, border-bottom 0.25s ease;
  color: #211;
  text-decoration: none;
  border-bottom: 1px solid #B42B19;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  transition: color 0.25s ease, border-bottom 0.25s ease;
  color: #B42B19;
  border-bottom: 1px solid #EA9CA6;
}
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.header a, .aside a, #supporters-content a, .archive_right a, .page-projects-summary .image-link {
  border-bottom: none;
}

#supporters-content a {
  text-decoration: none;
}
#supporters-content a a:visited {
  text-decoration: none;
}
#supporters-content a img {
  width: auto;
  height: auto;
  max-width: 250px;
  max-height: 125px;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}
#supporters-content a img:hover {
  outline: solid 2px #B42B19;
}

#supporters-content a.email-link {
  border-bottom: 2px solid #B42B19;
}
#supporters-content a.email-link:hover, #supporters-content a.email-link:focus {
  transition: color 0.25s ease, border-bottom 0.25s ease;
  color: #B42B19;
  border-bottom: 2px solid #B42B19;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: bold;
  color: #211;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.333em;
  margin-bottom: 0.666em;
}

h2, .h2 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

h3, .h3 {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.375em;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.normal {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #211;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.alt-heading-text-style {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6A7F93;
}

h1.alt-heading-text-style {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6A7F93;
  margin-left: 4px;
  font-size: 3.125rem;
  margin-bottom: 1.5rem;
  line-height: 2.5rem;
}

h2.alt-heading-text-style {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6A7F93;
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  line-height: 2.5rem;
}

h3.alt-heading-text-style, h4.alt-heading-text-style {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6A7F93;
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}

.single-post h1 {
  color: #B42B19;
}

.archive_left h2 a, .archive_left h2 a:visited {
  color: #B42B19;
}
.archive_left h2 a:hover, .archive_left h2 a:focus {
  color: #EA9CA6;
}

/*********************
GENERAL STYLES
*********************/
body {
  width: 100%;
  color: #211;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  background-color: #fdfbfb;
}

img {
  max-width: 100%;
  height: auto;
}

.alignleft, img.alignleft, .alignright, img.alignright, .aligncenter, img.aligncenter {
  display: block;
  float: none;
  margin: auto;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 3px;
  padding-right: 3px;
}

img.aligncenter {
  padding-left: 3px;
  padding-right: 3px;
}

.alignleft, img.alignleft, .alignright, img.alignright, .aligncenter, img.aligncenter, .alignnone {
  padding-left: 3px;
  padding-right: 3px;
}

p {
  margin-bottom: 0.875em;
}

.the-content ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 10%;
}
.the-content ul li {
  margin-bottom: 1.25em;
  max-width: 600px;
}

video {
  width: 100%;
  height: 100%;
}

iframe {
  margin-bottom: 2.5rem;
}

hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-image: url("../images/latest-news-separator.svg") 100% 0 0 0/6px 0 0 0;
  border-width: 6px 0px 0px 0px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.rdfa_hide {
  display: none;
}

.addtoany_shortcode:before {
  content: "Share this: ";
}

.cookies-per-purpose {
  color: #333333;
}

.cookies-per-purpose .name a {
  color: #333333;
}

.cmplz-slider-checkbox .cmplz-round {
  color: #333333;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
#hero {
  position: relative;
  width: 100%;
  z-index: 10;
}
#hero img {
  display: block;
  width: 100%;
  z-index: 10;
}

.hero-border {
  position: relative;
  width: 100%;
  z-index: 20;
  margin-top: -2%;
}
.hero-border img {
  display: block;
  width: 100%;
}

.header-border {
  display: none;
}

.outer-wrap {
  background-color: #fdfbfb;
  background-size: 100%;
  background-repeat: repeat-y;
}

.fp-main-format {
  background-color: #fff;
  padding: 12px 18px;
  max-width: 880px;
  margin: 0 auto;
  margin-top: 18px;
}

.content-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

.home .content-wrap p:last-of-type {
  margin-bottom: 0;
}

.two-columns {
  max-width: 880px;
  margin: 0 auto;
}

#supporters-content {
  border-style: solid;
  border-image: url("../images/kirkby-colors-border.png") 100% 0 0 0/12px 0 0 0 repeat;
  border-width: 12px 0px 0px 0px;
  background-color: #fff;
  padding: 12px 18px;
  max-width: 880px;
  margin: 0 auto;
  margin-top: 18px;
}

.main-content-wrap {
  padding: 18px 18px;
}

.main-column {
  max-width: 880px;
  margin: 0 auto;
}

.single .main-column {
  background-color: #fff;
  padding: 18px 18px;
}

.sidebar-column {
  margin-top: 18px;
}

.addtoany_shortcode {
  margin-top: 3rem;
}

.fp-camping-content img {
  border-left: 3px solid #B42B19;
  border-right: 3px solid #B42B19;
  padding: 0 3px;
}

/*********************
HEADER STYLES
*********************/
.header {
  overflow: hidden;
  z-index: 20;
  width: 100%;
  margin: 0 auto;
  background-color: #610E0B;
}

#logo {
  width: 90%;
  max-width: 360px;
  margin: 0 auto;
}
#logo img {
  width: 100%;
  margin-top: 0.5em;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.footer-nav {
  width: 384px;
  display: block;
  margin: 0 auto;
  margin-bottom: 2em;
  padding-left: 12px;
  padding-right: 12px;
}
.footer-nav li {
  padding-left: 6px;
  border-bottom: 0;
  border-left: 2px solid #f1b801;
}
.footer-nav li a {
  display: block;
  color: #f1b801;
  border-bottom: 0;
  line-height: 1.5em;
}
.footer-nav li a:hover {
  color: #fff;
}
.footer-nav li ul {
  margin: 0;
}
.footer-nav li li {
  border: 0;
  padding: 0;
}
.footer-nav li li a {
  color: #fff;
}
.footer-nav li li a:hover {
  color: #f1b801;
}

.footer-nav > li {
  margin-bottom: 1em;
}

.nav {
  border-bottom: 0;
  margin: 0;
  font-size: 1.125rem;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.nav li {
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
.nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.75em;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
.nav li ul.sub-menu,
.nav li ul.children {
  margin: 0;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 24px;
}
/* end .nav */
@media only screen and (max-width: 767px) {
  .responsive_menu {
    max-height: 66px;
    overflow: hidden;
    transition: max-height 0.5s;
  }
  .responsive_menu:hover, .responsive_menu:focus {
    max-height: 470px;
    transition: max-height 0.5s ease-in-out;
  }
}
/*********************
ARCHIVE & CATEGORY STYLES
*********************/
.archive-content article:last-child, #archive_content article:last-child {
  border-bottom: none;
  border-style: solid;
  border-image: url("../images/section-separator-bottom.svg") 0 0 100% 0/0 0 12px 0;
  border-width: 0px 0px 12px 0px;
}

.archive-content article:first-child, #archive_content article:first-child {
  border-style: solid;
  border-image: url("../images/section-separator-top.svg") 100% 0 url("../images/section-separator-bottom.svg") 100% 0/12px 0 12px 0;
  border-width: 12px 0px 12px 0px;
}

.archive-content {
  background-color: #fff;
  margin-top: 18px;
}

.archive_left section {
  padding-top: 0.75em;
  padding-bottom: 1.25em;
}

.archive_right {
  max-width: 320px;
  margin: 0 auto;
}

.archive_event h2 {
  margin-bottom: 1em;
}

.archive_event p {
  margin-bottom: 0.5em;
}

.event_time {
  padding-left: 2em;
}

.event_venue_address {
  display: inline-block;
  padding-left: 1.125em;
}

.format_event_left {
  border-bottom: 1px solid #6A7F93;
}

.format_event_right {
  margin-top: 16px;
}

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 1.5em;
}

.hentry {
  border-bottom: 2px solid #EA9CA6;
  border-style: solid;
  border-image: url("../images/section-separator-light-red.svg") 0 0 100% 0/0 0 12px 0;
  border-width: 0px 0px 12px 0px;
  padding-bottom: 1em;
  padding-top: 1em;
  padding-left: 18px;
  padding-right: 18px;
}
.hentry footer {
  display: inline-block;
  text-align: left;
  font-size: 1rem;
  padding: 4px;
  padding-top: 0.5em;
  padding-bottom: 1rem;
  border-top: 1px solid #B42B19;
}
.hentry footer p {
  margin: 0;
}
.hentry footer a {
  border: 0;
}

/* end .hentry */
.blog_post.hentry {
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.blog_post.hentry h1 {
  margin-bottom: 0.5rem;
}

.blog_post section {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow: auto;
}

.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 0;
}
.single .byline {
  margin-bottom: 12px;
}

/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
.entry-content table {
  width: 100%;
  border: 1px solid #211;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content tr {
  border-bottom: 1px solid #211;
}
.entry-content tr:nth-child(even) {
  background-color: #f6f6f6;
}
.entry-content td {
  padding: 7px;
  border-right: 1px solid #211;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  background-color: #f6f6f6;
  border-bottom: 1px solid #211;
  border-right: 1px solid #211;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #00f;
  font-style: italic;
  color: #ccc;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #000;
  color: #f6f6f6;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: none;
  color: #211;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 1.25rem;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 6px 0 4px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  max-width: 100%;
  margin-left: 0px;
  margin-right: 8px;
}

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

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

.gallery img {
  border: 1px solid #364352;
  background: #f2f2f2;
}

.gallery-icon a {
  border-bottom: 0;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #211;
  font-size: 0.75em;
}

.gallery-item:last-child {
  float: none;
  clear: both;
}

.gallery-caption {
  min-height: 50px;
}

/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #211;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #00f;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #00f;
  color: #fff;
}
.pagination .current {
  cursor: default;
  color: #211;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #211;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f6f6f6;
  /* number of comments span */
}
.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f6f6f6;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard {
  margin-left: 50px;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #ccc;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: #fff;
}
.comment.even {
  background: #f6f6f6;
}
/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
} /* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f6f6f6;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #ccc;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #211;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f6f6f6;
  font-size: 0.9em;
}

/* comment submit button */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
#sidebarnews {
  padding-top: 24px;
}

#sidebar1 .widget, #sidebar-campsite .widget, #sidebaraboutus .widget,
#sidebar-rugby .widget, .klrufc_latest_news, .klrufc_latest_results_main, .klrufc_fixtures_main {
  padding: 18px 18px;
  margin: 0 0 24px 0;
}

#menu-about-us-navigation li ul li.current_page_item a, #menu-rugby-navigation li ul li.current_page_item a {
  color: #6A7F93;
}

#menu-about-us-navigation .current_page_item a, #menu-rugby-navigation .current_page_item a {
  color: #f1b801;
}

.widget {
  padding: 0 2em;
  margin: 0 0 2.2em 0;
}
.widget ul {
  list-style-type: none;
}
.widget ul li {
  margin-bottom: 0.75em;
  /* deep nesting */
}
.widget ul li a {
  text-decoration: none;
}
.widget ul li a:visited {
  text-decoration: none;
}
.widget ul li ul {
  margin-top: 0.75em;
  padding-left: 1em;
}

.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #211;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/*********************
FOOTER STYLES
*********************/
.footer-border {
  position: relative;
  width: 100%;
  z-index: 20;
  margin-top: -2%;
}
.footer-border img {
  display: block;
  width: 100%;
}

.footer {
  clear: both;
  background-color: #610E0B;
  color: #fff !important;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
#inner-footer {
  margin-left: 12px;
  margin-right: 12px;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
#inner-footer > div {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1em;
}
#inner-footer a, #inner-footer a:visited {
  color: #fff;
}
#inner-footer a:hover, #inner-footer a:visited:hover {
  color: #EA9CA6;
}

.company-info {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.company-info .logo {
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
}

.social {
  margin-top: 24px;
  height: 40px;
}

.social a, .social a:visited {
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.social a img, .social a:visited img {
  height: 36px;
  padding: 0px 6px;
}

.social a:hover {
  border-bottom: 2px solid #f1b801;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: 481px and Up Stylesheet

  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.

  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.

  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  .gallery .gallery-item {
    max-width: 48%;
  }
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /*************** CUSTOM BUTTON STYLES *******************/
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  .aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    margin-bottom: 0.75rem;
  }
  .alignleft, img.alignleft {
    float: left;
    margin-right: 20px;
    margin-left: 0px;
    margin-bottom: 0.75rem;
  }
  .alignright, img.alignright {
    float: right;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 0.75rem;
  }
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .content-wrap {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
  }
  .main-column {
    margin-top: 18px;
  }
  /*********************
  HEADER STYLES
  *********************/
  .header {
    overflow: visible;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  #menu-top-page-navigation li a, #menu-top-page-navigation li a:visited {
    border-bottom: 0px solid transparent;
  }
  #menu-top-page-navigation li a:hover, #menu-top-page-navigation li a:visited:hover {
    border-bottom: 1px solid #f1b801;
  }
  .footer-nav {
    width: auto;
    max-width: 1400px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-nav li a {
    padding-bottom: 6px;
  }
  .footer-nav > li {
    display: block;
    padding-left: 6px;
    padding-right: 6px;
    flex-grow: 1;
    margin-bottom: 1em;
    margin-left: 12px;
    padding-bottom: 0;
    max-width: 33%;
  }
  /* end .nav */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /*********************
  ARCHIVE & CATEGORY STYLES
  *********************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /* end .footer-links */
  /**************** CUSTOM FORM STYLES ******************/
}
@media only screen and (min-width: 768px) and (min-width: 950px) {
  .footer-nav > li {
    max-width: 24%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .footer-nav li a {
    padding-bottom: 0;
  }
  .footer-nav > li {
    max-width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .nav {
    width: auto;
    text-align: center;
    margin: 0 auto;
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav ul {
    margin-top: 0;
  }
  .nav li {
    float: none;
    display: inline-block;
    position: relative;
    min-width: 120px;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  .nav li a {
    border-bottom: 0;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  .nav li a:hover, .nav li a:focus {
    color: #fff;
  }
  .nav li ul.sub-menu,
.nav li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 8999;
    text-align: left;
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li,
.nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  .nav li ul.sub-menu li a,
.nav li ul.children li a {
    border-right: 0;
    display: block;
    width: 270px;
  }
  .nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.sub-menu li ul,
.nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  .nav li:hover > ul, .nav li:focus > ul {
    top: auto;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
}
@media only screen and (min-width: 768px) {
  #burger {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .gallery .gallery-item {
    max-width: 32%;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .archive_left {
    float: left;
    width: calc(100% - 336px);
    margin-right: 16px;
  }
  .archive_left section {
    padding-top: 0.75em;
    padding-bottom: 1.25em;
  }
}
@media only screen and (min-width: 768px) {
  .archive_right {
    max-width: 320px;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .widget ul li {
    /* deep nesting */
  }
}
@media only screen and (min-width: 768px) {
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }
}
@media only screen and (min-width: 768px) {
  .vb-search-inner {
    flex-flow: row nowrap;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
  .header {
    overflow: visible;
    padding-bottom: 1.5em;
    background: rgb(25, 31, 41);
    background: linear-gradient(180deg, rgba(25, 31, 41, 0.6362920168) 0%, rgba(25, 31, 41, 0) 100%);
    position: absolute;
    z-index: 300;
    width: 100%;
  }
  .no-featured-image .hero-border {
    display: none;
  }
  .no-featured-image .header, .category .header, .single-post .header, .post-type-archive-events .header, .single-events .header, .archive .header {
    position: relative;
    background: none;
    background-color: #610E0B;
  }
  .no-featured-image .header-border, .category .header-border, .single-post .header-border, .post-type-archive-events .header-border, .single-events .header-border, .archive .header-border {
    display: block;
    margin-top: -20px;
  }
  .header-wrap {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 20px;
  }
  #logo {
    position: relative;
    float: left;
    margin-left: 24px;
  }
  #logo img {
    width: 300px;
    margin-top: 0;
  }
  .two-columns {
    max-width: 100%;
    margin: auto;
  }
  #supporters-content {
    max-width: 100%;
    margin: auto;
    margin-top: 18px;
  }
  .main-column,
.home .main-column, .single .main-column, .page-template-template-archive-news .main-column, .archive .main-column,
.page-template-template-campsite .main-column, .page-template-template-about-us .main-column, .page-template-template-rugby .main-column, .page-id-10852 .main-column {
    width: 64%;
    margin-right: 2%;
    float: left;
  }
  .sidebar-column,
.home .sidebar-column, .single .sidebar-column, .page-template-template-archive-news .sidebar-column, .archive .sidebar-column,
.page-template-template-campsite .sidebar-column, .page-template-template-about-us .sidebar-column, .page-template-template-rugby .sidebar-column, .page-id-10852 .sidebar-column {
    width: 34%;
    float: right;
  }
  .nav-wrap {
    position: relative;
    float: right;
    width: 60%;
    margin-top: 45px;
    margin-right: 24px;
  }
  .nav {
    float: right;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
  .home .main-column, .single .main-column, .page-template-template-archive-news .main-column {
    width: 64%;
    margin-right: 2%;
    float: left;
  }
  .home .sidebar-column, .single .sidebar-column, .page-template-template-archive-news .sidebar-column {
    width: 34%;
    float: right;
  }
  /****************** CUSTOM BUTTON STYLES ***************/
}
/*********************
HUGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
/**********************
CUSTOM WIDGET STYLES
Extra styles for custom widgets plugin
**********************/
/************ MBPT Extra Widgets Latest News **********/
.mbpt_latest_news h2 {
  padding-left: 4px;
}
.mbpt_latest_news > p {
  font-size: 0.875em;
  padding-left: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mbpt_latest_news > p a, .mbpt_latest_news > p a:visited {
  border-bottom: 1px solid #B42B19;
}
.mbpt_latest_news > p a:focus, .mbpt_latest_news > p a:hover {
  border-bottom: 1px solid #EA9CA6;
}

.mbpt_latest_news_content {
  display: block;
  position: relative;
  padding: 6px;
  padding-top: 12px;
  margin-top: 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-image: url("../images/latest-news-separator.svg") 100% 0 0 0/6px 0 0 0;
  border-width: 6px 0px 0px 0px;
}
.mbpt_latest_news_content:last-of-type {
  margin-bottom: 24px;
}

.mbpt_latest_news_content h3 {
  margin: 0px 0px;
}
.mbpt_latest_news_content h3 a, .mbpt_latest_news_content h3 a:visited {
  color: #B42B19;
  border-bottom: 1px solid #fff;
}
.mbpt_latest_news_content h3 a:hover {
  border-bottom: 1px solid #EA9CA6;
}
.mbpt_latest_news_content .mbpt_date-tag-line {
  display: block;
  font-size: 0.75em;
  font-style: italic;
  margin-bottom: 16px !important;
}

.mbpt_post_wrapper {
  display: flex;
}

.mbpt_post_left {
  width: auto;
}

.mbpt_post_right {
  min-width: 160px;
  margin-left: 10px;
}

.mbpt_latest_news_content img {
  transition: color 0.25s ease, outline 0.25s ease;
  outline: solid 2px transparent;
}
.mbpt_latest_news_content img:hover {
  outline: solid 2px #EA9CA6;
}

/*# sourceMappingURL=style.css.map */
