@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*********************
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.
 */
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, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond: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; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @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;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
.entry-content 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? */
/*********************
CUSTOM MIXINS
*********************/
/* VERTICAL ALIGNMENT */
/**
 * flexboxgrid.scss
 */
/*
Variables
 */
/*
$break-sm: 768px;
$break-md: 1024px;
$break-lg: 1280px;
$gutter-width: 10px !default;
*/
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.63rem;
  padding-left: 0.63rem; }

.row {
  box-sizing: border-box;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.63rem;
  margin-left: -0.63rem; }

.row.reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.63rem;
  padding-left: 0.63rem; }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.start-xs {
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  justify-content: center;
  text-align: center; }

.end-xs {
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

.between-xs {
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media only screen and (min-width: 48rem) {
  .container {
    width: 46.74rem; }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.63rem;
    padding-left: 0.63rem; }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

  .col-sm-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .start-sm {
    justify-content: flex-start;
    text-align: start; }

  .center-sm {
    justify-content: center;
    text-align: center; }

  .end-sm {
    justify-content: flex-end;
    text-align: end; }

  .top-sm {
    align-items: flex-start; }

  .middle-sm {
    align-items: center; }

  .bottom-sm {
    align-items: flex-end; }

  .around-sm {
    justify-content: space-around; }

  .between-sm {
    justify-content: space-between; }

  .first-sm {
    order: -1; }

  .last-sm {
    order: 1; } }
@media only screen and (min-width: 64rem) {
  .container {
    width: 62.74rem; }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.63rem;
    padding-left: 0.63rem; }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

  .col-md-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .start-md {
    justify-content: flex-start;
    text-align: start; }

  .center-md {
    justify-content: center;
    text-align: center; }

  .end-md {
    justify-content: flex-end;
    text-align: end; }

  .top-md {
    align-items: flex-start; }

  .middle-md {
    align-items: center; }

  .bottom-md {
    align-items: flex-end; }

  .around-md {
    justify-content: space-around; }

  .between-md {
    justify-content: space-between; }

  .first-md {
    order: -1; }

  .last-md {
    order: 1; } }
@media only screen and (min-width: 75rem) {
  .container {
    width: 73.74rem; }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.63rem;
    padding-left: 0.63rem; }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

  .col-lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .start-lg {
    justify-content: flex-start;
    text-align: start; }

  .center-lg {
    justify-content: center;
    text-align: center; }

  .end-lg {
    justify-content: flex-end;
    text-align: end; }

  .top-lg {
    align-items: flex-start; }

  .middle-lg {
    align-items: center; }

  .bottom-lg {
    align-items: flex-end; }

  .around-lg {
    justify-content: space-around; }

  .between-lg {
    justify-content: space-between; }

  .first-lg {
    order: -1; }

  .last-lg {
    order: 1; } }
/*
Fallback
 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) {
  /**
   * _fallback.scss
   *
   * Fallback grid for flexboxgrid.scss
   * Fixes iPhone 4 and 5 issues.
   */
  .row {
    display: block;
    font-family: empty; }

  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    display: inline-block;
    font-family: "Open Sans", sans-serif; }

  .col-xs {
    width: 100%; }

  .col-xs-1 {
    width: 8.33333%; }

  .col-xs-2 {
    width: 16.66667%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-4 {
    width: 33.33333%; }

  .col-xs-5 {
    width: 41.66667%; }

  .col-xs-6 {
    width: 50%; }

  .col-xs-7 {
    width: 58.33333%; }

  .col-xs-8 {
    width: 66.66667%; }

  .col-xs-9 {
    width: 75%; }

  .col-xs-10 {
    width: 83.33333%; }

  .col-xs-11 {
    width: 91.66667%; }

  .col-xs-12 {
    width: 100%; }

  .start-xs {
    text-align: left; }

  .center-xs {
    text-align: center; }

  .end-xs {
    text-align: right; }

  .top-xs {
    vertical-align: top; }

  .middle-xs {
    vertical-align: middle; }

  .bottom-xs {
    vertical-align: bottom; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) and (min-width: 48rem), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) and (min-width: 48rem) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    display: inline-block;
    font-family: "Open Sans", sans-serif; }

  .col-sm {
    width: 100%; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .start-sm {
    text-align: left; }

  .center-sm {
    text-align: center; }

  .end-sm {
    text-align: right; }

  .top-sm {
    vertical-align: top; }

  .middle-sm {
    vertical-align: middle; }

  .bottom-sm {
    vertical-align: bottom; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) and (min-width: 64rem), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) and (min-width: 64rem) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    display: inline-block;
    font-family: "Open Sans", sans-serif; }

  .col-md {
    width: 100%; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .start-md {
    text-align: left; }

  .center-md {
    text-align: center; }

  .end-md {
    text-align: right; }

  .top-md {
    vertical-align: top; }

  .middle-md {
    vertical-align: middle; }

  .bottom-md {
    vertical-align: bottom; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) and (min-width: 75rem), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) and (min-width: 75rem) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    display: inline-block;
    font-family: "Open Sans", sans-serif; }

  .col-lg {
    width: 100%; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .start-lg {
    text-align: left; }

  .center-lg {
    text-align: center; }

  .end-lg {
    text-align: right; }

  .top-lg {
    vertical-align: top; }

  .middle-lg {
    vertical-align: middle; }

  .bottom-lg {
    vertical-align: bottom; } }
/**
 *  For modern browsers
 */
.cf:before, .comment-respond:before,
.cf:after,
.comment-respond:after {
  content: "";
  display: table; }

.cf:after, .comment-respond:after {
  clear: both; }

/**
 * For IE 6/7 (trigger hasLayout)
 */
.cf, .comment-respond {
  *zoom: 1; }

.center-wrapper {
  min-height: 150px;
  position: relative;
  /* so center-area can
     be positioned absolute */ }

.center-area {
  /* let it fill the whole container */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.center-area:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.centered {
  display: inline-block;
  vertical-align: middle; }

.burger {
  margin: 0.5em;
  text-decoration: none; }
  .burger:before {
    display: inline-block;
    font-family: 'fontAwesome';
    content: "\f0c9";
    font-size: 32px;
    line-height: 32px;
    vertical-align: middle; }

@media all and (-ms-high-contrast: none) {
  .foo {
    color: green; }

  /* IE10 */
  *::-ms-backdrop, .foo {
    color: red; }

  /* IE11 */ }
.entry-content > * {
  /*
    margin: 36px auto;
    max-width: 636px;
    padding-left: 14px;
    padding-right: 14px;
  */ }

.entry-content > .alignwide {
  max-width: 1100px; }

.entry-content > .alignfull {
  margin: 1.5em 0;
  max-width: 100%; }

.entry-content ul,
.entry-content ol {
  /*
    margin: 1.5em auto;
    max-width: 636px;
    list-style-position: outside;
  */ }

.wp-block-video video {
  max-width: 636px; }

.wp-block-image img {
  display: block; }

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%; }

.wp-block-image.alignfull img {
  width: 100vw; }

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto; }

.wp-block-cover-text p {
  padding: 1.5em 14px; }

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px; }

.wp-block-table {
  display: block;
  overflow-x: auto; }

.wp-block-table table {
  border-collapse: collapse;
  width: 100%; }

.wp-block-table td, .wp-block-table th {
  padding: .5em; }

.entry-content li {
  /*
    margin-left: 2.5em;
    margin-bottom: 6px;
  */ }

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.wp-block-quote.is-large {
  margin: 0 auto 16px; }

.wp-block-pullquote > p:first-child {
  margin-top: 0; }

.wp-block-separator {
  /*
    margin: 3em auto;
    padding: 0;
  */ }

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0; }

  .entry-content > * {
    /*
        padding-left: 0px;
        padding-right: 0px;
    */ }

  .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%; }

  .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%; }

  .alignwide img,
  .alignfull img {
    display: block;
    margin: 0 auto; } }
/*--------------------------------------------------------------
# Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa; }

.has-strong-blue-background-color {
  background-color: #0073aa; }

.has-lighter-blue-color {
  color: #229fd8; }

.has-lighter-blue-background-color {
  background-color: #229fd8; }

.has-very-light-gray-color {
  color: #eee; }

.has-very-light-gray-background-color {
  background-color: #eee; }

.has-very-dark-gray-color {
  color: #444; }

.has-very-dark-gray-background-color {
  background-color: #444; }

/* Button
--------------------------------------------- */
.wp-block-button {
  text-align: center; }

/* Various
--------------------------------------------- */
p.has-background {
  padding: 0; }

/* Columns
--------------------------------------------- */
/* Add vertical breathing room to the full row of columns. */
.wp-block-columns {
  margin: 20px 0; }

/* Add horiztonal breathing room between individual columns. */
.wp-block-column {
  margin: 0 20px; }

@media (max-width: 764px) {
  .wp-block-columns.has-3-columns {
    display: block; } }
@media (max-width: 478px) {
  .wp-block-columns.has-3-columns {
    display: block; }

  .wp-block-column {
    margin: 20px 0; } }
/* BLOCKS
--------------------------------------------- */
.entry-content .wp-block-latest-posts {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0; }
  .entry-content .wp-block-latest-posts li {
    list-style: none;
    margin: 0 0.63rem;
    padding: 1em;
    background-color: #F7F7F7; }

/*********************
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, .comment-reply-link, .primary-btn, .frm_style_style-formidable.with_frm_style .frm_submit button, #submit, .black-btn, .home-news-block > div:nth-child(2) article div + p a, .white-btn {
  display: inline-block;
  position: relative;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  padding: 0 35px;
  border-radius: 35px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .comment-reply-link:hover, .primary-btn:hover, .frm_style_style-formidable.with_frm_style .frm_submit button:hover, #submit:hover, .black-btn:hover, .home-news-block > div:nth-child(2) article div + p a:hover, .white-btn:hover, .blue-btn:focus, .comment-reply-link:focus, .primary-btn:focus, .frm_style_style-formidable.with_frm_style .frm_submit button:focus, #submit:focus, .black-btn:focus, .home-news-block > div:nth-child(2) article div + p a:focus, .white-btn:focus {
    color: #fff;
    text-decoration: none !important;
    outline: none; }
  .blue-btn:active, .comment-reply-link:active, .primary-btn:active, .frm_style_style-formidable.with_frm_style .frm_submit button:active, #submit:active, .black-btn:active, .home-news-block > div:nth-child(2) article div + p a:active, .white-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, .comment-reply-link {
  background-color: #2980b9; }
  .blue-btn:hover, .comment-reply-link:hover, .blue-btn:focus, .comment-reply-link:focus {
    background-color: #2574a8; }
  .blue-btn:active, .comment-reply-link:active {
    background-color: #2472a4; }

.primary-btn, .frm_style_style-formidable.with_frm_style .frm_submit button, #submit {
  background-color: #EE9850;
  color: #fff;
  text-decoration: none; }
  .primary-btn:hover, .frm_style_style-formidable.with_frm_style .frm_submit button:hover, #submit:hover, .primary-btn:focus, .frm_style_style-formidable.with_frm_style .frm_submit button:focus, #submit:focus {
    color: #000;
    background-color: #fff; }
  .primary-btn:active, .frm_style_style-formidable.with_frm_style .frm_submit button:active, #submit:active {
    color: #000;
    background-color: #fff; }
  .entry-content .primary-btn, .entry-content .frm_style_style-formidable.with_frm_style .frm_submit button, .frm_style_style-formidable.with_frm_style .frm_submit .entry-content button, .entry-content #submit {
    color: #fff;
    text-decoration: none; }
    .entry-content .primary-btn:hover, .entry-content .frm_style_style-formidable.with_frm_style .frm_submit button:hover, .frm_style_style-formidable.with_frm_style .frm_submit .entry-content button:hover, .entry-content #submit:hover, .entry-content .primary-btn:focus, .entry-content .frm_style_style-formidable.with_frm_style .frm_submit button:focus, .frm_style_style-formidable.with_frm_style .frm_submit .entry-content button:focus, .entry-content #submit:focus {
      color: #fff;
      background-color: #000; }
    .entry-content .primary-btn:active, .entry-content .frm_style_style-formidable.with_frm_style .frm_submit button:active, .frm_style_style-formidable.with_frm_style .frm_submit .entry-content button:active, .entry-content #submit:active {
      color: #fff;
      background-color: #000; }

.black-btn, .home-news-block > div:nth-child(2) article div + p a {
  background-color: #000; }
  .black-btn:hover, .home-news-block > div:nth-child(2) article div + p a:hover, .black-btn:focus, .home-news-block > div:nth-child(2) article div + p a:focus {
    color: #000;
    background-color: #fff; }
  .black-btn:active, .home-news-block > div:nth-child(2) article div + p a:active {
    color: #000;
    background-color: #fff; }

.white-btn {
  background-color: #fff;
  color: #000; }
  .white-btn:hover, .white-btn:focus {
    color: #fff;
    background-color: #000; }
  .white-btn:active {
    color: #fff;
    background-color: #000; }

.alt-btn:hover, .home-venues-block .white-btn:hover, .alt-btn:focus, .home-venues-block .white-btn:focus {
  color: #fff;
  background-color: #EE9850; }
.alt-btn:active, .home-venues-block .white-btn:active {
  color: #fff;
  background-color: #EE9850; }

/******************************************************************
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: #000;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #F7F7F7;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  box-sizing: border-box; }
  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.
*********************/
/*********************
ADMIN BAR STYLES
*********************/
/*
.admin-bar #main-content{
	padding-top: 290px - 46px;
}
*/
.admin-bar .header {
  top: 46px; }

.admin-bar .header.shrink {
  top: 0; }

/*********************
SHRINK STYLES
*********************/
.header.shrink {
  background-color: #fff; }
  .header.shrink .breadcrumbs-wrapper,
  .header.shrink .search-wrapper {
    display: none; }
  .header.shrink .inner-header {
    min-height: 100px; }

.blog .header.shrink,
.header.shrink {
  -moz-box-shadow: 10px 0 5px -2px #888;
  -webkit-box-shadow: 10px 0 5px -2px #888;
  box-shadow: 10px 0 5px -2px #888; }

.home .header.shrink {
  background-color: rgba(255, 255, 255, 0.5);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.blog .header.shrink,
.home .header.shrink,
.header.shrink {
  top: 0;
  position: fixed;
  z-index: 9999; }
  .blog .header.shrink #logo,
  .home .header.shrink #logo,
  .header.shrink #logo {
    width: 80px; }
  .blog .header.shrink .search-wrapper,
  .home .header.shrink .search-wrapper,
  .header.shrink .search-wrapper {
    display: none; }

/*********************
GENERAL STYLES
*********************/
a:focus,
:focus {
  outline: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

.container {
  padding: 0 0.63rem; }

#main-content {
  padding-top: 290px; }

#home-main-content {
  position: relative; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.h-block {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.wp-block-categories-list,
.post-categories {
  font-size: 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  .wp-block-categories-list li,
  .post-categories li {
    display: inline-block;
    margin: 0.5em !important;
    font-size: 0.85rem !important; }
    .wp-block-categories-list li a,
    .post-categories li a {
      color: #000;
      text-decoration: none;
      background-color: #F7F7F7;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      padding: 5px 20px; }
      .wp-block-categories-list li a:hover,
      .post-categories li a:hover {
        background-color: #000;
        color: #fff; }

.search-results article .wp-block-categories-list li a,
.search-results article .post-categories li a,
.archive article .wp-block-categories-list li a,
.archive article .post-categories li a {
  background-color: #fff; }
  .search-results article .wp-block-categories-list li a:hover,
  .search-results article .post-categories li a:hover,
  .archive article .wp-block-categories-list li a:hover,
  .archive article .post-categories li a:hover {
    background-color: #000; }

/*
.page,
.single{
	.entry-content,
	.hentry{
		.wp-block-categories-list,
		.post-categories{
			li{
				a{
					background-color: $very-light-gray;
					&:hover{
						background-color: $black;
					}
				}
			}
		}
	}
}
*/
[data-expand] {
  overflow: hidden;
  position: relative; }

.link-to-expand:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: -500px; }

/*********************
TEMPLATE STYLES
*********************/
.page-template-tpl-contact .article-header {
  text-align: center; }
.page-template-tpl-contact .sub-title {
  text-align: center;
  margin-bottom: 1.5em; }
.page-template-tpl-contact .your-contacts {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 3em;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
.page-template-tpl-contact .contact-card {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 1em;
  flex: 1 100%; }
  .page-template-tpl-contact .contact-card figure {
    max-width: 150px;
    margin-right: 1em; }
    .page-template-tpl-contact .contact-card figure img {
      -moz-border-radius: 500px;
      -webkit-border-radius: 500px;
      border-radius: 500px;
      display: block;
      position: relative;
      max-width: 100%;
      width: 100%;
      height: auto;
      box-sizing: border-box; }
.page-template-tpl-contact .nom {
  font-size: 1.5em;
  margin: 0; }
.page-template-tpl-contact .fonction {
  font-style: italic;
  margin: 0 0 0.5em 0; }
.page-template-tpl-contact .email a {
  color: #EE9850;
  text-decoration: underline; }
  .page-template-tpl-contact .email a:hover {
    text-decoration: none; }

.single-experts .expert-sub-header {
  background-color: #F7F7F7;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 500px;
  flex-direction: column;
  position: relative; }
  .single-experts .expert-sub-header figure {
    min-height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    flex: 1; }
  .single-experts .expert-sub-header .expert-details {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(247, 247, 247, 0.8);
    flex: 1;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .single-experts .expert-sub-header .expert-details header {
      order: 1;
      display: -moz-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
    .single-experts .expert-sub-header .expert-details .inner-expert-details {
      order: 0;
      display: -moz-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center; }
      .single-experts .expert-sub-header .expert-details .inner-expert-details ul li {
        margin: 10px 0;
        font-size: 0.85rem; }
        .single-experts .expert-sub-header .expert-details .inner-expert-details ul li i {
          background-color: #000 !important;
          font-size: 1rem; }
  .single-experts .expert-sub-header .expert-web-details,
  .single-experts .expert-sub-header .ressources,
  .single-experts .expert-sub-header .box-title {
    margin: 0.5rem 1rem; }
  .single-experts .expert-sub-header .expert-web-details a {
    color: #4A4A4A; }
    .single-experts .expert-sub-header .expert-web-details a:hover {
      color: #000; }
  .single-experts .expert-sub-header .ressources {
    /*
    			a{
    				color: $primary;
    				text-decoration: underline;
    				&:hover{
    					text-decoration: none;
    				}
    			}
    */ }
    .single-experts .expert-sub-header .ressources i {
      background-color: #000 !important; }

.post-type-archive-experts .archive-header,
.post-type-archive-membre .archive-header,
.post-type-archive-what-artists-say .archive-header {
  text-align: center; }
.post-type-archive-experts .post-categories,
.post-type-archive-membre .post-categories,
.post-type-archive-what-artists-say .post-categories {
  text-align: center;
  /*
  		@include justify-content(center);
  		@include align-items(center);
  */ }

/*********************
ORDER
*********************/
#main {
  order: 0; }

#share {
  position: relative;
  order: 1;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

#custom-sidebar {
  order: 2; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LINK STYLES
*********************/
a {
  color: #000;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover {
    color: #000; }
  a:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 & OTHER TITLE STYLES
******************************************************************/
h1, .h1, h2, .h2, .entry-content h1, .entry-content .h1, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  line-height: 1.2;
  margin: 0;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, .entry-content h1 a, .entry-content .h1 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-family: "Oswald", sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  text-transform: uppercase;
  color: #EE9850; }
  h1 a, .h1 a {
    color: #EE9850; }
  .entry-content h1, .entry-content .h1 {
    margin: 0.5em 0; }

h2, .h2, .entry-content h1, .entry-content .h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.75em;
  font-weight: 300;
  text-transform: uppercase;
  color: #000; }
  h2 a, .h2 a, .entry-content h1 a, .entry-content .h1 a {
    color: #000; }
  .entry-content h2, .entry-content .h2, .entry-content h1, .entry-content .h1 {
    margin: 0.5em 0; }

h3, .h3 {
  font-family: "Open Sans", sans-serif;
  color: #EE9850;
  font-size: 1.125em;
  font-weight: 500; }
  h3 a, .h3 a {
    color: #EE9850; }
  .entry-content h3, .entry-content .h3 {
    margin: 0.5em 0; }

h4, .h4 {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 1.125em;
  font-weight: 300;
  color: #000; }
  h4 a, .h4 a {
    color: #000; }
  .entry-content h4, .entry-content .h4 {
    margin: 0.5em 0; }

h5, .h5, h6, .h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-size: 1.125em;
  color: #000; }
  h5 a, .h5 a, h6 a, .h6 a {
    color: #000; }
  .entry-content h5, .entry-content .h5, .entry-content h6, .entry-content .h6 {
    margin: 0.5em 0; }

.article-header,
.archive-header {
  margin-bottom: 1.5em; }

.box-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #000; }

.alt-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  text-transform: uppercase; }

/*********************
ARCHIVE STYLES
*********************/
.post-type-archive-inspiration #main article > header .entry-title a {
  color: #fff; }
.post-type-archive-inspiration #main article .more {
  color: #fff; }
.post-type-archive-inspiration #main article .filed .post-categories li a:hover {
  background-color: #F7F7F7;
  color: #000 !important; }
.post-type-archive-inspiration #main article:nth-of-type(4n+1) {
  background-color: #D35F94;
  color: #fff; }
  .post-type-archive-inspiration #main article:nth-of-type(4n+1) .filed .post-categories li a {
    color: #D35F94; }
.post-type-archive-inspiration #main article:nth-of-type(4n+2) {
  background-color: #FFDB06;
  color: #000; }
  .post-type-archive-inspiration #main article:nth-of-type(4n+2) > header .entry-title a {
    color: #000; }
  .post-type-archive-inspiration #main article:nth-of-type(4n+2) .more {
    color: #000; }
.post-type-archive-inspiration #main article:nth-of-type(4n+3) {
  background-color: #3AA8A3;
  color: #fff; }
  .post-type-archive-inspiration #main article:nth-of-type(4n+3) .filed .post-categories li a {
    color: #3AA8A3; }
.post-type-archive-inspiration #main article:nth-of-type(4n+4) {
  background-color: #EE9850;
  color: #fff; }
  .post-type-archive-inspiration #main article:nth-of-type(4n+4) .filed .post-categories li a {
    color: #EE9850; }
.post-type-archive-inspiration #main .post-date {
  background-color: #fff;
  color: #000; }

.post-type-archive-quotes article.quotes {
  padding: 3em; }
  .post-type-archive-quotes article.quotes .attachment-post-thumbnail {
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 150px; }
  .post-type-archive-quotes article.quotes > div {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .post-type-archive-quotes article.quotes > div figure,
    .post-type-archive-quotes article.quotes > div section {
      margin: 1em; }
    .post-type-archive-quotes article.quotes > div section {
      background: url('../images/quote-bottom.png?1537519279') right bottom no-repeat, url('../images/quote-top.png?1537519279') left top no-repeat;
      font-family: "Spectral", serif; }
      .post-type-archive-quotes article.quotes > div section p:last-child {
        font-family: "Open Sans", sans-serif;
        text-align: right; }

.search-results .post-date,
.archive .post-date,
.blog .post-date {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #EE9850;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  width: 70px;
  height: 70px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  .search-results .post-date span,
  .archive .post-date span,
  .blog .post-date span {
    line-height: 1; }
  .search-results .post-date .date-day,
  .archive .post-date .date-day,
  .blog .post-date .date-day {
    font-size: 1.6rem;
    font-weight: bold; }
  .search-results .post-date .date-month,
  .archive .post-date .date-month,
  .blog .post-date .date-month {
    font-size: 0.8rem; }
.search-results .category-description,
.archive .category-description,
.blog .category-description {
  margin: 0 0 1.5em 0; }
.search-results #main article,
.archive #main article,
.blog #main article {
  background-color: #F7F7F7;
  margin-bottom: 1em; }
  .search-results #main article:last-child,
  .archive #main article:last-child,
  .blog #main article:last-child {
    margin-bottom: 0; }
  .search-results #main article > figure,
  .archive #main article > figure,
  .blog #main article > figure {
    height: 230px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent; }
  .search-results #main article figure + header .post-date,
  .archive #main article figure + header .post-date,
  .blog #main article figure + header .post-date {
    top: -55px; }
  .search-results #main article > header,
  .archive #main article > header,
  .blog #main article > header {
    margin: 1em;
    position: relative; }
    .search-results #main article > header .entry-title,
    .archive #main article > header .entry-title,
    .blog #main article > header .entry-title {
      padding-right: 90px; }
  .search-results #main article > section,
  .archive #main article > section,
  .blog #main article > section {
    padding: 1em; }
  .search-results #main article > footer,
  .archive #main article > footer,
  .blog #main article > footer {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    padding: 1em; }
    .search-results #main article > footer .the-author,
    .archive #main article > footer .the-author,
    .blog #main article > footer .the-author {
      font-weight: bold;
      font-style: italic; }
      .search-results #main article > footer .the-author span,
      .archive #main article > footer .the-author span,
      .blog #main article > footer .the-author span {
        font-weight: normal; }
  .search-results #main article .read-more,
  .archive #main article .read-more,
  .blog #main article .read-more {
    text-align: right; }

.filed {
  padding: 1em; }
  .single .filed {
    padding: 1em 0; }
  .filed > p {
    font-weight: bold;
    margin: 0.5em 0; }

/*********************
CUSTOM SIDEBAR & ASIDES STYLES
*********************/
.social-floating-module {
  position: relative;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  /*
  	ul{
  		@include flexbox((display: box), $version: 1);
  		@include flexbox((display: flexbox), $version: 2);
  		@include display-flex;
  		@include flex-direction(column);
  		@include align-items(center);
  		li{
  			font-size: 25px;
  			margin-bottom: 10px;
  			a{
  				display: inline-block;
  				//padding: 5px;
  				line-height: 45px;
  				width: 45px;
  				height: 45px;
  				background-color: $primary;
  				@include border-radius(45px);
  				text-align: center;
  				@include transition(background-color 0.2s ease-in-out);
  				&:hover{
  					background-color: $darker-gray;
  				}
  				i{
  					color: $white;
  				}
  			}
  			&.email-share{
  				a{
  					background-color: $black;
  					&:hover{
  						background-color: $darker-gray;
  					}
  				}
  			}
  		}
  	}
  */ }
  .social-floating-module .social-title-tool {
    order: 0;
    display: block;
    text-align: center;
    text-transform: uppercase; }
  .social-floating-module button {
    border: 0;
    font-size: 25px;
    display: inline-block;
    padding: 0;
    line-height: 45px;
    width: 45px;
    height: 45px;
    background-color: #EE9850;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
    .social-floating-module button:hover {
      background-color: #979797; }
    .social-floating-module button.twitter-share {
      order: 1; }
    .social-floating-module button.facebook-share {
      order: 2; }
    .social-floating-module button.google-plus-share {
      order: 3; }
    .social-floating-module button i {
      color: #fff; }
    .social-floating-module button.email-share {
      order: 4;
      background-color: #000; }
      .social-floating-module button.email-share:hover {
        background-color: #979797; }
  .social-floating-module .social-title-tool,
  .social-floating-module button {
    margin: 0 5px; }

.sidebar-block {
  text-align: center;
  background-color: #F7F7F7;
  margin-bottom: 1em; }
  .sidebar-block header {
    text-align: center; }
  .sidebar-block .h2, .sidebar-block .entry-content h1, .entry-content .sidebar-block h1, .sidebar-block .entry-content .h1, .entry-content .sidebar-block .h1 {
    color: #000;
    font-size: 1.8em;
    margin: 1em 0; }

.sidebar-social-block .sm-half-cam {
  background-color: #3AA8A3; }
.sidebar-social-block .sidebar-social-accounts {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 3em; }
.sidebar-social-block ul {
  text-align: left; }
  .sidebar-social-block ul li {
    margin: 0.5em 0; }
.sidebar-social-block i {
  background-color: #3AA8A3 !important; }
.sidebar-social-block a:hover span {
  text-decoration: underline; }

.sidebar-newsletter-block .sm-half-cam {
  background-color: #EE9850; }
.sidebar-newsletter-block input[type=email] {
  border: 1px #979797 solid; }
.sidebar-newsletter-block .sidebar-newsletter-content {
  margin: 1em; }

.sidebar-latestnews-block {
  background-color: #3AA8A3 !important; }
  .sidebar-latestnews-block .sm-half-cam {
    background-color: #000; }
  .sidebar-latestnews-block article {
    text-align: left;
    margin: 1em; }
    .sidebar-latestnews-block article .h4 {
      color: #000;
      font-weight: 800;
      font-style: normal;
      font-size: 1.3em; }
    .sidebar-latestnews-block article .date {
      font-size: 0.85rem; }
    .sidebar-latestnews-block article a {
      text-decoration: underline; }
      .sidebar-latestnews-block article a:hover {
        color: #000;
        text-decoration: none; }
  .sidebar-latestnews-block .more {
    color: #fff; }

.widget ul li {
  /* deep nesting */ }

/*********************
COMMON STYLES
*********************/
.slides {
  margin-bottom: 1.5em; }

.fa-icon, .single-experts .expert-sub-header .expert-details .inner-expert-details ul li i, .sidebar-social-block i {
  font-family: 'fontAwesome';
  font-style: normal;
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  background-color: #D4D2D4;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  text-align: center; }

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.more {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.25em; }
  .more:after {
    content: '»';
    display: inline-block; }
  .more:hover {
    text-decoration: none; }

.advanced-search {
  display: none;
  padding: 1em; }
  .advanced-search .select2-container--default .select2-selection--multiple {
    border: none;
    border-bottom: 1px solid #979797;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

.advanced-search-block {
  /*
  	position: absolute;
  	width: 100%;
  	top: 50px;
  	left: 0;
  */ }
  .advanced-search-block > p {
    margin: 0; }

figure.singular {
  margin-bottom: 1em; }
  figure.singular img {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    box-sizing: border-box; }

.featured-image-caption {
  font-size: 0.85rem;
  color: #979797; }

/*********************
HEADER STYLES
*********************/
.breadcrumbs-wrapper {
  background-color: #F7F7F7;
  padding: 0.5em;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .breadcrumbs-wrapper p {
    font-size: 0.85rem;
    margin: 0.5em 0; }
  .breadcrumbs-wrapper .primary-btn, .breadcrumbs-wrapper .frm_style_style-formidable.with_frm_style .frm_submit button, .frm_style_style-formidable.with_frm_style .frm_submit .breadcrumbs-wrapper button, .breadcrumbs-wrapper #submit {
    margin: 0 3em;
    min-width: 150px;
    display: none;
    line-height: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    padding: 0 35px;
    text-align: center; }
  .breadcrumbs-wrapper a:hover {
    text-decoration: underline; }
  .breadcrumbs-wrapper .breadcrumb_last {
    font-weight: bold; }

.home .header {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  background-color: transparent; }

.search-display {
  display: block;
  width: 27px;
  height: 27px;
  background-image: url('../images/loupe-black.png?1537519277');
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -1000em; }

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  .header .inner-header {
    position: relative;
    min-height: 120px;
    padding: 10px;
    -webkit-transition: min-height 0.2s ease-in-out;
    transition: min-height 0.2s ease-in-out;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

#logo {
  position: absolute;
  left: 20px;
  top: 15px;
  margin: 0;
  display: block;
  width: 80px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  #logo:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; }
  #logo img {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    box-sizing: border-box; }

/*********************
SLIDER STYLES
*********************/
.slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  outline: none;
  position: relative;
  margin-bottom: 1.5em; }

.home-search-wrapper {
  position: relative;
  padding: 1em;
  margin-bottom: 1.5em;
  min-height: 100px; }
  .home-search-wrapper .search-wrapper {
    width: 96%;
    min-width: 300px;
    margin: auto;
    /*
    		color: $white;
    		a{
    			color: $white;
    		}
    */ }
    .home-search-wrapper .search-wrapper .flip {
      font-size: 0.85rem; }

.rev_slider_wrapper .rev-btn[style] {
  background-color: #EE9850 !important; }

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT license
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */
#languages {
  position: absolute;
  right: 7rem;
  top: 32px;
  width: 5rem; }
  #languages .w-language-selector {
    top: 0;
    right: 0;
    width: 100%;
    position: relative;
    background-color: transparent;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 97.5% center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAL1JREFUSInt0LFKQmEUB/DfRWgQBKfaAhvDTWhRAiMXl8a23iffwJ5AXyDHBnuJ2m0qiEsgUlTLN9zBrt+9uiT3B9/ynf85HA6Vyr+UoFuirxd6NxrgG9cFht/gB5cx4QQjfGIYkb/CF24LLCTBHZY4z8ldYIWxyPNk1TBFis6a+hk+MAnZUg4wwytOM/9tvOE+ZLZSxyMWaOEEL5iHWq7YuzXxgEboSdHHe/F9/3aEZzzhcJeDs47Dq1T2yS+zyRsSU4fy9gAAAABJRU5ErkJggg=="); }
    #languages .w-language-selector:focus {
      outline: none; }
    .home #languages .w-language-selector {
      color: #fff;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAB/2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpleGlmRVg9Imh0dHA6Ly9jaXBhLmpwL2V4aWYvMS4wLyIKICAgIHhtbG5zOmF1eD0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC9hdXgvIgogICB0aWZmOkltYWdlTGVuZ3RoPSIyNCIKICAgdGlmZjpJbWFnZVdpZHRoPSIyNCIKICAgZXhpZkVYOkxlbnNNb2RlbD0iIgogICBhdXg6TGVucz0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+fu/kbgAAAYFpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZHPK0RRFMc/Zkx+NwplYTEJqxkNamKjjDTUJI1RBpuZZ36oeeP13pNkq2ynKLHxa8FfwFZZK0WkZGFlTWyYnvPM1Ejm3s45n/u995zuPRcc0ayiGtV+UHOmHgkFPbOxOU/NM3W0ibnoiyuGNjI1Fabi+Lijyo43PrtW5XP/jobFpKFAVa3wsKLppvC4cHjV1GzeFm5VMvFF4VNhry4XFL619USRX2xOF/nLZj0aGQVHs7An/YsTv1jJ6KqwvJwuNbuilO5jv6QxmZuZltgp1oFBhBBBPEwwxigB+hgSH8BHP72yokK+/yd/kmXJVcRrrKGzRJoMJl5RV6R6UmJK9KTMLGt2///21UgN9BerNwbB9WRZb91QswWFvGV9HlpW4Qicj3CRK+cvH8Dgu+j5sta1D+4NOLssa4kdON+E9gctrsd/JKeYI5WC1xNoikHLNdTPF3tW2uf4HqLr8lVXsLsHPXLevfANO3tn0vOrL3cAAAAJcEhZcwAACxMAAAsTAQCanBgAAADPSURBVEiJ7dAxSkNREIXhuQRSBIRU2gViKXYBG0VIiI2NpZ370R2YFcQNaGmhm9A+VgZCEIIofhYqPB6iN1GRwPvLe8/5Z5iIiorlAwnbC/R2kHKCe3jB4RzyI2/0c8IJJ3jCfkb+AM84zl3oY8gAM+x+kevhEadZ5ymVazjDFJ1P/rfwgCFqc8kLkjoucI+NwvsmxjhHfSF5QdbANUZoYx13uELju37W3dCMiMuIWHnvTCOim1Ka/Gj70pA13OIGq78mLg1pofUn8oqK/+MVtjfCba7Zmg0AAAAASUVORK5CYII="); }

#main-nav {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99992; }
  #main-nav .main-menu > li {
    font-family: "Oswald", sans-serif;
    font-weight: 400; }
    #main-nav .main-menu > li > a {
      display: block; }
  #main-nav .sub-menu {
    margin: 0.5em 0; }
    #main-nav .sub-menu li {
      font-family: "Open Sans", sans-serif;
      font-style: 300;
      margin: 0;
      padding: 0; }

a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease; }

#menuToggle {
  display: block;
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none; }

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none; }

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

.home #menuToggle span {
  background: #fff; }

#menuToggle span:first-child {
  transform-origin: 0% 0%; }

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%; }

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff; }

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2); }

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px); }

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 300px;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  right: -100px;
  background: #EE9850;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }

#menu li {
  font-size: 20px; }

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: scale(1, 1);
  opacity: 1; }

#menuToggle > ul > li {
  text-transform: uppercase; }
#menuToggle .main-menu a {
  color: #000; }
  #menuToggle .main-menu a:hover {
    color: #fff; }
#menuToggle .main-menu .sub-menu > li {
  text-transform: initial;
  font-size: 0.8em; }
  #menuToggle .main-menu .sub-menu > li a {
    color: #fff; }
    #menuToggle .main-menu .sub-menu > li a:hover {
      color: #000; }

.burger:before {
  color: #fff; }

.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav li {
    /*
    so you really have to rethink your dropdowns for mobile.
    you don't want to have it expand too much because the
    screen is so small. How you manage your menu should
    depend on the project. Here's some great info on it:
    http://www.alistapart.com/articles/organizing-mobile/
    */ }
    .nav li a {
      display: block;
      color: #fff;
      text-decoration: none;
      /*
      remember this is for mobile ONLY, so there's no need
      to even declare hover styles here, you can do it in
      the style.scss file where it's relevant. We want to
      keep this file as small as possible!
      */ }

/* end .nav */
/*********************
FORM STYLES
*********************/
.search-wrapper {
  width: 96%;
  margin: 90px auto auto auto; }
  .search-wrapper .search-field {
    border: 1px #979797 solid; }
  .search-wrapper a {
    color: #EE9850; }
    .search-wrapper a:hover {
      color: #EE9850; }
  .search-wrapper .flip {
    padding-top: 10px;
    font-size: 14px;
    text-decoration: none; }
    .search-wrapper .flip:hover {
      text-decoration: underline; }

.fields, .searchform .search-field, .mc4wp-form-fields input[type=email] {
  height: 55px;
  -moz-border-radius: 55px;
  -webkit-border-radius: 55px;
  border-radius: 55px;
  padding-right: 50px;
  padding-left: 25px;
  max-width: 100%;
  font-size: 1em;
  font-style: italic;
  background-color: #fff; }

.searchform {
  position: relative; }
  .searchform .search-field {
    margin: 0; }
  .searchform .search-field-block {
    position: relative; }

.round-btn, #searchsubmit, .mc4wp-form-fields input[type=submit] {
  position: absolute;
  right: 5px;
  top: 5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-color: #EE9850;
  background-position: center center;
  width: 45px;
  height: 45px;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  text-indent: -1000em;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .round-btn:hover, #searchsubmit:hover, .mc4wp-form-fields input[type=submit]:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; }

#searchsubmit {
  background-image: url('../images/loupe.png?1537519277'); }

.mc4wp-form-fields {
  position: relative; }
  .mc4wp-form-fields input[type=email] {
    margin: 0; }
  .mc4wp-form-fields input[type=submit] {
    text-indent: 0;
    font-family: "Oswald", sans-serif;
    color: #fff; }
  .mc4wp-form-fields .lists {
    margin-top: 1rem; }
    #container .mc4wp-form-fields .lists {
      display: -moz-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
    .mc4wp-form-fields .lists label {
      margin: 0 0.5em; }

.confidentialite {
  margin-top: 1rem;
  font-size: 0.85rem; }

/*********************
HOME STYLES
*********************/
.home-about {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #F7F7F7; }
  .home-about .entry-title {
    margin-bottom: 0.5em; }
  .home-about > article,
  .home-about > div {
    flex: 1; }
  .home-about > article {
    order: 0;
    margin: 1.5em; }
  .home-about > div {
    order: 1; }

.home-news-block .post-categories {
  margin: 0; }
  .home-news-block .post-categories li {
    margin: 0.5em;
    font-weight: bold; }
    .home-news-block .post-categories li:after {
      content: ','; }
    .home-news-block .post-categories li:first-child {
      margin-left: 0; }
    .home-news-block .post-categories li:last-child {
      margin-right: 0; }
      .home-news-block .post-categories li:last-child:after {
        content: ''; }
    .home-news-block .post-categories li a {
      text-decoration: underline;
      background: none;
      padding: 0;
      -moz-border-radius: none;
      -webkit-border-radius: none;
      border-radius: none; }
      .home-news-block .post-categories li a:hover {
        text-decoration: none;
        color: #000; }
.home-news-block > div {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .home-news-block > div article {
    margin-bottom: 1.5em;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    .home-news-block > div article header,
    .home-news-block > div article div,
    .home-news-block > div article div + p {
      margin: 1em; }
    .home-news-block > div article div + p {
      text-align: center;
      margin-top: auto; }
    .home-news-block > div article header {
      margin-top: 150px; }
      .home-news-block > div article header .h2, .home-news-block > div article header .entry-content h1, .entry-content .home-news-block > div article header h1, .home-news-block > div article header .entry-content .h1, .entry-content .home-news-block > div article header .h1 {
        text-transform: initial; }
    .home-news-block > div article figure + header {
      margin-top: 0; }
    .home-news-block > div article figure {
      width: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: transparent;
      min-height: 150px; }
    .home-news-block > div article .categories {
      margin-bottom: 0;
      margin-top: 0; }
  .home-news-block > div:nth-child(1) article {
    background-color: #3AA8A3; }
    .home-news-block > div:nth-child(1) article .h2, .home-news-block > div:nth-child(1) article .entry-content h1, .entry-content .home-news-block > div:nth-child(1) article h1, .home-news-block > div:nth-child(1) article .entry-content .h1, .entry-content .home-news-block > div:nth-child(1) article .h1,
    .home-news-block > div:nth-child(1) article .home-article-content {
      color: #fff; }
    .home-news-block > div:nth-child(1) article .categories a {
      color: #fff; }
    .home-news-block > div:nth-child(1) article .categories .post-categories li:after {
      color: #fff; }
  .home-news-block > div:nth-child(2) article {
    background-color: #FFDB06; }
    .home-news-block > div:nth-child(2) article .h2, .home-news-block > div:nth-child(2) article .entry-content h1, .entry-content .home-news-block > div:nth-child(2) article h1, .home-news-block > div:nth-child(2) article .entry-content .h1, .entry-content .home-news-block > div:nth-child(2) article .h1,
    .home-news-block > div:nth-child(2) article .home-article-content {
      color: #000; }
    .home-news-block > div:nth-child(2) article .categories a {
      color: #000; }
    .home-news-block > div:nth-child(2) article .categories .post-categories li:after {
      color: #000; }
  .home-news-block > div:nth-child(3) article {
    background-color: #D35F94; }
    .home-news-block > div:nth-child(3) article .h2, .home-news-block > div:nth-child(3) article .entry-content h1, .entry-content .home-news-block > div:nth-child(3) article h1, .home-news-block > div:nth-child(3) article .entry-content .h1, .entry-content .home-news-block > div:nth-child(3) article .h1,
    .home-news-block > div:nth-child(3) article .home-article-content {
      color: #fff; }
    .home-news-block > div:nth-child(3) article .categories a {
      color: #fff; }
    .home-news-block > div:nth-child(3) article .categories .post-categories li:after {
      color: #fff; }

.home-news-header,
.home-news-more {
  text-align: center;
  margin: 3em auto; }

.home-newsletter-block {
  background-color: #EE9850;
  color: #fff;
  text-align: center;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center; }
  .home-newsletter-block .block-title .h2, .home-newsletter-block .block-title .entry-content h1, .entry-content .home-newsletter-block .block-title h1, .home-newsletter-block .block-title .entry-content .h1, .entry-content .home-newsletter-block .block-title .h1 {
    color: #fff; }
  .home-newsletter-block p {
    color: #fff; }
    .home-newsletter-block p a {
      color: #fff; }
  .home-newsletter-block .news-form {
    position: relative;
    margin: 1em;
    max-width: 600px; }

.home-venues-block {
  background-color: #000;
  color: #fff;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .home-venues-block p {
    color: #fff; }
  .home-venues-block .h2, .home-venues-block .entry-content h1, .entry-content .home-venues-block h1, .home-venues-block .entry-content .h1, .entry-content .home-venues-block .h1 {
    color: #EE9850; }
  .home-venues-block > div {
    order: 0;
    flex: 2; }
  .home-venues-block .map-block-title {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    order: 1;
    flex: 1;
    text-align: center; }
    .home-venues-block .map-block-title p {
      font-family: "Spectral", serif; }
    .home-venues-block .map-block-title .map-description {
      margin: 3em; }

/*********************
COMMON STYLES
*********************/
.sm-half-cam {
  width: 100px;
  height: 50px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px; }

.half-cam {
  height: 75px;
  width: 150px;
  border-bottom-left-radius: 300px;
  border-bottom-right-radius: 300px; }

.half-cam,
.sm-half-cam,
.v-sm-half-cam,
.v-sm-half-cam-right {
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  position: relative;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  .half-cam .icon,
  .sm-half-cam .icon,
  .v-sm-half-cam .icon,
  .v-sm-half-cam-right .icon {
    font-style: normal; }
    .half-cam .icon:before,
    .sm-half-cam .icon:before,
    .v-sm-half-cam .icon:before,
    .v-sm-half-cam-right .icon:before {
      display: inline-block; }
    .half-cam .icon.icon-send:before,
    .sm-half-cam .icon.icon-send:before,
    .v-sm-half-cam .icon.icon-send:before,
    .v-sm-half-cam-right .icon.icon-send:before {
      content: url('../images/send.svg?1537519279'); }
    .half-cam .icon.icon-sm-send:before,
    .sm-half-cam .icon.icon-sm-send:before,
    .v-sm-half-cam .icon.icon-sm-send:before,
    .v-sm-half-cam-right .icon.icon-sm-send:before {
      content: url('../images/sm-send.svg?1537519280'); }
    .half-cam .icon.icon-marker:before,
    .sm-half-cam .icon.icon-marker:before,
    .v-sm-half-cam .icon.icon-marker:before,
    .v-sm-half-cam-right .icon.icon-marker:before {
      content: url('../images/marker.svg?1537519278'); }
    .half-cam .icon.icon-talk:before,
    .sm-half-cam .icon.icon-talk:before,
    .v-sm-half-cam .icon.icon-talk:before,
    .v-sm-half-cam-right .icon.icon-talk:before {
      content: url('../images/talk.svg?1537519280'); }
    .half-cam .icon.icon-sm-share:before,
    .sm-half-cam .icon.icon-sm-share:before,
    .v-sm-half-cam .icon.icon-sm-share:before,
    .v-sm-half-cam-right .icon.icon-sm-share:before {
      content: url('../images/sm-share.svg?1537519280'); }
    .half-cam .icon.icon-sm-news:before,
    .sm-half-cam .icon.icon-sm-news:before,
    .v-sm-half-cam .icon.icon-sm-news:before,
    .v-sm-half-cam-right .icon.icon-sm-news:before {
      content: url('../images/sm-news.svg?1537519279'); }
    .half-cam .icon.icon-sm-downloads:before,
    .sm-half-cam .icon.icon-sm-downloads:before,
    .v-sm-half-cam .icon.icon-sm-downloads:before,
    .v-sm-half-cam-right .icon.icon-sm-downloads:before {
      content: url('../images/sm-download.svg?1537519279'); }
    .half-cam .icon.icon-sm-address:before,
    .sm-half-cam .icon.icon-sm-address:before,
    .v-sm-half-cam .icon.icon-sm-address:before,
    .v-sm-half-cam-right .icon.icon-sm-address:before {
      content: url('../images/sm-address.svg?1537519279'); }
    .half-cam .icon.icon-sm-info:before,
    .sm-half-cam .icon.icon-sm-info:before,
    .v-sm-half-cam .icon.icon-sm-info:before,
    .v-sm-half-cam-right .icon.icon-sm-info:before {
      content: url('../images/sm-info.svg?1537519279'); }
    .half-cam .icon.icon-sm-links:before,
    .sm-half-cam .icon.icon-sm-links:before,
    .v-sm-half-cam .icon.icon-sm-links:before,
    .v-sm-half-cam-right .icon.icon-sm-links:before {
      content: url('../images/sm-link.svg?1537730942'); }

.v-sm-half-cam {
  width: 50px;
  min-width: 50px;
  height: 100px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  margin: 0 1.5em 0 0;
  background-color: #EE9850; }

.v-sm-half-cam-right {
  width: 50px;
  min-width: 50px;
  height: 100px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  margin: 0 0 0 1.5em;
  background-color: #EE9850; }

.talk-block {
  text-align: center;
  background-color: #F7F7F7; }
  .talk-block .half-cam {
    background-color: rgba(217, 217, 217, 0.5); }
  .talk-block .attachment-post-thumbnail {
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 150px; }

.talk-carousel {
  padding: 0 5em;
  margin: 3em 0;
  position: relative; }
  .talk-carousel article {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .talk-carousel article figure,
    .talk-carousel article section {
      margin: 1em; }
    .talk-carousel article section {
      background: url('../images/quote-bottom.png?1537519279') right bottom no-repeat, url('../images/quote-top.png?1537519279') left top no-repeat;
      font-family: "Spectral", serif; }
      .talk-carousel article section p:last-child {
        font-family: "Open Sans", sans-serif;
        text-align: right; }
  .talk-carousel button {
    position: absolute;
    top: 50%;
    margin-top: -41px;
    width: 44px;
    height: 82px;
    border: none;
    background-color: transparent;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent; }
    .talk-carousel button:hover {
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5; }
  .talk-carousel .talk-prev {
    left: 0.5em;
    background-image: url('../images/arrow-left.svg?1537519275'); }
  .talk-carousel .talk-next {
    right: 0.5em;
    background-image: url('../images/arrow-right.svg?1537519275'); }

.partners-carousel {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 0 60px; }
  .partners-carousel .slick-slide > div {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 200px;
    padding: 1em; }
    .partners-carousel .slick-slide > div a {
      display: block;
      height: 100%; }
  .partners-carousel img {
    display: block;
    position: relative;
    height: 100%;
    width: auto;
    max-width: none;
    box-sizing: border-box;
    width: auto !important; }
  .partners-carousel button {
    z-index: 999;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    height: 41px;
    width: 22px;
    border: none;
    background-color: transparent;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent; }
    .partners-carousel button:hover {
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5; }
  .partners-carousel .partners-prev {
    left: 0.5em;
    background-image: url('../images/arrow-left.svg?1537519275'); }
  .partners-carousel .partners-next {
    right: 0.5em;
    background-image: url('../images/arrow-right.svg?1537519275'); }

/*********************
MODULES STYLES
*********************/
.topic {
  padding: 1em;
  color: #fff;
  margin: 1em 0; }
  .topic.pink {
    background-color: #D35F94; }
  .topic.yellow {
    background-color: #FFDB06;
    color: #000; }
  .topic.green {
    background-color: #3AA8A3; }
  .topic.orange {
    background-color: #EE9850; }

.parent-modules-wrapper {
  margin: 1.5em 0; }

.modules-wrapper {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5em; }
  .modules-wrapper > div {
    flex: 1 50%;
    padding: 0.5em; }
  .modules-wrapper .module {
    height: 100%;
    overflow: hidden;
    outline: none; }
    .modules-wrapper .module .h2, .modules-wrapper .module .entry-content h1, .entry-content .modules-wrapper .module h1, .modules-wrapper .module .entry-content .h1, .entry-content .modules-wrapper .module .h1 {
      text-align: center; }
  .modules-wrapper .latest-publications-wrapper {
    text-align: center; }

.topic-subscription {
  padding: 1.5em 0;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .topic-subscription header {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .topic-subscription .topic-subscription-form {
    padding: 1em; }

.links-list {
  padding: 1em;
  text-align: center; }

.module {
  background-color: #F7F7F7; }
  .module header .h2, .module header .entry-content h1, .entry-content .module header h1, .module header .entry-content .h1, .entry-content .module header .h1 {
    font-size: 2rem; }
  .module.latestnews .sm-half-cam {
    background-color: #EE9850; }
  .module.latestnews a {
    text-decoration: underline; }
    .module.latestnews a:hover {
      text-decoration: none; }
  .module.links .sm-half-cam {
    background-color: #D35F94; }
  .module.links a {
    text-decoration: underline; }
    .module.links a:hover {
      text-decoration: none; }
  .module.downloads .sm-half-cam {
    background-color: #3AA8A3; }
  .module.downloads a {
    text-decoration: underline; }
    .module.downloads a:hover {
      text-decoration: none; }
  .module.downloads .download-list li {
    margin: 1em 0; }
  .module.address {
    margin-bottom: 0.5em; }
    .module.address .sm-half-cam {
      background-color: #EE9850; }
    .module.address .address-list {
      width: auto;
      margin-left: 1em;
      margin-right: 1em; }
      .module.address .address-list li {
        position: relative;
        margin: 1em 0;
        vertical-align: middle;
        min-height: 52px;
        display: -moz-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: center;
        justify-content: center; }
      .module.address .address-list a {
        color: #EE9850;
        text-decoration: underline; }
        .module.address .address-list a:hover {
          text-decoration: none; }
    .module.address .aside-icon {
      padding-left: 62px; }
      .module.address .aside-icon:before {
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        content: '';
        width: 52px;
        height: 52px;
        -moz-border-radius: 32px;
        -webkit-border-radius: 32px;
        border-radius: 32px;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -26px; }
    .module.address .where:before {
      background-image: url('../images/micro-marker.svg?1537519278'); }
    .module.address .where a {
      display: block; }
    .module.address .tel {
      font-weight: bold; }
      .module.address .tel:before {
        background-image: url('../images/micro-phone.svg?1537519278'); }
    .module.address .write:before {
      background-image: url('../images/micro-mail.svg?1537519278'); }

.v-module {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center; }
  .v-module .h2, .v-module .entry-content h1, .entry-content .v-module h1, .v-module .entry-content .h1, .entry-content .v-module .h1 {
    margin: 0.5em 0; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 1.5em; }

.hentry footer p {
  margin: 0; }

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #979797;
  font-style: normal; }

/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content .primary-btn, .entry-content .frm_style_style-formidable.with_frm_style .frm_submit button, .frm_style_style-formidable.with_frm_style .frm_submit .entry-content button, .entry-content #submit {
    text-align: center; }
  .entry-content p {
    margin: 1.5em 0; }
    .entry-content p strong {
      font-weight: bold; }
    .entry-content p em {
      font-style: italic; }
    .entry-content p a {
      color: #DA6906;
      text-decoration: underline; }
      .entry-content p a:hover {
        text-decoration: none; }
  .entry-content ul, .entry-content ol {
    padding-left: 1em; }
    .entry-content ul li, .entry-content ol li {
      margin-left: 1em;
      line-height: 1.75em; }
      .entry-content ul li a, .entry-content ol li a {
        color: #DA6906;
        text-decoration: underline; }
        .entry-content ul li a:hover, .entry-content ol li a:hover {
          text-decoration: none; }
  .entry-content ul li {
    list-style: disc; }
  .entry-content ol li {
    list-style: decimal; }
  .entry-content table {
    width: 100%;
    border: 1px solid #eaedf2;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #9fa6b4;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr {
    border-bottom: 1px solid #eaedf2; }
    .entry-content tr:nth-child(even) {
      background-color: #f8f9fa; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #eaedf2; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    background: url('../images/quote-bottom.png?1537519279') right bottom no-repeat, url('../images/quote-top.png?1537519279') left top no-repeat;
    font-family: "Spectral", serif;
    padding: 3em;
    margin: 1em 0;
    font-size: 1.25em; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #000;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85rem;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0 5px;
    float: left;
    display: inline;
    overflow: hidden; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 32px;
    font-size: 1em;
    width: 32px;
    height: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    font-weight: normal;
    min-width: 1em;
    display: inline-block;
    color: #000;
    background-color: #F7F7F7; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #979797;
      color: #fff; }
  .pagination .current {
    cursor: default;
    color: #fff;
    background-color: #EE9850; }
    .pagination .current:hover, .pagination .current:focus {
      color: #000; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */ }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    margin-left: 50px; }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: #9fa6b4;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd {
    background-color: #fff; }
  .comment.even {
    background: #f8f9fa; }

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em 0; }

#reply-title {
  margin: 0; }

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    color: #000; }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em; }

/* comment submit button */
#submit {
  float: right;
  font-size: 1em; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
FOOTER STYLES
*********************/
.flux {
  margin-bottom: 3em; }

.flux,
.copyright {
  font-size: 0.85rem; }

.flux > div {
  margin-bottom: 1.5em; }

.pre-footer {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }

#logo-footer {
  padding: 1em;
  display: -webkit-flex;
  display: flex;
  margin-right: 1em;
  background-color: #fff;
  width: 118px;
  min-width: 118px;
  height: 118px;
  -moz-border-radius: 118px;
  -webkit-border-radius: 118px;
  border-radius: 118px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  #logo-footer:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; }
  #logo-footer img {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    box-sizing: border-box; }

.logo-footer-block {
  display: -webkit-flex;
  display: flex;
  flex: 3; }

.social-footer-block {
  flex: 1;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center; }
  .social-footer-block .h2, .social-footer-block .entry-content h1, .entry-content .social-footer-block h1, .social-footer-block .entry-content .h1, .entry-content .social-footer-block .h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #EE9850;
    font-size: 1em;
    text-transform: inherit;
    text-align: right; }

.social-footer-links {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  .social-footer-links li {
    margin: 0.5em; }
    .social-footer-links li i {
      font-style: normal;
      font-family: 'fontAwesome';
      font-size: 24px; }
    .social-footer-links li a i {
      color: #fff; }
    .social-footer-links li a:hover i {
      color: #EE9850; }
    .social-footer-links li:last-child {
      font-size: 0.85rem; }

.footer {
  margin-top: 1.5em;
  padding: 1em 0;
  clear: both;
  background-color: #000;
  color: #f8f9fa;
  position: relative;
  z-index: 9998; }
  .footer .footer-title {
    font-size: 1rem;
    font-weight: bold; }
    .footer .footer-title span {
      font-weight: normal; }
  .footer .slogan {
    font-size: 1.2em;
    font-weight: 500;
    color: #EE9850; }
  .footer .nav {
    margin: 3em -0.5rem;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .footer .nav > li {
      padding: 0.5rem;
      flex: 1;
      font-weight: bold; }
    .footer .nav li a {
      color: #EE9850;
      padding: 0; }
    .footer .nav .sub-menu > li {
      font-weight: normal;
      font-size: 0.85rem; }
      .footer .nav .sub-menu > li a {
        color: #fff;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .footer .nav .sub-menu > li a:hover {
          color: #EE9850; }

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
.copyright {
  text-align: center; }
  .copyright a {
    color: #fff; }
    .copyright a:hover {
      text-decoration: underline; }

#sb_instagram .sb_instagram_header[style] {
  padding-top: 0 !important; }

.footer-logos {
  text-align: center; }
  .footer-logos img {
    display: inline-block;
    position: relative;
    max-width: 200px;
    width: 100%;
    height: auto;
    box-sizing: border-box; }

/*********************
MASONRY STYLES
*********************/
.masonry-entry {
  width: 100%; }
  .masonry-entry img {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1); }
  .masonry-entry:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0); }
  .masonry-entry:hover .masonry-details {
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff; }
    .masonry-entry:hover .masonry-details a {
      color: #fff; }

.masonry-details {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 0.5em;
  cursor: pointer;
  padding: 1em; }
  .masonry-details .masonry-post-title {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase; }

.archive #main #masonry-loop {
  margin-top: 1.5em; }
  .archive #main #masonry-loop article {
    position: relative;
    background: none;
    padding: 0.5rem;
    overflow: hidden;
    outline: none; }

/*********************
PLUGIN STYLES
*********************/
/*********************
LANDSCAPE
*********************/
/*
@media (orientation: landscape) and (max-device-width : 640px) {
	@import "breakpoints/landscape";
}
*/
@media all and (orientation: landscape) {
  .home-search-wrapper {
    position: relative;
    padding: 1em;
    margin-bottom: 1.5em; }
    .home-search-wrapper .search-wrapper {
      width: 96%;
      min-width: 300px;
      margin: auto;
      /*
      		color: $white;
      		a{
      			color: $white;
      		}
      */ } }
/*********************
600px DEVICES
*********************/
@media only screen and (min-width: 37.56em) {
  /*********************
  ADMIN BAR STYLES
  *********************/
  .admin-bar .header.shrink {
    top: 46px; }

  /*
  .admin-bar #main-content{
  	padding-top: 250px + 46px;
  }
  */
  /*********************
  SHRINK STYLES
  *********************/
  /*
  .blog .header.shrink,
  .home .header.shrink,
  .header.shrink{
  	.search-wrapper{
  		display: block;
  		margin: 90px auto auto auto;
  	}
  }
  */
  /*********************
  GENERAL STYLES
  *********************/
  /*
  .single-experts{
  	.expert-sub-header{
  		flex-direction: row;
  		figure{
  			flex: 1;
  		}
  		.expert-details{
  			flex: 2;
  		}
  	}
  }
  */
  /*********************
  MODULES STYLES
  *********************/
  .module.address .address-list {
    max-width: 80%;
    margin-left: 0;
    margin-right: 0; }

  /*********************
  HEADER STYLES
  *********************/ }
/*********************
TABLET
*********************/
@media only screen and (min-width: 48em) {
  /*********************
  ADMIN BAR STYLES
  *********************/
  .admin-bar .header.shrink,
  .admin-bar .header {
    top: 32px; }

  /*
  .admin-bar #main-content{
  	padding-top: 250px;
  }
  */
  /*********************
  SHRINK STYLES
  *********************/
  .blog .header.shrink .search-wrapper,
  .home .header.shrink .search-wrapper,
  .header.shrink .search-wrapper {
    margin: auto; }
  .blog .header.shrink #languages,
  .home .header.shrink #languages,
  .header.shrink #languages {
    top: 32px; }
  .blog .header.shrink #menuToggle,
  .home .header.shrink #menuToggle,
  .header.shrink #menuToggle {
    top: 40px; }

  /*********************
  GENERAL STYLES
  *********************/
  #main-content {
    padding-top: 230px; }

  .container {
    width: 96%; }

  /*********************
  ORDER
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /*********************
  HEADER STYLES
  *********************/
  .toggle-nav {
    display: none; }

  #languages {
    top: 40px; }

  #menuToggle {
    top: 48px; }

  .header .search-wrapper {
    width: 50%;
    margin: auto;
    padding-top: 20px; }
    .header .search-wrapper .search-display {
      display: none; }

  #logo {
    width: 110px; }

  .breadcrumbs-wrapper {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center; }
    .breadcrumbs-wrapper p {
      margin: 0; }

  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    .nav ul {
      /*
      		background:$black;
      		margin-top:0;
      */ }
    .nav li {
      /*
      		float: left;
      		position: relative;
      */
      /*
      plan your menus and drop-downs wisely.
      */
      /* showing sub-menus */ }
      .nav li a {
        border-bottom: 0;
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */ }
        .nav li a:hover, .nav li a:focus {
          /*
          				color: $white;
          				text-decoration: underline;
          */ }
      .nav li:hover ul.sub-menu,
      .nav li:hover ul.children {
        /*
        					visibility: visible;
        					@include opacite(1);
        */ }
      .nav li ul.sub-menu,
      .nav li ul.children {
        /*
        			visibility: hidden;
        			@include opacite(0);
        			margin-top: 0;
        			position: absolute;
        			visibility: hidden;
        			z-index: 8999;
        */
        /* highlight sub-menu current page */ }
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          /*
          if you need to go deeper, go nuts
          just remember deeper menus suck
          for usability. k, bai.
          */ }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            /*
            					padding-left: 10px;
            					border-right: 0;
            					display: block;
            					width: 180px;
            					border-bottom: 1px solid #ccc;
            */ }
          .nav li ul.sub-menu li:last-child a,
          .nav li ul.children li:last-child a {
            border-bottom: 0; }
          .nav li ul.sub-menu li ul,
          .nav li ul.children li ul {
            top: 0;
            left: 100%; }
      .nav li:hover > ul {
        top: auto;
        visibility: visible; }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget ul li {
    /* deep nesting */ }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */ }

  /* end .footer-links */
  .footer .nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row; }
    .footer .nav > li {
      flex: 1 50%; }

  /*********************
  TEMPLATE STYLES
  *********************/
  .page-template-tpl-contact .your-contacts {
    -webkit-flex-direction: row;
    flex-direction: row; }
  .page-template-tpl-contact .contact-card {
    flex: 1 50%; }

  /*********************
  GUTENBERG STYLES
  *********************/
  .wp-block-columns {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .wp-block-column {
    flex: 1; }

  .entry-content .wp-block-latest-posts {
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-left: -0.63rem;
    margin-right: -0.63rem; }
    .entry-content .wp-block-latest-posts li {
      margin: 0.63rem;
      flex: 1 50%; } }
/*********************
DESKTOP
*********************/
@media only screen and (min-width: 64em) {
  /*********************
  SHRINK STYLES
  *********************/
  /******************************************************************
  H1, H2, H3, H4, H5 & OTHER TITLE STYLES
  ******************************************************************/
  h1, .h1 {
    font-size: 3em; }

  h2, .h2, .entry-content h1, .entry-content .h1 {
    font-size: 2.75em; }

  h3, .h3 {
    font-size: 2em; }

  h4, .h4 {
    font-size: 2em; }

  h5, .h5, h6, .h6 {
    font-size: 2em; }

  /*********************
  HEADER STYLES
  *********************/
  .breadcrumbs-wrapper {
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .breadcrumbs-wrapper .primary-btn, .breadcrumbs-wrapper .frm_style_style-formidable.with_frm_style .frm_submit button, .frm_style_style-formidable.with_frm_style .frm_submit .breadcrumbs-wrapper button, .breadcrumbs-wrapper #submit {
      display: inline-block; }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .single-experts .expert-sub-header {
    flex-direction: column; }
    .single-experts .expert-sub-header figure {
      flex: 1; }
    .single-experts .expert-sub-header .expert-details {
      /*
      			position: absolute;
      			left:0;
      			right: 0;
      			bottom: 0;
      			background-color: rgba(255,255,255,0.8);
      */ }

  /*********************
  SLIDER STYLES
  *********************/
  .home-search-wrapper {
    /*
    	background-color: transparent;
    	margin-bottom: 0;
    	.search-wrapper{
    		position: absolute;
    		z-index: 999;
    		top: -200px;
    		left: 0;
    		right: 0;
    		padding: 0 15%;
    		width: 100%;
    	}
    */ }

  /*********************
  ORDER
  *********************/
  #main {
    order: 1; }

  #share {
    order: 2;
    margin-top: 0;
    margin-bottom: 0; }

  #custom-sidebar {
    order: 0; }

  /*********************
  HOME STYLES
  *********************/
  .home-about {
    -webkit-flex-direction: row;
    flex-direction: row; }

  .home-news-block > div article {
    margin-bottom: 0; }

  .home-venues-block {
    -webkit-flex-direction: row;
    flex-direction: row; }

  /*********************
  ARCHIVE STYLES
  *********************/
  .post-type-archive-quotes article.quotes > div {
    -webkit-flex-direction: row;
    flex-direction: row; }

  /*********************
  COMMON STYLES
  *********************/
  /*
  .talk-carousel{
  	article{
  		@include flex-direction(row);
  	}
  }
  */
  /*********************
  MODULES STYLES
  *********************/
  .v-module {
    height: 100%; }

  .module.address {
    margin-bottom: 0; }

  /*********************
  CUSTOM SIDEBAR & ASIDES STYLES
  *********************/
  .social-floating-module {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    margin-left: 38px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .social-floating-module.floating, .slide .social-floating-module {
      position: fixed;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 9997; }
    .social-floating-module button,
    .social-floating-module .social-title-tool {
      margin: 0 0 10px 0; }

  /*********************
  FOOTER STYLES
  *********************/
  .pre-footer {
    -webkit-flex-direction: row;
    flex-direction: row; }
    .pre-footer .logo-footer-block {
      margin-right: 1em; }

  .social-footer-block {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    justify-content: center; }

  .flux > div {
    margin-bottom: 0; }

  .footer .nav {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .footer .nav > li {
      flex: 1; }

  /*********************
  TEMPLATE STYLES
  *********************/
  .page-template-tpl-contact .contact-card {
    flex: 1 33.333%; } }
/*********************
LARGE DESKTOP
*********************/
@media only screen and (min-width: 75em) {
  /******************************************************************
  H1, H2, H3, H4, H5 & OTHER TITLE STYLES
  ******************************************************************/
  h1, .h1 {
    font-size: 4em; }

  h2, .h2, .entry-content h1, .entry-content .h1 {
    font-size: 3em; }

  h3, .h3 {
    font-size: 2.25em; }

  h4, .h4 {
    font-size: 2.25em; }

  h5, .h5, h6, .h6 {
    font-size: 2.25em; }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .single-experts .expert-sub-header {
    flex-direction: row; }
    .single-experts .expert-sub-header figure {
      flex: 1; }
    .single-experts .expert-sub-header .expert-details {
      position: relative;
      background-color: transparent;
      flex: 1; }

  /*********************
  MODULES STYLES
  *********************/
  .topic-subscription {
    -webkit-flex-direction: row;
    flex-direction: row; }
    .topic-subscription header {
      padding-right: 1.5em;
      margin-right: 1.5em;
      border-right: 1px #EE9850 solid;
      flex: 1; }
    .topic-subscription .topic-subscription-form {
      flex: 2;
      padding-right: 1.5em; }

  /*********************
  COMMON STYLES
  *********************/
  .talk-carousel article {
    -webkit-flex-direction: row;
    flex-direction: row; }

  /*********************
  MASONRY STYLES
  *********************/
  .masonry-entry {
    width: 25%; }

  /*********************
  CUSTOM SIDEBAR & ASIDES STYLES
  *********************/
  .social-floating-module.floating, .slide .social-floating-module {
    margin-left: 38px; }

  /*********************
  GUTENBERG STYLES
  *********************/
  .entry-content .wp-block-latest-posts li {
    flex: 1 33%; } }
/*********************
VERY LARGE DESKTOP
*********************/
/*********************
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. 
  
  */ }
