@import url("fonts/fonts.css");
/*
Theme Name: 	Castlegar
Theme URI: https://bc.libraries.coop/services/libpress/
Original Author: Jon Whipple, CGD
Author: BC Libraries Cooperative
Author URI: https://bc.libraries.coop/
Description: 	for Libraries Cooperative infrastructure
Template: 		prototype
Version: 		1.0
License:
License URI:
Tags:
*/
/* Grab the basics from Prototype
--------------------------------------------- */
/*
Theme Name: prototype
Theme URI: https://bc.libraries.coop/services/libpress/
Original Author: Jon Whipple, CGD
Author: BC Libraries Cooperative
Author URI: https://bc.libraries.coop/
Description: The basis theme for Libraries Cooperative infrastructure
Version: 1.0
License:
License URI:
Tags:
*/
/* Normalize HTML */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Grid for LibPress */
/* LibPress Layout */
/* Grids + Layout
----------------------------------------------- */
/* Make boxes stay set widths despite padding or borders */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
Set background to white just in case , make sure body is full width and height of
the viewport and there is no margin or padding. Set overall line-height. Paint white.
*/
body {
  background-image: url("images/background.png") !important; ;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: 0;
  background-position-y: 0;
  height: 100%;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  width: 100%;
}
/*
We need to set a region separate from <body> in which to dipslay content
This area is where we set the width of the stuff we display
*/
.layout {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}
/*
Our row should behave as a table in order to contain boxes which will behave as cells
We want TABLE so we can make different divisions from rows before or after
Table rows <tr>, are IMPLIED and need not be provided in HTML or CSS
*/
.row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/*
These are the layout blocks for our grid
These behave AS IF they were table cells (<td>), their containing table row (<tr>) is implied
Always couple these with a unique class for fine-grained control
*/
/* Full width */
.one {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
/* Division by 2
--------------------------------------- */
@media screen and (min-width: 0px) {
  .threequarter {
    display: table-row;
    vertical-align: top;
    width: 100%;
  }
  .half {
    display: table-row;
    height: 100%;
    vertical-align: top;
    width: 100%;
  }
  .quarter {
    display: table-row;
    vertical-align: top;
    width: 100%;
  }
  .eighth {
    display: table-row;
    vertical-align: top;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .threequarter {
    display: table-cell;
    vertical-align: top;
    width: 75%;
  }
  .half {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    width: 50%;
  }
  .quarter {
    display: table-cell;
    vertical-align: top;
    width: 25%;
  }
  .eighth {
    display: table-cell;
    vertical-align: top;
    width: 12.5%;
  }
}
/* Division by 3
--------------------------------------- */
@media screen and (min-width: 0px) {
  .twothird {
    display: table-row;
    vertical-align: top;
    width: 100%;
  }
  .third {
    display: table-row;
    vertical-align: top;
    width: 100%%;
  }
  .sixth {
    display: table-row;
    vertical-align: top;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .twothird {
    display: table-cell;
    vertical-align: top;
    width: 66.66666%;
  }
  .third {
    display: table-cell;
    vertical-align: top;
    width: 33.33333%;
  }
  .sixth {
    display: table-cell;
    vertical-align: top;
    width: 16.666665%;
  }
}
/* Conveniences for exmaples */
/* LibPress Convenience Classes */
/* Styles for extras that aren't formally part of a theme
------------------------------------------------------------- */
.example {
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: block;
  font-style: italic;
  font-size: .8;
  font-family: monospace;
}
/* Base Styles */
/* LibPress Base Styles */
/* Styles for elements that are common accross themes
------------------------------------------------------------- */
/* LINKS - no underlines on links. ADD them in themes if we need them
--------------------------------------------------------------------- */
a {
  text-decoration: none;
  color:#3b3389;
}
/* HEADINGS - make a nicer size cascade and adjust line heights and vertical spacing
------------------------------------------------------------------------------------ */
h6 {
  font-size: 100%;
}
h5 {
  font-size: 120%;
}
h4 {
  font-size: 140%;
}
h3 {
  font-size: 160%;
}
h2 {
  font-size: 180%;
}
h1 {
  font-size: 200%;
}
h1,
h2,
h3,
h4 {
  line-height: 1em;
  margin: 16px 0;
  color:#3b3389;
}
h5,
h6 {
  line-height: 1.2em;
  margin: 16px 0;
  color:#3b3389;
}
/* HORIZONTAL RULE - make the hr more neutral + appear consistently across browsers
------------------------------------------------------------------------------------ */
hr {
  height: 1px;
  color: #eee;
  background: #eee;
  font-size: 0;
  border: 0;
}
/* FONT STYLES - remove browser invoked italics so real fonts can be used
--------------------------------------------------------------------------- */
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
/* FONT WEIGHTS - remove browser invoked bolding so real fonts can be used
---------------------------------------------------------------------------- */
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/* FONT WEIGHTS + STYLES - combinations of bold and italic
------------------------------------------------------------ */
strong em,
strong i,
b em,
b i,
em strong,
i strong,
em b,
i b {
  font-style: normal;
  font-weight: normal;
}
/* ORDERED LISTS - CORRECTLY counting with nesting
--------------------------------------------------- */
ol {
  counter-reset: item;
  display: table;
  margin-left: 1em;
  padding: 0;
}
ol li {
  display: table-row;
  margin: 0;
  padding: 0;
}
ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  display: table-cell;
  height: 100%;
  margin: 0;
  padding-right: 0.3em;
}
/* TABLES - style so they're nice and calm
------------------------------------------ */
.main table {
  border-top: 1px solid #eee;
  table-layout: fixed;
  width: 100%;
  font-size: 0.8em;
}
.main table td {
  border-bottom: 1px solid #eee;
  padding: 1em 0.5em;
  vertical-align: top;
}
/* PRE + CODE - make them wrap just in case
-------------------------------------------- */
pre,
code {
  /* make pre formatted text wrap */
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
/* WORDPRESS - styles that WordPress expects to be there
---------------------------------------------------------- */
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/* RSS + ATOM STUFF
---------------------------------------------------- */
.feed {
  display: block;
  margin-bottom: 1em;
}
.feed img {
  margin-right: .5em;
}
.feed a {
  font-size: .8em;
  text-decoration: none;
}
/* General widget treatment - many output <ul><li>
---------------------------------------------------- */
.widget ul,
.widget li,
li.widget {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
h1.widget-title {
  font-size: 120%;
}
h2.widgettitle {
  font-size: 120%;
}
.CoopHours_hours_widget h3 {
  font-size: 120%;
}
.CoopSiteManager_coop_site_manager_ci_widget h3 {
  font-size: 120%;
}
.coop-contact-info {
  padding-bottom: 1em;
}
/* LibPress Features Common in ALL themes
---------------------------------------------------- */
/* Never show Hours title in brief hours widget all screen sizes */
.widget.CoopHours_brief_hours_widget h1 {
  display: none;
}
.widget.CoopHours_brief_hours_widget ul.operating-hours li {
  display: inline;
}
/* Remove spacing in Site Title and Site Description. Adjust per theme b/c of names, descriptions and fonts */
.site-title {
  margin: 0;
}
.site-description {
  margin: 0;
  color:#3b3389;
}
/* SEARCH BOX - three different layouts
--------------------------------------------- */
/* tabs */
@media screen and (max-width: 767px) {
  .row.search-widget.tabs .search-formatter .search-options {
    display: table-cell;
    width: 12.5%;
  }
  .row.search-widget.tabs .search-formatter .search-options .search-option {
    border-top: 1px solid #eee;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
  }
  .row.search-widget.tabs .search-formatter #search-form {
    display: table-cell;
    width: 87.5%;
  }
  .row.search-widget.tabs .search-formatter #search-form .btn-group {
    border: 1px solid #eee;
    height: 100%;
    padding: 0.5em;
    vertical-align: middle;
  }
  .row.search-widget.tabs .search-formatter #search-form .btn-group button.btn.btn-round.search-form-btn {
    /* font-size: 0.8em; */
  }
}
@media screen and (min-width: 768px) {
  .row.search-widget.tabs .search-formatter .search-options {
    display: table-cell;
  }
  .row.search-widget.tabs .search-formatter .search-options .search-option {
    border-top: 1px solid #eee;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
  }
  .row.search-widget.tabs .search-formatter #search-form {
    display: table-cell;
  }
  .row.search-widget.tabs .search-formatter #search-form .btn-group {
    border: 1px solid #eee;
    height: 100%;
    padding: 1em;
    vertical-align: middle;
  }
}
/* radio */
@media screen and (max-width: 767px) {
  .row.search-widget.radio .search-formatter .search-options {
    display: table-cell;
  }
  .row.search-widget.radio .search-formatter #search-form {
    display: table-cell;
  }
  .row.search-widget.radio .search-formatter #search-form .btn-group {
    display: table-cell;
    width: 100%;
  }
  .row.search-widget.radio .search-formatter #search-form .btn-group input#search-field.input-search {
    display: inline-block;
  }
  .row.search-widget.radio .search-formatter #search-form .btn-group button.btn.btn-round.search-form-btn {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .row.search-widget.radio .search-formatter .search-options {
    display: table-cell;
  }
  .row.search-widget.radio .search-formatter #search-form {
    display: table-cell;
  }
}
/* radio-flat - the most flexible layout */
/* Never show Slideshow at sizes below 768px wide */
@media screen and (max-width: 767px) {
  .hero {
    display: none;
  }
}

.highlights {
  padding-top: 2em;
}

/* Reduce space after Highlights H1 title */
h2.highlights-title {
  display:none;
  margin-bottom: 0;
}
/* Never show Footer Menu below 768px */
@media screen and (max-width: 767px) {
  .menu-footer-menu-container {
    display: none;
  }
}
/* Show Footer Menu as Columns above 768px */
@media screen and (min-width: 768px) {
  .menu-footer-menu-container {
    background-color: #3b3389;
    float: left;
    width: 100%;
    display: block;
  }
  .menu-footer-menu-container #menu-footer-menu {
    padding: 0;
    width: 100%;
    float: left;
    display: block;
    margin-left: 0;
  }
  .menu-footer-menu-container #menu-footer-menu li {
    float: left;
    font-size: 80%;
    list-style-type: none;
    padding-right: 1em;
    width: 14.285%;
    line-height: 1em;
  }
  .menu-footer-menu-container #menu-footer-menu li a {
    font-weight: bold;
    line-height: 1em;
  }
  .menu-footer-menu-container #menu-footer-menu li ul {
    display: block;
    list-style-type: none;
    margin: 0.6em 0 0 0;
    padding: 0;
    width: 100%;
  }
  .menu-footer-menu-container #menu-footer-menu li ul li {
    display: block;
    float: none;
    font-size: 100%;
    margin-bottom: .5em;
    line-height: 1.2em;
    width: 100%;
  }
  .menu-footer-menu-container #menu-footer-menu li ul li a {
    font-weight: normal;
  }
}
/* Always show full hours widget as tabular */
/* FULL Hours of Operation Display */
#hours-widget.widget.CoopHours_hours_widget h3 {
  margin: 1em 0 1em 0;
}
#hours-widget.widget.CoopHours_hours_widget ul.operating-hours {
  border-top: 1px solid #eee;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 75%;
}
#hours-widget.widget.CoopHours_hours_widget ul.operating-hours li.hours-day {
  border-bottom: 1px solid #eee;
}
#hours-widget.widget.CoopHours_hours_widget ul.operating-hours li.hours-day .hours-dow {
  display: inline-block;
  font-weight: bold;
  width: 10em;
}
#hours-widget.widget.CoopHours_hours_widget ul.operating-hours li.hours-day .period-1 {
  display: inline-block;
  padding-right: .5em;
}
#hours-widget.widget.CoopHours_hours_widget ul.operating-hours li.hours-day .period-2 {
  display: inline-block;
  padding-left: .5em;
}
/* Never show Google Map at sizes below 768 wide */
@media screen and (max-width: 767px) {
  #coop-location-map-widget {
    display: none;
  }
}
/* Make Site info, Policy and Terms a siongle line in all cases
------------------------------------------------ */
/*Hiding duplicate calendar div in footer*/
.site-info-content .timely {
display: none;
}

.site-info-content p {
  display: inline;
}
.privacy-policy-link {
  display: inline;
}
.terms-of-use-link {
  display: inline;
}
/* POST parts
---------------------------------------------------- */
p.update-label {
  margin-top: -1em;
}
.post-mod-date {
  /* formats the dates a post was modified */
  color: #999;
  font-size: .9em;
}
.post-mod-date-label {
  /* formats the label for the date a post was modified */
  color: #999;
  font-size: .9em;
  font-weight: bold;
}
/* Read More Tag */
.readmore-formatter {
  text-align: right;
}
/* SEARCH RESULTS
------------------------------------------------- */
.search-page-header.no-results,
.entry-header.no-results {
  padding-bottom: 2em;
}
.search-result {
  color: #999999;
  font-weight: normal;
  background-color: #efefef;
  padding: 1em;
  margin-bottom: 1em;
}
.search-term {
  color: #000000;
}
.search-term-highlight {
  background-color: yellow;
}
h3.entry-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.search-result-meta {
  font-size: .9em;
  display: block;
}
.search-byline-label {
  color: #999999;
}
.search-date-label {
  color: #999999;
}
/* Pagination
---------------------------------------------------- */
.pagination {
  padding: 0;
  position: relative;
  font-size: 1em;
  margin-bottom: 3em;
}
.pagination .pagination-formatter {
  display: table;
  padding: 1em 0;
  /* 			float: right; */
  /* Override LOCALLY to ALIGN-RIGHT in page */
  /* 			margin: 0 auto; */
  /* Override LOCALLY to CENTRE in page */
  table-layout: auto;
  /* sizes the formatter to be width of content whatever it is */
}
.pagination .pagination-formatter .page-of {
  display: table-cell;
  padding: 0;
  margin: 0;
  color: #ccc;
  padding: 6px 9px 5px 9px;
}
.pagination .pagination-formatter a {
  display: table-cell;
  padding: 6px 9px 5px 9px;
}
.pagination .pagination-formatter a:hover {
  color: #ffffff;
  background: #cccccc;
}
.pagination .pagination-formatter .current {
  display: table-cell;
  padding: 6px 9px 5px 9px;
  background: #cccccc;
  color: #fff;
}
/* Variables for Prototype */
/* LibPress Prototype Theme LESS Variables */
/* Fonts + Typefaces
--------------------- */
/* Colours
--------------------- */
/* Styles for Prototype */
/* LibPress Protoype Theme Styling */
/* Import the ubermenu overrides stylesheet
---------------------------------------------------- */
/* The Menu Bar - for most skins, this is where the background bar color is set */
#megaMenu {
  background: #fff !important;
  border-bottom: 1px solid #eee;
}
/* Top Level Items */

#megaMenu ul.megaMenu > li.menu-item > a,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator {
  font-size: 1.2em !important;
  padding: 0.75em 1.2em .75em .5em !important;
}
/* Top Level Items - Hover */
#megaMenu ul.megaMenu > li.menu-item:hover > a,
#megaMenu ul.megaMenu > li.menu-item > a:hover,
#megaMenu ul.megaMenu > li.menu-item.megaHover > a,
#megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator:hover,
#megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator {
  color: blue !important;
  border-bottom-color: transparent !important;
  background: #fff !important;
}
/* Top Level Items - Current Item */
#megaMenu ul.megaMenu > li.menu-item.current-menu-item > a,
#megaMenu ul.megaMenu > li.menu-item.current-menu-parent > a,
#megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor > a {
  color: black !important;
}
/* SECOND LEVEL */
/* Sub Menu Headers */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li:hover > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li > span.um-anchoremulator,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > span.um-anchoremulator,
#megaMenu ul.megaMenu .wpmega-widgetarea h2.widgettitle {
  color: blue;
  font-size: 1.1em;
  /* font-family: 'merriweatherbold'; */
  /* text-shadow: 0px 1px 1px #ffffff; */
  padding-bottom: .4em;
  border-bottom: 1px dotted #ccc !important;
  margin-bottom: 0.6em;
}
/* Second level links hover */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > a:hover,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item:hover > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a:hover {
  color: black;
}
/* THIRD LEVEL LINK - Sub Menu Links & Fake Links */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu ul.sub-menu-2 li.menu-item > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu ul.sub-menu-2 li.menu-item > span.um-anchoremulator,
#megaMenu ul.megaMenu ul.sub-menu ul.sub-menu-2 li.menu-item > a,
#megaMenu ul.megaMenu ul.sub-menu ul.sub-menu-2 li.menu-item > span.um-anchoremulator {
  color: blue;
  font-size: 1em;
  /*   text-shadow: 0px 1px 1px #ffffff; */
  background-color: transparent;
}
/* THIRD LEVEL LINK HOVER */
/* Sub Menu Link Hover */
#megaMenu ul.megaMenu li.ss-nav-menu-mega ul.sub-menu ul.sub-menu-2 li.menu-item a:hover,
#megaMenu ul.megaMenu ul.sub-menu ul.sub-menu-2 > li.menu-item:hover > a {
  color: black;
}
/* HIGHLIGHT COLOUR */
/* Highlight color */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > span.um-anchoremulator {
}
/* Menu Item (LI) - Mega */
/* List items are mostly structural. */
/* Top Level Menu Items - Under normal circumstances you should NOT style these */
/* SECOND LEVEL - Sub Menu Columns */
#megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1 > li {
  min-width: 120px;
}
/* Third Level Menu Items - Under normal circumstances you should NOT style these */
/* Inner Menu Bar & Submenus */
/* Inner Menu Bar (UL) - This can be useful for positioning the menu items within the menu bar */
#megaMenu ul.megaMenu {
  width: 960px;
  margin: 0 auto;
}
/* Sub Menu Container Style */
#megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1 {
  border-color: transparent !important;
  color: #888888;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #fff;
}
/* Add this to style flyouts the same way
   #megaMenu ul.megaMenu li.ss-nav-menu-reg ul.sub-menu */
/* Third level submenu - under normal circumstances, you should NOT style these */
/* Menu Item (A) - Flyout */
/* Second Level & below */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item span.um-anchoremulator {
  color: green;
}
/* Second Level & below-HOVER */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item a:hover,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item:hover a {
  color: blue;
}
/* Third level and below */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu ul.sub-menu li.menu-item a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu ul.sub-menu li.menu-item span.um-anchoremulator {
  color: purple;
}
/* Third level and below */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu ul.sub-menu li.menu-item a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu ul.sub-menu li.menu-item span.um-anchoremulator {
  color: purple;
}
/* Third level and below-HOVER */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu ul.sub-menu li.menu-item a:hover,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu ul.sub-menu li.menu-item:hover a {
  color: blue;
}
/* Menu Item (LI) - Flyout */
/* List items are mostly structural. */
/* Second Level */
/* Second Level Menu Items - Under normal circumstances you should NOT style these */
/* Third Level */
/* Third Level Menu Items - Under normal circumstances you should NOT style these */
/* Submenu (UL) - Flyout */
/* Second Level & below */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu {
  border-color: #e0e0e0;
  color: #888888;
  text-shadow: 0px 1px 1px #ffffff;
  -webkit-box-shadow: 1px 1px 1px #dddddd;
  -moz-box-shadow: 1px 1px 1px #dddddd;
  box-shadow: 1px 1px 1px #dddddd;
  background-color: #f9f9f9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fefefe));
  background: -webkit-linear-gradient(top, #f9f9f9, #fefefe);
  background: -moz-linear-gradient(top, #f9f9f9, #fefefe);
  background: -ms-linear-gradient(top, #f9f9f9, #fefefe);
  background: -o-linear-gradient(top, #f9f9f9, #fefefe);
}
/* Third Level & Below */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu ul.sub-menu {
  border-color: #e0e0e0;
  color: #888888;
  text-shadow: 0px 1px 1px #ffffff;
  -webkit-box-shadow: 1px 1px 1px #dddddd;
  -moz-box-shadow: 1px 1px 1px #dddddd;
  box-shadow: 1px 1px 1px #dddddd;
  background-color: #f9f9f9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fefefe));
  background: -webkit-linear-gradient(top, #f9f9f9, #fefefe);
  background: -moz-linear-gradient(top, #f9f9f9, #fefefe);
  background: -ms-linear-gradient(top, #f9f9f9, #fefefe);
  background: -o-linear-gradient(top, #f9f9f9, #fefefe);
}
/* Widgets and Content Overrides */
/* Widget Menu Item (LI) */
/* Widget Area (UL) */
/* Widget (LI) */
/* Content Override (LI) */
/* Toggle */
#megaMenu #megaMenuToggle {
  /*   font-family: 'merriweatherbold'; */
  font-size: 1em !important;
  text-transform: none !important;
}
#megaMenu #megaMenuToggle .megaMenuToggle-icon {
  display: inline-block;
  background: #999;
  background: rgba(230, 230, 230, 0.7);
  height: 2px;
  width: 16px;
  position: relative;
  float: right;
  margin-top: 10px;
  text-align: left;
}
#megaMenu #megaMenuToggle .megaMenuToggle-icon:before {
  content: '';
  position: absolute;
  background: #999;
  background: rgba(230, 230, 230, 0.8);
  height: 2px;
  width: 16px;
  top: -4px;
}
#megaMenu #megaMenuToggle .megaMenuToggle-icon:after {
  content: '';
  position: absolute;
  background: #999;
  background: rgba(230, 230, 230, 0.9);
  height: 2px;
  width: 16px;
  top: -8px;
}


.sub-menu li a{ color:#fff !important; }
.sub-menu li a:hover{ color: #b2b1b1; }
/* Get the fonts for this theme
--------------------------------------------- */
/* Get the variables for this theme
--------------------------------------------- */
/* Colors for Fort Nelson */
/* These for 1.25em and over (20px and over 20/16=1.25em) */
/* These for 1.25em and under (20px and under 20/16=1.25em) */
/* Get the specific styles for this theme
--------------------------------------------- */
/* FN Theme specific overrides */
/* Set the background gradient and colour
--------------------------------------------- */
body {
  background-image: url("images/background.png") !important; ;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: 0;
  background-position-y: 0;
  width: 100%;
}
/* Width + colour of content area for this theme
--------------------------------------------- */
.layout {
  background-color: #fff;
}
@media screen and (min-wdth: 0px) {
  .layout {
    width: 100%;
  }
}
@media screen and (min-width: 962px) {
  .layout {
    margin: 0 auto;
    max-width: 960px;
  }
}
/* Link colour for this theme
--------------------------------------------- */
a {
  /* 	color: @fnblue; */
}
/* Backround for top of page for this theme
--------------------------------------------- */
.site-wide {
  background-color: transparent;
}
/* Adjust display and size of boxes to allow for logos and search box layout */
@media screen and (min-width: 0px) {
  .hours {
    display: table-cell;
    height: 3em;
    line-height: 1em;
    vertical-align: middle;
    padding-left: 1em;
  }
}
@media screen and (min-width: 768px) {
  .hours {
    padding-left: 2em;
  }
}
@media screen and (min-width: 0px) {
  .account {
    display: table-row;
  }
  .account .CoopMyAccount_coop_my_account_widget {
    display: table-cell;
    height: 1.5em;
    padding-left: 1em;
    vertical-align: middle;
    padding-bottom: .5em;
  }
  .account .CoopMyAccount_coop_my_account_widget span.coop-my-account-widget-title {
    font-size: 0.8em;
    text-align: right;
    /* 				font-family: @ttmerrb; */
  }
}
@media screen and (min-width: 768px) {
  .account {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
  .account .CoopMyAccount_coop_my_account_widget {
    display: block;
    padding-right: 2em;
  }
  .account .CoopMyAccount_coop_my_account_widget span.coop-my-account-widget-title {
    font-size: 0.8em;
    text-align: right;
    /* 				font-family: @ttmerrb; */
  }
}
/* All h tags for this theme
--------------------------------------------- */
/* Larger h tags use Postscript flavoured .woff */
h1,
h2,
h3,
h4 {
  color: #3b3389;
  /* 	font-family: @merrb, serif; */
}
h1 a,
h2 a,
h3 a,
h4 a {
  /* 		color: @fnblue; */
}
h1 a :visited,
h2 a :visited,
h3 a :visited,
h4 a :visited {
  /* 			color: @fnblue; */
}
/* Smaller h tags use TrueType flavoured .woff */
h5,
h6 {
  color: #3b3389;
  /* 	font-family: @ttmerrb, serif; */
}
h5 a,
h6 a {
  /* 		color: @fnblue; */
}
h5 a :visited,
h6 a :visited {
  /* 			color: @fnblue; */
}
/* Site title h tag sizes, colours - use Postscript flavoured .woff */
h1.site-title {
  /* 	font-family: @merrb, serif; */
  font-size: 23px;
  margin-bottom: 0;
  margin-top: .5em;
}
@media screen and (min-width: 0px) {
  h1.site-title {
    font-size: 23px;
    letter-spacing: -1px;
    margin-left: .25em;
  }
}
@media screen and (min-width: 768px) {
  h1.site-title {
    font-size: 23px;
    line-height: .9em;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1024px) {
  h1.site-title {
    font-size: 23px;
    line-height: .9em;
    letter-spacing: -1px;
  }
}
h1.site-title a {
  /* 		color: @fngreen; */
}
h1.site-title a :visited {
  /* 			color: @fngreen; */
}
/* Site title h tag sizes, colours- use TrueType flavoured .woff */
h2.site-description {
  /* 	color: @fnblue; */
  font-size: 1em;
  /* 	font-family: @ttmerrbi; */
  margin-top: 0;
}
@media screen and (min-width: 0px) {
  h2.site-description {
    margin-left: 0.5em;
  }
}
/* Font assignment for body text
--------------------------------------------- */
body {
  /* 	font-family: @ttmerr, serif; */
  font-size: 1em;
}
em,
i,
cite {
  /* often includes var, address, dfn so include if needed */
  /* 	font-family: @ttmerri; */
}
strong,
b {
  /* 	font-family: @ttmerrb; */
}
/* Combinations of bold and italic */
strong em,
strong i,
b em,
b i,
em strong,
i strong,
em b,
i b {
  font-family: 'tt-merriweatherbold_italic';
}
/* MAIN CONTENT
--------------------------------------------- */
ul li {
  list-style-type: disc;
}
blockquote {
  /* 	background-color: lighten(@light-fngreen, 35%); */
  font-style: italic;
  padding: 0.25em 0.5em 0.25em 1em;
  padding-right: 1em;
}
/* Pagination
---------------------------------------------------- */
.pagination {
  padding: 0;
  position: relative;
  font-size: 1em;
  margin-bottom: 3em;
  padding: 0 2em;
}
.pagination .pagination-formatter {
  display: table;
  padding: 1em 0;
  /* 			float: right; */
  /* Override LOCALLY to ALIGN-RIGHT in page */
  margin: 0 auto;
  /* Override LOCALLY to CENTRE in page */
  table-layout: auto;
  /* sizes the formatter to be width of content whatever it is */
}
.pagination .pagination-formatter .page-of {
  display: table-cell;
  padding: 0;
  margin: 0;
  color: #ccc;
  padding: 0 0.5em 0 0;
}
.pagination .pagination-formatter a {
  display: table-cell;
  padding: 6px 9px 5px 9px;
}
.pagination .pagination-formatter a:hover {
  color: #ffffff;
  background: #cccccc;
}
.pagination .pagination-formatter .current {
  display: table-cell;
  padding: 6px 9px 5px 9px;
  background: #cccccc;
  color: #fff;
}
/* SITKA
--------------------------------------------*/
/* List count item for entries in the New Items List */
table.sitka-new-titles tbody tr td a span.list-count {
  /* 						background-color: lighten(@light-fngreen, 35%); */
  /* 						font-family: @ttmerrb; */
  padding: .25em;
}
/* Style carousel in highlight columns (ledes) */
.lede-1 #sitka-carousel-widget,
.lede-2 #sitka-carousel-widget,
.lede-3 #sitka-carousel-widget {
  border: none;
  line-height: 1em;
  /* Sitka send nice large images, but they're too big. Let's bring 'em down */
  /* Move the text labels out of view and correct display of the button box */
}
.lede-1 #sitka-carousel-widget div.sitka-carousel-viewport,
.lede-2 #sitka-carousel-widget div.sitka-carousel-viewport,
.lede-3 #sitka-carousel-widget div.sitka-carousel-viewport {
  height: 280px;
}
.lede-1 #sitka-carousel-widget img.sitka-carousel-image,
.lede-2 #sitka-carousel-widget img.sitka-carousel-image,
.lede-3 #sitka-carousel-widget img.sitka-carousel-image {
  width: 75%;
}
.lede-1 #sitka-carousel-widget .carousel-button-box,
.lede-2 #sitka-carousel-widget .carousel-button-box,
.lede-3 #sitka-carousel-widget .carousel-button-box {
  display: table !important;
  border: none !important;
}
.lede-1 #sitka-carousel-widget .carousel-button-box a.carousel-prev,
.lede-2 #sitka-carousel-widget .carousel-button-box a.carousel-prev,
.lede-3 #sitka-carousel-widget .carousel-button-box a.carousel-prev,
.lede-1 #sitka-carousel-widget .carousel-button-box a.carousel-next,
.lede-2 #sitka-carousel-widget .carousel-button-box a.carousel-next,
.lede-3 #sitka-carousel-widget .carousel-button-box a.carousel-next {
  text-indent: -9999px;
}
.lede-1 #sitka-carousel-widget .carousel-button-box a.carousel-prev.disable,
.lede-2 #sitka-carousel-widget .carousel-button-box a.carousel-prev.disable,
.lede-3 #sitka-carousel-widget .carousel-button-box a.carousel-prev.disable,
.lede-1 #sitka-carousel-widget .carousel-button-box a.carousel-next.disable,
.lede-2 #sitka-carousel-widget .carousel-button-box a.carousel-next.disable,
.lede-3 #sitka-carousel-widget .carousel-button-box a.carousel-next.disable {
  text-indent: -9999px;
}
.lede-1 #sitka-carousel-widget .carousel-button-box a.carousel-prev,
.lede-2 #sitka-carousel-widget .carousel-button-box a.carousel-prev,
.lede-3 #sitka-carousel-widget .carousel-button-box a.carousel-prev {
  background-position: 58px -37px;
}
.lede-1 #sitka-carousel-widget .sitka-title,
.lede-2 #sitka-carousel-widget .sitka-title,
.lede-3 #sitka-carousel-widget .sitka-title {
  font-size: .8em;
}
.lede-1 #sitka-carousel-widget .sitka-author,
.lede-2 #sitka-carousel-widget .sitka-author,
.lede-3 #sitka-carousel-widget .sitka-author {
  font-size: .7em;
  font-style: italic;
}
#secondary.widget-area #sitka-carousel-widget {
  border: none;
  line-height: 1em;
  /* Sitka send nice large images, but they're too big. Let's bring 'em down */
  /* Move the text labels out of view and correct display of the button box */
}
#secondary.widget-area #sitka-carousel-widget div.sitka-carousel-viewport {
  height: 280px;
}
#secondary.widget-area #sitka-carousel-widget img.sitka-carousel-image {
  width: 75%;
}
#secondary.widget-area #sitka-carousel-widget .carousel-button-box {
  display: table !important;
  border: none !important;
}
#secondary.widget-area #sitka-carousel-widget .carousel-button-box a.carousel-prev,
#secondary.widget-area #sitka-carousel-widget .carousel-button-box a.carousel-next {
  text-indent: -9999px;
}
#secondary.widget-area #sitka-carousel-widget .carousel-button-box a.carousel-prev.disable,
#secondary.widget-area #sitka-carousel-widget .carousel-button-box a.carousel-next.disable {
  text-indent: -9999px;
}
#secondary.widget-area #sitka-carousel-widget .carousel-button-box a.carousel-prev {
  background-position: 58px -37px;
}
#secondary.widget-area #sitka-carousel-widget .sitka-title {
  font-size: .8em;
}
#secondary.widget-area #sitka-carousel-widget .sitka-author {
  font-size: .7em;
  font-style: italic;
}
/* POST parts
---------------------------------------------------- */
p.update-label {
  margin-top: -1em;
}
.post-mod-date {
  /* formats the dates a post was modified */
  color: #999;
  font-size: .9em;
}
.post-mod-date-label {
  /* formats the label for the date a post was modified */
  color: #999;
  font-size: .9em;
  /* 	font-family: @ttmerrb; */
}
/* Read More Tag */
.readmore-ellipse {
  /* 	font-family: @ttmerri; */
}
.readmore-formatter {
  text-align: right;
}
.readmore-label {
  /* 	font-family: @ttmerri; */
}
.tag-infotile h4 {
  font-size: 120%;
}
.tag-infotile ul li {
  font-size: 13px;
  margin-left: 2em;
  list-style-type: disc;
}
.tag-infotile ol li {
  font-size: 13px;
}
.tag-infotile p {
  font-size: 13px;
}
.comments-area {
  margin-left: 2em;
  padding-bottom: 2em;
}
#syndication.widget {
  margin-top: 2em;
}
/* SITE BRANDING
--------------------------------------------- */
.site-branding {
  /* radio */
}
@media screen and (min-width: 0px) {
  .site-branding {
    padding: 0 1em;
  }
}
@media screen and (min-width: 768px) {
  .site-branding {
    padding: 0 2em;
  }
}
@media screen and (min-width: 640px) {
  .site-branding .titles {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .site-branding .titles {
    display: table-cell;
    vertical-align: middle;
    width: 58%;
  }
}
@media screen and (min-width: 0px) {
  .site-branding .titles .logo {
    display: table-cell;
    vertical-align: middle;
    width: 72px;
  }
  .site-branding .titles .logo a {
    display: block;
    line-height: 0;
  }
  .site-branding .titles .logo a img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .site-branding .titles .logo {
    width: 84px;
    display: table-cell;
    vertical-align: middle;
  }
  .site-branding .titles .logo a {
    display: block;
    line-height: 0;
  }
  .site-branding .titles .logo a img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .site-branding .titles .logo {
    width: 200px;
    vertical-align: middle;
  }
  .site-branding .titles .logo a {
    display: block;
    line-height: 0;
  }
  .site-branding .titles .logo a img {
    width: 100%;
  }
}
@media screen and (min-width: 0px) {
  .site-branding .titles .headings {
    display: table-cell;
    vertical-align: middle;
  }
}
.site-branding .row.search-widget.radio {
  font-size: 0.8em;
  margin-top: 1em;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .site-branding .row.search-widget.radio .search-formatter {
    padding: 0.25em;
    border: 1px solid #3b3389;
  }
  .site-branding .row.search-widget.radio .search-formatter .search-options {
    display: table-cell;
    padding-right: 0.25em;
    width: 33%;
    text-align: right;
  }
  .site-branding .row.search-widget.radio .search-formatter .search-options .search-option-label {
    padding-right: .25em;
  }
  .site-branding .row.search-widget.radio .search-formatter #search-form {
    display: table-cell;
    vertical-align: middle;
  }
  .site-branding .row.search-widget.radio .search-formatter #search-form .btn-group input#search-field.input-search {
    width: 9.5em;
  }
  .site-branding .row.search-widget.radio .search-formatter .row.search-overdrive {
    background-color: #3b3389;
    padding: 0.25em;
    margin-top: 0.5em;
    text-align: center;
  }
  .site-branding .row.search-widget.radio .search-formatter .row.search-overdrive a.overdrive-link {
    /* 						font-family: @ttmerrbi; */
    color: #fff;
    display: block;
  }
}
@media screen and (min-width: 480px) {
  .site-branding .row.search-widget.radio .search-formatter {
    padding: 0.25em;
    border: 1px solid #3b3389;
  }
  .site-branding .row.search-widget.radio .search-formatter .search-options {
    display: table-cell;
    padding-right: 0.5em;
    width: 33%;
    text-align: right;
  }
  .site-branding .row.search-widget.radio .search-formatter .search-options .search-option-label {
    padding-right: .25em;
  }
  .site-branding .row.search-widget.radio .search-formatter #search-form {
    display: table-cell;
    vertical-align: middle;
    width: 25em;
  }
  .site-branding .row.search-widget.radio .search-formatter #search-form .btn-group {
    width: 70%;
  }
  .site-branding .row.search-widget.radio .search-formatter #search-form .btn-group input#search-field.input-search {
    width: 68%;
  }
  .site-branding .row.search-widget.radio .search-formatter .row.search-overdrive {
    background-color: #3b3389;
    padding: 0.25em;
    margin-top: 0.5em;
    text-align: center;
  }
  .site-branding .row.search-widget.radio .search-formatter .row.search-overdrive a.overdrive-link {
    /* 						font-family: @ttmerrbi; */
    color: #fff;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .site-branding .row.search-widget.radio .search-formatter .search-options {
    display: table-cell;
  }
  .site-branding .row.search-widget.radio .search-formatter #search-form {
    display: table-cell;
  }
  .site-branding .row.search-widget.radio .search-formatter #search-form .btn-group input#search-field.input-search {
    display: inline-block;
  }
  .site-branding .row.search-widget.radio .search-formatter #search-form .btn-group button.btn.btn-round.search-form-btn {
    display: inline-block;
  }
}
/* HIGHLIGHTS
--------------------------------------------- */
.highlights {
  padding-bottom: 2em;
}
@media screen and (min-width: 0px) {
  .highlights {
    padding-left: 1em;
    padding-right: 1em;
  }
  .highlights h2 {
    margin-bottom: 0.5em;
  }
  .highlights .lede-1 {
    border-right: none;
    padding-right: 0;
  }
  .highlights .lede-2 {
    border-right: none;
    padding-right: 0;
    padding-left: 0;
  }
  .highlights .lede-3 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 768px) {
  .highlights {
    padding-left: 2em;
    padding-right: 2em;
  }
  .highlights .lede-1 {
    border-right: 1px solid #3b3389;
    padding-right: 1em;
  }
  .highlights .lede-2 {
    border-right: 1px solid #3b3389;
    padding-right: 1em;
    padding-left: 1em;
  }
  .highlights .lede-3 {
    padding-left: 1em;
  }
}
.third h3 {
  margin-top: 0;
}
/* FOOTER MENU
--------------------------------------------- */
.menu-footer-menu-container {
  padding-left: 2em;
}

.menu-footer-menu-container a{
	color:#fff;
}
/* HOURS - for FN schedule
--------------------------------------------- */
/* Brief Hours Widget */
#brief-hours-widget.widget.CoopHours_brief_hours_widget h1.widget-title {
  display: none;
}
#brief-hours-widget.widget.CoopHours_brief_hours_widget ul.operating-hours {
  margin: 0;
  padding: 0;
}
#brief-hours-widget.widget.CoopHours_brief_hours_widget ul.operating-hours li.hours-day {
  list-style-type: none;
  display: inline;
  font-size: .8em;
}
#brief-hours-widget.widget.CoopHours_brief_hours_widget ul.operating-hours li.hours-day .hours-dow {
  /* 				font-family: @ttmerrb; */
  font-weight: normal;
}
/* Add padding at the end of first period */
.period-1 {
  padding-right: .75em;
}
/* But if it's a Wednesday no padding on the first period */
.Wednesday .period-1 {
  padding-right: 0;
}
/* Add padding at the end of second period */
.period-2 {
  padding-right: .75em;
}
/* Full Hours Widget */
@media screen and (max-width: 767px) {
  #hours-widget.widget.CoopHours_hours_widget {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #hours-widget.widget.CoopHours_hours_widget ul.operating-hours {
    border-top: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2.3em;
  }
  #hours-widget.widget.CoopHours_hours_widget ul.operating-hours li.hours-day {
    list-style-type: none;
    font-size: .8em;
    border-top: 1px solid #eee;
    border-bottom: none;
    width: 30em;
    height: 3em;
    line-height: 3em;
  }
  #hours-widget.widget.CoopHours_hours_widget ul.operating-hours li.hours-day .hours-dow {
    /* 					font-family: @ttmerrb; */
    font-weight: normal;
    width: 15em;
    float: left;
  }
}
/* MAP WIDGET
--------------------------------------------*/
@media screen and (max-width: 1023px) {
  #coop-location-map-widget {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #coop-location-map-widget {
    display: block;
    padding-left: 2em;
    padding-bottom: 2em;
  }
}
/* OPERATIONS + CONTACT
--------------------------------------------*/
@media screen and (min-width: 768px) {
  #hours-widget {
    padding-left: 2em;
  }
}
@media screen and (max-width: 767px) {
  .contact #coop-site-manager-widget {
    margin-left: 1em;
  }
}
@media screen and (min-width: 768px) {
  .contact #coop-site-manager-widget {
    margin-left: 1em;
  }
  .contact #coop-site-manager-widget h3 {
    margin: 1em 0;
  }
}
/* SITE INFO
--------------------------------------------*/
.one.site-info {
  background-color: #3b3389;
  color: #fff;
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .one.site-info {
    margin-top: 1em;
    padding: 1em;
  }
}
@media screen and (min-width: 768px) {
  .one.site-info {
    margin-top: 2em;
    padding: 2em;
  }
}
.site-info-content {
  font-size: .85em;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .privacy-policy-link {
    display: block;
    margin-right: 2em;
  }
  .privacy-policy-link a {
    color: #fff;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .privacy-policy-link {
    display: block;
  }
  .privacy-policy-link a {
    color: #fff;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .terms-of-use-link {
    display: block;
    margin-right: 2em;
  }
  .terms-of-use-link a {
    color: #fff;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .terms-of-use-link {
    display: block;
  }
  .terms-of-use-link a {
    color: #fff;
    font-size: 0.8em;
  }
}
/* FORMAT CONTENT AREAS
--------------------------------------------*/
@media screen and (max-width: 767px) {
  .post,
  .main {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 768px) {
  .post,
  .main {
    padding-left: 2em;
    padding-right: 1em;
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .search-page-header {
    padding-left: 1em;
    padding-right: 1em;
    display: table-row;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .search-page-header {
    padding-left: 2em;
    padding-right: 2em;
    display: table;
    width: 100%;
  }
}
.search-page-header .search-result {
  display: table;
  width: 100%;
}
.search-page-header .search-result .search-term {
  font-family: 'tt-merriweatherbold_italic';
}
@media screen and (max-width: 767px) {
  .search-result-entry {
    padding-left: 1em;
    padding-right: 1em;
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .search-result-entry {
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em;
    display: table;
  }
}
@media screen and (max-width: 767px) {
  .sidebar #secondary.widget-area {
    display: table-cell;
    padding: 0 1em;
    border-left: 1px solid #eee;
  }
}
@media screen and (min-width: 768px) {
  .sidebar #secondary.widget-area {
    display: table-cell;
    padding: 0 1em 2em 1em;
    padding-bottom: 2em;
  }
}
/* Import the ubermenu overrides stylesheet
---------------------------------------------------- */
/* The Menu Bar - for most skins, this is where the background bar color is set */
#megaMenu {
  background: #fff !important;
  border-bottom: 1px solid #eee;
  color: #3b3389;
}
.megaMenu a{
	color:#3b3389;
}
/* Top Level Items */
#megaMenu ul.megaMenu > li.menu-item > a,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator {
  font-size: 1.2em !important;
  padding: 0.75em 1.2em .75em .5em !important;
}
/* Top Level Items - Hover */
#megaMenu ul.megaMenu > li.menu-item:hover > a,
#megaMenu ul.megaMenu > li.menu-item > a:hover,
#megaMenu ul.megaMenu > li.menu-item.megaHover > a,
#megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator:hover,
#megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator {
  color: #fff !important;
  border-bottom-color: transparent !important;
  background: #3b3389 !important;
  /* Set to 43% for production */
}
/* Top Level Items - Current Item */
#megaMenu ul.megaMenu > li.menu-item.current-menu-item > a,
#megaMenu ul.megaMenu > li.menu-item.current-menu-parent > a,
#megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor > a {
  color: #31601b !important;
}
/* SECOND LEVEL */
/* Sub Menu Headers */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li:hover > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li > span.um-anchoremulator,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > span.um-anchoremulator,
#megaMenu ul.megaMenu .wpmega-widgetarea h2.widgettitle {
  color: #fff;
  font-size: 1.1em;
  font-family: 'merriweatherbold';
  /* text-shadow: 0px 1px 1px #ffffff; */
  padding-bottom: .4em;
  border-bottom: 1px dotted #6074c9 !important;
  margin-bottom: 0.6em;
}
/* Second level links hover */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > a:hover,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item:hover > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a:hover {
  color: #31601b;
}
/* THIRD LEVEL LINK - Sub Menu Links & Fake Links */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu ul.sub-menu-2 li.menu-item > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu ul.sub-menu-2 li.menu-item > span.um-anchoremulator,
#megaMenu ul.megaMenu ul.sub-menu ul.sub-menu-2 li.menu-item > a,
#megaMenu ul.megaMenu ul.sub-menu ul.sub-menu-2 li.menu-item > span.um-anchoremulator {
  color: #6074c9;
  font-size: 1em;
  /*   text-shadow: 0px 1px 1px #ffffff; */
  background-color: transparent;
}
/* THIRD LEVEL LINK HOVER */
/* Sub Menu Link Hover */
#megaMenu ul.megaMenu li.ss-nav-menu-mega ul.sub-menu ul.sub-menu-2 li.menu-item a:hover,
#megaMenu ul.megaMenu ul.sub-menu ul.sub-menu-2 > li.menu-item:hover > a {
  color: #31601b;
  background-color: transparent;
}
/* HIGHLIGHT COLOUR */
/* Highlight color */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > span.um-anchoremulator {
  color: #4d90fe !important;
}
/* Menu Item (LI) - Mega */
/* List items are mostly structural. */
/* Top Level Menu Items - Under normal circumstances you should NOT style these */
/* SECOND LEVEL - Sub Menu Columns */
#megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1 > li {
  min-width: 120px;
}
/* Third Level Menu Items - Under normal circumstances you should NOT style these */
/* Inner Menu Bar & Submenus */
/* Inner Menu Bar (UL) - This can be useful for positioning the menu items within the menu bar */
#megaMenu ul.megaMenu {
  width: 960px;
  margin: 0 auto;
}
/* Sub Menu Container Style */
#megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1 {
  border-color: transparent !important;
  color: #888888;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: #3b3389 !important;
  /* Set to 43% for production */
}
/* Add this to style flyouts the same way
   #megaMenu ul.megaMenu li.ss-nav-menu-reg ul.sub-menu */
/* Third level submenu - under normal circumstances, you should NOT style these */
/* Menu Item (A) - Flyout */
/* Second Level & below */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item span.um-anchoremulator {
  color: green;
}
/* Second Level & below-HOVER */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item a:hover,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item:hover a {
  color: blue;
}
/* Third level and below */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu ul.sub-menu li.menu-item a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu ul.sub-menu li.menu-item span.um-anchoremulator {
  color: purple;
}
/* Third level and below */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu ul.sub-menu li.menu-item a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu ul.sub-menu li.menu-item span.um-anchoremulator {
  color: purple;
}
/* Third level and below-HOVER */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu ul.sub-menu li.menu-item a:hover,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu ul.sub-menu li.menu-item:hover a {
  color: blue;
}
/* Menu Item (LI) - Flyout */
/* List items are mostly structural. */
/* Second Level */
/* Second Level Menu Items - Under normal circumstances you should NOT style these */
/* Third Level */
/* Third Level Menu Items - Under normal circumstances you should NOT style these */
/* Submenu (UL) - Flyout */
/* Second Level & below */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu {
  border-color: #e0e0e0;
  color: #888888;
  text-shadow: 0px 1px 1px #ffffff;
  -webkit-box-shadow: 1px 1px 1px #dddddd;
  -moz-box-shadow: 1px 1px 1px #dddddd;
  box-shadow: 1px 1px 1px #dddddd;
  background-color: #f9f9f9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fefefe));
  background: -webkit-linear-gradient(top, #f9f9f9, #fefefe);
  background: -moz-linear-gradient(top, #f9f9f9, #fefefe);
  background: -ms-linear-gradient(top, #f9f9f9, #fefefe);
  background: -o-linear-gradient(top, #f9f9f9, #fefefe);
}
/* Third Level & Below */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu ul.sub-menu {
  border-color: #e0e0e0;
  color: #888888;
  text-shadow: 0px 1px 1px #ffffff;
  -webkit-box-shadow: 1px 1px 1px #dddddd;
  -moz-box-shadow: 1px 1px 1px #dddddd;
  box-shadow: 1px 1px 1px #dddddd;
  background-color: #f9f9f9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fefefe));
  background: -webkit-linear-gradient(top, #f9f9f9, #fefefe);
  background: -moz-linear-gradient(top, #f9f9f9, #fefefe);
  background: -ms-linear-gradient(top, #f9f9f9, #fefefe);
  background: -o-linear-gradient(top, #f9f9f9, #fefefe);
}
/* Widgets and Content Overrides */
/* Widget Menu Item (LI) */
/* Widget Area (UL) */
/* Widget (LI) */
/* Content Override (LI) */
/* Toggle */
#megaMenu #megaMenuToggle {
  font-family: 'merriweatherbold';
  font-size: 1em !important;
  text-transform: none !important;
}
#megaMenu #megaMenuToggle .megaMenuToggle-icon {
  display: inline-block;
  background: #999;
  background: rgba(230, 230, 230, 0.7);
  height: 2px;
  width: 16px;
  position: relative;
  float: right;
  margin-top: 10px;
  text-align: left;
}
#megaMenu #megaMenuToggle .megaMenuToggle-icon:before {
  content: '';
  position: absolute;
  background: #999;
  background: rgba(230, 230, 230, 0.8);
  height: 2px;
  width: 16px;
  top: -4px;
}
#megaMenu #megaMenuToggle .megaMenuToggle-icon:after {
  content: '';
  position: absolute;
  background: #999;
  background: rgba(230, 230, 230, 0.9);
  height: 2px;
  width: 16px;
  top: -8px;
}

/*Cleaning up double ai1ec event in sidebar Flexible Posts Widget*/
.sidebar #secondary .dpe-flexible-posts .timely.ai1ec-single-event {
display: none !important;
width: 0px !important;
}
