/*
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.5
Text Domain: prototype
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 {
  min-width: 0;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
/**
 * 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-color: #ffffff;
  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: 0.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;
}
/* 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;
}
h5,
h6 {
  line-height: 1.2em;
  margin: 16px 0;
}
/* 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: 0.5em;
}
.feed a {
  font-size: 0.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;
}
/* SITE BRANDING
--------------------------------------------- */
@media screen and (min-width: 0px) {
  .site-branding {
    padding: 0 1em;
  }
}
@media screen and (min-width: 768px) {
  .site-branding {
    padding: 0.5em 0 0.5em 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: 40%;
  }
}
@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: 300px;
    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;
  }
}
/* 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: #eee;
    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: 0.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: 0.5em;
}
#hours-widget.widget.CoopHours_hours_widget ul.operating-hours li.hours-day .period-2 {
  display: inline-block;
  padding-left: 0.5em;
}
/* Co-op Privacy Statement Widget */
.coop-privacy-blurb-widget {
  font-size: 0.85em;
}
/*Hiding duplicate calendar div in footer*/
.site-info-content .timely {
  display: none;
}
/* 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
------------------------------------------------ */
.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: 0.9em;
}
.post-mod-date-label {
  /* formats the label for the date a post was modified */
  color: #999;
  font-size: 0.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: 0.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;
}
/* Double ai1ec event in sidebar Flexible Posts Widget */
.sidebar #secondary .dpe-flexible-posts .timely.ai1ec-single-event {
  display: none !important;
  width: 0px !important;
}
/* Screen Reader Only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* 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;
  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;
  padding: 0.75em 1.2em 0.75em 0.5em;
}
/* 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;
  border-bottom-color: transparent;
  background: #fff;
}
/* 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;
}
/* 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: 0.4em;
  border-bottom: 1px dotted #ccc;
  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;
  background-color: #eee;
}
/* 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: #999;
}
/* 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;
  color: #888888;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  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;
  text-transform: none;
}
#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;
}
/* Styles for Gravity Forms */
/* GravityForm Likert Styles!

    the base likert box styles */
.gform_wrapper .gf_likert ul.gfield_radio {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.left_label .gform_wrapper .gf_likert ul.gfield_radio,
.right_label .gform_wrapper .gf_likert ul.gfield_radio {
  top: -16px;
}
.gform_wrapper .gf_likert ul.gfield_radio li {
  padding: 0;
  min-height: 50px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0;
  border: 1px solid #ccc;
  border-left: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.gform_wrapper .gf_likert ul.gfield_radio li.likert-first {
  border-left: 1px solid #ccc !important;
}
.gform_wrapper .gf_likert ul.gfield_radio li input {
  position: relative;
  top: 25px;
  float: none!important;
  width: auto;
  margin: 0 auto;
}
.gform_wrapper .gf_likert ul.gfield_radio li label {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.gform_wrapper .gf_likert ul.gfield_radio li div.likert-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eee;
  padding: 2px 0;
  width: 100%;
  font-size: 15px;
}
/* styles for the hover state */
.gform_wrapper .gf_likert ul.gfield_radio li.likert-hover {
  background-color: #DFEFFF;
}
.gform_wrapper .gf_likert ul.gfield_radio li.likert-hover div.likert-label {
  background-color: #C2D7EF;
}
.gform_wrapper .gf_likert ul.gfield_radio li.likert-hover div.likert-label label {
  color: #2175A3;
}
/* styles for the selected radio button */
.gform_wrapper .gf_likert ul.gfield_radio li.mychoice {
  background-color: #DFEFFF;
}
/* hide the input and show a tick image */
.gform_wrapper .gf_likert ul.gfield_radio li.mychoice {
  background-image: url(images/icon_tick.png);
  background-repeat: no-repeat;
  background-position: center 27px;
}
.gform_wrapper .gf_likert ul.gfield_radio li.mychoice input {
  visibility: hidden;
}
.gform_wrapper .gf_likert ul.gfield_radio li.mychoice div.likert-label {
  background-color: #C2D7EF;
}
.gform_wrapper .gf_likert ul.gfield_radio li.mychoice div.likert-label label {
  color: #2175A3;
}
/* define the box width - number connotates the pixel width of the list item */
.gform_wrapper .gf_likert_20 ul.gfield_radio li {
  width: 20px;
}
.gform_wrapper .gf_likert_30 ul.gfield_radio li {
  width: 30px;
}
.gform_wrapper .gf_likert_40 ul.gfield_radio li {
  width: 40px;
}
.gform_wrapper .gf_likert_50 ul.gfield_radio li {
  width: 50px;
}
.gform_wrapper .gf_likert_60 ul.gfield_radio li {
  width: 60px;
}
.gform_wrapper .gf_likert_70 ul.gfield_radio li {
  width: 70px;
}
.gform_wrapper .gf_likert_80 ul.gfield_radio li {
  width: 80px;
}
.gform_wrapper .gf_likert_90 ul.gfield_radio li {
  width: 90px;
}
.gform_wrapper .gf_likert_100 ul.gfield_radio li {
  width: 100px;
}
.gform_wrapper .gf_likert_110 ul.gfield_radio li {
  width: 110px;
}
.gform_wrapper .gf_likert_120 ul.gfield_radio li {
  width: 120px;
}
.gform_wrapper .gf_likert_130 ul.gfield_radio li {
  width: 130px;
}
.gform_wrapper .gf_likert_140 ul.gfield_radio li {
  width: 140px;
}
.gform_wrapper .gf_likert_150 ul.gfield_radio li {
  width: 150px;
}
