@charset "UTF-8";
/*
Theme Name: Ani 1.3
Theme URI: http://pixesthemes.com
Description: Designed for everyone who wants to display posts like awesome grid. You have multiple post types, big header and many icons for social media profiles, which you can display on many places in site.
Author: pixesthemes + yovdesign
Author URI:
Version: 1.3
Tags: one-column, two-columns, custom-header, left-sidebar, accessibility-ready, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ani
*/
/*Because inuitcss is broken apart into lots of small, composable modules, it is important that you as the developer piece things together in the correct order. That order is:

Settings: Global variables, site-wide settings, config switches, etc.
Tools: Site-wide mixins and functions.
Generic: Low-specificity, far-reaching rulesets (e.g. resets).
Base: Unclassed HTML elements (e.g. a {}, blockquote {}, address {}).
Objects: Objects, abstractions, and design patterns (e.g. .media {}).
Components: Discrete, complete chunks of UI (e.g. .carousel {}). This is the one layer that inuitcss doesn’t get involved with.
Trumps: High-specificity, very explicit selectors. Overrides and helper classes (e.g. .hidden {}).
*/
/**
 * Settings
 */
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/**
 * A simple button object.
 */
/*------------------------------------*\
    #SPACING-RESPONSIVE
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/**
 * Tools
 */
/**
 * Generic
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #f4f6fa;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none; }

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/*------------------------------------*\
    #SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned,this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once,here.
 */
ul, ol, dd {
  margin-left: 60px;
  margin-left: 3.75rem; }

/**
* Horizontal line
*/
hr {
  border-color: #e9e9e9;
  border-style: double;
  border-width: 4px 0 0 0; }

/**
* Pre element
*/
pre {
  overflow: auto; }

/**
* Video element
*/
video {
  display: block; }

/**
* Table
*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

/**
* Shared
*/
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-bottom: 1em; }

/**
* iframe
*/
iframe {
  max-width: 100%;
  border: none; }

/**
 * Base
 */
/*------------------------------------*\
    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1em;
  /* [1] */
  line-height: 1.625;
  /* [1] */
  background-color: #ffffff;
  color: #5d5e63;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */ }

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
/**
 * Headings 1–6.
 */
h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.44444; }

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.73333; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.08333; }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3; }

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625; }

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85714; }

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
/**
 * Remove extra vertical spacing when nesting lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/**
* Base
*/
html {
  overflow-y: auto;
  height: 100%;
  font-family: "Droid Serif", serif; }

body {
  position: relative;
  height: 100%;
  transition: all .2s ease; }

.sidebar-on body {
  overflow: visible; }

.main {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: all 0.2s;
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.admin-bar .main {
  top: 46px; }

@media screen and (min-width: 783px) {
  .admin-bar .main {
    top: 32px; } }
@media screen and (min-width: 45em) {
  .main {
    left: 60px; } }
.sidebar-on .main {
  -ms-transform: translateX(320px);
  transform: translateX(320px); }

@media screen and (min-width: 45em) {
  .sidebar-on .main {
    overflow: hidden;
    -ms-transform: translateX(260px);
    transform: translateX(260px); } }
/*------------------------------------*\
    #IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  height: auto;
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */ }

/**
 * 1. Google Maps breaks if `max-width: 100%` acts upon it; use their selector
 *    to remove the effects.
 * 2. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
.gm-style img {
  /* [1] */
  max-width: none; }

/**
 * Links
 */
a {
  text-decoration: none;
  color: #5c85b0;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/**
* Headings
*/
h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.01em;
  color: #34363c; }

h1 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 44px; }

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px; }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px; }

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px; }

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px; }

/**
 * Base elements
 */
address, blockquote, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul {
  margin-bottom: 1em; }

dl dt {
  font-weight: bold;
  color: #34363c; }

dl dd {
  margin-left: 10px;
  margin-bottom: 20px; }

pre {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding: 15px 15px 15px 40px;
  background: #eee;
  border-radius: 3px; }

pre:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  content: "\f121";
  height: 100%;
  color: #fff;
  background: #07bf6a;
  padding: 5px; }

table {
  width: 100%;
  border-radius: 3px; }

table th,
table td {
  padding: 10px;
  border: 1px solid #ebebeb; }

ul,
ol {
  margin-left: 20px;
  list-style-position: outside; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-left: 20px; }

ul {
  list-style-type: circle; }

ol {
  list-style-type: decimal; }

address {
  color: #34363c; }

/**
 * Form labels
 */
label {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  display: block;
  font-weight: bold;
  color: #444; }

/**
* Form elements
*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="date"],
input[type="number"],
textarea,
select,
.field-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 24px;
  min-height: 34px;
  padding: 4px 10px;
  color: #5d5e63;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  transition: all 0.2s;
  -webkit-appearance: none; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus,
.field-text:focus {
  border-color: #d0d0d0;
  outline: none; }

input[type="text"]::-ms-clear, input[type="text"]::-ms-reveal,
input[type="email"]::-ms-clear,
input[type="email"]::-ms-reveal,
input[type="tel"]::-ms-clear,
input[type="tel"]::-ms-reveal,
input[type="url"]::-ms-clear,
input[type="url"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-ms-reveal,
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal,
input[type="date"]::-ms-clear,
input[type="date"]::-ms-reveal,
input[type="number"]::-ms-clear,
input[type="number"]::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal,
select::-ms-clear,
select::-ms-reveal,
.field-text::-ms-clear,
.field-text::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

select {
  width: 100%;
  height: 32px;
  background-image: url("assets/images/select-arrow.png");
  background-size: 10px 6px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%; }

select::-ms-expand {
  display: none; }

.form-submit {
  padding: 10px 0 0;
  text-align: right; }

select,
.field-select {
  max-width: 100%; }

/**
 * Objects
 */
/*------------------------------------*\
    #LIST-BARE
\*------------------------------------*/
/**
 * The list-bare object simply removes any indents and bullet points from lists.
 */
.list-bare, .page-header .menu, .page-header .menu .sub-menu, .comments ul.comments-list, .comments ul.comments-list .children, .social-links, .social-share__links, .widget_categories ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_mone_recent_entries ul,
.widget_archive ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul, .instagram {
  margin: 0;
  padding: 0;
  list-style: none; }

/*------------------------------------*\
    #LIST-INLINE
\*------------------------------------*/
/**
 * The list-inline object simply displays a list of items in one line.
 */
.list-inline, .social-links, .social-share__links {
  margin: 0;
  padding: 0;
  list-style: none; }

.list-inline > li, .social-links > li, .social-share__links > li {
  display: inline-block; }

/*------------------------------------*\
    #MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.media {
  display: block; }

.media__img {
  float: left;
  margin-right: 30px; }

.media__img > img {
  display: block; }

.media__body {
  overflow: hidden;
  display: block; }

.media__body,
.media__body > :last-child {
  margin-bottom: 0; }

/**
 * Tiny media objects.
 */
.media--tiny > .media__img {
  margin-right: 8px; }

/**
 * Small media objects.
 */
.media--small > .media__img {
  margin-right: 15px; }

/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/**
 * The inuitcss layout system uses `box-sizing: border-box;` and
 * `display: inline-block;` to create an extremely powerful, flexible
 * alternative to the traditional grid system. Combine the layout items with
 * the widths found in `trumps.widths`.
 */
/**
 * Begin a layout group.
 */
.layout {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.layout__item {
  display: inline-block;
  /* [1] */
  padding-left: 30px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */ }

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/**
 * A simple button object.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 * 6. Fixes odd inner spacing in IE7.
 * 7. Subtract the border size from the padding value so that buttons do not
 *    grow larger as we add borders.
 */
.btn, button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  overflow: visible;
  /* [6] */
  padding: 5px 10px;
  /* [7] */
  background-color: #07bf6a;
  border: none;
  /* [4] */
  border-radius: 3px; }

.btn, button,
input[type="button"],
input[type="reset"],
input[type="submit"], .btn:hover, button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, .btn:active, button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active, .btn:focus, button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  text-decoration: none;
  /* [4] */
  color: #fff; }

/**
 * Fix a Firefox bug whereby `input type="submit"` gains 2px extra padding.
 */
.btn::-moz-focus-inner, button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Large buttons.
 */
.btn--large {
  padding: 10px 20px;
  /* [7] */ }

.wrapper--narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
  padding-left: 20px;
  padding-right: 20px; }

/**
* Wordpress caption class
*/
.wp-caption {
  max-width: 100%; }

.wp-caption .wp-caption-text {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px; }

/**
* Wordpress classes
*/
.alignnone,
a img.alignnone {
  margin: 20px 0; }

.aligncenter,
div.aligncenter,
a img.aligncenter {
  display: block;
  margin: 20px auto; }

.alignright,
a img.alignright {
  float: right;
  margin: 10px 0 10px 20px; }

.alignleft,
a img.alignleft {
  float: left;
  margin: 10px 20px 10px 0; }

.sticky {
  background: transparent; }

.bypostauthor {
  background: transparent; }

/**
* Layout
*/
.layout--float .layout__item {
  float: left; }

.layout--huge {
  margin: 0 0 0 -50px; }

.layout--huge .layout__item {
  padding-left: 50px; }

/**
* Buttons
*/
.btn, button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  vertical-align: top; }

/**
* wrapper to make iframe responsive
*/
.r-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.r-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("assets/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/**
 * Components
 */
/**
* Page header
*/
.page-header {
  padding: 18px 20px; }

@media screen and (min-width: 45em) {
  .page-header {
    padding: 10px 50px 5px; } }
.page-header .fa-search {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  padding: 2px 0 0 40px;
  float: right;
  color: #fff;
  cursor: pointer; }
  @media (max-width: 768px) {
    .page-header .fa-search {
      padding: 2px 0 0 5px; } }

/**
* Menu
*/
@media screen and (max-width: 44.9375em) {
  .page-header__nav {
    position: relative;
    clear: both; }

  .page-header__nav:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 56px;
    width: 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 91%, white 100%); } }
.page-header__nav-container {
  height: 50px; }

@media screen and (max-width: 44.9375em) {
  .page-header__nav-container {
    overflow-y: hidden; } }
.page-header .menu {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  display: block;
  padding-bottom: 100px;
  color: #27282b; }
  .page-header .menu .menu-item a {
    color: #fff;
    font-size: 16px;
    /*font-size: 1.125rem; */
  }

  @media(min-width:992px) {

    .page-header .menu .menu-item a {
      font-size: 18px;
    }
  }
  .page-header .menu .current-menu-item {
    /*border-bottom: 4px solid #FFFFFF;*/
    padding-bottom: 9px; }

@media screen and (min-width: 45em) {
  .page-header .menu {
    text-align: center;
    clear: none;
    padding-bottom: 0; } }
@media screen and (max-width: 44.9375em) {
  .page-header .menu {
    height: 46px;
    clear: both;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap; } }
.page-header .menu > .menu-item {
  display: inline-block;
  margin-left: 10px; }

@media screen and (min-width: 45em) {
  .page-header .menu > .menu-item {
    margin-left: 12px;
    margin-right: 12px; } }
@media screen and (min-width: 992px) {
  .page-header .menu > .menu-item {
    margin-right: 20px;
  }
}
.page-header .menu > .menu-item:first-child {
  margin-left: 0; }

.page-header .menu a {
  font-family: 'Lato', sans-serif;
  display: block;
  padding: 21px 0 10px;
  color: inherit;
  transition: color .2s ease;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase; }

.page-header .menu a:hover {
  text-decoration: none; }

.page-header .menu li {
  position: relative; }

@media screen and (min-width: 45em) {
  .page-header .menu li:hover > ul {
    display: block; } }
.page-header .menu li:last-child .sub-menu {
  left: auto;
  right: 0; }

.page-header .menu li:last-child .sub-menu .sub-menu {
  left: -150px;
  right: 0;
  z-index: 9999; }

@media screen and (min-width: 45em) {
  .page-header .menu > .menu-item-has-children > a {
    padding-right: 15px; }

  .page-header .menu > .menu-item-has-children > a:before {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2.16667;
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    top: 50%;
    line-height: 1;
    margin-top: -6px;
    content: "\f107"; } }
.page-header .menu .sub-menu {
  text-align: left; }

@media screen and (max-width: 63.9375em) {
  .page-header .menu .sub-menu {
    display: none; } }
@media screen and (min-width: 45em) {
  .page-header .menu .sub-menu {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.85714;
    width: 150px;
    z-index: 9999;
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    padding: 15px 0;
    background: #fff;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1); }

  .page-header .menu .sub-menu li {
    position: relative;
    margin: 0;
    padding: 0 15px; }

  .page-header .menu .sub-menu li .sub-menu {
    position: absolute;
    left: 148px;
    top: -15px;
    border-top: none; }

  .page-header .menu .sub-menu li li + li {
    margin: 15px 0 0; }

  .page-header .menu .sub-menu li a {
    display: block;
    padding: 5px 0; } }
.an-fullscreen-content-header {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
position: fixed;
  width: 100%;
  z-index: 10;
}
.site-main {
  padding-top: 90px;
}
@media (min-width: 768px) {
  .site-main {
    padding-top: 105px;
  }
}
  .an-fullscreen-content-header.active {
    background-color: #88a8d9;
    top: 0;
    position: fixed;
    z-index: 4;
    width: 100%; }
    .an-fullscreen-content-header.active .page-header {
      padding: 2px 30px 0 10px; }
      .an-fullscreen-content-header.active .page-header .menu {
        color: #fff; }
        .an-fullscreen-content-header.active .page-header .menu li a {
          color: #FFFFFF; }
      .an-fullscreen-content-header.active .page-header i {
        color: #fff; }
    .an-fullscreen-content-header.active .page-logo {
      display: flex;
      align-items: center;
      margin-top: 0; }
    .an-fullscreen-content-header.active .an-section-container__header .wrap-buttons .an-shop_button {
      border: 1px solid #ffffff; }
    .an-fullscreen-content-header.active .an-section-container__header--search .an-shop_button {
      font-size: 14px; }
    .an-fullscreen-content-header.active .an-section-container__header--search .an-donate_button {
      font-size: 14px; }

/**
* page-logo
*/
.page-logo {
  float: left;
  margin-right: 5%; }

@media (min-width: 768px) and (max-width: 44.9375em) {
  .page-logo {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0); } }
@media (min-width: 992px) {
  .page-logo {
    margin-right: 10%;
  }
}
.page-logo__container {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 50px;
  margin-bottom: 0;
  font-weight: bold; }
  .page-logo__container #logo-small {
    display: none;
    margin-left: 18%; }
    @media (max-width: 1024px) {
      .page-logo__container #logo-small {
        padding: 4px 10px 10px; } }

.page-logo__container a,
.page-logo__container a:hover {
  color: #34363c; }
#logo {
  width: 140px;
}
#logo svg {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (min-width:768px) {
  #logo {
    width: 165px;
  }
}
/**
* page-hero
*/
.page-hero {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  position: relative;
  min-height: 380px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: start;
  align-items: flex-start; }

.page-hero__title {
  font-size: 48px;
  font-size: 3rem;
  line-height: 54px;
  text-align: center; }

.page-hero__text {
  text-align: center;
  opacity: 0.7; }

.page-hero__background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover; }

.page-hero__background:before {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #000;
  opacity: 0.50;
  width: 100%;
  height: 100%;
  display: none; }

.page-hero--has-image .page-hero__background:before {
  display: block; }

.page-hero__content {
  position: relative;
  padding: 20px 50px;
  z-index: 3;
  color: #fff;
  -ms-flex-order: 0;
  order: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center; }

@media screen and (max-width: 44.9375em) {
  .page-hero__content {
    padding: 20px; } }
.page-hero .post__title,
.page-hero .post__meta {
  color: #fff; }

.page-hero .post__thumbnail,
.page-hero .gallery-slider,
.page-hero .slick-list,
.page-hero .slick-track {
  height: 100%; }

/**
* Searchform
*/
.main-search {
  z-index: -1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease, transform .4s ease;
  transform: translate3d(0, -92px, 0); }

.admin-bar .main-search {
  top: 46px; }

@media screen and (min-width: 783px) {
  .admin-bar .main-search {
    top: 32px; } }
.search-visible .main-search {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.main-search .screen-reader-text {
  display: none; }

.main-search .fa-times {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  position: absolute;
  right: 20px;
  top: 30px;
  cursor: pointer; }

@media screen and (min-width: 45em) {
  .main-search .fa-times {
    right: 50px; } }
.main-search input[type="search"] {
  font-size: 24px;
  font-size: 1.5rem;
  width: 100%;
  color: #000;
  padding: 32px 20px;
  background: none;
  border: none;
  box-sizing: border-box; }

@media screen and (min-width: 45em) {
  .main-search input[type="search"] {
    padding: 32px 60px; } }
.main-search input[type="search"]:focus {
  border: none; }

.main-search__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  color: #27282b;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease; }

.search-visible .main-search__overlay {
  visibility: visible;
  opacity: 1; }

/**
* Page footer
*/
.page-footer {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  padding: 0 50px;
  background: #27282b;
  color: #858585; }

.page-footer a {
  color: #a2a2a3;
  transition: color 0.2s; }

.page-footer a:hover {
  color: #fff; }

.page-footer label {
  color: #858585; }

.page-footer .tagcloud a:hover {
  background: #07bf6a;
  color: #fff; }

.page-footer__widgets {
  padding: 50px 0 0; }

.page-footer__copyright {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  padding: 20px 0;
  text-align: center;
  color: #808080; }

.page-footer__copyright:before {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  content: '';
  display: block;
  border-bottom: 1px solid #323336; }

/**
* Sidebar
*/
.page-sidebar {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  padding: 60px 30px 30px;
  width: 320px;
  background: #27282b;
  color: #858585;
  min-height: 100%; }

.page-sidebar a {
  color: #a2a2a3;
  transition: color 0.2s; }

.page-sidebar a:hover {
  color: #fff; }

.page-sidebar label {
  color: #858585; }

.page-sidebar .menu {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  margin: 20px 0 50px; }

.page-sidebar .menu a {
  color: #cdcdcd; }

.page-sidebar .widget {
  opacity: 0;
  transition: all 0.4s; }

.sidebar-on .page-sidebar .widget {
  opacity: 1; }

.page-sidebar .navigation {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  position: absolute;
  left: 22px;
  top: 30px;
  color: #000;
  z-index: 999; }

@media screen and (min-width: 45em) {
  .page-sidebar .navigation {
    background: none;
    color: #fff; } }
.sidebar-on .page-sidebar .navigation.fa-bars {
  display: none; }

.page-sidebar .navigation.fa-close {
  display: none;
  color: #fff; }

.sidebar-on .page-sidebar .navigation.fa-close {
  display: block; }

/**
 * 404 page
 */
.page-404 {
  text-align: center;
  margin-bottom: 60px; }

/**
* Component pagination
*/
.pagination {
  padding: 40px;
  text-align: center;
  border-top: 1px solid #ebebeb;
  margin-top: -1px; }

@media screen and (min-width: 45em) {
  .pagination {
    padding: 40px 200px; } }
.pagination a:hover {
  color: #07bf6a; }

.pagination .fa {
  font-size: 18px;
  font-size: 1.125rem; }

.pagination .prev {
  float: left; }

.pagination .prev .fa {
  margin: 0 15px 0 0; }

.pagination .next {
  float: right; }

.pagination .next .fa {
  margin: 0 0 0 15px; }

.pagination .page-numbers {
  color: #34363c; }

.pagination .page-numbers.current {
  color: #07bf6a; }

.pagination .page-numbers span {
  padding: 0 5px; }

/**
* Post
*/
.post {
  position: relative; }

.post__header {
  margin: 0 0 30px; }

.post__title {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 44px;
  margin: 0;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.post__title a {
  color: inherit; }

.post__meta {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.16667;
  color: #a2a2a2; }

.post__meta a {
  margin: 0 5px 0 0;
  color: inherit; }

.post__meta-categories {
  display: inline-block; }

.post__meta-categories a {
  margin: 0; }

.post__sticky {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #07bf6a;
  border-radius: 30px;
  z-index: 2; }

.post__sticky .fa {
  line-height: 30px; }

.post__content > :last-child {
  margin-bottom: 0; }

.post__content blockquote {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  font-family: Georgia, serif;
  font-style: italic; }

.post__content h1,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6 {
  margin-top: 1.2em; }

.post__content h1:first-child,
.post__content h2:first-child,
.post__content h3:first-child,
.post__content h4:first-child,
.post__content h5:first-child,
.post__content h6:first-child {
  margin-top: 0; }

.post__footer {
  margin: 40px 0; }

.post > .post__thumbnail {
  margin: 0 -20px 30px; }

@media screen and (min-width: 64em) {
  .post > .post__thumbnail {
    margin: 0 -110px 60px; } }
.post.format-link {
  position: relative; }

.post.format-link .post__header .fa-external-link {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #e3e3e3; }

.post.format-quote {
  position: relative; }

.post.format-quote:after {
  font-size: 80px;
  font-size: 5rem;
  line-height: 80px;
  position: absolute;
  right: 15px;
  top: 15px;
  content: '“';
  font-family: "Droid Serif", serif;
  color: #e3e3e3; }

.post.format-quote .post__header {
  margin: 0 0 20px; }

/*
* Posts list
*/
.posts-list[data-columns] {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

.posts-list[data-columns] .post__title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 38px; }

.posts-list[data-columns] .post,
.posts-list[data-columns] .page {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  padding: 20px; }

@media screen and (min-width: 45em) {
  .posts-list[data-columns] .post,
  .posts-list[data-columns] .page {
    padding: 50px; } }
.posts-list[data-columns] .post.format-link,
.posts-list[data-columns] .page.format-link {
  padding-right: 50px; }

.posts-list[data-columns] .post__content {
  position: relative; }

.posts-list[data-columns] .post__content:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  width: 100%;
  content: '';
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }

.posts-list[data-columns] .post__content > p:first-child {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  color: #313339; }

.posts-list[data-columns] .post__content blockquote {
  margin: 0 0 10px; }

.posts-list[data-columns] .post__footer {
  margin: 30px 0 0; }

.posts-list[data-columns] .post__thumbnail {
  margin: -20px -21px 20px; }

@media screen and (min-width: 45em) {
  .posts-list[data-columns] .post__thumbnail {
    margin: -50px -51px 50px; } }
.format-image .posts-list[data-columns] .post__thumbnail {
  margin-bottom: -20px; }

.posts-list[data-columns] .format-image .post__thumbnail {
  margin-bottom: -21px; }

@media screen and (min-width: 45em) {
  .posts-list[data-columns] .format-image .post__thumbnail {
    margin-bottom: -51px; } }
.posts-list[data-columns] .format-link .post__header {
  margin: 0; }

.posts-list[data-columns] .format-quote .post__content:before,
.posts-list[data-columns] .format-link .post__content:before,
.posts-list[data-columns] .post-password-required .post__content:before,
.posts-list[data-columns] .posts-list--no-gradient .post__content:before {
  display: none; }

.posts-list[data-columns] .column {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media screen and (min-width: 45em) {
  .posts-list[data-columns] .column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media screen and (min-width: 64em) {
  .posts-list[data-columns] .column {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }
.posts-list[data-columns] .column .post,
.posts-list[data-columns] .column .page {
  border-bottom: 1px solid #ebebeb; }

.posts-list[data-columns] .column + .column {
  border-left: 1px solid #ebebeb; }

.posts-list[data-columns]:before {
  left: -9999rem; }

@media screen and (max-width: 44.9375em) {
  .posts-list[data-columns]:before {
    content: '1 .column'; } }
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .posts-list[data-columns]:before {
    content: '2 .column.column-2'; } }
@media screen and (min-width: 64em) {
  .posts-list[data-columns]:before {
    content: '3 .column.column-3'; } }
/**
* Component post author
*/
.post-author {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  margin: 60px 0;
  padding: 40px;
  background: #f6f6f6; }

.post-author__avatar {
  margin-right: 30px;
  width: 70px;
  text-align: center; }

@media screen and (max-width: 44.9375em) {
  .post-author__avatar {
    float: none;
    width: auto; } }
.post-author__avatar img {
  display: inline-block;
  margin: 0 0 20px;
  width: 70px;
  border-radius: 70px; }

.post-author__name {
  margin-bottom: 10px;
  font-weight: bold; }

@media screen and (max-width: 44.9375em) {
  .post-author__name {
    text-align: center; } }
.post-author__info {
  margin: 0 0 10px; }

/**
* Component tags
*/
.post-tags {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px; }

.post-tags__title {
  display: inline-block;
  vertical-align: top; }

.post-tags a {
  display: inline-block;
  margin: 0 8px 0 0;
  color: #07bf6a;
  transition: all .2s; }

.post-tags a:hover {
  color: inherit;
  text-decoration: none; }

.post-tags a:before {
  content: '#'; }

/**
* Component post-pagination
*/
.post-pagination {
  margin: 40px 0;
  text-align: center; }

.post-pagination a:hover {
  color: #07bf6a; }

.post-pagination .page-numbers {
  color: #34363c; }

.post-pagination .page-numbers.current {
  color: #07bf6a; }

.post-pagination .page-numbers span {
  padding: 0 5px; }

/**
* Post Navigation
*/
.post-navigation {
  display: -ms-flexbox;
  display: flex; }

.post-navigation div {
  transition: transform .2s; }

.post-navigation div + div {
  text-align: right; }

.post-navigation__item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

@media screen and (min-width: 64em) {
  .post-navigation div:first-child:hover {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }

  .post-navigation div:last-child:hover {
    -ms-transform: translateX(30px);
    transform: translateX(30px); } }
.post-navigation__link {
  display: block;
  color: inherit;
  transition: color .2s; }

.post-navigation__link:hover {
  text-decoration: none;
  color: #07bf6a; }

.post-navigation__label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  display: block;
  opacity: 0.6; }

/**
* Comments
*/
.comments {
  padding: 40px 0;
  background: #f6f6f6; }

@media screen and (min-width: 45em) {
  .comments {
    padding: 80px 0; } }
.comments ul.comments-list .children {
  margin-left: 20px; }

.comments > h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 50px; }

.comments .comment__item {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  position: relative;
  margin: 0 0 30px;
  border-bottom: 1px solid #e5e5e5; }

.comments .comment__body {
  margin: 0 0 20px; }

.comments .comment__meta {
  position: relative;
  margin: 0 0 30px; }

@media screen and (min-width: 45em) {
  .comments .comment__meta {
    padding-right: 120px; } }
@media screen and (max-width: 44.9375em) {
  .comments .comment__avatar {
    display: none; } }
.comments .comment__avatar img {
  border-radius: 100px; }

.comments .comment__author {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  font-weight: bold; }

.comments .comment__author cite {
  font-style: normal; }

.comments .comment__author a {
  color: #797979; }

.comments .comment__time a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  color: #a9a9a9; }

.comments .comment__actions {
  margin-top: 10px; }

@media screen and (max-width: 63.9375em) {
  .comments .comment__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
@media screen and (min-width: 45em) {
  .comments .comment__actions {
    position: absolute;
    top: 0;
    right: 0; } }
.comments .comment__actions * {
  display: inline-block; }

@media screen and (max-width: 63.9375em) {
  .comments .comment__reply, .comments .comment__edit {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block; } }
.comments .comment__reply a, .comments .comment__edit a {
  padding: 3px 15px;
  color: inherit;
  border: 1px solid #e6e5e5;
  border-radius: 3px;
  transition: color .2s; }

.comments .comment__reply a:hover, .comments .comment__edit a:hover {
  text-decoration: none;
  color: #07bf6a; }

.comments .comment__reply a.comment-edit-link, .comments .comment__edit a.comment-edit-link {
  margin-right: 10px; }

.comments .comment__reply a .fa, .comments .comment__edit a .fa {
  margin-left: 10px; }

.comments .comment-author-admin .comment__avatar img {
  border: 2px solid #07bf6a; }

.comments-navigation {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  margin-bottom: 30px; }

.comments-navigation__prev {
  float: left; }

.comments-navigation__next {
  float: right; }

.comments-navigation a {
  color: inherit;
  transition: color .2s; }

.comments-navigation a:hover {
  color: #07bf6a; }

@media screen and (min-width: 45em) {
  .comment-form__author, .comment-form__email, .comment-form__url {
    float: left;
    width: calc((100% - 60px)/3) !important; }

  .comment-form__email {
    margin: 0 30px; }

  .comment-form__comment {
    margin-bottom: 15px; } }
/**
* Social links
*/
.social-links {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 10px;
  color: #5d5e63; }

.social-links li {
  margin-right: 8px; }

.social-links a {
  color: inherit;
  transition: color 0.2s; }

.social-links a:hover {
  color: #07bf6a; }

.social-links--white {
  color: #fff;
  opacity: 0.7; }

.social-links--separated {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin: 15px 0 0;
  padding: 15px 0 0; }

/**
* Social links
*/
.social-share a {
  color: #5d5e63;
  transition: color 0.2s; }

.social-share a:hover {
  color: #07bf6a; }

.social-share__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  display: inline-block;
  vertical-align: top; }

.social-share__links {
  font-size: 22px;
  line-height: 26px;
  display: inline-block; }

.social-share__links li {
  margin-left: 8px; }

.social-share--compact {
  float: right;
  position: relative; }

.social-share--compact .social-share__title,
.social-share--compact .social-share__link {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 34px; }

.social-share--compact .social-share__title {
  position: relative;
  text-indent: -9999em;
  background: #07bf6a;
  z-index: 9; }

.social-share--compact .social-share__title:after {
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  left: 9px;
  top: 8px;
  content: "\f1e0";
  color: #fff; }

.social-share--compact .social-share__links {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 34px; }

.social-share--compact .social-share__link {
  position: absolute;
  right: 0;
  z-index: 8;
  display: block;
  text-align: center;
  line-height: 34px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  opacity: 0;
  transition: all .3s;
  animation: 0.3s down forwards; }

.social-share--compact li:nth-child(1) .social-share__link {
  top: -176px; }

.social-share--compact li:nth-child(2) .social-share__link {
  top: -132px; }

.social-share--compact li:nth-child(3) .social-share__link {
  top: -88px; }

.social-share--compact li:nth-child(4) .social-share__link {
  top: -44px; }

.social-share--compact.social-share--active .social-share__link {
  animation: 0.3s up forwards; }

.social-share--compact.social-share--active li:nth-child(1) .social-share__link {
  animation-delay: 0.25s; }

.social-share--compact.social-share--active li:nth-child(2) .social-share__link {
  animation-delay: 0.2s; }

.social-share--compact.social-share--active li:nth-child(3) .social-share__link {
  animation-delay: 0.15s; }

.social-share--compact.social-share--active li:nth-child(4) .social-share__link {
  animation-delay: 0.1s; }

@keyframes up {
  50% {
    transform: translateY(-50%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }
@keyframes down {
  0% {
    opacity: 1;
    transform: translateY(-100%); }
  100% {
    opacity: 0;
    transform: translateY(50%); } }
/**
* Widgets
*/
.widget {
  margin: 0 0 50px; }

.widget__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin: 0 0 20px;
  font-weight: normal;
  color: #cdcdcd; }

.widget_categories ul ul,
.widget_categories ul ol,
.widget_categories ol ol,
.widget_categories ol ul,
.widget_nav_menu ul ul,
.widget_nav_menu ul ol,
.widget_nav_menu ol ol,
.widget_nav_menu ol ul,
.widget_recent_entries ul ul,
.widget_recent_entries ul ol,
.widget_recent_entries ol ol,
.widget_recent_entries ol ul,
.widget_mone_recent_entries ul ul,
.widget_mone_recent_entries ul ol,
.widget_mone_recent_entries ol ol,
.widget_mone_recent_entries ol ul,
.widget_archive ul ul,
.widget_archive ul ol,
.widget_archive ol ol,
.widget_archive ol ul,
.widget_meta ul ul,
.widget_meta ul ol,
.widget_meta ol ol,
.widget_meta ol ul,
.widget_recent_comments ul ul,
.widget_recent_comments ul ol,
.widget_recent_comments ol ol,
.widget_recent_comments ol ul,
.widget_rss ul ul,
.widget_rss ul ol,
.widget_rss ol ol,
.widget_rss ol ul,
.widget_pages ul ul,
.widget_pages ul ol,
.widget_pages ol ol,
.widget_pages ol ul {
  margin-left: 10px; }

.widget_search .search-form {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.widget_search .search-field {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border: none;
  margin-right: 5px; }

.widget_search .search-field:focus {
  border: none; }

.widget_search .search-submit {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.widget_search .fa {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625; }

.widget_recent_entries li,
.widget_mone_recent_entries li {
  margin-bottom: 20px; }

.widget_recent_entries a,
.widget_mone_recent_entries a {
  display: block; }

.widget_recent_entries .post-date,
.widget_mone_recent_entries .post-date {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  color: #565656; }

.widget_recent_entries .has-thumbnail img,
.widget_mone_recent_entries .has-thumbnail img {
  float: left; }

.widget_recent_entries .has-thumbnail .post-title,
.widget_recent_entries .has-thumbnail .post-date,
.widget_mone_recent_entries .has-thumbnail .post-title,
.widget_mone_recent_entries .has-thumbnail .post-date {
  margin: 0 0 0 90px; }

.widget_recent_comments li + li {
  margin-top: 10px; }

.widget_rss .widget__title a {
  color: inherit; }

.widget_rss .widget__title a:first-child:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f09e'; }

.widget_rss .widget__title a:first-child img {
  display: none; }

.widget_rss li + li {
  margin-top: 10px; }

.widget_calendar table {
  width: 100%; }

.widget_calendar caption {
  margin-bottom: 10px; }

.widget_calendar thead th,
.widget_calendar thead td,
.widget_calendar tbody th,
.widget_calendar tbody td,
.widget_calendar tfoot th,
.widget_calendar tfoot td {
  padding: 5px;
  text-align: center;
  border: none; }

.widget_calendar tbody td {
  padding: 5px; }

.widget_calendar tbody td a {
  position: relative;
  display: inline-block;
  color: #fff;
  transition: color 0.2s; }

.widget_calendar tbody td a:before {
  position: absolute;
  left: 50%;
  bottom: -3px;
  display: block;
  margin-left: -2px;
  width: 5px;
  height: 5px;
  content: '';
  background: #fff;
  border-radius: 5px; }

.widget_calendar tbody td a:hover {
  text-decoration: none;
  color: #07bf6a; }

.widget_calendar tbody td a:hover:before {
  background: #07bf6a; }

.widget_calendar tfoot td {
  text-align: center; }

.tagcloud {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  margin: 0 0 0 -10px; }

.tagcloud a {
  float: left;
  margin: 0  0 10px 10px;
  padding: 2px 10px;
  font-size: inherit !important;
  background: #212224;
  transition: background 0.2s; }

.tagcloud a:before {
  content: '#'; }

.tagcloud a:hover {
  text-decoration: none;
  background: #07bf6a; }

/**
* About
*/
.widget_mone_about {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  position: relative;
  padding: 80px 30px 30px;
  margin: 58px 0 50px;
  background: #212224;
  color: #858585; }

.widget_mone_about .social-links {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  margin: 10px 0 0; }

.widget_mone_about .social-links a {
  color: #5d5e63; }

.widget_mone_about .social-links a:hover {
  color: #07bf6a;
  transition: color 0.2s; }

.widget_mone_about p {
  margin-bottom: 0; }

.widget_mone_about__name {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85714;
  color: #cdcdcd;
  margin-bottom: 10px; }

.widget_mone_about__avatar {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 5px solid #212224;
  border-radius: 100%; }

.widget_mone_about__description {
  text-align: left; }

.widget + .widget_mone_about {
  margin: 108px 0 50px; }

/**
* Gallery
*/
.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em; }

@media screen and (min-width: 64em) {
  .gallery {
    margin-left: -80px;
    margin-right: -80px; }

  .posts-list .gallery {
    margin-left: 0;
    margin-right: 0; } }
.gallery img {
  display: block;
  transition: opacity 0.35s, transform 0.35s; }

.gallery .gallery-item {
  position: relative;
  margin-bottom: 0;
  overflow: hidden; }

.gallery .gallery-item:hover img {
  transform: scale3d(1.05, 1.05, 1); }

.gallery .gallery-item:hover .gallery-caption {
  bottom: 0;
  opacity: 1; }

.gallery .gallery-caption {
  font-size: 13px;
  font-size: 0.8125rem;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  transition: top 0.35s, opacity 0.35s;
  opacity: 0;
  cursor: pointer; }

.gallery.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery.gallery-columns-2 .gallery-item:nth-child(3n+1) {
  width: 100%; }

.gallery.gallery-columns-3 .gallery-item {
  width: 33.33333%; }

.gallery.gallery-columns-3 .gallery-item:nth-child(5n+1), .gallery.gallery-columns-3 .gallery-item:nth-child(5n+2) {
  width: 50%; }

.gallery.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery.gallery-columns-6 .gallery-item {
  width: 16.66666%; }

.gallery.gallery-columns-7 .gallery-item {
  width: 14.28571%; }

.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery.gallery-columns-9 .gallery-item {
  width: 11.11111%; }

/**
* Post format - gallery
*/
.gallery-slider,
.slick-list,
.slick-track {
  height: 490px; }

.posts-list .gallery-slider, .posts-list
.slick-list, .posts-list
.slick-track {
  height: 300px; }

@media screen and (min-width: 64em) {
  .gallery-slider,
  .slick-list,
  .slick-track {
    height: 600px; } }
.gallery-slider {
  position: relative; }

.gallery-slider__item {
  background-position: 50% 50%;
  background-size: cover; }

.gallery-slider .slick-arrow {
  position: absolute;
  bottom: 25px;
  z-index: 2;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  cursor: pointer;
  background: #07bf6a;
  border-radius: 3px;
  transition: all .2s; }

.gallery-slider .slick-arrow:hover {
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.gallery-slider .slick-arrow.slick-prev {
  right: 70px; }

.gallery-slider .slick-arrow.slick-next {
  right: 25px; }

/**
* Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox
*/
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-slider .slide-loading {
  background: url(assets/images/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }

#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }

#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(assets/images/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }
/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/**
* Slick slider styles
*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/**
* Contact Form 7
*/
.wpcf7 span.wpcf7-list-item.first {
  margin-left: 0; }

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-email,
.wpcf7 .wpcf7-textarea,
.wpcf7 .wpcf7-quiz,
.wpcf7 .wpcf7-date,
.wpcf7 .wpcf7-number,
.wpcf7 .wpcf7-select {
  width: 100%; }

.wpcf7 .wpcf7-not-valid {
  border-color: #c96e6e; }

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  color: #c96e6e; }

.wpcf7 div.wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 20px;
  border: none !important;
  border-radius: 5px; }

.wpcf7 div.wpcf7-mail-sent-ok {
  background: #9fe591; }

.wpcf7 div.wpcf7-mail-sent-ng {
  background: #e0b4b4; }

.wpcf7 div.wpcf7-spam-blocked {
  background: #edb255; }

.wpcf7 div.wpcf7-validation-errors {
  background: #f5e471; }

.wpcf7 img.ajax-loader {
  margin: 12px; }

/**
* Instagram
*/
.instagram {
  position: relative; }

.instagram__images a {
  display: block;
  float: left;
  width: 33.333%; }

.instagram__images a:nth-child(3) ~ * {
  display: none; }

.instagram__images a img {
  display: block; }

@media screen and (min-width: 45em) {
  .instagram__images a {
    width: 16.66%; }

  .instagram__images a:nth-child(3) ~ * {
    display: block; }

  .instagram__images a:nth-child(6) ~ * {
    display: none; } }
@media screen and (min-width: 64em) {
  .instagram__images a {
    width: 12.50%; }

  .instagram__images a:nth-child(6) ~ * {
    display: block; } }
.instagram__user-name {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 20px;
  padding: 8px 20px 8px 40px;
  color: #fff;
  background: rgba(3, 3, 3, 0.6);
  border-radius: 3px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.instagram__user-name:hover {
  text-decoration: none;
  opacity: 0.9;
  transition: all .2s; }

.instagram__user-name .fa {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  position: absolute;
  left: 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8); }

#nprogress .bar {
  background: #07bf6a;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #07bf6a, 0 0 5px #07bf6a;
  opacity: 1.0;
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px; }

#nprogress .spinner-icon {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #07bf6a;
  border-left-color: #07bf6a;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
    opacity: 0.7;
    border-width: 2px; }
  100% {
    transform: rotate(360deg);
    opacity: 1;
    border-width: 4px; } }
.load-posts {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 20px;
  text-align: center;
  background: #eee;
  cursor: pointer; }

/**
 * Trumps
 */
/*------------------------------------*\
    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after, .post__content:after, .posts-list[data-columns] .post__content:after, .comments-navigation:after, .widget_recent_entries li:after,
.widget_mone_recent_entries li:after, .tagcloud:after, .instagram:after,
.media:after,
.layout--float:after {
  content: "";
  display: table;
  clear: both; }

/*------------------------------------*\
    #WIDTHS
\*------------------------------------*/
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes can take a fraction-like format (e.g. `.u-2/3`) or a spoken-
 * word format (e.g. `.u-2-of-3`). Use these in your markup:
 *
 * <div class="u-7/12">
 */
.u-1\/1 {
  width: 100% !important; }

.u-1\/2 {
  width: 50% !important; }

.u-1\/3 {
  width: 33.33333% !important; }

.u-2\/3 {
  width: 66.66667% !important; }

.u-1\/4 {
  width: 25% !important; }

.u-2\/4 {
  width: 50% !important; }

.u-3\/4 {
  width: 75% !important; }

.u-1\/5 {
  width: 20% !important; }

.u-2\/5 {
  width: 40% !important; }

.u-3\/5 {
  width: 60% !important; }

.u-4\/5 {
  width: 80% !important; }

/*------------------------------------*\
    #WIDTHS-RESPONSIVE
\*------------------------------------*/
/**
 * Responsive width classes based on your responsive settings.
 */
@media screen and (max-width: 44.9375em) {
  .u-1\/1-palm {
    width: 100% !important; }

  .u-1\/2-palm {
    width: 50% !important; }

  .u-1\/3-palm {
    width: 33.33333% !important; }

  .u-2\/3-palm {
    width: 66.66667% !important; }

  .u-1\/4-palm {
    width: 25% !important; }

  .u-2\/4-palm {
    width: 50% !important; }

  .u-3\/4-palm {
    width: 75% !important; }

  .u-1\/5-palm {
    width: 20% !important; }

  .u-2\/5-palm {
    width: 40% !important; }

  .u-3\/5-palm {
    width: 60% !important; }

  .u-4\/5-palm {
    width: 80% !important; } }
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .u-1\/1-lap {
    width: 100% !important; }

  .u-1\/2-lap {
    width: 50% !important; }

  .u-1\/3-lap {
    width: 33.33333% !important; }

  .u-2\/3-lap {
    width: 66.66667% !important; }

  .u-1\/4-lap {
    width: 25% !important; }

  .u-2\/4-lap {
    width: 50% !important; }

  .u-3\/4-lap {
    width: 75% !important; }

  .u-1\/5-lap {
    width: 20% !important; }

  .u-2\/5-lap {
    width: 40% !important; }

  .u-3\/5-lap {
    width: 60% !important; }

  .u-4\/5-lap {
    width: 80% !important; } }
@media screen and (min-width: 45em) {
  .u-1\/1-lap-and-up {
    width: 100% !important; }

  .u-1\/2-lap-and-up {
    width: 50% !important; }

  .u-1\/3-lap-and-up {
    width: 33.33333% !important; }

  .u-2\/3-lap-and-up {
    width: 66.66667% !important; }

  .u-1\/4-lap-and-up {
    width: 25% !important; }

  .u-2\/4-lap-and-up {
    width: 50% !important; }

  .u-3\/4-lap-and-up {
    width: 75% !important; }

  .u-1\/5-lap-and-up {
    width: 20% !important; }

  .u-2\/5-lap-and-up {
    width: 40% !important; }

  .u-3\/5-lap-and-up {
    width: 60% !important; }

  .u-4\/5-lap-and-up {
    width: 80% !important; } }
@media screen and (max-width: 63.9375em) {
  .u-1\/1-portable {
    width: 100% !important; }

  .u-1\/2-portable {
    width: 50% !important; }

  .u-1\/3-portable {
    width: 33.33333% !important; }

  .u-2\/3-portable {
    width: 66.66667% !important; }

  .u-1\/4-portable {
    width: 25% !important; }

  .u-2\/4-portable {
    width: 50% !important; }

  .u-3\/4-portable {
    width: 75% !important; }

  .u-1\/5-portable {
    width: 20% !important; }

  .u-2\/5-portable {
    width: 40% !important; }

  .u-3\/5-portable {
    width: 60% !important; }

  .u-4\/5-portable {
    width: 80% !important; } }
@media screen and (min-width: 64em) {
  .u-1\/1-desk {
    width: 100% !important; }

  .u-1\/2-desk {
    width: 50% !important; }

  .u-1\/3-desk {
    width: 33.33333% !important; }

  .u-2\/3-desk {
    width: 66.66667% !important; }

  .u-1\/4-desk {
    width: 25% !important; }

  .u-2\/4-desk {
    width: 50% !important; }

  .u-3\/4-desk {
    width: 75% !important; }

  .u-1\/5-desk {
    width: 20% !important; }

  .u-2\/5-desk {
    width: 40% !important; }

  .u-3\/5-desk {
    width: 60% !important; }

  .u-4\/5-desk {
    width: 80% !important; } }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .u-1\/1-retina {
    width: 100% !important; }

  .u-1\/2-retina {
    width: 50% !important; }

  .u-1\/3-retina {
    width: 33.33333% !important; }

  .u-2\/3-retina {
    width: 66.66667% !important; }

  .u-1\/4-retina {
    width: 25% !important; }

  .u-2\/4-retina {
    width: 50% !important; }

  .u-3\/4-retina {
    width: 75% !important; }

  .u-1\/5-retina {
    width: 20% !important; }

  .u-2\/5-retina {
    width: 40% !important; }

  .u-3\/5-retina {
    width: 60% !important; }

  .u-4\/5-retina {
    width: 80% !important; } }
/*------------------------------------*\
    #SPACING
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/**
 * Margin helper classes.
 *
 * Add margins.
 */
.u-m {
  margin: 30px !important; }

.u-mt {
  margin-top: 30px !important; }

.u-mr {
  margin-right: 30px !important; }

.u-mb {
  margin-bottom: 30px !important; }

.u-ml {
  margin-left: 30px !important; }

.u-mh {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.u-mv {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

/**
 * Add tiny margins.
 */
.u-m-- {
  margin: 8px !important; }

.u-mt-- {
  margin-top: 8px !important; }

.u-mr-- {
  margin-right: 8px !important; }

.u-mb-- {
  margin-bottom: 8px !important; }

.u-ml-- {
  margin-left: 8px !important; }

.u-mh-- {
  margin-right: 8px !important;
  margin-left: 8px !important; }

.u-mv-- {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

/**
 * Add small margins.
 */
.u-m- {
  margin: 15px !important; }

.u-mt- {
  margin-top: 15px !important; }

.u-mr- {
  margin-right: 15px !important; }

.u-mb- {
  margin-bottom: 15px !important; }

.u-ml- {
  margin-left: 15px !important; }

.u-mh- {
  margin-right: 15px !important;
  margin-left: 15px !important; }

.u-mv- {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

/**
 * Add large margins.
 */
.u-m\+ {
  margin: 60px !important; }

.u-mt\+ {
  margin-top: 60px !important; }

.u-mr\+ {
  margin-right: 60px !important; }

.u-mb\+ {
  margin-bottom: 60px !important; }

.u-ml\+ {
  margin-left: 60px !important; }

.u-mh\+ {
  margin-right: 60px !important;
  margin-left: 60px !important; }

.u-mv\+ {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

/**
 * Add huge margins.
 */
.u-m\+\+ {
  margin: 120px !important; }

.u-mt\+\+ {
  margin-top: 120px !important; }

.u-mr\+\+ {
  margin-right: 120px !important; }

.u-mb\+\+ {
  margin-bottom: 120px !important; }

.u-ml\+\+ {
  margin-left: 120px !important; }

.u-mh\+\+ {
  margin-right: 120px !important;
  margin-left: 120px !important; }

.u-mv\+\+ {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }

/**
 * Padding helper classes.
 *
 * Add paddings.
 */
.u-p {
  padding: 30px !important; }

.u-pt {
  padding-top: 30px !important; }

.u-pr {
  padding-right: 30px !important; }

.u-pb {
  padding-bottom: 30px !important; }

.u-pl {
  padding-left: 30px !important; }

.u-ph {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.u-pv {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

/**
 * Add tiny paddings.
 */
.u-p-- {
  padding: 8px !important; }

.u-pt-- {
  padding-top: 8px !important; }

.u-pr-- {
  padding-right: 8px !important; }

.u-pb-- {
  padding-bottom: 8px !important; }

.u-pl-- {
  padding-left: 8px !important; }

.u-ph-- {
  padding-right: 8px !important;
  padding-left: 8px !important; }

.u-pv-- {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

/**
 * Add small paddings.
 */
.u-p- {
  padding: 15px !important; }

.u-pt- {
  padding-top: 15px !important; }

.u-pr- {
  padding-right: 15px !important; }

.u-pb- {
  padding-bottom: 15px !important; }

.u-pl- {
  padding-left: 15px !important; }

.u-ph- {
  padding-right: 15px !important;
  padding-left: 15px !important; }

.u-pv- {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

/**
 * Add large paddings.
 */
.u-p\+ {
  padding: 60px !important; }

.u-pt\+ {
  padding-top: 60px !important; }

.u-pr\+ {
  padding-right: 60px !important; }

.u-pb\+ {
  padding-bottom: 60px !important; }

.u-pl\+ {
  padding-left: 60px !important; }

.u-ph\+ {
  padding-right: 60px !important;
  padding-left: 60px !important; }

.u-pv\+ {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

/**
 * Add huge paddings.
 */
.u-p\+\+ {
  padding: 120px !important; }

.u-pt\+\+ {
  padding-top: 120px !important; }

.u-pr\+\+ {
  padding-right: 120px !important; }

.u-pb\+\+ {
  padding-bottom: 120px !important; }

.u-pl\+\+ {
  padding-left: 120px !important; }

.u-ph\+\+ {
  padding-right: 120px !important;
  padding-left: 120px !important; }

.u-pv\+\+ {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

/**
 * Remove paddings.
 */
.u-p0 {
  padding: 0 !important; }

.u-pt0 {
  padding-top: 0 !important; }

.u-pr0 {
  padding-right: 0 !important; }

.u-pb0 {
  padding-bottom: 0 !important; }

.u-pl0 {
  padding-left: 0 !important; }

.u-ph0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.u-pv0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/*------------------------------------*\
    #SPACING-RESPONSIVE
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/**
 * Margin helper classes.
 *
 * Add margins.
 */
@media screen and (max-width: 44.9375em) {
  .palm-m {
    margin: 30px !important; }

  .palm-mt {
    margin-top: 30px !important; }

  .palm-mr {
    margin-right: 30px !important; }

  .palm-mb {
    margin-bottom: 30px !important; }

  .palm-ml {
    margin-left: 30px !important; }

  .palm-mh {
    margin-right: 30px !important;
    margin-left: 30px !important; }

  .palm-mv {
    margin-top: 30px !important;
    margin-bottom: 30px !important; } }
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .lap-m {
    margin: 30px !important; }

  .lap-mt {
    margin-top: 30px !important; }

  .lap-mr {
    margin-right: 30px !important; }

  .lap-mb {
    margin-bottom: 30px !important; }

  .lap-ml {
    margin-left: 30px !important; }

  .lap-mh {
    margin-right: 30px !important;
    margin-left: 30px !important; }

  .lap-mv {
    margin-top: 30px !important;
    margin-bottom: 30px !important; } }
@media screen and (min-width: 45em) {
  .lap-and-up-m {
    margin: 30px !important; }

  .lap-and-up-mt {
    margin-top: 30px !important; }

  .lap-and-up-mr {
    margin-right: 30px !important; }

  .lap-and-up-mb {
    margin-bottom: 30px !important; }

  .lap-and-up-ml {
    margin-left: 30px !important; }

  .lap-and-up-mh {
    margin-right: 30px !important;
    margin-left: 30px !important; }

  .lap-and-up-mv {
    margin-top: 30px !important;
    margin-bottom: 30px !important; } }
@media screen and (max-width: 63.9375em) {
  .portable-m {
    margin: 30px !important; }

  .portable-mt {
    margin-top: 30px !important; }

  .portable-mr {
    margin-right: 30px !important; }

  .portable-mb {
    margin-bottom: 30px !important; }

  .portable-ml {
    margin-left: 30px !important; }

  .portable-mh {
    margin-right: 30px !important;
    margin-left: 30px !important; }

  .portable-mv {
    margin-top: 30px !important;
    margin-bottom: 30px !important; } }
@media screen and (min-width: 64em) {
  .desk-m {
    margin: 30px !important; }

  .desk-mt {
    margin-top: 30px !important; }

  .desk-mr {
    margin-right: 30px !important; }

  .desk-mb {
    margin-bottom: 30px !important; }

  .desk-ml {
    margin-left: 30px !important; }

  .desk-mh {
    margin-right: 30px !important;
    margin-left: 30px !important; }

  .desk-mv {
    margin-top: 30px !important;
    margin-bottom: 30px !important; } }
/**
 * Add tiny margins.
 */
@media screen and (max-width: 44.9375em) {
  .palm-m-- {
    margin: 8px !important; }

  .palm-mt-- {
    margin-top: 8px !important; }

  .palm-mr-- {
    margin-right: 8px !important; }

  .palm-mb-- {
    margin-bottom: 8px !important; }

  .palm-ml-- {
    margin-left: 8px !important; }

  .palm-mh-- {
    margin-right: 8px !important;
    margin-left: 8px !important; }

  .palm-mv-- {
    margin-top: 8px !important;
    margin-bottom: 8px !important; } }
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .lap-m-- {
    margin: 8px !important; }

  .lap-mt-- {
    margin-top: 8px !important; }

  .lap-mr-- {
    margin-right: 8px !important; }

  .lap-mb-- {
    margin-bottom: 8px !important; }

  .lap-ml-- {
    margin-left: 8px !important; }

  .lap-mh-- {
    margin-right: 8px !important;
    margin-left: 8px !important; }

  .lap-mv-- {
    margin-top: 8px !important;
    margin-bottom: 8px !important; } }
@media screen and (min-width: 45em) {
  .lap-and-up-m-- {
    margin: 8px !important; }

  .lap-and-up-mt-- {
    margin-top: 8px !important; }

  .lap-and-up-mr-- {
    margin-right: 8px !important; }

  .lap-and-up-mb-- {
    margin-bottom: 8px !important; }

  .lap-and-up-ml-- {
    margin-left: 8px !important; }

  .lap-and-up-mh-- {
    margin-right: 8px !important;
    margin-left: 8px !important; }

  .lap-and-up-mv-- {
    margin-top: 8px !important;
    margin-bottom: 8px !important; } }
@media screen and (max-width: 63.9375em) {
  .portable-m-- {
    margin: 8px !important; }

  .portable-mt-- {
    margin-top: 8px !important; }

  .portable-mr-- {
    margin-right: 8px !important; }

  .portable-mb-- {
    margin-bottom: 8px !important; }

  .portable-ml-- {
    margin-left: 8px !important; }

  .portable-mh-- {
    margin-right: 8px !important;
    margin-left: 8px !important; }

  .portable-mv-- {
    margin-top: 8px !important;
    margin-bottom: 8px !important; } }
@media screen and (min-width: 64em) {
  .desk-m-- {
    margin: 8px !important; }

  .desk-mt-- {
    margin-top: 8px !important; }

  .desk-mr-- {
    margin-right: 8px !important; }

  .desk-mb-- {
    margin-bottom: 8px !important; }

  .desk-ml-- {
    margin-left: 8px !important; }

  .desk-mh-- {
    margin-right: 8px !important;
    margin-left: 8px !important; }

  .desk-mv-- {
    margin-top: 8px !important;
    margin-bottom: 8px !important; } }
/**
 * Add small margins.
 */
@media screen and (max-width: 44.9375em) {
  .palm-m- {
    margin: 15px !important; }

  .palm-mt- {
    margin-top: 15px !important; }

  .palm-mr- {
    margin-right: 15px !important; }

  .palm-mb- {
    margin-bottom: 15px !important; }

  .palm-ml- {
    margin-left: 15px !important; }

  .palm-mh- {
    margin-right: 15px !important;
    margin-left: 15px !important; }

  .palm-mv- {
    margin-top: 15px !important;
    margin-bottom: 15px !important; } }
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .lap-m- {
    margin: 15px !important; }

  .lap-mt- {
    margin-top: 15px !important; }

  .lap-mr- {
    margin-right: 15px !important; }

  .lap-mb- {
    margin-bottom: 15px !important; }

  .lap-ml- {
    margin-left: 15px !important; }

  .lap-mh- {
    margin-right: 15px !important;
    margin-left: 15px !important; }

  .lap-mv- {
    margin-top: 15px !important;
    margin-bottom: 15px !important; } }
@media screen and (min-width: 45em) {
  .lap-and-up-m- {
    margin: 15px !important; }

  .lap-and-up-mt- {
    margin-top: 15px !important; }

  .lap-and-up-mr- {
    margin-right: 15px !important; }

  .lap-and-up-mb- {
    margin-bottom: 15px !important; }

  .lap-and-up-ml- {
    margin-left: 15px !important; }

  .lap-and-up-mh- {
    margin-right: 15px !important;
    margin-left: 15px !important; }

  .lap-and-up-mv- {
    margin-top: 15px !important;
    margin-bottom: 15px !important; } }
@media screen and (max-width: 63.9375em) {
  .portable-m- {
    margin: 15px !important; }

  .portable-mt- {
    margin-top: 15px !important; }

  .portable-mr- {
    margin-right: 15px !important; }

  .portable-mb- {
    margin-bottom: 15px !important; }

  .portable-ml- {
    margin-left: 15px !important; }

  .portable-mh- {
    margin-right: 15px !important;
    margin-left: 15px !important; }

  .portable-mv- {
    margin-top: 15px !important;
    margin-bottom: 15px !important; } }
@media screen and (min-width: 64em) {
  .desk-m- {
    margin: 15px !important; }

  .desk-mt- {
    margin-top: 15px !important; }

  .desk-mr- {
    margin-right: 15px !important; }

  .desk-mb- {
    margin-bottom: 15px !important; }

  .desk-ml- {
    margin-left: 15px !important; }

  .desk-mh- {
    margin-right: 15px !important;
    margin-left: 15px !important; }

  .desk-mv- {
    margin-top: 15px !important;
    margin-bottom: 15px !important; } }
/**
 * Add large margins.
 */
@media screen and (max-width: 44.9375em) {
  .palm-m\+ {
    margin: 60px !important; }

  .palm-mt\+ {
    margin-top: 60px !important; }

  .palm-mr\+ {
    margin-right: 60px !important; }

  .palm-mb\+ {
    margin-bottom: 60px !important; }

  .palm-ml\+ {
    margin-left: 60px !important; }

  .palm-mh\+ {
    margin-right: 60px !important;
    margin-left: 60px !important; }

  .palm-mv\+ {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .lap-m\+ {
    margin: 60px !important; }

  .lap-mt\+ {
    margin-top: 60px !important; }

  .lap-mr\+ {
    margin-right: 60px !important; }

  .lap-mb\+ {
    margin-bottom: 60px !important; }

  .lap-ml\+ {
    margin-left: 60px !important; }

  .lap-mh\+ {
    margin-right: 60px !important;
    margin-left: 60px !important; }

  .lap-mv\+ {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }
@media screen and (min-width: 45em) {
  .lap-and-up-m\+ {
    margin: 60px !important; }

  .lap-and-up-mt\+ {
    margin-top: 60px !important; }

  .lap-and-up-mr\+ {
    margin-right: 60px !important; }

  .lap-and-up-mb\+ {
    margin-bottom: 60px !important; }

  .lap-and-up-ml\+ {
    margin-left: 60px !important; }

  .lap-and-up-mh\+ {
    margin-right: 60px !important;
    margin-left: 60px !important; }

  .lap-and-up-mv\+ {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }
@media screen and (max-width: 63.9375em) {
  .portable-m\+ {
    margin: 60px !important; }

  .portable-mt\+ {
    margin-top: 60px !important; }

  .portable-mr\+ {
    margin-right: 60px !important; }

  .portable-mb\+ {
    margin-bottom: 60px !important; }

  .portable-ml\+ {
    margin-left: 60px !important; }

  .portable-mh\+ {
    margin-right: 60px !important;
    margin-left: 60px !important; }

  .portable-mv\+ {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }
@media screen and (min-width: 64em) {
  .desk-m\+ {
    margin: 60px !important; }

  .desk-mt\+ {
    margin-top: 60px !important; }

  .desk-mr\+ {
    margin-right: 60px !important; }

  .desk-mb\+ {
    margin-bottom: 60px !important; }

  .desk-ml\+ {
    margin-left: 60px !important; }

  .desk-mh\+ {
    margin-right: 60px !important;
    margin-left: 60px !important; }

  .desk-mv\+ {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }
/**
 * Add huge margins.
 */
@media screen and (max-width: 44.9375em) {
  .palm-m\+\+ {
    margin: 120px !important; }

  .palm-mt\+\+ {
    margin-top: 120px !important; }

  .palm-mr\+\+ {
    margin-right: 120px !important; }

  .palm-mb\+\+ {
    margin-bottom: 120px !important; }

  .palm-ml\+\+ {
    margin-left: 120px !important; }

  .palm-mh\+\+ {
    margin-right: 120px !important;
    margin-left: 120px !important; }

  .palm-mv\+\+ {
    margin-top: 120px !important;
    margin-bottom: 120px !important; } }
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .lap-m\+\+ {
    margin: 120px !important; }

  .lap-mt\+\+ {
    margin-top: 120px !important; }

  .lap-mr\+\+ {
    margin-right: 120px !important; }

  .lap-mb\+\+ {
    margin-bottom: 120px !important; }

  .lap-ml\+\+ {
    margin-left: 120px !important; }

  .lap-mh\+\+ {
    margin-right: 120px !important;
    margin-left: 120px !important; }

  .lap-mv\+\+ {
    margin-top: 120px !important;
    margin-bottom: 120px !important; } }
@media screen and (min-width: 45em) {
  .lap-and-up-m\+\+ {
    margin: 120px !important; }

  .lap-and-up-mt\+\+ {
    margin-top: 120px !important; }

  .lap-and-up-mr\+\+ {
    margin-right: 120px !important; }

  .lap-and-up-mb\+\+ {
    margin-bottom: 120px !important; }

  .lap-and-up-ml\+\+ {
    margin-left: 120px !important; }

  .lap-and-up-mh\+\+ {
    margin-right: 120px !important;
    margin-left: 120px !important; }

  .lap-and-up-mv\+\+ {
    margin-top: 120px !important;
    margin-bottom: 120px !important; } }
@media screen and (max-width: 63.9375em) {
  .portable-m\+\+ {
    margin: 120px !important; }

  .portable-mt\+\+ {
    margin-top: 120px !important; }

  .portable-mr\+\+ {
    margin-right: 120px !important; }

  .portable-mb\+\+ {
    margin-bottom: 120px !important; }

  .portable-ml\+\+ {
    margin-left: 120px !important; }

  .portable-mh\+\+ {
    margin-right: 120px !important;
    margin-left: 120px !important; }

  .portable-mv\+\+ {
    margin-top: 120px !important;
    margin-bottom: 120px !important; } }
@media screen and (min-width: 64em) {
  .desk-m\+\+ {
    margin: 120px !important; }

  .desk-mt\+\+ {
    margin-top: 120px !important; }

  .desk-mr\+\+ {
    margin-right: 120px !important; }

  .desk-mb\+\+ {
    margin-bottom: 120px !important; }

  .desk-ml\+\+ {
    margin-left: 120px !important; }

  .desk-mh\+\+ {
    margin-right: 120px !important;
    margin-left: 120px !important; }

  .desk-mv\+\+ {
    margin-top: 120px !important;
    margin-bottom: 120px !important; } }
/**
 * Padding helper classes.
 *
 * Add paddings.
 */
@media screen and (max-width: 44.9375em) {
  .palm-p {
    padding: 30px !important; }

  .palm-pt {
    padding-top: 30px !important; }

  .palm-pr {
    padding-right: 30px !important; }

  .palm-pb {
    padding-bottom: 30px !important; }

  .palm-pl {
    padding-left: 30px !important; }

  .palm-ph {
    padding-right: 30px !important;
    padding-left: 30px !important; }

  .palm-pv {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .lap-p {
    padding: 30px !important; }

  .lap-pt {
    padding-top: 30px !important; }

  .lap-pr {
    padding-right: 30px !important; }

  .lap-pb {
    padding-bottom: 30px !important; }

  .lap-pl {
    padding-left: 30px !important; }

  .lap-ph {
    padding-right: 30px !important;
    padding-left: 30px !important; }

  .lap-pv {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }
@media screen and (min-width: 45em) {
  .lap-and-up-p {
    padding: 30px !important; }

  .lap-and-up-pt {
    padding-top: 30px !important; }

  .lap-and-up-pr {
    padding-right: 30px !important; }

  .lap-and-up-pb {
    padding-bottom: 30px !important; }

  .lap-and-up-pl {
    padding-left: 30px !important; }

  .lap-and-up-ph {
    padding-right: 30px !important;
    padding-left: 30px !important; }

  .lap-and-up-pv {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }
@media screen and (max-width: 63.9375em) {
  .portable-p {
    padding: 30px !important; }

  .portable-pt {
    padding-top: 30px !important; }

  .portable-pr {
    padding-right: 30px !important; }

  .portable-pb {
    padding-bottom: 30px !important; }

  .portable-pl {
    padding-left: 30px !important; }

  .portable-ph {
    padding-right: 30px !important;
    padding-left: 30px !important; }

  .portable-pv {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }
@media screen and (min-width: 64em) {
  .desk-p {
    padding: 30px !important; }

  .desk-pt {
    padding-top: 30px !important; }

  .desk-pr {
    padding-right: 30px !important; }

  .desk-pb {
    padding-bottom: 30px !important; }

  .desk-pl {
    padding-left: 30px !important; }

  .desk-ph {
    padding-right: 30px !important;
    padding-left: 30px !important; }

  .desk-pv {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }
/**
 * Add tiny paddings.
 */
@media screen and (max-width: 44.9375em) {
  .palm-p-- {
    padding: 8px !important; }

  .palm-pt-- {
    padding-top: 8px !important; }

  .palm-pr-- {
    padding-right: 8px !important; }

  .palm-pb-- {
    padding-bottom: 8px !important; }

  .palm-pl-- {
    padding-left: 8px !important; }

  .palm-ph-- {
    padding-right: 8px !important;
    padding-left: 8px !important; }

  .palm-pv-- {
    padding-top: 8px !important;
    padding-bottom: 8px !important; } }
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .lap-p-- {
    padding: 8px !important; }

  .lap-pt-- {
    padding-top: 8px !important; }

  .lap-pr-- {
    padding-right: 8px !important; }

  .lap-pb-- {
    padding-bottom: 8px !important; }

  .lap-pl-- {
    padding-left: 8px !important; }

  .lap-ph-- {
    padding-right: 8px !important;
    padding-left: 8px !important; }

  .lap-pv-- {
    padding-top: 8px !important;
    padding-bottom: 8px !important; } }
@media screen and (min-width: 45em) {
  .lap-and-up-p-- {
    padding: 8px !important; }

  .lap-and-up-pt-- {
    padding-top: 8px !important; }

  .lap-and-up-pr-- {
    padding-right: 8px !important; }

  .lap-and-up-pb-- {
    padding-bottom: 8px !important; }

  .lap-and-up-pl-- {
    padding-left: 8px !important; }

  .lap-and-up-ph-- {
    padding-right: 8px !important;
    padding-left: 8px !important; }

  .lap-and-up-pv-- {
    padding-top: 8px !important;
    padding-bottom: 8px !important; } }
@media screen and (max-width: 63.9375em) {
  .portable-p-- {
    padding: 8px !important; }

  .portable-pt-- {
    padding-top: 8px !important; }

  .portable-pr-- {
    padding-right: 8px !important; }

  .portable-pb-- {
    padding-bottom: 8px !important; }

  .portable-pl-- {
    padding-left: 8px !important; }

  .portable-ph-- {
    padding-right: 8px !important;
    padding-left: 8px !important; }

  .portable-pv-- {
    padding-top: 8px !important;
    padding-bottom: 8px !important; } }
@media screen and (min-width: 64em) {
  .desk-p-- {
    padding: 8px !important; }

  .desk-pt-- {
    padding-top: 8px !important; }

  .desk-pr-- {
    padding-right: 8px !important; }

  .desk-pb-- {
    padding-bottom: 8px !important; }

  .desk-pl-- {
    padding-left: 8px !important; }

  .desk-ph-- {
    padding-right: 8px !important;
    padding-left: 8px !important; }

  .desk-pv-- {
    padding-top: 8px !important;
    padding-bottom: 8px !important; } }
/**
 * Add small paddings.
 */
@media screen and (max-width: 44.9375em) {
  .palm-p- {
    padding: 15px !important; }

  .palm-pt- {
    padding-top: 15px !important; }

  .palm-pr- {
    padding-right: 15px !important; }

  .palm-pb- {
    padding-bottom: 15px !important; }

  .palm-pl- {
    padding-left: 15px !important; }

  .palm-ph- {
    padding-right: 15px !important;
    padding-left: 15px !important; }

  .palm-pv- {
    padding-top: 15px !important;
    padding-bottom: 15px !important; } }
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .lap-p- {
    padding: 15px !important; }

  .lap-pt- {
    padding-top: 15px !important; }

  .lap-pr- {
    padding-right: 15px !important; }

  .lap-pb- {
    padding-bottom: 15px !important; }

  .lap-pl- {
    padding-left: 15px !important; }

  .lap-ph- {
    padding-right: 15px !important;
    padding-left: 15px !important; }

  .lap-pv- {
    padding-top: 15px !important;
    padding-bottom: 15px !important; } }
@media screen and (min-width: 45em) {
  .lap-and-up-p- {
    padding: 15px !important; }

  .lap-and-up-pt- {
    padding-top: 15px !important; }

  .lap-and-up-pr- {
    padding-right: 15px !important; }

  .lap-and-up-pb- {
    padding-bottom: 15px !important; }

  .lap-and-up-pl- {
    padding-left: 15px !important; }

  .lap-and-up-ph- {
    padding-right: 15px !important;
    padding-left: 15px !important; }

  .lap-and-up-pv- {
    padding-top: 15px !important;
    padding-bottom: 15px !important; } }
@media screen and (max-width: 63.9375em) {
  .portable-p- {
    padding: 15px !important; }

  .portable-pt- {
    padding-top: 15px !important; }

  .portable-pr- {
    padding-right: 15px !important; }

  .portable-pb- {
    padding-bottom: 15px !important; }

  .portable-pl- {
    padding-left: 15px !important; }

  .portable-ph- {
    padding-right: 15px !important;
    padding-left: 15px !important; }

  .portable-pv- {
    padding-top: 15px !important;
    padding-bottom: 15px !important; } }
@media screen and (min-width: 64em) {
  .desk-p- {
    padding: 15px !important; }

  .desk-pt- {
    padding-top: 15px !important; }

  .desk-pr- {
    padding-right: 15px !important; }

  .desk-pb- {
    padding-bottom: 15px !important; }

  .desk-pl- {
    padding-left: 15px !important; }

  .desk-ph- {
    padding-right: 15px !important;
    padding-left: 15px !important; }

  .desk-pv- {
    padding-top: 15px !important;
    padding-bottom: 15px !important; } }
/**
 * Add large paddings.
 */
@media screen and (max-width: 44.9375em) {
  .palm-p\+ {
    padding: 60px !important; }

  .palm-pt\+ {
    padding-top: 60px !important; }

  .palm-pr\+ {
    padding-right: 60px !important; }

  .palm-pb\+ {
    padding-bottom: 60px !important; }

  .palm-pl\+ {
    padding-left: 60px !important; }

  .palm-ph\+ {
    padding-right: 60px !important;
    padding-left: 60px !important; }

  .palm-pv\+ {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .lap-p\+ {
    padding: 60px !important; }

  .lap-pt\+ {
    padding-top: 60px !important; }

  .lap-pr\+ {
    padding-right: 60px !important; }

  .lap-pb\+ {
    padding-bottom: 60px !important; }

  .lap-pl\+ {
    padding-left: 60px !important; }

  .lap-ph\+ {
    padding-right: 60px !important;
    padding-left: 60px !important; }

  .lap-pv\+ {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }
@media screen and (min-width: 45em) {
  .lap-and-up-p\+ {
    padding: 60px !important; }

  .lap-and-up-pt\+ {
    padding-top: 60px !important; }

  .lap-and-up-pr\+ {
    padding-right: 60px !important; }

  .lap-and-up-pb\+ {
    padding-bottom: 60px !important; }

  .lap-and-up-pl\+ {
    padding-left: 60px !important; }

  .lap-and-up-ph\+ {
    padding-right: 60px !important;
    padding-left: 60px !important; }

  .lap-and-up-pv\+ {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }
@media screen and (max-width: 63.9375em) {
  .portable-p\+ {
    padding: 60px !important; }

  .portable-pt\+ {
    padding-top: 60px !important; }

  .portable-pr\+ {
    padding-right: 60px !important; }

  .portable-pb\+ {
    padding-bottom: 60px !important; }

  .portable-pl\+ {
    padding-left: 60px !important; }

  .portable-ph\+ {
    padding-right: 60px !important;
    padding-left: 60px !important; }

  .portable-pv\+ {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }
@media screen and (min-width: 64em) {
  .desk-p\+ {
    padding: 60px !important; }

  .desk-pt\+ {
    padding-top: 60px !important; }

  .desk-pr\+ {
    padding-right: 60px !important; }

  .desk-pb\+ {
    padding-bottom: 60px !important; }

  .desk-pl\+ {
    padding-left: 60px !important; }

  .desk-ph\+ {
    padding-right: 60px !important;
    padding-left: 60px !important; }

  .desk-pv\+ {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }
/**
 * Add huge paddings.
 */
@media screen and (max-width: 44.9375em) {
  .palm-p\+\+ {
    padding: 120px !important; }

  .palm-pt\+\+ {
    padding-top: 120px !important; }

  .palm-pr\+\+ {
    padding-right: 120px !important; }

  .palm-pb\+\+ {
    padding-bottom: 120px !important; }

  .palm-pl\+\+ {
    padding-left: 120px !important; }

  .palm-ph\+\+ {
    padding-right: 120px !important;
    padding-left: 120px !important; }

  .palm-pv\+\+ {
    padding-top: 120px !important;
    padding-bottom: 120px !important; } }
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .lap-p\+\+ {
    padding: 120px !important; }

  .lap-pt\+\+ {
    padding-top: 120px !important; }

  .lap-pr\+\+ {
    padding-right: 120px !important; }

  .lap-pb\+\+ {
    padding-bottom: 120px !important; }

  .lap-pl\+\+ {
    padding-left: 120px !important; }

  .lap-ph\+\+ {
    padding-right: 120px !important;
    padding-left: 120px !important; }

  .lap-pv\+\+ {
    padding-top: 120px !important;
    padding-bottom: 120px !important; } }
@media screen and (min-width: 45em) {
  .lap-and-up-p\+\+ {
    padding: 120px !important; }

  .lap-and-up-pt\+\+ {
    padding-top: 120px !important; }

  .lap-and-up-pr\+\+ {
    padding-right: 120px !important; }

  .lap-and-up-pb\+\+ {
    padding-bottom: 120px !important; }

  .lap-and-up-pl\+\+ {
    padding-left: 120px !important; }

  .lap-and-up-ph\+\+ {
    padding-right: 120px !important;
    padding-left: 120px !important; }

  .lap-and-up-pv\+\+ {
    padding-top: 120px !important;
    padding-bottom: 120px !important; } }
@media screen and (max-width: 63.9375em) {
  .portable-p\+\+ {
    padding: 120px !important; }

  .portable-pt\+\+ {
    padding-top: 120px !important; }

  .portable-pr\+\+ {
    padding-right: 120px !important; }

  .portable-pb\+\+ {
    padding-bottom: 120px !important; }

  .portable-pl\+\+ {
    padding-left: 120px !important; }

  .portable-ph\+\+ {
    padding-right: 120px !important;
    padding-left: 120px !important; }

  .portable-pv\+\+ {
    padding-top: 120px !important;
    padding-bottom: 120px !important; } }
@media screen and (min-width: 64em) {
  .desk-p\+\+ {
    padding: 120px !important; }

  .desk-pt\+\+ {
    padding-top: 120px !important; }

  .desk-pr\+\+ {
    padding-right: 120px !important; }

  .desk-pb\+\+ {
    padding-bottom: 120px !important; }

  .desk-pl\+\+ {
    padding-left: 120px !important; }

  .desk-ph\+\+ {
    padding-right: 120px !important;
    padding-left: 120px !important; }

  .desk-pv\+\+ {
    padding-top: 120px !important;
    padding-bottom: 120px !important; } }
/**
 * Remove paddings.
 */
@media screen and (max-width: 44.9375em) {
  .palm-p0 {
    padding: 0 !important; }

  .palm-pt0 {
    padding-top: 0 !important; }

  .palm-pr0 {
    padding-right: 0 !important; }

  .palm-pb0 {
    padding-bottom: 0 !important; }

  .palm-pl0 {
    padding-left: 0 !important; }

  .palm-ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .palm-pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .lap-p0 {
    padding: 0 !important; }

  .lap-pt0 {
    padding-top: 0 !important; }

  .lap-pr0 {
    padding-right: 0 !important; }

  .lap-pb0 {
    padding-bottom: 0 !important; }

  .lap-pl0 {
    padding-left: 0 !important; }

  .lap-ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .lap-pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
@media screen and (min-width: 45em) {
  .lap-and-up-p0 {
    padding: 0 !important; }

  .lap-and-up-pt0 {
    padding-top: 0 !important; }

  .lap-and-up-pr0 {
    padding-right: 0 !important; }

  .lap-and-up-pb0 {
    padding-bottom: 0 !important; }

  .lap-and-up-pl0 {
    padding-left: 0 !important; }

  .lap-and-up-ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .lap-and-up-pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
@media screen and (max-width: 63.9375em) {
  .portable-p0 {
    padding: 0 !important; }

  .portable-pt0 {
    padding-top: 0 !important; }

  .portable-pr0 {
    padding-right: 0 !important; }

  .portable-pb0 {
    padding-bottom: 0 !important; }

  .portable-pl0 {
    padding-left: 0 !important; }

  .portable-ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .portable-pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
@media screen and (min-width: 64em) {
  .desk-p0 {
    padding: 0 !important; }

  .desk-pt0 {
    padding-top: 0 !important; }

  .desk-pr0 {
    padding-right: 0 !important; }

  .desk-pb0 {
    padding-bottom: 0 !important; }

  .desk-pl0 {
    padding-left: 0 !important; }

  .desk-ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .desk-pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
/**
* class to hide elements
*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

body {
  font-family: 'Lato', sans-serif; }

.ele-upcase {
  text-transform: uppercase; }

.btn_pry {
  width: 265px;
  height: 60px;
  background-color: #f6cd00;
  cursor: pointer; }
  .btn_pry:hover {
    background-color: #F6CD1A; }

.pb50 {
  padding-bottom: 50px; }


.an-section-container {
  width: 100%;
  display: table;
  margin: 0 auto; }
  @media (min-width:1200px ) {
    .an-section-container {
      width: 1140px;
    }
  }
  .an-section-container__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 30px 0 10px; }
    .an-section-container__header .wrap-buttons {
      display: table; }
      .an-section-container__header .wrap-buttons .an-button {
        width: 137px;
        height: 43px;
        color: #ffffff;
        font-family: 'Source Serif Pro', serif;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 10px 20px; }
      .an-section-container__header .wrap-buttons .an-donate_button {
        padding: 10px 40px;
        background-color: #ffffff;
        color: #88a8d9;
        font-family: 'Source Serif Pro', serif;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        margin-right: 3%;
        border: 1px solid #88a8d9; }
      .an-section-container__header .wrap-buttons .an-shop_button {
        padding: 8px 50px;
        border: 2px solid #ffffff;
        color: #ffffff;
        font-family: 'Source Serif Pro', serif;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase; }
    .an-section-container__header--container {
      display: flex;
      width: 88%; }
      @media (max-width: 768px) {
        .an-section-container__header--container {
          /*padding-bottom: 10px; */
        }
      }
    .an-section-container__header--nav {
      padding: 20px 0; }
      @media (max-width: 768px) {
        .an-section-container__header--nav {
          display: none; } }
    .an-section-container__header--search {
      width: 31%;
      display: flex;
      justify-content: flex-end; }
      @media (max-width: 768px) {
        .an-section-container__header--search {
          display: none; } }
    @media (max-width: 768px) {
      .an-section-container__header--mobile {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .an-section-container__header--mobile .an-icon_button {
          font-size: 30px;
          display: flex;
          align-items: center;
          color: #7895bf; }
          .an-section-container__header--mobile .an-icon_button:after {
            content: '';
            width: 1px;
            height: 40px;
            background-color: #ddd;
            display: inline-block;
            margin: 0 15px 0 20px; } }
    @media (min-width: 768px) {
      .an-section-container__header--mobile {
        display: none; } }

.an-section-container__menu--mobile {
  visibility: hidden;
  z-index: -1;
  background-color: #7895bf;
  position: fixed;
  top: 0;
  /*bottom: 0;*/
  /*right: 0;*/
  left: 0;
  height: 100%;
  width: 100%;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-bottom: 50px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .an-section-container__menu--mobile--toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff; }
    .an-section-container__menu--mobile--toggle a {
      color: #FFFFFF;
      margin: 0 8% 0 auto; }
      .an-section-container__menu--mobile--toggle a #logo {
        width: 90%; }
    .an-section-container__menu--mobile--toggle .menu-toggle {
      font-size: 25px;
      padding: 10px;
      cursor: pointer; }
  .an-section-container__menu--mobile--nav .menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0; }
    .an-section-container__menu--mobile--nav .menu li {
      margin-bottom: 40px; }
  .an-section-container__menu--mobile--nav a {
    text-transform: uppercase;
    font-weight: 300;
    color: #fff; }
    .an-section-container__menu--mobile--nav a:hover {
      text-decoration: none; }
  .an-section-container__menu--mobile--nav .current-menu-item a {
    color: #FFFFFF;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: bold; }
    .an-section-container__menu--mobile--nav .current-menu-item a:after {
      content: '';
      height: 2px;
      display: block; }
  .an-section-container__menu--mobile .wrap-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px; }
    .an-section-container__menu--mobile .wrap-buttons .menu-mobile__button {
      font-family: Lato;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      padding-top: 15px;
      padding-bottom: 15px;
      text-align: center;
      display: block;
      text-decoration: none; }
    .an-section-container__menu--mobile .wrap-buttons .an-shop_button {
      border: 1px solid #ffffff;
      margin-left: 0;
      margin-top: 20px; }

.menu-visible {
  height: 100vh;
  overflow: hidden; }
  .menu-visible .an-section-container__menu--mobile {
    visibility: visible;
    z-index: 10;}

.an-fullscrem-content .an-header-container {
  width: 100%; }
  @media (min-width: 768px) {
    .an-fullscrem-content .an-header-container {
      padding-bottom: 80px; } }
  .an-fullscrem-content .an-header-container__content {
    width: 1140px;
    display: table;
    margin: 0 auto;
    max-width: 1140px; }
    .an-fullscrem-content .an-header-container__content--title {
      color: #FFFFFF;
      font-size: 48px;
      font-size: 3rem;
      font-weight: 800; }
    .an-fullscrem-content .an-header-container__content--subtitle {
      color: #FFFFFF;
      font-size: 18px;
      font-weight: 500;
      line-height: 26px; }
    .an-fullscrem-content .an-header-container__content .newsletter-header {
      width: 70%; }
      @media (max-width: 1024px) {
        .an-fullscrem-content .an-header-container__content .newsletter-header {
          width: 100%; } }
      .an-fullscrem-content .an-header-container__content .newsletter-header .wrap-news .form {
        padding-bottom: 9%; }
        @media (max-width: 768px) {
          .an-fullscrem-content .an-header-container__content .newsletter-header .wrap-news .form {
            padding-bottom: 0; } }
      .an-fullscrem-content .an-header-container__content .newsletter-header .wrap-news .form .label {
        font-family: 'Lato', sans-serif;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        line-height: 64px;
        margin-bottom: -20px; }
        @media (max-width: 1024px) {
          .an-fullscrem-content .an-header-container__content .newsletter-header .wrap-news .form .label {
            font-size: 14px; } }
  .an-fullscrem-content .an-header-container .wrap-banner-item__mobile {
    display: none; }
  @media (max-width: 768px) {
    .an-fullscrem-content .an-header-container .wrap-banner-item {
      display: none; }
    .an-fullscrem-content .an-header-container .wrap-banner-item__mobile {
      /*display: table;*/
      background: url("https://conversationalist.org/wp-content/uploads/2019/01/ani-logo-banner-mobile.png") no-repeat;
      background-size: cover;
      background-size: 100%;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 100px;
      z-index: 0;
		max-height: 485px;
 } }

.link {
  text-decoration: none; }

.bgc-gray {
  background-color: #f3f6fb; }

.bgc-white {
  background-color: #ffffff; }

.bgc-blue {
  background-color: #88a8d9; }

.bgc-blue-light {
  background-color: #99b6e0; }

.an-header-container {
  width: 80%;
  display: table;
  margin: 0 auto; }
  .an-header-container__header--nav {
    float: left;
    padding: 20px; }
  .an-header-container__header--search {
    padding: 20px;
    float: right; }

.an-screem-content-posts .wrap {
  max-width: 1320px; }

.an-section-container-header {
  max-width: 1140px;
  margin: 0 auto; }

.an-fullscrem-content .an-section1-container .an-section-container__content,
.an-fullscrem-content .an-section2-container .an-section-container__content {
  max-width: 1140px; }
  .an-fullscrem-content .an-section1-container .an-section-container__content--wrap-botton .arrow,
  .an-fullscrem-content .an-section2-container .an-section-container__content--wrap-botton .arrow {
    margin-top: -4px;
    margin-left: 25px; }

.an-fullscrem-content .an-header-container {
  display: table;
  background: url("assets/images/background-header-home.png") top right no-repeat;
  background-size: 90%;
  background-color: #92b1df;
  width: 100%;
  height: 100%;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .an-fullscrem-content .an-header-container {
      padding-bottom: 50px;
      background-image: inherit; } }
  @media (min-width: 768px) {
    .an-fullscrem-content .an-header-container {
      padding-bottom: 0px; } }
  .an-fullscrem-content .an-header-container__content {
    width: 80%;
    display: flex;
    margin: 0 auto;
    justify-content: flex-start;
    position: relative;
    z-index: 1; }
    @media (max-width: 768px) {
      .an-fullscrem-content .an-header-container__content {
        margin-top: 45px; } }
    @media (min-width: 768px) {
      .an-fullscrem-content .an-header-container__content .wrap {
        float: left;
        /*width: 45%;*/
        max-width: 600px;
        margin-left: -30px; } }
    .an-fullscrem-content .an-header-container__content--title {
      color: #FFFFFF;
      font-family: 'Source Serif Pro', serif; }
      @media (max-width: 768px) {
        .an-fullscrem-content .an-header-container__content--title {
          text-align: center;
          line-height: 42px;
          font-size: 40px;
          margin-bottom: 10px;
          font-weight: 700; } }
      @media (min-width: 768px) {
        .an-fullscrem-content .an-header-container__content--title {
          margin-top: 50px;
          line-height: 56px;
          font-size: 40px;
          font-weight: 600; } }
    .an-fullscrem-content .an-header-container__content--subtitle {
      font-family: 'Lato', sans-serif;
      color: #FFFFFF;
      font-size: 24px;
      font-weight: 400;
      line-height: 34px;
      margin: 20px 0 50px; }
      @media (max-width: 768px) {
        .an-fullscrem-content .an-header-container__content--subtitle {
          text-align: center; } }
    .an-fullscrem-content .an-header-container__content--primary_button {
      color: #000000;
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      padding-top: 16px;
      text-transform: uppercase;
      padding: 22px 0;
      width: 48%;
      height: inherit; }
      @media (max-width: 768px) {
        .an-fullscrem-content .an-header-container__content--primary_button {
          width: 100%;
          display: table;
          margin: 0 auto; } }
.an-fullscrem-content .an-section-container-ptb50 {
  padding: 10% 0; }
.an-fullscrem-content .an-section1-container {
  display: table;
  background: url("assets/images/section1.png") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0 auto; }
  .an-fullscrem-content .an-section1-container .an-section-container__content {
    width: 63%;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .an-fullscrem-content .an-section1-container .an-section-container__content {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media (min-width: 768px) {
      .an-fullscrem-content .an-section1-container .an-section-container__content {
        padding: 5% 0;
        display: flex;
        justify-content: space-between; } }
    .an-fullscrem-content .an-section1-container .an-section-container__content .mark {
      margin: 1.8% 1% 0 0;
      border-top: 7px solid #d0021b;
      flex: 1.5;
      background-color: transparent; }
      @media (max-width: 768px) {
        .an-fullscrem-content .an-section1-container .an-section-container__content .mark {
          width: 90px;
          background-color: #d0021b;
          display: block;
          margin: 0 auto 36px;
          padding: .1em; } }
    .an-fullscrem-content .an-section1-container .an-section-container__content--title {
      color: #434548;
      font-family: "Playfair Display";
      font-size: 25px;
      font-weight: 700;
      line-height: 48px;
      flex: 15; }
      @media (max-width: 768px) {
        .an-fullscrem-content .an-section1-container .an-section-container__content--title {
          line-height: 40px;
          text-align: center; } }
      @media (min-width: 768px) {
        .an-fullscrem-content .an-section1-container .an-section-container__content--title {
          width: 40%;
          line-height: 44px; } }
    .an-fullscrem-content .an-section1-container .an-section-container__content--info {
      color: #434548;
      font-family: 'Lato', sans-serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 27px; }
      @media (max-width: 768px) {
        .an-fullscrem-content .an-section1-container .an-section-container__content--info {
          margin-top: 40px;
          text-align: center; } }
      @media (min-width: 768px) {
        .an-fullscrem-content .an-section1-container .an-section-container__content--info {
          width: 46%; } }
    .an-fullscrem-content .an-section1-container .an-section-container__content--link {
      display: table;
      color: #88a8d9;
      font-family: "Playfair Display";
      /*font-size: 16px;*/
      font-weight: 400;
      line-height: 24px;
      margin-top: 20px;
      text-decoration: none;
      letter-spacing: 1px;
      cursor: pointer; }
      @media (max-width: 768px) {
        .an-fullscrem-content .an-section1-container .an-section-container__content--link {
          margin: 0 auto; } }
      .an-fullscrem-content .an-section1-container .an-section-container__content--link .arrow {
        margin-left: 5px; }
      .an-fullscrem-content .an-section1-container .an-section-container__content--link:hover {
        text-decoration: underline; }
.an-fullscrem-content .an-section2-container,
.an-donate-content .an-section2-container {
  display: table;
  background: url("assets/images/background-donate.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .an-fullscrem-content .an-section2-container {
      padding: 80px 0; } }
  .an-fullscrem-content .an-section2-container .an-section-container__content {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 3% 0; }
    .an-fullscrem-content .an-section2-container .an-section-container__content--wrap {
      width: 50%; }
      @media (max-width: 768px) {
        .an-fullscrem-content .an-section2-container .an-section-container__content--wrap {
          width: 100%; } }
      .an-fullscrem-content .an-section2-container .an-section-container__content--wrap-title {
        color: #434548;
        font-family: 'Source Serif Pro', serif;
        margin-bottom: 30px;
        font-weight: 800;
        width: 75%; }
        @media (min-width: 768px) {
          .an-fullscrem-content .an-section2-container .an-section-container__content--wrap-title {
            width: 100%;
            font-size: 40px;
            font-weight: 700;
            line-height: 47px; } }
        @media (max-width: 768px) {
          .an-fullscrem-content .an-section2-container .an-section-container__content--wrap-title {
            width: 100%;
            text-align: center;
            line-height: 40px;
            font-size: 24px;
            font-weight: 900; } }
      .an-fullscrem-content .an-section2-container .an-section-container__content--wrap-botton {
        display: table;
        height: 80px;
        background-color: #f6cd00;
        color: #000000;
        font-family: "Lato";
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 73px;
        text-align: center;
        border-radius: 0;
        width: 67%; }
        @media (min-width: 768px) {
          .an-fullscrem-content .an-section2-container .an-section-container__content--wrap-botton {
            width: 67%; } }
        @media (max-width: 768px) {
          .an-fullscrem-content .an-section2-container .an-section-container__content--wrap-botton {
            width: 100%; } }
    .an-fullscrem-content .an-section2-container .an-section-container__content .logo {
      width: 50%; }
      @media (max-width: 768px) {
        .an-fullscrem-content .an-section2-container .an-section-container__content .logo {
          display: none; } }
.an-fullscrem-content .an-section3-container {
  display: table;
  background: url("assets/images/conv-header-banner.png") center center no-repeat;
  background-size: cover;
  background-color: #86a6d8;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  margin: 0 auto; }
  .an-fullscrem-content .an-section3-container .an-section-container__content {
    width: 87%;
    margin: 60px auto 20px;
    display: flex;
    justify-content: center;
    padding: 3% 0 0;
    max-width: 1440px; }
    @media (max-width: 1024px) {
      .an-fullscrem-content .an-section3-container .an-section-container__content {
        flex-direction: column; } }
    .an-fullscrem-content .an-section3-container .an-section-container__content .mark {
      margin: 1% 1% 0px 3%;
      border-top: 7px solid #ed3d17;
      width: 70px;
      background-color: transparent; }
      @media (max-width: 1024px) {
        .an-fullscrem-content .an-section3-container .an-section-container__content .mark {
          margin: 0 auto 30px; } }
    .an-fullscrem-content .an-section3-container .an-section-container__content--col1, .an-fullscrem-content .an-section3-container .an-section-container__content--info {
      font-family: 'Lato', sans-serif;
      width: 50%;
      font-size: 24px;
      font-weight: 400;
      line-height: 36px; }
    .an-fullscrem-content .an-section3-container .an-section-container__content--col1 {
      font-size: 24px;
      line-height: 33px;
      margin-right: 6%; }
      @media (max-width: 1024px) {
        .an-fullscrem-content .an-section3-container .an-section-container__content--col1 {
          width: 100%;
          text-align: center; } }
      .an-fullscrem-content .an-section3-container .an-section-container__content--col1__title {
        font-family: "Source Serif Pro", serif;
        font-size: 40px;
        font-weight: 700;
        line-height: 38px;
        color: #fff;
      margin-bottom: 0}
      .an-fullscrem-content .an-section3-container .an-section-container__content--col1 p {
        margin: 5% 0;
        width: 84%; }
        @media (max-width: 1024px) {
          .an-fullscrem-content .an-section3-container .an-section-container__content--col1 p {
            width: 100%; } }
    .an-fullscrem-content .an-section3-container .an-section-container__content--info {
      font-family: 'Source Serif Pro', serif;
      font-size: 21px;
      margin-top: 4.5%;
      line-height: 28px; }
      @media (max-width: 1024px) {
        .an-fullscrem-content .an-section3-container .an-section-container__content--info {
          width: 100%;
          text-align: center; } }
    .an-fullscrem-content .an-section3-container .an-section-container__content--logo {
      width: 100%; }
      @media (max-width: 1024px) {
        .an-fullscrem-content .an-section3-container .an-section-container__content--logo {
          width: 60%;
          position: relative;
          top: -80px;
          left: 55px; } }
    .an-fullscrem-content .an-section3-container .an-section-container__content--text {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      @media (max-width: 1024px) {
        .an-fullscrem-content .an-section3-container .an-section-container__content--text {
          margin-top: -80px;
          padding-bottom: 25px; } }
      .an-fullscrem-content .an-section3-container .an-section-container__content--text .text {
        width: 90%;
        color: #ffffff;
        font-family: Lora;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px; }
        @media (max-width: 1024px) {
          .an-fullscrem-content .an-section3-container .an-section-container__content--text .text {
            width: 100%; } }
.an-fullscrem-content .an-section4-container {
  max-width: 1440px;
  padding: 10% 0; }
  @media (max-width: 1024px) {
    .an-fullscrem-content .an-section4-container {
      width: 100%; } }
  .an-fullscrem-content .an-section4-container .an-section-container__content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center; }
    @media (max-width: 1024px) {
      .an-fullscrem-content .an-section4-container .an-section-container__content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 100%; } }
    .an-fullscrem-content .an-section4-container .an-section-container__content--col1 {
      width: 20%; }
      .an-fullscrem-content .an-section4-container .an-section-container__content--col1__title {
        font-family: 'Source Serif Pro', serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 40px; }
    .an-fullscrem-content .an-section4-container .an-section-container__content--col2 {
      font-family: 'Lato', sans-serif;
      width: 39%;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px; }
      @media (max-width: 1024px) {
        .an-fullscrem-content .an-section4-container .an-section-container__content--col2 {
          width: 90%;
          text-align: center; } }
      .an-fullscrem-content .an-section4-container .an-section-container__content--col2 p {
        margin-top: 5%; }
    .an-fullscrem-content .an-section4-container .an-section-container__content--col3 {
      font-family: 'Lato', sans-serif;
      width: 41%;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px; }
      @media (max-width: 1024px) {
        .an-fullscrem-content .an-section4-container .an-section-container__content--col3 {
          width: 90%;
          text-align: center; } }
.an-fullscrem-content .an-section5-container {
  display: table;
  background: url("assets/images/wrap-section5.png") center center no-repeat;
  background-size: cover;
  background-color: #86a6d8;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 5% 0; }
  .an-fullscrem-content .an-section5-container .an-section-container__content {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .an-fullscrem-content .an-section5-container .an-section-container__content--col1 {
      font-family: 'Source Serif Pro', serif;
      font-size: 24px;
      font-weight: 400; }
      .an-fullscrem-content .an-section5-container .an-section-container__content--col1__title {
        margin-bottom: 20px; }
    .an-fullscrem-content .an-section5-container .an-section-container__content--col2 {
      font-family: 'Lato', sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      width: 70%;
      text-align: center; }
.an-fullscrem-content .an-section6-container {
  padding-bottom: 0;
  padding-top: 10%;}
  @media (max-width: 1024px) {
    .an-fullscrem-content .an-section6-container {
      width: 100%; } }
  .an-fullscrem-content .an-section6-container .an-section-container__content {
    position: relative;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .an-fullscrem-content .an-section6-container .an-section-container__content {
        flex-direction: column; } }
    .an-fullscrem-content .an-section6-container .an-section-container__content--col1 {
      width: 37%;
      margin-top: 4%;
    padding-left: 40px}
      @media (max-width: 1024px) {
        .an-fullscrem-content .an-section6-container .an-section-container__content--col1 {
          width: 80%;
          text-align: center;
          padding-left: 0;
          margin: 0 auto 80px; } }
      .an-fullscrem-content .an-section6-container .an-section-container__content--col1__title {
        font-family: 'Source Serif Pro', serif;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 5%; }
      .an-fullscrem-content .an-section6-container .an-section-container__content--col1 p {
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px; }
    .an-fullscrem-content .an-section6-container .an-section-container__content--col2 {
      background-color: #88a8d9;
      color: #FFFFFF;
      height: 100%;
      width: 52%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 6% 8% 9% 13%; }
      @media (max-width: 1024px) {
        .an-fullscrem-content .an-section6-container .an-section-container__content--col2 {
          width: 100%; } }
      .an-fullscrem-content .an-section6-container .an-section-container__content--col2__title {
        font-family: 'Source Serif Pro', serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 37px; }
      .an-fullscrem-content .an-section6-container .an-section-container__content--col2 p {
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px; }
    .an-fullscrem-content .an-section6-container .an-section-container__content .an-section-container-icon {
      position: absolute;
      left: 39%;
      top: 17%; }
      @media (max-width: 1024px) {
        .an-fullscrem-content .an-section6-container .an-section-container__content .an-section-container-icon {
          position: relative;
          left: 50%;
          top: 44%;
          width: 250px;
          margin-left: -100px;} }
.an-fullscrem-content .an-section7-container {
  padding-bottom: 5%; }
  @media (max-width: 768px) {
    .an-fullscrem-content .an-section7-container {
      width: 100%; } }
  .an-fullscrem-content .an-section7-container .an-section-container__content {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 768px) {
      .an-fullscrem-content .an-section7-container .an-section-container__content {
        width: 90%;
        margin: 0 auto; } }
    .an-fullscrem-content .an-section7-container .an-section-container__content--col1 {
      text-align: center;
    padding: 0 40px}
      .an-fullscrem-content .an-section7-container .an-section-container__content--col1__title {
        font-family: 'Source Serif Pro', serif;
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 1%; }
      .an-fullscrem-content .an-section7-container .an-section-container__content--col1 p {
        color: #4a4a4a;
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px; }

.posts-list-continuos .an-screem-content-posts {
  padding-bottom: 0;
  margin-bottom: 0; }
  .posts-list-continuos .an-screem-content-posts .wrap {
    padding-bottom: 0; }
    .posts-list-continuos .an-screem-content-posts .wrap .an-screem-content__title {
      margin-bottom: 0; }

.an-screem-content {
  width: 80%;
  max-width: 1136px;
  margin: 0 auto;
  padding: 20px 0; }
  .an-screem-content__title {
    display: table;
    margin: 15px auto 40px;
    color: #434548;
    font-family: "Playfair Display";
    font-size: 40px;
    font-weight: 700; }
    @media (max-width: 768px) {
      .an-screem-content__title {
        font-size: 38px;
        font-size: 2.375rem;
        margin-bottom: 10px; } }
  .an-screem-content__title-posts {
    margin-bottom: 0; }
  .an-screem-content__posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: start; }
  @media(min-width:768px) {
    .an-screem-content__posts {
      margin-left: -0.25%;
      margin-right: -0.25%;
    }
  }
    .an-screem-content__posts--item {
      /*width: 360px;*/
      height: auto;
      border: 1px solid #ebebeb;
      background-color: #ffffff;
      margin-top: 32px; }
      @media (min-width: 1024px) {
        .an-screem-content__posts--item {
          min-height: 547px; } }
      @media (max-width: 1024px) {
        .an-screem-content__posts--item {
          margin-left: auto;
          margin-right: auto; } }
  .an-screem-content__search {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc; }
    @media (max-width: 768px) {
      .an-screem-content__search {
        flex-direction: column; } }
    .an-screem-content__search--title {
      margin-bottom: 10px;
      font-weight: bold; }
    .an-screem-content__search--form {
      min-width: 120px;
      display: flex;
      align-items: center;
      flex-direction: row; }
      .an-screem-content__search--form label {
        margin-bottom: 0;
        font-weight: bold; }
    .an-screem-content__search #sortbox {
      border: none;
      padding-left: 0;
      padding-top: 0;
      font-size: 16px; }

.an-screem-content-posts {
  width: inherit;
  max-width: inherit;
  margin: inherit;
  padding-bottom: 30px; }
  .an-screem-content-posts .wrap {
    width: 94%;
    margin: 0 auto;
    padding: 2% 0; }
  .an-screem-content-posts .wrap-list {
    padding-bottom: 0; }
  .an-screem-content-posts .wrap-text {
    position: relative;
    display: table;
    height: 78%;
    padding: 30px 10px 50px 20px;
    text-align: left;
    flex-direction: column;
    justify-content: space-evenly; }
    @media (max-width: 1024px) {
      .an-screem-content-posts .wrap-text {
        display: inherit; } }
    .an-screem-content-posts .wrap-text .title {
      color: #434548;
      font-family: 'Source Serif Pro', serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 36px; }
    .an-screem-content-posts .wrap-text .resume {
      width: 90%;
      display: table;
      color: #828282;
      font-family: 'Lato', sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      margin: 14px 0; }
    .an-screem-content-posts .wrap-text .wrap-link {
      position: absolute;
      bottom: 70px; }
      @media (max-width: 768px) {
        .an-screem-content-posts .wrap-text .wrap-link {
          bottom: 20px; } }
      @media (max-width: 1024px) {
        .an-screem-content-posts .wrap-text .wrap-link {
          margin-bottom: 10px;
          display: block; } }
      .an-screem-content-posts .wrap-text .wrap-link .link {
        color: #88a8d9;
        font-family: 'Source Serif Pro', serif;
        font-size: 16px;
        line-height: 24px;
        margin-right: 10px; }
  .an-screem-content-posts__posts--item {
    border: 1px solid #ebebeb; }
  .an-screem-content-posts__more {
    outline: none;
    margin-top: 30px;
    display: block;
    margin: 0 auto 30px;
    background-color: #fff;
    text-align: center;
    color: #000000;
    font-family: "Lora";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    background: url("./assets/images/load_more.png") no-repeat;
    width: 240px;
    height: 103px;
    background-position: 92px 60px; }
    .an-screem-content-posts__more:hover, .an-screem-content-posts__more:focus, .an-screem-content-posts__more:active {
      color: #333;
      outline: none; }
    .an-screem-content-posts__more.loading {
      background: url("./assets/images/loading_icon.gif") no-repeat right center; }
    .an-screem-content-posts__more.done {
      opacity: 0.7;
      cursor: default; }

.an-screem-content-search .wrap {
  width: 100%;
  padding-top: 0; }

.an-screem-content-footer {
  width: inherit;
  margin: 0 auto;
  padding: inherit;
  display: table;
  width: 100%; }
  .an-screem-content-footer .wrap {
    max-width: 1140px;
    margin: 0 auto; }
  .an-screem-content-footer__container {
    display: flex;
    margin: 5% auto;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .an-screem-content-footer__container {
        width: 80%;
        margin-top: 50px; } }
    .an-screem-content-footer__container .label {
      color: #000000;
      font-family: "Lato";
      font-size: 16px;
      font-weight: 700; }
      @media (max-width: 1024px) {
        .an-screem-content-footer__container .label {
          text-align: center;
          margin-bottom: 20px; } }
      @media (min-width: 1024px) {
        .an-screem-content-footer__container .label {
          margin-bottom: 30px; } }
    @media (min-width: 1024px) {
      .an-screem-content-footer__container--logo {
        width: 22%; } }
    @media (max-width: 1024px) {
      .an-screem-content-footer__container--logo {
        text-align: center;
        margin-left: auto;
        margin-right: auto; } }
    .an-screem-content-footer__container--logo img {
      display: flex;
      margin-bottom: 20px; }
      @media (max-width: 1024px) {
        .an-screem-content-footer__container--logo img {
          margin-left: auto;
          margin-right: auto; } }
    .an-screem-content-footer__container--logo .line1 {
      color: #000000;
      font-family: "Lato";
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; }
      @media (max-width: 1024px) {
        .an-screem-content-footer__container--logo .line1 {
          text-align: center; } }
    .an-screem-content-footer__container--logo .line2 {
      color: #4a4a4a;
      font-family: "Lato";
      font-size: 14px;
      font-weight: 300;
      display: block;
      line-height: 20px; }
      @media (max-width: 1024px) {
        .an-screem-content-footer__container--logo .line2 {
          text-align: center; } }
      .an-screem-content-footer__container--logo .line2 strong {
        font-weight: 500; }
    @media (min-width: 1024px) {
      .an-screem-content-footer__container--menus {
        width: 9%; } }
    @media (max-width: 1024px) {
      .an-screem-content-footer__container--menus {
        width: 100%;
        margin: 50px 0 20px; } }
    .an-screem-content-footer__container--menus ul {
      list-style: none;
      margin: 0; }
      @media (max-width: 1024px) {
        .an-screem-content-footer__container--menus ul {
          margin-left: auto;
          margin-right: auto;
          display: table; } }
    .an-screem-content-footer__container--menus .link {
      display: table;
      color: #4a4a4a;
      font-family: "Source Serif Pro";
      font-size: 16px;
      font-weight: 400;
      text-decoration: none;
      margin: 20px 0; }
    @media (min-width: 1024px) {
      .an-screem-content-footer__container--posts {
        width: 25%; } }
    .an-screem-content-footer__container--posts .wrap-post {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      .an-screem-content-footer__container--posts .wrap-post .link {
        width: 70%;
        margin-left: 5%; }
        @media (max-width: 1024px) {
          .an-screem-content-footer__container--posts .wrap-post .link {
            width: 68%; } }
      .an-screem-content-footer__container--posts .wrap-post .thumbnail {
        float: left;
        margin-right: 10px; }
      .an-screem-content-footer__container--posts .wrap-post .title {
        color: #4a4a4a;
        font-family: "Source Serif Pro";
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        display: table;
        margin-bottom: 8px; }
      .an-screem-content-footer__container--posts .wrap-post .data {
        color: #9b9b9b;
        font-family: "Lora";
        font-size: 12px; }
    @media (max-width: 1024px) {
      .an-screem-content-footer__container--newsletter {
        width: 100%; } }
    @media (min-width: 1024px) {
      .an-screem-content-footer__container--newsletter {
        width: 30%; } }
    .an-screem-content-footer__container--newsletter .wrap-news {
      margin: 0px 0 20px;
    padding: 10px;}
      @media (max-width: 768px) {
        .an-screem-content-footer__container--newsletter .wrap-news {
          margin-bottom: 15px; } }
      .an-screem-content-footer__container--newsletter .wrap-news .form .label {
        display: block;
        margin-bottom: 5px; }
      .an-screem-content-footer__container--newsletter .wrap-news .form .wrap-input {
        position: relative;
      display: block}
      .an-screem-content-footer__container--newsletter .wrap-news .form .label {
        /*color: #fff;*/
        font-family: "Lato";
        font-size: 16px;
        font-weight: 500; }
      .an-screem-content-footer__container--newsletter .wrap-news .form .input {
        height: 46px;
        border: 1px solid #dddddd;
        background-color: #ffffff;
        color: #9b9b9b;
        font-size: 16px;
        font-weight: 400;
        padding: 0 20px; }
        @media (max-width: 1024px) {
          .an-screem-content-footer__container--newsletter .wrap-news .form .input {
            width: 100%; } }
        @media (min-width: 1024px) {
          .an-screem-content-footer__container--newsletter .wrap-news .form .input {
            width: 90%; } }
      .an-screem-content-footer__container--newsletter .wrap-news .form .submit {
        position: absolute;
        top: 0;
        right: 0;
        height: 46px;
        background-color: #ffd000;
        border: 0;
        border-radius: 0; }
        @media (max-width: 1024px) {
          .an-screem-content-footer__container--newsletter .wrap-news .form .submit {
            width: 20%; } }
        @media (min-width: 1024px) {
          .an-screem-content-footer__container--newsletter .wrap-news .form .submit {
            width: 16%;
            color: #fff;
            padding: 0;
            font-size: 20px; } }
    .an-screem-content-footer__container--newsletter .wrap-social {
      width: 65%; /*margin-top: 100px;*/}
      @media (max-width: 768px) {
        .an-screem-content-footer__container--newsletter .wrap-social {
          width: 100%; } }
      .an-screem-content-footer__container--newsletter .wrap-social .label {
        font-weight: 700;
        margin-bottom: 5px; }
      .an-screem-content-footer__container--newsletter .wrap-social .wrap-icons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between; }
        .an-screem-content-footer__container--newsletter .wrap-social .wrap-icons .fab {
          color: #88a8d9;
          font-size: 32px; }
      @media (max-width: 1024px) {
        .an-screem-content-footer__container--newsletter .wrap-social {
          display: flex;
          flex-direction: column;
          /*align-items: center; */
        }
          .an-screem-content-footer__container--newsletter .wrap-social .fab {
            font-size: 30px;
            /*margin: 0 5px;*/
            color: #555; } }

.wrap-copy {
  border: 1px solid #e6e6e6;
  padding: 1.5% 0 0%;
  text-align: center;
  color: #9b9b9b;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff; }

.post__header .post__header_wrapper .post__title {
  color: #000000;
  font-family: Lato;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase; }

.post__content .an-section-container {
  width: inherit; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 200;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

#modalDonate .modal-content {
  display: inherit; }
  #modalDonate .modal-content .an-page .an-page-content .an-page-content__wrap {
    padding-top: 0; }
    @media (max-width: 1024px) {
      #modalDonate .modal-content .an-page .an-page-content .an-page-content__wrap {
        flex-direction: column; }
        #modalDonate .modal-content .an-page .an-page-content .an-page-content__wrap .line {
          text-align: center;
          margin: 2% 0% 0 8%; }
        #modalDonate .modal-content .an-page .an-page-content .an-page-content__wrap .logo-ani,
        #modalDonate .modal-content .an-page .an-page-content .an-page-content__wrap .logo-donate {
          width: 60%;
          margin: 20px 25%; } }

/* Modal Content */
.modal-content {
  margin: auto;
  padding: 0;
  width: 95%;
  height: 100%;
  padding-bottom: 5%;
  border-radius: 0;
  border: 0; }
  .modal-content .closeDonate {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 1.74%;
    background-color: #88a8d9; }
  .modal-content .modal-body #email-registration-form-container .email-registration-form .btn-group .btn {
    background-color: #88a8d9;
    border-radius: 0;
    padding: 10px 30px;
    text-transform: uppercase; }

/* The Close Button */
.close,
.closeDonate {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 2.5% 2%; }

.close:hover,
.closeDonate:hover,
.closeDonate:focus,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.modal-header {
  padding: 20px 20px 48px;
  background-color: #88a8d9;
  border-radius: 0;
  border: 0; }
  @media (max-width: 1024px) {
    .modal-header {
      padding: 20px 20px 50px 20px; } }
  .modal-header .title {
    font-family: "Lato";
    width: 100%;
    color: #fff;
    margin-bottom: 0; }
    .modal-header .title .fas {
      margin-right: 10px;
      font-size: 24px; }
  .modal-header .close,
  .modal-header .closeDonate {
    color: #fff; }

.an-page {
  font-family: 'Lato', sans-serif;
  /* margin-top: -32px; */
  background-color: #f4f4f4;
  color: rgba(0, 0, 0, 0.9); }
  .an-page .an-page-content {
    height: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-bottom: 10px; }
    .an-page .an-page-content .an-page-content__wrap {
      margin: 0 auto;
      display: flex;
      width: 85%;
      padding-top: 10px; }
      .an-page .an-page-content .an-page-content__wrap .logo-ani {
        width: 7%;
        padding-top: 15px; }
      .an-page .an-page-content .an-page-content__wrap .line {
        margin: 2% 3% 0;
        line-height: 20px; }
        .an-page .an-page-content .an-page-content__wrap .line h5 {
          font-size: 1rem;
          font-weight: 600;
          color: #ffffff;
          margin-bottom: 0; }
        .an-page .an-page-content .an-page-content__wrap .line h6 {
          font-size: 0.87rem;
          color: #ffffff; }
          .an-page .an-page-content .an-page-content__wrap .line h6 strong {
            font-weight: 600; }
      .an-page .an-page-content .an-page-content__wrap .logo-donate {
        padding-top: 1.5%;
        width: 20%; }
  .an-page .an-form-container {
    margin: 50px auto;
    width: 85%; }
    .an-page .an-form-container .an-form-container__content {
      /*display: flex; */
    }
      .an-page .an-form-container .an-form-container__content #donation-form-container {
        flex: 1; }
        .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form {
          flex: 1; }
          .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .section h3 {
            padding: 60px 0 5%;
            font-size: 32px;
            font-size: 2rem;
            font-weight: 900;
            margin-bottom: 0;
            font-family: 'Lora', serif;
            color: rgba(0, 0, 0, 0.9); }
            .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .section.donation h3 {
              padding-top: 30px;
            }
          .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .section .field {
            /*padding: 10px 0; */
          }
          #donation-form.donation-form .field input:not([type="radio"]):not([type="checkbox"]), #donation-form.donation-form .field select, #donation-form.donation-form .field textarea, #donation-form.donation-form #card-element {
            max-width: 100%;
            width: 100%;
            box-sizing: border-box;
            line-height: 24px;font-size: 16px;
          }
          #donation-form.donation-form #card-element {
            padding: 9px 4px;
            max-width: 330px;
          }
            .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .section .field label .required {
              /*float: left; */
              margin-right: 5px;
            }
            .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .section.billing-address,
            .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .section.contact {
              width: 100%;
            }
            @media (min-width: 768px) {
              .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .section.billing-address,
              .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .section.contact {
                width: 50%;
                float: left;
                /*margin-bottom: 30px;*/
                margin-top: 30px;
              }

              .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .section.contact {
                padding-right: 20px;
              }
              .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .section.billing-address {
                padding-left: 20px;
              }
            }
            .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .section.payment {
              clear: both;
            }
            .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .section .field label .label {
              /*padding: 0px 10px;*/
              line-height: 20px;
              width: auto;
            font-size: 16px;
              /*display: table; */
            }
          .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .section .other-option label .label {
            width: auto; }
          .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .section .other-amount {
            padding-top: 0; }
            .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .section .other-amount .otherAmount {
              /*padding: 15px; */
            }
          .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .recurring {
            padding-left: 0; }
            .an-page .an-form-container .an-form-container__content #donation-form-container input[type="checkbox"] {
              /*float: left; */
              margin-right: 5px;
            }
            .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .recurring .recurring {
              border: 1px solid #ccc;
              padding: 14px 15px 10px;
              vertical-align: middle; }
          .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .contact h3 {
            padding: 10% 0 5%; }
            .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .contact h3 .field label {
              float: left;
              width: 100%;
              font-size: 16px;
              margin-bottom: 4px; }
              .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .contact h3 .field label .label {
                float: left;
                padding: 0;
              }
          .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .billing-address .field label {
            /*float: left;*/
            width: 100%;
            /*margin-bottom: 4px; */
          }
            .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .billing-address .field label .label {
              float: left;
              padding: 0; }
          .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .billing-address h3 {
            padding: 10% 0 5%; }
          .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .comment .comment label .label {
            padding: 0 0 5px 0; }
          .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .true-impact h3 {
            /*padding: 4% 0 5%; */
          }
            .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .true-impact h3 .field label {
              border: 1px solid #ccc;
              padding: 12px; }
              .an-page .an-form-container .an-form-container__content #donation-form-container .donation-form .true-impact h3 .field label input {
                float: left; }
      @media (max-width: 682px) {
        .an-page .an-form-container .an-form-container__content .an-form-container .an-form-container__content #donation-form-container {
          order: 2; } }
      .an-page .an-form-container .an-form-container__content .an-questions {
        flex: 1; }
        .an-page .an-form-container .an-questions__wrap {
          /*width: 65%;*/
          background-color: #fff;
          /*float: right;*/
          /*margin: 12%;*/
        }
          @media (max-width: 1024px) {
            .an-page .an-form-container .an-form-container__content .an-questions__wrap {
              width: 100%;
              margin: inherit; } }
          .an-page .an-form-container .an-form-container__content .an-questions__wrap--infos {
            padding: 50px 35px; }
            .an-page .an-form-container .an-form-container__content .an-questions__wrap--infos h2 {
              font-weight: bold;
              font-size: 30px;
              margin: 9% 0; }
            .an-page .an-form-container .an-form-container__content .an-questions__wrap--infos h5 {
              font-weight: 600;
              margin-bottom: 7%; }
            .an-page .an-form-container .an-form-container__content .an-questions__wrap--infos a {
              color: #88a8d9;
              text-decoration: none; }
            .an-page .an-form-container .an-form-container__content .an-questions__wrap--infos .phone {
              margin: 10% 0;
              display: block; }
            .an-page .an-form-container .an-form-container__content .an-questions__wrap--infos p {
              line-height: 25px; }
    @media (max-width: 682px) {
      .an-page .an-form-container .an-form-container .an-form-container__content {
        flex-direction: column; } }
  .an-page .an-page-content-footer__wrap {
    display: flex;
    justify-content: center; }

.social-share a:hover {
  color: #ed3d17; }

.logged-in-as a {
  color: #ed3d17;
  opacity: 0.8; }

.comment-form .form-submit .submit {
  background-color: #f6cd00;
  color: #501922; }

.page-content .an-fullscrem-content .an-header-container {
  display: table;
  background: url("assets/images/background-header-about.png") top right no-repeat;
  background-color: #92b1df;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: 84% 0;
  padding-bottom: 50px; }
@media (min-width: 768px) {
  .page-content .an-fullscrem-content .an-header-container {
    padding-bottom: 30px;
    /*background-size: auto;*/
    background-position: top right;
  }
}
  .page-content .an-fullscrem-content .an-header-container__content {
    width: 90%;
    max-width: 1420px; }
    .page-content .an-fullscrem-content .an-header-container__content .wrap {
      margin-left: 0;
    width: 100%}
    .page-content .an-fullscrem-content .an-header-container__content .mark {
      margin: 4.5% 1% 0 0;
      border-top: 7px solid #d0021b;
      width: 5%;
      background-color: transparent; }
.page-content .an-screem-content .wrap-people {
  margin: 8% 0; }
.page-content .an-screem-content .wrap-anne {
  display: flex; }
  .page-content .an-screem-content .wrap-anne__th {
    width: 125%;
    margin-right: 5%; }
  .page-content .an-screem-content .wrap-anne__th-lisa {
    width: 300%; }
  .page-content .an-screem-content .wrap-anne__infos {
    display: flex;
    flex-direction: column; }
    .page-content .an-screem-content .wrap-anne__infos--title {
      font-family: 'Source Serif Pro', serif;
      font-size: 32px;
      font-weight: 400;
      line-height: 40px;
      margin-bottom: 2%; }
    .page-content .an-screem-content .wrap-anne__infos--cargo {
      font-family: 'Lato', sans-serif;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 2%; }
    .page-content .an-screem-content .wrap-anne__infos--social {
      margin-bottom: 2%; }
      .page-content .an-screem-content .wrap-anne__infos--social .twitter {
        border-right: 1px solid #88a8d9;
        padding-right: 2%; }
      .page-content .an-screem-content .wrap-anne__infos--social a {
        color: #88a8d9;
        font-size: 32px;
        margin-right: 10px; }
.page-content .an-screem-content .wrap-anne__infos--social a:last-child {
  border-right: none;
}
    .page-content .an-screem-content .wrap-anne__infos--resume {
      font-family: 'Lato', sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      width: 90%; }



