@charset "UTF-8";
/**
OLD CONCERN: This doesn't seem to be a problem anymore, and the absolute path was affecting development
on other domains, so we're using relative now.  If it becomes a problem again, well, here's the solution.
// use the absolute url because BWP minify will mess the reference up
$ionicons-font-path: 'http://apt613.ca/wp-content/themes/apt613/bower_components/ionicons/fonts/';
**/
/*! 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; }

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("/wp-content/themes/apt613/bower_components/ionicons/fonts//ionicons.eot?v=2.0.0");
  src: url("/wp-content/themes/apt613/bower_components/ionicons/fonts//ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("/wp-content/themes/apt613/bower_components/ionicons/fonts//ionicons.ttf?v=2.0.0") format("truetype"), url("/wp-content/themes/apt613/bower_components/ionicons/fonts//ionicons.woff?v=2.0.0") format("woff"), url("/wp-content/themes/apt613/bower_components/ionicons/fonts//ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: ""; }

.ion-alert-circled:before {
  content: ""; }

.ion-android-add:before {
  content: ""; }

.ion-android-add-circle:before {
  content: ""; }

.ion-android-alarm-clock:before {
  content: ""; }

.ion-android-alert:before {
  content: ""; }

.ion-android-apps:before {
  content: ""; }

.ion-android-archive:before {
  content: ""; }

.ion-android-arrow-back:before {
  content: ""; }

.ion-android-arrow-down:before {
  content: ""; }

.ion-android-arrow-dropdown:before {
  content: ""; }

.ion-android-arrow-dropdown-circle:before {
  content: ""; }

.ion-android-arrow-dropleft:before {
  content: ""; }

.ion-android-arrow-dropleft-circle:before {
  content: ""; }

.ion-android-arrow-dropright:before {
  content: ""; }

.ion-android-arrow-dropright-circle:before {
  content: ""; }

.ion-android-arrow-dropup:before {
  content: ""; }

.ion-android-arrow-dropup-circle:before {
  content: ""; }

.ion-android-arrow-forward:before {
  content: ""; }

.ion-android-arrow-up:before {
  content: ""; }

.ion-android-attach:before {
  content: ""; }

.ion-android-bar:before {
  content: ""; }

.ion-android-bicycle:before {
  content: ""; }

.ion-android-boat:before {
  content: ""; }

.ion-android-bookmark:before {
  content: ""; }

.ion-android-bulb:before {
  content: ""; }

.ion-android-bus:before {
  content: ""; }

.ion-android-calendar:before {
  content: ""; }

.ion-android-call:before {
  content: ""; }

.ion-android-camera:before {
  content: ""; }

.ion-android-cancel:before {
  content: ""; }

.ion-android-car:before {
  content: ""; }

.ion-android-cart:before {
  content: ""; }

.ion-android-chat:before {
  content: ""; }

.ion-android-checkbox:before {
  content: ""; }

.ion-android-checkbox-blank:before {
  content: ""; }

.ion-android-checkbox-outline:before {
  content: ""; }

.ion-android-checkbox-outline-blank:before {
  content: ""; }

.ion-android-checkmark-circle:before {
  content: ""; }

.ion-android-clipboard:before {
  content: ""; }

.ion-android-close:before {
  content: ""; }

.ion-android-cloud:before {
  content: ""; }

.ion-android-cloud-circle:before {
  content: ""; }

.ion-android-cloud-done:before {
  content: ""; }

.ion-android-cloud-outline:before {
  content: ""; }

.ion-android-color-palette:before {
  content: ""; }

.ion-android-compass:before {
  content: ""; }

.ion-android-contact:before {
  content: ""; }

.ion-android-contacts:before {
  content: ""; }

.ion-android-contract:before {
  content: ""; }

.ion-android-create:before {
  content: ""; }

.ion-android-delete:before {
  content: ""; }

.ion-android-desktop:before {
  content: ""; }

.ion-android-document:before {
  content: ""; }

.ion-android-done:before {
  content: ""; }

.ion-android-done-all:before {
  content: ""; }

.ion-android-download:before {
  content: ""; }

.ion-android-drafts:before {
  content: ""; }

.ion-android-exit:before {
  content: ""; }

.ion-android-expand:before {
  content: ""; }

.ion-android-favorite:before {
  content: ""; }

.ion-android-favorite-outline:before {
  content: ""; }

.ion-android-film:before {
  content: ""; }

.ion-android-folder:before {
  content: ""; }

.ion-android-folder-open:before {
  content: ""; }

.ion-android-funnel:before {
  content: ""; }

.ion-android-globe:before {
  content: ""; }

.ion-android-hand:before {
  content: ""; }

.ion-android-hangout:before {
  content: ""; }

.ion-android-happy:before {
  content: ""; }

.ion-android-home:before {
  content: ""; }

.ion-android-image:before {
  content: ""; }

.ion-android-laptop:before {
  content: ""; }

.ion-android-list:before {
  content: ""; }

.ion-android-locate:before {
  content: ""; }

.ion-android-lock:before {
  content: ""; }

.ion-android-mail:before {
  content: ""; }

.ion-android-map:before {
  content: ""; }

.ion-android-menu:before {
  content: ""; }

.ion-android-microphone:before {
  content: ""; }

.ion-android-microphone-off:before {
  content: ""; }

.ion-android-more-horizontal:before {
  content: ""; }

.ion-android-more-vertical:before {
  content: ""; }

.ion-android-navigate:before {
  content: ""; }

.ion-android-notifications:before {
  content: ""; }

.ion-android-notifications-none:before {
  content: ""; }

.ion-android-notifications-off:before {
  content: ""; }

.ion-android-open:before {
  content: ""; }

.ion-android-options:before {
  content: ""; }

.ion-android-people:before {
  content: ""; }

.ion-android-person:before {
  content: ""; }

.ion-android-person-add:before {
  content: ""; }

.ion-android-phone-landscape:before {
  content: ""; }

.ion-android-phone-portrait:before {
  content: ""; }

.ion-android-pin:before {
  content: ""; }

.ion-android-plane:before {
  content: ""; }

.ion-android-playstore:before {
  content: ""; }

.ion-android-print:before {
  content: ""; }

.ion-android-radio-button-off:before {
  content: ""; }

.ion-android-radio-button-on:before {
  content: ""; }

.ion-android-refresh:before {
  content: ""; }

.ion-android-remove:before {
  content: ""; }

.ion-android-remove-circle:before {
  content: ""; }

.ion-android-restaurant:before {
  content: ""; }

.ion-android-sad:before {
  content: ""; }

.ion-android-search:before {
  content: ""; }

.ion-android-send:before {
  content: ""; }

.ion-android-settings:before {
  content: ""; }

.ion-android-share:before {
  content: ""; }

.ion-android-share-alt:before {
  content: ""; }

.ion-android-star:before {
  content: ""; }

.ion-android-star-half:before {
  content: ""; }

.ion-android-star-outline:before {
  content: ""; }

.ion-android-stopwatch:before {
  content: ""; }

.ion-android-subway:before {
  content: ""; }

.ion-android-sunny:before {
  content: ""; }

.ion-android-sync:before {
  content: ""; }

.ion-android-textsms:before {
  content: ""; }

.ion-android-time:before {
  content: ""; }

.ion-android-train:before {
  content: ""; }

.ion-android-unlock:before {
  content: ""; }

.ion-android-upload:before {
  content: ""; }

.ion-android-volume-down:before {
  content: ""; }

.ion-android-volume-mute:before {
  content: ""; }

.ion-android-volume-off:before {
  content: ""; }

.ion-android-volume-up:before {
  content: ""; }

.ion-android-walk:before {
  content: ""; }

.ion-android-warning:before {
  content: ""; }

.ion-android-watch:before {
  content: ""; }

.ion-android-wifi:before {
  content: ""; }

.ion-aperture:before {
  content: ""; }

.ion-archive:before {
  content: ""; }

.ion-arrow-down-a:before {
  content: ""; }

.ion-arrow-down-b:before {
  content: ""; }

.ion-arrow-down-c:before {
  content: ""; }

.ion-arrow-expand:before {
  content: ""; }

.ion-arrow-graph-down-left:before {
  content: ""; }

.ion-arrow-graph-down-right:before {
  content: ""; }

.ion-arrow-graph-up-left:before {
  content: ""; }

.ion-arrow-graph-up-right:before {
  content: ""; }

.ion-arrow-left-a:before {
  content: ""; }

.ion-arrow-left-b:before {
  content: ""; }

.ion-arrow-left-c:before {
  content: ""; }

.ion-arrow-move:before {
  content: ""; }

.ion-arrow-resize:before {
  content: ""; }

.ion-arrow-return-left:before {
  content: ""; }

.ion-arrow-return-right:before {
  content: ""; }

.ion-arrow-right-a:before {
  content: ""; }

.ion-arrow-right-b:before {
  content: ""; }

.ion-arrow-right-c:before {
  content: ""; }

.ion-arrow-shrink:before {
  content: ""; }

.ion-arrow-swap:before {
  content: ""; }

.ion-arrow-up-a:before {
  content: ""; }

.ion-arrow-up-b:before {
  content: ""; }

.ion-arrow-up-c:before {
  content: ""; }

.ion-asterisk:before {
  content: ""; }

.ion-at:before {
  content: ""; }

.ion-backspace:before {
  content: ""; }

.ion-backspace-outline:before {
  content: ""; }

.ion-bag:before {
  content: ""; }

.ion-battery-charging:before {
  content: ""; }

.ion-battery-empty:before {
  content: ""; }

.ion-battery-full:before {
  content: ""; }

.ion-battery-half:before {
  content: ""; }

.ion-battery-low:before {
  content: ""; }

.ion-beaker:before {
  content: ""; }

.ion-beer:before {
  content: ""; }

.ion-bluetooth:before {
  content: ""; }

.ion-bonfire:before {
  content: ""; }

.ion-bookmark:before {
  content: ""; }

.ion-bowtie:before {
  content: ""; }

.ion-briefcase:before {
  content: ""; }

.ion-bug:before {
  content: ""; }

.ion-calculator:before {
  content: ""; }

.ion-calendar:before {
  content: ""; }

.ion-camera:before {
  content: ""; }

.ion-card:before {
  content: ""; }

.ion-cash:before {
  content: ""; }

.ion-chatbox:before {
  content: ""; }

.ion-chatbox-working:before {
  content: ""; }

.ion-chatboxes:before {
  content: ""; }

.ion-chatbubble:before {
  content: ""; }

.ion-chatbubble-working:before {
  content: ""; }

.ion-chatbubbles:before {
  content: ""; }

.ion-checkmark:before {
  content: ""; }

.ion-checkmark-circled:before {
  content: ""; }

.ion-checkmark-round:before {
  content: ""; }

.ion-chevron-down:before {
  content: ""; }

.ion-chevron-left:before {
  content: ""; }

.ion-chevron-right:before {
  content: ""; }

.ion-chevron-up:before {
  content: ""; }

.ion-clipboard:before {
  content: ""; }

.ion-clock:before {
  content: ""; }

.ion-close:before {
  content: ""; }

.ion-close-circled:before {
  content: ""; }

.ion-close-round:before {
  content: ""; }

.ion-closed-captioning:before {
  content: ""; }

.ion-cloud:before {
  content: ""; }

.ion-code:before {
  content: ""; }

.ion-code-download:before {
  content: ""; }

.ion-code-working:before {
  content: ""; }

.ion-coffee:before {
  content: ""; }

.ion-compass:before {
  content: ""; }

.ion-compose:before {
  content: ""; }

.ion-connection-bars:before {
  content: ""; }

.ion-contrast:before {
  content: ""; }

.ion-crop:before {
  content: ""; }

.ion-cube:before {
  content: ""; }

.ion-disc:before {
  content: ""; }

.ion-document:before {
  content: ""; }

.ion-document-text:before {
  content: ""; }

.ion-drag:before {
  content: ""; }

.ion-earth:before {
  content: ""; }

.ion-easel:before {
  content: ""; }

.ion-edit:before {
  content: ""; }

.ion-egg:before {
  content: ""; }

.ion-eject:before {
  content: ""; }

.ion-email:before {
  content: ""; }

.ion-email-unread:before {
  content: ""; }

.ion-erlenmeyer-flask:before {
  content: ""; }

.ion-erlenmeyer-flask-bubbles:before {
  content: ""; }

.ion-eye:before {
  content: ""; }

.ion-eye-disabled:before {
  content: ""; }

.ion-female:before {
  content: ""; }

.ion-filing:before {
  content: ""; }

.ion-film-marker:before {
  content: ""; }

.ion-fireball:before {
  content: ""; }

.ion-flag:before {
  content: ""; }

.ion-flame:before {
  content: ""; }

.ion-flash:before {
  content: ""; }

.ion-flash-off:before {
  content: ""; }

.ion-folder:before {
  content: ""; }

.ion-fork:before {
  content: ""; }

.ion-fork-repo:before {
  content: ""; }

.ion-forward:before {
  content: ""; }

.ion-funnel:before {
  content: ""; }

.ion-gear-a:before {
  content: ""; }

.ion-gear-b:before {
  content: ""; }

.ion-grid:before {
  content: ""; }

.ion-hammer:before {
  content: ""; }

.ion-happy:before {
  content: ""; }

.ion-happy-outline:before {
  content: ""; }

.ion-headphone:before {
  content: ""; }

.ion-heart:before {
  content: ""; }

.ion-heart-broken:before {
  content: ""; }

.ion-help:before {
  content: ""; }

.ion-help-buoy:before {
  content: ""; }

.ion-help-circled:before {
  content: ""; }

.ion-home:before {
  content: ""; }

.ion-icecream:before {
  content: ""; }

.ion-image:before {
  content: ""; }

.ion-images:before {
  content: ""; }

.ion-information:before {
  content: ""; }

.ion-information-circled:before {
  content: ""; }

.ion-ionic:before {
  content: ""; }

.ion-ios-alarm:before {
  content: ""; }

.ion-ios-alarm-outline:before {
  content: ""; }

.ion-ios-albums:before {
  content: ""; }

.ion-ios-albums-outline:before {
  content: ""; }

.ion-ios-americanfootball:before {
  content: ""; }

.ion-ios-americanfootball-outline:before {
  content: ""; }

.ion-ios-analytics:before {
  content: ""; }

.ion-ios-analytics-outline:before {
  content: ""; }

.ion-ios-arrow-back:before {
  content: ""; }

.ion-ios-arrow-down:before {
  content: ""; }

.ion-ios-arrow-forward:before {
  content: ""; }

.ion-ios-arrow-left:before {
  content: ""; }

.ion-ios-arrow-right:before {
  content: ""; }

.ion-ios-arrow-thin-down:before {
  content: ""; }

.ion-ios-arrow-thin-left:before {
  content: ""; }

.ion-ios-arrow-thin-right:before {
  content: ""; }

.ion-ios-arrow-thin-up:before {
  content: ""; }

.ion-ios-arrow-up:before {
  content: ""; }

.ion-ios-at:before {
  content: ""; }

.ion-ios-at-outline:before {
  content: ""; }

.ion-ios-barcode:before {
  content: ""; }

.ion-ios-barcode-outline:before {
  content: ""; }

.ion-ios-baseball:before {
  content: ""; }

.ion-ios-baseball-outline:before {
  content: ""; }

.ion-ios-basketball:before {
  content: ""; }

.ion-ios-basketball-outline:before {
  content: ""; }

.ion-ios-bell:before {
  content: ""; }

.ion-ios-bell-outline:before {
  content: ""; }

.ion-ios-body:before {
  content: ""; }

.ion-ios-body-outline:before {
  content: ""; }

.ion-ios-bolt:before {
  content: ""; }

.ion-ios-bolt-outline:before {
  content: ""; }

.ion-ios-book:before {
  content: ""; }

.ion-ios-book-outline:before {
  content: ""; }

.ion-ios-bookmarks:before {
  content: ""; }

.ion-ios-bookmarks-outline:before {
  content: ""; }

.ion-ios-box:before {
  content: ""; }

.ion-ios-box-outline:before {
  content: ""; }

.ion-ios-briefcase:before {
  content: ""; }

.ion-ios-briefcase-outline:before {
  content: ""; }

.ion-ios-browsers:before {
  content: ""; }

.ion-ios-browsers-outline:before {
  content: ""; }

.ion-ios-calculator:before {
  content: ""; }

.ion-ios-calculator-outline:before {
  content: ""; }

.ion-ios-calendar:before {
  content: ""; }

.ion-ios-calendar-outline:before {
  content: ""; }

.ion-ios-camera:before {
  content: ""; }

.ion-ios-camera-outline:before {
  content: ""; }

.ion-ios-cart:before {
  content: ""; }

.ion-ios-cart-outline:before {
  content: ""; }

.ion-ios-chatboxes:before {
  content: ""; }

.ion-ios-chatboxes-outline:before {
  content: ""; }

.ion-ios-chatbubble:before {
  content: ""; }

.ion-ios-chatbubble-outline:before {
  content: ""; }

.ion-ios-checkmark:before {
  content: ""; }

.ion-ios-checkmark-empty:before {
  content: ""; }

.ion-ios-checkmark-outline:before {
  content: ""; }

.ion-ios-circle-filled:before {
  content: ""; }

.ion-ios-circle-outline:before {
  content: ""; }

.ion-ios-clock:before {
  content: ""; }

.ion-ios-clock-outline:before {
  content: ""; }

.ion-ios-close:before {
  content: ""; }

.ion-ios-close-empty:before {
  content: ""; }

.ion-ios-close-outline:before {
  content: ""; }

.ion-ios-cloud:before {
  content: ""; }

.ion-ios-cloud-download:before {
  content: ""; }

.ion-ios-cloud-download-outline:before {
  content: ""; }

.ion-ios-cloud-outline:before {
  content: ""; }

.ion-ios-cloud-upload:before {
  content: ""; }

.ion-ios-cloud-upload-outline:before {
  content: ""; }

.ion-ios-cloudy:before {
  content: ""; }

.ion-ios-cloudy-night:before {
  content: ""; }

.ion-ios-cloudy-night-outline:before {
  content: ""; }

.ion-ios-cloudy-outline:before {
  content: ""; }

.ion-ios-cog:before {
  content: ""; }

.ion-ios-cog-outline:before {
  content: ""; }

.ion-ios-color-filter:before {
  content: ""; }

.ion-ios-color-filter-outline:before {
  content: ""; }

.ion-ios-color-wand:before {
  content: ""; }

.ion-ios-color-wand-outline:before {
  content: ""; }

.ion-ios-compose:before {
  content: ""; }

.ion-ios-compose-outline:before {
  content: ""; }

.ion-ios-contact:before {
  content: ""; }

.ion-ios-contact-outline:before {
  content: ""; }

.ion-ios-copy:before {
  content: ""; }

.ion-ios-copy-outline:before {
  content: ""; }

.ion-ios-crop:before {
  content: ""; }

.ion-ios-crop-strong:before {
  content: ""; }

.ion-ios-download:before {
  content: ""; }

.ion-ios-download-outline:before {
  content: ""; }

.ion-ios-drag:before {
  content: ""; }

.ion-ios-email:before {
  content: ""; }

.ion-ios-email-outline:before {
  content: ""; }

.ion-ios-eye:before {
  content: ""; }

.ion-ios-eye-outline:before {
  content: ""; }

.ion-ios-fastforward:before {
  content: ""; }

.ion-ios-fastforward-outline:before {
  content: ""; }

.ion-ios-filing:before {
  content: ""; }

.ion-ios-filing-outline:before {
  content: ""; }

.ion-ios-film:before {
  content: ""; }

.ion-ios-film-outline:before {
  content: ""; }

.ion-ios-flag:before {
  content: ""; }

.ion-ios-flag-outline:before {
  content: ""; }

.ion-ios-flame:before {
  content: ""; }

.ion-ios-flame-outline:before {
  content: ""; }

.ion-ios-flask:before {
  content: ""; }

.ion-ios-flask-outline:before {
  content: ""; }

.ion-ios-flower:before {
  content: ""; }

.ion-ios-flower-outline:before {
  content: ""; }

.ion-ios-folder:before {
  content: ""; }

.ion-ios-folder-outline:before {
  content: ""; }

.ion-ios-football:before {
  content: ""; }

.ion-ios-football-outline:before {
  content: ""; }

.ion-ios-game-controller-a:before {
  content: ""; }

.ion-ios-game-controller-a-outline:before {
  content: ""; }

.ion-ios-game-controller-b:before {
  content: ""; }

.ion-ios-game-controller-b-outline:before {
  content: ""; }

.ion-ios-gear:before {
  content: ""; }

.ion-ios-gear-outline:before {
  content: ""; }

.ion-ios-glasses:before {
  content: ""; }

.ion-ios-glasses-outline:before {
  content: ""; }

.ion-ios-grid-view:before {
  content: ""; }

.ion-ios-grid-view-outline:before {
  content: ""; }

.ion-ios-heart:before {
  content: ""; }

.ion-ios-heart-outline:before {
  content: ""; }

.ion-ios-help:before {
  content: ""; }

.ion-ios-help-empty:before {
  content: ""; }

.ion-ios-help-outline:before {
  content: ""; }

.ion-ios-home:before {
  content: ""; }

.ion-ios-home-outline:before {
  content: ""; }

.ion-ios-infinite:before {
  content: ""; }

.ion-ios-infinite-outline:before {
  content: ""; }

.ion-ios-information:before {
  content: ""; }

.ion-ios-information-empty:before {
  content: ""; }

.ion-ios-information-outline:before {
  content: ""; }

.ion-ios-ionic-outline:before {
  content: ""; }

.ion-ios-keypad:before {
  content: ""; }

.ion-ios-keypad-outline:before {
  content: ""; }

.ion-ios-lightbulb:before {
  content: ""; }

.ion-ios-lightbulb-outline:before {
  content: ""; }

.ion-ios-list:before {
  content: ""; }

.ion-ios-list-outline:before {
  content: ""; }

.ion-ios-location:before {
  content: ""; }

.ion-ios-location-outline:before {
  content: ""; }

.ion-ios-locked:before {
  content: ""; }

.ion-ios-locked-outline:before {
  content: ""; }

.ion-ios-loop:before {
  content: ""; }

.ion-ios-loop-strong:before {
  content: ""; }

.ion-ios-medical:before {
  content: ""; }

.ion-ios-medical-outline:before {
  content: ""; }

.ion-ios-medkit:before {
  content: ""; }

.ion-ios-medkit-outline:before {
  content: ""; }

.ion-ios-mic:before {
  content: ""; }

.ion-ios-mic-off:before {
  content: ""; }

.ion-ios-mic-outline:before {
  content: ""; }

.ion-ios-minus:before {
  content: ""; }

.ion-ios-minus-empty:before {
  content: ""; }

.ion-ios-minus-outline:before {
  content: ""; }

.ion-ios-monitor:before {
  content: ""; }

.ion-ios-monitor-outline:before {
  content: ""; }

.ion-ios-moon:before {
  content: ""; }

.ion-ios-moon-outline:before {
  content: ""; }

.ion-ios-more:before {
  content: ""; }

.ion-ios-more-outline:before {
  content: ""; }

.ion-ios-musical-note:before {
  content: ""; }

.ion-ios-musical-notes:before {
  content: ""; }

.ion-ios-navigate:before {
  content: ""; }

.ion-ios-navigate-outline:before {
  content: ""; }

.ion-ios-nutrition:before {
  content: ""; }

.ion-ios-nutrition-outline:before {
  content: ""; }

.ion-ios-paper:before {
  content: ""; }

.ion-ios-paper-outline:before {
  content: ""; }

.ion-ios-paperplane:before {
  content: ""; }

.ion-ios-paperplane-outline:before {
  content: ""; }

.ion-ios-partlysunny:before {
  content: ""; }

.ion-ios-partlysunny-outline:before {
  content: ""; }

.ion-ios-pause:before {
  content: ""; }

.ion-ios-pause-outline:before {
  content: ""; }

.ion-ios-paw:before {
  content: ""; }

.ion-ios-paw-outline:before {
  content: ""; }

.ion-ios-people:before {
  content: ""; }

.ion-ios-people-outline:before {
  content: ""; }

.ion-ios-person:before {
  content: ""; }

.ion-ios-person-outline:before {
  content: ""; }

.ion-ios-personadd:before {
  content: ""; }

.ion-ios-personadd-outline:before {
  content: ""; }

.ion-ios-photos:before {
  content: ""; }

.ion-ios-photos-outline:before {
  content: ""; }

.ion-ios-pie:before {
  content: ""; }

.ion-ios-pie-outline:before {
  content: ""; }

.ion-ios-pint:before {
  content: ""; }

.ion-ios-pint-outline:before {
  content: ""; }

.ion-ios-play:before {
  content: ""; }

.ion-ios-play-outline:before {
  content: ""; }

.ion-ios-plus:before {
  content: ""; }

.ion-ios-plus-empty:before {
  content: ""; }

.ion-ios-plus-outline:before {
  content: ""; }

.ion-ios-pricetag:before {
  content: ""; }

.ion-ios-pricetag-outline:before {
  content: ""; }

.ion-ios-pricetags:before {
  content: ""; }

.ion-ios-pricetags-outline:before {
  content: ""; }

.ion-ios-printer:before {
  content: ""; }

.ion-ios-printer-outline:before {
  content: ""; }

.ion-ios-pulse:before {
  content: ""; }

.ion-ios-pulse-strong:before {
  content: ""; }

.ion-ios-rainy:before {
  content: ""; }

.ion-ios-rainy-outline:before {
  content: ""; }

.ion-ios-recording:before {
  content: ""; }

.ion-ios-recording-outline:before {
  content: ""; }

.ion-ios-redo:before {
  content: ""; }

.ion-ios-redo-outline:before {
  content: ""; }

.ion-ios-refresh:before {
  content: ""; }

.ion-ios-refresh-empty:before {
  content: ""; }

.ion-ios-refresh-outline:before {
  content: ""; }

.ion-ios-reload:before {
  content: ""; }

.ion-ios-reverse-camera:before {
  content: ""; }

.ion-ios-reverse-camera-outline:before {
  content: ""; }

.ion-ios-rewind:before {
  content: ""; }

.ion-ios-rewind-outline:before {
  content: ""; }

.ion-ios-rose:before {
  content: ""; }

.ion-ios-rose-outline:before {
  content: ""; }

.ion-ios-search:before {
  content: ""; }

.ion-ios-search-strong:before {
  content: ""; }

.ion-ios-settings:before {
  content: ""; }

.ion-ios-settings-strong:before {
  content: ""; }

.ion-ios-shuffle:before {
  content: ""; }

.ion-ios-shuffle-strong:before {
  content: ""; }

.ion-ios-skipbackward:before {
  content: ""; }

.ion-ios-skipbackward-outline:before {
  content: ""; }

.ion-ios-skipforward:before {
  content: ""; }

.ion-ios-skipforward-outline:before {
  content: ""; }

.ion-ios-snowy:before {
  content: ""; }

.ion-ios-speedometer:before {
  content: ""; }

.ion-ios-speedometer-outline:before {
  content: ""; }

.ion-ios-star:before {
  content: ""; }

.ion-ios-star-half:before {
  content: ""; }

.ion-ios-star-outline:before {
  content: ""; }

.ion-ios-stopwatch:before {
  content: ""; }

.ion-ios-stopwatch-outline:before {
  content: ""; }

.ion-ios-sunny:before {
  content: ""; }

.ion-ios-sunny-outline:before {
  content: ""; }

.ion-ios-telephone:before {
  content: ""; }

.ion-ios-telephone-outline:before {
  content: ""; }

.ion-ios-tennisball:before {
  content: ""; }

.ion-ios-tennisball-outline:before {
  content: ""; }

.ion-ios-thunderstorm:before {
  content: ""; }

.ion-ios-thunderstorm-outline:before {
  content: ""; }

.ion-ios-time:before {
  content: ""; }

.ion-ios-time-outline:before {
  content: ""; }

.ion-ios-timer:before {
  content: ""; }

.ion-ios-timer-outline:before {
  content: ""; }

.ion-ios-toggle:before {
  content: ""; }

.ion-ios-toggle-outline:before {
  content: ""; }

.ion-ios-trash:before {
  content: ""; }

.ion-ios-trash-outline:before {
  content: ""; }

.ion-ios-undo:before {
  content: ""; }

.ion-ios-undo-outline:before {
  content: ""; }

.ion-ios-unlocked:before {
  content: ""; }

.ion-ios-unlocked-outline:before {
  content: ""; }

.ion-ios-upload:before {
  content: ""; }

.ion-ios-upload-outline:before {
  content: ""; }

.ion-ios-videocam:before {
  content: ""; }

.ion-ios-videocam-outline:before {
  content: ""; }

.ion-ios-volume-high:before {
  content: ""; }

.ion-ios-volume-low:before {
  content: ""; }

.ion-ios-wineglass:before {
  content: ""; }

.ion-ios-wineglass-outline:before {
  content: ""; }

.ion-ios-world:before {
  content: ""; }

.ion-ios-world-outline:before {
  content: ""; }

.ion-ipad:before {
  content: ""; }

.ion-iphone:before {
  content: ""; }

.ion-ipod:before {
  content: ""; }

.ion-jet:before {
  content: ""; }

.ion-key:before {
  content: ""; }

.ion-knife:before {
  content: ""; }

.ion-laptop:before {
  content: ""; }

.ion-leaf:before {
  content: ""; }

.ion-levels:before {
  content: ""; }

.ion-lightbulb:before {
  content: ""; }

.ion-link:before {
  content: ""; }

.ion-load-a:before {
  content: ""; }

.ion-load-b:before {
  content: ""; }

.ion-load-c:before {
  content: ""; }

.ion-load-d:before {
  content: ""; }

.ion-location:before {
  content: ""; }

.ion-lock-combination:before {
  content: ""; }

.ion-locked:before {
  content: ""; }

.ion-log-in:before {
  content: ""; }

.ion-log-out:before {
  content: ""; }

.ion-loop:before {
  content: ""; }

.ion-magnet:before {
  content: ""; }

.ion-male:before {
  content: ""; }

.ion-man:before {
  content: ""; }

.ion-map:before {
  content: ""; }

.ion-medkit:before {
  content: ""; }

.ion-merge:before {
  content: ""; }

.ion-mic-a:before {
  content: ""; }

.ion-mic-b:before {
  content: ""; }

.ion-mic-c:before {
  content: ""; }

.ion-minus:before {
  content: ""; }

.ion-minus-circled:before {
  content: ""; }

.ion-minus-round:before {
  content: ""; }

.ion-model-s:before {
  content: ""; }

.ion-monitor:before {
  content: ""; }

.ion-more:before {
  content: ""; }

.ion-mouse:before {
  content: ""; }

.ion-music-note:before {
  content: ""; }

.ion-navicon:before {
  content: ""; }

.ion-navicon-round:before {
  content: ""; }

.ion-navigate:before {
  content: ""; }

.ion-network:before {
  content: ""; }

.ion-no-smoking:before {
  content: ""; }

.ion-nuclear:before {
  content: ""; }

.ion-outlet:before {
  content: ""; }

.ion-paintbrush:before {
  content: ""; }

.ion-paintbucket:before {
  content: ""; }

.ion-paper-airplane:before {
  content: ""; }

.ion-paperclip:before {
  content: ""; }

.ion-pause:before {
  content: ""; }

.ion-person:before {
  content: ""; }

.ion-person-add:before {
  content: ""; }

.ion-person-stalker:before {
  content: ""; }

.ion-pie-graph:before {
  content: ""; }

.ion-pin:before {
  content: ""; }

.ion-pinpoint:before {
  content: ""; }

.ion-pizza:before {
  content: ""; }

.ion-plane:before {
  content: ""; }

.ion-planet:before {
  content: ""; }

.ion-play:before {
  content: ""; }

.ion-playstation:before {
  content: ""; }

.ion-plus:before {
  content: ""; }

.ion-plus-circled:before {
  content: ""; }

.ion-plus-round:before {
  content: ""; }

.ion-podium:before {
  content: ""; }

.ion-pound:before {
  content: ""; }

.ion-power:before {
  content: ""; }

.ion-pricetag:before {
  content: ""; }

.ion-pricetags:before {
  content: ""; }

.ion-printer:before {
  content: ""; }

.ion-pull-request:before {
  content: ""; }

.ion-qr-scanner:before {
  content: ""; }

.ion-quote:before {
  content: ""; }

.ion-radio-waves:before {
  content: ""; }

.ion-record:before {
  content: ""; }

.ion-refresh:before {
  content: ""; }

.ion-reply:before {
  content: ""; }

.ion-reply-all:before {
  content: ""; }

.ion-ribbon-a:before {
  content: ""; }

.ion-ribbon-b:before {
  content: ""; }

.ion-sad:before {
  content: ""; }

.ion-sad-outline:before {
  content: ""; }

.ion-scissors:before {
  content: ""; }

.ion-search:before {
  content: ""; }

.ion-settings:before {
  content: ""; }

.ion-share:before {
  content: ""; }

.ion-shuffle:before {
  content: ""; }

.ion-skip-backward:before {
  content: ""; }

.ion-skip-forward:before {
  content: ""; }

.ion-social-android:before {
  content: ""; }

.ion-social-android-outline:before {
  content: ""; }

.ion-social-angular:before {
  content: ""; }

.ion-social-angular-outline:before {
  content: ""; }

.ion-social-apple:before {
  content: ""; }

.ion-social-apple-outline:before {
  content: ""; }

.ion-social-bitcoin:before {
  content: ""; }

.ion-social-bitcoin-outline:before {
  content: ""; }

.ion-social-buffer:before {
  content: ""; }

.ion-social-buffer-outline:before {
  content: ""; }

.ion-social-chrome:before {
  content: ""; }

.ion-social-chrome-outline:before {
  content: ""; }

.ion-social-codepen:before {
  content: ""; }

.ion-social-codepen-outline:before {
  content: ""; }

.ion-social-css3:before {
  content: ""; }

.ion-social-css3-outline:before {
  content: ""; }

.ion-social-designernews:before {
  content: ""; }

.ion-social-designernews-outline:before {
  content: ""; }

.ion-social-dribbble:before {
  content: ""; }

.ion-social-dribbble-outline:before {
  content: ""; }

.ion-social-dropbox:before {
  content: ""; }

.ion-social-dropbox-outline:before {
  content: ""; }

.ion-social-euro:before {
  content: ""; }

.ion-social-euro-outline:before {
  content: ""; }

.ion-social-facebook:before {
  content: ""; }

.ion-social-facebook-outline:before {
  content: ""; }

.ion-social-foursquare:before {
  content: ""; }

.ion-social-foursquare-outline:before {
  content: ""; }

.ion-social-freebsd-devil:before {
  content: ""; }

.ion-social-github:before {
  content: ""; }

.ion-social-github-outline:before {
  content: ""; }

.ion-social-google:before {
  content: ""; }

.ion-social-google-outline:before {
  content: ""; }

.ion-social-googleplus:before {
  content: ""; }

.ion-social-googleplus-outline:before {
  content: ""; }

.ion-social-hackernews:before {
  content: ""; }

.ion-social-hackernews-outline:before {
  content: ""; }

.ion-social-html5:before {
  content: ""; }

.ion-social-html5-outline:before {
  content: ""; }

.ion-social-instagram:before {
  content: ""; }

.ion-social-instagram-outline:before {
  content: ""; }

.ion-social-javascript:before {
  content: ""; }

.ion-social-javascript-outline:before {
  content: ""; }

.ion-social-linkedin:before {
  content: ""; }

.ion-social-linkedin-outline:before {
  content: ""; }

.ion-social-markdown:before {
  content: ""; }

.ion-social-nodejs:before {
  content: ""; }

.ion-social-octocat:before {
  content: ""; }

.ion-social-pinterest:before {
  content: ""; }

.ion-social-pinterest-outline:before {
  content: ""; }

.ion-social-python:before {
  content: ""; }

.ion-social-reddit:before {
  content: ""; }

.ion-social-reddit-outline:before {
  content: ""; }

.ion-social-rss:before {
  content: ""; }

.ion-social-rss-outline:before {
  content: ""; }

.ion-social-sass:before {
  content: ""; }

.ion-social-skype:before {
  content: ""; }

.ion-social-skype-outline:before {
  content: ""; }

.ion-social-snapchat:before {
  content: ""; }

.ion-social-snapchat-outline:before {
  content: ""; }

.ion-social-tumblr:before {
  content: ""; }

.ion-social-tumblr-outline:before {
  content: ""; }

.ion-social-tux:before {
  content: ""; }

.ion-social-twitch:before {
  content: ""; }

.ion-social-twitch-outline:before {
  content: ""; }

.ion-social-twitter:before {
  content: ""; }

.ion-social-twitter-outline:before {
  content: ""; }

.ion-social-usd:before {
  content: ""; }

.ion-social-usd-outline:before {
  content: ""; }

.ion-social-vimeo:before {
  content: ""; }

.ion-social-vimeo-outline:before {
  content: ""; }

.ion-social-whatsapp:before {
  content: ""; }

.ion-social-whatsapp-outline:before {
  content: ""; }

.ion-social-windows:before {
  content: ""; }

.ion-social-windows-outline:before {
  content: ""; }

.ion-social-wordpress:before {
  content: ""; }

.ion-social-wordpress-outline:before {
  content: ""; }

.ion-social-yahoo:before {
  content: ""; }

.ion-social-yahoo-outline:before {
  content: ""; }

.ion-social-yen:before {
  content: ""; }

.ion-social-yen-outline:before {
  content: ""; }

.ion-social-youtube:before {
  content: ""; }

.ion-social-youtube-outline:before {
  content: ""; }

.ion-soup-can:before {
  content: ""; }

.ion-soup-can-outline:before {
  content: ""; }

.ion-speakerphone:before {
  content: ""; }

.ion-speedometer:before {
  content: ""; }

.ion-spoon:before {
  content: ""; }

.ion-star:before {
  content: ""; }

.ion-stats-bars:before {
  content: ""; }

.ion-steam:before {
  content: ""; }

.ion-stop:before {
  content: ""; }

.ion-thermometer:before {
  content: ""; }

.ion-thumbsdown:before {
  content: ""; }

.ion-thumbsup:before {
  content: ""; }

.ion-toggle:before {
  content: ""; }

.ion-toggle-filled:before {
  content: ""; }

.ion-transgender:before {
  content: ""; }

.ion-trash-a:before {
  content: ""; }

.ion-trash-b:before {
  content: ""; }

.ion-trophy:before {
  content: ""; }

.ion-tshirt:before {
  content: ""; }

.ion-tshirt-outline:before {
  content: ""; }

.ion-umbrella:before {
  content: ""; }

.ion-university:before {
  content: ""; }

.ion-unlocked:before {
  content: ""; }

.ion-upload:before {
  content: ""; }

.ion-usb:before {
  content: ""; }

.ion-videocamera:before {
  content: ""; }

.ion-volume-high:before {
  content: ""; }

.ion-volume-low:before {
  content: ""; }

.ion-volume-medium:before {
  content: ""; }

.ion-volume-mute:before {
  content: ""; }

.ion-wand:before {
  content: ""; }

.ion-waterdrop:before {
  content: ""; }

.ion-wifi:before {
  content: ""; }

.ion-wineglass:before {
  content: ""; }

.ion-woman:before {
  content: ""; }

.ion-wrench:before {
  content: ""; }

.ion-xbox:before {
  content: ""; }

/*
*	Global Variables
* =================================== */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden; }

#wrap-website {
  position: relative; }

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.grid {
  position: relative; }
  .grid:before {
    z-index: 1;
    content: '';
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px; }
    @media (max-width: 420px) {
      .grid:before {
        width: 15px; } }
  .grid:after {
    z-index: 1;
    content: '';
    background: white;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px; }
    @media (max-width: 420px) {
      .grid:after {
        width: 15px; } }

.col {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  margin: 30px 0;
  position: relative; }
  @media (max-width: 420px) {
    .col {
      padding: 0 15px; } }
  .col img {
    width: 100%; }

.col.border-col:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  height: 100%;
  width: 1px;
  background: #e3e3e3; }

.col--full, .col--one-half {
  width: 100%; }

.col--one-third {
  width: 100%; }
  .col--one-third:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e3e3e3; }
  .col--one-third:nth-child(1):before, .col--one-third:nth-child::after {
    display: none; }

@media (min-width: 600px) and (max-width: 1149px) {
  .col--one-third.border-col {
    width: 50%; }
    .col--one-third.border-col:nth-child(odd) {
      border-right: 1px solid #e3e3e3; }
    .col--one-third.border-col:nth-child(1):before, .col--one-third.border-col:nth-child(2):before, .col--one-third.border-col:nth-child(odd):after {
      display: none; }
  .col--one-half {
    width: 50%; } }

@media (min-width: 1150px) {
  .col--one-third.border-col {
    width: 33.333333%;
    width: calc(100% / 3); }
    .col--one-third.border-col:nth-child(1):before, .col--one-third.border-col:nth-child(2):before, .col--one-third.border-col:nth-child(3):before {
      display: none; }
  .col--one-half {
    width: 50%; } }

#website-main {
  background: white;
  min-height: 600px;
  position: relative;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms; }
  #website-main .container {
    background: white; }
  #website-main::after {
    clear: both;
    content: "";
    display: table; }
  #website-main > .container {
    position: relative; }

#content {
  width: 100%;
  min-height: 1px;
  padding: 0 385px 0 0;
  float: left; }
  @media (max-width: 959px) {
    #content {
      padding: 0; } }
  #content a {
    text-decoration: none; }
  #content .span-content {
    background: white; }

.content-contain {
  max-width: 768px;
  margin: 0 auto; }

.flickr-contain {
  max-width: none;
  padding-bottom: 30px !important; }

.post-box h2 {
  line-height: 1;
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 10px;
  padding-top: 10px; }
  .post-box h2 a {
    color: #333;
    text-decoration: none !important;
    display: block; }
    .post-box h2 a:hover {
      color: #69a9a3; }

.post-box time {
  display: block;
  line-height: 1;
  color: #c0c0c0;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 15px; }

.post-box .post-box--img {
  position: relative;
  z-index: 1;
  display: block; }

.post-box img {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms; }

.post-box img:hover {
  opacity: 0.8; }

.post-box .defer-image.is-loaded > img:hover {
  opacity: 0.8; }

#featured-area img {
  display: block;
  margin-bottom: 5px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

#featured-area .post-box h2 {
  font-size: 17px;
  line-height: 24px;
  padding-bottom: 10px;
  padding-top: 0px; }

#featured-area .featuretag {
  display: inline-block;
  margin: 4px 0 6px;
  font-size: 0.8em;
  line-height: 1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 6px;
  background: #c0c0c0;
  color: #515359; }

#featured-banner {
  background: black;
  margin-bottom: 30px;
  height: 620px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 600px) {
    #featured-banner {
      height: 400px; } }
  @media (max-width: 600px) {
    #featured-banner {
      margin-bottom: 30px -10px; } }
  #featured-banner .content-contain {
    position: relative;
    max-width: 768px; }
  #featured-banner .featured-img {
    opacity: 0.4;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
  #featured-banner img {
    opacity: 0.4;
    width: 100%;
    height: auto; }
  #featured-banner .post-box.banner-text {
    position: absolute;
    bottom: 30px;
    padding: 30px;
    color: white; }
    @media (max-width: 420px) {
      #featured-banner .post-box.banner-text {
        padding: 30px 15px; } }
    #featured-banner .post-box.banner-text h2 {
      font-weight: bold; }
      #featured-banner .post-box.banner-text h2 a {
        color: white;
        font-size: 2em;
        line-height: 1.2; }
        #featured-banner .post-box.banner-text h2 a:hover {
          color: #69a9a3; }
        @media (max-width: 600px) {
          #featured-banner .post-box.banner-text h2 a {
            font-size: 1.3em; } }
        @media (max-width: 480px) {
          #featured-banner .post-box.banner-text h2 a {
            font-size: 1em; } }
  #featured-banner .tags-list, #featured-banner .post-categories {
    font-size: 16px;
    line-height: 24px; }

.home.paged #posts-loop {
  padding-top: 30px; }
  .home.paged #posts-loop .post-box:first-child::before {
    display: none; }

#posts-loop .post-box, #author-posts .post-box, #tribe-events .post-box {
  position: relative; }
  #posts-loop .post-box:before, #author-posts .post-box:before, #tribe-events .post-box:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    background: #e3e3e3;
    width: 100%;
    height: 1px; }

#posts-loop .post-box.img-small h2, #author-posts .post-box.img-small h2, #tribe-events .post-box.img-small h2 {
  padding-top: 0; }

#posts-loop .post-box.img-small h2, #author-posts .post-box.img-small h2, #tribe-events .post-box.img-small h2 {
  font-size: 24px;
  line-height: 30px; }

#posts-loop .post-box.img-small .post-box--img, #author-posts .post-box.img-small .post-box--img, #tribe-events .post-box.img-small .post-box--img {
  float: left;
  width: 215px; }

#posts-loop .post-box.img-small .post-box--content, #author-posts .post-box.img-small .post-box--content, #tribe-events .post-box.img-small .post-box--content {
  width: 100%;
  float: left;
  margin-left: -215px;
  padding-left: 245px; }

#posts-loop .post-box.img-small time, #author-posts .post-box.img-small time, #tribe-events .post-box.img-small time {
  margin-top: 0; }
  @media (max-width: 600px) {
    #posts-loop .post-box.img-small time, #author-posts .post-box.img-small time, #tribe-events .post-box.img-small time {
      margin-top: 15px; } }

@media (max-width: 600px) {
  #posts-loop .post-box.img-small .post-box--content, #author-posts .post-box.img-small .post-box--content, #tribe-events .post-box.img-small .post-box--content {
    margin-left: 0;
    padding-left: 0; }
  #posts-loop .post-box.img-small .post-box--img, #author-posts .post-box.img-small .post-box--img, #tribe-events .post-box.img-small .post-box--img {
    float: none;
    width: 100%; } }

#posts-loop .post-box.img-large h2, #author-posts .post-box.img-large h2, #tribe-events .post-box.img-large h2 {
  font-size: 30px;
  line-height: 36px; }

#posts-loop .post-box.img-large time, #author-posts .post-box.img-large time, #tribe-events .post-box.img-large time {
  margin-bottom: 0; }

#posts-loop .post-box.no-img .post-box--content, #author-posts .post-box.no-img .post-box--content, #tribe-events .post-box.no-img .post-box--content {
  margin-left: 0;
  padding-left: 0; }

.tags-list, .post-categories {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  padding: 0; }
  .tags-list li, .post-categories li {
    display: inline-block;
    padding-right: 3px; }

.category-title {
  margin: 40px 30px 20px 30px;
  font-size: 14px;
  line-height: 1;
  color: #a5a5a5;
  border-left: 3px solid #ed5d65;
  padding: 0 0 0 15px;
  font-weight: bold;
  /* font-style: italic; */
  text-transform: uppercase; }
  @media (max-width: 420px) {
    .category-title {
      margin-left: 15px;
      margin-right: 15px; } }

.taxonomy-description p {
  padding: 0 30px 10px;
  line-height: 1.6;
  font-weight: 600;
  font-size: 15px; }

.filters {
  text-transform: uppercase;
  font-size: 80%;
  padding: 0px 30px 15px 30px;
  color: #a5a5a5; }
  .filters button {
    background: none;
    border: 1px solid #e3e3e3;
    outline: none;
    padding: 10px 30px !important;
    margin-bottom: 5px;
    display: none;
    text-transform: uppercase;
    font-size: 12px; }
  .filters a {
    padding: 5px 5px 5px 0px;
    display: inline-block; }
  .filters span {
    padding-right: 5px; }
  .filters .active {
    color: #69a9a3; }
  .filters .inactive {
    color: #a5a5a5; }
    .filters .inactive:hover {
      color: #69a9a3; }

@media (min-width: 768px) {
  .filters .wrap-filters {
    max-height: none !important; } }

@media (max-width: 767px) {
  .filters .wrap-filters {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms; }
    .filters .wrap-filters span {
      display: none; }
    .filters .wrap-filters a {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px; }
  .filters button {
    display: block; }
    .filters button i {
      display: inline-block; }
    .filters button:hover {
      background: #69a9a3;
      border: 1px solid #69a9a3;
      color: white; }
  .filters.open button {
    background: #69a9a3;
    border: 1px solid #69a9a3;
    color: white; }
  .filters.open button i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }

/**
 * Author:      Matt Hinchliffe <www.maketea.co.uk>
 * Description: Responsive image placeholders
 */
.no-js .defer-image {
  display: none; }

.defer-image > img {
  display: block;
  min-width: 100%;
  max-width: 100%; }

.defer-image.is-loading {
  position: relative;
  background: #EEE; }

/* Image aspect ratios - % is relative to width of containing block */
.image-ratio\:1x2 > div {
  padding-top: 200%; }

.image-ratio\:9x16 > div {
  padding-top: 177.777%; }

.image-ratio\:10x16 > div {
  padding-top: 160%; }

.image-ratio\:2x3 > div {
  padding-top: 150%; }

.image-ratio\:3x4 > div {
  padding-top: 133.333%; }

.image-ratio\:1x1 > div {
  padding-top: 100%; }

.image-ratio\:4x3 > div {
  padding-top: 75%; }

.image-ratio\:3x2 > div {
  padding-top: 66.66%; }

.image-ratio\:16x10 > div {
  padding-top: 62.5%; }

.image-ratio\:16x9 > div {
  padding-top: 56.25%; }

.image-ratio\:2x1 > div {
  padding-top: 50%; }

/* Preload and loaded animations */
@-webkit-keyframes bobble {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0); }
  35% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0); } }

@keyframes bobble {
  0% {
    opacity: 0;
    transform: translateY(0); }
  35% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(0); } }

.defer-image.is-loading::after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin: -0.5em 0 0 -0.5em;
  background: rgba(125, 125, 125, 0.5);
  border-radius: 100%;
  -webkit-animation: bobble 2s cubic-bezier(0.6, 1, 1, 1) infinite;
  animation: bobble 2s cubic-bezier(0.6, 1, 1, 1) infinite; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.defer-image.is-loaded > img {
  -webkit-animation: fadeIn 1s both;
  animation: fadeIn 1s both; }

body {
  font-size: 100%;
  color: #333; }

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, .tribe-events-day .tribe-events-day-time-slot h5, .tribe-events-list-separator-month, h5, h6 {
  font-size-adjust: 0.5; }

main {
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.45;
  /* equivalent to 20px */ }

@media (min-width: 43.75em) {
  main {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 2;
    /* equivalent to 22px */ } }

h1, h2, h3, h4, .tribe-events-day .tribe-events-day-time-slot h5, .tribe-events-list-separator-month, h5, h6,
.h1, .h2, #tribe-events .tribe-events-page-title, .h3, .h4, #tribe-events .tribe-events-schedule h2, #tribe-events .tribe-events-cost, .h5, .h6 {
  color: #333;
  padding: 0 0 30px 0;
  margin: 0;
  font-weight: 600; }

h1, .h1 {
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */ }

@media (min-width: 43.75em) {
  h1, .h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125; } }

h2, .h2, #tribe-events .tribe-events-page-title {
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */ }

@media (min-width: 43.75em) {
  h2, .h2, #tribe-events .tribe-events-page-title {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25; } }

@media (min-width: 56.25em) {
  h2, .h2, #tribe-events .tribe-events-page-title {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25; } }

h3, .h3 {
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */ }

@med , .h3ia (min-width: 43.75em) {
  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25; } }

@media (min-width: 56.25em) {
  h3, .h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25; } }

h4, .tribe-events-day .tribe-events-day-time-slot h5, .tribe-events-list-separator-month, .h4, #tribe-events .tribe-events-schedule h2, #tribe-events .tribe-events-cost {
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111; }

@media (min-width: 43.75em) {
  h4, .tribe-events-day .tribe-events-day-time-slot h5, .tribe-events-list-separator-month, .h4, #tribe-events .tribe-events-schedule h2, #tribe-events .tribe-events-cost {
    line-height: 1.22222222;
    /* (22px / 18px */ } }

blockquote {
  border-top: 5px solid #ed5d65;
  border-bottom: 1px solid #e3e3e3;
  margin: 0 0 30px 0;
  padding: 15px 40px;
  font-size: 1.15em;
  /* 20px / 16px */
  line-height: 1.95;
  /* 25px / 20px */
  position: relative; }
  blockquote:before {
    content: '';
    width: 26px;
    height: 18px;
    background-image: url(../img/quotation-beginning.png);
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 24px; }

p, article ul, article ol {
  padding: 0 0 30px 0;
  margin: 0; }

article ul, article ol {
  margin-left: 20px; }

/*
*	Links / Buttons
* =================================== */
a {
  color: #69a9a3;
  -webkit-transition: color 300ms, background 300ms;
  -moz-transition: color 300ms, background 300ms;
  transition: color 300ms, background 300ms;
  text-decoration: none; }
  a:hover {
    color: #518e88; }

button {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms; }

:focus {
  outline: none; }

/*
*	Horizontal Rule
* =================================== */
hr {
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  margin: 30px 0;
  outline: none;
  border: none; }

article hr {
  margin-top: 0;
  margin-bottom: 30px; }

/*
*	Images
* =================================== */
img {
  max-width: 100%;
  height: auto; }

/*
*  icon
* =================================== */
i {
  font-style: normal;
  font-size: 1; }

#website-header {
  width: 100%;
  height: 80px;
  margin-bottom: 60px;
  box-shadow: 0 0 7px 0 rgba(140, 140, 140, 0.48); }
  @media (max-width: 1024px) {
    #website-header {
      height: 60px;
      margin-bottom: 30px; } }
  #website-header .top-half {
    font-family: 'Roboto', 'sans-serif';
    display: -ms-flexbox;
    display: flex;
    height: 100%; }

#trigger-search {
  text-align: right;
  padding: 0 30px;
  border: 1px solid #e0e0e0;
  border-width: 0 1px;
  line-height: 80px; }
  @media (max-width: 1475px) {
    #trigger-search {
      border-right-width: 0; } }

#trigger-event-bar {
  margin-left: auto;
  border-left: 1px solid #e0e0e0;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: 300ms;
  /* This is the default expanded style.  This element gets a "collapsed" class when it's collapsed */
  background-color: white; }
  #trigger-event-bar:hover {
    background-color: #ec5d64; }
  #trigger-event-bar .hdrCalendarLabel {
    font-weight: 500;
    font-size: 14px;
    color: black; }
    @media (max-width: 1024px) {
      #trigger-event-bar .hdrCalendarLabel {
        font-size: 0; } }
  #trigger-event-bar:before {
    content: '';
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/apt613//img/calendar.svg");
    background-size: contain;
    width: 18.6px;
    height: 20px;
    margin-right: 10px; }
    @media (max-width: 1024px) {
      #trigger-event-bar:before {
        margin-right: 0; } }
  #trigger-event-bar.collapsed {
    background-color: white; }
    #trigger-event-bar.collapsed:hover {
      background-color: #f6f6f6; }

@media (max-width: 1024px) {
  #website-header {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    transition: 300ms;
    background: white; }
    #website-header .top-half {
      position: relative; }
  #wrap-website {
    background: #fdfdfd; } }

#logo {
  display: block;
  padding: 10px 0 0 30px; }
  #logo img {
    display: block; }
  @media (max-width: 1024px) {
    #logo {
      margin: 0 auto 0 0;
      padding: 10px; }
      #logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: left;
           object-position: left; } }

/*
*	Header Nav
* =================================== */
.close-menu {
  display: none; }

@media (max-width: 600px) {
  .close-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: none;
    color: #ed5d65;
    font-size: 40px;
    padding: 10px;
    right: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; } }

@media (max-width: 420px) {
  .contain-nav {
    padding: 50px 15px;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    z-index: -1; }
  #website-main, #website-header, .overlay-container {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms; }
  .menu--open .overlay-container, .menu--open #website-header {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  .close-menu {
    padding-right: 15px;
    right: 15px; } }

@media (max-width: 1024px) {
  .menu-toggle, #trigger-search, #trigger-event-bar {
    width: 60px;
    height: 60px;
    border: 1px solid #e0e0e0;
    border-width: 0 0 0 1px;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

.menu-toggle {
  display: none; }
  @media (max-width: 1024px) {
    .menu-toggle {
      background-color: transparent;
      color: inherit;
      border-width: 0;
      padding: 0;
      font-size: inherit;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      font-size: 30px;
      outline: none !important;
      background: none;
      border-width: 0 0 0 1px;
      background-color: #f6f6f6; }
      .menu-toggle:focus {
        outline: none; }
      .menu-toggle.collapsed {
        background-color: white; }
      .menu-toggle > span {
        display: none; } }
  .menu-toggle > .open-icon, .menu-toggle > .close-icon {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 100%;
    transition: 300ms; }
  .menu-toggle > .open-icon {
    -webkit-filter: opacity(0);
            filter: opacity(0); }
  .menu-toggle > .close-icon {
    -webkit-filter: opacity(1);
            filter: opacity(1); }
  .menu-toggle.collapsed > .open-icon {
    -webkit-filter: opacity(1);
            filter: opacity(1); }
  .menu-toggle.collapsed > .close-icon {
    -webkit-filter: opacity(0);
            filter: opacity(0); }

/* search */
#trigger-search {
  font-size: 30px;
  color: black;
  transition: 300ms; }
  #trigger-search:hover {
    background-color: #ec5d64; }
  #trigger-search svg {
    overflow: visible; }
  #trigger-search svg path {
    fill: black; }
  #trigger-search:hover svg path {
    fill: black; }

.search--open #wrap-search {
  visibility: visible;
  opacity: 1; }

#wrap-search {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999;
  background: rgba(82, 83, 89, 0.98);
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: visibility, opacity;
  -moz-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-delay: 0ms, 0ms;
  -moz-transition-delay: 0ms, 0ms;
  transition-delay: 0ms, 0ms;
  -webkit-transition-duration: 300ms, 300ms;
  -moz-transition-duration: 300ms, 300ms;
  transition-duration: 300ms, 300ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

#search {
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: center;
  z-index: 613; }
  #search .wrap-form {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center; }
  #search .input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 auto;
    width: 90%;
    max-width: 600px;
    vertical-align: top; }
  #search .input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  #search .input__field:focus {
    outline: none; }
  #search .input__label {
    display: inline-block;
    float: right;
    width: 40%;
    color: white;
    font-size: 30px;
    padding-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #search .input__label-content {
    position: relative;
    display: block;
    width: 100%; }
  #search .graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none; }
  #search .icon {
    color: #ddd;
    font-size: 150%; }
  #search .input--hoshi {
    overflow: hidden; }
  #search .input__field--hoshi {
    margin-top: 2.8em;
    padding: 0 0 20px 0;
    width: 100%;
    background: transparent;
    color: white; }
  #search .input__label--hoshi {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 1em);
    text-align: left;
    pointer-events: none; }
    #search .input__label--hoshi span {
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      transition: 300ms; }
  #search .input__label-content--hoshi {
    position: absolute; }
  #search .input__label--hoshi::before,
  #search .input__label--hoshi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    border-bottom: 1px solid #B9C1CA; }
  #search .input__label--hoshi::after {
    margin-top: 0px;
    border-bottom: 2px solid red;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
  #search .input__label--hoshi-color-1::after {
    border-color: #ed5d65; }
  #search .input__label--hoshi-color-2::after {
    border-color: #00ffaa; }
  #search .input__label--hoshi-color-3::after {
    border-color: #ff5500; }
  #search .input__field--hoshi:focus + .input__label--hoshi::after,
  #search .input--filled .input__label--hoshi::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #search .input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
  #search .input--filled .input__label-content--hoshi {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    font-size: 12px;
    color: grey; }
  #search .wrap-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
    #search .wrap-button .close {
      clear: both;
      display: block;
      border: none;
      outline: none;
      background: none;
      color: white;
      float: right;
      text-transform: uppercase;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      font-size: 14px;
      font-size: 40px;
      padding: 35px 30px; }
      #search .wrap-button .close:hover {
        color: #ed5d65; }

#categoryHeaders {
  font-family: 'Roboto', 'sans-serif';
  margin-left: 60px;
  height: 100%;
  transition: 300ms;
  z-index: 11;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  #categoryHeaders .categoryHeader {
    margin-right: 27px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    #categoryHeaders .categoryHeader:hover .categoryHeader__label {
      color: #ec5d64; }
    #categoryHeaders .categoryHeader:hover .categoryHeader__label:hover {
      color: #999; }
    #categoryHeaders .categoryHeader:hover .categoryHeader__bodyWrapper {
      opacity: 1;
      pointer-events: auto; }
  #categoryHeaders .categoryHeader__label {
    transition: 300ms;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
        align-items: center;
    position: relative; }
    #categoryHeaders .categoryHeader__label:hover {
      color: #999; }
    #categoryHeaders .categoryHeader__label:hover:before {
      content: '';
      position: absolute;
      width: 70px;
      left: -70px;
      height: 100%;
      background-color: transparent; }
    #categoryHeaders .categoryHeader__label:hover:after {
      content: '';
      position: absolute;
      right: -70px;
      width: 70px;
      height: 100%;
      background-color: transparent; }
  #categoryHeaders .categoryHeader__bodyWrapper {
    transition: 500ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    margin-top: 80px;
    background-color: #f6f6f6;
    color: #000000;
    box-shadow: 0 3px 3px 0 rgba(140, 140, 140, 0.18);
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    padding: 30px 0 40px; }
    @media (max-width: 1024px) {
      #categoryHeaders .categoryHeader__bodyWrapper {
        margin-top: 60px;
        box-shadow: none; } }
  #categoryHeaders .categoryHeader__body {
    width: 100%;
    max-width: 1440px;
    margin: auto; }
    @media (min-width: 1025px) and (max-width: 1480px) {
      #categoryHeaders .categoryHeader__body {
        padding: 0 30px; } }

.catHdr__toggleButton {
  display: none; }

.cathdr__recentPostsWrapper {
  -ms-flex-positive: 1;
      flex-grow: 1; }

/* In mobile views, the categories are moved inside a hamburger menu. */
@media (max-width: 1024px) {
  #categoryHeaders {
    position: absolute;
    top: 60px;
    right: 0;
    display: block;
    z-index: 11;
    overflow: hidden;
    width: 375px;
    max-width: 100%;
    height: auto !important;
    border: 1px solid #e0e0e0;
    border-width: 0 1px;
    max-height: 100vw;
    transition: 300ms;
    margin: 0; }
    #categoryHeaders.collapse, #categoryHeaders.collapsing[aria-expanded=false] {
      max-height: 0; }
    #categoryHeaders.collapse.in, #categoryHeaders.collapsing[aria-expanded=true] {
      max-height: 100vh;
      overflow-y: scroll; }
    #categoryHeaders .catHdr__toggleButton {
      background-color: transparent;
      color: inherit;
      border-width: 0;
      padding: 0;
      font-size: inherit;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      position: absolute;
      top: 0;
      right: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 80px;
      height: 76px;
      padding: 30px;
      z-index: 1; }
      #categoryHeaders .catHdr__toggleButton:focus {
        outline: none; }
      #categoryHeaders .catHdr__toggleButton svg {
        transition: 300ms;
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
        #categoryHeaders .catHdr__toggleButton svg path {
          fill: white; }
      #categoryHeaders .catHdr__toggleButton.collapsed svg {
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
        #categoryHeaders .catHdr__toggleButton.collapsed svg path {
          fill: black; }
    #categoryHeaders .categoryHeader {
      margin: 0;
      display: block;
      position: relative; }
      #categoryHeaders .categoryHeader .categoryHeader__label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        height: 76px;
        width: 100%;
        background-color: #f6f6f6;
        color: #000000;
        padding-left: 15px;
        font-size: 20px;
        font-weight: 500;
        padding-right: 80px;
        border: 1px solid #e0e0e0;
        border-width: 0 0 1px 0; }
        #categoryHeaders .categoryHeader .categoryHeader__label.expanded {
          background-color: #ec5d64;
          border-color: #ec5d64;
          color: white; }
      #categoryHeaders .categoryHeader:first-child .categoryHeader__label {
        border-top-width: 1px; }
      #categoryHeaders .categoryHeader div.categoryHeader__bodyWrapper, #categoryHeaders .categoryHeader:hover div.categoryHeader__bodyWrapper {
        opacity: 1;
        pointer-events: auto;
        position: static;
        width: auto;
        overflow: hidden;
        margin-top: 0;
        transition: 300ms;
        border-bottom: 1px solid #e0e0e0;
        padding: 0; }
        #categoryHeaders .categoryHeader div.categoryHeader__bodyWrapper.collapse, #categoryHeaders .categoryHeader div.categoryHeader__bodyWrapper.collapsing[aria-expanded=false], #categoryHeaders .categoryHeader:hover div.categoryHeader__bodyWrapper.collapse, #categoryHeaders .categoryHeader:hover div.categoryHeader__bodyWrapper.collapsing[aria-expanded=false] {
          height: 0;
          border-width: 0; }
        #categoryHeaders .categoryHeader div.categoryHeader__bodyWrapper.collapse.in, #categoryHeaders .categoryHeader div.categoryHeader__bodyWrapper.collapsing[aria-expanded=true], #categoryHeaders .categoryHeader:hover div.categoryHeader__bodyWrapper.collapse.in, #categoryHeaders .categoryHeader:hover div.categoryHeader__bodyWrapper.collapsing[aria-expanded=true] {
          height: auto;
          border-width: 0 0 1px 0; }
    #categoryHeaders .cathdr__recentPostsWrapper {
      display: none; }
  .cathdr--subcategories_and_posts .cathdr__subcats {
    margin: 0;
    width: 100%; }
    .cathdr--subcategories_and_posts .cathdr__subcats:hover {
      color: #ec5d64; }
  .categoryHeader__body--subcategory_thumbs .cathdr__thumbs {
    display: block; }
    .categoryHeader__body--subcategory_thumbs .cathdr__thumbs .cathdr__thumbLabel {
      font-size: inherit;
      font-weight: inherit;
      margin: 0; }
  .cathdr--subcategories_and_posts .cathdr__subcats li,
  .categoryHeader__body--subcategory_thumbs li.cathdr__thumbHolder {
    font-size: 20px;
    border-bottom: 1px solid #f6f6f6;
    position: relative;
    background-color: white;
    margin: 0;
    padding: 0;
    max-width: none;
    width: auto; }
    .cathdr--subcategories_and_posts .cathdr__subcats li > a,
    .categoryHeader__body--subcategory_thumbs li.cathdr__thumbHolder > a {
      width: 100%;
      padding: 16px 25px;
      display: block;
      color: black; }
      .cathdr--subcategories_and_posts .cathdr__subcats li > a:hover,
      .categoryHeader__body--subcategory_thumbs li.cathdr__thumbHolder > a:hover {
        background-color: #ec5d64;
        color: white; }
  .cathdr__thumb {
    display: none; } }

.cathdr__subcats {
  margin: 0;
  padding: 0;
  list-style: none; }
  .cathdr__subcats li {
    margin: 0;
    padding: 0; }
  .cathdr__subcats li {
    padding: 5px 0; }

.cathdr__thumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .cathdr__thumbs li {
    margin: 0;
    padding: 0; }
  .cathdr__thumbs li {
    margin-right: 20px; }

.cathdr__thumbHolder {
  display: block;
  width: calc(25% - 20px);
  max-width: 280px;
  margin-right: 20px;
  position: relative;
  color: black; }
  .cathdr__thumbHolder:hover {
    color: #ec5d64; }
    .cathdr__thumbHolder:hover .cathdr__thumb {
      -webkit-filter: opacity(0.8);
              filter: opacity(0.8); }
  .cathdr__thumbHolder > a, .cathdr__thumbHolder > a:hover {
    color: inherit; }

.cathdr__thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 66% 100% 0 0;
  background-color: #ec5d64;
  transition: 300ms; }

.cathdr__moreLinkThumb .cathdr__thumb {
  position: relative; }

.cathdr__moreLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .cathdr__moreLink::after {
    content: '';
    width: 45px;
    height: 45px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/apt613//img/more.svg"); }

.cathdr__recentPostsLabel {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 17px; }

.cathdr--subcategories_and_posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .cathdr--subcategories_and_posts .cathdr__subcats {
    font-size: 16px;
    margin-right: 80px;
    -ms-flex: 0 0 200px;
        flex: 0 0 200px; }
    .cathdr--subcategories_and_posts .cathdr__subcats a {
      color: black;
      transition: 300ms; }
      .cathdr--subcategories_and_posts .cathdr__subcats a:hover {
        color: #ec5d64; }

.cathdr__postCatLabel {
  color: #999;
  margin-top: 18px;
  text-transform: uppercase;
  font-size: 12px; }

.cathdr__thumbLabel {
  margin-top: 8px;
  transition: 300ms;
  font-weight: 500;
  font-size: 14px; }

/* Keep these sync'd with base.js */
#events-bar {
  transition: 500ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  margin-top: 80px;
  background-color: #f6f6f6;
  color: #000000;
  box-shadow: 0 3px 3px 0 rgba(140, 140, 140, 0.18);
  z-index: 10;
  overflow: hidden; }
  @media (max-width: 1024px) {
    #events-bar {
      margin-top: 60px;
      box-shadow: none; } }
  #events-bar .post-box {
    width: 180px;
    position: relative;
    margin-right: 20px; }
    #events-bar .post-box h2 {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.29;
      transition: 300ms;
      margin: 4px 0 0 0;
      padding: 0; }
      #events-bar .post-box h2:hover {
        color: #ec5d64; }
    #events-bar .post-box time {
      font-size: 14px;
      color: #999;
      text-transform: uppercase;
      margin: 17px 0 4px 0; }
  #events-bar .events-bar__thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100% 100% 0 0;
    background-color: #ec5d64;
    display: block;
    -webkit-filter: opacity(1);
            filter: opacity(1);
    transition: 300ms; }
    #events-bar .events-bar__thumb:hover {
      -webkit-filter: opacity(0.8);
              filter: opacity(0.8); }
  #events-bar .slick-list {
    width: 100%;
    padding-bottom: 30px; }
  #events-bar .slick-slide {
    margin: 0 10px; }
  #events-bar .slick-list {
    margin: -10px; }
  #events-bar #ebc > .container, #events-bar .events-bar--heading {
    width: 1400px; }
    @media (min-width: 1001px) and (max-width: 1440px) {
      #events-bar #ebc > .container, #events-bar .events-bar--heading {
        width: 90%; } }
    @media (min-width: 770px) and (max-width: 1000px) {
      #events-bar #ebc > .container, #events-bar .events-bar--heading {
        width: 90%; } }
    @media (min-width: 481px) and (max-width: 769px) {
      #events-bar #ebc > .container, #events-bar .events-bar--heading {
        width: 90%; } }
    @media (max-width: 480px) {
      #events-bar #ebc > .container, #events-bar .events-bar--heading {
        width: 90%; } }
  #events-bar .events-bar--heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    padding: 32px 0 17px; }
    #events-bar .events-bar--heading h2 {
      margin: 0 48px 0 0;
      font-weight: 500;
      font-size: 16px;
      padding: 0; }
    #events-bar .events-bar--heading a {
      color: #ec5d64;
      text-transform: uppercase;
      transition: 300ms;
      margin-right: 20px;
      font-size: 14px; }
      #events-bar .events-bar--heading a:hover {
        color: #999; }
  #events-bar .slick-next, #events-bar .slick-prev {
    background-color: transparent;
    color: inherit;
    border-width: 0;
    padding: 0;
    font-size: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-color: white;
    border: 1px solid black;
    position: absolute;
    top: -45px;
    transition: 300ms; }
    #events-bar .slick-next:focus, #events-bar .slick-prev:focus {
      outline: none; }
    #events-bar .slick-next path, #events-bar .slick-prev path {
      transition: 300ms;
      fill: black; }
    #events-bar .slick-next:hover, #events-bar .slick-prev:hover {
      border-color: #ec5d64; }
      #events-bar .slick-next:hover path, #events-bar .slick-prev:hover path {
        fill: #ec5d64; }
  #events-bar .slick-next {
    right: 15px; }
  #events-bar .slick-prev {
    right: 60px; }

.wrap-user-bio {
  text-align: center;
  padding: 60px 30px 30px 30px; }
  .wrap-user-bio .user-img {
    border-radius: 100%;
    width: 175px;
    height: 175px; }
  .wrap-user-bio hr {
    margin-bottom: 15px;
    margin-top: 15px; }
  .wrap-user-bio .user-bio {
    max-width: 500px;
    margin: 0 auto; }
  .wrap-user-bio .user-title {
    margin-top: -30px;
    display: block;
    margin-bottom: 20px;
    color: gray; }
  .wrap-user-bio i {
    font-size: 26px;
    color: #cecece;
    padding: 0 5px;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms; }
  .wrap-user-bio a:hover i {
    color: #69a9a3; }

#author-posts {
  padding-bottom: 30px; }

.post-box.latest-article h2 {
  font-size: 17px;
  line-height: 24px;
  padding-bottom: 10px;
  padding-top: 0px; }

.post-box.latest-article img {
  display: block;
  margin-bottom: 5px; }

.article-banner {
  position: relative;
  z-index: 1;
  height: 700px;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 1440px) {
    .article-banner {
      height: 600px; } }
  @media (max-width: 768px) {
    .article-banner {
      height: 320px; } }
  @media (max-width: 420px) {
    .article-banner {
      height: 200px; } }
  .article-banner .wrap-pagetitle {
    height: 100%;
    width: 100%;
    text-align: center;
    display: table;
    background-color: rgba(0, 0, 0, 0.5); }
  .article-banner .pagetitle {
    display: table-cell;
    vertical-align: middle;
    color: #cccccc;
    font-size: 28px; }
    .article-banner .pagetitle h1 {
      color: white;
      padding-bottom: 0px;
      font-size: 1.8em;
      line-height: 1.25; }
      @media (min-width: 43.75em) {
        .article-banner .pagetitle h1 {
          font-size: 72px;
          line-height: 80px; } }
  .article-banner .image-caption {
    float: right;
    padding: 5px 15px;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    font-size: 14px; }

#single-article {
  position: relative; }
  #single-article .content-contain {
    min-height: 500px;
    background: white;
    position: relative;
    z-index: 1;
    padding: 50px 70px;
    margin-top: -200px; }
    @media (max-width: 959px) {
      #single-article .content-contain {
        padding: 30px; } }
    @media (max-width: 768px) {
      #single-article .content-contain {
        margin-top: 0; } }
    @media (max-width: 420px) {
      #single-article .content-contain {
        padding: 30px 15px; } }
  #single-article .post-body {
    padding-bottom: 30px; }
  #single-article .article-comments {
    margin-top: 0;
    position: relative; }
    #single-article .article-comments:before {
      z-index: 1;
      content: '';
      background: #e3e3e3;
      position: absolute;
      left: 0;
      top: 0;
      height: 1px;
      width: 100%; }
  #single-article .tags-list {
    margin-bottom: 30px; }

#single-article.no-banner .content-contain {
  margin-top: 0; }

.article-carousel {
  margin-bottom: 30px; }
  .article-carousel ul {
    margin: 0;
    padding: 0;
    position: relative; }
  .article-carousel .slick-prev, .article-carousel .slick-next {
    position: absolute;
    bottom: -60px;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #6d6d6d;
    font-size: 30px; }
    .article-carousel .slick-prev:hover, .article-carousel .slick-next:hover {
      color: #69a9a3; }
  .article-carousel .slick-next {
    right: -5px; }
  .article-carousel .slick-prev {
    right: 20px; }
  .article-carousel .carousel-main li {
    background: #fafafa; }
  .article-carousel .carousel-main img {
    margin: 0 auto; }
  .article-carousel .carousel-thumb {
    border-top: 1px solid white;
    border-left: 1px solid white; }
    .article-carousel .carousel-thumb li {
      border-right: 1px solid white;
      border-bottom: 1px solid white;
      height: 80px;
      overflow: hidden;
      cursor: pointer;
      background-size: cover;
      -webkit-transition: opacity 300ms;
      -moz-transition: opacity 300ms;
      transition: opacity 300ms; }
      .article-carousel .carousel-thumb li:hover {
        opacity: 0.8; }
  .article-carousel .slide-caption {
    color: #6d6d6d;
    padding: 15px 50px 0px 0px; }
    .article-carousel .slide-caption .caption {
      margin-left: 5px;
      color: #b4b4b4; }

.share {
  position: absolute;
  margin-left: -150px;
  top: 250px; }
  .share ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .share li {
    display: block; }
  .share a {
    display: block;
    color: white;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    background-color: #ed5d65; }
    .share a:hover {
      background: #69a9a3; }
  @media (max-width: 1439px) {
    .share {
      margin-left: 0;
      top: 0;
      position: static;
      padding-bottom: 30px;
      width: 100%; }
      .share::after {
        clear: both;
        content: "";
        display: table; }
      .share ul {
        width: 100%; }
      .share li {
        float: left;
        width: 25%; }
      .share a {
        width: 100%; } }

.post-header .categories {
  display: inline-block;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0; }
  .post-header .categories li {
    display: inline-block; }

.post-header .posted {
  margin-bottom: 30px; }

.post-header .date {
  color: #c0c0c0; }

.event-details {
  margin-bottom: 30px;
  font-size: 1.14em;
  line-height: 1.4em; }
  .event-details p {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 30px;
    position: relative; }
  .event-details i {
    color: #ed5d65;
    font-weight: bold;
    font-size: 1.1em;
    position: absolute;
    left: 0;
    top: 0px; }
  .event-details .time {
    color: #777777; }
  .event-details .location {
    color: #c0c0c0; }

.post-box .event-details {
  font-size: 12px; }
  .post-box .event-details p {
    padding-left: 15px; }
  .post-box .event-details i {
    left: 1px; }

@media (max-width: 500px) {
  .post-body img.alignright, .post-body img.alignleft, .post-body img.aligncenter {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    padding: 0; } }

.vvqbox {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0 !important;
  width: 100% !important;
  margin: 0; }
  .vvqbox iframe, .vvqbox object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.excerpt-wrap p {
  margin-bottom: 0;
  padding-bottom: 10px;
  line-height: 1.6;
  font-size: 15px; }

.related-posts {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 60px; }
  @media (max-width: 959px) {
    .related-posts {
      padding: 0 30px; } }
  .related-posts .grid {
    margin: 0 -30px; }
  .related-posts h4, .related-posts .tribe-events-day .tribe-events-day-time-slot h5, .tribe-events-day .tribe-events-day-time-slot .related-posts h5, .related-posts .tribe-events-list-separator-month {
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
  .related-posts time {
    display: block;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 10px; }
  .related-posts .post-box h2 {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 10px;
    padding-top: 0px; }

#page--no-sidebar {
  padding-bottom: 30px; }
  #page--no-sidebar .content-contain {
    padding: 60px 60px 0; }
    @media (max-width: 700px) {
      #page--no-sidebar .content-contain {
        padding: 30px; } }
    @media (max-width: 420px) {
      #page--no-sidebar .content-contain {
        padding: 30px 15px; } }
    #page--no-sidebar .content-contain .image--full {
      margin-left: -60px;
      margin-right: -60px;
      padding-bottom: 30px; }
    #page--no-sidebar .content-contain hr {
      width: auto;
      margin-left: -60px;
      margin-right: -60px; }

.staff {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 90px; }
  .staff::after {
    clear: both;
    content: "";
    display: table; }
  .staff .grid:before, .staff .grid:after {
    display: none; }
  .staff a {
    text-decoration: none;
    color: #333; }
  .staff h2 {
    display: block;
    clear: both;
    margin-top: 30px;
    float: left;
    text-align: center;
    width: 100%; }
  .staff .col--one-quarter, .staff .col--one-fifth {
    width: 100%;
    padding-top: 0;
    margin-bottom: 15px;
    display: inline-block; }
    .staff .col--one-quarter h3, .staff .col--one-fifth h3 {
      font-size: 20px; }
    .staff .col--one-quarter p, .staff .col--one-fifth p {
      font-size: 14px;
      color: #a5a5a5; }
    .staff .col--one-quarter h3, .staff .col--one-quarter p, .staff .col--one-fifth h3, .staff .col--one-fifth p {
      padding: 0; }
    .staff .col--one-quarter img, .staff .col--one-fifth img {
      border-radius: 100%; }
  .staff .img-big {
    text-align: center; }
  .staff .img-small {
    text-align: left !important; }
    .staff .img-small figure.profile-img {
      width: 100px;
      height: 100px;
      border-radius: 100%;
      overflow: hidden;
      padding: 0;
      margin: 0;
      background-size: cover;
      background-position: center center;
      margin-bottom: 10px; }
    .staff .img-small figure.gravatar {
      padding: 0;
      margin: 0 0 10px 0; }
      .staff .img-small figure.gravatar img {
        width: 100px;
        height: 100px;
        display: block; }
    .staff .img-small .info {
      width: 100%;
      font-size: 14px; }
      .staff .img-small .info h4, .staff .img-small .info .tribe-events-day .tribe-events-day-time-slot h5, .tribe-events-day .tribe-events-day-time-slot .staff .img-small .info h5, .staff .img-small .info .tribe-events-list-separator-month {
        padding-bottom: 0;
        font-size: 14px; }
      .staff .img-small .info p {
        font-size: 13px;
        color: #a5a5a5; }
  .staff .col--one-quarter {
    width: 50%; }
  .staff .col--one-fifth {
    width: 50%; }
  @media (min-width: 500px) {
    .staff .col--one-quarter {
      width: 50%; }
    .staff .col--one-fifth {
      width: 33.3333%; } }
  @media (min-width: 768px) {
    .staff .col--one-quarter {
      width: 25%; }
    .staff .col--one-fifth {
      width: 20%; } }

.staff article a {
  display: block; }
  .staff article a h3, .staff article a img, .staff article a h4, .staff article a .tribe-events-day .tribe-events-day-time-slot h5, .tribe-events-day .tribe-events-day-time-slot .staff article a h5, .staff article a .tribe-events-list-separator-month {
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms; }

.staff article a:hover h3, .staff article a:hover h4, .staff article a:hover .tribe-events-day .tribe-events-day-time-slot h5, .tribe-events-day .tribe-events-day-time-slot .staff article a:hover h5, .staff article a:hover .tribe-events-list-separator-month {
  color: #ed5d65; }

body.author.paged .wrap-user-bio hr {
  display: none; }

#content-events {
  width: 100%;
  min-height: 1px;
  float: left; }
  @media (max-width: 959px) {
    #content-events {
      padding: 0; } }
  #content-events a {
    text-decoration: none; }
  #content-events .span-content {
    background: white; }

#tribe-events-pg-template {
  max-width: none;
  padding: 0 30px 30px 30px; }
  @media (max-width: 768px) {
    #tribe-events-pg-template {
      padding: 0 !important; } }

#tribe-events-content {
  max-width: 700px;
  margin: 0 auto; }

#content-events #tribe-events-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px 30px 30px !important; }
  @media (max-width: 768px) {
    #content-events #tribe-events-content {
      padding: 30px 15px !important; } }
  #content-events #tribe-events-content.tribe-events-photo {
    max-width: 1440px; }

.tribe-events-after-html {
  padding-bottom: 60px; }

#tribe-events-content.tribe-events-photo {
  max-width: 1440px; }

.tribe-events-day .tribe-events-day-time-slot h5, .tribe-events-list-separator-month {
  background: none;
  padding: 15px 0;
  margin: 0;
  color: #ed5d65; }

#tribe-events .post-box {
  margin-left: 0;
  padding: 30px 0;
  width: 100%; }
  #tribe-events .post-box:before {
    top: 0; }
  #tribe-events .post-box .tribe-events-event-meta {
    margin: 0; }
  #tribe-events .post-box .event-details {
    font-size: 16px;
    color: #c0c0c0;
    font-weight: normal;
    border: none;
    background: none; }
    #tribe-events .post-box .event-details .time-details, #tribe-events .post-box .event-details .tribe-events-venue-details {
      position: relative;
      border: none;
      padding: 0; }
      #tribe-events .post-box .event-details .time-details i, #tribe-events .post-box .event-details .tribe-events-venue-details i {
        left: 0px;
        font-weight: normal;
        font-size: 1em;
        width: 18px;
        text-align: center;
        display: block; }
      #tribe-events .post-box .event-details .time-details > div, #tribe-events .post-box .event-details .tribe-events-venue-details > div {
        padding-left: 20px;
        margin: 10px 0; }

#tribe-events .tribe-events-page-title {
  text-align: left; }

.tribe-events-list .type-tribe_events {
  border: none; }

#tribe-events-footer {
  position: relative;
  padding-top: 30px; }
  #tribe-events-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    display: block; }

.tribe-events-sub-nav li {
  text-transform: uppercase; }
  .tribe-events-sub-nav li span {
    display: none; }

#tribe-events .tribe-events-schedule h2, #tribe-events .tribe-events-cost {
  color: #c0c0c0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  position: relative;
  font-weight: normal; }
  @media (max-width: 767px) {
    #tribe-events .tribe-events-schedule h2, #tribe-events .tribe-events-cost {
      font-size: 16px; } }
  #tribe-events .tribe-events-schedule h2 i, #tribe-events .tribe-events-cost i {
    color: #ed5d65;
    margin-right: 3px;
    font-weight: normal;
    position: absolute;
    left: 0px;
    top: 0;
    width: 18px;
    text-align: center;
    display: block; }

.events-single #tribe-events .tribe-events-schedule h2, .events-single #tribe-events .tribe-events-cost {
  color: #747474;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 17px;
  padding-top: 3px;
  font-weight: 600; }
  .events-single #tribe-events .tribe-events-schedule h2 i, .events-single #tribe-events .tribe-events-cost i {
    font-size: 22px; }

.tribe-events-schedule {
  margin-bottom: 30px; }

.tribe-events-notices {
  margin-bottom: 30px; }

.tribe-events-back {
  margin-top: 30px;
  margin-bottom: 0; }

.tribe-events-single-event-title {
  border-bottom: 1px solid #e3e3e3; }

.single-tribe_events .tribe-events-schedule .recurringinfo {
  display: block;
  font-size: 13px !important;
  padding-left: 20px; }
  .single-tribe_events .tribe-events-schedule .recurringinfo .tribe-events-divider {
    display: none; }

.single-tribe_events .tribe-events-schedule {
  background: none;
  border: none;
  padding: 0;
  line-height: 1.4em; }

#featured-area .post-type--tribe_events h2 {
  margin-top: 15px; }

#featured-area .post-type--tribe_events .event-details p {
  padding-left: 25px; }

#featured-area .post-type--tribe_events .time, #featured-area .post-type--tribe_events .location {
  font-size: 15px;
  margin-top: 0; }
  #featured-area .post-type--tribe_events .time i, #featured-area .post-type--tribe_events .location i {
    width: 18px;
    text-align: center;
    display: block; }

/* style the filter bar */
#tribe-events-bar {
  border-bottom: 1px solid #e3e3e3; }

#tribe-bar-form, .tribe-events-filters-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  border-bottom: none;
  background: none; }

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background: #69a9a3;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms; }
  #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
    background: #518e88; }

#tribe-bar-collapse-toggle {
  background: none; }

.tribe-bar-views-inner, #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background: white; }

#tribe-bar-views {
  border-left: 1px solid #e3e3e3; }

#tribe_events_filters_wrapper.tribe-events-filters-horizontal, .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
  background: white !important; }

#tribe-bar-collapse-toggle {
  padding-left: 0; }

.tribe-events-filters-content {
  background: white !important;
  border: none !important; }

.tribe-events-single ul.tribe-related-events li {
  background: none;
  border: none; }
  .tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
    padding: 0; }

.tribe-events-single ul.tribe-related-events .tribe-related-events-title {
  padding: 0 0 5px 0;
  border: 0;
  margin: 0; }

#tribe-events-pg-template {
  padding: 0; }

#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {
  line-height: 2;
  margin: 0 0 30px; }

.post-box--event .event-details p {
  padding-left: 25px; }

#tribe-bar-form input[type=text] {
  border-bottom: none; }

#tribe_events_filters_form {
  padding: 0 10px; }

#tribe-geo-map-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
  padding: 0;
  border: 0; }

.tribe-events-list .tribe-events-photo-event .tribe-events-event-details {
  padding: 0; }
  .tribe-events-list .tribe-events-photo-event .tribe-events-event-details:hover {
    box-shadow: none; }

.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
  border: none;
  border-bottom: 1px solid #e3e3e3;
  background: none;
  margin-bottom: 30px; }
  .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap:hover {
    box-shadow: none; }
  .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap h2 a {
    color: #333;
    text-decoration: none !important;
    display: block;
    margin-bottom: 10px; }
    .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap h2 a:hover {
      color: #69a9a3; }
  .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap .tribe-event-schedule-details {
    color: #a7a7a7; }
  .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap p {
    margin-bottom: 0 !important;
    line-height: 1.7 !important; }
  .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap .ion-android-time {
    font-size: 1.2em;
    color: #ed5d65;
    padding-right: 5px;
    padding-left: 1px; }
  .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap img {
    margin-bottom: 10px;
    width: 100%;
    height: auto; }

.tribe-events-community-footer input[type="submit"] {
  border: none;
  outline: none;
  background: #69a9a3;
  color: white;
  padding: 15px 30px;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms; }
  .tribe-events-community-footer input[type="submit"]:hover {
    background: #518e88; }

.festival-description {
  margin-bottom: 0; }
  .festival-description hr {
    margin: 0; }

#sidebar {
  margin-left: -385px;
  width: 385px;
  float: left;
  padding: 0 30px 30px 30px; }
  @media (max-width: 959px) {
    #sidebar {
      float: none;
      width: 100%;
      max-width: 768px;
      margin: 0 auto;
      clear: both;
      padding-left: 30px;
      padding-right: 30px; }
      #sidebar:before {
        display: none; } }
  @media (max-width: 768px) {
    #sidebar {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 420px) {
    #sidebar {
      padding-left: 15px;
      padding-right: 15px; } }
  #sidebar:before {
    content: '';
    position: absolute;
    width: 385px;
    height: 100%;
    right: 0;
    top: 0;
    background: #fafafa; }

.callout, .widget {
  padding: 0 0 30px 0;
  position: relative;
  z-index: 1; }
  .callout h2, .widget h2 {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0; }
  .callout img, .widget img {
    width: 350px;
    margin: 0;
    padding: 0; }

@media (max-width: 959px) {
  .widget {
    width: 50%;
    float: left; }
  .widget:nth-child(even) {
    padding-right: 15px; }
  .widget:nth-child(odd) {
    padding-left: 15px; } }

.callout.gallery, .callout.banner {
  border-bottom: 1px solid #e3e3e3; }

#sidebar .tabs {
  padding-top: 30px; }
  #sidebar .tabs .tabs-heading {
    margin: 0;
    padding: 0;
    border: 1px solid #e3e3e3;
    border-left: none;
    border-right: none;
    display: block;
    list-style: none;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    clear: both; }
    #sidebar .tabs .tabs-heading::after {
      clear: both;
      content: "";
      display: table; }
    #sidebar .tabs .tabs-heading li {
      display: block;
      float: left;
      width: 50%;
      position: relative; }
      #sidebar .tabs .tabs-heading li a {
        text-decoration: none;
        color: #c0c0c0;
        display: block;
        padding: 30px 0; }
      #sidebar .tabs .tabs-heading li::before {
        content: '';
        position: absolute;
        top: 0;
        height: 3px;
        width: 100%;
        transition: 500ms; }
      #sidebar .tabs .tabs-heading li:hover a {
        color: black; }
      #sidebar .tabs .tabs-heading li:hover::before {
        background: black; }
    #sidebar .tabs .tabs-heading li.active a {
      color: black; }
    #sidebar .tabs .tabs-heading li.active::before {
      background: #ed5d65; }
    #sidebar .tabs .tabs-heading a {
      display: block; }
  #sidebar .tabs .tabs-lists .list {
    height: 0;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0; }
    #sidebar .tabs .tabs-lists .list li {
      padding: 30px 0;
      border-bottom: 1px solid #e3e3e3;
      font-size: 1em;
      line-height: 1.4;
      opacity: 0; }
    #sidebar .tabs .tabs-lists .list li:nth-child(1) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 60ms, 60ms;
      -moz-transition-delay: 60ms, 60ms;
      transition-delay: 60ms, 60ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list li:nth-child(2) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 120ms, 120ms;
      -moz-transition-delay: 120ms, 120ms;
      transition-delay: 120ms, 120ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list li:nth-child(3) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 180ms, 180ms;
      -moz-transition-delay: 180ms, 180ms;
      transition-delay: 180ms, 180ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list li:nth-child(4) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 240ms, 240ms;
      -moz-transition-delay: 240ms, 240ms;
      transition-delay: 240ms, 240ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list li:nth-child(5) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 300ms, 300ms;
      -moz-transition-delay: 300ms, 300ms;
      transition-delay: 300ms, 300ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list li:nth-child(6) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 360ms, 360ms;
      -moz-transition-delay: 360ms, 360ms;
      transition-delay: 360ms, 360ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list li:nth-child(7) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 420ms, 420ms;
      -moz-transition-delay: 420ms, 420ms;
      transition-delay: 420ms, 420ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list li:nth-child(8) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 480ms, 480ms;
      -moz-transition-delay: 480ms, 480ms;
      transition-delay: 480ms, 480ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list li:nth-child(9) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 540ms, 540ms;
      -moz-transition-delay: 540ms, 540ms;
      transition-delay: 540ms, 540ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list li:nth-child(10) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 600ms, 600ms;
      -moz-transition-delay: 600ms, 600ms;
      transition-delay: 600ms, 600ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list li:nth-child(11) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 660ms, 660ms;
      -moz-transition-delay: 660ms, 660ms;
      transition-delay: 660ms, 660ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list li:nth-child(12) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 720ms, 720ms;
      -moz-transition-delay: 720ms, 720ms;
      transition-delay: 720ms, 720ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list li:nth-child(13) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 780ms, 780ms;
      -moz-transition-delay: 780ms, 780ms;
      transition-delay: 780ms, 780ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list li:nth-child(14) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 840ms, 840ms;
      -moz-transition-delay: 840ms, 840ms;
      transition-delay: 840ms, 840ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list li:nth-child(15) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 900ms, 900ms;
      -moz-transition-delay: 900ms, 900ms;
      transition-delay: 900ms, 900ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list li:nth-child(16) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 960ms, 960ms;
      -moz-transition-delay: 960ms, 960ms;
      transition-delay: 960ms, 960ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list li:nth-child(17) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 1020ms, 1020ms;
      -moz-transition-delay: 1020ms, 1020ms;
      transition-delay: 1020ms, 1020ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list li:nth-child(18) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 1080ms, 1080ms;
      -moz-transition-delay: 1080ms, 1080ms;
      transition-delay: 1080ms, 1080ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list li:nth-child(19) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 1140ms, 1140ms;
      -moz-transition-delay: 1140ms, 1140ms;
      transition-delay: 1140ms, 1140ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list li:nth-child(20) {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform;
      -webkit-transition-delay: 1200ms, 1200ms;
      -moz-transition-delay: 1200ms, 1200ms;
      transition-delay: 1200ms, 1200ms;
      -webkit-transition-duration: 600ms, 600ms;
      -moz-transition-duration: 600ms, 600ms;
      transition-duration: 600ms, 600ms; }
    #sidebar .tabs .tabs-lists .list a {
      color: #333;
      text-decoration: none;
      display: block; }
      #sidebar .tabs .tabs-lists .list a:hover {
        color: #69a9a3; }
  #sidebar .tabs .tabs-lists .list.active {
    display: block;
    height: auto; }
    #sidebar .tabs .tabs-lists .list.active li {
      opacity: 1;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px); }
  #sidebar .tabs .tabs-lists time {
    color: #c0c0c0;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    clear: both; }
  #sidebar .tabs .tabs-lists .events time {
    margin-top: 5px;
    margin-left: 1px;
    margin-bottom: 0; }

/* ads */
.top-page-ads, .article-page-ads {
  margin: 0 auto;
  width: 92%;
  text-align: center; }
  .top-page-ads img, .article-page-ads img {
    text-align: center; }

.article-page-ads {
  padding: 40px 0 0 0; }

@media (max-width: 500px) {
  .article-page-ads {
    padding: 10px 0 0 0; }
  .top-page-ads {
    padding: 0 0 20px 0; } }

#sidebar .adrotate_widgets {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
  #sidebar .adrotate_widgets a {
    display: block; }
  #sidebar .adrotate_widgets img {
    margin-bottom: 30px; }
  #sidebar .adrotate_widgets ul, #sidebar .adrotate_widgets li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #sidebar .adrotate_widgets .g {
    max-width: none; }
  @media (max-width: 959px) {
    #sidebar .adrotate_widgets .g {
      width: 50%;
      float: left;
      max-width: 100%; }
    #sidebar .adrotate_widgets .g:nth-child(odd) {
      padding-right: 15px; }
    #sidebar .adrotate_widgets .g:nth-child(even) {
      padding-left: 15px; } }
  @media (max-width: 500px) {
    #sidebar .adrotate_widgets {
      margin-left: 0;
      margin-right: 0;
      width: 100%; }
      #sidebar .adrotate_widgets .g {
        width: 100%;
        padding: 0; }
        #sidebar .adrotate_widgets .g img {
          width: 100%;
          height: auto; }
      #sidebar .adrotate_widgets .g:nth-child(odd) {
        padding-right: 0; }
      #sidebar .adrotate_widgets .g:nth-child(even) {
        padding-left: 0; } }

.post-loop--ads {
  padding: 0px 15px 0px 15px; }
  .post-loop--ads .col {
    margin-top: 0; }
  .post-loop--ads .g-col {
    padding: 0 15px 15px 15px !important; }
    @media (max-width: 500px) {
      .post-loop--ads .g-col {
        padding: 0 !important; } }

.post-loop--ads::after {
  clear: both;
  content: "";
  display: table; }

.post-loop--ads .widget {
  width: 100% !important;
  padding-left: 0 !important; }

.post-loop--ads .g {
  max-width: 100% !important; }

.post-loop--ads .g-col {
  width: 50%;
  max-width: 100% !important;
  padding: 30px;
  float: left; }

.post-loop--ads ul, .post-loop--ads li {
  margin: 0;
  padding: 0;
  list-style: none; }

@media (max-width: 500px) {
  .post-loop--ads .g-col {
    width: 100%;
    padding: 0; }
    .post-loop--ads .g-col img {
      width: 100%;
      height: auto; } }

.callout.sub-categories {
  padding: 30px 0; }
  .callout.sub-categories h2 {
    font-size: 15px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 20px 0;
    display: block;
    margin: 0; }
  .callout.sub-categories ul, .callout.sub-categories li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .callout.sub-categories a {
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
    color: gray;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3; }
    .callout.sub-categories a:hover {
      color: #69a9a3; }

.sidebar-top {
  padding-top: 30px;
  padding-bottom: 0;
  margin-bottom: -30px; }
  @media (max-width: 959px) {
    .sidebar-top {
      margin-bottom: 0;
      padding-top: 0; } }

#website-footer {
  border-top: 1px solid #e3e3e3;
  text-align: center;
  padding: 30px;
  font-family: 'Roboto', 'sans-serif'; }
  #website-footer #footer-logo-container {
    margin: 30px auto 44px;
    text-align: center; }
    #website-footer #footer-logo-container a {
      -webkit-filter: opacity(1);
              filter: opacity(1);
      transition: 300ms; }
  #website-footer ul.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 54px auto 55px; }
    #website-footer ul.footer-menu li {
      margin: 0;
      padding: 0; }
    @media (max-width: 1024px) {
      #website-footer ul.footer-menu {
        -ms-flex-direction: column;
            flex-direction: column;
        margin: 30px auto 30px; } }
    #website-footer ul.footer-menu li.menu-item {
      font-size: 18px;
      margin-right: 38px; }
      #website-footer ul.footer-menu li.menu-item:last-child {
        margin-right: 0; }
      @media (max-width: 1024px) {
        #website-footer ul.footer-menu li.menu-item {
          margin: 18px 0; } }
      #website-footer ul.footer-menu li.menu-item a {
        color: black;
        transition: 300ms;
        padding: 0; }
        #website-footer ul.footer-menu li.menu-item a:hover {
          color: #999; }
  #website-footer .social-media {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    color: #ec5d64;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 45px auto; }
    #website-footer .social-media li {
      margin: 0;
      padding: 0; }
    #website-footer .social-media svg {
      width: 32px;
      height: 32px;
      -o-object-fit: contain;
         object-fit: contain; }
      #website-footer .social-media svg path {
        fill: #ec5d64; }
    #website-footer .social-media li {
      width: 55px;
      font-size: 27px; }
      #website-footer .social-media li a, #website-footer .social-media li a:hover {
        color: inherit;
        font-size: inherit; }
      #website-footer .social-media li a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        -webkit-filter: opacity(1);
                filter: opacity(1);
        transition: 300ms; }
        #website-footer .social-media li a:hover {
          -webkit-filter: opacity(0.8);
                  filter: opacity(0.8); }
      #website-footer .social-media li i {
        font-size: inherit; }
      #website-footer .social-media li span {
        font-size: 0;
        -ms-transform: translate(-9999, 0);
            transform: translate(-9999, 0); }
  #website-footer .top-row {
    margin: 30px 0 15px;
    font-size: 16px; }
    #website-footer .top-row li {
      margin: 0px 15px 15px 15px; }
      @media (max-width: 768px) {
        #website-footer .top-row li {
          margin-left: 0; }
          #website-footer .top-row li a {
            padding-left: 0; } }
      @media (max-width: 600px) {
        #website-footer .top-row li {
          display: block;
          clear: both;
          margin-right: 0; }
          #website-footer .top-row li a {
            padding-right: 0; } }
    #website-footer .top-row a {
      color: #333332;
      padding: 0px 15px 15px 15px;
      display: inline-block; }
      #website-footer .top-row a:hover {
        color: #69a9a3; }
  #website-footer .bottom-row {
    margin: 0px 0px 30px;
    font-size: 14px; }
    #website-footer .bottom-row li {
      border-left: 1px solid #e3e3e3;
      margin-bottom: 15px; }
      @media (max-width: 768px) {
        #website-footer .bottom-row li {
          border: none; } }
      @media (max-width: 600px) {
        #website-footer .bottom-row li {
          display: block;
          clear: both;
          margin-right: 0; } }
    #website-footer .bottom-row li:first-child {
      border: none; }
    #website-footer .bottom-row a {
      color: #747474;
      margin: 0 15px 0 15px;
      padding: 10px 0; }
      @media (max-width: 768px) {
        #website-footer .bottom-row a {
          margin-left: 0; } }
      #website-footer .bottom-row a:hover {
        color: #69a9a3; }
  #website-footer .copyright {
    font-size: 14px;
    color: #999999; }
    @media (max-width: 450px) {
      #website-footer .copyright span {
        display: block;
        clear: both; } }

#skip-to-content {
  display: none; }

.hiddenLabel {
  font-size: 0; }

.wp-pagenavi {
  padding: 0;
  font-size: 18px; }
  .wp-pagenavi:before {
    content: '';
    height: 1px;
    width: 100%;
    background: #e3e3e3;
    position: absolute;
    left: 0;
    top: -30px; }

.wp-pagenavi a, .wp-pagenavi span {
  padding: 10px 10px 10px 0; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color: #518e88;
  text-decoration: none; }

#author-posts .wp-pagenavi:before {
  display: none; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 30px auto; }

.alignright {
  float: right;
  margin: 5px 0 30px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 30px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 30px; }

a img.alignnone {
  margin: 5px 20px 30px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 30px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 30px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 30px 0; }

.wp-caption.alignright {
  margin: 5px 0 30px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.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-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.perspectives {
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 30px 0; }

.perspective {
  width: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  background-color: #d7d7d7;
  line-height: 1.5em; }
  .perspective:first-child {
    margin-right: 1em; }
  .perspective header {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
    height: 6em;
    overflow: hidden;
    line-height: 1.3em; }
  .perspective img.perspective__portrait {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    border-color: #d7d7d7;
    width: 6em;
    max-width: 5em;
    max-height: 5em;
    margin: 1.25em 1.25em 0;
    box-sizing: border-box; }
  .perspective .perspective__advocate {
    margin: 1.25em 1.25em 0 0; }
  .perspective .perspective__title {
    font-size: 0.9em; }
  .perspective .perspective__position, .perspective .perspective__name, .perspective .perspective__title {
    display: block; }
  .perspective .perspective__position {
    font-weight: bold; }
  .perspective .perspective__position:before, .perspective .pull-quote:before {
    content: open-quote; }
  .perspective .perspective__position:after, .perspective .pull-quote:after {
    content: close-quote; }
  .perspective .perspective__opinion {
    margin: 1em; }
    .perspective .perspective__opinion .pull-quote {
      font-size: 1.7em;
      font-style: italic;
      margin: 0 .8em;
      padding: 0 0 30px 0; }

/*# sourceMappingURL=sourcemaps/base.css.map */
