@import url(../css/bootstrap-fpslim.css);
@import url(../css/bootstrap-fpslimchild.css);
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
/* 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.
 */
/* line 23, ../../../../../SCSS-BAF/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 33, ../../../../../SCSS-BAF/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../../../../../SCSS-BAF/partials/_normalize.scss */
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.
 */
/* line 53, ../../../../../SCSS-BAF/partials/_normalize.scss */
[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.
 */
/* line 67, ../../../../../SCSS-BAF/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 77, ../../../../../SCSS-BAF/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../../../../../SCSS-BAF/partials/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 97, ../../../../../SCSS-BAF/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 106, ../../../../../SCSS-BAF/partials/_normalize.scss */
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.
 */
/* line 119, ../../../../../SCSS-BAF/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 128, ../../../../../SCSS-BAF/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 138, ../../../../../SCSS-BAF/partials/_normalize.scss */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 148, ../../../../../SCSS-BAF/partials/_normalize.scss */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../../../../../SCSS-BAF/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 166, ../../../../../SCSS-BAF/partials/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 177, ../../../../../SCSS-BAF/partials/_normalize.scss */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 188, ../../../../../SCSS-BAF/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 197, ../../../../../SCSS-BAF/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 205, ../../../../../SCSS-BAF/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 213, ../../../../../SCSS-BAF/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 218, ../../../../../SCSS-BAF/partials/_normalize.scss */
small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 227, ../../../../../SCSS-BAF/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 234, ../../../../../SCSS-BAF/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 238, ../../../../../SCSS-BAF/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 253, ../../../../../SCSS-BAF/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 257, ../../../../../SCSS-BAF/partials/_normalize.scss */
dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 265, ../../../../../SCSS-BAF/partials/_normalize.scss */
menu {
  padding: 0 0 0 40px;
}

/* line 270, ../../../../../SCSS-BAF/partials/_normalize.scss */
ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 280, ../../../../../SCSS-BAF/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 293, ../../../../../SCSS-BAF/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 301, ../../../../../SCSS-BAF/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 313, ../../../../../SCSS-BAF/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 325, ../../../../../SCSS-BAF/partials/_normalize.scss */
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.
 */
/* line 336, ../../../../../SCSS-BAF/partials/_normalize.scss */
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.
 */
/* line 350, ../../../../../SCSS-BAF/partials/_normalize.scss */
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.
 */
/* line 362, ../../../../../SCSS-BAF/partials/_normalize.scss */
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.
 */
/* line 374, ../../../../../SCSS-BAF/partials/_normalize.scss */
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.
 */
/* line 389, ../../../../../SCSS-BAF/partials/_normalize.scss */
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.
 */
/* line 399, ../../../../../SCSS-BAF/partials/_normalize.scss */
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.
 */
/* line 409, ../../../../../SCSS-BAF/partials/_normalize.scss */
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).
 */
/* line 420, ../../../../../SCSS-BAF/partials/_normalize.scss */
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.
 */
/* line 433, ../../../../../SCSS-BAF/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 442, ../../../../../SCSS-BAF/partials/_normalize.scss */
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.
 */
/* line 452, ../../../../../SCSS-BAF/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 465, ../../../../../SCSS-BAF/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 472, ../../../../../SCSS-BAF/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 480, ../../../../../SCSS-BAF/partials/_normalize.scss */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 487, ../../../../../SCSS-BAF/partials/_normalize.scss */
.clearfix, .cf, .comment-respond {
  zoom: 1;
}
/* line 489, ../../../../../SCSS-BAF/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
/* line 490, ../../../../../SCSS-BAF/partials/_normalize.scss */
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

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

/******************************************************************
fivepilchard
fp-bone
Brighton Art Fair BAF 2016

This is a base fishbone baseplate for fivepilchard sites 
Rev. 001 - Jan 2016

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults.

******************************************************************/
          			         	/* THIS BRAND'S  MAIN THEME COLOUR -
								will be automatically applied to 
								generic items */
/* SECOND BRAND COLOUR */
/********** SITE COLOURS ********/
/* CHANGE WPRMENU COLOUR FOR SITE */
/* $baf-pink:		#a12063;	MLM  	MARYLEBONE colour1 */
/* $baf-pink2:		#a12063;	  MLM  	MARYLEBONE colour2 */
/* $baf-pink:			#af993d;    MLB 	BLOOMSBURY colour SITE1 */
/* NOT USED  $baf-pink:		#957f21;    MLB 	BLOOMSBURY colour darker NOT USED */
/* $baf-pink2:		#604b0e;     MLB 	BLOOMSBURY colour darkerdarker TEXT2 */
/* 	$baf-pink:		#ff8c11;	 BAF  	BRIGHTON ART FAIR colour1 */
/* 	$baf-pink2:		#ff8400;	  BAF  	BRIGHTON ART FAIR colour2 */
/* $baf-pink:		#e8275f;	  MBR  MADE BRIGHTON colour1 */
/*  $baf-pink2:		#e50747;	 MBR  MADE BRIGHTON colour2 */
/* MBB  MADE BRIGHTON BARTS colour1 */
/* MBB  MADE BRIGHTON BARTS colour2 */
/********** FP COLOURS ********/
/* COLOR OF TEMPLATE TAGS */
/* CHANGES ELEMENTS ON THE SITE TO THE SITE COLOUR */
/*********************
COLORS
*********************/
/******************************************************************
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 
*********************/
/*  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: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
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.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 69, ../../../../../SCSS-BAF/partials/_typography.scss */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  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";
}

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

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
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? */
/*********************
BORDER RADIUS

@include border-radius(6px)
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
/* line 35, ../../../../../SCSS-BAF/partials/_grid.scss */
.last-col {
  float: right;
  padding-right: 0 !important;
}

.mw-radio-text .usp-fieldset label {
    line-height: 1.0em;
    font-size: 0.8em !important;
}
body.page-id-263 .entry-header{
    display: none;
}
body.page-id-263 #content{
    margin-top: 0px;
}
ol.conditions-list {
	list-style-type: decimal;
}
ol.conditions-list li {
	padding-bottom: 20px;
}
.mw-form-end .usp-terms-text{
	display: inline-block;
}
.mw-form-end .usp-fieldset {
	display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
}

/* goa
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  /* line 49, ../../../../../SCSS-BAF/partials/_grid.scss */
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 55, ../../../../../SCSS-BAF/partials/_grid.scss */
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 60, ../../../../../SCSS-BAF/partials/_grid.scss */
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 65, ../../../../../SCSS-BAF/partials/_grid.scss */
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 70, ../../../../../SCSS-BAF/partials/_grid.scss */
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 75, ../../../../../SCSS-BAF/partials/_grid.scss */
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .mw-radio-text .usp-fieldset label {
    line-height: 1.0em;
    font-size: x-small !important;
  }
  /* Mobile styles near line 80+ */
  hr {
    display: none;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 86, ../../../../../SCSS-BAF/partials/_grid.scss */
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 92, ../../../../../SCSS-BAF/partials/_grid.scss */
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 97, ../../../../../SCSS-BAF/partials/_grid.scss */
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 102, ../../../../../SCSS-BAF/partials/_grid.scss */
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 107, ../../../../../SCSS-BAF/partials/_grid.scss */
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 112, ../../../../../SCSS-BAF/partials/_grid.scss */
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 117, ../../../../../SCSS-BAF/partials/_grid.scss */
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 122, ../../../../../SCSS-BAF/partials/_grid.scss */
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 127, ../../../../../SCSS-BAF/partials/_grid.scss */
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 132, ../../../../../SCSS-BAF/partials/_grid.scss */
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .mw-radio-text .usp-fieldset label {
    line-height: 1.0em;
    font-size: smaller !important;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  /* line 142, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 148, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 153, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 158, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 163, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 168, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 173, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 178, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 183, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 188, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  /* line 193, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  /* line 198, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  /* line 203, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  /* line 208, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  /* line 213, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  /* line 218, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  /* line 223, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  /* line 228, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  /* line 233, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  /* line 238, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  /* line 243, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }

  /* line 248, ../../../../../SCSS-BAF/partials/_grid.scss */
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/*********************
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: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/* line 15, ../../../../../SCSS-BAF/modules/_alerts.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 21, ../../../../../SCSS-BAF/modules/_alerts.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 27, ../../../../../SCSS-BAF/modules/_alerts.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 33, ../../../../../SCSS-BAF/modules/_alerts.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 39, ../../../../../SCSS-BAF/modules/_alerts.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

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

*********************/
/* line 27, ../../../../../SCSS-BAF/modules/_buttons.scss */
.blue-btn, .comment-reply-link {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: white;
  font-size: 0.85em;
  line-height: 22px;
  font-weight: normal;
  padding: 0;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
/* line 43, ../../../../../SCSS-BAF/modules/_buttons.scss */
.blue-btn:hover, .comment-reply-link:hover, .blue-btn:focus, .comment-reply-link:focus {
  color: white;
  text-decoration: none;
}
/* line 49, ../../../../../SCSS-BAF/modules/_buttons.scss */
.blue-btn: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.
*/
/* line 60, ../../../../../SCSS-BAF/modules/_buttons.scss */
.blue-btn, .comment-reply-link {
  background-color: #2980b9;
}
/* line 65, ../../../../../SCSS-BAF/modules/_buttons.scss */
.blue-btn:hover, .comment-reply-link:hover, .blue-btn:focus, .comment-reply-link:focus {
  background-color: #2574a8;
}
/* line 69, ../../../../../SCSS-BAF/modules/_buttons.scss */
.blue-btn:active, .comment-reply-link:active {
  background-color: #2472a4;
}

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

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
/* line 40, ../../../../../SCSS-BAF/modules/_forms.scss */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  margin-top: 8px;
  display: inline;
  height: 22px;
  line-height: 25px;
  padding: 0 12px;
  margin-bottom: 0;
  font-size: 1em;
  color: #ff0b49;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 60%;
  max-width: 60%;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  margin-right: 0.2em;
}
/* line 62, ../../../../../SCSS-BAF/modules/_forms.scss */
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #f7f8fa;
  outline: none;
}
/* line 69, ../../../../../SCSS-BAF/modules/_forms.scss */
input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
/* line 81, ../../../../../SCSS-BAF/modules/_forms.scss */
input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
/* line 93, ../../../../../SCSS-BAF/modules/_forms.scss */
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
/* line 99, ../../../../../SCSS-BAF/modules/_forms.scss */
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

/* line 108, ../../../../../SCSS-BAF/modules/_forms.scss */
input[type="password"] {
  letter-spacing: 0.3em;
}

/* line 113, ../../../../../SCSS-BAF/modules/_forms.scss */
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

/* line 120, ../../../../../SCSS-BAF/modules/_forms.scss */
select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/*********************
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.
*********************/
/* * * * * * * * * * * * * * * * * * * * * * * *

	F I V E P I L C H A R D
	F P - B O N E  T H E M E
	Based on SSA AND FP

	
	Brighton Art Fair BAF 2016
	
	USE THIS STYLE SHEET FOR ALL FOUR BAF SITES:
	BAF MBR - made Brighton MLM - Made London Marylebone MLB -Made London Bloomsbury
	THE MAIN CSS DIFFERENCE WILL BE THE BRAND COLOUR IN THE VARIABLES SCSS
	Set the correct colour for each site.
	
	Oct 2016 updated .fp-featuredcaption added dl.fp-featuredimgbox dd

This is a base fishbone baseplate for fivepilchard sites 
Rev. 001 - Jan 2016

0px and Up Stylesheet

Stylesheet: Base Mobile Stylesheet

This is called at the top of the main stylsheet
and will be used across all viewports.

* * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * *

	FP GENERIC STYLES
	
* * * * * * * * * * * * * * * * * * * * * * * * */
/* line 38, ../../../../../SCSS-BAF/breakpoints/_base.scss */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif, "Oxygen", "Roboto", "Hind Vadodara";
  font-size: 100%;
  line-height: 1.4em;
  color: #222222;
  letter-spacing: 0.02em;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 50, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.container-wide {
  width: 100%;
}

/* line 54, ../../../../../SCSS-BAF/breakpoints/_base.scss */
body.home {
  background-image: none;
}

/* TEMPLATE NAMES DEBUGGING - USE TO REMOVE FROM SITE */
/* line 60, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-template-name {
  background: rgba(238, 238, 238, 0.5);
  color: #ff0b49;
  font-size: 0.8em;
  padding: 0.2em;
  padding-left: 0.5em;
  width: 14em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: none;
  /*  SWITCH OFF TEMPLATE NAMES */
}

/* line 72, ../../../../../SCSS-BAF/breakpoints/_base.scss */
hr {
  /* fp general rule style */
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  margin: 0.5em 0;
}

/* line 80, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-rule {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0.5em 0;
}

/* line 85, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-rule-baf {
  border-top: 1px solid rgba(212, 212, 212, 0.6);
  margin: 0.1em 0 2em 0;
}

/* line 90, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.resources li {
  list-style-image: url("/wp-content/uploads/fp-assets/fp_point.png");
  margin-left: 1em;
}

/* AUTO RESPONSIVE IMAGES */
/* line 95, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-img {
  max-width: 100%;
}

/* line 100, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-img img {
  max-width: 75%;
  height: auto;
}

/* line 105, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-circular img {
  border-radius: 50%;
  box-shadow: 5px 5px 12px #bbbbbb;
}

/* CIRCULAR ARTIST IMAGES ON BAF */
/* line 110, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-circ20 img {
  border-radius: 50%;
  box-shadow: 5px 5px 12px #bbbbbb;
  max-width: 30%;
  float: right;
  margin: 0 0 2em 2em;
}

/* line 118, ../../../../../SCSS-BAF/breakpoints/_base.scss */
img.ri {
  width: 100%;
  top: -70px;
  position: relative;
}

/* FP ITEM FADE IN ON LOAD 2016 BAF MLM MLB MBR*/
/* line 126, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#content {
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s;
}

@keyframes fadein {
  /* line 135, ../../../../../SCSS-BAF/breakpoints/_base.scss */
  from {
    opacity: 0;
  }

  /* line 136, ../../../../../SCSS-BAF/breakpoints/_base.scss */
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  /* line 141, ../../../../../SCSS-BAF/breakpoints/_base.scss */
  from {
    opacity: 0;
  }

  /* line 142, ../../../../../SCSS-BAF/breakpoints/_base.scss */
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  /* line 147, ../../../../../SCSS-BAF/breakpoints/_base.scss */
  from {
    opacity: 0;
  }

  /* line 148, ../../../../../SCSS-BAF/breakpoints/_base.scss */
  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  /* line 153, ../../../../../SCSS-BAF/breakpoints/_base.scss */
  from {
    opacity: 0;
  }

  /* line 154, ../../../../../SCSS-BAF/breakpoints/_base.scss */
  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  /* line 159, ../../../../../SCSS-BAF/breakpoints/_base.scss */
  from {
    opacity: 0;
  }

  /* line 160, ../../../../../SCSS-BAF/breakpoints/_base.scss */
  to {
    opacity: 1;
  }
}

/* END ITEM LOAD FADE  */
/* * * * * * * * * * * * * * * * * * * * * * * *

	G A L L E R Y  &  S L I D E S H O W
	
* * * * * * * * * * * * * * * * * * * * * * * * */
/* FP Galleria gallery plugin 2016 */
/* line 172, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#galleria {
  background: rgba(0, 0, 0, 0.92);
}

/* line 175, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.galleria-container {
  background: transparent;
}

/* line 179, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.galleria-info-text,
.galleria-infolayer {
  background: rgba(0, 0, 0, 0.6);
  color: #888;
}

/* line 184, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.galleria-info-title,
.galleria-layer h1 {
  color: #ccc;
}

/* line 187, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.galleria-thumbnails .galleria-image {
  background: transparent;
  border: none;
}

/* FP END Galleria gallery plugin 2016 */
/* * * * * * * * * * * * * * * * * * * * * * * *

	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) */
/* N E W S  category stuff */
/* line 241, ../../../../../SCSS-BAF/breakpoints/_base.scss */
body.category-news section.entry-content {
  padding-bottom: 1em;
}

/* line 244, ../../../../../SCSS-BAF/breakpoints/_base.scss */
body.category-news .byline {
  display: block;
}

/* line 247, ../../../../../SCSS-BAF/breakpoints/_base.scss */
body.category-news a.excerpt-read-more {
  display: block;
}

/* line 250, ../../../../../SCSS-BAF/breakpoints/_base.scss */
body.category-news .byline .author, .by {
  display: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * *

	F I V E P I L C H A R D  S T Y L E S
	
* * * * * * * * * * * * * * * * * * * * * * * * */
/* font size */
/* line 264, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-08em {
  font-size: 0.8em;
}

/* line 265, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-09em {
  font-size: 0.9em;
}

/* line 266, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-10em {
  font-size: 1em;
}

/* line 267, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-12em {
  font-size: 1.2em;
}

/* line 268, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-15em {
  font-size: 1.5em;
}

/* line 271, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-centre {
  text-align: center;
}

/* line 274, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-middle {
  margin: 0 auto;
}

/* line 277, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-floatr {
  float: right;
}

/* line 280, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-floatl {
  float: left;
}

/* UP */
/* line 285, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#fp-up {
  width: 30px;
  margin-bottom: 1em;
  margin-right: 1em;
  float: right;
  position: fixed;
  right: 1em;
  bottom: 1em;
  opacity: 0.2;
  z-index: 999;
}

/* line 297, ../../../../../SCSS-BAF/breakpoints/_base.scss */
a:hover #fp-up {
  opacity: 1;
}

/* line 301, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-panel-404 {
  padding: 3em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 306, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-img404 {
  max-width: 15%;
}

/* line 310, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-panelsearch {
  padding: 0 1em;
  margin-bottom: 1em;
  background-color: rgba(255, 255, 255, 0.99);
}

/* GAPS USUALLY NOT NEEDED ON MOBILE REDUCED TO ZERO */
/* NEED TO PUT a - in between divs to work as a spacer */
/* line 319, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-gap005em {
  margin-bottom: 0.3em;
  font-size: 0.9em;
  color: #111;
  letter-spacing: 0;
}

/* line 326, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-gap01em {
  margin-bottom: 1em;
}

/* line 329, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-gap02em {
  margin-bottom: 2em;
}

/* line 332, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-gap03em {
  margin-bottom: 0;
  color: transparent;
}

/* line 336, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-gap04em {
  margin-bottom: 0;
}

/* line 340, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-gap06em {
  margin-bottom: 0;
  color: transparent;
}

/* UPDATES MAIN ELEMENTS TO USE SITE'S BRAND COLOUR */
/* line 346, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-sitecolourtxt {
  color: #ff0b49;
}

/* WHITE TO TRANSPARENT */
/* line 351, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-gradient {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  /* Standard syntax */
}

/* line 359, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-wide {
  width: 100%;
}

/* PANEL STYLES */
/* line 364, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-panel-00 {
  color: #fff;
  background-color: rgba(50, 57, 68, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5em 1em;
  margin-bottom: -2em;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 374, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-panel-00 img {
  width: 100%;
}

/* line 379, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-vbottom {
  vertical-align: bottom;
}

/* line 383, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-vtop {
  vertical-align: top;
}

/* PICTURE CAPTIONS, FEATURED IMAGES AND BUTTONS  */
/* line 390, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-caption {
  font-size: 0.8em;
  line-height: 1em;
  padding: 1em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 397, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-featuredimgbox {
  margin-top: 6em;
}

/* NEWS POSTS featured image size */
/* line 402, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-featuredbox {
  width: 100%;
}

/* line 407, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-featuredimg,
.fp-featuredimgpost {
  width: 100%;
  height: 100%;
}

/* Index.php page of posts Featured Image embedded */
/* line 413, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-featuredimg-thmb {
  float: left;
  width: 200px;
  height: auto;
  margin-right: 2em;
  margin-bottom: 4em;
}

/* line 421, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-featuredcaption, dl.fp-featuredimgbox dd {
  font-size: 0.91em;
  line-height: 1.1em;
  color: #555555;
  padding: 0.7em 0 1em 0;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #dddddd;
}

/* line 430, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-return {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #222222;
  font-size: 0.8em;
  border: 1px solid #ffffff;
  box-shadow: 3px 1px 6px #f5f5f5;
  padding: 0.3em 1em;
}
/* line 441, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-return:hover {
  background-color: rgba(212, 212, 212, 0.5);
  border: 1px solid #ffffff;
  color: #fff;
}
/* line 448, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-return:active {
  top: 1px;
  box-shadow: none;
}

/* FP MAIN BUTTON STYLE */
/* line 458, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-button,
a .fp-button,
a:visited .fp-button {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 3em;
  padding: 0.7em 2em;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1em;
  letter-spacing: 0.2em;
  font-weight: 500;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: none;
}
/* line 472, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-button:hover,
a .fp-button:hover,
a:visited .fp-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: 3px 3px 10px rgba(50, 57, 68, 0.2);
}

/* BAF VIDEO BUTTON STYLE */
/* line 482, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-vbutton,
a .fp-vbutton,
a:visited .fp-vbutton {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 1em;
  padding: 0.7em 2em;
  color: white !important;
  font-size: 0.9em;
  letter-spacing: 0;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
}
/* line 496, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-vbutton:hover,
a .fp-vbutton:hover,
a:visited .fp-vbutton:hover {
  background-color: rgba(254, 19, 36, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 3px 3px 10px rgba(50, 57, 68, 0.2);
  color: white;
}
/* line 502, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-vbutton:active,
a .fp-vbutton:active,
a:visited .fp-vbutton:active {
  box-shadow: none;
  top: 1px;
}

/* line 510, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-button,
a .baf-button,
a:visited .baf-button {
  display: inline-block;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  background-color: #C19D3C;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4em;
  color: white !important;
  padding: 0.6em;
  margin-top: 1em;
  box-shadow: 1px 4px 8px #ddd;
}
/* line 525, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-button:hover,
a .baf-button:hover,
a:visited .baf-button:hover {
  background-color: #d4d4d4;
  color: #C19D3C !important;
  box-shadow: none;
}
/* line 530, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-button:active,
a .baf-button:active,
a:visited .baf-button:active {
  box-shadow: none;
}

/* line 535, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.greybutton {
  background-color: #d4d4d4;
  color: #C19D3C;
}
/* line 539, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.greybutton:hover {
  background-color: #C19D3C;
  color: white;
  box-shadow: none;
}

.centered-rule {
      margin-left: auto;
      margin-right: auto;
      width: 50%; /* Adjust width as needed */
}

/*  TWITTER - FEED HOMEPAGE	 */
/* line 549, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.twttr-hp-panel {
  /* FP - Twitter embed panel pushing down */
  margin-top: 3.7em;
  width: 96%;
  background-color: #fff;
  /* Square off rounded corners */
}

/* line 555, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.twitter-timeline {
  /* FP - Twitter feed 100% wide- works-y */
  width: 100%!important;
}

/* FONT AWESOME */
/* line 562, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fa-1 {
  font-size: 1em;
}

/* line 563, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fa-15 {
  font-size: 1.5em;
}

/* line 564, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fa-2 {
  font-size: 2em;
}

/* line 565, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fa-25 {
  font-size: 2.5em;
}

/* * * *   FP OK TO HERE  * * *  */
/* * * *   TESTIMONIALS  * * *  */
/* * * * * * * * * * * * * * * * * * * * *
	
	G E N E R I C  S T Y L E S 
	GENERIC
	
* * * * * * * * * * * * * * * * * * * * */
/* edit buttons for client to edit itemes */
/* line 591, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.post-edit-link {
  background-color: #bbbbbb;
  padding: 0.2em 0.8em;
  border-radius: 8px;
  color: white !important;
  font-size: 0.85em;
  font-size: initial;
  letter-spacing: 0.04em;
}

/* line 601, ../../../../../SCSS-BAF/breakpoints/_base.scss */
a:hover.post-edit-link {
  background-color: #a12063;
}

/* * * * * * * * * * * * * * * * * * * * *

	      T H I S  S I T E  
	      BAF STYLES
	
* * * * * * * * * * * * * * * * * * * * */
/* line 619, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.home h2 {
  text-align: center;
  /* font-size:1.4em; */
}

/* line 624, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.home p {
  font-size: 11pt;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  color: #222222;
  /* text-align:center; */
}

/* line 632, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.home .header p {
  font-size: 0.9em;
}

/* line 637, ../../../../../SCSS-BAF/breakpoints/_base.scss */
p.baf-header {
  font-size: 0.9em;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: left;
  color: #d4d4d4;
  margin-top: -0.5em;
}
/* line 645, ../../../../../SCSS-BAF/breakpoints/_base.scss */
p.baf-header a {
  color: #cbcbcb;
  /* on hover */
}
/* line 649, ../../../../../SCSS-BAF/breakpoints/_base.scss */
p.baf-header a:hover, p.baf-header a:focus {
  color: #C19D3C;
  text-decoration: none!important;
}

/* line 656, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-vrule {
  border-left: 1px solid #d4d4d4;
}

/* BAF SPONSOR IMAGE HP */
/* line 660, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-sponimg {
  width: 100%;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}

/* line 666, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-pink {
  color: #C19D3C;
}

/* Artist widget panels list d draft - right p published - left  */
/* line 672, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#baf-artist-d ul li,
#baf-artist-p ul li {
  font-size: 0.8em;
  line-height: 1.45em;
}

/* line 680, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#baf-artist-d ul li a:hover,
#baf-artist-d ul li a:active,
#baf-artist-p ul li a:hover,
#baf-artist-p ul li a:active {
  color: #000000;
}

/* line 684, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-txt {
  color: #aaa;
  padding-right: 1em;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* BAF homepage HP Styles */
/* line 693, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-hpanel02 {
  width: 100%;
  border: 1px solid #d4d4d4;
  text-align: center;
  font-size: 1.6em;
  line-height: 6em;
  /* make line height the same as height to align vertically */
  color: #888888;
  padding: 0.4em;
  margin-top: 1em;
  min-height: 6em;
}

/* line 705, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-hpanel02 img {
  width: 100%;
}

/* BAF HP vertically aligning span Styles */
/* line 710, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-alignmiddle {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

/* line 716, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-hpanel03 {
  width: 100%;
  background-color: #655614;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #ffffff;
  padding: 0.6em;
  margin-top: 1em;
  box-shadow: 1px 4px 8px #ddd;
}

/* line 727, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-hpanel04 {
  width: 100%;
  background-color: #d4d4d4;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #655614;
  padding: 0.6em;
  margin-top: 1em;
  box-shadow: 1px 4px 8px #ddd;
}

/* line 739, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-hpcirc {
  /* max-width:40%; */
  border-radius: 50%;
  box-shadow: 1px 4px 8px #ddd;
  float: left;
  margin: 0 1em 1em 0;
}

/* Testimaonials */
/* line 749, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-quote {
  font-size: 2em;
  color: #d4d4d4;
}

/* line 754, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-testname {
  font-size: initial;
  color: #888888;
  font-weight: 600;
}

/* line 760, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-hpanel05 {
  width: 100%;
  background-color: rgba(212, 212, 212, 0.6);
  background-color: #fff;
  text-align: center;
  /* vertical-align:middle; */
  /* font-size:1.2em; */
  line-height: 20em;
  /* make line height the same as height to align vertically */
  color: #888888;
  padding: 1em;
  min-height: 20em;
  margin-top: 0;
}

/* line 774, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-hpanel06 {
  width: 100%;
  background-color: black;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #655614;
  padding: 1em;
  min-height: 5em;
}

/* BAF HP VIDEO CSS FOR RESPONSIVE */
/* line 786, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-hpvideowrap {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 792, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-hpvideo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 30px;
  height: 0;
}

/* line 798, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-hpvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 806, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-hpanel07 {
  width: 100%;
  background-color: rgba(212, 212, 212, 0.3);
  text-align: center;
  font-size: 1.4em;
  line-height: 1.4em;
  color: #222222;
  padding: 1em;
  min-height: 5em;
}

/* BAF NEWSLETTER */
/* line 818, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.container .row #mc_embed_signup .mc-field-group .asterisk {
  position: relative;
  left: 0px;
  top: 0px;
}

/* * * * * * * * * * * * * * * * * * * * *
	L A Y O U T  &  G R I D 
* * * * * * * * * * * * * * * * * * * * */
/* .wrap {
	width: 98%;
	margin: 0 auto;
} */
/* * * * * * * * * * * * * * * * * * * * *
	L I N K S
* * * * * * * * * * * * * * * * * * * * */
/* line 843, ../../../../../SCSS-BAF/breakpoints/_base.scss */
a, a:visited {
  color: #655614;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 850, ../../../../../SCSS-BAF/breakpoints/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #C19D3C;
  text-decoration: none!important;
}
/* line 861, ../../../../../SCSS-BAF/breakpoints/_base.scss */
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);
}

/* IMAGES AND LINKS  general image link behaviour */
/* line 873, ../../../../../SCSS-BAF/breakpoints/_base.scss */
a img, a:visited img {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-width: 100%;
}

/* line 879, ../../../../../SCSS-BAF/breakpoints/_base.scss */
a:hover img, a:active img {
  opacity: 0.8;
}

/*BAF HOMEPAGE TEXT FEATURED ARTISTS PANEL */
/* line 887, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#custom_post_widget-8 a, #custom_post_widget-8 a:visited,
#custom_post_widget-9 a,
#custom_post_widget-9 a:visited,
#custom_post_widget-10 a,
#custom_post_widget-10 a:visited {
  color: #222222;
}
/* line 890, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#custom_post_widget-8 a:hover,
#custom_post_widget-9 a:hover,
#custom_post_widget-10 a:hover {
  color: #655614;
}

/* * * * * * * * * * * * * * * * * * * * *
	H1, H2, H3, H4, H5 STYLES
* * * * * * * * * * * * * * * * * * * * */
/* line 899, ../../../../../SCSS-BAF/breakpoints/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 1.5em;
  /* removing text decoration from all headline links */
}
/* line 907, ../../../../../SCSS-BAF/breakpoints/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 912, ../../../../../SCSS-BAF/breakpoints/_base.scss */
h1, .h1 {
  font-size: 2.8em;
  line-height: 1.4em;
  font-weight: 300;
  font-style: normal;
  color: #888888;
}

/* line 921, ../../../../../SCSS-BAF/breakpoints/_base.scss */
h2, .h2 {
  color: #C19D3C;
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  font-weight: 400;
  letter-spacing: 0;
}

/* line 931, ../../../../../SCSS-BAF/breakpoints/_base.scss */
h3, .h3 {
  font-size: 1.55em;
  line-height: 1.3em;
  font-weight: 400;
  /* margin-bottom:0.3em; */
  color: #888888;
  letter-spacing: 0.01em;
}

/* line 941, ../../../../../SCSS-BAF/breakpoints/_base.scss */
h4, .h4 {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 400;
  color: #888888;
  letter-spacing: 0.01em;
}

/* line 949, ../../../../../SCSS-BAF/breakpoints/_base.scss */
h5, .h5 {
  font-size: 0.9em;
  line-height: 1em;
  color: #888888;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* * * * * * * * * * * * * * * * * * * * *
	H E A D E R 
* * * * * * * * * * * * * * * * * * * * */
/* line 965, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#inner-header {
  background-color: white;
}

/* line 968, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.header {
  background-color: transparent;
}

/* LOGO ADJUSTENTS  */
/* line 973, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#logo {
  margin: 0.3em 0;
}
/* line 975, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#logo a {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/* line 982, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.home #logo {
  /* IF DIFFERENT LOGO STYLE FOR HOME PAGE */
}

/* line 985, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-logo {
  /* float:left; */
}

/* line 988, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-logo {
  /* max-width: 100%;  */
  display: none;
}

/* line 993, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-logomobile {
  max-width: 100%;
  display: inline;
}

/* END LOGO */
/* Header address style */
/* line 1001, ../../../../../SCSS-BAF/breakpoints/_base.scss */
p.address {
  font-size: 0.8em;
  color: #222222;
  text-align: right;
}

/* * * * * * * * * * * * * * * * * * * * *
	S O C I A L  I M G  H E A D E R
	
* * * * * * * * * * * * * * * * * * * * */
/* line 1016, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-socialicons {
  display: inline;
}

/* line 1019, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-twitter a {
  width: 40px;
  height: 40px;
  margin-right: 0.4em;
  display: inline-block;
  background-image: url("/wp-content/uploads/fp_social_twitter.png");
  background-size: 100% 100%;
}

/* line 1027, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-twitter a:hover {
  background-image: url("/wp-content/uploads/fp_social_twitter_a.png");
}

/* line 1030, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-facebook a {
  width: 40px;
  height: 40px;
  margin-right: 0.4em;
  display: inline-block;
  background-image: url("/wp-content/uploads/fp_social_facebook.png");
  background-size: 100% 100%;
}

/* line 1038, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-facebook a:hover {
  background-image: url("/wp-content/uploads/fp_social_facebook_a.png");
}

/* line 1041, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-google a {
  width: 40px;
  height: 40px;
  margin-right: 0.4em;
  display: inline-block;
  background-image: url("/wp-content/uploads/fp_social_google.png");
  background-size: 100% 100%;
}

/* line 1049, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-google a:hover {
  background-image: url("/wp-content/uploads/fp_social_google_a.png");
}

/* line 1052, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-youtube a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url("/wp-content/uploads/fp_social_youtube.png");
  background-size: 100% 100%;
}

/* line 1059, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-youtube a:hover {
  background-image: url("/wp-content/uploads/fp_social_youtube_a.png");
}

/* * * * * * * * * * * * * * * * * * * * *
	S E A R C H
* * * * * * * * * * * * * * * * * * * * */
/* line 1070, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-search {
  display: inline;
  float: right;
  position: relative;
  z-index: 99;
  /* margin-right: -20px; */
}

/* line 1078, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.screen-reader-text {
  display: none;
}

/* line 1082, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.header .widget {
  /* alignment in header */
  padding: 0;
  margin: 0;
}

/* line 1087, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.search-highlight {
  padding: 0.1em 0.2em;
  background-color: rgba(50, 57, 68, 0.3);
  border-radius: 3px;
}

/* * * * * * * * * * * * * * * * * * * * *
	N A V I G A T I O N 
	
* * * * * * * * * * * * * * * * * * * * 
	Navigation */
/*
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.
*/
/* ********************************** */
/* line 1110, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-nav {
  /* MAIN FP NAV STYLING */
  background-color: rgba(212, 212, 212, 0.4);
  /* box-shadow: 3px 3px 8px rgba($black,0.3); */
  height: 40px;
}

/* FP WPR SIDR MENU Plugin Styles 2015 */
/* line 1119, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#wprmenu_bar {
  background: rgba(212, 212, 212, 0.8) !important;
  /* box-shadow: 0px 3px 8px rgba($fpgrey,0.1); */
  -webkit-transform: translateZ(0);
}

/* line 1125, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#fp-wprshadow {
  /* this id added to header template - Radial shadow under menu, made fixed so it stays put */
  display: inline;
  display: none;
  position: fixed;
  width: 100%;
  height: 6px;
  margin: 0 auto;
  background: -webkit-radial-gradient(50% 0%, 50% 6px, rgba(50, 57, 68, 0.2), rgba(255, 11, 73, 0));
}

/* line 1135, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#wprmenu_menu {
  -webkit-transform: translateZ(0);
}

/* line 1141, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#wprmenu_menu .wprmenu_icon_par {
  color: white !important;
  /* SITE COLOUR */
}

/* line 1144, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#wprmenu_menu.sidr {
  background: transparent!important;
}

/* line 1148, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#wprmenu_menu ul li a,
#wprmenu_menu ul li a:hover {
  /* font-size:1em; */
  letter-spacing: 0.1em;
  margin-left: 1em;
}

/* line 1153, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#wprmenu_menu ul li a:hover {
  background-color: #a12063;
  /* SITE COLOUR */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 1157, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#wprmenu_menu ul.sub-menu li a {
  /* submenu */
  font-size: 0.9em;
  letter-spacing: 0.15em;
}

/* line 1161, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#wprmenu_menu.wprmenu_levels ul li a:hover {
  color: white;
}

/* #wprmenu_menu.wprmenu_levels > ul {
	border-top:none!important;
	border-bottom:none!important;
	} */
/* line 1172, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#wprmenu_bar * {
  border-radius: 2px;
}

/* line 1175, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#wprmenu_bar .wprmenu_icon {
  /* width:0; */
  float: none;
  margin: 0 auto;
}

/* line 1180, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
  border-left: none!important;
}

/* OVERLAY MENU 2016 */
/* #wprmenu_menu_ul > ul #wprmenu_menu.wprmenu_levels > ul 	{ 
	background-color:rgba($baf-grey,0.5);
	} */
/* line 1192, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#wprmenu_bar,
#wprmenu_bar *,
#wprmenu_menu,
#wprmenu_menu * {
  line-height: 1.2em;
/*  background-color: rgba(212, 212, 212, 0.9); */
}

/* line 1197, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#wprmenu_menu .wpr_search {
  padding: 20px!important;
}

/* line 1200, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.wpr_search .wpr-search-field {
  background-color: white !important;
  height: 2em;
}

/* #wprmenu_menu.wprmenu_levels > ul		{ 
	background-color:rgba($baf-grey,0.9);
	} */
/* line 1209, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#wprmenu_menu ul li.current_page_item a {
  /* current page highlight  */
  background-color: #C19D3C;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: white !important;
}

/* line 1214, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#wprmenu_menu.wprmenu_levels ul li a {
  /* v space out menu */
  margin-bottom: 0;
  margin-left: 0;
  color: #222222;
}

/* line 1219, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#wprmenu_menu.wprmenu_levels ul {
  margin-top: 0.3em;
  background-color: rgba(212, 212, 212, 0.9);
}

/* END WPR MENU MOBILE NAVIGATION */
/* MEGA MENU - HIDE the MEGA MENU for mobile  */
/* line 1229, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#mega-menu-wrap-main-nav {
  display: none;
}

/*  FP sidebar widget highligh current page and title */
/* line 1237, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.current-page-parent a, .current-page-parent a:visited {
  /* font-weight:bold; */
  color: white;
  /* border-bottom:1px solid rgba($white,0.3); */
  /* line-height:2.4em; */
}
/* line 1243, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.current-page-parent a:hover {
  color: rgba(255, 255, 255, 0.6);
}

/* line 1248, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.current_page_item a, .current_page_item a:visited {
  color: white;
}
/* line 1251, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.current_page_item a:hover {
  color: rgba(255, 255, 255, 0.6);
}

/* TEMPORARILY MOVED .NAV STYLES - NOT NEEDED  */
/* * * * * * * * * * * * * * * * * * * * *
	P O S T S  &  C O N T E N T S 
	
* * * * * * * * * * * * * * * * * * * */
/* line 1267, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#content {
  margin-top: 1.5em;
  min-height: 400px;
}

/* line 1272, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.home #content {
  margin-top: 0;
}

/* line 1277, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.hentry {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 3px;
  /* margin-bottom: 1.5em; */
  border: 1px solid rgba(255, 255, 255, 0);
  /* border-bottom: 1px solid #eee;
  margin-bottom: 1.5em; */
}
/* line 1285, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.hentry header {
  /* border-bottom: 1px solid $light-gray; 
  padding:0 1.5em; */
  display: inline;
  /* bit on top of content area */
}
/* line 1293, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.hentry footer {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
  /* display:none;   bit on bottom of content area */
}
/* line 1298, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.hentry footer p {
  margin: 0;
}

/* end .hentry */
/* line 1306, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.post.hentry header {
  display: block;
  margin-bottom: 1em;
}

/* making heading show up on posts (news) */
/* line 1307, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.post.hentry header .entry-title {
  /* Post headlines on page */
  line-height: 1.3em;
  color: #323944;
}

/* line 1314, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* line 1320, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.page-title {
  display: block;
  color: #323944;
  line-height: 1.2em;
  padding-bottom: 0.5em;
}

/* line 1327, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.home .page-title {
  display: none;
}

/* title on home page */
/* line 1329, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-title {
  display: inline;
  color: #C19D3C;
}

/* line 1331, ../../../../../SCSS-BAF/breakpoints/_base.scss */
h1 .entry-title .single-title {
  display: block;
}

/* line 1333, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-title-hp {
  font-size: 1.7em;
  text-align: center;
  margin-bottom: 2em;
}

/* * * * * * * * * * * * * * * * * * * * *

	S E A R C H  R E S U L T S  P A G E 
	
* * * * * * * * * * * * * * * * * * * */
/* line 1346, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.archive-title {
  display: inline;
  line-height: 1.4em;
  font-weight: 300;
}

/* line 1352, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.at-grey {
  color: #aaa;
  font-weight: 600;
}

/* line 1357, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#searchform2 input[type="search"] {
  font-size: 0.6em;
  padding: 0.3em;
  border: 1px solid #323944;
}

/* line 1363, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#searchform2 button {
  font-size: 0.65em;
  padding: 0.3em 0.5em;
  margin-left: 0;
  top: 2px;
}

/* line 1370, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#searchform2 {
  margin-bottom: 2em;
}

/* END SEARCH RESULTS PAGE */
/* want to style individual post classes?  */
/* 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 */
/* line 1390, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.byline {
  color: #9fa6b4;
  font-style: normal;
  margin: 0;
  display: none;
  /* displayed at top of each page */
}

/* * * * * * * * * * * * * * * * * * * * *
	E N T R Y   C O N T E N T  
	
* * * * * * * * * * * * * * * * * * * */
/* line 1404, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.home .entry-content {
  top: 0;
  position: relative;
}

/* Main p tag for content */
/* line 1410, ../../../../../SCSS-BAF/breakpoints/_base.scss */
p {
  margin: 0 0 1.5em;
  font-size: 0.95em;
  /* larger mobile */
  line-height: 1.66em;
  letter-spacing: 0;
}

/* line 1417, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content {
  padding: 0;
  /*
  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.
  */
}
/* line 1420, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content p {
  /* margin: 0 0 1.5em;
  font-size: 0.95em;
  line-height: 1.66em;
  letter-spacing:0; */
}
/* line 1427, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content .fp-intro {
  font-size: 1.2em;
  font-weight: 300;
}
/* line 1444, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content ul li {
  /* style the content LI's in a ul on the page */
  line-height: 1.8em;
  list-style-image: url("/wp-content/uploads/fp-assets/fp_point.png");
  margin-left: 1em;
  font-size: 0.9em;
}
/* line 1459, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content table {
  width: 100%;
  border: none;
  margin-bottom: 1.5em;
  font-size: 0.9em;
}
/* line 1465, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 1473, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content table p {
  font-size: 0.9em;
}
/* line 1477, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content table li {
  list-style-image: none;
}
/* line 1481, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content tr {
  border-bottom: none;
  border-bottom: 1px solid #f2f2f2;
}
/* line 1485, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content tr:nth-child(even) {
  /* background-color: #f6f6f6; */
}
/* line 1490, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content td {
  padding: 7px;
  /* border-right: 1px solid #f6f6f6; */
}
/* line 1494, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content td:last-child {
  border-right: 0;
}
/* line 1499, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
/* line 1504, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content th:last-child {
  border-right: 0;
}
/* line 1509, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #323944;
  font-style: italic;
  color: #9fa6b4;
}
/* line 1520, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content .tablepress tfoot th, .entry-content .tablepress thead th {
  background-color: rgba(50, 57, 68, 0.3);
}
/* line 1528, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content dd {
  margin-left: 1.5em;
  margin-top: 0.8em;
}
/* line 1536, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content img {
  margin: 0 0 0 0;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 1543, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content img#ToggleImg {
  margin: 0 0.5em 0 0;
  max-width: 100%;
  height: auto;
}
/* line 1551, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content .fp-imgpadleft {
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
/* line 1556, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content .fp-imgpadright {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
/* line 1567, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content .alignleft, .entry-content img.alignleft {
  float: left;
  margin: 0.6em 0.6em 0.6em 0;
}
/* line 1568, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content .alignright, .entry-content img.alignright {
  float: righ;
  margin: 0.6em 0 0.6em 0.6em;
}
/* line 1575, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.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;
}
/* line 1581, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.entry-content pre {
  background: #323944;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
/* line 1592, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.wp-caption {
  max-width: 100%;
  background: none;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 1598, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 1604, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* line 1619, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.gallery dl img {
  max-width: 100%;
  height: auto;
}

/* end .gallery */
/* gallery caption styles */
/* line 1641, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.tags {
  margin: 0;
}

/* FP WP DEFAULT GALLERY STYLES - not included in WP for some reason	*/
/* line 1646, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.gallery {
  margin: 0 auto 1em;
}

/* line 1649, ../../../../../SCSS-BAF/breakpoints/_base.scss */
archive .gallery-item {
  min-height: 0;
}

/* line 1652, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  margin-bottom: 1em;
  text-align: left;
  width: 33%;
  border-bottom: 1px solid #ccc;
}

/* line 1668, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
  width: 100%;
  margin-right: 0.6em;
}

/* line 1669, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.gallery img {
  /* box-shadow: 0px 0px 4px #999;
  border: 1px solid white;
  padding: 8px;
  background: #f2f2f2; */
}

/* line 1675, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.gallery img:hover {
  background: white;
}

/* line 1678, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

/* line 1682, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

/* line 1687, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.gallery .gallery-caption,
.gallery .gallery-caption-name {
  color: #888;
  font-size: 0.9em;
  margin: 1em 0 1em;
}

/* line 1692, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.gallery dl, .gallery dt {
  font-size: 0.84em;
  line-height: 1.4em;
}

/* line 1696, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.gallery-caption {
  width: 100%;
  height: 3em;
  overflow: hidden;
}

/* line 1702, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.gallery-caption-name {
  width: 100%;
  height: 3em;
  overflow: hidden;
}

/* line 1708, ../../../../../SCSS-BAF/breakpoints/_base.scss */
dt.gallery-icon {
  border-bottom: 0;
  margin: 0.5em 0.5em 0.6em 0;
}

/* line 1714, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.gallery br + br {
  display: none;
}

/* line 1716, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.gallery-description {
  display: none;
}

/* line 1719, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.pswp__caption__center .gallery-description,
.pswp * {
  font-size: initial;
  font-size: 11pt;
  display: block;
  color: #d4d4d4 !important;
}

/* END GALLERY */
/* line 1729, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.toggle-parent {
  font-size: 24px;
  line-height: 3em;
  padding: 0.1em 0.5em;
  border-top: 1px solid #eee;
}

/* * * * * * * * * * * * * * * * * * * * *
	T R I B E  E V E N T S  W I D G E T
	
* * * * * * * * * * * * * * * * * * * */
/* line 1743, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.tribe-bar-date-filter {
  display: none;
}

/* line 1745, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#tribe-events-list-widget-2 .widgettitle {
  background-color: #444;
  color: #fff;
  font-weight: 600;
}

/* line 1751, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#tribe-events-pg-template {
  margin-top: 1em;
}

/* line 1755, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.tribe-events-notices {
  background-color: rgba(50, 57, 68, 0.2);
  color: #ff0b49;
  border: 0;
}

/* line 1761, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.tribe-events-event-image {
  width: 70px;
  float: left;
  margin: 0 1em 0.5em 0;
  border-radius: 50%;
}

/* line 1768, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.tribe-events-list-widget-events .entry-title a {
  font-weight: 400;
}

/* line 1772, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.tribe-events-list-widget-events .duration {
  font-size: 0.9em;
  font-weight: 400;
}

/* line 1777, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.events-single .tribe-events-event-image {
  display: none;
}

/* line 1780, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.tribe-events-list-widget ol li {
  margin-bottom: 4px;
  background-color: #323944;
  padding: 1em;
  border-radius: 4px;
}

/* FIVEPILCHARD ULTIMATE POST WIDGET UPW */
/* BAF */
/* STYLING UPW ultimate post widget */
/* line 1793, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.upw-posts h4 {
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 0;
  border: 0;
}

/* line 1800, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.upw-posts article {
  margin: 0;
  border: 0;
  padding-bottom: 0.3em;
}
/* line 1804, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.upw-posts article a, .upw-posts article a:visited {
  color: #C19D3C;
}
/* line 1807, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.upw-posts article a:hover {
  color: #888888;
}
/* line 1810, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.upw-posts article a:active {
  background-color: #3d4553;
  color: #888888;
  font-size: 1.2em;
}

/* line 1817, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.upw-posts .entry-meta {
  font-size: 0.80em;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 0.02em;
}

/* line 1824, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.upw-posts .entry-title a {
  font-weight: 400;
}

/* line 1828, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.upw-posts .attachment-thumbnail {
  border-radius: 50%;
  float: left;
  width: 100px;
  margin: 0 1em 0.5em 0;
}

/* NEWS POSTS  3 sub nav menu fp-bone */
/* line 1837, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#sticky-posts-X .post.hentry header {
  margin: 0;
  padding: 0;
  margin-bottom: 0.8em!important;
}

/* line 1843, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#sticky-posts-X .entry-title {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

/* line 1849, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#sticky-posts-X .upw-posts article {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

/* LATEEST NEWS fp-bone Sticky 3 */
/* line 1858, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#sticky-posts-X .upw-posts.hfeed .post {
  width: 100%;
  float: none;
}

/* line 1863, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#sticky-posts-X .upw-posts article {
  /* background-color: #fff; */
  border-bottom: none;
  margin: 0 1.66%;
}

/* #sticky-posts-X .upw-posts article:first-child	{
	margin-right: 5%;
	}
	
#sticky-posts-X .upw-posts article:nth-child(2)	{
	margin-right: 5%;
	} */
/* line 1877, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#sticky-posts-X .fp-featurebox img {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}

/* line 1883, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#sticky-posts-X p {
  color: #000;
}

/* line 1886, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#sticky-posts-X header h4.entry-title a {
  font-size: 0.85em;
  line-height: 1em;
}

/* line 1891, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#sticky-posts-X .bgImage {
  height: 180px;
  margin: 0.3em 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Resource panel 11 COMPOSITE PAGE SSA */
/* line 1900, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#sticky-posts-X .entry-content li {
  margin: 0 1em 2em 0;
  text-align: left;
  font-size: 1em;
  line-height: 1.4em;
  background-color: rgba(221, 221, 221, 0.1);
  padding: 1em;
}

/* line 1909, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#sticky-posts-X.widget {
  margin-top: -1.5em;
  margin-bottom: -0.5em;
}

/* line 1913, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#sticky-posts-X.widget {
  margin: 0;
}

/* line 1917, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#sticky-posts-X .upw-posts article {
  margin-bottom: -25px;
}

/* line 1921, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#sticky-posts-X.widget img {
  border-radius: 4px;
}

/* line 1925, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#sticky-posts-X .widgettitle {
  font-weight: 600;
  	/* margin-left: -15px;
      margin-right: -15px; */
}

/* line 1931, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#sticky-posts-X .widgettitle {
  background-color: #444;
}

/* * * * * * * * * * * * * * * * * * * * * * * *

	P A G I N A T I O N
	
* * * * * * * * * * * * * * * * * * * * * * * * */
/* line 1944, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

/* line 1947, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.pagination {
  text-align: center;
}
/* line 1950, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.pagination ul {
  display: inline-block;
  background-color: white;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
/* line 1959, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
/* line 1968, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.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: #323944;
}
/* line 1980, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #323944;
  color: white;
}
/* line 1986, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.pagination .current {
  cursor: default;
  color: #222222;
}
/* line 1990, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.pagination .current:hover, .pagination .current:focus {
  background-color: white;
  color: #222222;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 2003, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 2007, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/* * * * * * * * * * * * * * * * * * * * * * * *

	C O M M E N T S
	
* * * * * * * * * * * * * * * * * * * * * * * * */
/* h3 comment title */
/* line 2022, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */
}

/* line 2042, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.commentlist {
  margin: 0;
  list-style-type: none;
}

/* line 2047, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
/* line 2054, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment .comment-author {
  padding: 7px;
  border: 0;
}
/* line 2060, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment .vcard {
  margin-left: 50px;
}
/* line 2063, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 2071, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
/* line 2076, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
/* line 2080, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment .vcard time a:hover {
  text-decoration: underline;
}
/* line 2090, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
/* line 2098, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment:last-child {
  margin-bottom: 0;
}
/* line 2102, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 2120, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment[class*=depth-] {
  margin-top: 1.1em;
}
/* line 2124, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 2129, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
/* line 2142, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment.odd {
  background-color: white;
}
/* line 2145, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment.even {
  background: #f8f9fa;
}

/* comment meta */
/* comment content */
/* line 2179, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
/* line 2188, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
}

/* end .commentlist .comment-reply-link */
/* edit comment link */
/* line 2200, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/* * * * * * * * * * * * * * * * * * * * * * * *

	BAF APPLICATION FORM
	
* * * * * * * * * * * * * * * * * * * * * * * * */
.mw-form-container {
  background: rgba(248, 249, 250, 1); /* Subtle light gray background */
  padding: 20px; /* Add spacing inside the container */
  border-radius: 8px; /* Rounded corners for a softer look */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
/*  max-width: 400px; /* Optional: Limit the width */
  margin: 20px auto; /* Center the container */
}
.mw-form-container ul li {
    line-height: 2.8em;
}


/* line 2214, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-usp-description {
  font-size: 12px;
  font-size: 1.1rem;
  line-height: 1.4em;
  padding: 1em;
  color: #C19D3C;
  font-weight: 600;
}

/* line 2223, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-usp-note {
  font-size: 0.85em;
  line-height: 1.4em;
  padding: 1em 1.5em 1.5em 1.5em;
  color: #666;
  background-color: rgba(212, 212, 212, 0.3);
  margin-bottom: 2em;
  border-radius: 4px;
}

/* line 2233, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-usp-note ul li {
  font-size: 0.9rem;
}

/* line 2237, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-usp-page {
  padding: 0;
  border: 0;
  box-shadow: none;
}

/* line 2243, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.baf-info {
  text-align: left;
  font-size: 1em;
  line-height: 1.4em;
  background-color: rgba(50, 57, 68, 0.01);
  /* padding:1em 1em 1em 1.5em; */
  font-weight: 400;
  padding: 0.6em;
  border: 1px solid #f6f6f6;
  /* margin-top:2em; */
}

/* line 2255, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.tt-widget-inline {
  text-align: left!important;
}

/* line 2262, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.app_stand_container p,
.baf-subhead {
  color: #C19D3C;
  font-weight: 600;
  padding: 1em;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.2em;
}

/* line 2273, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.app_stand_container2 {
  color: #C19D3C;
  font-weight: 600;
  padding: 1em;
  border-bottom: none;
  text-transform: uppercase;
  width: 100%;
  font-size: 13px;
}

/* line 2283, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#usp-form-errors {
  background-color: #C19D3C;
  padding: 1em 2em;
  border-radius: 4px;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 2em;
}

/* line 2295, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.usp-label,
.usp-form .usp-input,
.usp-select,
.usp-textarea {
  font-size: 12px;
  font-size: 0.9rem!important;
  font-size: initial!important;
  margin: 0!important;
  line-height: 1.4em!important;
  font-weight: 600;
  padding: 0!important;
  padding-left: 1em!important;
  max-width: 100%!important;
  width: 98%!important;
}

/* line 2307, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.usp-form .usp-input {
  /* box-shadow: 3px 3px 8px #f8f8f8; */
  color: #222222;
  padding-left: 1em;
  font-weight: 400;
}

/* line 2314, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.usp-form .usp-input label {
  font-size: 0.8em;
}

/* line 2319, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.usp-label,
.usp-textarea {
  color: #C19D3C;
}

/* line 2323, ../../../../../SCSS-BAF/breakpoints/_base.scss */
select.usp-input {
  height: 3em;
  border: 1px solid #ccc;
  box-shadow: 5px 5px 12px #f8f8f8;
}

/* line 2329, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.usp-form .usp-input input[type="text"] {
  height: 4em;
}

/* line 2333, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.usp-fieldset label {
  line-height: 1.7em;
  font-size: 1.1em!important;
  /* margin-bottom: -30px!important; */
}

/* line 2339, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.usp-form .usp-terms.usp-input {
  display: inline;
  width: auto!important;
}

/* line 2345, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.usp-terms-text {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  padding: 1em;
  border: 1px solid #C19D3C;
  margin: 2em 2em 0 0;
}

/* highlighting required field in BAF form */
/* line 2356, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.usp-error-field,
.usp-error-field.usp-input {
  background-color: rgba(254, 19, 36, 0.05);
  border: 1px solid #C19D3C;
}

/* E N D F O R M */
/* * * * * * * * * * * * * * * * * * * * * * * *

	C O N T A C T  F O R M
	
* * * * * * * * * * * * * * * * * * * * * * * * */
/* CONTACT FORM STYLE */
/* line 2374, ../../../../../SCSS-BAF/breakpoints/_base.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
  background-color: rgba(212, 212, 212, 0);
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 0em;
  color: #222222;
  height: 30px;
  width: 100%;
  font-size: 100%;
  font-size: 1em;
  padding: 0.6em 1em;
}

/* line 2388, ../../../../../SCSS-BAF/breakpoints/_base.scss */
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
  background-color: white !important;
  border: 1px solid rgba(254, 19, 36, 0.8);
  color: #C19D3C;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/* line 2400, ../../../../../SCSS-BAF/breakpoints/_base.scss */
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline;
  position: relative;
  top: 5px;
  color: white;
  font-size: 14px;
  letter-spacing: 0.03em;
  background-color: #C19D3C;
  /* border:1px solid rgba($white,0.9);	*/
  border: none;
  border-radius: 2px;
  padding: 0.4em 1em;
  /* box-shadow: 2px 2px 6px rgba($fpgrey,0.2); */
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
/* line 2416, ../../../../../SCSS-BAF/breakpoints/_base.scss */
html input[type="button"]:hover, html input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #323944;
}
/* line 2420, ../../../../../SCSS-BAF/breakpoints/_base.scss */
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #3d4553;
}

/* END */
/* line 2425, ../../../../../SCSS-BAF/breakpoints/_base.scss */
button {
  display: inline;
  position: relative;
  top: 5px;
  color: white;
  font-size: 14px;
  letter-spacing: 0.03em;
  background-color: #C19D3C;
  /* border:1px solid rgba($white,0.9);	*/
  border: none;
  border-radius: 2px;
  padding: 0.1em 0.6em;
  /* PADDING IS DIFFERENT FOR SEARCH BUTTON */
  /* box-shadow: 2px 2px 6px rgba($fpgrey,0.2); */
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
/* line 2441, ../../../../../SCSS-BAF/breakpoints/_base.scss */
button:hover, button:focus {
  background-color: #d4d4d4;
  color: #888888;
}
/* line 2446, ../../../../../SCSS-BAF/breakpoints/_base.scss */
button:active {
  background-color: #e1e1e1;
}

/* END */
/* line 2452, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#mc_embed_signup .button {
  background-color: #C19D3C !important;
}
/* line 2456, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#mc_embed_signup .button:hover, #mc_embed_signup .button:focus {
  background-color: #d4d4d4 !important;
  color: #888888;
}

/* FP PASSWORD PROTECTED FORM */
/* line 2465, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#smartPWLogin input[type="submit"] {
  top: -20px;
  padding: 0.7em;
  width: 6em;
}

/* FP form styles CONTACT 7 */
/* line 2472, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.wpcf7 p {
  font-size: 0.9em;
  color: #C19D3C;
}

/* line 2475, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.cf7title {
  font-size: 0.9em;
  color: #C19D3C;
}

/* line 2478, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.cf7req {
  font-size: 1.2em;
  color: #C19D3C;
}

/* line 2481, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.cf7req2 {
  font-size: 1em;
  color: #C19D3C;
}

/* line 2485, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.wpcf7 input[type="submit"] {
  font-size: 1.3em;
}

/* line 2489, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
  height: 2.5em;
}

/* CONTACT FORM END */
/* line 2495, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}

/* line 2501, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#reply-title {
  margin: 0;
}

/* line 2505, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
/* line 2510, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.logged-in-as a {
  color: #222222;
}

/* line 2515, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

/* line 2519, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em;
}

/* comment submit button BAD PUBLISH */
/* line 2526, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#submit {
  /* @extend .blue-btn; */
  float: right;
  /* font-size: 1em; */
}

/* comment form title */
/* line 2533, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 2546, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 2551, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/* * * * * * * * * * * * * * * * * * * * * * * *

	S I D E B A R  &  A S I D E
	
* * * * * * * * * * * * * * * * * * * * * * * * */
/***  CSS DEFAULT STYLING FROM EXTENDED WIDGET - delete inside RPWE widget turn off styling ** */
/* line 2564, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-block ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/* line 2570, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-block li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style-type: none;
}

/* line 2576, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-block a {
  display: inline;
  text-decoration: none;
}

/* line 2581, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-block h3 {
  background: none;
  clear: none;
  margin-bottom: 0.5em;
  margin-top: 0;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.3em;
}

/* line 2591, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-thumb {
  box-shadow: none;
  margin: 2px 10px 2px 0;
  align: left;
}

/* line 2597, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-summary {
  font-size: 0.85em;
}

/* line 2601, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-time {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7em;
}

/* line 2606, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}

/* line 2612, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-alignright {
  display: inline;
  float: right;
}

/* line 2617, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 2624, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-clearfix:before,
.rpwe-clearfix:after {
  content: "";
  display: table !important;
}

/* line 2629, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-clearfix:after {
  clear: both;
}

/* line 2633, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-clearfix {
  zoom: 1;
}

/* E N D EXTENDED NEWS WIDGET */
/* * * * * * * * * * * * * * * * * * * * * * * *

	F P W I D G E T - fp news hp
	
* * * * * * * * * * * * * * * * * * * * * * * * */
/* line 2646, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-img img {
  margin: 0 0.5em 0.5em 0;
  border-radius: 50%;
}

/* line 2652, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#rpwe_widget-4 .rpwe-img img {
  margin: 0 1em 1em 0;
  border-radius: 0;
  height: 120px;
  max-width: 100%;
}
/* line 2659, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#rpwe_widget-4 .rpwe-summary {
  font-weight: 600;
}

/* line 2664, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-aligncenter {
  display: block;
  margin-left: auto!important;
  margin-right: auto!important;
}

/* line 2671, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-li {
  /* fp - styling news panels on the homepage */
  padding: 0.5em;
  	/* background-color:rgba($white,0.03);
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 2px solid rgba(255, 255, 255, 0.1);*/
  margin-bottom: 0.5em;
}

/* line 2679, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-block li {
  /* background-color: #fff; */
  background-color: transparent;
  /* border:1px solid rgba($white,0.4); */
  border-radius: 6px;
  padding: 0;
  margin-right: 0;
}

/* line 2688, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-block a {
  color: #222222;
  font-weight: 400;
}

/* line 2692, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-block a:hover {
  color: black;
}

/* line 2696, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-summary {
  color: #222222;
  font-weight: 300;
  line-height: 1.6em;
  font-size: 0.86em;
  letter-spacing: 0.05em;
}

/* line 2703, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-time {
  color: #888!important;
  display: none;
}

/* line 2708, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.rpwe-thumb {
  /* border: 1px solid rgba(255,255,255,0.2); */
  border-radius: 4px;
}

/* FP NEWS WIDGET STYLING end	 */
/* line 2717, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.widgettitle, h4.widgettitle {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #ff0b49;
}

/* FP WIDGET title not to display	 */
/* line 2725, ../../../../../SCSS-BAF/breakpoints/_base.scss */
h4.widgettitle {
  display: none;
  font-size: 1em;
}

/* line 2727, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.home h4.widgettitle {
  display: block;
  text-align: center;
  padding: 0.2em;
  background-color: #444;
  /* background-color:#000; */
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.3em;
  margin-top: 0;
}
/* line 2738, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.home h4.widgettitle a, .home h4.widgettitle a:visited {
  color: #fff;
}

/* line 2748, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.sidebar .widget {
  /* margin:0 1em 2em 0; */
  text-align: left;
  font-size: 1em;
  line-height: 1.6em;
  /* background-color:rgba($fpgrey,0.01); */
  /* padding:1em 1em 1em 1.5em; */
  font-weight: 400;
  padding: 0.5em;
  /* border:1px solid #f6f6f6; */
  margin-top: 6em;
}
/* line 2764, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.sidebar .widget ul li {
  /* deep nesting */
}

/* line 2781, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.widget {
  margin-top: 2em;
}

/* line 2785, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.widget img {
  max-width: 100%;
  height: auto;
}

/* Gord's new widget panel fr featured images */
/* line 2792, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#right-sidebar .widget_fp_featured_image {
  margin: 0 0 2em 0;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.4em;
  background-color: transparent;
  padding: 0;
  font-weight: 600;
}

/* FP SUB MENU working on SSA */
/* line 2804, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.sidebar .widget ul {
  margin-left: 1em;
}

/* .sidebar .widget .page_item a {
	margin-left:0;
	}	*/
/* line 2812, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.sidebar .widget .current_page_item a,
.sidebar .widget .current_page_item a:visited {
  color: #75839a;
  font-weight: 400;
  margin-left: -1em;
  font-size: 1.1em;
}

/* line 2819, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.sidebar .widget .current_page_parent a,
.sidebar .widget .current_page_parent a:visited {
  line-height: 4em;
  font-size: 1.2em;
}

/* line 2824, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.sidebar .widget .current_page_parent a:before,
.sidebar .widget .current_page_ancester a:before {
  content: "^ ";
}

/* fp-bone NEWS POST NAV ON SINGLE - indent active page */
/* line 2830, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#left-sidebar .active a, #left-sidebar .active a:visited {
  margin-left: 0;
  color: #75839a;
  font-weight: 400;
  font-size: 1.2em;
}

/* line 2839, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.no-widgets {
  background-color: transparent;
  padding: 1.5em;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/* * * * * * * * * * * * * * * * * * * * * * * *

	F O O T E R
	
* * * * * * * * * * * * * * * * * * * * * * * * */
/* line 2857, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.footer {
  clear: both;
  background-color: rgba(212, 212, 212, 0.4);
  color: #666666;
  min-height: 260px;
}

/* line 2864, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-socialicon {
  float: left;
}

/* line 2868, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fprd-footerimg {
  max-width: 7%;
  margin: 0 1em 0.1em 0;
}

/* font awesome social media footer */
/* line 2873, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fasmf {
  font-size: 1.5em;
  margin: 0 0.2em 0 1em;
}

/* FP-bone FOOTER */
/* line 2880, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-foot01 {
  background-color: initial;
}

/* line 2883, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-foot02 {
  background-color: rgba(254, 19, 36, 0.1);
}

/* line 2886, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-foot03 {
  background-color: rgba(254, 19, 36, 0.3);
}

/* line 2889, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-foot04 {
  margin-top: 1em;
  background-color: #d4d4d4;
}

/* line 2894, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-footer p {
  color: #666666;
  padding: 1em 0;
}
/* line 2897, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-footer p a, .fp-footer p a:visited {
  color: #888888 !important;
}
/* line 2900, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-footer p a:hover {
  color: #C19D3C !important;
}

/* line 2905, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-footeritem {
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  padding-bottom: 1em;
  padding-top: 1em;
}

/* line 2913, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp-last {
  border-right: 0;
}

/* line 2916, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fp_em {
  margin-left: 2em;
  color: #fff;
}

/* line 2921, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.footerlogo {
  width: 50%;
}

/* line 2925, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fivepilchard-foot {
  text-align: center;
  font-size: 0.8em;
  margin: 0;
}
/* line 2929, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fivepilchard-foot a, .fivepilchard-foot a:visited {
  color: rgba(102, 102, 102, 0.6);
}
/* line 2932, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.fivepilchard-foot a:hover {
  color: #ff0b49;
}

/* line 2938, ../../../../../SCSS-BAF/breakpoints/_base.scss */
.copyright {
  text-align: center;
  font-size: 0.8em;
  color: rgba(102, 102, 102, 0.6);
}

/* end .footer-links */
/* * * * * * * * * * * * * * * * * * * * * * * *

	A D M I N  V I E W
	
* * * * * * * * * * * * * * * * * * * * * * * * */
/* line 2966, ../../../../../SCSS-BAF/breakpoints/_base.scss */
#wpadminbar {
  background: #C19D3C;
}

/*********************
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) {
  /* * * * * * * * * * * * * * * * * * * * * * * *
  
  	F I V E P I L C H A R D
  	F P - B O N E THEME
  	Based on SSA AND FP
  
  This is a base fishbone baseplate for fivepilchard sites 
  Rev. 001 - Jan 2016
  
  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.
  
  * * * * * * * * * * * * * * * * * * * * * * * * */
  /* LOGO adjustments */
  /* * * * * * * * * * * * * * * * * * * * * * * *
  
  	NAVIGATION
  	
  * * * * * * * * * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * * * * * * * * *
  
  	WP RESPONSIVE MENU - SIDR
  	
  * * * * * * * * * * * * * * * * * * * * * * * * */
  /* WPR MENU reducing width on larger screens */
  /* line 34, ../../../../../SCSS-BAF/breakpoints/_481up.scss */
  #wprmenu_menu.left {
    width: 70%!important;
  }

  /* END WPR MENU */
  /* TEMPORARILY MOVED .NAV STYLES - NOT NEEDED  */
  /* * * * * * * * * * * * * * * * * * * * * * * *
  
  	GENERIC STYLES
  	
  * * * * * * * * * * * * * * * * * * * * * * * * */
  /* FP WP DEFAULT GALLERY STYLES - RESPONSIVE other styles on base	*/
  /* line 51, ../../../../../SCSS-BAF/breakpoints/_481up.scss */
  .gallery-columns-1 .gallery-item {
    width: 48%;
    margin-right: 2%;
  }

  /* line 52, ../../../../../SCSS-BAF/breakpoints/_481up.scss */
  .gallery-columns-2 .gallery-item {
    width: 48%;
    margin-right: 2%;
  }

  /* line 53, ../../../../../SCSS-BAF/breakpoints/_481up.scss */
  .gallery-columns-3 .gallery-item {
    width: 48%;
    margin-right: 2%;
  }

  /* line 54, ../../../../../SCSS-BAF/breakpoints/_481up.scss */
  .gallery-columns-4 .gallery-item {
    width: 48%;
    margin-right: 2%;
  }

  /* line 55, ../../../../../SCSS-BAF/breakpoints/_481up.scss */
  .gallery-columns-5 .gallery-item {
    width: 48%;
    margin-right: 2%;
  }

  /* line 56, ../../../../../SCSS-BAF/breakpoints/_481up.scss */
  .gallery-columns-6 .gallery-item {
    width: 48%;
    margin-right: 2%;
  }

  /* line 57, ../../../../../SCSS-BAF/breakpoints/_481up.scss */
  .gallery-columns-7 .gallery-item {
    width: 48%;
    margin-right: 2%;
  }

  /* line 58, ../../../../../SCSS-BAF/breakpoints/_481up.scss */
  .gallery-columns-8 .gallery-item {
    width: 48%;
    margin-right: 2%;
  }

  /* line 59, ../../../../../SCSS-BAF/breakpoints/_481up.scss */
  .gallery-columns-9 .gallery-item {
    width: 48%;
    margin-right: 2%;
  }

  /* line 61, ../../../../../SCSS-BAF/breakpoints/_481up.scss */
  .gallery img {
    /* box-shadow: 0px 0px 4px #999;
    border: 1px solid white;
    padding: 8px;
    background: #f2f2f2; */
  }

  /* line 68, ../../../../../SCSS-BAF/breakpoints/_481up.scss */
  .archive .gallery-item {
    min-height: 300px;
  }

  /* END GALLERY */
  /* * * * * * * * * * * * * * * * * * * * * * * *
  
  	CONTENT STYLES
  	
  * * * * * * * * * * * * * * * * * * * * * * * * */
  /* line 80, ../../../../../SCSS-BAF/breakpoints/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 84, ../../../../../SCSS-BAF/breakpoints/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin: 0 1em 1em 0;
    display: inline;
    float: left;
  }
  /* line 89, ../../../../../SCSS-BAF/breakpoints/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin: 0 0 1em 1em;
    display: inline;
    float: right;
  }
  /* line 94, ../../../../../SCSS-BAF/breakpoints/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end content */
  /* * * * * * * * * * * * * * * * * * * * * * * *
  
  	FOOTER 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.

FIVEPILCHARD changed to 769px from 768px as this sometimes doesn't kick in on the ipad portrait
*********************/
@media only screen and (min-width: 769px) {
  /* * * * * * * * * * * * * * * * * * * * * * * *
  
  	F I V E P I L C H A R D
  	F P - B O N E THEME
  	Based on SSA AND FP
  
  This is a base fishbone baseplate for fivepilchard sites 
  Rev. 001 - Jan 2016
  
  769px and Up Stylesheet
  
  Tablet & Small Desktop Stylesheet
  
  fivepilchard note: using bootstrap this in now a 
  tablet landscape and Main desktop breakpoint
  
  * * * * * * * * * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * * * * * * * * *
  
  	GENERAL STYLES
  	
  * * * * * * * * * * * * * * * * * * * * * * * * */
  /* ADD BACKGROUND IMAGE TO HOMEPAGE - BAF */
  /* line 30, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  body.home {
    background-image: url("/wp-content/uploads/fp_hp_bgimage.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }

  /* LATEST NEWS EXAMPLE */
  /* line 42, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  #sticky-posts-0 .upw-posts.hfeed .post {
    width: 30%;
    float: left;
  }

  /* left news column homepage */
  /* line 48, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .fp-panel01 {
    padding: 0 0 0 0;
    margin-bottom: 0;
  }

  /* line 54, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .fp-circ20 img {
    max-width: 20%;
  }

  /* line 59, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .baf-usp-page {
    padding: 2em;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 8px #f8f8f8;
  }

  /* * * * * * * * * * * * * * * * * * * * * * * *
  
  	GENERIC FP-BONE STYLES
  	
  * * * * * * * * * * * * * * * * * * * * * * * * */
  /* line 71, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  #content {
    min-height: 500px;
  }

  /* NEED TO PUT a - in between divs to work as a spacer */
  /* Spaces zeroed in mobile view */
  /* line 78, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .fp-gap01em {
    margin-bottom: 1em;
  }

  /* line 81, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .fp-gap02em {
    margin-bottom: 2em;
  }

  /* line 84, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .fp-gap03em {
    margin-bottom: 3em;
  }

  /* line 87, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .fp-gap04em {
    margin-bottom: 4em;
  }

  /* line 90, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .fp-gap06em {
    margin-bottom: 6em;
  }

  /* line 95, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .archive .gallery-item {
    min-height: 240px;
  }

  /* FP WP DEFAULT GALLERY STYLES - RESPONSIVE other styles on base	*/
  /* line 101, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .gallery-columns-1 .gallery-item {
    width: 98%;
    margin-right: 2%;
  }

  /* line 102, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .gallery-columns-2 .gallery-item {
    width: 48%;
    margin-right: 2%;
  }

  /* line 103, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .gallery-columns-3 .gallery-item {
    width: 31%;
    margin-right: 2%;
  }

  /* line 104, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .gallery-columns-4 .gallery-item {
    width: 23%;
    margin-right: 2%;
  }

  /* line 105, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .gallery-columns-5 .gallery-item {
    width: 18%;
    margin-right: 2%;
  }

  /* line 106, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .gallery-columns-6 .gallery-item {
    width: 14%;
    margin-right: 2%;
  }

  /* line 107, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .gallery-columns-7 .gallery-item {
    width: 12%;
    margin-right: 2%;
  }

  /* line 108, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .gallery-columns-8 .gallery-item {
    width: 10%;
    margin-right: 2%;
  }

  /* line 109, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .gallery-columns-9 .gallery-item {
    width: 9%;
    margin-right: 2%;
  }

  /* line 111, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .gallery img {
    /* box-shadow: 0px 0px 4px #999;
    border: 1px solid white;
    padding: 8px;
    background: #f2f2f2; */
  }

  /* line 119, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .gallery-caption {
    height: 3em;
  }

  /* line 122, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .gallery-caption-name {
    height: 3em;
  }

  /* END GALLERY */
  /* * * * * * * * * * * * * * * * * * * * *
  	T H I S  S I T E  
  	BAF STYLES
  * * * * * * * * * * * * * * * * * * * * */
  /* line 133, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .baf-hpanel05 {
    /* font-size:1.2em; */
    padding: 1em 6em;
  }

  /* * * * * * * * * * * * * * * * * * * * * * * *
  
  	LAYOUT STYLES
  	
  * * * * * * * * * * * * * * * * * * * * * * * * */
  /* .wrap {
  	width: 760px;
  	width: 92%;
  }
  */
  /* * * * * * * * * * * * * * * * * * * * * * * *
  
  	HEADER STYLES
  	
  * * * * * * * * * * * * * * * * * * * * * * * * */
  /* LOGO adjustments also look in 481up */
  /* line 164, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .fp-logo {
    width: 100%;
    float: left;
    display: inline;
    margin-top: 0;
  }

  /* line 172, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .fp-logomobile {
    display: none;
  }

  /* line 180, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  fp-nav {
    height: auto;
  }

  /* line 185, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  #fp-wprshadow {
    /* SHADOW APPEARS UNDER WPR MENU MOBILE */
    display: none;
  }

  /* * * * * * * * * * * * * * * * * * * * * * * *
  
  	CONTENT STYLES
  	
  * * * * * * * * * * * * * * * * * * * * * * * * */
  /* line 199, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  p {
    margin: 1em 0 1.5em 0;
    font-size: 0.845em;
    font-size: 0.9em;
    line-height: 1.70em;
    letter-spacing: 0.01em;
    color: #222222;
  }

  /* line 208, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .entry-content {
    padding: 0;
  }
  /* line 211, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .entry-content p {
    /* margin: 0.5em 0 1.5em 0;
    font-size: 0.84em;
    line-height: 1.65em;
    letter-spacing:0.02em; */
  }

  /* * * * * * * * * * * * * * * * * * * * * * * *
  
  	NAVIGATION STYLES
  	
  * * * * * * * * * * * * * * * * * * * * * * * * */
  /* WPR MENU reducing width on larger screens */
  /* line 226, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  #wprmenu_menu.left {
    width: 50%!important;
  }

  /* MEGA MENU reflecting page activity*/
  /* line 232, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  #mega-menu-wrap-main-nav {
    display: inline;
    /* Displaying MEGA MENU for screens */
  }

  /* line 235, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .mega-current-page-ancestor {
    background-color: #C19D3C !important;
  }

  /* line 238, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 10px;
    line-height: 1.3em;
  }

  /* line 243, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link :active {
    background-color: #d4d4d4;
    color: #888888;
  }

  /* This should make news tab highlight work when on a single post */
  /* line 248, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-parent {
    background: #C19D3C;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
  }

  /* line 254, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .mega-current-menu-parent, .mega-menu-post-parent {
    background-color: #C19D3C;
  }

  /* end Mega Menu */
  /* TEMPORARILY MOVED .NAV STYLES - NOT NEEDED  */
  /* * * * * * * * * * * * * * * * * * * * * * * *
  
  	SIDEBARS & ASIDES STYLES
  	
  * * * * * * * * * * * * * * * * * * * * * * * * */
  /* line 273, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .sidebar {
    margin-top: 2.2em;
  }

  /* More values on base */
  /* line 278, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .sidebar .widget {
    font-size: 1em;
    line-height: 1.4em;
  }

  /* line 284, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .widgettitle {
    margin-bottom: 0.75em;
  }

  /* line 289, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .widget {
    /* padding: 0; */
    /* margin: 2.2em 0; */
    margin-bottom: 1em;
    font-size: 0.9em;
  }
  /* line 299, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  /* line 307, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* FP BUTTON STYLE */
  /* line 318, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  a .fp-button, a:visited .fp-button {
    font-size: 0.9em;
    font-size: 0.84rem;
  }

  /* line 323, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  dt {
    font-size: 0.9em;
  }

  /* 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
  	
  * * * * * * * * * * * * * * * * * * * * * * * * */
  /* line 422, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .fp-foot01 {
    background-color: initial;
  }

  /* line 425, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .fp-foot02 {
    background-color: initial;
  }

  /* line 428, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .fp-foot03 {
    background-color: initial;
  }

  /* line 431, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .fp-foot04 {
    background-color: initial;
  }

  /* line 435, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .fp-footer p {
    font-size: 100%;
    font-size: 0.8em;
    line-height: 1.4em;
    padding: 1em 0;
    letter-spacing: 0.05em;
  }

  /* line 443, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .fp-footeritem {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: none;
    text-align: left;
  }

  /* line 449, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .fp-textleft {
    text-align: left;
  }

  /* line 453, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .fivepilchard-foot {
    /* float:right; */
  }

  /* line 458, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .footerlogo {
    width: 100%;
  }

  /* line 462, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .copyright {
    /* float:left;
    text-align:left; */
  }

  /* line 467, ../../../../../SCSS-BAF/breakpoints/_769up.scss */
  .fivepilchard-foot {
    margin: 3em 0 1em 0;
  }

  /* end .footer-links */
}
/*********************
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: 992px) {
  /* * * * * * * * * * * * * * * * * * * * * * * *
  
  	F I V E P I L C H A R D
  	F P - B O N E THEME
  	Based on SSA AND FP
  
  This is a base fishbone baseplate for fivepilchard sites 
  Rev. 001 - Jan 2016
  
  992px and Up Stylesheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  fivepilchard note: using bootstrap this in now a tablet breakpoint
  
  * * * * * * * * * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * * * * * *
  	T H I S  S I T E  
  	BAF STYLES
  * * * * * * * * * * * * * * * * * * * * */
  /* line 25, ../../../../../SCSS-BAF/breakpoints/_992up.scss */
  .baf-sponimg {
    width: 100%;
    float: right;
    margin: 0;
  }

  /* LOGO adjustments also look in 481up */
  /* line 33, ../../../../../SCSS-BAF/breakpoints/_992up.scss */
  .fp-logo img {
    width: 80%;
  }

  /* .wrap {
    width: 970px;
    width: 92%;
  } */
  /* line 43, ../../../../../SCSS-BAF/breakpoints/_992up.scss */
  .archive .gallery-item {
    min-height: 280px;
  }

  /* line 47, ../../../../../SCSS-BAF/breakpoints/_992up.scss */
  .fp-circ20 img {
    max-width: 15%;
  }

  /*********************
  SIDR NAV
  *********************/
  /* SIDR nav reducing width on larger screens */
  /* line 56, ../../../../../SCSS-BAF/breakpoints/_992up.scss */
  #wprmenu_menu.left {
    width: 30%!important;
  }

  /* HP NEWS STORYBLOCKS */
  /* line 63, ../../../../../SCSS-BAF/breakpoints/_992up.scss */
  .rpwe-block li {
    margin-right: 1em;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1200px) {
  /******************************************************************
  Site Name: fivepilchard
  Author: fivepilchard-X
  
  This is a base fishbone baseplate for fivepilchard sites 
  Rev. 001 - Sept 2015
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  fivepilchard note: using bootstrap this in now a tablet breakpoint
  
  ******************************************************************/
  /* line 17, ../../../../../SCSS-BAF/breakpoints/_1200up.scss */
  .archive.gallery-item {
    min-height: 280px;
  }
}
/*********************
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.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: fivepilchard
  Author: fivepilchard-X
  
  This is a base fishbone baseplate for fivepilchard sites 
  Rev. 001 - Sept 2015
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*********************
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.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 13, ../../../../../SCSS-BAF/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 21, ../../../../../SCSS-BAF/partials/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 26, ../../../../../SCSS-BAF/partials/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 31, ../../../../../SCSS-BAF/partials/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 38, ../../../../../SCSS-BAF/partials/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 42, ../../../../../SCSS-BAF/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 47, ../../../../../SCSS-BAF/partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 51, ../../../../../SCSS-BAF/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 55, ../../../../../SCSS-BAF/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 63, ../../../../../SCSS-BAF/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 69, ../../../../../SCSS-BAF/partials/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 78, ../../../../../SCSS-BAF/partials/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
