@charset "UTF-8";
/*!
Theme Name:Public Libraries Online
Theme URI:publiclibrariesonline.org
Description:
Version:2
Author:Abraham Velázquez Tello
Author URI:http://lunaroja.org/
*/
/* Breakpoints
========================================================================== */
/* Retina
========================================================================== */
/* Grid
========================================================================== */
/* Supports
========================================================================== */
/* Colors
========================================================================== */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Global Elements and Basic Typography
========================================================================== */
::-moz-selection {
  background: #454168;
  color: #fff;
  text-shadow: none; }
::selection {
  background: #454168;
  color: #fff;
  text-shadow: none; }

a {
  outline: 0;
  color: #EA5555;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out; }
  a:hover {
    text-decoration: underline; }
  a:focus {
    outline: thin dotted; }

body {
  font-size: 16px;
  line-height: 1.7em;
  font-family: "Times New Roman", Times, serif;
  color: #414042; }

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 1rem 0;
  color: #454168; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    border-bottom: none;
    text-decoration: none; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #EA5555;
      text-decoration: none; }

h1 {
  font-size: 1.75rem; }
  @media only screen and (min-width: 736px) {
    h1 {
      font-size: 2.2rem; } }

h2 {
  font-size: 1.3125rem; }
  @media only screen and (min-width: 736px) {
    h2 {
      font-size: 1.75rem; } }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

ul, ol, dl {
  padding: 0 0 1rem 1rem; }

li {
  padding: 0 0 0.5rem 0; }

blockquote {
  text-align: left;
  padding: 0 1rem 0 6rem;
  border-left: 2px solid #ccc; }

p {
  margin: 0 0 1rem 0; }
  p a {
    word-wrap: break-word; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #D1D3D4;
  margin: 1em 0;
  padding: 0; }

/* Form Elements
========================================================================== */
button, .wpcf7-submit, .button {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
  background-color: #EA5555;
  text-transform: uppercase;
  letter-spacing: .02em;
  border-radius: 20px;
  display: inline-block;
  width: auto;
  padding: 7px 20px;
  border: none;
  -webkit-transition: background-color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out;
  border: none; }
  button:hover, .wpcf7-submit:hover, .button:hover {
    background-color: #454168;
    text-decoration: none;
    color: #fff; }

textarea, .wpcf7-textarea, .textarea {
  padding: 6px 5px;
  min-width: 400px;
  border: 1px solid #D1D3D4;
  margin: 0;
  border-radius: 3px; }

.wpcf7-text, .input {
  padding: 6px 5px;
  border: 1px solid #D1D3D4;
  margin: 5px 0;
  border-radius: 3px; }

select, .select {
  font-size: 13px;
  margin: 5px 0;
  padding: 5px 0;
  height: 30px;
  border: 1px solid #BDC7D8; }

/* General Site Structure
========================================================================== */
.wrap {
  width: 100%;
  overflow: hidden; }
  .wrap:before,
  .wrap:after {
    content: ' ';
    display: table; }
  .wrap:after {
    clear: both; }

@media only screen and (min-width: 736px) {
  .main .content {
    min-height: 1px;
    float: left;
    width: 66.66667%; } }

@media only screen and (min-width: 736px) {
  .main .sidebar {
    min-height: 1px;
    float: left;
    width: 33.33333%;
    padding-left: 2rem; } }

@media only screen and (min-width: 1024px) {
  .main .sidebar {
    min-height: 1px;
    float: left;
    width: 33.33333%; } }

.main,
.footer .content,
.masthead .content {
  max-width: 65rem;
  margin: 0 auto;
  padding: 0 1rem; }
  .main:before,
  .main:after,
  .footer .content:before,
  .footer .content:after,
  .masthead .content:before,
  .masthead .content:after {
    content: ' ';
    display: table; }
  .main:after,
  .footer .content:after,
  .masthead .content:after {
    clear: both; }

.footer {
  padding: 4rem 0 2rem; }
  .footer .column {
    padding-right: 2rem; }
    @media only screen and (min-width: 736px) {
      .footer .column {
        min-height: 1px;
        float: left;
        width: 41.66667%; } }
    @media only screen and (min-width: 736px) {
      .footer .column.social {
        min-height: 1px;
        float: left;
        width: 16.66667%; } }

/* Masthead
========================================================================== */
.masthead {
  padding: 1rem 0;
  margin-bottom: 1rem;
  background-image: url("img/bg-grid.png");
  background-size: 26px 26px;
  background-attachment: fixed; }
  @media only screen and (min-width: 1024px) {
    .masthead {
      margin-bottom: 2rem; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 144), only screen and (min-resolution: 144dppx) {
    .masthead {
      background-image: url("img/bg-grid@2x.png"); } }
  .masthead a {
    text-decoration: none; }
    .masthead a:hover {
      text-decoration: none; }
  .masthead .subhead {
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1;
    margin-bottom: .25em;
    font-size: 1rem; }
    @media only screen and (min-width: 736px) {
      .masthead .subhead {
        font-size: 1.25rem; } }
  .masthead .header {
    font-size: 3.5rem;
    line-height: 0.85;
    font-family: "proxima-nova", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: black;
    position: relative;
    left: -.05em; }
    @media only screen and (min-width: 736px) {
      .masthead .header {
        font-size: 4.5rem; } }
    .masthead .header em {
      font-style: normal;
      color: #F47548; }

/* Home/Archive
========================================================================== */
.loop-feature .thumbnail {
  display: block;
  margin-right: -1rem;
  margin-left: -1rem; }
  @media only screen and (min-width: 736px) {
    .loop-feature .thumbnail {
      margin-right: 0;
      margin-left: 0; } }
  .loop-feature .thumbnail img {
    width: 100%; }

.loop-feature .entry {
  background-color: #FFF;
  display: block;
  position: relative;
  padding: 1rem;
  margin-top: -2.5rem; }
  @media only screen and (min-width: 736px) {
    .loop-feature .entry {
      margin-top: -3rem;
      margin-right: 1rem;
      margin-left: 1rem;
      padding: 1rem; } }
  @media only screen and (min-width: 1024px) {
    .loop-feature .entry {
      margin-right: 1.5rem;
      margin-left: 1.5rem;
      margin-top: -6rem;
      padding: 1.5rem; } }

.loop-archive .thumbnail {
  min-height: 1px;
  float: left;
  width: 33.33333%;
  max-width: 165px; }
  @media only screen and (min-width: 736px) {
    .loop-archive .thumbnail {
      max-width: 330px; } }
  .loop-archive .thumbnail img {
    padding-right: 1rem;
    padding-bottom: 1rem; }

.loop-archive .entry p {
  display: none; }
  @media only screen and (min-width: 736px) {
    .loop-archive .entry p {
      display: block; } }

.loop-feature,
.loop-archive {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1rem; }
  .loop-feature:before,
  .loop-feature:after,
  .loop-archive:before,
  .loop-archive:after {
    content: ' ';
    display: table; }
  .loop-feature:after,
  .loop-archive:after {
    clear: both; }

.list {
  width: 100%;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e6e6e6; }
  .list:before,
  .list:after {
    content: ' ';
    display: table; }
  .list:after {
    clear: both; }
  .list .thumbnail {
    width: 70px;
    height: 60px;
    float: left;
    display: block;
    margin: 0 10px 10px 0; }
    .list .thumbnail img {
      width: 70px;
      height: 60px; }
  .list h3 {
    margin: 0;
    font-size: 13px;
    line-height: 1.2; }
  .list p {
    margin: 0 0 10px 0; }

p.category,
p.author {
  color: #999; }
  p.category a,
  p.author a {
    color: inherit;
    text-decoration: underline; }
    p.category a:hover,
    p.author a:hover {
      color: #EA5555; }

.avatar {
  float: left;
  margin: 3px 10px 10px 0;
  width: 100px;
  height: auto; }

.more-post-link {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .more-post-link:before,
  .more-post-link:after {
    content: ' ';
    display: table; }
  .more-post-link:after {
    clear: both; }
  .more-post-link .previous-page {
    float: left; }
  .more-post-link .next-page {
    float: right; }

.sidebar h3 {
  color: #811B74;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 20px 0;
  clear: both;
  text-transform: uppercase;
  letter-spacing: .06em; }

/* Single/Page
========================================================================== */
.pagetitle {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #811B74; }
  .pagetitle span {
    float: right; }

.article .entry {
  padding-top: 1rem;
  display: block;
  background: #fff;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .article .entry {
      padding: 1.5rem;
      margin: 0 5rem 2rem 2rem; } }

.featured-image {
  margin-left: -1rem;
  margin-right: -1rem; }
  @media only screen and (min-width: 736px) {
    .featured-image {
      margin-left: 0;
      margin-right: 0; } }

.featured-image img {
  max-width: 100%;
  height: auto; }

@media only screen and (min-width: 1024px) {
  .article .has-image .entry {
    margin-top: -6rem; } }

.entry .sharing {
  float: right;
  width: 60px;
  margin-left: 1rem; }
  @media only screen and (min-width: 1024px) {
    .entry .sharing {
      position: absolute;
      margin-left: 0;
      top: 120px;
      right: -75px; } }

.alignright {
  float: right;
  margin-top: 0;
  margin-left: 10px;
  margin-bottom: 10px; }

.alignleft {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px; }

.aligncenter {
  margin: 0 auto;
  display: block; }

.wp-caption {
  max-width: 100% !important;
  width: 100% !important; }

/* Social
========================================================================== */
.social {
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px; }
  .social:before,
  .social:after {
    content: ' ';
    display: table; }
  .social:after {
    clear: both; }

.social a {
  display: block;
  float: left;
  width: 26px;
  height: 25px;
  margin-right: 5px;
  text-indent: -99999px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 210px 55px;
  background-image: url(img/icons-social.png); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 144), only screen and (min-resolution: 144dppx) {
    .social a {
      background-image: url(img/icons-social@2x.png); } }

.social .facebook {
  background-position: 0px 0px; }

.social .facebook:hover {
  background-position: 0px -30px; }

.social .twitter {
  background-position: -35px 0px; }

.social .twitter:hover {
  background-position: -35px -30px; }

.social .googleplus {
  background-position: -69px 0px; }

.social .googleplus:hover {
  background-position: -69px -30px; }

.social .pinterest {
  background-position: -103px 0px; }

.social .pinterest:hover {
  background-position: -103px -30px; }

.social .rss {
  background-position: -137px 0px; }

.social .rss:hover {
  background-position: -137px -30px; }

.search input.input {
  text-transform: uppercase;
  letter-spacing: .06em;
  border: none;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 800;
  margin: 0;
  width: 38%;
  text-align: right;
  padding: 0px 5px;
  outline: none;
  font-size: 18px; }

.search input.input::-webkit-input-placeholder {
  color: #000; }

.search input.input:-moz-placeholder {
  color: #000; }

.search input.submit {
  width: 26px;
  height: 25px;
  padding: 0;
  margin-right: 5px;
  text-indent: -99999px;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -185px 0;
  background-size: 210px 55px;
  background-image: url(img/icons-social.png); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 144), only screen and (min-resolution: 144dppx) {
    .search input.submit {
      background-image: url(img/icons-social@2x.png); } }

.fb_iframe_widget iframe,
.fb_iframe_widget span {
  position: relative !important;
  width: 100% !important; }

.widget-facebook,
.widget-twitter,
.advertisement {
  margin: 10px 0 10px 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #e6e6e6; }

.advertisement img {
  display: block;
  margin: 10px 0;
  width: 100%; }

.tagcloud a {
  text-decoration: none;
  font-weight: bold;
  background: #F2754E;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin: 5px; }

.tagcloud a:hover {
  background: #454168; }

.fb-like {
  position: relative;
  top: -2px; }

/* Footer
========================================================================== */
.footer {
  background-image: url("img/bg-grid.png");
  background-size: 26px 26px;
  background-attachment: fixed; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 144), only screen and (min-resolution: 144dppx) {
    .footer {
      background-image: url("img/bg-grid@2x.png"); } }

.footer h3 {
  color: #000;
  text-transform: uppercase;
  letter-spacing: .06em; }

.footer a {
  text-decoration: none; }
  .footer a:hover {
    text-decoration: underline; }

.footer .social a i {
  width: 26px;
  height: 25px;
  position: relative;
  top: 6px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  background-size: 210px 55px;
  background-image: url(img/icons-social.png); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 144), only screen and (min-resolution: 144dppx) {
    .footer .social a i {
      background-image: url(img/icons-social@2x.png); } }

.footer .social a {
  float: none;
  width: auto;
  text-indent: 0;
  background-image: none;
  padding: 5px 0;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  font-style: italic; }

.footer .social .search {
  position: relative; }

.footer .social .input {
  background: none;
  text-align: left;
  width: 110px;
  padding: 5px 0 5px 33px; }

.footer .social .submit {
  position: absolute;
  left: 0; }

/* Dropdown Menu
========================================================================== */
#menu-toggle {
  display: block;
  background-image: url("img/bg-menu.png");
  text-decoration: none;
  padding: 7px 20px 6px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold; }

#menu {
  position: relative;
  z-index: 10;
  background-image: url("img/bg-menu.png");
  background-color: #F2754E;
  background-repeat: repeat-x;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800; }
  #menu:before,
  #menu:after {
    content: ' ';
    display: table; }
  #menu:after {
    clear: both; }
  #menu:before,
  #menu:after {
    content: ' ';
    display: table; }
  #menu:after {
    clear: both; }

#menu-header {
  padding: 0;
  margin: 0 auto;
  display: none;
  max-width: 65rem; }
  #menu-header:before,
  #menu-header:after {
    content: ' ';
    display: table; }
  #menu-header:after {
    clear: both; }

a.toggle-button {
  display: block;
  padding: 0.5em 1.5em;
  margin: .5em;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

a.toggle-button.active,
a.toggle-button:hover {
  background: #009BD9;
  color: #fff;
  border-radius: 5px; }

.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu {
  line-height: 1.0;
  z-index: 99; }

.sf-menu li:hover {
  visibility: inherit; }

.sf-menu li {
  float: left;
  position: relative; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu li {
  width: 100%;
  text-align: left; }

.sf-menu li ul a {
  padding: 1em 2em; }

.sf-menu a {
  text-decoration: none;
  padding: 1em 1em;
  margin: 0 0 0 0;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  background: none; }

.sf-menu li.sfHover a,
.sf-menu a:hover {
  color: #454168;
  background: url("img/bg-grid.png") fixed;
  outline: 0; }

.sf-menu ul {
  display: none; }

@media only screen and (min-width: 760px) {
  #menu-toggle {
    display: none; }
  #menu-header {
    overflow: visible !important;
    display: block !important; }
  a.toggle-button {
    display: inline-block; }
  .sf-menu a {
    padding: 14px 25px 10px 25px; }
  .sf-menu li {
    float: left;
    width: auto;
    text-align: left; }
  .sf-menu ul {
    display: block;
    position: absolute;
    top: -999em; }
  .sf-menu ul li {
    width: 100%; }
  .sf-menu li:hover ul,
  .sf-menu li.sfHover ul {
    left: 0;
    top: 40px;
    z-index: 99; }
  ul.sf-menu li:hover li ul,
  ul.sf-menu li.sfHover li ul {
    top: -999em; }
  ul.sf-menu li li:hover ul,
  ul.sf-menu li li.sfHover ul {
    left: 10em;
    top: 0; }
  ul.sf-menu li li:hover li ul,
  ul.sf-menu li li.sfHover li ul {
    top: -999em; }
  ul.sf-menu li li li:hover ul,
  ul.sf-menu li li li.sfHover ul {
    left: 10em;
    top: 0; }
  .sf-menu ul {
    width: 290px; }
  .sf-menu li.sfHover li a,
  .sf-menu li li a {
    line-height: 1;
    padding: 9px 40px 10px 25px;
    margin: 0 0 0 0;
    border-top: none;
    font-weight: normal;
    color: #fff;
    background: #F2754E; }
  .sf-menu li li a:hover {
    color: #fff;
    background: #454168; }
  .sf-menu a.sf-with-ul {
    min-width: 1px; }
  .sf-sub-indicator {
    position: absolute;
    display: none;
    right: .75em;
    top: 1.05em;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url("img/arrows-ffffff.png") no-repeat -10px -100px; }
  a > .sf-sub-indicator {
    top: .8em;
    background-position: 0 -100px; }
  a:focus > .sf-sub-indicator,
  a:hover > .sf-sub-indicator,
  a:active > .sf-sub-indicator,
  li:hover > a > .sf-sub-indicator,
  li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; }
  .sf-menu ul .sf-sub-indicator {
    background-position: -10px 0; }
  .sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0; }
  .sf-menu ul a:focus > .sf-sub-indicator,
  .sf-menu ul a:hover > .sf-sub-indicator,
  .sf-menu ul a:active > .sf-sub-indicator,
  .sf-menu ul li:hover > a > .sf-sub-indicator,
  .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; } }

/* Comments
========================================================================== */
.comment {
  padding: 0;
  border-bottom: 1px dotted #d9d9d9; }

.comment td {
  vertical-align: top; }

.comment-meta {
  position: relative;
  font-size: 12px;
  width: 75px; }

.comment-text p,
.comment-meta p {
  margin: 0 0 5px 0;
  padding: 0 0 0 0; }

.comment-meta .avatar {
  display: block;
  margin-top: 5px;
  width: 50px;
  height: 50px;
  float: none; }

.comment-author {
  color: #aaa9a9; }

.comment-author span {
  color: #000; }

.comment-author a,
.comment-author span {
  text-decoration: none;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal; }

.comment-author a:hover {
  text-decoration: underline; }

.comment-author,
.comment-date {
  line-height: 14px;
  font-size: 10px;
  color: #666; }

.comment-reply-link {
  position: absolute;
  bottom: 1px;
  text-decoration: none; }

.comment-reply-link:hover {
  text-decoration: underline; }

.comment-text p {
  color: #4b4b4b;
  font: 12px/1.5 Helvetica, Arial, sans-serif;
  margin-bottom: 15px; }

.children {
  margin-left: 80px; }

.children .children {
  margin-left: 50px; }

.children .comment {
  padding-left: 0; }

.post .comments ol {
  list-style: none;
  margin: 0; }

.post .comments ol li {
  list-style: none;
  margin: 0; }

.comments table,
.comments td {
  border-bottom: none; }

.respond p,
.nopassword {
  margin: 10px 0;
  font: 11px Helvetica, Arial, sans-serif; }

.nopassword {
  padding-left: 30px; }

.commentform {
  padding: 0; }

.comment_form {
  margin-bottom: 20px; }

.commentform table {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: none; }

.commentform td {
  vertical-align: top;
  width: 33.33%;
  border-bottom: none;
  padding: 0; }

.commentform td p {
  font: bold 11px Helvetica, Arial, sans-serif;
  color: #333;
  margin-bottom: 5px; }

.commentform td p span {
  color: #aaa9a9;
  font: italic 11px Georgia, Geneva, "Times New Roman", times; }

.commform-textarea {
  border: 1px solid #d9d9d9;
  padding: 10px;
  margin-bottom: 0; }

.comment {
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  border: none;
  border-color: #fff;
  overflow: auto;
  font-size: 13px;
  outline: none; }

.commform-author div {
  margin-right: 15px;
  border: 1px solid #d9d9d9;
  padding: 0px 5px; }

.commform-email div {
  border: 1px solid #d9d9d9;
  padding: 0px 5px; }

.commform-url p {
  margin-left: 15px !important; }

.commform-url div {
  margin-left: 15px;
  border: 1px solid #d9d9d9;
  padding: 0px 5px; }

.comment_form .author,
.comment_form .email,
.comment_form .url {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  font: 12px Helvetica, Arial, sans-serif;
  color: #333;
  outline: none; }

.comments ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.comments li {
  margin: 0;
  padding: 0;
  list-style: none; }

p.cancel-comment-reply {
  float: right;
  line-height: 28px;
  margin: 0; }

/* Galleria
========================================================================== */
.photo-galleria {
  margin-left: -40px;
  width: 570px;
  margin-bottom: 20px;
  margin-right: -50px; }

.galleria-stage {
  top: 0;
  bottom: 71px;
  left: 0;
  right: 0; }

.galleria-container {
  background-attachment: fixed;
  background-image: url("img/bg-grid.png");
  background-size: 26px 26px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 144), only screen and (min-resolution: 144dppx) {
    .galleria-container {
      background-image: url("img/bg-grid@2x.png"); } }

.galleria-thumbnails-container {
  height: 70px;
  left: 0;
  right: 0; }

.galleria-thumbnails .galleria-image {
  width: 80px;
  height: 70px;
  background: none;
  margin: 0 1px 0 0;
  border: none; }

.galleria-counter {
  color: #333; }

.galleria-info-link {
  background-color: #eaeaea; }

.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover,
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
  background-color: transparent; }

.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
  height: 70px; }

.galleria-carousel .galleria-thumbnails-list {
  margin: 0; }

.galleria-thumb-nav-left {
  background-position: -495px center; }

.galleria-thumb-nav-right {
  background-position: -578px center; }

.galleria-thumbnails-container .disabled {
  display: none; }

/* MailChimp Form Embed Code
-----------------------------------------------*/
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left; }

#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox; }

#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio; }

#mc_embed_signup input:focus {
  border-color: #333; }

#mc_embed_signup .small-meta {
  font-size: 11px; }

#mc_embed_signup .nowrap {
  white-space: nowrap; }

#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  padding-bottom: 1rem; }

#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%; }

#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
  font-family: "proxima-nova",sans-serif;
  font-size: 14px; }

#mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
  border: 1px solid #e6e6e6;
  -webkit-appearance: none; }

#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px; }

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
  padding: 5px 0; }

#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0; }

#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px; }

#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
  width: 30px; }

#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
  display: none; }

#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%; }

#mc_embed_signup .asterisk {
  color: #c60;
  font-size: 200%; }

#mc_embed_signup .mc-field-group .asterisk {
  position: absolute;
  top: 25px;
  right: 10px; }

#mc_embed_signup .clear {
  clear: both; }

#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none; }

#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0; }

#mc_embed_signup .mc-field-group.input-group label {
  display: inline; }

#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none; }

#mc_embed_signup div.response {
  font-family: "proxima-nova",sans-serif;
  line-height: 1.3;
  width: 83%;
  margin-bottom: 10px; }

#mc_embed_signup #mce-error-response {
  display: none; }

#mc_embed_signup #mce-success-response {
  color: #EA5555;
  display: none; }

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0; }

#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block; }

#mc_embed_signup #num-subscribers {
  font-size: 1.1em; }

#mc_embed_signup #num-subscribers span {
  padding: .5em;
  border: 1px solid #ccc;
  margin-right: .5em;
  font-weight: bold; }

#mc_embed_signup {
  margin: 10px 0 10px 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #e6e6e6; }

#mc_embed_signup input.mce_inline_error {
  border-color: #EA5555 !important; }

#mc_embed_signup div.mce_inline_error {
  background-color: #EA5555 !important;
  font-family: "proxima-nova",sans-serif; }

/*! fancyBox v2.1.5 fancyapps.com
-----------------------------------------------*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  border-radius: 0px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("img/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("img/fancybox_overlay_white.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 144), only screen and (min-resolution: 144dppx) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
