/*!
Theme Name: Große Schule
Theme URI: http://polyplanet.de/
Author: POLYPLANET
Author URI: http://polyplanet.de/
Description: Flexibles und Umfangreiches WordPress Theme für Hamburger Schulen.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: schhool
Tags: school, hamburg
*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 1.25), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * 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 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
a {
  text-decoration: none;
}
/**
 * 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,
.no-touch a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * 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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/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;
}
html.js .no-js,
html.no-js .js {
  display: none;
}
/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/* layout */
.content-column {
  width: 100%;
  max-width: 64em;
  margin: 0 auto;
}
#wrap .sidebar.secondary {
  background: #f2f4f7;
}
@media only screen and (min-width: 48em) {
  #wrap .sidebar.secondary .widget {
    float: left;
    width: 46%;
    margin: 0 2%;
  }
}
@media only screen and (max-width: 64em) {
  .main {
    padding: 1em 1em;
  }
}
@media only screen and (min-width: 64em) {
  /* content */
  #wrap .main {
    float: left;
    width: 65%;
  }
  #wrap .sidebar.secondary {
    margin-left: 3%;
    float: left;
    width: 32%;
    background: transparent;
  }
  #wrap .sidebar.secondary .widget {
    float: none;
    width: 100%;
  }
}
.breadcrumbs,
.homepage-slider {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f4f7), color-stop(1, #f2f4f7));
  background: -ms-linear-gradient(bottom, #f2f4f7, #f2f4f7);
  background: -moz-linear-gradient(center bottom, #f2f4f7 0%, #f2f4f7 100%);
  background: -o-linear-gradient(#f2f4f7, #f2f4f7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f4f7', endColorstr='#f2f4f7', GradientType=0);
  -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1) inset;
  padding: 1em 0;
}
.homepage-slider {
  padding-bottom: 40px;
}
/* Slider */
.flexslider .slides {
  /*give it a fixes ratio 16:9 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.flexslider .slide {
  /*give it a fixes ratio 16:9 */
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  height: 0;
}
.flexslider .slide.scale-width .slider-image {
  width: 100%;
  height: auto !important;
}
.flexslider .slide.scale-height .slider-image {
  width: auto !important;
  height: 100%;
}
.flexslider .slide .slider-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}
.flexslider .slider-placeholder,
.flexslider .slider-image {
  position: absolute;
  top: 0;
  left: 0;
}
.flexslider .slider-teaser {
  background: #d5dce3;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  color: #646d75;
  text-shadow: 1px 1px #ffffff;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  position: absolute;
  bottom: 75px;
  right: 0;
  padding: 25px 25px 18px;
}
.flexslider .slider-teaser h1 {
  font-size: 30px;
  color: #2a343e;
  line-height: 24px;
  margin: 0.5em 0 0 0;
}
.flexslider .slider-teaser .slide-excerpt {
  margin-top: 0.5em;
}
.flexslider .flex-control-nav li a {
  display: block;
  background: #d5dce3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) inset;
}
.flexslider .flex-control-nav li a.flex-active {
  background: #217db9;
}
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
body {
  color: #2a343e;
  line-height: 1.5;
  margin: 0;
}
a {
  color: #217db9;
  text-decoration: none;
}
a:visited {
  color: #7C8D9B;
}
a:focus {
  outline: thin dotted;
}
.no-touch a:active,
.no-touch a:hover {
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
  clear: both;
  line-height: 1.3;
  margin: 0.5em 0;
}
h1 {
  font-size: 1.85em;
  color: #217db9;
}
h2 {
  font-size: 1.54em;
}
h3 {
  font-size: 1.38em;
}
h4 {
  font-size: 1.23em;
  font-weight: normal;
}
h5 {
  font-size: 1.077em;
  font-weight: normal;
}
h6 {
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
}
address {
  font-style: italic;
  margin: 0 0 24px;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ffffbb;
}
p {
  margin: 0 0 24px;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  background: #f2f4f7;
  color: #2a343e;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
q:lang(en) {
  quotes: "“" "”" "'" "'";
}
q:lang(de) {
  quotes: "„" "“" "‘" "’";
}
q:lang(fr) {
  quotes: "«" "»" "‹" "›";
}
q:lang(es) {
  quotes: "«" "»" "'" "'";
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}
blockquote blockquote {
  margin-right: 0;
}
blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
small {
  font-size: smaller;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl {
  margin: 0 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 20px;
}
menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}
ul {
  list-style-type: square;
}
nav > ul,
nav > ol {
  list-style: none;
  list-style-image: none;
}
li > ul,
li > ol {
  margin: 0;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #f2f4f7;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-bottom: 1px solid #f2f4f7;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
caption {
  font-size: 16px;
  margin: 20px 0;
}
th {
  font-weight: bold;
  text-transform: uppercase;
  background: #f2f4f7;
}
td {
  border-top: 1px solid #f2f4f7;
  padding: 6px 10px 6px 0;
}
del {
  color: #770000;
}
ins {
  text-decoration: none;
}
hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}
.search-submit {
  display: inline;
  font-family: Genericons;
  font-size: 24px;
  margin: 0;
  padding: 0 3px;
  border-style: none;
  background: #217db9;
  color: #ffffff;
  height: 28px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.search-submit .label {
  display: none;
}
.widget-content .wp-polls .Buttons,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: #217db9;
  color: #ffffff;
  border-style: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 1em;
  height: 28px;
}
.no-touch button:hover,
.no-touch button:focus,
.no-touch input[type="submit"]:hover,
.no-touch input[type="button"]:hover,
.no-touch input[type="reset"]:hover,
.no-touch input[type="submit"]:focus,
.no-touch input[type="button"]:focus,
.no-touch input[type="reset"]:focus {
  background: #155178;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  background: #ffffbb;
  color: #2a343e;
}
.page-top-nav {
  float: left;
}
.page-top-nav ul {
  float: left;
  padding: 0 0.5em 0 0.5em;
  margin: 0;
}
.page-top-nav li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.85em;
  padding: 0.2em 0.5em;
}
.page-top-nav li a {
  color: #646d75;
}
.page-top-nav .sub-menu {
  display: none;
}
.no-touch .page-top-nav li a:hover {
  color: #217db9;
}
.main-nav {
  /*nav*/
  font-size: 0.9em;
  position: relative;
}
.main-nav .toggle-expanded {
  font-family: Genericons;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5em;
  color: #ffffff;
}
.main-nav .nav-menu {
  /*ul*/
  margin: 0;
  padding: 0;
  background: #217db9;
  height: 2em;
  overflow: hidden;
}
.main-nav .expanded.nav-menu,
.main-nav .expanded .nav-menu {
  height: auto;
  overflow: visible;
}
.main-nav .page_item,
.main-nav .menu-item {
  margin: 0 0 0 1em;
  padding: 0;
  border: 1px solid transparent;
}
.main-nav .page_item a,
.main-nav .menu-item a {
  display: block;
  padding: 0.25em 0.75em;
  color: #ffffff;
}
.main-nav .page_item .page_item,
.main-nav .menu-item .page_item,
.main-nav .page_item .menu-item,
.main-nav .menu-item .menu-item {
  padding: 0.25em 0;
  margin: 0 1em;
  white-space: nowrap;
  border-style: none;
  position: relative;
  border-top: 1px solid #d5dce3;
}
.main-nav .page_item .page_item:first-child,
.main-nav .menu-item .page_item:first-child,
.main-nav .page_item .menu-item:first-child,
.main-nav .menu-item .menu-item:first-child {
  border-top-style: none;
}
.main-nav .children,
.main-nav .sub-menu {
  -webkit-backface-visibility: hidden;
  margin: 0;
  padding: 0.5em 0 0.5em 0;
  z-index: 99;
  background: #217db9;
}
.no-js .main-nav .nav-menu {
  height: auto;
  overflow: visible;
}
@media only screen and (min-width: 32em) {
  .site-title-section {
    padding: 0;
  }
  .main-nav {
    /*nav*/
    float: right;
    margin: 3em 0;
    font-size: 0.9em;
  }
  .main-nav .toggle-expanded {
    display: none;
  }
  .main-nav .nav-menu {
    /*ul*/
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: auto;
    overflow: visible;
  }
  .main-nav .page_item,
  .main-nav .menu-item {
    /*li*/
    margin: 0 0 0 1em;
    padding: 0;
    position: relative;
    overflow: hidden;
    float: left;
    border: 1px solid transparent;
    color: #646d75;
  }
  .main-nav .page_item a,
  .main-nav .menu-item a {
    /*li a*/
    display: block;
    padding: 0.25em 0.75em;
    color: #646d75;
  }
  .main-nav .page_item.current_page_ancestor,
  .main-nav .menu-item.current_page_ancestor,
  .main-nav .page_item.current_page_parent,
  .main-nav .menu-item.current_page_parent,
  .main-nav .page_item.current_page_item,
  .main-nav .menu-item.current_page_item,
  .main-nav .page_item.current-menu-ancestor,
  .main-nav .menu-item.current-menu-ancestor,
  .main-nav .page_item.current-menu-parent,
  .main-nav .menu-item.current-menu-parent,
  .main-nav .page_item.current-menu-item,
  .main-nav .menu-item.current-menu-item {
    background: #217db9;
    color: #ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 -1px #0B4888, 0 1px #ffffff;
    -moz-box-shadow: 0 -1px #0B4888, 0 1px #ffffff;
    box-shadow: 0 -1px #0B4888, 0 1px #ffffff;
  }
  .main-nav .page_item.current_page_ancestor a,
  .main-nav .menu-item.current_page_ancestor a,
  .main-nav .page_item.current_page_parent a,
  .main-nav .menu-item.current_page_parent a,
  .main-nav .page_item.current_page_item a,
  .main-nav .menu-item.current_page_item a,
  .main-nav .page_item.current-menu-ancestor a,
  .main-nav .menu-item.current-menu-ancestor a,
  .main-nav .page_item.current-menu-parent a,
  .main-nav .menu-item.current-menu-parent a,
  .main-nav .page_item.current-menu-item a,
  .main-nav .menu-item.current-menu-item a {
    /*a*/
    color: #ffffff;
  }
  .main-nav .page_item .page_item,
  .main-nav .menu-item .page_item,
  .main-nav .page_item .menu-item,
  .main-nav .menu-item .menu-item {
    /*li li*/
    float: none;
    padding: 0.25em 0;
    margin: 0;
    white-space: nowrap;
    border-style: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-top: 1px solid #d5dce3;
  }
  .main-nav .page_item .page_item:first-child,
  .main-nav .menu-item .page_item:first-child,
  .main-nav .page_item .menu-item:first-child,
  .main-nav .menu-item .menu-item:first-child {
    /*li li*/
    border-top-style: none;
  }
  .main-nav .page_item .page_item .children,
  .main-nav .menu-item .page_item .children,
  .main-nav .page_item .menu-item .children,
  .main-nav .menu-item .menu-item .children,
  .main-nav .page_item .page_item .sub-menu,
  .main-nav .menu-item .page_item .sub-menu,
  .main-nav .page_item .menu-item .sub-menu,
  .main-nav .menu-item .menu-item .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    padding-bottom: 0;
  }
  .main-nav .page_item .page_item a,
  .main-nav .menu-item .page_item a,
  .main-nav .page_item .menu-item a,
  .main-nav .menu-item .menu-item a {
    margin: 0 1em;
  }
  .main-nav .page_item > .children,
  .main-nav .menu-item > .children,
  .main-nav .page_item > .sub-menu,
  .main-nav .menu-item > .sub-menu {
    /*ul*/
    -webkit-backface-visibility: hidden;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out ease-out;
    -moz-transition: all 0.3s ease-in-out ease-out;
    -o-transition: all 0.3s ease-in-out ease-out;
    transition: all 0.3s ease-in-out ease-out;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
    border: 1px solid #ffffff;
    background: #217db9;
  }
}
.no-touch .main-nav {
  /*nav*/
}
.no-touch .main-nav .page_item,
.no-touch .main-nav .menu-item {
  /*li*/
}
.no-touch .main-nav .page_item:hover,
.no-touch .main-nav .menu-item:hover {
  background: #217db9;
  color: #ffffff;
  overflow: visible;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 -1px #0B4888, 0 1px #FFFFFF;
  -moz-box-shadow: 0 -1px #0B4888, 0 1px #FFFFFF;
  box-shadow: 0 -1px #0B4888, 0 1px #FFFFFF;
}
.no-touch .main-nav .page_item:hover a,
.no-touch .main-nav .menu-item:hover a {
  /*a*/
  color: #ffffff;
  text-decoration: none;
}
.no-touch .main-nav .page_item:hover > .children,
.no-touch .main-nav .menu-item:hover > .children,
.no-touch .main-nav .page_item:hover > .sub-menu,
.no-touch .main-nav .menu-item:hover > .sub-menu {
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.no-touch .main-nav .page_item:hover .page_item,
.no-touch .main-nav .menu-item:hover .page_item,
.no-touch .main-nav .page_item:hover .menu-item,
.no-touch .main-nav .menu-item:hover .menu-item {
  /*li*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.no-touch .main-nav .page_item:hover .page_item:hover,
.no-touch .main-nav .menu-item:hover .page_item:hover,
.no-touch .main-nav .page_item:hover .menu-item:hover,
.no-touch .main-nav .menu-item:hover .menu-item:hover {
  margin: 0;
  background: #3298db;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3298db), color-stop(1, #217db9));
  background: -ms-linear-gradient(bottom, #3298db, #217db9);
  background: -moz-linear-gradient(center bottom, #3298db 0%, #217db9 100%);
  background: -o-linear-gradient(#217db9, #3298db);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#217db9', endColorstr='#3298db', GradientType=0);
}
.no-touch .main-nav .page_item:hover .page_item:first-child,
.no-touch .main-nav .menu-item:hover .page_item:first-child,
.no-touch .main-nav .page_item:hover .menu-item:first-child,
.no-touch .main-nav .menu-item:hover .menu-item:first-child {
  -webkit-border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  border-radius: 7px 7px 0px 0px;
}
.no-touch .main-nav .page_item:hover .page_item:last-child,
.no-touch .main-nav .menu-item:hover .page_item:last-child,
.no-touch .main-nav .page_item:hover .menu-item:last-child,
.no-touch .main-nav .menu-item:hover .menu-item:last-child {
  -webkit-border-radius: 0px 0px 7px 7px;
  -moz-border-radius: 0px 0px 7px 7px;
  border-radius: 0px 0px 7px 7px;
}
.no-touch .main-nav .page_item:hover .page_item:last-child:first-child,
.no-touch .main-nav .menu-item:hover .page_item:last-child:first-child,
.no-touch .main-nav .page_item:hover .menu-item:last-child:first-child,
.no-touch .main-nav .menu-item:hover .menu-item:last-child:first-child {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
/* breadcrumbs */
.breadcrumb-trail {
  -webkit-box-shadow: 1px 1px #ffffff;
  -moz-box-shadow: 1px 1px #ffffff;
  box-shadow: 1px 1px #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  padding-right: 0.5em;
  background: #d5dce3;
  overflow: hidden;
  color: #5e768e;
}
.breadcrumb-trail .item,
.breadcrumb-trail a {
  float: left;
  display: block;
  padding: 0.25em 0.5em;
}
.breadcrumb-trail a {
  text-shadow: 1px 1px 1px #ffffff;
  color: #2a343e;
  background: #b6c3cf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b6c3cf), color-stop(1, #d5dce3));
  background: -ms-linear-gradient(bottom, #b6c3cf, #d5dce3);
  background: -moz-linear-gradient(center bottom, #b6c3cf 0%, #d5dce3 100%);
  background: -o-linear-gradient(#d5dce3, #b6c3cf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5dce3', endColorstr='#b6c3cf', GradientType=0);
  border-right: 1px solid #98a9ba;
}
.header {
  background: #d5dce3;
  border-bottom: 1px solid #d5dce3;
  -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1) inset;
}
.site-title-section {
  padding: 1em 0;
  display: flex;
  flex-wrap: wrap;
}
/* logo and heading */
.site-logo {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}
.site-logo img {
  max-width: 100%;
}
.site-heading {
  display: inline-block;
  vertical-align: bottom;
}
.site-heading h1 {
  margin: 0;
  padding: 0;
  font-size: 2em;
  line-height: 1em;
}
.site-heading h1 a {
  color: #217db9;
}
.site-heading h2 {
  margin: 0;
  padding: 0;
  color: #646d75;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
}
/* search */
/*page-top*/
.page-top {
  float: right;
  padding: 0.2em;
  background: #c0cad5;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  -webkit-box-shadow: 1px 1px #ffffff;
  -moz-box-shadow: 1px 1px #ffffff;
  box-shadow: 1px 1px #ffffff;
}
.page-top-sidebar {
  float: left;
}
.page-top-sidebar .widget {
  margin: 0;
}
.no-touch .breadcrumb-trail a:hover {
  color: #217db9;
}
.footer-top {
  padding: 50px 0 35px !important;
  background-color: #f2f4f7;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f4f7), color-stop(1, #f2f4f7));
  background: -ms-linear-gradient(bottom, #f2f4f7, #f2f4f7);
  background: -moz-linear-gradient(center bottom, #f2f4f7 0%, #f2f4f7 100%);
  background: -o-linear-gradient(#f2f4f7, #f2f4f7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f4f7', endColorstr='#f2f4f7', GradientType=0);
}
.footer-bottom {
  background: #4a535e;
  border-top: 1px solid #959fac;
  color: #d5dce3;
  padding-top: 0.5em;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.3);
}
.footer-nav,
.sidebar.page-foot {
  font-size: 0.85em;
}
.sidebar.page-foot {
  padding: 0.5em 0;
}
/* foot menu */
.footer-nav {
  margin-bottom: 1em;
}
.footer-nav a {
  color: #ffffff;
}
.footer-nav .sub-menu,
.footer-nav .nav-menu {
  padding: 0;
  margin: 0;
}
.footer-nav .sub-menu .sub-menu {
  border-style: none;
}
.footer-nav .menu-item {
  float: left;
  margin-right: 0.25em;
  min-width: 9em;
}
.footer-nav .menu-item a {
  display: block;
  font-weight: bold;
  padding: 0.25em 0.5em;
}
.footer-nav .menu-item .menu-item {
  float: none;
}
.footer-nav .menu-item .menu-item a {
  font-weight: normal;
}
.footer-nav .menu-item .menu-item .sub-menu {
  margin: 0;
}
.footer-nav .menu-item .menu-item .menu-item a:before {
  content: '— ';
}
.footer-nav .menu-item .menu-item .menu-item .menu-item a:before {
  content: '—— ';
}
.footer-nav .menu-item .menu-item .menu-item .menu-item .menu-item a:before {
  content: '——— ';
}
.footer-nav .current-menu-item > a,
.footer-nav .current_page_item > a {
  color: #ffffbb;
}
@media only screen and (min-width: 48em) {
  /* footer */
  .footer-top .widget {
    float: left;
    width: 50%;
  }
  .footer-top .widget .widget-content {
    padding: 0 4%;
  }
  .footer-top .widget .widget-content:first-child {
    padding-left: 0;
  }
  .sidebar.page-foot {
    float: right;
  }
  .footer-nav {
    float: left;
  }
  .footer-nav .menu-item {
    float: left;
  }
}
@media only screen and (min-width: 64em) {
  /* footer */
  .footer-top .widget {
    width: 25%;
  }
}
.search-form {
  line-height: 1em;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
input.search-field {
  display: inline;
  vertical-align: top;
  margin: 0;
  padding: 0 0.25em;
  height: 28px;
  background: #ffffff;
  border-style: none;
  outline: none;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  width: 12em;
}
input.search-field:focus {
  outline: none;
  background: #ffffbb;
}
.search-submit {
  display: inline;
  font-family: Genericons;
  font-size: 24px;
  padding: 0 3px;
  border-style: none;
  background: #3778a3;
  color: #ffffff;
  height: 28px;
  margin: 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.search-submit .label {
  display: none;
}
/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}
img.alignright {
  margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 5px auto;
}
img.alignnone {
  margin: 5px 0;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  background-color: #f2f4f7;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  padding: 0.5em 1em;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}
.hentry img {
  max-width: 100%;
  height: auto !important;
}
.post-media {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.post-media iframe,
.post-media object,
.post-media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-thumbnail .attachment-post-thumbnail {
  width: 100%;
}
.gallery {
  *zoom: 1;
  clear: both;
}
.gallery:before,
.gallery:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.gallery:after {
  clear: both;
}
.gallery:before,
.gallery:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.gallery:after {
  clear: both;
}
.gallery br {
  display: none;
}
.gallery .attachment-thumbnail {
  width: 100%;
  height: auto;
}
.gallery .gallery-item {
  position: relative;
  margin: 0;
  margin-right: 2%;
  margin-top: 2%;
  float: left;
  overflow: hidden;
}
.gallery .gallery-caption {
  position: absolute;
  padding: 0;
  margin: 0;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 80%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 48%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 31%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 23%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 18%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 14.6%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 12.28%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 10.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 9.11%;
}
.no-touch .gallery-item:focus .gallery-caption,
.no-touch .gallery-item:hover .gallery-caption {
  pointer-events: none;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.5em;
  font-size: 0.75em;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  text-shadow: 1px 1px #ffffff;
}
.hentry a:visited {
  color: #217db9;
}
.image-navigation,
.nav-links {
  margin: 1em 0;
}
.image-navigation a,
.nav-links a {
  -webkit-box-shadow: -1px -1px #798695;
  -moz-box-shadow: -1px -1px #798695;
  box-shadow: -1px -1px #798695;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  padding: 0 0.5em;
  background: #d5dce3;
  overflow: hidden;
  color: #5e768e;
  color: #2a343e;
  margin-bottom: 0.25em;
  max-width: 45%;
  height: 24px;
  position: relative;
  text-shadow: 1px 1px 1px #ffffff;
}
.image-navigation a .meta-nav,
.nav-links a .meta-nav {
  font-family: Genericons;
  position: absolute;
  left: 0;
  top: 0;
}
.image-navigation a[rel='prev'],
.nav-links a[rel='prev'] {
  float: left;
  padding-left: 1.5em;
}
.image-navigation a[rel='next'],
.nav-links a[rel='next'] {
  float: right;
  padding-right: 1.5em;
  text-align: right;
}
.image-navigation a[rel='next'] .meta-nav,
.nav-links a[rel='next'] .meta-nav {
  left: auto;
  right: 0;
}
.no-touch .image-navigation a:hover,
.no-touch .nav-links a:hover {
  color: #ffffff;
  text-shadow: 1px 1px 1px #2a343e;
  background: #217db9;
  text-decoration: none;
}
.page-links {
  *zoom: 1;
  text-align: center;
  margin: 1em auto;
}
.page-links:before,
.page-links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page-links:after {
  clear: both;
}
.page-links:before,
.page-links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page-links:after {
  clear: both;
}
.page-links .page-links-title {
  display: none;
}
.page-links a,
.page-links span {
  display: inline-block;
  padding: 0 0.5em;
  border: 1px solid #217db9;
  margin-right: 0.125em;
}
.page-links span {
  background: #217db9;
  color: #ffffff;
}
.page-links a {
  border-width: 1px;
}
.page-links a span {
  color: #2a343e;
  background: transparent;
  padding: 0;
  margin: 0;
  border-style: none;
}
@media only screen and (min-width: 48em) {
  .no-touch .page-links a:hover {
    background: #217db9;
  }
  .no-touch .page-links a:hover span {
    color: #ffffff;
  }
}
/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */
.comment-list {
  background: #d5dce3;
  padding: 0;
  font-size: 0.9em;
}
.comment {
  *zoom: 1;
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
}
.comment:before,
.comment:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment:after {
  clear: both;
}
.comment:before,
.comment:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment:after {
  clear: both;
}
.comment.even {
  background: #f2f4f7;
}
.comment.odd {
  background: #d5dce3;
}
.comment .comment {
  margin-left: 0.5em;
  border-left: 0.5em solid #98a9ba;
}
.comment a:visited {
  color: #217db9;
}
.comment .is-author {
  color: #770000;
  border-left-color: #770000;
}
.comment-list,
.comment-list .children {
  list-style-type: none;
}
.comment-wrap {
  margin-left: 0.5em;
  padding-left: 4.5em;
}
.comment .reply {
  float: right;
  clear: both;
  line-height: 1em;
  padding: 0.5em;
}
.comment .reply a:before {
  color: #217db9;
  font-size: 1.5em;
  font-family: Genericons;
  content: '\f411';
}
.comment .children {
  padding: 0;
}
.avatar {
  float: left;
  display: block;
  margin: 0.5em;
  max-width: 3.5em;
  height: auto !important;
}
.comment-body {
  clear: both;
}
.says {
  display: none;
}
/*

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}


.comment-content {
	margin-left:4.5em;
}

.comment-meta,
.comment-meta a {
	color: @active_color;
}

.comment-meta a:hover {
	color: @active_color;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}
*/
/* Comment form */
.comment-respond {
  background-color: #f2f4f7;
  padding: 1em 0.5em;
}
.comment .comment-respond {
  margin-bottom: 20px;
  padding: 20px;
}
.comment-reply-title small a {
  color: #2a343e;
  display: inline-block;
  float: right;
  height: 16px;
  overflow: hidden;
  width: 16px;
}
.no-touch .comment-reply-title small a:hover {
  color: #217db9;
  text-decoration: none;
}
.comment-reply-title small a:before {
  content: "\f406";
  vertical-align: top;
}
.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
  padding: 0;
}
.comment-form .comment-notes {
  margin-bottom: 15px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 8px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form-comment {
  clear: both;
}
.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
  float: left;
  padding: 5px 0;
  width: 8em;
  white-space: nowrap;
}
.comment-form .required {
  color: #770000;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}
@media only screen and (min-width: 32em) {
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"] {
    max-width: 270px;
    width: 60%;
  }
}
.comment-form textarea {
  width: 100%;
}
.form-allowed-tags,
.form-allowed-tags code {
  font-size: 12px;
}
.form-allowed-tags code {
  font-size: 10px;
  margin-left: 3px;
}
.comment-list .pingback,
.comment-list .trackback {
  padding-top: 24px;
}
.comment-navigation {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0 auto;
  max-width: 604px;
  padding: 20px 0 30px;
  width: 100%;
}
.no-comments {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.sidebar .no-comments {
  padding-left: 60px;
  padding-right: 376px;
}
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
}
.entry-meta {
  clear: both;
  font-size: 14px;
}
.entry-meta > span {
  margin-right: 20px;
}
.entry-meta > span:last-child {
  margin-right: 0;
}
.featured-post:before {
  content: "\f308";
  margin-right: 2px;
}
.entry-meta .date a:before {
  content: "\f303";
}
.comments-link a:before {
  content: "\f300";
  margin-right: 2px;
  position: relative;
  top: -1px;
}
.entry-meta .author a:before {
  content: "\f304";
  position: relative;
  top: -1px;
}
.categories-links a:first-child:before {
  content: "\f301";
}
.tags-links a:first-child:before {
  content: "\f302";
  position: relative;
  top: -1px;
}
.edit-link a:before {
  content: "\f411";
  position: relative;
  top: -1px;
  white-space: no-wrap;
}
.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
  display: none;
}
.entry-title {
  position: relative;
}
.entry-title:before {
  font-family: Genericons;
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 0.5em;
  color: #97c1dc;
}
.format-audio .entry-title:before {
  content: '\f109';
}
.format-chat .entry-title:before {
  content: '\f108';
}
.format-image .entry-title:before {
  content: '\f102';
}
.format-link .entry-title:before {
  content: '\f107';
}
.format-quote .entry-title:before {
  content: '\f300';
}
.format-status .entry-title:before {
  content: '\f308';
}
.format-video .entry-title:before {
  content: '\f213';
}
.widget ul,
.widget li {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.widget ul li {
  cursor: pointer;
}
.widget ul li a {
  display: block;
  border-bottom: 1px solid #d5dce3;
  padding: 0.5em 0 0.5em 0;
}
.widget ul li li a {
  padding-left: 1em;
}
.widget ul li li li a {
  padding-left: 2em;
}
.widget ul li li li li a {
  padding-left: 3em;
}
.widget ul li li li li li a {
  padding-left: 4em;
}
.widget.widget_recent_comments ul li {
  display: block;
  border-bottom: 1px solid #d5dce3;
  padding: 0.5em 0 0.5em 0;
}
.widget.widget_recent_comments ul li a {
  display: inline;
  border-style: none;
}
@media only screen and (min-width: 48em) {
  /* content */
}
@media only screen and (min-width: 64em) {
  /* content */
}
