@charset "UTF-8";
/************************/
/** EACB               **/
/** CSS by Jonas Thiry **/
/** http://www.jweb.be **/
/************************/
/* ==========================================================================
   RESET CSS
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueLTStd-Bd.eot");
  src: url("../fonts/HelveticaNeueLTStd-Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-Bd.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype"), url("../fonts/HelveticaNeueLTStd-Bd.svg#helvetica_neue_bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueLTStd-Md.eot");
  src: url("../fonts/HelveticaNeueLTStd-Md.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-Md.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Md.ttf") format("truetype"), url("../fonts/HelveticaNeueLTStd-Md.svg#helvetica_neue_medium") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueLTStd-Roman.eot");
  src: url("../fonts/HelveticaNeueLTStd-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-Roman.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Roman.ttf") format("truetype"), url("../fonts/HelveticaNeueLTStd-Roman.svg#helvetica_neue_roman") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueLTStd-It.eot");
  src: url("../fonts/HelveticaNeueLTStd-It.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-It.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-It.ttf") format("truetype"), url("../fonts/HelveticaNeueLTStd-It.svg#helvetica_neue_italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueLTStd-Lt.eot");
  src: url("../fonts/HelveticaNeueLTStd-Lt.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype"), url("../fonts/HelveticaNeueLTStd-Lt.svg#helvetica_neue_light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue Cn";
  src: url("../fonts/HelveticaNeueLTStd-Cn.eot");
  src: url("../fonts/HelveticaNeueLTStd-Cn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-Cn.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Cn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTStd-Cn.svg#helvetica_neue_cn") format("svg");
  font-weight: 400;
  font-style: normal;
}
/* 
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
*   Owl Carousel Owl Demo Theme 
* v1.3.2
*/
/* Styling Next and Prev buttons */
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 16px;
  height: 16px;
  margin: 5px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: white;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/*! formstone v1.2.0 [dropdown.css] 2016-07-04 | GPL-3.0 License | formstone.it */
.fs-dropdown {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
}

.fs-dropdown, .fs-dropdown *, .fs-dropdown :after, .fs-dropdown :before, .fs-dropdown:after, .fs-dropdown:before {
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.fs-dropdown-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.fs-dropdown-selected {
  border: none;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid;
  color: #000;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: left;
  text-overflow: clip;
}

.fs-dropdown-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  background: #fff;
  border: 1px solid;
  display: none;
  overflow: auto;
  overflow-x: hidden;
}

.fs-dropdown-options.fs-scrollbar {
  position: absolute;
}

.fs-dropdown-group {
  display: block;
  font-size: 75%;
}

.fs-dropdown-item {
  border: none;
  padding: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
}

.fs-dropdown-item_placeholder {
  display: none;
}

.fs-dropdown-item_selected {
  background: #ddd;
}

.fs-dropdown-item_disabled {
  cursor: default;
  opacity: 0.5;
}

.fs-dropdown-open {
  z-index: 3;
}

.fs-dropdown-open .fs-dropdown-options {
  display: block;
}

.fs-dropdown-open .fs-dropdown-selected {
  z-index: 6;
}

.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  z-index: 4;
}

.fs-dropdown-cover .fs-dropdown-options {
  top: 0;
}

.fs-dropdown-bottom .fs-dropdown-options {
  top: auto;
  bottom: 100%;
}

.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
  top: auto;
  bottom: 0;
}

.fs-dropdown-multiple .fs-dropdown-options {
  width: 100%;
  position: static;
  display: block;
}

.fs-dropdown-disabled {
  opacity: 0.5;
}

.fs-dropdown-disabled .fs-dropdown-selected {
  cursor: default;
}

.fs-dropdown-disabled .fs-dropdown-group, .fs-dropdown-disabled .fs-dropdown-item {
  cursor: default;
}

.fs-dropdown-options.fs-scrollbar {
  overflow: hidden;
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar {
  border: 1px solid;
  border-width: 0 0 0 1px;
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
  max-height: 260px;
  height: auto;
}

.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
  padding: 0;
}

/*!
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.1.x
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2014 Steven Bower under dual MIT/GPL license.
 */
#jr_overlay {
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 2147483646;
  position: absolute;
}

#jr_wrap {
  position: absolute;
  width: 100%;
  z-index: 2147483647;
  padding: 0;
  margin: 0;
}

#jr_inner {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #FFF;
  border: 1px solid #CCC;
  color: #4F4F4F;
  margin: 0 auto;
  height: auto;
  padding: 20px;
  position: relative;
  box-sizing: content-box;
}

#jr_header {
  display: block;
  color: #333;
  padding: 5px;
  padding-bottom: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
#jr_header:after {
  display: none;
}

#jr_inner p {
  padding: 5px;
  margin: 0;
}

#jr_inner ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#jr_inner ul li {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 122px;
  margin: 0 10px 10px 10px;
  padding: 0;
  text-align: center;
}

#jr_inner li a {
  color: #333;
  font-size: 0.8em;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

#jr_inner li a:hover {
  text-decoration: underline;
}

#jr_inner .jr_icon {
  width: 100px;
  height: 100px;
  margin: 1px auto;
  padding: 0;
  background: transparent no-repeat scroll left top;
  cursor: pointer;
}

#jr_close {
  clear: both;
  padding: 0;
  margin: 0;
}

#jr_close a {
  color: #000;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

#jr_close p {
  padding: 10px 0 0 0;
  margin: 0;
}

/**
 * magnificPopup
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
body {
  background: white;
  color: #737373;
  font-family: "Helvetica Neue";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
}
body .main {
  padding-top: 153px;
}
@media (max-width: 61.24em) {
  body .main {
    transform: translateX(0);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media (max-width: 61.24em) {
  body.openMenu .main {
    transform: translateX(-280px);
  }
}
@media (max-width: 61.24em) and (max-width: 29.99em) {
  body.openMenu .main {
    transform: translateX(-250px);
  }
}

::selection {
  color: #FFFFFF;
  background: #7297a9;
}

::-moz-selection {
  color: #FFFFFF;
  background: #7297a9;
}

.wrap {
  max-width: 980px;
  margin: auto;
}
@media (max-width: 1020px) {
  .wrap {
    margin: 0 20px;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body .onlyTablet {
  display: none !important;
}
@media (max-width: 61.24em) {
  body .onlyTablet {
    display: block !important;
  }
}
body .onlyMobile {
  display: none !important;
}
@media (max-width: 46.24em) {
  body .onlyMobile {
    display: block !important;
  }
}

/* ==========================================================================
   GRID
   ========================================================================== */
.row {
  display: block;
  clear: both;
  margin: 0 -15px;
}
.row::after {
  clear: both;
  content: "";
  display: table;
}
.row--collapse {
  margin: 0;
}
.row--collapse .column {
  padding-left: 0;
  padding-right: 0;
}

.column {
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  min-height: 20px;
}

.col-1 {
  width: 8.3333333333%;
}
.col-2 {
  width: 16.6666666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333333333%;
}
.col-5 {
  width: 41.6666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333333333%;
}
.col-8 {
  width: 66.6666666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333333333%;
}
.col-11 {
  width: 91.6666666667%;
}
.col-12 {
  width: 100%;
}

/* ==========================================================================
   LINKS & BUTTONS
   ========================================================================== */
a {
  color: #828282;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.active, a:hover {
  color: black;
}

.btn {
  width: 170px;
  background-color: #95433d;
  display: inline-block;
  line-height: 24px;
  padding: 7px 20px 4px;
  border-radius: 20px;
  color: white !important;
  text-transform: uppercase;
  font-size: 13px;
  transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: none;
  outline: none;
  cursor: pointer;
  appearance: none;
}
.btn:hover {
  background-color: rgba(149, 67, 61, 0.5);
  color: white;
}
.navigation-bar .btn, .top-bar .btn {
  width: auto;
  font-size: 15px;
  line-height: 24px;
  padding: 5px 20px 1px;
}
.parag__links .btn {
  width: auto;
  margin: 15px 5px;
}
.btn-auto {
  width: auto;
}
form .btn {
  font-family: "Helvetica Neue";
  padding: 6px 20px 3px;
}

/* ==========================================================================
   ICONS
   ========================================================================== */
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
}
.icon--twitter {
  background-position: -24px 0;
}
.icon--facebook {
  background-position: -48px 0;
}
.icon--linkedin {
  background-position: -72px 0;
}
.icon--rss {
  background-position: -96px 0;
}
.icon--user {
  background-position: -120px 0;
  vertical-align: top;
  transform: translateY(-1px);
}
.icon--contact {
  background-position: -144px 0;
  margin-right: 2px;
}
.icon--arrow {
  background-position: -168px 0;
  vertical-align: middle;
  margin-right: 2px;
}
.icon--angle {
  background-position: 0 -24px;
}
.icon--download {
  background-position: -48px -24px;
  margin-right: 2px;
}
.icon--left {
  background-position: -72px -24px;
}
.icon--right {
  background-position: -96px -24px;
}
.icon--twitter-xl {
  width: 96px;
  height: 96px;
  background-position: 0 -48px;
}
.icon--play {
  width: 96px;
  height: 96px;
  background-position: -96px -48px;
}
.icon--tel {
  background-position: 0 -144px;
}
.icon--fax {
  background-position: -24px -144px;
}
.icon--mail {
  background-position: -48px -144px;
}
.icon--press {
  background-position: -24px -144px;
}
.icon--tag {
  background-position: -96px -144px;
}
.icon--dashboard {
  background-position: -26px -178px;
}
.icon--deadlines {
  background-position: -84px -178px;
}
.icon--events {
  background-position: -90px -210px;
}
.icon--events.active {
  background-position: -63px -210px;
}
.icon--documents {
  background-position: -26px -208px;
}
.icon--bullet {
  background-position: -125px -30px;
}
.icon--export {
  background-position: -130px -210px;
}
.icon--clock {
  background-position: -170px -30px;
}
.icon--delete {
  background-position: -178px -210px;
}
.icon--back {
  background-position: -126px -149px;
  transform: rotate(180deg);
  width: 20px;
  height: 14px;
}
.icon--next {
  background-position: -126px -149px;
  width: 20px;
  height: 14px;
}

.round {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #95433d;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  margin-bottom: 12px;
}
.round:last-child {
  margin-bottom: 0;
}
.round .icon {
  margin-top: 3px;
  vertical-align: top;
}

/* ==========================================================================
   TITLES & TEXTS
   ========================================================================== */
h1,
.h1 {
  font-size: 24px;
  line-height: 1.167;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  text-align: center;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
h1 a,
.h1 a {
  display: inline-block;
  color: black;
}
h1 a:hover,
.h1 a:hover {
  color: rgba(0, 0, 0, 0.5);
}
h1:after,
.h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 1px;
  background-color: #7297a9;
}
h1 span,
.h1 span {
  text-transform: none;
}

h2,
.h2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: black;
  text-align: center;
  margin: 20px 0;
}
h2 a,
.h2 a {
  display: inline-block;
  color: black;
}
h2 a:hover,
.h2 a:hover {
  color: rgba(0, 0, 0, 0.5);
}

h3,
.h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: black;
  margin: 20px 0;
}
h3 a,
.h3 a {
  display: inline-block;
  color: black;
}
h3 a:hover,
.h3 a:hover {
  color: rgba(0, 0, 0, 0.5);
}

h4,
.h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: black;
  margin: 20px 0;
}

p {
  margin: 20px 0;
  hyphens: auto;
}
p a {
  display: inline-block;
  color: #737373;
}
p a:hover {
  color: rgba(115, 115, 115, 0.7);
}

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

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

.t-uppercase {
  text-transform: uppercase;
}

.t-normalize {
  text-transform: none;
}

.t-center {
  text-align: center;
}
.t-center strong {
  color: black;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  border-top: 5px solid #7297a9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: white;
}
.header .wrap::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 61.24em) {
  .header {
    position: absolute;
  }
}
@media (min-width: 61.25em) {
  .header.small {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  }
}

.logo {
  display: block;
  width: 197px;
  float: left;
  transition: width 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 46.24em) {
  .logo {
    float: none;
    margin: auto;
  }
}
@media (min-width: 61.25em) {
  .small .logo {
    width: 144px;
  }
}
.logo img {
  display: block;
  width: 100%;
}

.top-bar {
  float: right;
  margin: 20px 0;
  height: 30px;
  line-height: 30px;
}
.top-bar__list {
  font-family: "Helvetica Neue Cn";
}
.top-bar__list::after {
  clear: both;
  content: "";
  display: table;
}
.top-bar__item {
  float: left;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
}
.top-bar__item:last-child {
  padding-right: 0;
}
.top-bar__item:first-child:before {
  display: none;
}
.top-bar__item:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: #dcdcdc;
}
.top-bar__item .icon {
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.top-bar__item .icon:not(.icon--contact):hover {
  opacity: 0.5;
}
.top-bar__item a {
  display: inline-block;
}
.top-bar__item .link {
  margin-top: 2px;
}
.top-bar__item .btn {
  padding-left: 12px;
}

.search {
  position: relative;
  height: 27px;
}
@media (max-width: 29.99em) {
  .search {
    max-width: 200px;
  }
}
.search input {
  display: block;
  border: 2px solid #e3e3e3;
  height: 27px;
  box-sizing: border-box;
  line-height: 19px;
  padding: 4px 40px 2px 10px;
  border-radius: 15px;
  width: 100%;
  max-width: 230px;
  font-family: "Helvetica Neue";
  font-size: 14px;
  color: #737373;
}
.search button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  right: 10px;
}

@media (max-width: 61.24em) {
  .top-bar {
    margin-right: 10px;
  }
  .top-bar .contact {
    display: none;
  }
  .top-bar .search input {
    width: 200px;
  }
}
@media (max-width: 46.24em) {
  .top-bar {
    display: none;
  }
}
.navigation-bar {
  float: right;
  margin: 30px 0 0;
  height: 30px;
}
@media (min-width: 61.25em) {
  .navigation-bar {
    transition: margin 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media (min-width: 61.25em) {
  .small .navigation-bar {
    margin-top: 0;
  }
}
.navigation-bar__list {
  font-family: "Helvetica Neue Cn";
  font-size: 18px;
}
.navigation-bar__item {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.navigation-bar__item:last-child {
  margin-right: 0;
}

@media (max-width: 61.24em) {
  .navigation-bar {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: -280px;
    bottom: 0;
    width: 280px;
    box-sizing: border-box;
    background-color: #f1f1f1;
    margin-top: 0;
    padding: 30px;
    float: none;
    height: auto;
  }
  .navigation-bar__item {
    display: block;
    margin: 5px 0;
  }
  .navigation-bar__item a {
    font-size: 20px;
    display: inline-block;
  }
  .navigation-bar .btn {
    margin-bottom: 15px;
  }
  .navigation-bar .search {
    margin-bottom: 15px;
  }
}
@media (min-width: 61.25em) {
  .submenu {
    position: absolute;
    z-index: 5;
    top: 30px;
    left: -10px;
    font-family: "Helvetica Neue";
    font-size: 13px;
    background-color: #7297a9;
    height: 0;
    transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    opacity: 0;
  }
  .navigation-bar__item:hover .submenu {
    overflow: visible;
    height: auto;
    opacity: 1;
  }
  .navigation-bar__item:hover .submenu__item {
    opacity: 1;
    transform: none;
  }
  .navigation-bar__item:hover .submenu__item:nth-child(1) {
    transition: 0.4s transform 0s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .navigation-bar__item:hover .submenu__item:nth-child(2) {
    transition: 0.4s transform 0.05s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.05s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .navigation-bar__item:hover .submenu__item:nth-child(3) {
    transition: 0.4s transform 0.1s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.1s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .navigation-bar__item:hover .submenu__item:nth-child(4) {
    transition: 0.4s transform 0.15s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.15s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .navigation-bar__item:hover .submenu__item:nth-child(5) {
    transition: 0.4s transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.2s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .navigation-bar__item:hover .submenu__item:nth-child(6) {
    transition: 0.4s transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.25s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .submenu ul {
    padding: 10px 0;
  }
  .submenu__item {
    width: 220px;
    opacity: 0;
    transform: translateX(-10px);
  }
  .submenu__item > a {
    display: block;
    color: white;
    text-decoration: none;
    line-height: 18px;
    padding: 7px 20px;
    text-transform: uppercase;
    position: relative;
  }
  .submenu__item > a .icon {
    position: absolute;
    right: 5px;
    top: 2px;
  }
  .submenu__item:hover {
    background-color: #7297a9;
  }
  .submenu__item:hover > a {
    color: #314048;
  }
  .submenu__item:hover > a .icon {
    background-position: -24px -24px;
  }
  .submenu__item:hover .sub-submenu {
    width: 210px;
  }
  .submenu__item:hover .sub-submenu ul li {
    opacity: 1;
    transform: translateX(0);
  }
  .submenu__item:hover .sub-submenu ul li:nth-child(1) {
    transition: 0.5s transform 0s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0s ease-in-out;
  }
  .submenu__item:hover .sub-submenu ul li:nth-child(2) {
    transition: 0.5s transform 0.05s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.05s ease-in-out;
  }
  .submenu__item:hover .sub-submenu ul li:nth-child(3) {
    transition: 0.5s transform 0.1s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.1s ease-in-out;
  }
  .submenu__item:hover .sub-submenu ul li:nth-child(4) {
    transition: 0.5s transform 0.15s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.15s ease-in-out;
  }
  .submenu__item:hover .sub-submenu ul li:nth-child(5) {
    transition: 0.5s transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.2s ease-in-out;
  }
  .submenu__item:hover .sub-submenu ul li:nth-child(6) {
    transition: 0.5s transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.25s ease-in-out;
  }
  .submenu__item:hover .sub-submenu ul li:nth-child(7) {
    transition: 0.5s transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.3s ease-in-out;
  }
  .submenu__item:hover .sub-submenu ul li:nth-child(8) {
    transition: 0.5s transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.35s ease-in-out;
  }
  .submenu__item.active > a {
    color: #314048;
  }

  .sub-submenu {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 220px;
    transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    width: 0;
    background-color: #688999;
    overflow: hidden;
  }
  .sub-submenu ul {
    padding: 15px 20px;
  }
  .sub-submenu ul li {
    opacity: 0;
    transform: translateX(-50px);
    margin-bottom: 5px;
  }
  .sub-submenu ul li a {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 25px;
  }
  .sub-submenu ul li a:hover {
    color: #314048;
  }
  .sub-submenu ul li.active a {
    color: #314048;
  }
}
@media (max-width: 61.24em) {
  .submenu,
.sub-submenu {
    display: none;
  }
  .submenu.is-open,
.sub-submenu.is-open {
    display: block;
  }

  .submenu {
    margin-left: 10px;
  }
  .submenu__item > a {
    font-size: 18px;
  }

  .sub-submenu {
    margin-left: 10px;
  }
  .sub-submenu a {
    font-size: 16px;
  }
}
@media (max-width: 1020px) {
  .submenu__item.active > a {
    color: #314048;
  }

  .sub-submenu li.active a {
    color: #314048;
  }
}
@media (max-width: 61.24em) {
  #nav-icon {
    padding: 10px;
    background-color: #FFFFFF;
    width: 25px;
    height: 24px;
    position: absolute;
    top: 80px;
    right: 30px;
    cursor: pointer;
  }
}
@media (max-width: 61.24em) and (max-width: 46.24em) {
  #nav-icon {
    top: 15px;
    right: 20px;
  }
}
@media (max-width: 61.24em) {
  #nav-icon2 {
    padding: 2px;
    width: 40px;
    height: 24px;
    position: absolute;
    top: 0px;
    right: 30px;
    cursor: pointer;
  }
}
@media (max-width: 61.24em) and (max-width: 46.24em) {
  #nav-icon2 {
    top: 15px;
    right: 20px;
  }
}
@media (max-width: 61.24em) {
  .nav-icon {
    width: 30px;
    height: 30px;
    transform: rotate(0deg);
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #95433d;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .nav-icon span:nth-child(1) {
    top: 0;
    transform-origin: left center;
  }
  .nav-icon span:nth-child(2) {
    top: 10px;
    transform-origin: left center;
  }
  .nav-icon span:nth-child(3) {
    top: 20px;
    transform-origin: left center;
  }
  .nav-icon.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 2px;
  }
  .nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 21px;
    left: 2px;
  }
}
@media (max-width: 61.24em) {
  .nav-icon2 {
    width: 10px;
    height: 14px;
    position: relative;
    left: calc(50% - 5px);
    background-position: -80px -30px;
    -webkit-transform: rotate(-90deg);
    /* Agrandissement de la photo à l'échelle 1.4 et rotation de -10 degrés */
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .nav-icon2.open {
    -webkit-transform: rotate(90deg);
    /* Agrandissement de la photo à l'échelle 1.4 et rotation de -10 degrés */
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media (max-width: 61.24em) and (min-width: 46.25em) {
  .nav-icon2 {
    top: 50%;
  }
}
@media (max-width: 61.24em) {
  .android .nav-icon.open span:nth-child(1) {
    top: 9px;
  }
  .android .nav-icon.open span:nth-child(3) {
    top: 9px;
  }
}
/* ==========================================================================
   BREADCRUMB
   ========================================================================== */
.breadcrumb {
  margin-top: 5px;
  height: 25px;
}
.breadcrumb p {
  margin: 0;
  padding: 3px 0;
  font-size: 14px;
  line-height: 1.4;
}
.breadcrumb p a {
  color: #95433d;
}
.breadcrumb p a:hover {
  color: rgba(149, 67, 61, 0.7);
}
.breadcrumb + section {
  padding-top: 20px;
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */
.pagination {
  margin-top: 30px;
  text-align: center;
}
.pagination a {
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  color: #95433d;
  font-size: 15px;
  line-height: 26px;
}
.pagination a:hover {
  color: rgba(149, 67, 61, 0.5);
}
.pagination a.active {
  color: #a0a0a0;
  pointer-events: none;
}
.pagination .arrow {
  background-color: #95433d;
  transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pagination .arrow:first-child {
  margin-right: 15px;
}
.pagination .arrow:last-child {
  margin-left: 15px;
}
.pagination .arrow:hover {
  background-color: rgba(149, 67, 61, 0.5);
}
.pagination .arrow.disabled {
  pointer-events: none;
  background-color: rgba(149, 67, 61, 0.3);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  background-color: #7297a9;
  color: white;
  padding: 40px 0;
  border-top: 10px solid white;
  overflow: hidden;
}
@media (max-width: 46.24em) {
  .footer {
    padding-bottom: 20px;
  }
}
@media (max-width: 46.24em) {
  .footer .column {
    width: 50%;
  }
  .footer .column:first-child {
    display: none;
  }
}
@media (max-width: 46.24em) and (max-width: 29.99em) {
  .footer .column {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 20px;
  }
  .footer .column:last-child {
    margin-bottom: 0;
  }
}
.footer a {
  color: white;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.footer-title {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.footer-text {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}
.footer-copyright {
  margin: 0;
  font-size: 13px;
  line-height: 24px;
}
.footer-copyright a {
  color: #acd7ec;
  text-decoration: underline;
}
.footer-copyright a:hover {
  color: rgba(172, 215, 236, 0.6);
}
.footer-copyright--mobile {
  display: none;
}
@media (max-width: 46.24em) {
  .footer-copyright--mobile {
    line-height: 18px;
    margin-top: 10px;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 29.99em) {
  .footer-copyright--mobile {
    text-align: center;
  }
}
.footer-item {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
}
.footer-item .icon {
  margin-top: -2px;
  transform: scale(0.7);
}
.footer form {
  max-width: 270px;
}
.footer input {
  border: none;
  background-color: #a6cee2;
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  line-height: 22px;
  padding: 7px 10px 3px;
  margin: 7px 0 0;
  font-size: 14px;
  font-family: "Helvetica Neue";
  color: #4c6571;
  outline: none;
}
.footer input.error {
  border: 2px solid #95433d;
}
.footer ::-moz-placeholder {
  color: #7297a9;
  opacity: 1;
}
.footer :-moz-placeholder {
  color: #7297a9;
  opacity: 1;
}
.footer :-ms-input-placeholder {
  color: #7297a9;
  opacity: 1;
}
.footer ::-webkit-input-placeholder {
  color: #7297a9;
  opacity: 1;
}
.footer button {
  border: 0;
  background-color: transparent;
  color: white;
  float: right;
  -webkit-appearance: none;
  padding: 0;
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 24px;
  font-family: "Helvetica Neue";
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer button:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* ==========================================================================
   SPRITES & RETINA DISPLAY
   ========================================================================== */
.icon, .nav-icon2 {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-size: 200px 250px;
}
@supports (-ms-ime-align: auto) {
  .icon, .nav-icon2 {
    background-image: url(../images/sprite@2x.png);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
  .icon {
    background-image: url(../images/sprite@2x.png);
  }
}
/* ==========================================================================
   SLIDER
   ========================================================================== */
.item-content {
  max-width: 980px;
  margin: auto;
  position: relative;
}
@media (max-width: 1060px) {
  .item-content {
    margin: 0 40px;
  }
}
.item-title {
  max-width: 480px;
  font-size: 38px;
  line-height: 1.263;
  position: absolute;
  padding-top: 8.5%;
  color: white;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  font-weight: 300;
}
@media (max-width: 61.24em) {
  .item-title {
    font-size: 30px;
  }
}
@media (max-width: 46.24em) {
  .item-title {
    font-size: 24px;
  }
}
.item-title strong {
  font-weight: 600;
}
.item-title a {
  color: white;
}
.item-title a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.item-title.owl-item.active {
  font-weight: 10px;
}
.item-img {
  width: 100%;
  display: block;
  min-height: 300px;
  object-fit: cover;
}
@media (max-width: 46.24em) {
  .item-img {
    min-height: 200px;
  }
}

.owl-pagination {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
}

#slider2 .owl-controls .owl-page span, #carousel .owl-controls .owl-page span, #tweets .owl-controls .owl-page span {
  background-color: #95433d;
}

#carousel {
  padding-bottom: 45px;
}
#carousel p {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

#tweets {
  padding-top: 30px;
  padding-bottom: 60px;
}

#slider2 {
  padding-top: 20px;
  padding-bottom: 45px;
}
#slider2 .item {
  padding: 0 10px;
}
#slider2 .item h3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 22px;
}
#slider2 .item p {
  font-style: italic;
}

.owl-prev,
.owl-next {
  width: 21px;
  height: 34px;
  background-size: cover;
  border-radius: 0;
  position: absolute;
  top: calc(50% - 17px);
  text-indent: -9999px;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
  opacity: 0.5;
}
.owl-prev:hover,
.owl-next:hover {
  opacity: 1;
}
@media (max-width: 61.24em) {
  .owl-prev,
.owl-next {
    display: none;
  }
}

.owl-prev {
  left: 40px;
  background-image: url(../images/prev.png);
}

.owl-next {
  right: 40px;
  background-image: url(../images/next.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 240dpi) {
  .owl-prev {
    background-image: url(../images/prev@2x.png);
  }

  .owl-next {
    background-image: url(../images/next@2x.png);
  }
}
/* ==========================================================================
   SECTION
   ========================================================================== */
section.white {
  background-color: white;
}
section.gray {
  background-color: #f1f1f1;
}

/* ==========================================================================
   PARAG
   ========================================================================== */
.parag {
  padding: 50px 0;
  overflow: hidden;
}
.parag__content {
  max-width: 840px;
  margin: auto;
  text-align: center;
}
.parag__content p strong {
  color: black;
}
.parag__content p a {
  color: #95433d;
}
.parag__content p a:hover {
  color: rgba(149, 67, 61, 0.7);
}
.parag__content h1,
.parag__content .h1 {
  padding-bottom: 13px;
}
.parag__content h1 + p,
.parag__content .h1 + p {
  margin-top: 15px;
}
.parag__team {
  text-align: center;
}
@media (max-width: 46.24em) {
  .parag__team .column {
    width: 100%;
    float: none;
  }
  .parag__team .column:first-child {
    margin-bottom: 40px;
  }
}
.parag__team .h2 {
  font-size: 22px;
  margin-bottom: 0;
}
.parag__team p {
  max-width: 380px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.parag-date {
  text-align: center;
  margin: 0;
}
.parag__links {
  text-align: center;
  margin-top: -5px;
  margin-bottom: -15px;
}
@media (max-width: 46.24em) {
  .parag-contact .column {
    width: 100%;
    max-width: 500px;
    margin: auto;
    float: none;
  }
}
.parag-contact h2 {
  text-align: left;
}
.parag-contact h3 {
  text-align: left;
  margin-bottom: 0;
}
.parag-contact h3 + p {
  margin-top: 0;
}
.parag-contact a {
  color: #95433d;
}
.parag-contact a:hover {
  color: rgba(149, 67, 61, 0.7);
}

.team-img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  overflow: hidden;
  margin: 20px auto 0;
  position: relative;
  /* @bugfix @affected Chrome */
  z-index: 0;
  /* @note Idem */
}
.team-img a,
.team-img img {
  display: block;
}
.team-img img {
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.team-img img:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

.columns-2 {
  text-align: left;
  columns: 2;
  column-gap: 30px;
}
@media (max-width: 46.24em) {
  .columns-2 {
    columns: 1;
    column-gap: 0px;
  }
}
.columns-2 p {
  margin-top: 0;
  break-inside: avoid-column;
}
.columns-2 p strong {
  color: black;
}
.columns-2.list {
  margin: 20px 0 10px;
}
.columns-2.list a {
  color: #95433d;
}
.columns-2.list a:hover {
  color: rgba(149, 67, 61, 0.7);
}
.columns-2 ul li {
  color: #95433d;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 25px;
  line-height: 1.4;
  position: relative;
  break-inside: avoid-column;
}
.columns-2 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #b6b6b6;
}
.windows .columns-2 ul li:before {
  top: 6px;
}

/* ==========================================================================
   TWEETS
   ========================================================================== */
.tweets::after {
  clear: both;
  content: "";
  display: table;
}
.tweets-left {
  float: left;
  width: 200px;
}
.tweets-left .btn {
  width: 95px;
  text-align: center;
}
@media (max-width: 46.24em) {
  .tweets-left {
    float: none;
    margin: auto;
    text-align: center;
  }
}
.tweets-right {
  float: right;
  width: calc(100% - 200px);
}
@media (max-width: 46.24em) {
  .tweets-right {
    float: none;
    width: 100%;
  }
}
.tweets-link {
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}
@media (max-width: 46.24em) {
  .tweets-link {
    padding-left: 0;
  }
}
.tweets-title {
  display: block;
  font-weight: 700;
  color: black;
  font-size: 22px;
  line-height: 1;
}
.tweets-user {
  display: block;
  font-size: 14px;
}

.tweet {
  padding: 0 20px;
}
.tweet-title {
  font-size: 13px;
  margin-bottom: 0;
}
.tweet-title strong {
  font-weight: 700;
  color: black;
}
.tweet-text {
  margin-top: 5px;
}
.tweet-text p {
  margin: 0;
}
.tweet-text p a {
  color: #95433d;
}
.tweet-text p a:hover {
  color: rgba(149, 67, 61, 0.7);
}

/* ==========================================================================
   ARTICLE
   ========================================================================== */
.article > a {
  display: inline-block;
  margin-top: 15px;
  color: #95433d;
}
.article > a:hover {
  color: rgba(149, 67, 61, 0.5);
}
.article-main {
  text-align: left;
  margin-top: 20px;
}
.article-main::after {
  clear: both;
  content: "";
  display: table;
}
.article-left {
  float: left;
  width: 100%;
  max-width: 330px;
  position: relative;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .article-left {
    width: 33.333333%;
  }
}
@media (max-width: 46.24em) {
  .article-left {
    float: none;
    max-width: 100%;
  }
}
.article-left > a {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: -4px;
  font-size: 14px;
  color: #95433d;
}
.article-left > a:hover {
  color: rgba(149, 67, 61, 0.5);
}
@media (max-width: 46.24em) {
  .article-left > a {
    display: none;
  }
}
.article-left:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f1f1f1 transparent transparent;
}
.gray .article-left:after {
  border-color: transparent white transparent transparent;
}
@media (max-width: 46.24em) {
  .article-left:after {
    bottom: 0;
    top: auto;
    left: 20px;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f1f1f1 transparent;
  }
  .gray .article-left:after {
    border-color: transparent transparent white transparent;
  }
}
.article-img {
  width: 100%;
  max-width: 330px;
  background-color: #e2e2e2;
}
@media (max-width: 46.24em) {
  .article-img {
    max-width: 100%;
  }
}
.parag-members .article-img {
  padding: 40px 0;
}
.article-img img {
  display: block;
  width: 100%;
}
.parag-members .article-img img {
  width: 230px;
  height: 138px;
  margin: auto;
}
.article-img a {
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.article-img a:hover {
  opacity: 0.7;
}
.article-content {
  float: right;
  box-sizing: border-box;
  width: calc(100% - 330px);
  padding: 10px 30px 30px;
  background-color: #f1f1f1;
  position: relative;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .article-content {
    width: 66.666666%;
  }
}
@media (max-width: 46.24em) {
  .article-content {
    float: none;
    width: 100%;
  }
}
@media (max-width: 29.99em) {
  .article-content {
    padding: 10px 20px 30px;
  }
}
.gray .article-content {
  background-color: white;
}
.article-content .item-member::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 46.24em) {
  .article-content .item-member {
    margin-bottom: 40px;
  }
  .article-content .item-member:last-child {
    margin-bottom: 0;
  }
  .article-content .item-member .f-right {
    float: none;
    margin-left: 0;
  }
}
.parag-members .article-content {
  padding-bottom: 25px;
}
.parag-members .article-content p:last-child {
  margin-bottom: 0;
}
.article-content h2 {
  text-align: left;
}
.parag-members .article-content h2 {
  text-transform: uppercase;
}
.article-content h4 {
  margin: 20px 0 2px;
}
.article-content h4 + p {
  margin-top: 0;
}
.article-content p {
  margin: 25px 0;
}
.article-content a {
  display: inline;
  color: #95433d;
}
.article-content a:hover {
  color: rgba(149, 67, 61, 0.7);
}
.article-content em {
  font-style: italic;
}
.article-content ul li:before {
  content: "•";
  color: black;
  margin-right: 5px;
}
.article-content strong {
  color: black;
  /*font-weight: normal;*/
}
.article-content iframe {
  margin-top: 10px;
  width: 100%;
  max-width: 480px;
}
.article-content > img {
  display: block;
  max-width: 100%;
}
.article-item {
  margin: 20px 0;
}
.article-item::after {
  clear: both;
  content: "";
  display: table;
}
.article-item.item-flag {
  margin: 25px 0;
}
.article-item.item-flag h4 {
  text-transform: uppercase;
}
.article-item.item-flag img {
  margin-top: 3px;
  width: 100px;
}
.article-item.item-flag .item-content {
  margin-left: 130px;
  padding-top: 0;
}
@media (max-width: 29.99em) {
  .article-item.item-flag .item-content {
    margin: 10px 0 0;
  }
}
@media (max-width: 29.99em) {
  .article-item .f-left {
    float: none;
  }
}
.article-item .item-content {
  margin-left: 160px;
  padding-top: 25px;
}
@media (max-width: 29.99em) {
  .article-item .item-content {
    margin: 0;
  }
}
.article-item .item-content h4 {
  margin-top: 0;
}
.article-item + h2 {
  margin-top: 40px;
}
.article-footer {
  margin-top: 20px;
  text-align: right;
}
.article-footer p {
  margin: 0 10px 0 0;
  font-size: 14px;
  line-height: 37px;
  vertical-align: top;
  text-transform: uppercase;
  display: inline-block;
}
.article-footer .buttons-share {
  display: inline-block;
}
.article-list {
  height: 190px;
}
@media (max-width: 46.24em) {
  .article-list {
    height: auto;
    padding-bottom: 20px;
  }
}
.article-list h2 {
  font-size: 19px;
  margin-bottom: 7px;
}
.article-list h2 a {
  display: inline-block;
  color: black;
}
.article-list h2 a:hover {
  color: rgba(0, 0, 0, 0.5);
}
.article-list p {
  margin-top: 0;
}
.article-list p a {
  display: inline-block;
  color: #737373;
}
.article-list p a strong {
  font-weight: 400;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.article-list p a:hover {
  color: rgba(115, 115, 115, 0.5);
}
.article-list p a:hover strong {
  color: rgba(0, 0, 0, 0.5);
}
.article-bottom {
  position: absolute;
  bottom: 15px;
  right: 30px;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
.article-bottom p {
  margin: 0;
  line-height: 18px;
}
.article-category {
  text-transform: uppercase;
  font-size: 12px;
  color: #95433d;
  font-weight: 600;
}
.article-related {
  margin-top: 10px;
  margin-left: 330px;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 46.24em) {
  .article-related {
    margin-left: 0;
  }
}
.article-related .related-title {
  color: black;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 7px;
}
.article-related ul li {
  color: #95433d;
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: 1.4;
  position: relative;
}
.article-related ul li a {
  color: #95433d;
}
.article-related ul li a:hover {
  color: rgba(149, 67, 61, 0.7);
}
.article-related ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #b6b6b6;
}

/* ==========================================================================
   GRID
   ========================================================================== */
.grid {
  padding: 50px 0;
  text-align: center;
}
.grid .btn {
  margin-top: 10px;
}

.list-posts {
  margin: 20px 0;
}
.list-posts::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 61.24em) {
  .list-posts {
    max-width: 490px;
    margin: 20px auto;
  }
  .grid-3 .list-posts {
    max-width: 650px;
  }
}
@media (max-width: 61.24em) and (max-width: 29.99em) {
  .grid-3 .list-posts {
    max-width: 340px;
  }
}
@media (max-width: 61.24em) {
  .grid-2 .list-posts {
    max-width: 100%;
  }
}
@media (max-width: 29.99em) {
  .list-posts {
    max-width: 340px;
  }
}

.post {
  background-color: white;
  position: relative;
  text-align: left;
}
.white .post {
  background-color: #f1f1f1;
}
.post::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 29.99em) {
  .post {
    margin-bottom: 20px;
  }
  .post:last-child {
    margin-bottom: 0;
  }
}
.grid-4 .post {
  width: 50%;
  float: left;
}
@media (max-width: 61.24em) {
  .grid-4 .post {
    width: 100%;
    float: none;
  }
}
.grid-3 .post {
  height: 500px;
  width: 33.333333%;
  float: left;
}
@media (max-width: 61.24em) {
  .grid-3 .post {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 20px;
  }
}
.post-content {
  width: 50%;
  float: left;
  padding: 15px;
  box-sizing: border-box;
}
@media (min-width: 61.25em) {
  .grid-4 .post:nth-child(4n) .post-content, .grid-4 .post:nth-child(4n-1) .post-content, .grid-2 .post:nth-child(even) .post-content {
    float: right;
  }
}
@media (max-width: 61.24em) {
  .grid-4 .post:nth-child(even) .post-content, .grid-2 .post:nth-child(even) .post-content {
    float: right;
  }
}
@media (max-width: 29.99em) {
  .post-content {
    width: 100%;
    float: none;
  }
}
@media (min-width: 61.25em) {
  .grid-3 .post-content {
    width: 100%;
    height: 250px;
    float: none;
    padding: 25px;
  }
  .grid-3 .post:nth-child(3n-1) .post-content {
    margin-top: 250px;
  }
}
@media (max-width: 61.24em) {
  .grid-3 .post-content {
    width: calc(100% - 270px);
  }
}
@media (max-width: 61.24em) and (max-width: 29.99em) {
  .grid-3 .post-content {
    width: 100%;
  }
}
.post-footer {
  position: absolute;
  bottom: 15px;
  right: calc(50% + 20px);
  text-align: right;
}
@media (min-width: 61.25em) {
  .grid-4 .post:nth-child(4n) .post-footer, .grid-4 .post:nth-child(4n-1) .post-footer, .grid-2 .post:nth-child(even) .post-footer {
    right: 20px;
  }
}
@media (max-width: 61.24em) {
  .grid-4 .post:nth-child(even) .post-footer, .grid-2 .post:nth-child(even) .post-footer {
    right: 20px;
  }
}
@media (max-width: 29.99em) {
  .post-footer {
    position: relative;
    bottom: auto;
    margin-top: 20px;
    right: auto !important;
  }
}
.post-img {
  width: 50%;
  float: right;
  position: relative;
  overflow: hidden;
  background-color: #7297a9;
}
@media (max-width: 29.99em) {
  .post-img {
    width: 100%;
    float: none;
  }
}
.post-img a {
  display: block;
}
.post-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.post:hover .post-img img {
  transform: scale(1.05);
  opacity: 0.8;
}
.post-img:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}
.white .post-img:after {
  border-color: transparent transparent transparent #f1f1f1;
}
@media (min-width: 61.25em) {
  .grid-4 .post:nth-child(4n) .post-img:after, .grid-4 .post:nth-child(4n-1) .post-img:after, .grid-2 .post:nth-child(even) .post-img:after {
    right: 0;
    left: auto;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .white.grid-4 .post:nth-child(4n) .post-img:after, .white.grid-4 .post:nth-child(4n-1) .post-img:after, .white.grid-2 .post:nth-child(even) .post-img:after {
    border-color: transparent #f1f1f1 transparent transparent;
  }
}
@media (min-width: 30em) and (max-width: 61.24em) {
  .grid-4 .post:nth-child(even) .post-img:after, .grid-2 .post:nth-child(even) .post-img:after {
    right: 0;
    left: auto;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .white.grid-4 .post:nth-child(even) .post-img:after, .white.grid-2 .post:nth-child(even) .post-img:after {
    border-color: transparent #f1f1f1 transparent transparent;
  }
}
@media (max-width: 29.99em) {
  .post-img:after {
    top: 0;
    left: 20px;
    border-width: 10px 10px 0 10px;
    border-color: white transparent transparent transparent;
  }
  .white .post-img:after {
    border-color: #f1f1f1 transparent transparent transparent;
  }
}
@media (min-width: 61.25em) {
  .grid-3 .post-img:after {
    top: 0;
    left: 20px;
    border-width: 10px 10px 0 10px;
    border-color: white transparent transparent transparent;
  }
  .grid-3 .post:nth-child(3n-1) .post-img:after {
    bottom: 0;
    top: auto;
    left: 20px;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent white transparent;
  }
}
.grid-4 .post-img {
  position: relative;
  max-width: 250px;
}
.grid-4 .post-img:before {
  padding-top: 100%;
  display: block;
  content: "";
}
@media (max-width: 29.99em) {
  .grid-4 .post-img {
    max-width: 100%;
  }
}
.grid-3 .post-img {
  width: 100%;
  position: relative;
  position: absolute;
  bottom: 0;
}
.grid-3 .post-img:before {
  padding-top: 76.5696784074%;
  display: block;
  content: "";
}
@media (max-width: 61.24em) {
  .grid-3 .post-img {
    max-width: 270px;
    position: relative;
    bottom: auto;
  }
}
@media (max-width: 29.99em) {
  .grid-3 .post-img {
    max-width: 100%;
  }
}
.grid-3 .post:nth-child(3n-1) .post-img {
  bottom: auto;
  top: 0;
}
.grid-2 .post-img {
  position: relative;
  max-width: 495px;
}
.grid-2 .post-img:before {
  padding-top: 56.5656565657%;
  display: block;
  content: "";
}
.post-img .icon--play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -48px;
  margin-top: -48px;
  z-index: 1;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.post-img .icon--play:hover {
  opacity: 0.7;
}
.post-title {
  margin: 0;
  font-weight: 700;
  hyphens: auto;
  font-size: 19px;
  line-height: 1.474;
}
.post-title a {
  display: block;
  color: black;
}
.post-title a:hover {
  color: rgba(0, 0, 0, 0.5);
}
.post-description {
  margin: 5px 0 0;
}
.post-description a {
  display: block;
}
.post-date {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}
.post-category {
  margin: 5px 0 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  color: #95433d;
  font-weight: 600;
}
.post-category a {
  color: #95433d;
}
.post-category a:hover {
  color: rgba(149, 67, 61, 0.5);
}

/* ==========================================================================
   CTA 3
   ========================================================================== */
.cta-3 {
  padding: 50px 0;
  text-align: center;
  overflow: hidden;
}
.cta-3 .picto {
  display: inline-block;
  width: 100%;
}
.cta-3 a.picto {
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cta-3 a.picto:hover {
  opacity: 0.7;
}
@media (max-width: 46.24em) {
  .cta-3 .column {
    width: 100%;
  }
  .cta-3 .column .btn {
    margin-bottom: 40px;
  }
  .cta-3 .column:last-child .btn {
    margin-bottom: 0;
  }
}
.cta-3 .column .h1 {
  margin-top: 10px;
  font-size: 23px;
}
.cta-3 .column .h2 {
  margin: 0;
}
.cta-3 .column .h2 + p {
  margin-top: 0;
}
.cta-3 .column p {
  display: block;
  max-width: 290px;
  margin: 20px auto;
}
.cta-3 .column p strong {
  color: black;
}
.cta-3 .column p a {
  display: block;
}

/* ==========================================================================
   CONTACT
   ========================================================================== */
.field {
  margin: 10px 0 20px;
}
.field label {
  font-size: 15px;
}
.field input,
.field textarea {
  display: block;
  border: 0;
  background-color: #f5f5f5;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  font-family: "Helvetica Neue";
  font-size: 15px;
  line-height: 20px;
  padding: 12px 10px 8px;
  transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.field input:focus,
.field textarea:focus {
  background-color: #f1f1f1;
}
.field input {
  height: 40px;
}
.field textarea {
  min-height: 180px;
  resize: vertical;
  margin-bottom: 0;
}
.field.error input,
.field.error textarea {
  background-color: rgba(149, 67, 61, 0.2);
  border: 2px solid #95433d;
}
.field.error ::-moz-placeholder {
  color: rgba(149, 67, 61, 0.5);
  opacity: 1;
}
.field.error :-moz-placeholder {
  color: rgba(149, 67, 61, 0.5);
  opacity: 1;
}
.field.error :-ms-input-placeholder {
  color: rgba(149, 67, 61, 0.5);
  opacity: 1;
}
.field.error ::-webkit-input-placeholder {
  color: rgba(149, 67, 61, 0.5);
  opacity: 1;
}
.field.error label {
  color: #95433d;
  font-weight: 700;
}
.field .errorMessage {
  margin: 3px 0 -10px 10px;
  font-size: 12px;
  font-style: italic;
  color: #95433d;
}

.message {
  padding: 12px 20px 8px;
  margin: 20px 0;
  text-align: center;
}
.message p {
  margin: 0;
  font-weight: 700;
}
.message-success {
  border: 2px solid #7297a9;
  background-color: rgba(114, 151, 169, 0.2);
  color: #7297a9;
}
.message-error {
  border: 2px solid #95433d;
  background-color: rgba(149, 67, 61, 0.2);
  color: #95433d;
}

.formContact .form_checkbox input {
  width: auto;
  margin-bottom: 0px;
  display: inline;
  padding: 0;
  height: auto;
}
.formContact .form_checkbox_error {
  color: #95433d !important;
}
.formContact .form_checkbox {
  line-height: 1.5em;
  margin-bottom: 1em;
}

.contact_gdrp_description {
  font-size: 10px;
  padding: 1em 0;
  margin-top: 1.5em;
}
.contact_gdrp_description p {
  margin: 0;
  padding: 0.5em 0;
}
.contact_gdrp_description p strong {
  font-weight: bold;
}

.fs-dropdown {
  max-width: 300px;
}
.fs-dropdown-selected {
  background-color: #95433d;
  border: 0;
  color: white;
  font-family: "Helvetica Neue";
  font-size: 15px;
  line-height: 20px;
  padding: 11px 10px 7px;
}
.fs-dropdown-selected:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: white transparent transparent transparent;
}
.fs-dropdown-options {
  border-color: #95433d;
}
.fs-dropdown-item {
  font-family: "Helvetica Neue";
  font-size: 15px;
  line-height: 20px;
  padding: 11px 10px 7px;
  background-color: white;
  border-top: 1px solid #95433d;
  transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fs-dropdown-item:hover {
  background-color: #f5f5f5;
}
.fs-dropdown-item_selected {
  display: none;
}

#map_canvas {
  height: 400px;
}

/**
 * Font sizes
 */
.txt17px {
  font-size: 17px;
}

.txt19px {
  font-size: 19px;
}

/**
 * Base
 */
.hide {
  display: none;
}

/* ==========================================================================
   SEARCH
   ========================================================================== */
.search-bar {
  padding-top: 10px;
  padding-bottom: 30px;
}
.search-bar p {
  margin: 7px 0;
  font-style: italic;
}
.search-bar p strong {
  color: #000000;
}
.search-bar label {
  font-size: 13px;
  padding: 10px 0;
  display: inline-block;
}
.search-bar-select {
  margin-left: 20px;
}
@media (max-width: 46.24em) {
  .search-bar-select {
    margin-left: 0;
  }
}
@media (max-width: 46.24em) {
  .search-bar .column {
    width: 100%;
  }
}
.search-list {
  border-top: 2px solid #f1f1f1;
}
.search-list li {
  padding: 12px 0;
  border-bottom: 2px solid #f1f1f1;
  position: relative;
  padding-left: 20px;
}
.search-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #b6b6b6;
}
.windows .search-list li:before {
  top: 23px;
}
.search-list-date {
  font-weight: 700;
  color: #000000;
  margin: 0;
  font-size: 18px;
}
.search-list-title {
  margin: 2px 0;
  font-weight: 600;
}
.search-list-title a {
  color: #95433d;
}
.search-list-tag {
  margin: 0;
}

/* ==========================================================================
   USER TOP BAR
   ========================================================================== */
body .main-authenticated {
  padding-top: 197px !important;
}

.authenticated {
  background-color: #7297a9;
  color: #FFFFFF;
}
.authenticated-bar {
  position: relative;
}
.authenticated-bar.is-open2 {
  height: auto !important;
}
.authenticated-bar.is-open2 .nav-icon2 {
  transform: rotate(90deg);
}
.authenticated-bar__item {
  font-size: 15px;
  position: relative;
  float: left;
  padding: 10px 20px 8px 20px;
  border-right: 1px solid #628b9f;
}
@media (max-width: 61.24em) {
  .authenticated-bar__item {
    width: calc(100% - 40px);
  }
}
.authenticated-bar__item > a {
  height: 50px;
  color: #a6cee2;
}
.authenticated-bar__item:not(:first-child) {
  text-transform: uppercase;
}
@media (min-width: 61.25em) {
  .authenticated-bar__item #nav-icon2 {
    display: none;
  }
  .authenticated-bar__item .authenticated-submenu {
    position: absolute;
    display: none;
    top: 0;
  }
  .authenticated-bar__item:not(:first-child):hover {
    background-color: #628b9f;
    opacity: 1;
  }
  .authenticated-bar__item:not(:first-child):hover a {
    color: #FFFFFF;
  }
  .authenticated-bar__item:not(:first-child):hover .authenticated-submenu {
    display: block;
    width: 240px;
    top: 46px;
    left: 0px;
    padding: 20px;
    background-color: #628b9f;
    font-size: 13px;
  }
  .authenticated-bar__item:not(:first-child):hover .authenticated-submenu a:hover {
    opacity: 0.8;
  }
  .authenticated-bar__item:not(:first-child):hover .authenticated-submenu > li {
    padding-top: 10px;
  }
  .authenticated-bar__item:hover .icon--dashboard {
    background-position: 0px -178px;
  }
  .authenticated-bar__item:hover .icon--deadlines {
    background-position: -60px -178px;
  }
  .authenticated-bar__item:hover .icon--events {
    background-position: -64px -210px;
  }
  .authenticated-bar__item:hover .icon--documents {
    background-position: 0px -208px;
  }
}
@media (max-width: 61.24em) {
  .authenticated-bar__item:first-child {
    width: calc(100% - 40px) !important;
    margin-left: 0px !important;
  }
}
.authenticated-bar__item.active {
  background-color: #628b9f;
}
.authenticated-bar__item.active a {
  color: #FFFFFF;
}
.authenticated-bar__item.active a .icon--dashboard {
  background-position: 0px -178px;
}
.authenticated-bar__item.active a .icon--deadlines {
  background-position: -60px -178px;
}
.authenticated-bar__item.active a .icon--events {
  background-position: -64px -210px;
}
.authenticated-bar__item.active a .icon--documents {
  background-position: 0px -208px;
}
@media (max-width: 61.24em) {
  .authenticated .wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
  .authenticated-bar {
    height: 46px;
    overflow: hidden;
  }
  .authenticated-bar.open {
    height: auto;
  }
  .authenticated-bar__item:first-child {
    width: calc(100% - 60px);
    margin-left: 20px;
  }
  .authenticated-bar__item:not(:first-child) {
    background-color: #628b9f;
    border-top: 1px solid #587e90;
  }
  .authenticated-bar__item a {
    color: #a6cee2;
  }
  .authenticated-bar__item .icon {
    display: none;
  }
  .authenticated-submenu {
    padding-left: 20px;
    text-transform: none;
  }
}

.auth-documents {
  margin-top: 50px;
  position: relative;
}
.auth-documents .wrap {
  position: relative;
}
.auth-documents .wrap h1 {
  text-align: left;
}
.auth-documents .wrap h1:after {
  left: 0;
  margin-left: 0;
  width: 70px;
}
.auth-documents .wrap .d-right {
  position: absolute;
  top: 0;
  right: 0px;
}
.auth-documents .wrap .d-right .fs-dropdown {
  width: 250px;
}
@media (max-width: 46.24em) {
  .auth-documents .wrap .d-right .fs-dropdown {
    width: 100%;
  }
}
@media (max-width: 46.24em) {
  .auth-documents .wrap .d-right {
    width: 100%;
    position: relative;
  }
}
.auth-document {
  margin-top: 20px;
  position: relative;
}
.auth-document .parag-date {
  margin-top: 20px;
}
.auth-tables {
  margin-top: 20px;
  position: relative;
}
.auth-tables .wrap {
  position: relative;
}
.auth-tables .wrap h1 {
  margin-top: 20px;
  text-align: left;
}
.auth-tables .wrap h1:after {
  left: 0;
  margin-left: 0;
  width: 70px;
}
.auth-tables .wrap .d-full img {
  max-width: calc(100% - 5px);
}
.auth-tables .wrap p b {
  font-weight: bold;
  color: #000000;
}
.auth-tables .wrap .list-tables__item {
  clear: both;
  padding: 30px 0;
  border-bottom: 2px solid #f1f1f1;
  padding-left: 40px;
}
.auth-tables .wrap .list-tables__item:before {
  left: 0px;
  margin-top: 6px;
  padding: 3px;
  content: "";
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-size: 200px 250px;
  background-color: #7297a9;
  border-radius: 25px;
  background-position: -123px -174px;
}
@supports (-ms-ime-align: auto) {
  .auth-tables .wrap .list-tables__item:before {
    background-image: url(../images/sprite@2x.png);
  }
}
.auth-tables .wrap .list-tables__item__title {
  float: left;
  padding-top: 9px;
  text-transform: uppercase;
  font-size: 15px;
}
.auth-tables .wrap .list-tables__item__btn {
  float: right;
}
@media (max-width: 46.24em) {
  .auth-tables .wrap .list-tables__item__btn {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    clear: both;
  }
}
.auth-tables .wrap .list-tables__item__btn .btn {
  width: 130px;
}
.auth-tables .wrap .list-tables__item:last-child {
  border-bottom: 0;
}
.auth-deadlines .wrap {
  position: relative;
  margin-top: 50px;
}
.auth-deadlines .wrap h1 {
  text-align: left;
}
.auth-deadlines .wrap h1:after {
  left: 0;
  margin-left: 0;
  width: 70px;
}
.auth-deadlines .wrap .d-right {
  position: absolute;
  top: 0px;
  right: 0px;
}
.auth-deadlines .wrap .d-right .fs-dropdown {
  width: 250px;
}
.auth-deadlines .list-deadline {
  position: relative;
}
.auth-deadlines .list-deadline__item {
  margin-top: 30px;
  padding-left: 30px;
}
.auth-deadlines .list-deadline__item:not(:only-child) {
  margin-top: 0px;
  border-bottom: 2px solid #f1f1f1;
}
.auth-deadlines .list-deadline__item:not(:only-child):before {
  left: 0px;
  margin-top: 6px;
  content: "";
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-size: 200px 250px;
  background-position: -125px -30px;
}
@supports (-ms-ime-align: auto) {
  .auth-deadlines .list-deadline__item:not(:only-child):before {
    background-image: url(../images/sprite@2x.png);
  }
}
.auth-deadlines .list-deadline__item:not(:only-child) .date {
  font-weight: bold;
  margin-bottom: 0px;
}
.auth-deadlines .list-deadline__item:not(:only-child) .topic {
  font-weight: bold;
  margin-top: 0px;
}
.auth-deadlines .list-deadline__item:not(:only-child) .overview {
  font-style: italic;
}
.auth-home .row {
  padding-top: 20px;
}
.auth-home .column {
  position: relative;
}
.auth-home .column .picto {
  margin-bottom: 30px;
}
.auth-home .column .notification {
  background-color: #95433d;
  color: #FFFFFF;
  line-height: 35px;
  text-align: center;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: absolute;
  bottom: 55px;
  left: calc(50% - 15px);
}
@media (max-width: 46.24em) {
  .auth-home .column .notification {
    bottom: 95px;
  }
}
.auth-calendar-list {
  margin-top: 50px;
  position: relative;
}
.auth-calendar-list .wrap {
  position: relative;
}
.auth-calendar-list .wrap h1 {
  text-align: left;
}
.auth-calendar-list .wrap h1:after {
  left: 0;
  margin-left: 0;
  width: 70px;
}
.auth-calendar-list .wrap .d-right {
  position: absolute;
  top: 0;
  right: 0px;
}
.auth-calendar-list .wrap .d-right .fs-dropdown {
  width: 250px;
}
@media (max-width: 46.24em) {
  .auth-calendar-list .wrap .d-right {
    position: inherit;
  }
}
.auth-calendar-list .wrap .list-calendar__item {
  margin-top: 30px;
  padding-left: 30px;
  font-size: 16px;
}
.auth-calendar-list .wrap .list-calendar__item:not(:only-child) {
  margin-top: 0px;
  border-bottom: 2px solid #FFFFFF;
}
.auth-calendar-list .wrap .list-calendar__item:not(:only-child):before {
  left: 0px;
  margin-top: 6px;
  content: "";
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-size: 200px 250px;
  background-position: -125px -30px;
}
@supports (-ms-ime-align: auto) {
  .auth-calendar-list .wrap .list-calendar__item:not(:only-child):before {
    background-image: url(../images/sprite@2x.png);
  }
}
.auth-calendar-list .wrap .list-calendar__item:not(:only-child) .date {
  font-weight: bold;
  margin-bottom: 0px;
  color: #000000;
}
.auth-calendar-list .wrap .list-calendar__item:not(:only-child) .topic {
  margin-top: 0px;
}
.auth-calendar-list .wrap .list-calendar__item:not(:only-child) .topic a {
  color: #95433d;
}
.auth-calendar-list .wrap #full-clndr {
  width: 100%;
  min-height: 552px;
  background-color: #7297a9;
  font-weight: 700;
}
.auth-calendar-list .wrap #full-clndr .clndr {
  position: relative;
}
.auth-calendar-list .wrap #full-clndr .clndr-controls {
  padding: 14px;
  background-color: #7297a9;
  color: white;
  text-align: center;
  width: calc(65% - 30px);
  float: left;
  border-right: 2px solid #e1e9ed;
}
.auth-calendar-list .wrap #full-clndr .clndr-controls .clndr-previous-button {
  float: left;
  text-align: left;
}
.auth-calendar-list .wrap #full-clndr .clndr-controls .clndr-next-button {
  float: right;
  text-align: right;
}
.auth-calendar-list .wrap #full-clndr .clndr-controls .clndr-previous-button, .auth-calendar-list .wrap #full-clndr .clndr-controls .clndr-next-button {
  width: 30px;
  cursor: pointer;
}
.auth-calendar-list .wrap #full-clndr .clndr-controls .clndr-previous-button:hover, .auth-calendar-list .wrap #full-clndr .clndr-controls .clndr-next-button:hover {
  opacity: 0.5;
}
@media (max-width: 46.24em) {
  .auth-calendar-list .wrap #full-clndr .clndr-controls .current-month {
    line-height: 17px;
  }
}
.auth-calendar-list .wrap #full-clndr .clndr-grid {
  float: left;
  width: 65%;
  position: absolute;
  top: 56px;
}
.auth-calendar-list .wrap #full-clndr .clndr-grid .days-of-the-week {
  width: 100%;
  background-color: #e1e9ed;
  color: #7297a9;
}
.auth-calendar-list .wrap #full-clndr .clndr-grid .days-of-the-week .header-day {
  float: left;
  width: 14.2857%;
  text-align: center;
  color: #7297a9;
  font-size: 14px;
  line-height: 30px;
  padding-top: 4px;
}
.auth-calendar-list .wrap #full-clndr .clndr-grid .days {
  width: 100%;
  background-color: #000000;
}
.auth-calendar-list .wrap #full-clndr .clndr-grid .days .day, .auth-calendar-list .wrap #full-clndr .clndr-grid .days .empty {
  float: left;
  width: 14.2857%;
  padding: 24px 0;
  text-align: center;
  color: #4f4f4f;
  background-color: #FFFFFF;
  border-bottom: 2px solid white;
  background-image: url("./triangle.svg");
  background-size: cover;
  background-position: center;
}
.auth-calendar-list .wrap #full-clndr .clndr-grid .days .day.event .day-number, .auth-calendar-list .wrap #full-clndr .clndr-grid .days .empty.event .day-number {
  padding-bottom: 4px;
  border-bottom: 2px solid #95433d;
  color: #95433d;
}
.auth-calendar-list .wrap #full-clndr .clndr-grid .days .day.adjacent-month .day-number, .auth-calendar-list .wrap #full-clndr .clndr-grid .days .empty.adjacent-month .day-number {
  opacity: 0.3;
}
.auth-calendar-list .wrap #full-clndr .clndr-grid .days .today {
  background-color: white;
  background-image: none;
}
.auth-calendar-list .wrap #full-clndr .event-listing {
  float: right;
  width: calc(35%);
  background-color: #7297a9;
}
.auth-calendar-list .wrap #full-clndr .event-listing .event-listing-title {
  padding: 14px;
  background-color: #7297a9;
  color: white;
  letter-spacing: 1px;
}
@media (max-width: 46.24em) {
  .auth-calendar-list .wrap #full-clndr .event-listing .event-listing-title {
    line-height: 17px;
  }
}
.auth-calendar-list .wrap #full-clndr .event-listing .event-item {
  padding: 10px 20px;
  color: #d9d9d9;
  font-size: 14px;
  font-weight: normal;
}
.auth-calendar-list .wrap #full-clndr .event-listing .event-item a {
  color: #FFFFFF;
  opacity: 1;
}
.auth-event {
  margin-top: 20px;
}
.auth-event .event {
  margin-top: 30px;
}
.auth-event .event-left {
  float: left;
  text-size: 14px;
  width: calc(350px - 60px);
}
.auth-event .event-left__box {
  width: calc(100%);
  padding: 30px;
  background-color: #f1f1f1;
  margin-bottom: 10px;
}
.auth-event .event-left h1 {
  margin-top: 0px;
  font-size: 20px;
  text-transform: none;
  text-align: left;
}
.auth-event .event-left h1:after {
  left: 0;
  margin-left: 0;
  width: 70px;
}
.auth-event .event-left h2 {
  font-size: 18px;
  text-align: left;
}
.auth-event .event-left__form {
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  padding: 20px 0;
  margin-bottom: 20px;
}
.auth-event .event-left__form label {
  padding-top: 20px;
  padding-bottom: 10px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
.auth-event .event-left__form label:first-child {
  padding-top: 0px;
}
@media (max-width: 46.24em) {
  .auth-event .event-left__form .fs-dropdown {
    max-width: 100%;
  }
}
.auth-event .event-left .btn {
  text-align: center;
  width: calc(100% - 40px);
}
@media (max-width: 61.24em) {
  .auth-event .event-left {
    float: none;
    width: calc(100% - 60px);
  }
}
.auth-event .event-content {
  float: right;
  width: calc(100% - 390px);
  border-bottom: 2px solid #dcdcdc;
}
@media (max-width: 61.24em) {
  .auth-event .event-content {
    float: none;
    width: calc(100%);
  }
}
.auth-event .event-content h2 {
  text-align: left;
}
.parag-members .auth-event .event-content h2 {
  text-transform: uppercase;
}
.auth-event .event-content h4 {
  margin: 20px 0 2px;
}
.auth-event .event-content h4 + p {
  margin-top: 0;
}
.auth-event .event-content p {
  margin: 25px 0;
}
.auth-event .event-content a {
  display: inline;
  color: #95433d;
}
.auth-event .event-content a:hover {
  color: rgba(149, 67, 61, 0.7);
}
.auth-event .event-content em {
  font-style: italic;
}
.auth-event .event-content ul li:before {
  content: "•";
  color: black;
  margin-right: 5px;
}
.auth-event .event-content strong {
  color: black;
  font-weight: normal;
}
.auth-event .event-comments {
  float: right;
  width: calc(100% - 390px);
}
.auth-event .event-comments h1 {
  margin-top: 30px;
  text-align: left;
  text-transform: none;
}
.auth-event .event-comments h1:after {
  width: 70px;
  left: 0;
  margin-left: 0;
}
@media (max-width: 61.24em) {
  .auth-event .event-comments {
    float: none;
    width: calc(100%);
  }
}
.auth-event .event-comment {
  margin-top: 30px;
  border-bottom: 1px solid #dcdcdc;
}
.auth-event .event-comment__title {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
}
.auth-event .event-comment__date {
  float: right;
  font-size: 14px;
  color: #737373;
  opacity: 0.8;
}
.auth-event .event-comment__date .icon {
  top: 4px;
  width: 20px;
}
.auth-event .event-comment__text {
  width: 100%;
  clear: both;
  margin-top: 10px;
}
.auth-event .event-comment__delete a {
  color: #95433d;
}
.auth-event .event-comment__delete a:hover {
  opacity: 0.7;
}
.auth-event .event-comment__delete .icon {
  width: 20px;
}
.auth-event .event-comment-form {
  margin-top: 30px;
  text-align: center;
}
.auth-event .event-comment-form__toggle h4 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
  margin-left: calc(10% - 20px);
  padding-bottom: 20px;
  text-align: left;
}
.auth-event .event-comment-form__toggle textarea {
  background-color: #f0f0f0;
  width: 80%;
  height: 180px;
  border: 0px;
  padding: 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

.btn-back {
  font-size: 14px;
  color: #95433d;
}
.btn-back .icon {
  margin-right: 10px;
}
.btn-back:hover {
  opacity: 0.6;
  color: #95433d;
}

.btn-next {
  font-size: 14px;
  color: #95433d;
}
.btn-next .icon {
  margin-right: 10px;
}
.btn-next:hover {
  opacity: 0.6;
  color: #95433d;
}
@media (max-width: 46.24em) {
  .btn-next {
    font-size: 13px;
  }
}

/* ==========================================================================
   POPUPS
   ========================================================================== */
#popupLogin {
  width: 380px;
  background-color: #FFFFFF;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}
@media (max-width: 29.99em) {
  #popupLogin {
    width: 70%;
  }
}
#popupLogin .field input[type=checkbox] {
  width: auto;
  height: auto;
  display: inline;
}
#popupLogin .field span {
  font-size: 13px;
}
#popupLogin .field.mb {
  margin-bottom: 0px;
}
#popupLogin .t-center a {
  color: #95433d;
  font-size: 13px;
}
#popupLogin .btn {
  width: 215px;
  margin-bottom: 10px;
}
#popupLogin .h1 {
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
#popupLogin .h1:after {
  left: 0;
  margin-left: 0;
  width: 70px;
}
#popupLogin .success {
  display: none;
}
#popupLogin .errors {
  display: none;
}
#popupLogin .mfp-close {
  text-align: right;
  right: auto;
  top: 10px;
  width: calc(100% - 70px);
}

#formPassword {
  display: none;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer_getresponse {
  min-height: 370px;
}
