@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fonts.googleapis.com/css?family=Cabin:400,400i,600,700|Signika:600|Noto+Sans:400");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

******************************************************************/
/*********************
FONT FACE
*********************/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important; }

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; } }

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; } }

/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%; }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%; }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; } }

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .blue-btn:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }
  .blue-btn:active {
    top: 1px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn {
  background-color: #001B5E; }
  .blue-btn:hover, .blue-btn:focus {
    background-color: #00154a; }
  .blue-btn:active {
    background-color: #001445; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #1b1b1b;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Cabin", sans-serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #f7f8fa;
    outline: none; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/* --------------------------------------------------------------- */
/* susy settings
/*
/* vars
/*
/* *
/*
/* html
/*
/* body
/*
/* a
/*
/* .padder
/*
/* .center
/*
/* .link-button
/*
/* .page.col>section
/*
/* .typo
/*
/* .standard-form
/*
// --------------------------------------------------------------- */
/* grid settings
/* --------------------------------------------------------------- */
/* vars
/* --------------------------------------------------------------- */
/* html
/* --------------------------------------------------------------- */
/* body
/* --------------------------------------------------------------- */
body {
  color: #1b1b1b;
  font-family: "Cabin", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #892D38 !important; }

body.error404,
body.page-template-default,
body.post-template-default {
  background-color: #892D38 !important; }
  body.error404 body,
  body.page-template-default body,
  body.post-template-default body {
    display: none; }
  @media only screen and (min-width: 768px) {
    body.error404,
    body.page-template-default,
    body.post-template-default {
      background-color: #001B5E !important; } }

body.home {
  padding-top: 0; }
  body.home body {
    display: none; }
  @media only screen and (min-width: 481px) {
    body.home {
      padding-top: 0; } }

/* *
/* --------------------------------------------------------------- */
ul {
  margin: 0; }

a, a:visited {
  color: #001B5E; }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #000e30; }
  a:link, a:visited:link {
    /* mobile tap color */ }

a.big-button {
  background-color: #001B5E;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none; }
  a.big-button body {
    display: none; }
  @media only screen and (min-width: 768px) {
    a.big-button {
      font-size: 14px;
      padding: 15px 20px; } }
  a.big-button body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    a.big-button {
      font-size: 18px; } }
  a.big-button:hover {
    color: #fff;
    background-color: #4c89bd; }

/* .content-wrapper
/* --------------------------------------------------------------- */
.content-wrapper, body > .footer {
  margin: 0 auto;
  position: relative;
  width: 96%; }
  .content-wrapper body, body > .footer body {
    display: none; }
  @media only screen and (min-width: 768px) {
    .content-wrapper, body > .footer {
      width: 94%; } }
  .content-wrapper body, body > .footer body {
    display: none; }
  .content-wrapper body, body > .footer body {
    display: none; }
  @media only screen and (min-width: 1240px) {
    .content-wrapper, body > .footer {
      width: auto;
      margin: 0 55px; } }

/* .content-container
/* --------------------------------------------------------------- */
.content-container {
  width: 60%;
  margin: 0 auto;
  min-height: 500px; }

/* #container
/* --------------------------------------------------------------- */
#container {
  background-color: #001B5E;
  padding-top: 75px;
  position: relative;
  text-align: center;
  background-color: #892D38; }
  #container body {
    display: none; }
  @media only screen and (min-width: 768px) {
    #container {
      background-color: #001B5E; } }

.page-template-page-fullwidth #container,
.page-template-page-noborder #container,
.page-template-page-home #container,
.category-blog #container,
.category-la-chine-et-lyon #container {
  background: #892D38; }
  .page-template-page-fullwidth #container body,
  .page-template-page-noborder #container body,
  .page-template-page-home #container body,
  .category-blog #container body,
  .category-la-chine-et-lyon #container body {
    display: none; }

/* #inner-container
/* --------------------------------------------------------------- */
#inner-container {
  background-color: #fff; }

/* #container-decoration
/* --------------------------------------------------------------- */
#container-decoration {
  display: none;
  position: absolute;
  top: 0;
  width: 100%; }
  #container-decoration:before, #container-decoration:after {
    background: #892D38;
    content: "";
    height: 205px;
    position: absolute;
    top: 0;
    width: 4%; }
  #container-decoration:before {
    left: 0; }
  #container-decoration:after {
    right: 0; }
  #container-decoration body {
    display: none; }
  @media only screen and (min-width: 768px) {
    #container-decoration {
      display: block; }
      #container-decoration:before, #container-decoration:after {
        height: 430px; } }
  #container-decoration body {
    display: none; }
  @media only screen and (min-width: 1240px) {
    #container-decoration:before, #container-decoration:after {
      height: 530px;
      width: 55px; } }

/* .header-container
/* --------------------------------------------------------------- */
#header-container {
  background: #fff;
  height: 75px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }

.admin-bar #header-container {
  top: 46px; }
  @media only screen and (min-width: 783px) {
    .admin-bar #header-container {
      top: 32px; } }

#wpadminbar {
  position: fixed; }

/* .header
/* --------------------------------------------------------------- */
.header {
  height: 75px;
  padding: 15px 0; }
  .header body {
    display: none; }
  .header body {
    display: none; }
  @media only screen and (min-width: 768px) {
    .header {
      margin: 0 auto; } }
  .header body {
    display: none; }
  .header body {
    display: none; }

/* #inner-header
/* --------------------------------------------------------------- */
#inner-header {
  position: relative; }
  #inner-header a#logo {
    display: block;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (min-width: 300px) {
      #inner-header a#logo {
        display: inline-block; } }
    #inner-header a#logo body {
      display: none; }
    #inner-header a#logo img {
      width: 45px; }

/* a.menu-trigger
/* --------------------------------------------------------------- */
a.menu-trigger {
  display: none;
  height: 27px;
  position: relative;
  width: 33px; }
  a.menu-trigger span {
    display: block;
    height: 5px;
    position: absolute;
    top: 0;
    width: 100%; }
    a.menu-trigger span:nth-child(2) {
      top: 10px; }
    a.menu-trigger span:nth-child(3) {
      top: 20px; }
  @media only screen and (min-width: 300px) {
    a.menu-trigger {
      display: inline-block; } }
  a.menu-trigger body {
    display: none; }
  @media only screen and (min-width: 481px) {
    a.menu-trigger {
      display: none; } }

a#top-menu-trigger {
  float: right;
  margin: 9px 0 0 0; }
  a#top-menu-trigger span {
    background: #001B5E; }
  a#top-menu-trigger.active span {
    background: #892D38; }

a#bottom-menu-trigger {
  float: right;
  margin: 5px 0 0 0;
  vertical-align: top; }
  a#bottom-menu-trigger span {
    background: #fff; }
  a#bottom-menu-trigger.active span {
    background: #001B5E; }

/* .menu
/* --------------------------------------------------------------- */
.menu {
  display: none;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 60px;
  width: 100%;
  z-index: 2; }
  .menu body {
    display: none; }
  @media only screen and (min-width: 481px) {
    .menu {
      display: inline-block;
      right: 0;
      top: 0;
      width: auto; } }
  .menu body {
    display: none; }
  .menu body {
    display: none; }
  .menu ul li a {
    background: #001B5E;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 0;
    text-decoration: none; }
    .menu ul li a:hover {
      color: #eaedf2; }
  .menu ul li:nth-child(even) a {
    background: #892D38; }
  .menu ul body {
    display: none; }
  @media only screen and (min-width: 481px) {
    .menu ul li, .menu ul li:nth-child(even) {
      display: inline-block;
      margin: 0 0 0 10px; }
      .menu ul li a, .menu ul li:nth-child(even) a {
        background: transparent;
        font-size: 10px; } }
  .menu ul body {
    display: none; }
  @media only screen and (min-width: 768px) {
    .menu ul li, .menu ul li:nth-child(even) {
      display: inline-block;
      margin: 0 0 0 30px; }
      .menu ul li a, .menu ul li:nth-child(even) a {
        font-size: 14px; } }
  .menu ul body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    .menu ul li, .menu ul li:nth-child(even) {
      display: inline-block;
      margin: 0 0 0 40px; } }
  .menu ul body {
    display: none; }
  @media only screen and (min-width: 1240px) {
    .menu ul {
      margin: 0 0 0 70px; } }

#top-menu-trigger.active + #top-menu,
#bottom-menu-trigger.active + #bottom-menu {
  display: block; }

#top-menu body {
  display: none; }

@media only screen and (min-width: 481px) {
  #top-menu {
    text-align: left; } }

#top-menu ul li a body, #top-menu ul li:nth-child(even) a body {
  display: none; }

@media only screen and (min-width: 481px) {
  #top-menu ul li a, #top-menu ul li:nth-child(even) a {
    color: #001B5E; } }

#bottom-menu {
  bottom: 107px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: auto; }
  #bottom-menu body {
    display: none; }
  @media only screen and (min-width: 481px) {
    #bottom-menu {
      bottom: auto;
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 100%; } }
  #bottom-menu body {
    display: none; }
  @media only screen and (min-width: 1240px) {
    #bottom-menu {
      width: 50%; } }
  #bottom-menu ul body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    #bottom-menu ul {
      margin: 0;
      display: inline-block;
      white-space: nowrap; } }
  #bottom-menu ul li body, #bottom-menu ul li:nth-child(even) body {
    display: none; }
  @media only screen and (min-width: 481px) {
    #bottom-menu ul li, #bottom-menu ul li:nth-child(even) {
      display: inline-block;
      margin: 0 10px; } }
  #bottom-menu ul li body, #bottom-menu ul li:nth-child(even) body {
    display: none; }
  @media only screen and (min-width: 768px) {
    #bottom-menu ul li, #bottom-menu ul li:nth-child(even) {
      margin: 0 15px 0 0; } }
  #bottom-menu ul li body, #bottom-menu ul li:nth-child(even) body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    #bottom-menu ul li, #bottom-menu ul li:nth-child(even) {
      margin: 0 0 0 20px; } }
  #bottom-menu ul li body, #bottom-menu ul li:nth-child(even) body {
    display: none; }
  #bottom-menu ul li a, #bottom-menu ul li:nth-child(even) a {
    font-size: 12px; }
    #bottom-menu ul li a body, #bottom-menu ul li:nth-child(even) a body {
      display: none; }
    @media only screen and (min-width: 481px) {
      #bottom-menu ul li a, #bottom-menu ul li:nth-child(even) a {
        color: #fff; } }
    #bottom-menu ul li a body, #bottom-menu ul li:nth-child(even) a body {
      display: none; }
    @media only screen and (min-width: 768px) {
      #bottom-menu ul li a, #bottom-menu ul li:nth-child(even) a {
        font-size: 14px;
        padding: 0;
        line-height: 60px; } }

/* #typo
/* --------------------------------------------------------------- */
.typo {
  position: relative;
  z-index: 1;
  text-align: left; }
  .typo h1, .typo .h1, .typo h2, .typo .h2, .typo h3, .typo .h3, .typo h4, .typo .h4, .typo h5, .typo .h5 {
    text-align: center;
    text-rendering: optimizelegibility; }
    .typo h1 a, .typo .h1 a, .typo h2 a, .typo .h2 a, .typo h3 a, .typo .h3 a, .typo h4 a, .typo .h4 a, .typo h5 a, .typo .h5 a {
      text-decoration: none; }
  .typo h1, .typo .h1 {
    color: #001B5E;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin: 0 auto; }
    .typo h1 body, .typo .h1 body {
      display: none; }
    @media only screen and (min-width: 481px) {
      .typo h1, .typo .h1 {
        font-size: 50px;
        line-height: 63px; } }
    .typo h1 body, .typo .h1 body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      .typo h1, .typo .h1 {
        font-size: 70px;
        line-height: 80px; } }
    .typo h1 body, .typo .h1 body {
      display: none; }
  .typo h2, .typo .h2 {
    color: #892D38;
    font-family: "Signika", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 15px auto 50px;
    position: relative; }
    .typo h2 body, .typo .h2 body {
      display: none; }
    @media only screen and (min-width: 481px) {
      .typo h2, .typo .h2 {
        font-size: 24px;
        line-height: 30px; } }
    .typo h2 body, .typo .h2 body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      .typo h2, .typo .h2 {
        font-size: 30px;
        line-height: 34px;
        margin: 25px auto 50px; } }
    .typo h2 body, .typo .h2 body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      .typo h2, .typo .h2 {
        font-size: 40px;
        line-height: 44px;
        margin: 40px auto 60px; } }
    .typo h2:before, .typo .h2:before {
      background: #001B5E;
      bottom: -20px;
      content: "";
      left: 0;
      height: 2px;
      margin: auto;
      position: absolute;
      right: 0;
      width: 50px; }
      .typo h2:before body, .typo .h2:before body {
        display: none; }
      @media only screen and (min-width: 481px) {
        .typo h2:before, .typo .h2:before {
          width: 100px; } }
  .typo h3, .typo .h3 {
    font-family: "Signika", sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin: 15px auto 10px; }
    .typo h3 body, .typo .h3 body {
      display: none; }
    @media only screen and (min-width: 768px) {
      .typo h3, .typo .h3 {
        font-size: 30px;
        line-height: 36px; } }
  .typo body {
    display: none; }
  @media only screen and (min-width: 768px) {
    .typo {
      /* at this larger size, we can start to align images */ }
      .typo .alignleft, .typo img.alignleft {
        margin-right: 1.5em;
        display: inline;
        float: left; }
      .typo .alignright, .typo img.alignright {
        margin-left: 1.5em;
        display: inline;
        float: right; }
      .typo .aligncenter, .typo img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both; } }
  .typo p {
    color: #1b1b1b;
    font-family: "Cabin", sans-serif;
    font-size: 13px;
    line-height: 15px;
    margin: 15px auto; }
    .typo p body {
      display: none; }
    @media only screen and (min-width: 768px) {
      .typo p {
        font-size: 14px;
        line-height: 16px;
        margin: 20px auto; } }
    .typo p body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      .typo p {
        font-size: 16px;
        line-height: 20px;
        margin: 25px auto; } }
    .typo p body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      .typo p {
        font-size: 18px;
        line-height: 22px;
        margin: 30px auto; } }
  .typo a {
    cursor: pointer;
    text-decoration: none; }
  .typo .blue-heading,
  .typo .blue-heading p {
    color: #001B5E;
    font-size: 13px;
    font-weight: 600;
    margin: 15px auto;
    text-align: center; }
    .typo .blue-heading body,
    .typo .blue-heading p body {
      display: none; }
    @media only screen and (min-width: 481px) {
      .typo .blue-heading,
      .typo .blue-heading p {
        font-size: 16px;
        margin: 20px auto; } }
    .typo .blue-heading body,
    .typo .blue-heading p body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      .typo .blue-heading,
      .typo .blue-heading p {
        margin: 30px auto; } }
    .typo .blue-heading body,
    .typo .blue-heading p body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      .typo .blue-heading,
      .typo .blue-heading p {
        font-size: 20px;
        margin: 40px auto; } }
  .typo .links-list,
  .typo .links-list p,
  .typo .links-list a {
    color: #001B5E;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
    .typo .links-list body,
    .typo .links-list p body,
    .typo .links-list a body {
      display: none; }
    @media only screen and (min-width: 768px) {
      .typo .links-list,
      .typo .links-list p,
      .typo .links-list a {
        font-size: 14px;
        line-height: 16px; } }
    .typo .links-list body,
    .typo .links-list p body,
    .typo .links-list a body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      .typo .links-list,
      .typo .links-list p,
      .typo .links-list a {
        font-size: 16px;
        line-height: 20px; } }
  .typo ul {
    margin: 0 auto;
    display: table; }
  .typo ul li {
    text-align: left;
    display: table-row;
    position: relative; }
    .typo ul li:before {
      content: "•";
      position: relative;
      left: -20px; }
    .typo ul li:after {
      content: " ";
      display: block;
      height: 10px; }
      .typo ul li:after body {
        display: none; }
      @media only screen and (min-width: 768px) {
        .typo ul li:after {
          height: 13px; } }
      .typo ul li:after body {
        display: none; }
      @media only screen and (min-width: 1030px) {
        .typo ul li:after {
          height: 15px; } }
      .typo ul li:after body {
        display: none; }
      @media only screen and (min-width: 1240px) {
        .typo ul li:after {
          height: 17px; } }
  .typo ul li,
  .typo ul li a,
  .typo ul li p {
    color: #001B5E;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    margin: 0;
    text-transform: uppercase; }
    .typo ul li body,
    .typo ul li a body,
    .typo ul li p body {
      display: none; }
    @media only screen and (min-width: 768px) {
      .typo ul li,
      .typo ul li a,
      .typo ul li p {
        font-size: 14px;
        line-height: 16px; } }
    .typo ul li body,
    .typo ul li a body,
    .typo ul li p body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      .typo ul li,
      .typo ul li a,
      .typo ul li p {
        font-size: 16px;
        line-height: 20px; } }
  .typo .red-title,
  .typo .red-title p {
    color: #892D38;
    font-family: "Signika", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 15px auto 50px;
    position: relative;
    text-align: center; }
    .typo .red-title body,
    .typo .red-title p body {
      display: none; }
    @media only screen and (min-width: 481px) {
      .typo .red-title,
      .typo .red-title p {
        font-size: 24px;
        line-height: 30px; } }
    .typo .red-title body,
    .typo .red-title p body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      .typo .red-title,
      .typo .red-title p {
        font-size: 30px;
        line-height: 34px;
        margin: 25px auto 50px; } }
    .typo .red-title body,
    .typo .red-title p body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      .typo .red-title,
      .typo .red-title p {
        font-size: 40px;
        line-height: 44px;
        margin: 40px auto 60px; } }
  .typo .blue-title,
  .typo .blue-title p {
    color: #001B5E;
    font-family: "Signika", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    margin: 15px auto;
    position: relative;
    text-align: center; }
    .typo .blue-title body,
    .typo .blue-title p body {
      display: none; }
    @media only screen and (min-width: 481px) {
      .typo .blue-title,
      .typo .blue-title p {
        font-size: 26px;
        line-height: 30px; } }
    .typo .blue-title body,
    .typo .blue-title p body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      .typo .blue-title,
      .typo .blue-title p {
        font-size: 24px;
        line-height: 34px;
        margin: 25px auto 30px; } }
    .typo .blue-title body,
    .typo .blue-title p body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      .typo .blue-title,
      .typo .blue-title p {
        font-size: 30px;
        line-height: 44px;
        margin: 40px auto 40px; } }
  .typo .link-block {
    border-radius: 10px;
    display: block;
    height: 100%;
    padding: 50px 20px 20px; }
    .typo .link-block body {
      display: none; }
    @media only screen and (min-width: 768px) {
      .typo .link-block {
        border-radius: 20px; } }
    .typo .link-block:hover {
      background: #f5f5f5; }
  .typo .reduced-paragraph,
  .typo .reduced-paragraph p {
    font-size: 10px; }
    .typo .reduced-paragraph body,
    .typo .reduced-paragraph p body {
      display: none; }
    @media only screen and (min-width: 768px) {
      .typo .reduced-paragraph,
      .typo .reduced-paragraph p {
        font-size: 12px; } }
    .typo .reduced-paragraph body,
    .typo .reduced-paragraph p body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      .typo .reduced-paragraph,
      .typo .reduced-paragraph p {
        font-size: 14px; } }
  .typo .ow-button-base a {
    background: #001B5E;
    border: 0 solid transparent;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 30px auto;
    padding: 7px 20px; }
    .typo .ow-button-base a body {
      display: none; }
    @media only screen and (min-width: 481px) {
      .typo .ow-button-base a {
        margin: 33px auto;
        font-size: 16px; } }
    .typo .ow-button-base a body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      .typo .ow-button-base a {
        margin: 69px auto; } }
    .typo .ow-button-base a body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      .typo .ow-button-base a {
        font-size: 18px;
        padding: 10px 30px;
        margin: 30px auto; } }
  .typo .ow-button-base a.ow-button-hover:hover {
    background: #001B5E; }
  .typo .ow-button-align-center {
    text-align: center; }
  .typo table {
    width: 100%;
    border: 1px solid #eaedf2;
    margin-bottom: 1.5em; }
    .typo table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .typo tr {
    border-bottom: 1px solid #eaedf2; }
    .typo tr:nth-child(even) {
      background-color: #f5f5f5; }
  .typo td {
    padding: 7px;
    border-right: 1px solid #eaedf2; }
    .typo td:last-child {
      border-right: 0; }
  .typo th {
    background-color: #f5f5f5;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2; }
    .typo th:last-child {
      border-right: 0; }
  .typo blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #001B5E;
    font-style: italic; }
  .typo dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .typo img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%; }

.single-blog {
  margin: 0 auto;
  max-width: 700px;
  padding: 30px 0;
  width: 80%; }
  .single-blog body {
    display: none; }
  @media only screen and (min-width: 481px) {
    .single-blog {
      padding: 50px 0; } }
  .single-blog body {
    display: none; }
  @media only screen and (min-width: 1240px) {
    .single-blog {
      padding: 70px 0; } }
  .single-blog .typo h1, .single-blog .typo .h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin: 0 auto; }
    .single-blog .typo h1 body, .single-blog .typo .h1 body {
      display: none; }
    @media only screen and (min-width: 481px) {
      .single-blog .typo h1, .single-blog .typo .h1 {
        font-size: 40px;
        line-height: 43px; } }
    .single-blog .typo h1 body, .single-blog .typo .h1 body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      .single-blog .typo h1, .single-blog .typo .h1 {
        font-size: 55px;
        line-height: 60px; } }
    .single-blog .typo h1 body, .single-blog .typo .h1 body {
      display: none; }
  .single-blog #specific-information {
    border: 5px solid #892D38;
    width: 100%;
    margin: 30px auto 0;
    padding: 10px;
    position: relative; }
    .single-blog #specific-information body {
      display: none; }
    @media only screen and (min-width: 481px) {
      .single-blog #specific-information {
        padding: 20px; } }
    .single-blog #specific-information body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      .single-blog #specific-information {
        padding: 30px; } }
    .single-blog #specific-information body {
      display: none; }
    .single-blog #specific-information:before, .single-blog #specific-information:after {
      background: #892D38;
      content: "";
      display: block;
      position: absolute; }
    .single-blog #specific-information:before {
      top: 10px;
      right: -10px;
      height: 100%;
      width: 5px; }
    .single-blog #specific-information:after {
      left: 10px;
      bottom: -10px;
      height: 5px;
      width: 100%; }
    .single-blog #specific-information p {
      color: #001B5E;
      font-size: 12px;
      font-weight: 600;
      margin: 20px auto;
      max-width: none;
      text-align: center;
      text-transform: uppercase; }
      .single-blog #specific-information p body {
        display: none; }
      @media only screen and (min-width: 481px) {
        .single-blog #specific-information p {
          font-size: 14px; } }
      .single-blog #specific-information p body {
        display: none; }
      @media only screen and (min-width: 1030px) {
        .single-blog #specific-information p {
          font-size: 16px; } }
      .single-blog #specific-information p body {
        display: none; }
      @media only screen and (min-width: 1240px) {
        .single-blog #specific-information p {
          font-size: 18px; } }
  .single-blog .article-footer {
    padding: 40px 0; }
    .single-blog .article-footer body {
      display: none; }
    @media only screen and (min-width: 481px) {
      .single-blog .article-footer {
        padding: 70px; } }
    .single-blog .article-footer body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      .single-blog .article-footer {
        padding: 100px; } }
    .single-blog .article-footer body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      .single-blog .article-footer {
        padding: 120px 0 100px; } }

.single #container-decoration:before, .single #container-decoration:after {
  height: 530px; }

.single .article-body {
  padding: 10px 0 0 0; }
  .single .article-body body {
    display: none; }
  @media only screen and (min-width: 481px) {
    .single .article-body {
      padding: 20px 0 0 0; } }
  .single .article-body body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    .single .article-body {
      padding: 30px 0 0 0; } }

.error404 .content-container,
.page-template-default .content-container,
.page-template-page-fullwidth .content-container {
  padding: 30px 0 50px 0;
  margin: 0 auto;
  max-width: 800px;
  width: 80%; }
  .error404 .content-container body,
  .page-template-default .content-container body,
  .page-template-page-fullwidth .content-container body {
    display: none; }
  @media only screen and (min-width: 481px) {
    .error404 .content-container,
    .page-template-default .content-container,
    .page-template-page-fullwidth .content-container {
      padding: 50px 0 70px 0; } }
  .error404 .content-container body,
  .page-template-default .content-container body,
  .page-template-page-fullwidth .content-container body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    .error404 .content-container,
    .page-template-default .content-container,
    .page-template-page-fullwidth .content-container {
      padding: 78px 0 100px 0; } }
  .error404 .content-container body,
  .page-template-default .content-container body,
  .page-template-page-fullwidth .content-container body {
    display: none; }

.page-template-page-fullwidth .content-container.fullwidth {
  max-width: none;
  width: 90%; }

.social-block {
  border: 1px solid #001B5E;
  text-align: left;
  width: 120px;
  height: 66px; }
  .social-block body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    .social-block {
      width: 140px; } }
  .social-block a {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 0 0 40px;
    color: #fff;
    font-size: 9px;
    line-height: 25px;
    letter-spacing: 1px; }
    .social-block a body {
      display: none; }
    @media only screen and (min-width: 481px) {
      .social-block a {
        font-size: 11px;
        line-height: 28px; } }
    .social-block a body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      .social-block a {
        font-size: 12.5px;
        line-height: 32px; } }
    .social-block a.sb-facebook {
      background: url("../images/sb-fb.png") 10px 8px no-repeat #001B5E; }
    .social-block a.sb-twitter {
      background: url("../images/sb-tw.png") 10px 8px no-repeat #fff;
      color: #001B5E; }
    .social-block a:hover {
      color: #4c89bd; }

.article-header .social-block {
  display: none; }
  @media screen and (min-width: 1450px) {
    .article-header .social-block {
      display: block;
      position: absolute;
      right: -200px;
      top: 10px; } }
  @media screen and (min-width: 1500px) {
    .article-header .social-block {
      right: -250px; } }

.article-footer {
  position: relative; }
  .article-footer .social-block {
    margin: 0 auto 50px; }
    @media screen and (min-width: 1450px) {
      .article-footer .social-block {
        bottom: 0;
        display: block;
        position: absolute;
        margin: auto;
        right: -200px;
        top: 0; } }
    @media screen and (min-width: 1500px) {
      .article-footer .social-block {
        right: -250px; } }

.widget {
  margin: 0 auto; }

.page-title-separator {
  background-color: #892D38;
  border-radius: 8px;
  height: 8px;
  margin: 15px auto 0;
  width: 8px; }
  .page-title-separator body {
    display: none; }
  @media only screen and (min-width: 768px) {
    .page-title-separator {
      border-radius: 13px;
      height: 13px;
      margin: 20px auto 0;
      width: 13px; } }
  .page-title-separator body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    .page-title-separator {
      margin: 40px auto 0; } }
  .page-title-separator body {
    display: none; }
  @media only screen and (min-width: 1240px) {
    .page-title-separator {
      margin: 20px auto 0; } }

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 10px; }

/* #home-section
/* --------------------------------------------------------------- */
.home-section {
  margin: 0 auto;
  padding: 25px 0;
  width: 94%; }
  .home-section body {
    display: none; }
  @media only screen and (min-width: 481px) {
    .home-section {
      padding: 38px 0; } }
  .home-section body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    .home-section {
      padding: 50px 0; } }

/* #home-splash-screen
/* --------------------------------------------------------------- */
#home-splash-screen {
  min-height: 70vh;
  position: relative;
  display: flex;
  align-items: flex-end; }
  #home-splash-screen body {
    display: none; }
  #home-splash-screen .js-parallax {
    z-index: 0; }

/* #home-splash-screen-content
/* --------------------------------------------------------------- */
#home-splash-screen-content {
  bottom: 0;
  height: 234px;
  left: 0;
  margin: auto;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 234px;
  max-width: 100%; }
  #home-splash-screen-content body {
    display: none; }
  @media only screen and (min-width: 768px) {
    #home-splash-screen-content {
      overflow: visible;
      width: 100%;
      height: 164px; } }
  #home-splash-screen-content body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    #home-splash-screen-content {
      height: 211px; } }
  #home-splash-screen-content body {
    display: none; }
  @media only screen and (min-width: 1240px) {
    #home-splash-screen-content {
      height: 233px; } }
  #home-splash-screen-content img {
    display: block;
    margin: 0 0 0 -383px;
    width: 1000px; }
    #home-splash-screen-content img body {
      display: none; }
    @media only screen and (min-width: 768px) {
      #home-splash-screen-content img {
        margin: 0 auto;
        width: 700px; } }
    #home-splash-screen-content img body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      #home-splash-screen-content img {
        width: 900px; } }
    #home-splash-screen-content img body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      #home-splash-screen-content img {
        width: 1000px; } }
  #home-splash-screen-content p {
    color: #fff;
    font-family: "Signika", sans-serif;
    font-size: 24px; }
  #home-splash-screen-content a {
    display: block; }

/* .bubble-section-title
/* --------------------------------------------------------------- */
.bubble-section-title {
  cursor: pointer;
  background-color: #892D38;
  border-radius: 200px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
  line-height: 20px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 60px; }
  .bubble-section-title .center-container {
    display: table;
    height: 100%;
    width: 100%; }
    .bubble-section-title .center-container div {
      color: #fff;
      display: table-cell;
      vertical-align: middle; }
  .bubble-section-title body {
    display: none; }
  @media only screen and (min-width: 768px) {
    .bubble-section-title {
      font-size: 20px;
      line-height: 22px;
      height: 75px;
      width: 75px; } }
  .bubble-section-title body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    .bubble-section-title {
      font-size: 28px;
      line-height: 32px;
      height: 100px;
      width: 100px; } }

/* .section-title
/* --------------------------------------------------------------- */
.section-title {
  margin: 5px auto 0; }

.section-title a {
  cursor: pointer;
  display: block;
  font-family: "Signika", sans-serif;
  font-size: 24px;
  position: relative;
  text-decoration: none; }
  .section-title a body {
    display: none; }
  @media only screen and (min-width: 481px) {
    .section-title a {
      font-size: 30px; } }
  .section-title a body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    .section-title a {
      font-size: 36px; } }
  .section-title a:after {
    background: #892D38;
    bottom: -20px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100px; }

/* #home-association
/* --------------------------------------------------------------- */
#home-association-content {
  padding: 30px 0 0; }
  #home-association-content body {
    display: none; }
  @media only screen and (min-width: 481px) {
    #home-association-content {
      padding: 40px 0 0; } }
  #home-association-content body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    #home-association-content {
      padding: 60px 0 0; } }

#home-association-title {
  margin: 0 0 50px 0;
  margin: 0 auto 50px; }
  #home-association-title body {
    display: none; }
  #home-association-title body {
    display: none; }
  #home-association-title body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    #home-association-title {
      display: inline-block;
      margin: 0 0 0 0;
      vertical-align: top;
      width: 250px; } }
  #home-association-title body {
    display: none; }
  @media only screen and (min-width: 1240px) {
    #home-association-title {
      width: 300px; } }
  #home-association-title h1 {
    color: #001B5E;
    font-size: 30px;
    margin: 0;
    text-shadow: 6px 6px 7px rgba(150, 150, 160, 0.5); }
    #home-association-title h1 body {
      display: none; }
    @media only screen and (min-width: 481px) {
      #home-association-title h1 {
        font-size: 40px;
        line-height: 60px; } }
    #home-association-title h1 body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      #home-association-title h1 {
        font-size: 58px;
        line-height: 70px;
        margin-bottom: 90px; } }

a.home-button {
  background: #001B5E;
  border-radius: 64px;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 64px;
  margin: 30px auto;
  max-width: 230px;
  text-decoration: none;
  width: 75%; }
  a.home-button.chinese {
    font-size: 24px; }
  a.home-button:hover {
    background: #4c89bd;
    color: #fff; }

a.primary-background {
  background: #001B5E; }

a.secondary-background {
  background: #892D38; }

#home-association-cross {
  position: relative;
  margin: 0 auto; }
  #home-association-cross body {
    display: none; }
  @media only screen and (min-width: 481px) {
    #home-association-cross {
      height: 320px;
      width: 320px;
      margin: 0 auto; } }
  #home-association-cross body {
    display: none; }
  #home-association-cross body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    #home-association-cross {
      display: inline-block;
      margin: 55px 0 0 100px; } }
  #home-association-cross body {
    display: none; }
  @media only screen and (min-width: 1240px) {
    #home-association-cross {
      margin: 30px 0 0 150px;
      vertical-align: top;
      height: 470px;
      width: 470px; } }
  @media screen and (min-width: 1500px) {
    #home-association-cross {
      margin: 30px 0 0 300px; } }
  #home-association-cross:before, #home-association-cross:after {
    background: #892D38;
    bottom: 0;
    display: none;
    content: "";
    height: 3px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
    #home-association-cross:before body, #home-association-cross:after body {
      display: none; }
    @media only screen and (min-width: 481px) {
      #home-association-cross:before, #home-association-cross:after {
        display: block;
        left: -73px;
        width: 470px; } }
    #home-association-cross:before body, #home-association-cross:after body {
      display: none; }
    #home-association-cross:before body, #home-association-cross:after body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      #home-association-cross:before, #home-association-cross:after {
        left: -75px;
        width: 470px; } }
    #home-association-cross:before body, #home-association-cross:after body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      #home-association-cross:before, #home-association-cross:after {
        left: -115px;
        width: 700px; } }
  #home-association-cross:before {
    transform: rotate(45deg); }
  #home-association-cross:after {
    transform: rotate(-45deg); }
  #home-association-cross a {
    border: 3px solid #001B5E;
    border-radius: 200px;
    display: inline-block;
    font-family: "Signika", sans-serif;
    text-decoration: none;
    padding: 0 10px;
    font-size: 16px;
    line-height: 16px;
    height: 100px;
    width: 100px;
    margin: 0 20px 20px; }
    #home-association-cross a body {
      display: none; }
    @media only screen and (min-width: 481px) {
      #home-association-cross a {
        display: block;
        margin: auto;
        position: absolute; } }
    #home-association-cross a body {
      display: none; }
    #home-association-cross a body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      #home-association-cross a {
        font-size: 18px;
        line-height: 18px;
        height: 130px;
        width: 130px; } }
    #home-association-cross a .center-container {
      display: table;
      height: 100%;
      width: 100%; }
    #home-association-cross a:nth-child(1) {
      top: 0;
      left: 0;
      right: 0; }
    #home-association-cross a:nth-child(2) {
      left: 0;
      top: 0;
      bottom: 0; }
    #home-association-cross a:nth-child(3) {
      right: 0;
      top: 0;
      bottom: 0; }
    #home-association-cross a:nth-child(4) {
      bottom: 0;
      left: 0;
      right: 0; }
    #home-association-cross a p {
      display: table-cell;
      vertical-align: middle; }

/* #home-offers
/* --------------------------------------------------------------- */
#home-offers-content {
  padding: 50px 0 0 0;
  margin: 0 auto; }
  #home-offers-content body {
    display: none; }
  @media only screen and (min-width: 481px) {
    #home-offers-content {
      padding: 50px 0 0 0;
      width: 80%; } }
  #home-offers-content body {
    display: none; }
  @media only screen and (min-width: 768px) {
    #home-offers-content {
      padding: 40px 0 0 0;
      width: 80%; } }
  #home-offers-content body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    #home-offers-content {
      width: 850px; } }
  #home-offers-content body {
    display: none; }
  @media only screen and (min-width: 1240px) {
    #home-offers-content {
      padding: 60px 0 0 0;
      width: 1030px; } }

#home-offers-nav {
  display: none;
  margin: 0 auto; }
  #home-offers-nav body {
    display: none; }
  @media only screen and (min-width: 768px) {
    #home-offers-nav {
      padding: 0 0 60px;
      width: 500px; } }
  #home-offers-nav body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    #home-offers-nav {
      width: 600px; } }
  #home-offers-nav body {
    display: none; }
  @media only screen and (min-width: 1240px) {
    #home-offers-nav {
      width: 740px; } }
  #home-offers-nav body {
    display: none; }
  @media only screen and (min-width: 768px) {
    #home-offers-nav {
      display: block; }
      #home-offers-nav div {
        overflow: visible; }
      #home-offers-nav div.slick-track:before {
        background: #f5f5f5;
        bottom: -30px;
        content: "";
        display: block;
        height: 4px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 380px; }
        #home-offers-nav div.slick-track:before body {
          display: none; } }
    @media only screen and (min-width: 768px) and (min-width: 1030px) {
      #home-offers-nav div.slick-track:before {
        width: 455px; } }
  @media only screen and (min-width: 768px) {
        #home-offers-nav div.slick-track:before body {
          display: none; } }
    @media only screen and (min-width: 768px) and (min-width: 1240px) {
      #home-offers-nav div.slick-track:before {
        width: 570px; } }
  @media only screen and (min-width: 768px) {
      #home-offers-nav div.offers-nav-slide {
        color: #001B5E;
        cursor: pointer;
        font-family: "Cabin", sans-serif;
        font-size: 16px;
        font-weight: 700;
        outline: 0;
        position: relative;
        overflow: visible; }
        #home-offers-nav div.offers-nav-slide body {
          display: none; } }
    @media only screen and (min-width: 768px) and (min-width: 1030px) {
      #home-offers-nav div.offers-nav-slide {
        font-size: 20px; } }
  @media only screen and (min-width: 768px) {
        #home-offers-nav div.offers-nav-slide:before {
          background: #d2d2d2;
          border-radius: 15px;
          bottom: -35px;
          content: "";
          display: block;
          height: 15px;
          left: 0;
          margin: 0 auto;
          position: absolute;
          right: 0;
          width: 15px; }
        #home-offers-nav div.offers-nav-slide.slick-current:before {
          background: #001B5E; } }

#home-offers-slider {
  position: relative;
  margin: 0 auto; }
  #home-offers-slider body {
    display: none; }
  @media only screen and (min-width: 768px) {
    #home-offers-slider {
      margin: 0 auto 20px; } }
  #home-offers-slider body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    #home-offers-slider {
      margin: 0 auto 30px; } }
  #home-offers-slider .slick-list {
    margin: 0 20px; }
    #home-offers-slider .slick-list body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      #home-offers-slider .slick-list {
        margin: 0 30px; } }
  #home-offers-slider .slick-arrow {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    bottom: 0;
    margin: auto;
    position: absolute;
    outline: 0;
    overflow: hidden;
    text-indent: -9999px;
    top: 0;
    width: 20px; }
    #home-offers-slider .slick-arrow body {
      display: none; }
    #home-offers-slider .slick-arrow body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      #home-offers-slider .slick-arrow {
        width: 30px; } }
  #home-offers-slider .prev-arrow {
    background-image: url("../../library/images/prev-offer.png");
    left: 0px; }
  #home-offers-slider .next-arrow {
    background-image: url("../../library/images/next-offer.png");
    right: 0px; }
  #home-offers-slider .home-offers-slide {
    position: relative;
    text-decoration: none; }
  #home-offers-slider .home-offers-slide-icon {
    display: none; }
    #home-offers-slider .home-offers-slide-icon body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      #home-offers-slider .home-offers-slide-icon {
        display: inline-block;
        vertical-align: middle; }
        #home-offers-slider .home-offers-slide-icon img {
          margin: 0 auto;
          max-width: 170px;
          width: 100%; } }
    #home-offers-slider .home-offers-slide-icon body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      #home-offers-slider .home-offers-slide-icon img {
        max-width: 210px; } }
  #home-offers-slider .home-offers-slide-content {
    border-radius: 30px;
    display: block;
    vertical-align: top;
    width: 70%;
    margin: 0 auto; }
    #home-offers-slider .home-offers-slide-content body {
      display: none; }
    @media only screen and (min-width: 481px) {
      #home-offers-slider .home-offers-slide-content {
        padding: 30px 15px; } }
    #home-offers-slider .home-offers-slide-content body {
      display: none; }
    @media only screen and (min-width: 768px) {
      #home-offers-slider .home-offers-slide-content {
        background: #f5f5f5;
        padding: 30px 15px;
        width: 60%; } }
    #home-offers-slider .home-offers-slide-content body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      #home-offers-slider .home-offers-slide-content {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 50px;
        width: 400px; } }
    #home-offers-slider .home-offers-slide-content body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      #home-offers-slider .home-offers-slide-content {
        margin: 0 0 0 100px;
        padding: 60px 30px;
        width: 470px; } }
    #home-offers-slider .home-offers-slide-content p.title {
      color: #001B5E;
      font-size: 20px;
      font-weight: 700;
      line-height: 20px;
      margin: 0 auto 20px; }
      #home-offers-slider .home-offers-slide-content p.title body {
        display: none; }
      @media only screen and (min-width: 481px) {
        #home-offers-slider .home-offers-slide-content p.title {
          font-size: 30px;
          line-height: 30px; } }
      #home-offers-slider .home-offers-slide-content p.title body {
        display: none; }
      @media only screen and (min-width: 768px) {
        #home-offers-slider .home-offers-slide-content p.title {
          font-size: 40px;
          line-height: 40px; } }
      #home-offers-slider .home-offers-slide-content p.title body {
        display: none; }
      #home-offers-slider .home-offers-slide-content p.title body {
        display: none; }
      @media only screen and (min-width: 1240px) {
        #home-offers-slider .home-offers-slide-content p.title {
          font-size: 58px;
          line-height: 58px;
          margin: 0 auto 30px; } }
    #home-offers-slider .home-offers-slide-content p.content {
      color: #001B5E;
      font-size: 14px;
      line-height: 16px;
      margin: 0 auto; }
      #home-offers-slider .home-offers-slide-content p.content body {
        display: none; }
      @media only screen and (min-width: 481px) {
        #home-offers-slider .home-offers-slide-content p.content {
          font-size: 16px;
          line-height: 20px; } }
      #home-offers-slider .home-offers-slide-content p.content body {
        display: none; }
      #home-offers-slider .home-offers-slide-content p.content body {
        display: none; }
      @media only screen and (min-width: 1030px) {
        #home-offers-slider .home-offers-slide-content p.content {
          font-size: 18px;
          line-height: 22px; } }
      #home-offers-slider .home-offers-slide-content p.content body {
        display: none; }

/* #home-agenda
/* --------------------------------------------------------------- */
#home-agenda-content {
  margin: 0 auto;
  max-width: 450px; }
  #home-agenda-content body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    #home-agenda-content {
      max-width: 900px; } }
  #home-agenda-content body {
    display: none; }
  @media only screen and (min-width: 1240px) {
    #home-agenda-content {
      max-width: 1350px; } }

.agenda-list-item {
  text-decoration: none; }
  .agenda-list-item body {
    display: none; }
  @media only screen and (min-width: 768px) {
    .agenda-list-item {
      border: 4px solid #001B5E;
      border-radius: 50px;
      padding: 30px; } }
  .agenda-list-item div.placeholder {
    background: #f5f5f5;
    height: 160px;
    width: 290px; }
  .agenda-list-item img, .agenda-list-item div.placeholder {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px; }
  .agenda-list-item p {
    margin: 0 auto;
    width: 90%; }
  .agenda-list-item p.title {
    color: #001B5E;
    font-family: "Signika", sans-serif;
    font-size: 24px;
    line-height: 28px;
    overflow: hidden;
    margin-bottom: 7px; }
    .agenda-list-item p.title body {
      display: none; }
    @media only screen and (min-width: 768px) {
      .agenda-list-item p.title {
        height: 84px; } }
  .agenda-list-item p.subtitle {
    color: #001B5E;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 8px; }
  .agenda-list-item p.content {
    color: #000;
    font-size: 12px;
    height: 105px;
    line-height: 15px;
    overflow: hidden; }
    .agenda-list-item p.content body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      .agenda-list-item p.content {
        height: 105px; } }
    .agenda-list-item p.content body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      .agenda-list-item p.content {
        height: 133px; } }
    @media only screen and (min-width: 1500px) {
      .agenda-list-item p.content {
        height: 105px; } }

#home-agenda-slider {
  padding: 50px 0 0; }
  #home-agenda-slider body {
    display: none; }
  @media only screen and (min-width: 768px) {
    #home-agenda-slider {
      margin: 0 0 40px 0;
      padding: 60px 0 0; } }
  #home-agenda-slider body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    #home-agenda-slider {
      margin: 0 auto 60px; } }
  #home-agenda-slider .home-agenda-slide {
    margin: 0 25px; }

#home-goto-agenda-container {
  display: inline-block;
  vertical-align: top;
  width: 33%; }

#home-agenda-nav {
  height: 40px;
  position: relative; }
  #home-agenda-nav body {
    display: none; }
  @media only screen and (min-width: 481px) {
    #home-agenda-nav {
      margin: 0 auto 20px;
      width: 100%; } }
  #home-agenda-nav body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    #home-agenda-nav {
      margin: 0 auto 40px;
      width: 50%; } }
  #home-agenda-nav body {
    display: none; }
  @media only screen and (min-width: 1240px) {
    #home-agenda-nav {
      display: inline-block;
      margin: 10px 0 0 33%;
      vertical-align: top;
      width: 33%; } }
  #home-agenda-nav .slick-arrow {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    height: 25px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 20px;
    z-index: 10; }
    #home-agenda-nav .slick-arrow body {
      display: none; }
    #home-agenda-nav .slick-arrow body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      #home-agenda-nav .slick-arrow {
        width: 30px;
        height: 40px; } }
    #home-agenda-nav .slick-arrow.slick-disabled {
      opacity: 0.5; }
  #home-agenda-nav .prev-arrow {
    background-image: url("../../library/images/prev-offer.png");
    left: 40px; }
    #home-agenda-nav .prev-arrow body {
      display: none; }
    @media only screen and (min-width: 481px) {
      #home-agenda-nav .prev-arrow {
        left: 70px; } }
    #home-agenda-nav .prev-arrow body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      #home-agenda-nav .prev-arrow {
        left: 100px; } }
    #home-agenda-nav .prev-arrow body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      #home-agenda-nav .prev-arrow {
        left: 70px; } }
  #home-agenda-nav .next-arrow {
    background-image: url("../../library/images/next-offer.png");
    right: 40px; }
    #home-agenda-nav .next-arrow body {
      display: none; }
    @media only screen and (min-width: 481px) {
      #home-agenda-nav .next-arrow {
        right: 70px; } }
    #home-agenda-nav .next-arrow body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      #home-agenda-nav .next-arrow {
        right: 100px; } }
    #home-agenda-nav .next-arrow body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      #home-agenda-nav .next-arrow {
        right: 70px; } }
  #home-agenda-nav .slick-dots {
    display: none !important; }
    #home-agenda-nav .slick-dots body {
      display: none; }
    @media only screen and (min-width: 481px) {
      #home-agenda-nav .slick-dots {
        display: block !important;
        left: 0;
        right: 0;
        top: 7px;
        margin: auto;
        position: absolute;
        text-align: center; }
        #home-agenda-nav .slick-dots li {
          display: inline-block;
          height: 12px;
          line-height: 0;
          margin: 0 5px;
          outline: none;
          vertical-align: top; }
          #home-agenda-nav .slick-dots li button {
            font-size: 0;
            line-height: 0;
            width: 7px;
            height: 7px;
            border-radius: 7px;
            cursor: pointer;
            background: #d2d2d2;
            border: 0;
            outline: 0;
            padding: 0; }
          #home-agenda-nav .slick-dots li.slick-active button {
            background: #001B5E; } }
    #home-agenda-nav .slick-dots body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      #home-agenda-nav .slick-dots {
        top: 14px; } }

/* #home-blog
/* --------------------------------------------------------------- */
#home-blog-content {
  padding: 50px 0 0;
  margin: auto; }
  #home-blog-content body {
    display: none; }
  @media only screen and (min-width: 481px) {
    #home-blog-content {
      max-width: 395px; } }
  #home-blog-content body {
    display: none; }
  @media only screen and (min-width: 768px) {
    #home-blog-content {
      max-width: none; } }
  #home-blog-content body {
    display: none; }
  @media only screen and (min-width: 1240px) {
    #home-blog-content {
      padding: 60px 0 0 0; } }
  #home-blog-content ul {
    margin: 0 auto; }
    #home-blog-content ul body {
      display: none; }
    @media only screen and (min-width: 481px) {
      #home-blog-content ul {
        width: 100%; } }
    #home-blog-content ul body {
      display: none; }
    @media only screen and (min-width: 768px) {
      #home-blog-content ul {
        width: 500px; } }
    #home-blog-content ul body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      #home-blog-content ul {
        width: 100%; } }
    #home-blog-content ul body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      #home-blog-content ul {
        display: inline-block;
        vertical-align: middle;
        width: 900px; } }
    #home-blog-content ul li {
      display: block;
      margin: 0 auto 20px;
      vertical-align: top;
      width: 150px; }
      #home-blog-content ul li:nth-child(n+4) {
        display: none; }
      #home-blog-content ul li body {
        display: none; }
      @media only screen and (min-width: 481px) {
        #home-blog-content ul li {
          display: inline-block;
          margin: 0px 12px 20px;
          width: 170px; }
          #home-blog-content ul li:nth-child(4) {
            display: inline-block; }
          #home-blog-content ul li:nth-child(n+5) {
            display: none; } }
      #home-blog-content ul li body {
        display: none; }
      @media only screen and (min-width: 768px) {
        #home-blog-content ul li {
          width: 200px;
          margin: 0px 20px 30px; } }
      #home-blog-content ul li body {
        display: none; }
      @media only screen and (min-width: 1030px) {
        #home-blog-content ul li {
          width: 260px; }
          #home-blog-content ul li:nth-child(n+5) {
            display: inline-block; } }
      #home-blog-content ul li body {
        display: none; }
      @media only screen and (min-width: 1240px) {
        #home-blog-content ul li {
          margin: 0px 15px 44px;
          width: 260px; } }
      #home-blog-content ul li a {
        color: #1b1b1b;
        display: block;
        text-decoration: none; }
      #home-blog-content ul li .placeholder {
        background: #f5f5f5; }
      #home-blog-content ul li .placeholder, #home-blog-content ul li img {
        max-width: 100%;
        margin: 0 0 5px 0;
        height: 90px;
        width: 150px; }
        #home-blog-content ul li .placeholder body, #home-blog-content ul li img body {
          display: none; }
        @media only screen and (min-width: 481px) {
          #home-blog-content ul li .placeholder, #home-blog-content ul li img {
            margin: 0 0 10px 0;
            height: 100px;
            width: 170px; } }
        #home-blog-content ul li .placeholder body, #home-blog-content ul li img body {
          display: none; }
        @media only screen and (min-width: 768px) {
          #home-blog-content ul li .placeholder, #home-blog-content ul li img {
            height: 123px;
            width: 200px; } }
        #home-blog-content ul li .placeholder body, #home-blog-content ul li img body {
          display: none; }
        @media only screen and (min-width: 1030px) {
          #home-blog-content ul li .placeholder, #home-blog-content ul li img {
            height: 160px;
            width: 260px; } }
        #home-blog-content ul li .placeholder body, #home-blog-content ul li img body {
          display: none; }
        @media only screen and (min-width: 1240px) {
          #home-blog-content ul li .placeholder, #home-blog-content ul li img {
            margin: 0 0 25px 0; } }
      #home-blog-content ul li p {
        color: #001B5E;
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        margin: 0; }
        #home-blog-content ul li p body {
          display: none; }
        @media only screen and (min-width: 768px) {
          #home-blog-content ul li p {
            font-size: 16px;
            line-height: 20px; } }
        #home-blog-content ul li p body {
          display: none; }
        @media only screen and (min-width: 1240px) {
          #home-blog-content ul li p {
            font-size: 20px;
            line-height: 22px; } }

#ḧome-goto-blog-container body {
  display: none; }

@media only screen and (min-width: 1350px) {
  #ḧome-goto-blog-container {
    text-align: right;
    display: inline-block;
    margin: 0 0 60px 100px;
    vertical-align: middle; } }

/* #home-contact
/* --------------------------------------------------------------- */
#home-contact ul {
  padding: 50px 0; }
  #home-contact ul body {
    display: none; }
  @media only screen and (min-width: 481px) {
    #home-contact ul {
      padding: 60px 0; } }
  #home-contact ul body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    #home-contact ul {
      padding: 70px 0; } }
  #home-contact ul li {
    margin: 0 0 20px; }
    #home-contact ul li body {
      display: none; }
    @media only screen and (min-width: 481px) {
      #home-contact ul li {
        text-align: left;
        width: 300px;
        margin: 0 auto 30px; } }
    #home-contact ul li body {
      display: none; }
    @media only screen and (min-width: 768px) {
      #home-contact ul li {
        width: 400px; } }
    #home-contact ul li body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      #home-contact ul li {
        text-align: center;
        width: 35%;
        display: inline-block;
        vertical-align: top; } }
    #home-contact ul li body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      #home-contact ul li {
        width: 24%; } }
    #home-contact ul li img {
      width: 50px; }
      #home-contact ul li img body {
        display: none; }
      @media only screen and (min-width: 481px) {
        #home-contact ul li img {
          margin: 0 20px 0 0;
          display: inline-block;
          vertical-align: middle; } }
      #home-contact ul li img body {
        display: none; }
      @media only screen and (min-width: 768px) {
        #home-contact ul li img {
          width: 90px; } }
      #home-contact ul li img body {
        display: none; }
      @media only screen and (min-width: 1030px) {
        #home-contact ul li img {
          margin: 0 0 40px; } }
      #home-contact ul li img body {
        display: none; }
      @media only screen and (min-width: 1240px) {
        #home-contact ul li img {
          margin: 0 0 50px;
          width: 120px; } }
    #home-contact ul li p, #home-contact ul li a {
      color: #001B5E;
      font-family: "Cabin", sans-serif;
      font-size: 14px;
      font-weight: 600;
      margin: 0;
      text-decoration: none;
      text-transform: uppercase; }
      #home-contact ul li p body, #home-contact ul li a body {
        display: none; }
      @media only screen and (min-width: 481px) {
        #home-contact ul li p, #home-contact ul li a {
          display: inline-block;
          vertical-align: middle; } }
      #home-contact ul li p body, #home-contact ul li a body {
        display: none; }
      @media only screen and (min-width: 768px) {
        #home-contact ul li p, #home-contact ul li a {
          font-size: 16px;
          line-height: 20px; } }
      #home-contact ul li p body, #home-contact ul li a body {
        display: none; }
      @media only screen and (min-width: 1030px) {
        #home-contact ul li p, #home-contact ul li a {
          display: block; } }
      #home-contact ul li p body, #home-contact ul li a body {
        display: none; }

#goto-top {
  background: url("../images/top-arrow.png") top center no-repeat;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 auto;
  max-width: 100px;
  padding: 25px 0 0 0;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center; }

/* #bloglist-container
/* --------------------------------------------------------------- */
#bloglist-container {
  padding: 30px 0 50px 0;
  margin: 0 auto;
  max-width: 1100px; }
  #bloglist-container body {
    display: none; }
  @media only screen and (min-width: 481px) {
    #bloglist-container {
      padding: 50px 0 70px 0; } }
  #bloglist-container body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    #bloglist-container {
      padding: 78px 0 100px 0;
      width: 80%; } }
  #bloglist-container body {
    display: none; }
  #bloglist-container h1 {
    margin: 0;
    color: #001B5E;
    font-size: 40px;
    text-shadow: 6px 6px 7px rgba(150, 150, 160, 0.5); }
    #bloglist-container h1 body {
      display: none; }
    @media only screen and (min-width: 481px) {
      #bloglist-container h1 {
        font-size: 50px; } }
    #bloglist-container h1 body {
      display: none; }
    #bloglist-container h1 body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      #bloglist-container h1 {
        font-size: 60px; } }
    #bloglist-container h1 body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      #bloglist-container h1 {
        font-size: 70px; } }
  #bloglist-container .page-title-separator {
    margin: 2px auto 12px; }
    #bloglist-container .page-title-separator body {
      display: none; }
    @media only screen and (min-width: 481px) {
      #bloglist-container .page-title-separator {
        margin: 2px auto 16px; } }
    #bloglist-container .page-title-separator body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      #bloglist-container .page-title-separator {
        margin: 24px auto; } }
  #bloglist-container ul {
    margin: 50px 0 0 0; }
    #bloglist-container ul body {
      display: none; }
    @media only screen and (min-width: 768px) {
      #bloglist-container ul {
        margin: 100px 0 0 0; } }
    #bloglist-container ul body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      #bloglist-container ul {
        margin: 140px 0 0 0; } }
    #bloglist-container ul li {
      max-width: 80%;
      margin: 0 auto;
      padding: 0 0 30px; }
      #bloglist-container ul li body {
        display: none; }
      @media only screen and (min-width: 481px) {
        #bloglist-container ul li {
          padding: 0 0 50px;
          max-width: 70%; } }
      #bloglist-container ul li body {
        display: none; }
      @media only screen and (min-width: 1030px) {
        #bloglist-container ul li {
          padding: 0 0 70px; } }
      #bloglist-container ul li body {
        display: none; }
      @media only screen and (min-width: 1240px) {
        #bloglist-container ul li {
          max-width: none;
          margin: 0;
          padding: 0 0 100px;
          width: 790px; } }
      #bloglist-container ul li a {
        text-decoration: none; }
        #bloglist-container ul li a .thumbnail {
          background-color: #f5f5f5;
          background-position: center;
          background-size: cover;
          height: 150px;
          width: 100%; }
          #bloglist-container ul li a .thumbnail body {
            display: none; }
          @media only screen and (min-width: 481px) {
            #bloglist-container ul li a .thumbnail {
              height: 200px; } }
          #bloglist-container ul li a .thumbnail body {
            display: none; }
          @media only screen and (min-width: 768px) {
            #bloglist-container ul li a .thumbnail {
              height: 300px; } }
          #bloglist-container ul li a .thumbnail body {
            display: none; }
          @media only screen and (min-width: 1030px) {
            #bloglist-container ul li a .thumbnail {
              height: 350px; } }
          #bloglist-container ul li a .thumbnail body {
            display: none; }
          @media only screen and (min-width: 1240px) {
            #bloglist-container ul li a .thumbnail {
              height: 410px; } }

/* #bloglist-item-content
/* --------------------------------------------------------------- */
.bloglist-item-content {
  position: relative;
  text-align: center;
  text-decoration: none; }
  .bloglist-item-content body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    .bloglist-item-content {
      padding: 0 0 0 50%;
      text-align: left; } }
  .bloglist-item-content body {
    display: none; }
  @media only screen and (min-width: 1240px) {
    .bloglist-item-content {
      padding: 0 0 0 300px; } }
  .bloglist-item-content .title, .bloglist-item-content .title a {
    color: #001B5E;
    font-family: "Signika", sans-serif;
    margin: 10px 0 10px;
    font-size: 20px;
    line-height: 24px; }
    .bloglist-item-content .title body, .bloglist-item-content .title a body {
      display: none; }
    @media only screen and (min-width: 481px) {
      .bloglist-item-content .title, .bloglist-item-content .title a {
        font-size: 30px;
        line-height: 35px;
        margin: 20px 0 20px; } }
    .bloglist-item-content .title body, .bloglist-item-content .title a body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      .bloglist-item-content .title, .bloglist-item-content .title a {
        font-size: 40px;
        line-height: 50px;
        margin: 30px 0 25px; } }
  .bloglist-item-content .text, .bloglist-item-content .text a {
    color: #1b1b1b;
    font-size: 12px;
    line-height: 14px; }
    .bloglist-item-content .text body, .bloglist-item-content .text a body {
      display: none; }
    @media only screen and (min-width: 481px) {
      .bloglist-item-content .text, .bloglist-item-content .text a {
        font-size: 14px;
        line-height: 16px; } }
    .bloglist-item-content .text body, .bloglist-item-content .text a body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      .bloglist-item-content .text, .bloglist-item-content .text a {
        font-size: 16px;
        line-height: 18px; } }
  .bloglist-item-content .date {
    color: #001B5E;
    font-size: 11px;
    font-style: italic;
    top: 20px;
    left: 150px;
    margin: 10px auto; }
    .bloglist-item-content .date body {
      display: none; }
    @media only screen and (min-width: 481px) {
      .bloglist-item-content .date {
        margin: 20px auto;
        font-size: 12px; } }
    .bloglist-item-content .date body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      .bloglist-item-content .date {
        left: 100px;
        margin: 0;
        position: absolute;
        top: 20px; } }
    .bloglist-item-content .date body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      .bloglist-item-content .date {
        left: 150px; } }

/* #agenda-list-container
/* --------------------------------------------------------------- */
#agenda-list-container {
  padding: 30px 0 50px 0; }
  #agenda-list-container body {
    display: none; }
  @media only screen and (min-width: 481px) {
    #agenda-list-container {
      padding: 50px 0 70px 0; } }
  #agenda-list-container body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    #agenda-list-container {
      padding: 78px 0 100px 0; } }
  #agenda-list-container body {
    display: none; }

/* #agenda-list-header
/* --------------------------------------------------------------- */
#agenda-list-header {
  padding: 30px 0 0 0;
  margin: 0 auto 50px;
  max-width: 600px;
  width: 80%; }
  #agenda-list-header body {
    display: none; }
  @media only screen and (min-width: 481px) {
    #agenda-list-header {
      margin: 0 auto 70px;
      padding: 50px 0 0 0; } }
  #agenda-list-header body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    #agenda-list-header {
      margin: 0 auto 100px;
      padding: 78px 0 0 0; } }
  #agenda-list-header h1 {
    margin: 0;
    color: #001B5E;
    font-size: 40px;
    text-shadow: 6px 6px 7px rgba(150, 150, 160, 0.5); }
    #agenda-list-header h1 body {
      display: none; }
    @media only screen and (min-width: 481px) {
      #agenda-list-header h1 {
        font-size: 50px; } }
    #agenda-list-header h1 body {
      display: none; }
    #agenda-list-header h1 body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      #agenda-list-header h1 {
        font-size: 60px; } }
    #agenda-list-header h1 body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      #agenda-list-header h1 {
        font-size: 70px; } }
  #agenda-list-header .page-title-separator {
    margin: 2px auto 12px; }
    #agenda-list-header .page-title-separator body {
      display: none; }
    @media only screen and (min-width: 481px) {
      #agenda-list-header .page-title-separator {
        margin: 2px auto 16px; } }
    #agenda-list-header .page-title-separator body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      #agenda-list-header .page-title-separator {
        margin: 24px auto; } }
  #agenda-list-header .intro-container {
    margin: 70px auto; }
  #agenda-list-header .subtitle {
    color: #892D38;
    font-family: "Signika", sans-serif;
    font-size: 20px;
    margin: 0 auto 10px; }
    #agenda-list-header .subtitle body {
      display: none; }
    @media only screen and (min-width: 481px) {
      #agenda-list-header .subtitle {
        font-size: 22px; } }
    #agenda-list-header .subtitle body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      #agenda-list-header .subtitle {
        font-size: 40px;
        line-height: 48px;
        margin: 0 auto 36px; } }
  #agenda-list-header .intro {
    color: #001B5E;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px; }
    #agenda-list-header .intro body {
      display: none; }
    @media only screen and (min-width: 481px) {
      #agenda-list-header .intro {
        font-size: 16px;
        line-height: 20px; } }
    #agenda-list-header .intro body {
      display: none; }
    @media only screen and (min-width: 1030px) {
      #agenda-list-header .intro {
        font-size: 20px;
        line-height: 24px; } }

/* #agenda-list
/* --------------------------------------------------------------- */
#agenda-list {
  margin: 0 auto;
  max-width: 90%; }
  #agenda-list body {
    display: none; }
  @media only screen and (min-width: 768px) {
    #agenda-list {
      max-width: 95%; } }
  #agenda-list body {
    display: none; }
  #agenda-list body {
    display: none; }
  #agenda-list a {
    text-decoration: none; }
  #agenda-list .agenda-list-item {
    display: inline-block;
    margin: 0 0 40px;
    max-width: 400px; }
    #agenda-list .agenda-list-item body {
      display: none; }
    @media only screen and (min-width: 768px) {
      #agenda-list .agenda-list-item {
        margin: 0 20px 40px; } }
    #agenda-list .agenda-list-item body {
      display: none; }
    #agenda-list .agenda-list-item body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      #agenda-list .agenda-list-item {
        max-width: 29%;
        margin: 0 15px 30px;
        padding: 30px; } }
    @media only screen and (min-width: 1500px) {
      #agenda-list .agenda-list-item {
        margin: 0 25px 50px;
        max-width: 380px; } }

/* .category-pagination
/* --------------------------------------------------------------- */
.category-pagination {
  color: #001B5E;
  font-size: 12px;
  padding: 0 30px;
  position: relative;
  margin: 30px auto;
  width: 50%; }
  .category-pagination body {
    display: none; }
  @media only screen and (min-width: 481px) {
    .category-pagination {
      font-size: 14px;
      margin: 50px auto;
      width: 30%; } }
  .category-pagination body {
    display: none; }
  @media only screen and (min-width: 768px) {
    .category-pagination {
      font-size: 16px;
      margin: 70px auto;
      width: 20%; } }
  .category-pagination body {
    display: none; }
  @media only screen and (min-width: 1240px) {
    .category-pagination {
      font-size: 18px;
      margin: 100px auto;
      width: 15%; } }
  .category-pagination a {
    cursor: pointer;
    position: absolute;
    text-decoration: none;
    top: 0; }
    .category-pagination a.prev {
      left: 0; }
    .category-pagination a.next {
      right: 0; }

/* body > .footer
/* --------------------------------------------------------------- */
body > .footer {
  background: #892D38;
  position: relative;
  padding: 30px 22px 30px 22px; }
  body > .footer body {
    display: none; }
  @media only screen and (min-width: 481px) {
    body > .footer {
      padding: 22px 0; } }
  body > .footer body {
    display: none; }
  @media only screen and (min-width: 768px) {
    body > .footer {
      background: #001B5E; } }
  body > .footer #footer-left-side {
    display: inline-block; }
    body > .footer #footer-left-side body {
      display: none; }
    @media only screen and (min-width: 481px) {
      body > .footer #footer-left-side {
        text-align: center;
        width: 100%; } }
    body > .footer #footer-left-side body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      body > .footer #footer-left-side {
        width: 50%; } }
  body > .footer #footer-logo {
    display: none; }
    body > .footer #footer-logo body {
      display: none; }
    @media only screen and (min-width: 1240px) {
      body > .footer #footer-logo {
        display: inline-block;
        vertical-align: top;
        float: left;
        margin: 0 0 0 50px; }
        body > .footer #footer-logo img {
          display: block; } }
  body > .footer #footer-icon-menu {
    display: inline-block; }
    body > .footer #footer-icon-menu body {
      display: none; }
    body > .footer #footer-icon-menu li {
      display: inline-block;
      margin: 0 10px; }
      body > .footer #footer-icon-menu li body {
        display: none; }
      @media only screen and (min-width: 481px) {
        body > .footer #footer-icon-menu li {
          margin: 0 15px; } }
      body > .footer #footer-icon-menu li body {
        display: none; }
      @media only screen and (min-width: 1030px) {
        body > .footer #footer-icon-menu li {
          margin: 4px 30px; } }
      body > .footer #footer-icon-menu li a {
        display: block; }
        body > .footer #footer-icon-menu li a img {
          display: block;
          width: 40px; }
          body > .footer #footer-icon-menu li a img body {
            display: none; }
          @media only screen and (min-width: 768px) {
            body > .footer #footer-icon-menu li a img {
              width: auto; } }

.page-template-page-fullwidth > .footer,
.page-template-page-noborder > .footer,
.page-template-page-home > .footer,
.category-blog > .footer,
.category-la-chine-et-lyon > .footer {
  background: #892D38; }

.p-banner {
  overflow: hidden;
  position: relative;
  height: 430px;
  background: lightgray; }

.p-banner-img {
  position: absolute;
  width: 100%;
  left: 0;
  height: 140%;
  top: 0%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, 0, 0); }

.notfound-body {
  padding-top: 40px; }

.notfound-icon {
  max-width: 30% !important; }

.ie-message {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 1000;
  background: #fffcd6;
  border: 1px solid #ede697;
  padding: 10px;
  text-align: center; }

#newsletter-form-container {
  display: block; }
  #newsletter-form-container body {
    display: none; }
  @media only screen and (min-width: 481px) {
    #newsletter-form-container {
      display: inline-block;
      vertical-align: middle; } }
  #newsletter-form-container body {
    display: none; }
  @media only screen and (min-width: 1030px) {
    #newsletter-form-container {
      display: block; } }

#newsletter-form {
  display: none; }
  #newsletter-form input {
    margin: 0; }
  #newsletter-form input[type=email] {
    height: 25px;
    display: inline-block;
    width: 150px;
    vertical-align: top;
    margin-top: 3px; }
  #newsletter-form input[type="submit"] {
    background: transparent;
    border: 0;
    color: #001B5E;
    font-weight: bold;
    margin-top: 4px;
    vertical-align: top; }
  #newsletter-form .wpcf7-not-valid-tip {
    position: absolute;
    top: -14px;
    font-size: 10px; }

div.wpcf7-response-output {
  border-color: #001B5E;
  color: #001B5E;
  margin: 10px 0 0;
  text-transform: lowercase; }

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
Stylesheet: 481px and Up Stylesheet

******************************************************************/ }

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/ }

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/ }

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Stylesheet: Super Large Monitor Stylesheet (1240+)

******************************************************************/ }

/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
