/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
  background: white;
}
/* ==========================================================================
   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 {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
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: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-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;
}
/* Custom additions */
ul,
ol {
  margin: 0;
  padding: 0;
}
/* Hide arrows on number fields */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-ms-clear {
  display: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
TYPOGRAPHY
*********************/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*********************
MIXINS
*********************/
/* f.ex use .transform(rotate(180deg)); */
/* f.ex: .animation (animationName, @duration: 6s, @delay: 2s, @ease: ease, @fill-mode: forwards);  */
/* .transition(all 2s); */
/* .css-gradient(#dfdfdf,#f8f8f8); */
.button,
.button:visited {
  padding: 4px 12px;
  background: #80004d;
  color: #ffffff;
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  background: #a90066;
  color: white;
}
.button.large,
.button:visited.large {
  padding: 10px 14px;
}
.read-more {
  color: #80004d;
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  text-decoration: none;
}
.read-more i {
  font-size: 8px;
  position: relative;
}
.read-more i:before {
  position: absolute;
  top: 0;
  left: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.read-more:hover i:before {
  left: 8px;
}
.icon {
  font-family: csv;
}
.centerVertically {
  /* This has to be on the container! */
  /* Internet Explorer 10 */
  display: -ms-flexbox;
  -ms-flex-align: center;
  /* Safari, Opera, and Chrome */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* W3C */
  display: flex;
  align-items: center;
}
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
  font-family: "Gibson", "canada-type-gibson", Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
  letter-spacing: 0.5px;
  font-weight: 300;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  margin-top: 45px;
}
body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: #1482a0;
  z-index: 5;
}
body.admin-bar:before {
  top: 46px;
}
body ul {
  list-style-type: none;
}
body #content .entry-content .gform_wrapper .gform_description {
  line-height: 1.5;
}
body #content .entry-content .gform_wrapper .gform_body ul {
  padding-left: 0;
  list-style-type: none;
}
body #content .entry-content .gform_wrapper .gform_footer .button {
  background: #80004d;
  color: white;
  padding: 10px 14px;
  border-radius: 5px;
  font-size: 16px;
  border: none;
}
body #content .entry-content .gform_wrapper .gform_footer .button:hover {
  opacity: 0.8;
}
body #content .shariff {
  margin-top: 30px;
  margin-bottom: 30px;
}
body #content .shariff ul {
  list-style-type: none !important;
  padding-left: 0 !important;
}
body #content .shariff ul li a:focus,
body #content .shariff ul li a:hover {
  color: white;
}
body #content .shariff .fa {
  display: inline-block;
}
body #content .shariff li,
body #content .shariff li a {
  height: 38px;
  width: 45px;
}
body #content .shariff li .fa {
  width: 41px;
}
body #content .shariff .facebook a,
body #content .shariff .twitter a {
  font-weight: 400;
  padding: 1px;
  border-radius: 10px;
}
body #content .shariff .facebook a {
  background-color: #3b5998;
}
body #content .shariff .facebook:hover a {
  background-color: #4c70ba;
}
body #content .shariff .twitter a {
  background-color: #55acee;
}
body #content .shariff .twitter:hover a {
  background-color: #6cb7f0;
}
body b {
  font-weight: 400;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
::selection {
  background: #80004d;
  color: white;
}
::-moz-selection {
  background: #80004d;
  color: white;
}
.visible-phone {
  display: block;
}
.visible-tablet {
  display: none;
}
.visible-desktop {
  display: none;
}
.hidden-phone {
  display: none;
}
.hidden-tablet {
  display: block;
}
.hidden-desktop {
  display: block;
}
.hidden {
  display: none;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
body {
  /*
    &.page-template-default,
    &.page-template-page-nav-below,
    &.page-template-page-agenda,
    &.page-template-page-documents,
    &.search,
    &.blog,
    &.archive,
    &.single-post
    */
  /* Kontakt */
}
body:not(.page-template-page-home) #content {
  zoom: 1;
}
body:not(.page-template-page-home) #content:before,
body:not(.page-template-page-home) #content:after {
  content: "";
  display: table;
}
body:not(.page-template-page-home) #content:after {
  clear: both;
}
body:not(.page-template-page-home) #content h1,
body:not(.page-template-page-home) #content h2,
body:not(.page-template-page-home) #content h3,
body:not(.page-template-page-home) #content h4 {
  font-weight: 500;
}
body:not(.page-template-page-home) #content h1 {
  font-size: 32px;
  font-weight: 400;
  margin-top: 0;
}
body:not(.page-template-page-home) #content h2 {
  font-size: 24px;
  margin: 0 0 10px;
}
body:not(.page-template-page-home) #content h3 {
  font-size: 19px;
  margin: 0 0 10px;
}
body:not(.page-template-page-home) #content h4 {
  font-size: 17px;
  margin: 0 0 10px;
}
body:not(.page-template-page-home) #content p {
  font-size: 17px;
  color: black;
  margin: 0 0 20px;
  line-height: 26px;
}
body:not(.page-template-page-home) #content strong {
  font-weight: 500;
}
body:not(.page-template-page-home) #content blockquote {
  margin: 0;
}
body:not(.page-template-page-home) #content blockquote p {
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  line-height: 33px;
  color: #1482a0;
}
body:not(.page-template-page-home) #content a {
  text-decoration: none;
}
body:not(.page-template-page-home) #content ul {
  list-style-type: none;
}
body:not(.page-template-page-home) #content ul li {
  line-height: 1.5;
  margin-bottom: 10px;
}
body:not(.page-template-page-home) #content ol {
  margin-bottom: 10px;
}
body:not(.page-template-page-home) #content ol li {
  line-height: 1.5;
  margin-bottom: 10px;
}
body:not(.page-template-page-home) #content ol li.pagenavi-next-link,
body:not(.page-template-page-home) #content ol li.pagenavi-prev-link {
  line-height: 1.8;
}
body:not(.page-template-page-home) #content ol li.pagenavi-first-page-link,
body:not(.page-template-page-home) #content ol li.pagenavi-last-page-link {
  line-height: 1.7;
}
body:not(.page-template-page-home) #content p + blockquote {
  margin-bottom: 40px;
}
body:not(.page-template-page-home) #content .entry-content ul {
  padding-left: 18px;
  list-style-type: disc;
}
body:not(.page-template-page-home) #content .header-image,
body:not(.page-template-page-home) #content .header-image__not-empty {
  width: 100%;
  height: 175px;
  background: #e9f5fd;
  background-size: cover;
}
body:not(.page-template-page-home) #content .header-image__not-empty {
  height: 200px;
}
body:not(.page-template-page-home) #content .background-icon {
  position: absolute;
  top: -15px;
  left: -50px;
  font-size: 160px;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}
body:not(.page-template-page-home) #content .content-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  width: 95%;
  zoom: 1;
}
body:not(.page-template-page-home) #content .content-wrapper:before,
body:not(.page-template-page-home) #content .content-wrapper:after {
  content: "";
  display: table;
}
body:not(.page-template-page-home) #content .content-wrapper:after {
  clear: both;
}
body:not(.page-template-page-home) #content #inner-content {
  width: 100%;
  margin: 50px 0 50px 0;
  float: left;
}
body:not(.page-template-page-home) #content #inner-content .call-to-action {
  padding: 25px 30px;
  margin: 0 0 40px;
  position: relative;
  overflow: hidden;
  background: #1482a0;
}
body:not(.page-template-page-home) #content #inner-content .call-to-action h2,
body:not(.page-template-page-home) #content #inner-content .call-to-action p,
body:not(.page-template-page-home) #content #inner-content .call-to-action a {
  color: #ffffff;
}
body:not(.page-template-page-home) #content #inner-content .call-to-action h2 {
  margin-top: 0;
  font-family: "ForoRounded-Light", Cambria, Times New Roman, Times, serif;
  font-weight: 600;
}
body:not(.page-template-page-home) #content #inner-content .call-to-action .background-icon {
  top: -42px;
  left: -42px;
  font-size: 240px;
  color: #ffffff;
}
body:not(.page-template-page-home) #content #inner-content .publication {
  margin-top: 70px;
}
body:not(.page-template-page-home) #content #inner-content .publication h2 {
  font-size: 20px;
}
body:not(.page-template-page-home) #content #inner-content .publication .publication-wrapper {
  border-top: 5px solid #1482a0;
  padding: 15px;
  box-shadow: 1px 5px 35px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  zoom: 1;
}
body:not(.page-template-page-home) #content #inner-content .publication .publication-wrapper:before,
body:not(.page-template-page-home) #content #inner-content .publication .publication-wrapper:after {
  content: "";
  display: table;
}
body:not(.page-template-page-home) #content #inner-content .publication .publication-wrapper:after {
  clear: both;
}
body:not(.page-template-page-home) #content #inner-content .publication .publication-wrapper .wp-post-image {
  width: 100%;
  background: white;
  float: left;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
body:not(.page-template-page-home) #content #inner-content .publication .publication-wrapper .content {
  width: 100%;
  margin-top: 20px;
  float: left;
}
body:not(.page-template-page-home) #content #inner-content .publication .publication-wrapper .content .title {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.2;
}
body:not(.page-template-page-home) #content #inner-content .publication .publication-wrapper .content .button {
  margin-right: 2px;
}
body:not(.page-template-page-home) #content #inner-content .publication .publication-wrapper .content p {
  margin-bottom: 20px;
}
body:not(.page-template-page-home) #content #inner-content .gallery {
  zoom: 1;
}
body:not(.page-template-page-home) #content #inner-content .gallery:before,
body:not(.page-template-page-home) #content #inner-content .gallery:after {
  content: "";
  display: table;
}
body:not(.page-template-page-home) #content #inner-content .gallery:after {
  clear: both;
}
body:not(.page-template-page-home) #content #inner-content .gallery .gallery-item {
  float: left;
  margin: 0 20px 20px 0;
}
body:not(.page-template-page-home) #content #inner-content .gallery .gallery-item a {
  display: block;
}
body:not(.page-template-page-home) #content #inner-content .gallery .gallery-item a img {
  display: block;
}
body:not(.page-template-page-home) #content #inner-content .gallery figcaption {
  display: none;
}
body:not(.page-template-page-home) #content #inner-content .gallery-box {
  margin-top: 70px;
}
body:not(.page-template-page-home) #content #inner-content .gallery-box h2 {
  font-size: 20px;
}
body:not(.page-template-page-home) #content #inner-content .gallery-box .gallery-wrapper .single-gallery {
  width: 100%;
  height: 200px;
  float: left;
  background: lightgray;
  border-radius: 10px;
  position: relative;
  background-size: cover;
}
body:not(.page-template-page-home) #content #inner-content .gallery-box .gallery-wrapper .single-gallery .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}
body:not(.page-template-page-home) #content #inner-content .gallery-box .gallery-wrapper .single-gallery .content .title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1;
}
body:not(.page-template-page-home) #content #inner-content .gallery-box .gallery-wrapper .single-gallery .content .date {
  font-size: 18px;
  font-weight: 600;
  font-family: "ForoRounded-Light", Cambria, Times New Roman, Times, serif;
}
body:not(.page-template-page-home) #content #inner-content .gallery-box .gallery-wrapper .single-gallery:first-child {
  margin-bottom: 10px;
}
body:not(.page-template-page-home) #content #inner-content .gallery-box .gallery-wrapper .single-gallery:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(240, 125, 0, 0.5600000000000001);
}
body:not(.page-template-page-home) #content .sidebar {
  width: 100%;
  float: left;
  box-shadow: 1px 5px 35px rgba(0, 0, 0, 0.08);
  margin-left: 0;
  border-top: 10px solid #1482a0;
  background: #fff;
}
body:not(.page-template-page-home) #content .sidebar .title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1;
}
body:not(.page-template-page-home) #content .sidebar .title strong {
  font-weight: 600;
  margin-right: 5px;
}
body:not(.page-template-page-home) #content .sidebar .contact {
  background: #fffbdd;
  padding: 28px 15px 40px;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
body:not(.page-template-page-home) #content .sidebar .contact:before,
body:not(.page-template-page-home) #content .sidebar .contact:after {
  content: "";
  display: table;
}
body:not(.page-template-page-home) #content .sidebar .contact:after {
  clear: both;
}
body:not(.page-template-page-home) #content .sidebar .contact .address,
body:not(.page-template-page-home) #content .sidebar .contact .phone-fax {
  width: 100%;
  float: left;
  font-weight: 400;
}
body:not(.page-template-page-home) #content .sidebar .contact .address {
  line-height: 1.3;
}
body:not(.page-template-page-home) #content .sidebar .contact .address a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  display: block;
  margin-top: 10px;
}
body:not(.page-template-page-home) #content .sidebar .contact .phone-fax {
  font-size: 23px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 10px;
  padding-left: 0;
}
body:not(.page-template-page-home) #content .sidebar .contact .phone-fax span {
  font-size: 18px;
  font-weight: 400;
  display: block;
}
body:not(.page-template-page-home) #content .sidebar .contact .background-icon {
  top: -3px;
  left: -45px;
}
body:not(.page-template-page-home) #content .sidebar .toolbox {
  padding: 35px 15px;
}
body:not(.page-template-page-home) #content .sidebar .toolbox a {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid rgba(149, 152, 154, 0.3);
  font-weight: 500;
  line-height: 1.5;
}
body:not(.page-template-page-home) #content .sidebar .toolbox a .icon-attachement {
  font-size: 20px;
  margin-right: 10px;
}
body:not(.page-template-page-home) #content .sidebar .toolbox ul {
  margin-left: 0;
}
body:not(.page-template-page-home) #content .sidebar .questions {
  padding: 35px 15px 0;
}
body:not(.page-template-page-home) #content .sidebar .questions h3 {
  font-size: 16px;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body:not(.page-template-page-home) #content .sidebar .questions .post-meta {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body:not(.page-template-page-home) #content .sidebar .questions .question {
  zoom: 1;
  margin-bottom: 25px;
}
body:not(.page-template-page-home) #content .sidebar .questions .question:before,
body:not(.page-template-page-home) #content .sidebar .questions .question:after {
  content: "";
  display: table;
}
body:not(.page-template-page-home) #content .sidebar .questions .question:after {
  clear: both;
}
body:not(.page-template-page-home) #content .sidebar .questions .question:last-child {
  margin-bottom: 0;
}
body:not(.page-template-page-home) #content .sidebar .questions .question:hover .post-meta {
  color: #6e6e6e;
}
body:not(.page-template-page-home) #content .sidebar .questions .question:hover h3 {
  color: #0b4b5c;
}
body:not(.page-template-page-home) #content .sidebar .questions .question:hover .read-more i:before {
  left: 8px;
}
body:not(.page-template-page-home) #content .sidebar .questions .thumbnails {
  width: 110px;
  height: 59px;
  margin-left: 8px;
  float: right;
  position: relative;
  zoom: 1;
}
body:not(.page-template-page-home) #content .sidebar .questions .thumbnails:before,
body:not(.page-template-page-home) #content .sidebar .questions .thumbnails:after {
  content: "";
  display: table;
}
body:not(.page-template-page-home) #content .sidebar .questions .thumbnails:after {
  clear: both;
}
body:not(.page-template-page-home) #content .sidebar .questions .thumbnails.thumbnails-1 .thumbnail {
  float: right;
}
body:not(.page-template-page-home) #content .sidebar .questions .thumbnails.thumbnails-2 .thumbnail:first-child {
  margin-right: -8px;
}
body:not(.page-template-page-home) #content .sidebar .questions .thumbnails.thumbnails-3 .thumbnail:first-child {
  margin-right: -8px;
}
body:not(.page-template-page-home) #content .sidebar .questions .thumbnails.thumbnails-3 .thumbnail:last-child {
  margin-top: -12px;
  margin-right: 25px;
}
body:not(.page-template-page-home) #content .sidebar .questions .thumbnails.thumbnails-4 .thumbnail:first-child {
  margin-right: -8px;
}
body:not(.page-template-page-home) #content .sidebar .questions .thumbnails.thumbnails-4 .thumbnail:nth-child(3) {
  margin-top: -12px;
  margin-right: -8px;
}
body:not(.page-template-page-home) #content .sidebar .questions .thumbnails.thumbnails-4 .thumbnail:last-child {
  margin-top: -12px;
}
body:not(.page-template-page-home) #content .sidebar .questions .thumbnail {
  width: 55px;
  height: 55px;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
  text-align: right;
  border: 2px solid white;
  box-sizing: content-box;
}
body:not(.page-template-page-home) #content .sidebar .questions .main {
  float: left;
  width: calc(100% - 110px - 8px);
  font-weight: 400;
}
body:not(.page-template-page-home) #content .sidebar .questions .main .post-meta,
body:not(.page-template-page-home) #content .sidebar .questions .main h3 {
  display: inline;
}
body:not(.page-template-page-home) #content .sidebar .questions .main .post-meta {
  color: #949494;
  margin-right: 4px;
}
body:not(.page-template-page-home) #content .sidebar .questions .read-more {
  clear: both;
  display: block;
  line-height: 1.5;
}
body:not(.page-template-page-home) #content .sidebar .agenda-sidebar {
  padding: 35px 15px 15px;
}
body:not(.page-template-page-home) #content .sidebar .agenda-sidebar .item {
  margin-bottom: 15px;
  box-shadow: none;
  position: relative;
  zoom: 1;
}
body:not(.page-template-page-home) #content .sidebar .agenda-sidebar .item:before,
body:not(.page-template-page-home) #content .sidebar .agenda-sidebar .item:after {
  content: "";
  display: table;
}
body:not(.page-template-page-home) #content .sidebar .agenda-sidebar .item:after {
  clear: both;
}
body:not(.page-template-page-home) #content .sidebar .agenda-sidebar .item:hover .content {
  left: 54px;
}
body:not(.page-template-page-home) #content .sidebar .agenda-sidebar .date {
  margin-right: 15px;
  padding: 2px 3px;
  background: #1482a0;
  float: left;
  color: #ffffff;
  text-align: center;
  font-family: "ForoRounded-Light", Cambria, Times New Roman, Times, serif;
  font-weight: 600;
}
body:not(.page-template-page-home) #content .sidebar .agenda-sidebar .date .day {
  font-size: 24px;
  margin-top: 5px;
}
body:not(.page-template-page-home) #content .sidebar .agenda-sidebar .date .month {
  font-size: 14px;
}
body:not(.page-template-page-home) #content .sidebar .agenda-sidebar .content {
  width: calc(100% - 35px - 15px);
  float: left;
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body:not(.page-template-page-home) #content .sidebar .agenda-sidebar .content .title {
  margin-bottom: 0;
  line-height: 0;
}
body:not(.page-template-page-home) #content .sidebar .agenda-sidebar .content a {
  font-size: 16px;
  color: #000;
  line-height: 1.333;
  margin-bottom: 0;
}
body:not(.page-template-page-home) #content .sidebar .click-box {
  padding: 30px;
  margin: 10px 10px 0;
  position: relative;
  overflow: hidden;
  background: #e9f5fd;
  min-height: 165px;
  color: #000000;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body:not(.page-template-page-home) #content .sidebar .click-box h2 {
  font-size: 28px;
  margin: 0 0 5px;
  font-family: "ForoRounded-Light", Cambria, Times New Roman, Times, serif;
  font-weight: 600;
}
body:not(.page-template-page-home) #content .sidebar .click-box p {
  font-size: 17px;
  letter-spacing: 0.2px;
  margin-bottom: 0;
  font-weight: 400;
}
body:not(.page-template-page-home) #content .sidebar .click-box .read-more {
  color: #80004d;
  font-size: 15px;
  font-weight: 600;
  margin-top: 30px;
  display: block;
}
body:not(.page-template-page-home) #content .sidebar .click-box i:before {
  color: #ffffff;
}
body:not(.page-template-page-home) #content .sidebar .click-box .background-icon {
  font-size: 240px;
}
body:not(.page-template-page-home) #content .sidebar .click-box.purple,
body:not(.page-template-page-home) #content .sidebar .click-box.yellow {
  background: #fffbdd;
}
body:not(.page-template-page-home) #content .sidebar .click-box.dark-green,
body:not(.page-template-page-home) #content .sidebar .click-box.light-blue {
  background: #e9f5fd;
}
body:not(.page-template-page-home) #content .sidebar .click-box:hover {
  background: #1482a0;
  color: #ffffff;
}
body:not(.page-template-page-home) #content .sidebar .click-box:hover p {
  color: #ffffff;
}
body:not(.page-template-page-home) #content .sidebar .click-box:hover .read-more {
  color: #ffffff;
}
body:not(.page-template-page-home) #content .sidebar .click-box:hover .read-more i:before {
  left: 8px;
}
body:not(.page-template-page-home) #content .sidebar .click-box.has-background-icon-info .background-icon {
  font-size: 225px;
  top: -50px;
  left: -60px;
}
body:not(.page-template-page-home) #content .sidebar .click-box.has-background-icon-academy .background-icon {
  font-size: 230px;
  top: -65px;
  left: -57px;
}
body:not(.page-template-page-home) #content .sidebar .click-box.has-background-icon-people .background-icon {
  font-size: 400px;
  left: 50%;
  margin-left: -200px;
  top: -30px;
}
body:not(.page-template-page-home) #content .sidebar .widget:last-child {
  margin-bottom: 30px;
}
body.page-template-page-agenda .ical {
  float: right;
  margin-top: 15px;
}
body.page-template-page-agenda #content p {
  margin: 0 0 20px;
}
body.page-template-page-agenda .agenda h1 {
  margin-bottom: 20px;
}
body.page-template-page-agenda .agenda .item {
  max-width: 800px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
body.page-template-page-agenda .agenda .item .headline {
  position: relative;
  cursor: pointer;
}
body.page-template-page-agenda .agenda .item .headline .date {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  text-align: center;
  background: #1482a0;
  color: white;
  padding: 10px 0;
  font-weight: 600;
  font-family: "ForoRounded-Light", Cambria, Times New Roman, Times, serif;
}
body.page-template-page-agenda .agenda .item .headline .date .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.page-template-page-agenda .agenda .item .headline .date .day {
  font-size: 40px;
  line-height: 38px;
  letter-spacing: -1px;
}
body.page-template-page-agenda .agenda .item .headline .date .month {
  font-size: 18px;
  line-height: 20px;
}
body.page-template-page-agenda .agenda .item .headline .date button {
  bottom: 1px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
body.page-template-page-agenda .agenda .item .headline .title {
  color: #80004d;
  font-size: 18px;
  padding: 15px 45px 15px 65px;
  line-height: 1;
  font-weight: 400;
  min-height: 78px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.page-template-page-agenda .agenda .item .headline .title .meta {
  color: #999999;
  font-size: 16px;
  font-family: "ForoRounded-Light", Cambria, Times New Roman, Times, serif;
  margin-top: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.page-template-page-agenda .agenda .item .headline button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}
body.page-template-page-agenda .agenda .item .headline:hover .title {
  color: #870051;
}
body.page-template-page-agenda .agenda .item .headline:hover button {
  background: #870051;
}
body.page-template-page-agenda .agenda .item .content {
  display: none;
  font-size: 14px;
  background: #fff;
  border-top: 1px solid #eaeaeb;
  zoom: 1;
}
body.page-template-page-agenda .agenda .item .content:before,
body.page-template-page-agenda .agenda .item .content:after {
  content: "";
  display: table;
}
body.page-template-page-agenda .agenda .item .content:after {
  clear: both;
}
body.page-template-page-agenda .agenda .item .content .aside strong,
body.page-template-page-agenda .agenda .item .content .text strong {
  font-size: 15px;
  font-weight: 600;
  color: #cdaa00;
  display: block;
  margin-bottom: 5px;
}
body.page-template-page-agenda .agenda .item .content .aside div,
body.page-template-page-agenda .agenda .item .content .text div,
body.page-template-page-agenda .agenda .item .content .aside p,
body.page-template-page-agenda .agenda .item .content .text p {
  font-weight: 300;
}
body.page-template-page-agenda .agenda .item .content .aside {
  width: 220px;
  padding: 24px 30px 24px 34px;
}
body.page-template-page-agenda .agenda .item .content .aside .address {
  margin-bottom: 14px;
}
body.page-template-page-agenda .agenda .item .content .text {
  padding: 24px 34px 24px 30px;
}
body.page-template-page-agenda .agenda .item .content .text p {
  margin-top: 0;
}
body.page-template-page-agenda .agenda .item.highlight {
  background: #870051;
}
body.page-template-page-agenda .agenda .item.highlight .title {
  color: #fff;
}
body.page-template-page-agenda .agenda .item.highlight .title .meta {
  color: #fff;
}
body.page-template-page-agenda .agenda .item.highlight:hover .title {
  color: #ffffff;
}
body.page-template-page-agenda .agenda .item.highlight:hover button {
  background: #870051;
}
body.page-template-default #inner-content ul,
body.post-template-default #inner-content ul,
body.page-template-default #inner-content ol,
body.post-template-default #inner-content ol {
  list-style-type: disc;
  padding-left: 17px;
}
body.page-template-default #inner-content ol,
body.post-template-default #inner-content ol {
  list-style-type: decimal;
}
body.page-template-page-documents #content .document h1 {
  font-size: 24px;
  color: #333333;
  margin-top: 15px;
}
body.page-template-page-documents .document {
  border-top: 5px solid #1482a0;
  padding: 20px 25px;
  margin-bottom: 20px;
  box-shadow: 1px 5px 35px rgba(0, 0, 0, 0.05);
  zoom: 1;
}
body.page-template-page-documents .document:before,
body.page-template-page-documents .document:after {
  content: "";
  display: table;
}
body.page-template-page-documents .document:after {
  clear: both;
}
body.page-template-page-documents .document img {
  width: 200px;
  height: 280px;
  background: lightgrey;
}
body.page-template-page-documents .document p,
body.page-template-page-documents .document .formats {
  width: 100%;
  float: left;
}
body.search #searchform-large {
  position: relative;
  margin: 10px 0 20px;
}
body.search #searchform-large input {
  border: none;
  background: #870051;
  border-radius: 8px;
  outline: none;
  color: #ffffff;
  padding: 6px 15px;
  width: 100%;
  min-height: 40px;
}
body.search #searchform-large ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.4);
}
body.search #searchform-large ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.4);
}
body.search #searchform-large :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.4);
}
body.search #searchform-large :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.4);
}
body.search #searchform-large button {
  background: none;
  position: absolute;
  right: 2px;
  top: 5px;
  padding: 8px;
  border: none;
  outline: none;
  color: #fff;
}
body.search #inner-content .hentry {
  padding: 30px;
  width: 100%;
  color: #333333;
  line-height: 25px;
  box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
body.search #inner-content .hentry h1 {
  line-height: 1;
  margin: 0 0 15px;
}
body.search #inner-content .hentry p:last-child {
  margin-bottom: 0;
}
body.search .energysaver_page_navi .pagenavi-prev-link a,
body.search .energysaver_page_navi .pagenavi-next-link a,
body.search .energysaver_page_navi .pagenavi-first-page-link a,
body.search .energysaver_page_navi .pagenavi-last-page-link a {
  padding: 3px 6px;
}
body.search .energysaver_page_navi .pagenavi-prev-link i,
body.search .energysaver_page_navi .pagenavi-next-link i,
body.search .energysaver_page_navi .pagenavi-first-page-link i,
body.search .energysaver_page_navi .pagenavi-last-page-link i {
  font-size: 18px;
}
body.blog a.has-post-thumbnail .body,
body.archive a.has-post-thumbnail .body {
  padding: 30px;
}
body.blog a.has-post-thumbnail .thumbnail,
body.archive a.has-post-thumbnail .thumbnail {
  width: 100%;
  display: block;
  height: 100%;
}
body.blog a.has-post-thumbnail .thumbnail img,
body.archive a.has-post-thumbnail .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}
body.blog .post .body,
body.archive .post .body {
  position: relative;
  padding: 30px;
  width: 100%;
  color: #333333;
  line-height: 25px;
  box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.05);
}
body.blog .post .body .post-meta,
body.archive .post .body .post-meta {
  margin-bottom: 10px;
}
body.blog .post .body .post-meta time,
body.archive .post .body .post-meta time,
body.blog .post .body .post-meta .category,
body.archive .post .body .post-meta .category,
body.blog .post .body .post-meta .icons,
body.archive .post .body .post-meta .icons {
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
}
body.blog .post .body .post-meta time,
body.archive .post .body .post-meta time {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
body.blog .post .body .post-meta .category,
body.archive .post .body .post-meta .category {
  font-weight: 400;
  color: #80004d;
}
body.blog .post .body .post-meta .icons,
body.archive .post .body .post-meta .icons {
  color: #9c9c9c;
}
body.blog .post .body .post-meta .icons i,
body.archive .post .body .post-meta .icons i {
  margin-right: 5px;
}
body.blog .post .body h3,
body.archive .post .body h3 {
  margin-bottom: 10px;
}
body.blog .categories-wrapper,
body.archive .categories-wrapper {
  position: relative;
}
body.blog .categories-wrapper:before,
body.archive .categories-wrapper:before {
  content: '';
  position: absolute;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.44) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.44) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.44) 70%, rgba(255, 255, 255, 0) 100%);
  width: 35px;
  height: 30px;
  left: -5px;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.blog .categories-wrapper:after,
body.archive .categories-wrapper:after {
  content: '';
  position: absolute;
  background: -moz-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0.44) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0.44) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0.44) 70%, rgba(255, 255, 255, 0) 100%);
  width: 35px;
  height: 30px;
  right: -5px;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.blog .categories-wrapper.before:before,
body.archive .categories-wrapper.before:before {
  opacity: 1;
}
body.blog .categories-wrapper.after:after,
body.archive .categories-wrapper.after:after {
  opacity: 1;
}
body.blog .categories,
body.archive .categories {
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}
body.blog .categories li,
body.archive .categories li {
  display: inline-block;
  margin-right: 20px;
}
body.blog .categories li.active,
body.archive .categories li.active {
  font-weight: 500;
  letter-spacing: 0.5px;
}
body.single-post #content #inner-content {
  margin-top: 50px;
}
body.single-post .entry-content img {
  margin-bottom: 30px;
}
body.single-post .post-meta {
  margin-bottom: 32px;
}
body.single-post .post-meta time {
  color: rgba(0, 0, 20, 0.5);
}
body.single-post .post-meta .categories {
  display: inline;
  margin-left: 10px;
}
body.page-template-page-qp #inner-content .hentry {
  padding: 20px 0;
  border-bottom: 1px solid #dedfe0;
}
body.page-template-page-qp #inner-content .hentry:last-child {
  border: none;
}
body.page-template-page-qp #inner-content .hentry h3 {
  margin-top: 2px;
  color: #000000;
  font-size: 22px;
  line-height: 28px;
}
body.page-template-page-qp #inner-content .hentry time {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
body.page-template-page-qp #inner-content .hentry .read-more {
  margin-top: 2px;
}
body.page-template-page-qp #inner-content .hentry .thumbnails {
  width: 120px;
  height: 65px;
  float: right;
  overflow: hidden;
}
body.page-template-page-qp #inner-content .hentry .thumbnails .thumbnail {
  width: 60px;
  height: 60px;
  background-size: cover;
  border-radius: 50%;
  float: left;
  border: 2px solid white;
  box-sizing: content-box;
  position: relative;
}
body.page-template-page-qp #inner-content .hentry .thumbnails.thumbnails-1 .thumbnail {
  float: right;
}
body.page-template-page-qp #inner-content .hentry .thumbnails.thumbnails-2 .thumbnail:first-child {
  margin-right: -8px;
}
body.page-template-page-qp #inner-content .hentry .thumbnails.thumbnails-3 {
  height: 115px;
}
body.page-template-page-qp #inner-content .hentry .thumbnails.thumbnails-3 .thumbnail:first-child {
  margin-right: -8px;
}
body.page-template-page-qp #inner-content .hentry .thumbnails.thumbnails-3 .thumbnail:last-child {
  margin-top: -12px;
  margin-left: 24px;
}
body.page-template-page-qp #inner-content .hentry .thumbnails.thumbnails-4 {
  height: 115px;
}
body.page-template-page-qp #inner-content .hentry .thumbnails.thumbnails-4 .thumbnail:first-child {
  margin-right: -8px;
}
body.page-template-page-qp #inner-content .hentry .thumbnails.thumbnails-4 .thumbnail:nth-child(3) {
  margin-top: -12px;
  margin-right: -8px;
}
body.page-template-page-qp #inner-content .hentry .thumbnails.thumbnails-4 .thumbnail:last-child {
  margin-top: -12px;
}
body.single-question #inner-content time {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
body.single-question .entry-content {
  margin-top: 50px;
}
body.single-question .entry-content .thumbnails {
  zoom: 1;
  margin: 5px 0 30px;
}
body.single-question .entry-content .thumbnails:before,
body.single-question .entry-content .thumbnails:after {
  content: "";
  display: table;
}
body.single-question .entry-content .thumbnails:after {
  clear: both;
}
body.single-question .entry-content .thumbnail {
  width: 125px;
  height: 125px;
  background-size: cover;
  float: left;
  margin: -15px -10px 0 0;
  border: 3px solid white;
  border-radius: 50%;
}
body.single-question .back {
  position: relative;
  padding-left: 25px;
  font-weight: 500;
}
body.single-question .back i {
  font-size: 10px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 4px;
  left: 0;
}
body.single-question table {
  margin-bottom: 20px;
}
body.single-question table td,
body.single-question table tr {
  background: none;
}
body.page-template-page-elections-district #content .content-wrapper,
body.page-template-page-district #content .content-wrapper,
body.page-template-page-history #content .content-wrapper,
body.page-template-page-districts #content .content-wrapper {
  max-width: 100%;
  width: 100%;
}
body.page-template-page-elections-district #content .content-wrapper #inner-content,
body.page-template-page-district #content .content-wrapper #inner-content,
body.page-template-page-history #content .content-wrapper #inner-content,
body.page-template-page-districts #content .content-wrapper #inner-content {
  width: 100%;
  max-width: inherit;
  margin: 0;
}
body.page-template-page-elections-district #content .breadcrumb-wrapper:before,
body.page-template-page-district #content .breadcrumb-wrapper:before,
body.page-template-page-history #content .breadcrumb-wrapper:before,
body.page-template-page-districts #content .breadcrumb-wrapper:before {
  background: -moz-linear-gradient(left, #425c66 0%, rgba(66, 92, 102, 0.44) 70%, rgba(66, 92, 102, 0) 100%);
  background: -webkit-linear-gradient(left, #425c66 0%, rgba(66, 92, 102, 0.44) 70%, rgba(66, 92, 102, 0) 100%);
  background: linear-gradient(to right, #425c66 0%, rgba(66, 92, 102, 0.44) 70%, rgba(66, 92, 102, 0) 100%);
  height: 40px;
}
body.page-template-page-elections-district #content .breadcrumb-wrapper:after,
body.page-template-page-district #content .breadcrumb-wrapper:after,
body.page-template-page-history #content .breadcrumb-wrapper:after,
body.page-template-page-districts #content .breadcrumb-wrapper:after {
  background: -moz-linear-gradient(right, #425c66 0%, rgba(66, 92, 102, 0.44) 70%, rgba(66, 92, 102, 0) 100%);
  background: -webkit-linear-gradient(right, #425c66 0%, rgba(66, 92, 102, 0.44) 70%, rgba(66, 92, 102, 0) 100%);
  background: linear-gradient(to left, #fffbdd 0%, rgba(255, 251, 221, 0.44) 70%, rgba(255, 251, 221, 0) 100%);
  height: 40px;
}
body.page-template-page-elections-district #content .breadcrumb span:before,
body.page-template-page-district #content .breadcrumb span:before,
body.page-template-page-history #content .breadcrumb span:before,
body.page-template-page-districts #content .breadcrumb span:before {
  color: #fff;
}
body.page-template-page-elections-district #content .breadcrumb .has-subpages li,
body.page-template-page-district #content .breadcrumb .has-subpages li,
body.page-template-page-history #content .breadcrumb .has-subpages li,
body.page-template-page-districts #content .breadcrumb .has-subpages li {
  display: block;
  margin: 0;
}
body.page-template-page-elections-district #content .navbar,
body.page-template-page-district #content .navbar,
body.page-template-page-history #content .navbar,
body.page-template-page-districts #content .navbar {
  width: 100%;
  background: #fffbdd;
  margin: 0;
  padding: 50px 20px 50px;
  position: relative;
  overflow: hidden;
  float: left;
}
body.page-template-page-elections-district #content .navbar .page-title,
body.page-template-page-district #content .navbar .page-title,
body.page-template-page-history #content .navbar .page-title,
body.page-template-page-districts #content .navbar .page-title {
  display: block;
  font-size: 32px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 35px;
}
body.page-template-page-elections-district #content .navbar ul.sections,
body.page-template-page-district #content .navbar ul.sections,
body.page-template-page-history #content .navbar ul.sections,
body.page-template-page-districts #content .navbar ul.sections {
  z-index: 1;
  position: relative;
  max-width: 360px;
}
body.page-template-page-elections-district #content .navbar ul.sections li,
body.page-template-page-district #content .navbar ul.sections li,
body.page-template-page-history #content .navbar ul.sections li,
body.page-template-page-districts #content .navbar ul.sections li {
  list-style-type: none;
  margin-bottom: 15px;
  font-weight: 600;
  display: block;
  margin-right: 10px;
}
body.page-template-page-elections-district #content .navbar ul.sections li .villes,
body.page-template-page-district #content .navbar ul.sections li .villes,
body.page-template-page-history #content .navbar ul.sections li .villes,
body.page-template-page-districts #content .navbar ul.sections li .villes {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 500;
}
body.page-template-page-elections-district #content .navbar ul.sections li.active a,
body.page-template-page-district #content .navbar ul.sections li.active a,
body.page-template-page-history #content .navbar ul.sections li.active a,
body.page-template-page-districts #content .navbar ul.sections li.active a {
  color: #000000;
}
body.page-template-page-elections-district #content .navbar .background-icon,
body.page-template-page-district #content .navbar .background-icon,
body.page-template-page-history #content .navbar .background-icon,
body.page-template-page-districts #content .navbar .background-icon {
  opacity: 0.02;
  color: #fff;
  top: -30px;
  left: -50px;
  font-size: 450px;
  z-index: 0;
}
body.page-template-page-elections-district #content .entry-content,
body.page-template-page-district #content .entry-content,
body.page-template-page-history #content .entry-content,
body.page-template-page-districts #content .entry-content {
  float: left;
  width: 100%;
}
body.page-template-page-elections-district #content .entry-content .intro,
body.page-template-page-district #content .entry-content .intro,
body.page-template-page-history #content .entry-content .intro,
body.page-template-page-districts #content .entry-content .intro {
  padding: 30px;
}
body.page-template-page-elections-district #content .entry-content .head,
body.page-template-page-district #content .entry-content .head,
body.page-template-page-history #content .entry-content .head,
body.page-template-page-districts #content .entry-content .head {
  background: #f5f5f5;
  font-size: 24px;
  font-weight: 400;
  padding: 25px 20px 15px;
  position: relative;
}
body.page-template-page-elections-district #content .entry-content .head .links,
body.page-template-page-district #content .entry-content .head .links,
body.page-template-page-history #content .entry-content .head .links,
body.page-template-page-districts #content .entry-content .head .links {
  font-size: 14px;
  margin-top: 10px;
}
body.page-template-page-elections-district #content .entry-content .head .links li,
body.page-template-page-district #content .entry-content .head .links li,
body.page-template-page-history #content .entry-content .head .links li,
body.page-template-page-districts #content .entry-content .head .links li {
  display: inline-block;
  margin-bottom: 0;
  zoom: 1;
}
body.page-template-page-elections-district #content .entry-content .head .links li:before,
body.page-template-page-district #content .entry-content .head .links li:before,
body.page-template-page-history #content .entry-content .head .links li:before,
body.page-template-page-districts #content .entry-content .head .links li:before,
body.page-template-page-elections-district #content .entry-content .head .links li:after,
body.page-template-page-district #content .entry-content .head .links li:after,
body.page-template-page-history #content .entry-content .head .links li:after,
body.page-template-page-districts #content .entry-content .head .links li:after {
  content: "";
  display: table;
}
body.page-template-page-elections-district #content .entry-content .head .links li:after,
body.page-template-page-district #content .entry-content .head .links li:after,
body.page-template-page-history #content .entry-content .head .links li:after,
body.page-template-page-districts #content .entry-content .head .links li:after {
  clear: both;
}
body.page-template-page-elections-district #content .entry-content .head .links li a,
body.page-template-page-district #content .entry-content .head .links li a,
body.page-template-page-history #content .entry-content .head .links li a,
body.page-template-page-districts #content .entry-content .head .links li a {
  font-size: 14px;
}
body.page-template-page-elections-district #content .entry-content .head .links li .fb,
body.page-template-page-district #content .entry-content .head .links li .fb,
body.page-template-page-history #content .entry-content .head .links li .fb,
body.page-template-page-districts #content .entry-content .head .links li .fb {
  padding-right: 10px;
  border-right: 1px solid lightgrey;
  font-size: 18px;
  float: left;
}
body.page-template-page-elections-district #content .entry-content .head .links li .site,
body.page-template-page-district #content .entry-content .head .links li .site,
body.page-template-page-history #content .entry-content .head .links li .site,
body.page-template-page-districts #content .entry-content .head .links li .site {
  display: block;
  padding-bottom: 3px;
  float: left;
  padding-left: 10px;
}
body.page-template-page-elections-district #content .entry-content .head .links li .site i,
body.page-template-page-district #content .entry-content .head .links li .site i,
body.page-template-page-history #content .entry-content .head .links li .site i,
body.page-template-page-districts #content .entry-content .head .links li .site i {
  margin-right: 10px;
}
body.page-template-page-elections-district #content .entry-content .member,
body.page-template-page-district #content .entry-content .member,
body.page-template-page-history #content .entry-content .member,
body.page-template-page-districts #content .entry-content .member {
  zoom: 1;
  position: relative;
  border-bottom: 1px solid lightgrey;
}
body.page-template-page-elections-district #content .entry-content .member:before,
body.page-template-page-district #content .entry-content .member:before,
body.page-template-page-history #content .entry-content .member:before,
body.page-template-page-districts #content .entry-content .member:before,
body.page-template-page-elections-district #content .entry-content .member:after,
body.page-template-page-district #content .entry-content .member:after,
body.page-template-page-history #content .entry-content .member:after,
body.page-template-page-districts #content .entry-content .member:after {
  content: "";
  display: table;
}
body.page-template-page-elections-district #content .entry-content .member:after,
body.page-template-page-district #content .entry-content .member:after,
body.page-template-page-history #content .entry-content .member:after,
body.page-template-page-districts #content .entry-content .member:after {
  clear: both;
}
body.page-template-page-elections-district #content .entry-content .member .content,
body.page-template-page-district #content .entry-content .member .content,
body.page-template-page-history #content .entry-content .member .content,
body.page-template-page-districts #content .entry-content .member .content {
  width: 100%;
  padding: 40px 20px;
  line-height: 20px;
}
body.page-template-page-elections-district #content .entry-content .member .label,
body.page-template-page-district #content .entry-content .member .label,
body.page-template-page-history #content .entry-content .member .label,
body.page-template-page-districts #content .entry-content .member .label {
  font-size: 15px;
  font-weight: 600;
  color: #1482a0;
}
body.page-template-page-elections-district #content .entry-content .member .name,
body.page-template-page-district #content .entry-content .member .name,
body.page-template-page-history #content .entry-content .member .name,
body.page-template-page-districts #content .entry-content .member .name {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}
body.page-template-page-elections-district #content .entry-content .member .function,
body.page-template-page-district #content .entry-content .member .function,
body.page-template-page-history #content .entry-content .member .function,
body.page-template-page-districts #content .entry-content .member .function {
  font-size: 17px;
  margin-top: 7px;
  opacity: 0.75;
  color: #1482a0;
}
body.page-template-page-elections-district #content .entry-content .member .age,
body.page-template-page-district #content .entry-content .member .age,
body.page-template-page-history #content .entry-content .member .age,
body.page-template-page-districts #content .entry-content .member .age,
body.page-template-page-elections-district #content .entry-content .member .section,
body.page-template-page-district #content .entry-content .member .section,
body.page-template-page-history #content .entry-content .member .section,
body.page-template-page-districts #content .entry-content .member .section,
body.page-template-page-elections-district #content .entry-content .member .district,
body.page-template-page-district #content .entry-content .member .district,
body.page-template-page-history #content .entry-content .member .district,
body.page-template-page-districts #content .entry-content .member .district {
  zoom: 1;
}
body.page-template-page-elections-district #content .entry-content .member .age:before,
body.page-template-page-district #content .entry-content .member .age:before,
body.page-template-page-history #content .entry-content .member .age:before,
body.page-template-page-districts #content .entry-content .member .age:before,
body.page-template-page-elections-district #content .entry-content .member .section:before,
body.page-template-page-district #content .entry-content .member .section:before,
body.page-template-page-history #content .entry-content .member .section:before,
body.page-template-page-districts #content .entry-content .member .section:before,
body.page-template-page-elections-district #content .entry-content .member .district:before,
body.page-template-page-district #content .entry-content .member .district:before,
body.page-template-page-history #content .entry-content .member .district:before,
body.page-template-page-districts #content .entry-content .member .district:before,
body.page-template-page-elections-district #content .entry-content .member .age:after,
body.page-template-page-district #content .entry-content .member .age:after,
body.page-template-page-history #content .entry-content .member .age:after,
body.page-template-page-districts #content .entry-content .member .age:after,
body.page-template-page-elections-district #content .entry-content .member .section:after,
body.page-template-page-district #content .entry-content .member .section:after,
body.page-template-page-history #content .entry-content .member .section:after,
body.page-template-page-districts #content .entry-content .member .section:after,
body.page-template-page-elections-district #content .entry-content .member .district:after,
body.page-template-page-district #content .entry-content .member .district:after,
body.page-template-page-history #content .entry-content .member .district:after,
body.page-template-page-districts #content .entry-content .member .district:after {
  content: "";
  display: table;
}
body.page-template-page-elections-district #content .entry-content .member .age:after,
body.page-template-page-district #content .entry-content .member .age:after,
body.page-template-page-history #content .entry-content .member .age:after,
body.page-template-page-districts #content .entry-content .member .age:after,
body.page-template-page-elections-district #content .entry-content .member .section:after,
body.page-template-page-district #content .entry-content .member .section:after,
body.page-template-page-history #content .entry-content .member .section:after,
body.page-template-page-districts #content .entry-content .member .section:after,
body.page-template-page-elections-district #content .entry-content .member .district:after,
body.page-template-page-district #content .entry-content .member .district:after,
body.page-template-page-history #content .entry-content .member .district:after,
body.page-template-page-districts #content .entry-content .member .district:after {
  clear: both;
}
body.page-template-page-elections-district #content .entry-content .member .age .label,
body.page-template-page-district #content .entry-content .member .age .label,
body.page-template-page-history #content .entry-content .member .age .label,
body.page-template-page-districts #content .entry-content .member .age .label,
body.page-template-page-elections-district #content .entry-content .member .section .label,
body.page-template-page-district #content .entry-content .member .section .label,
body.page-template-page-history #content .entry-content .member .section .label,
body.page-template-page-districts #content .entry-content .member .section .label,
body.page-template-page-elections-district #content .entry-content .member .district .label,
body.page-template-page-district #content .entry-content .member .district .label,
body.page-template-page-history #content .entry-content .member .district .label,
body.page-template-page-districts #content .entry-content .member .district .label {
  width: 90px;
  float: left;
}
body.page-template-page-elections-district #content .entry-content .member .age .value,
body.page-template-page-district #content .entry-content .member .age .value,
body.page-template-page-history #content .entry-content .member .age .value,
body.page-template-page-districts #content .entry-content .member .age .value,
body.page-template-page-elections-district #content .entry-content .member .section .value,
body.page-template-page-district #content .entry-content .member .section .value,
body.page-template-page-history #content .entry-content .member .section .value,
body.page-template-page-districts #content .entry-content .member .section .value,
body.page-template-page-elections-district #content .entry-content .member .district .value,
body.page-template-page-district #content .entry-content .member .district .value,
body.page-template-page-history #content .entry-content .member .district .value,
body.page-template-page-districts #content .entry-content .member .district .value {
  width: 120px;
  float: left;
}
body.page-template-page-elections-district #content .entry-content .member .age,
body.page-template-page-district #content .entry-content .member .age,
body.page-template-page-history #content .entry-content .member .age,
body.page-template-page-districts #content .entry-content .member .age {
  margin-top: 30px;
}
body.page-template-page-elections-district #content .entry-content .member .district,
body.page-template-page-district #content .entry-content .member .district,
body.page-template-page-history #content .entry-content .member .district,
body.page-template-page-districts #content .entry-content .member .district {
  margin-bottom: 25px;
}
body.page-template-page-elections-district #content .entry-content .member .comitees,
body.page-template-page-district #content .entry-content .member .comitees,
body.page-template-page-history #content .entry-content .member .comitees,
body.page-template-page-districts #content .entry-content .member .comitees,
body.page-template-page-elections-district #content .entry-content .member .mandates,
body.page-template-page-district #content .entry-content .member .mandates,
body.page-template-page-history #content .entry-content .member .mandates,
body.page-template-page-districts #content .entry-content .member .mandates {
  margin-bottom: 25px;
}
body.page-template-page-elections-district #content .entry-content .member .comitees:last-child,
body.page-template-page-district #content .entry-content .member .comitees:last-child,
body.page-template-page-history #content .entry-content .member .comitees:last-child,
body.page-template-page-districts #content .entry-content .member .comitees:last-child,
body.page-template-page-elections-district #content .entry-content .member .mandates:last-child,
body.page-template-page-district #content .entry-content .member .mandates:last-child,
body.page-template-page-history #content .entry-content .member .mandates:last-child,
body.page-template-page-districts #content .entry-content .member .mandates:last-child {
  margin-bottom: 0;
}
body.page-template-page-elections-district #content .entry-content .member .comitees ul,
body.page-template-page-district #content .entry-content .member .comitees ul,
body.page-template-page-history #content .entry-content .member .comitees ul,
body.page-template-page-districts #content .entry-content .member .comitees ul,
body.page-template-page-elections-district #content .entry-content .member .mandates ul,
body.page-template-page-district #content .entry-content .member .mandates ul,
body.page-template-page-history #content .entry-content .member .mandates ul,
body.page-template-page-districts #content .entry-content .member .mandates ul {
  list-style-type: none;
  padding-left: 0;
}
body.page-template-page-elections-district #content .entry-content .member .comitees li,
body.page-template-page-district #content .entry-content .member .comitees li,
body.page-template-page-history #content .entry-content .member .comitees li,
body.page-template-page-districts #content .entry-content .member .comitees li,
body.page-template-page-elections-district #content .entry-content .member .mandates li,
body.page-template-page-district #content .entry-content .member .mandates li,
body.page-template-page-history #content .entry-content .member .mandates li,
body.page-template-page-districts #content .entry-content .member .mandates li {
  margin-bottom: 0;
}
body.page-template-page-elections-district #content .entry-content .member .photo,
body.page-template-page-district #content .entry-content .member .photo,
body.page-template-page-history #content .entry-content .member .photo,
body.page-template-page-districts #content .entry-content .member .photo {
  width: 220px;
  margin: 0 auto;
}
body.page-template-page-elections-district #content .entry-content .member .photo img,
body.page-template-page-district #content .entry-content .member .photo img,
body.page-template-page-history #content .entry-content .member .photo img,
body.page-template-page-districts #content .entry-content .member .photo img {
  width: 100%;
  display: block;
}
body.page-template-page-elections-district .footer,
body.page-template-page-district .footer,
body.page-template-page-history .footer,
body.page-template-page-districts .footer {
  margin-top: 0;
}
body.page-template-page-history .panel {
  padding: 30px 15px;
}
body.page-template-page-history #content .chapter {
  font-size: 16px;
  font-weight: 600;
  color: #1482a0;
  letter-spacing: 0;
  margin-bottom: 5px;
}
body.page-template-page-history #content h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
body.page-template-page-history #content h3 {
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 25px;
}
body.page-template-page-history #content .navbar .tabs a {
  font-family: "ForoRounded-Light";
  font-size: 18px;
  letter-spacing: -0.5px;
  display: block;
  outline: none;
}
body.page-template-page-history #content .navbar .tabs a .chapter {
  color: #000000;
  font-size: 16px;
  font-family: "Gibson";
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
}
body.page-template-page-history #content .navbar .tabs li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
}
body.page-template-page-history #content .navbar .tabs li.active a {
  color: #000000;
  font-weight: 600;
}
body.page-template-page-annuaire #content .content-wrapper {
  width: 100%;
  max-width: 100%;
}
body.page-template-page-annuaire #content #inner-content {
  width: 100%;
}
body.page-template-page-annuaire #content #inner-content .article-header {
  width: 95%;
  margin: 0 auto;
}
body.page-template-page-annuaire #content .mandataires {
  margin: 0;
}
body.page-template-page-annuaire #content .mandataires .mandataire {
  padding-right: 0;
}
body.page-template-page-annuaire #content .mandataires .mandataire .name {
  font-family: "ForoRounded-Light", Cambria, Times New Roman, Times, serif;
  background: rgba(233, 245, 253, 0.9);
  color: #000000;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  height: 70px;
}
body.page-template-page-annuaire #content .person-detail {
  background: #fcfcfc;
  margin-bottom: 50px;
  zoom: 1;
}
body.page-template-page-annuaire #content .person-detail:before,
body.page-template-page-annuaire #content .person-detail:after {
  content: "";
  display: table;
}
body.page-template-page-annuaire #content .person-detail:after {
  clear: both;
}
body.page-template-page-annuaire #content .person-tabs {
  width: 100%;
  position: relative;
}
body.page-template-page-annuaire #content .person-tabs ul {
  background: #f5f5f5;
}
body.page-template-page-annuaire #content .person-tabs ul li {
  display: inline-block;
  margin-bottom: 0;
  background: #f5f5f5;
}
body.page-template-page-annuaire #content .person-tabs ul li.active {
  background: #fcfcfc;
}
body.page-template-page-annuaire #content .person-tabs ul li.active a {
  font-weight: 600;
}
body.page-template-page-annuaire #content .person-tabs ul li a {
  padding: 12px;
  display: block;
  outline: none;
}
body.page-template-page-annuaire #content .person-tabs .close {
  background: #80004d;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: -48px;
}
body.page-template-page-annuaire #content .person-tabs .close:after,
body.page-template-page-annuaire #content .person-tabs .close:before {
  content: '';
  width: 3px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  display: inline-block;
  border-radius: 1px;
}
body.page-template-page-annuaire #content .person-tabs .close:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
body.page-template-page-annuaire #content .person-tabs .close:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
body.page-template-page-annuaire #content .image {
  display: block;
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}
body.page-template-page-annuaire #content .image img {
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
body.page-template-page-annuaire #content .tab-content-wrapper {
  position: relative;
}
body.page-template-page-annuaire #content .tab-content {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  padding: 20px;
  background: #fcfcfc;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.page-template-page-annuaire #content .tab-content h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 20px;
}
body.page-template-page-annuaire #content .tab-content h2 .function {
  font-size: 24px;
  margin-top: 9px;
  opacity: 0.75;
}
body.page-template-page-annuaire #content .tab-content h4 {
  font-size: 24px;
  margin: 10px 0 20px;
}
body.page-template-page-annuaire #content .tab-content#tab-intro strong {
  width: 85px;
  display: inline-block;
  color: #1482a0;
}
body.page-template-page-annuaire #content .tab-content#tab-intro ul {
  margin-bottom: 20px;
  list-style-type: none;
  padding-left: 0;
}
body.page-template-page-annuaire #content .tab-content#tab-intro li {
  margin-bottom: 0;
  line-height: 1.5;
}
body.page-template-page-annuaire #content .tab-content#tab-biography {
  line-height: 1.5;
}
body.page-template-page-annuaire #content .tab-content#tab-biography strong {
  color: #97c9b4;
}
body.page-template-page-annuaire #content .tab-content.active {
  opacity: 1;
  z-index: 3;
}
body.page-template-page-contact #content .addresses {
  margin-top: 65px;
}
body.page-template-page-contact #content .addresses h2 {
  font-size: 20px;
  margin: 35px 0 15px;
}
body.page-template-page-contact #content .addresses > p {
  margin-top: 10px;
}
body.page-template-page-contact #content .addresses iframe {
  width: 100%;
  overflow: hidden;
  height: 295px;
}
body.page-template-page-contact #content .gform_wrapper .gform_fields {
  padding-left: 0;
  list-style-type: none;
}
body.page-template-page-contact #content .gform_wrapper .gform_fields input,
body.page-template-page-contact #content .gform_wrapper .gform_fields select,
body.page-template-page-contact #content .gform_wrapper .gform_fields textarea {
  width: 100%;
  outline: none;
  border: 1px solid #cccccc;
}
body.page-template-page-contact #content .gform_wrapper .gform_fields .gfield {
  position: relative;
}
body.page-template-page-contact #content .gform_wrapper .chosen-single {
  background: none;
  box-shadow: none;
  padding: 5px;
  height: 34px;
  border-radius: 0;
  border-color: #cccccc;
}
body.page-template-page-contact #content .gform_wrapper .chosen-single div {
  top: 5px;
}
body.page-template-page-contact #content .gform_wrapper .name_last,
body.page-template-page-contact #content .gform_wrapper .name_first {
  width: 50%;
}
body.page-template-page-contact #content .gform_wrapper .name_last label,
body.page-template-page-contact #content .gform_wrapper .name_first label {
  font-size: 12px;
}
body.page-template-page-contact #content .gform_wrapper textarea {
  border-color: #cccccc;
}
body.page-template-page-personalities #content #inner-content {
  width: 100%;
}
body.page-template-page-personalities #content .breadcrumb .has-subpages li {
  margin-bottom: 0;
}
body.page-template-page-personalities #content .breadcrumb .has-subpages li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
body.page-template-page-personalities #content .breadcrumb .has-subpages li:first-child.active {
  position: relative;
  background-color: #b75791;
  z-index: -1;
}
body.page-template-page-personalities #content .breadcrumb .has-subpages li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
body.page-template-page-personalities #content .breadcrumb .has-subpages.open .subpages {
  margin-top: 50px;
}
body.page-template-page-personalities #content .breadcrumb .has-subpages .subpages {
  border-radius: 4px;
}
body.page-template-page-personalities #content .breadcrumb .has-subpages span {
  border-radius: 8px;
}
body.error404 #content #inner-content {
  float: none;
  margin: 100px auto;
  padding: 0 10px;
  text-align: center;
}
body.error404 .footer.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #80004d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #a90066;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: #a90066;
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
h2,
h3,
h4,
h5 {
  font-family: "Gibson", "canada-type-gibson", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2 {
  font-size: 1.75em;
  line-height: 1.4em;
}
h3 {
  font-size: 1.125em;
  margin: 0;
  font-weight: 300;
  line-height: 24px;
}
h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5 {
  font-size: 0.846em;
  line-height: 2.09em;
}
/*********************
06. HEADER SYTLES
*********************/
.header #main-header #upper-header {
  background: #1482a0;
  padding: 0;
  font-weight: 400;
  z-index: 5;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.header #main-header #upper-header .inner-header {
  height: inherit;
  padding: 10px;
}
.header #main-header #upper-header .inner-header .inner-wrapper {
  display: inline-block;
  width: 100%;
}
.header #main-header #upper-header .inner-header .inner-wrapper > div {
  display: block;
}
.header #main-header #upper-header .inner-header .inner-wrapper .member-wrapper,
.header #main-header #upper-header .inner-header .inner-wrapper .social-wrapper {
  float: left;
  position: relative;
  z-index: 5;
}
.header #main-header #upper-header .inner-header a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
}
.header #main-header #upper-header .inner-header a.facebook,
.header #main-header #upper-header .inner-header a.twitter {
  display: block;
  float: left;
  line-height: 28px;
  padding: 0 3px;
}
.header #main-header #upper-header .inner-header a.facebook i,
.header #main-header #upper-header .inner-header a.twitter i {
  font-size: 18px;
}
.header #main-header #upper-header .inner-header a.facebook {
  padding-left: 6px;
}
.header #main-header #upper-header .inner-header a.twitter {
  position: relative;
  padding-right: 10px;
  margin-right: 15px;
}
.header #main-header #upper-header .inner-header .search-wrapper {
  width: 100%;
  padding-right: 0;
}
.header #main-header #upper-header .inner-header .search-wrapper #searchform {
  position: relative;
  margin: 10px 0;
}
.header #main-header #upper-header .inner-header .search-wrapper #searchform label {
  display: none;
  font-size: 14px;
}
.header #main-header #upper-header .inner-header .search-wrapper #searchform input {
  border: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  outline: none;
  min-height: 24px;
  line-height: 24px;
  color: #ffffff;
  padding: 4px 8px;
  font-size: 14px;
  width: 100%;
}
.header #main-header #upper-header .inner-header .search-wrapper #searchform ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
.header #main-header #upper-header .inner-header .search-wrapper #searchform ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
.header #main-header #upper-header .inner-header .search-wrapper #searchform :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
.header #main-header #upper-header .inner-header .search-wrapper #searchform :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
.header #main-header #upper-header .inner-header .search-wrapper #searchform button {
  background: none;
  position: absolute;
  right: 2px;
  top: 0;
  padding: 8px;
  border: none;
  outline: none;
  font-size: 15px;
  color: #fff;
  width: inherit;
}
.header #main-header #upper-header .inner-header .button {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0;
  width: 100%;
  padding: 8px 0;
  text-align: center;
}
.header #main-header .inner-header {
  position: relative;
  height: 60px;
}
.header #main-header .inner-header nav {
  width: 100%;
  min-height: 60px;
  background: #e9f5fd;
  position: absolute;
  z-index: 4;
  -ms-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.header #main-header .inner-header nav:after {
  content: '';
  position: absolute;
  height: 45px;
  background: white;
  top: 0;
  left: 0;
  width: 100%;
}
.header #main-header .inner-header nav.open {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header #main-header .inner-header .top-nav {
  top: 59px;
  left: 0;
  width: 100%;
  padding: 80px 25px 135px;
  background: #e9f5fd;
}
.header #main-header .inner-header .menu-item-has-children .wrapper {
  display: none;
  padding-left: 15px;
}
.header #main-header .inner-header .menu-item-has-children .wrapper .sub-menu .menu-item-has-children .sub-menu {
  display: none;
}
.header #main-header .inner-header .menu-item-has-children .wrapper .sub-menu .menu-item-has-children .sub-menu li a {
  font-size: 14px;
  padding: 8px 15px;
}
.header #main-header .inner-header .menu-item-has-children .wrapper .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
  display: block;
}
.header #main-header .inner-header .menu-item-has-children .wrapper .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li > a {
  position: relative;
  padding: 8px 30px;
}
.header #main-header .inner-header .menu-item-has-children .wrapper .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li > a:before {
  content: '';
  display: block;
  position: relative;
  width: 8px;
  height: 2px;
  left: -16px;
  top: 13px;
  background: #80004d;
}
.header #main-header .inner-header .menu-item-has-children .wrapper .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children a:after {
  display: none;
}
.header #main-header .inner-header .menu-item-has-children > a {
  position: relative;
}
.header #main-header .inner-header .menu-item-has-children > a:after {
  content: "\e909";
  font-family: "csv";
  font-size: 19px;
  position: absolute;
  right: 0;
  top: 51%;
  display: block;
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.header #main-header .inner-header .qtranxs_language_chooser {
  float: right;
  list-style-type: none;
  margin-top: 10px;
}
.header #main-header .inner-header .qtranxs_language_chooser li {
  float: left;
  border-right: 2px solid black;
}
.header #main-header .inner-header .qtranxs_language_chooser li:last-child {
  border-right: none;
}
.header #main-header .inner-header .qtranxs_language_chooser li:last-child a {
  margin-right: 0;
}
.header #main-header .inner-header .qtranxs_language_chooser li.active a {
  text-decoration: underline;
}
.header #main-header .inner-header .qtranxs_language_chooser li a {
  display: block;
  font-weight: bold;
  margin: 0 5px;
  color: #000000;
  text-decoration: none;
}
.header #main-header .mobile-menu-button {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 35px;
  height: 40px;
  color: #1482a0;
  z-index: 100;
  background: none;
  border: none;
  outline: 0;
}
.header #main-header .mobile-menu-button span,
.header #main-header .mobile-menu-button span:before,
.header #main-header .mobile-menu-button span:after {
  position: absolute;
  width: 35px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #1482a0;
  left: 0;
}
.header #main-header .mobile-menu-button span {
  top: 18px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.header #main-header .mobile-menu-button span:before {
  content: '';
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  top: -10px;
}
.header #main-header .mobile-menu-button span:after {
  content: '';
  transition: top 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  top: 10px;
}
.header #main-header .mobile-menu-button.open span {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
.header #main-header .mobile-menu-button.open span:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.header #main-header .mobile-menu-button.open span:after {
  top: 0;
  transition: top 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.header #logo {
  display: block;
  background: url("../images/CSV2022-Logo-RGB.svg");
  background-size: contain;
  width: 170px;
  height: 60px;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 5;
}
/* Breadcrumb */
.breadcrumb-wrapper {
  position: relative;
}
.breadcrumb-wrapper:before {
  content: '';
  position: absolute;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.44) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.44) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.44) 70%, rgba(255, 255, 255, 0) 100%);
  width: 35px;
  height: 40px;
  left: -15px;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.breadcrumb-wrapper:after {
  content: '';
  position: absolute;
  background: -moz-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0.44) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0.44) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0.44) 70%, rgba(255, 255, 255, 0) 100%);
  width: 35px;
  height: 40px;
  right: -15px;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.breadcrumb-wrapper.before:before {
  opacity: 1;
}
.breadcrumb-wrapper.after:after {
  opacity: 1;
}
.breadcrumb {
  list-style-type: none;
  margin-bottom: 20px;
  position: relative;
  width: calc(100% + 30px);
  white-space: nowrap;
  overflow: hidden;
  padding: 0 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.breadcrumb li {
  display: inline-block;
  padding-left: 20px;
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb li:first-child span:before {
  display: none;
}
.breadcrumb span {
  font-weight: 500;
  position: relative;
}
.breadcrumb span:before {
  content: "\e909";
  font-family: "csv";
  font-size: 12px;
  position: absolute;
  left: -18px;
  top: 0;
  display: block;
  color: #1482a0;
}
.breadcrumb .has-subpages {
  position: relative;
}
.breadcrumb .has-subpages span {
  background: #80004d;
  padding: 3px 25px 3px 10px;
  border-radius: 20px;
  display: inline-block;
  width: 180px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.breadcrumb .has-subpages span:before {
  font-weight: 600;
  top: 10px;
}
.breadcrumb .has-subpages span span {
  width: 100%;
  font-weight: 600;
}
.breadcrumb .has-subpages span span:before {
  display: none;
}
.breadcrumb .has-subpages span span:after {
  content: "\e909";
  font-family: "csv";
  font-size: 12px;
  position: absolute;
  right: -5px;
  top: 7px;
  display: block;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.breadcrumb .has-subpages a {
  color: white;
  outline: none;
  font-weight: 400;
}
.breadcrumb .has-subpages .subpages {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  margin-top: 0;
  background: #ffffff;
  width: 180px;
  border-radius: 12px;
  -webkit-transition: visibility .2s ease, opacity .2s ease, margin .2s ease;
  transition: visibility .2s ease, opacity .2s ease, margin .2s ease;
  padding-left: 0;
}
.breadcrumb .has-subpages .subpages li {
  font-size: 15px;
  display: block;
  padding: 10px 0 10px 18px;
  margin-bottom: 0;
  border-color: transparent;
  background: #80004d;
}
.breadcrumb .has-subpages .subpages li:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.breadcrumb .has-subpages .subpages li:first-child.active:before {
  content: '';
  width: 14px;
  height: 14px;
  top: -3px;
  display: block;
  position: absolute;
  left: 18px;
  z-index: -1;
  background: #b75791;
  -ms-transform: rotate(45deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.breadcrumb .has-subpages .subpages li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.breadcrumb .has-subpages .subpages li.active {
  background: #b75791;
}
.breadcrumb .has-subpages .subpages:after {
  content: '';
  width: 14px;
  height: 14px;
  top: -3px;
  display: block;
  position: absolute;
  left: 18px;
  z-index: -2;
  background: #80004d;
  -ms-transform: rotate(45deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.breadcrumb .has-subpages.open {
  z-index: 2;
}
.breadcrumb .has-subpages.open .subpages {
  visibility: visible;
  opacity: 1;
  margin-top: 50px;
}
/*********************
07. NAVIGATION STYLES
*********************/
nav ul.nav,
nav div.nav ul {
  list-style: none;
}
nav ul.nav li a,
nav div.nav ul li a {
  display: block;
  text-decoration: none;
  padding: 13px;
  color: #000000;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding-left: 0;
}
nav ul.nav li a[href]:hover,
nav div.nav ul li a[href]:hover {
  color: #80004d;
}
nav ul.nav li ul.sub-menu li a,
nav div.nav ul li ul.sub-menu li a,
nav ul.nav li ul.children li a,
nav div.nav ul li ul.children li a {
  padding-left: 30px;
}
nav ul.nav li.current-menu-item > a,
nav div.nav ul li.current-menu-item > a,
nav ul.nav li.current-menu-parent > a,
nav div.nav ul li.current-menu-parent > a,
nav ul.nav li.current-menu-ancestor > a,
nav div.nav ul li.current-menu-ancestor > a,
nav ul.nav li.current_page_item > a,
nav div.nav ul li.current_page_item > a,
nav ul.nav li.current_page_ancestor > a,
nav div.nav ul li.current_page_ancestor > a {
  color: #80004d;
}
nav ul.nav .menu-item .wrapper > .sub-menu li a,
nav div.nav ul .menu-item .wrapper > .sub-menu li a {
  padding-left: 0;
  line-height: 1.25;
}
nav ul.nav .menu-item .wrapper > .sub-menu li > .sub-menu,
nav div.nav ul .menu-item .wrapper > .sub-menu li > .sub-menu {
  border-left: 2px solid #1ec8dc;
}
nav ul.nav .menu-item .wrapper > .sub-menu li > .sub-menu a,
nav div.nav ul .menu-item .wrapper > .sub-menu li > .sub-menu a {
  padding-left: 15px;
}
nav ul.nav .menu-item .wrapper > .sub-menu li > .sub-menu > li > .sub-menu,
nav div.nav ul .menu-item .wrapper > .sub-menu li > .sub-menu > li > .sub-menu {
  border-left: none;
}
/*********************
08. POSTS & CONTENT STYLES
*********************/
.entry-content {
  line-height: 1.5;
}
.entry-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: block;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.wp-caption {
  max-width: 100%;
  padding: 5px;
  margin: 0 auto 20px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption .wp-caption-text {
  font-size: 0.85em;
  margin: 5px 0 7px;
  text-align: center;
}
.mandataires {
  margin: 0 -20px;
}
.mandataires .mandataire {
  float: left;
  width: 180px;
  height: 315px;
  padding: 0 0 20px 20px;
}
.mandataires .mandataire .photo {
  height: 228px;
  overflow: hidden;
}
.mandataires .mandataire .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mandataires .mandataire .photo .name {
  font-family: "ForoRounded-Light", Cambria, Times New Roman, Times, serif;
  background: rgba(233, 245, 253, 0.9);
  color: #000000;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  height: 60px;
  position: relative;
}
.mandataires .mandataire .photo .name .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
}
.mandataires .mandataire:hover img {
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.accordion .toggle-accordion {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background: #80004d;
  color: white;
  display: block;
  border: none;
  border-radius: 0;
}
.accordion .toggle-accordion:before,
.accordion .toggle-accordion:after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  background: white;
  border-radius: 4px;
  width: 20px;
  height: 3px;
  margin: auto;
  left: 0;
  right: 0;
  transition: transform 0.3s ease-in-out;
}
.accordion.collapsed .toggle-accordion:after {
  transform: rotate(90deg);
}
#cover {
  background: #444;
  padding: 50px 0;
  position: relative;
  background-position: center center;
  background-size: cover;
}
#cover .content {
  position: relative;
  max-width: 480px;
  z-index: 1;
  min-height: 90px;
}
#cover .content h1 {
  text-transform: uppercase;
  font-weight: 300;
  color: #1482a0;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 15px;
}
#cover .content p {
  font-weight: 300;
  font-size: 16px;
  color: #606060;
  line-height: 24px;
  max-width: 420px;
  margin: 0 0 20px;
}
#cover .content .button {
  font-size: 18px;
}
#breaking-news {
  font-family: "ForoRounded-Light", Cambria, Times New Roman, Times, serif;
  background: #870051;
  margin-bottom: 34px;
  line-height: 24px;
}
#breaking-news .wrap {
  position: relative;
  width: 100%;
}
#breaking-news .wrap:before {
  content: "";
  position: absolute;
  right: 100%;
  left: -5000px;
  height: 100%;
  background: #540032;
}
#breaking-news .label,
#breaking-news .content {
  padding: 30px 15px 25px 15px;
}
#breaking-news .label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 28px;
  line-height: 24px;
  background: #540032;
  padding-right: 30px;
}
#breaking-news .content {
  color: white;
  font-size: 22px;
  background: #870051;
}
.personalities .personality {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 280px;
}
.personalities .personality .name,
.personalities .personality .years {
  background: rgba(233, 245, 253, 0.9);
  color: #000000;
  padding: 15px;
  text-align: center;
}
.personalities .personality .name {
  font-family: "ForoRounded-Light", Cambria, Times New Roman, Times, serif;
  padding-bottom: 0;
  margin-top: -3px;
  font-size: 20px;
}
.personalities .personality .years {
  padding-top: 0;
  font-size: 18px;
}
.personalities .personality img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  margin-bottom: -6px;
}
.home__row-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 16px 0;
}
.box {
  padding: 20px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.box h2 {
  margin: 0 0 20px 0;
  font-weight: 400;
}
.box .background-icon {
  position: absolute;
  top: -15px;
  left: -30px;
  font-size: 290px;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}
.box.news {
  padding: 0;
}
.box.news .post {
  position: relative;
  padding: 15px;
  display: block;
  text-decoration: none;
  background: #e9f5fd;
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
}
.box.news .post .post-meta {
  position: relative;
}
.box.news .post time {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
.box.news .post .category {
  font-weight: 400;
  color: #80004d;
  padding-left: 5px;
  display: inline;
}
.box.news .post .icons {
  display: inline;
  margin-left: 8px;
  color: #9c9c9c;
}
.box.news .post .icons i {
  margin-right: 5px;
  position: relative;
  width: 20px;
  height: 14px;
  display: inline-block;
}
.box.news .post .icons i:before {
  position: absolute;
  top: 2px;
  left: 0;
}
.box.news .post h3 {
  font-size: 20px;
  color: #606060;
  margin: 10px 0 10px 0;
  font-weight: 400;
}
.box.news .post .read-more {
  margin-top: 15px;
}
.box.news .post.has-post-thumbnail .thumbnail {
  margin-bottom: 10px;
}
.box.news .post.has-post-thumbnail .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.box.news .post:hover .read-more i:before {
  left: 8px;
}
.box.questions {
  background: #fffbdd;
  padding: 15px 20px;
  position: relative;
}
.box.questions h2 {
  margin-bottom: 0;
}
.box.questions .question {
  border-bottom: 1px solid #727884;
  padding: 24px 0;
  position: relative;
  overflow: hidden;
}
.box.questions .question:last-child {
  margin-bottom: 20px;
}
.box.questions .question:last-child {
  border-bottom: 0;
}
.box.questions .question .thumbnails {
  position: absolute;
  right: 30px;
  width: 110px;
  text-align: right;
  overflow: hidden;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 51%;
  right: 0;
}
.box.questions .question .thumbnails .thumbnail {
  width: 55px;
  height: 55px;
  display: inline-block;
  background-size: cover;
  border-radius: 50%;
  border: 3px solid #fffbdd;
}
.box.questions .question .thumbnails.thumbnails-2 .thumbnail:first-child {
  margin-right: -8px;
}
.box.questions .question .thumbnails.thumbnails-3 .thumbnail:first-child {
  margin-right: -8px;
}
.box.questions .question .thumbnails.thumbnails-3 .thumbnail:last-child {
  margin-top: -20px;
  margin-left: 25px;
}
.box.questions .question .thumbnails.thumbnails-4 .thumbnail:first-child {
  margin-right: -8px;
}
.box.questions .question .thumbnails.thumbnails-4 .thumbnail:nth-child(3) {
  margin-top: -18px;
  margin-right: -8px;
}
.box.questions .question .thumbnails.thumbnails-4 .thumbnail:last-child {
  margin-top: -22px;
}
.box.questions .question a.main {
  text-decoration: none;
  display: block;
  padding-right: 100px;
}
.box.questions .question a.main .post-meta,
.box.questions .question a.main h3 {
  display: inline;
  font-size: 17px;
  font-weight: 400;
}
.box.questions .question a.main .post-meta {
  color: #727884;
  margin-right: 4px;
}
.box.questions .question a.main h3 {
  color: #000000;
}
.box.questions .question a.answer {
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: #80004d;
  margin-top: 8px;
  display: block;
}
.box.press-releases {
  padding: 0;
  margin: 0;
}
.box.press-releases .content-wrapper {
  background: #e9f5fd;
  padding: 20px 15px;
}
.box.press-releases .content-wrapper a:not(.read-more) {
  text-decoration: none;
  border-bottom: 1px solid #9ab7a5;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.33;
}
.box.press-releases .content-wrapper a:not(.read-more):first-child {
  color: red;
}
.box.press-releases .content-wrapper a:first-child {
  border-bottom: none;
}
.box.press-releases .content-wrapper .title {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  display: inline;
}
.box.press-releases .content-wrapper .date {
  display: inline;
  font-size: 13px;
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.5);
}
.box.press-releases .background-icon {
  top: -7px;
  left: -20px;
  font-size: 240px;
}
.box.survey {
  padding: 0;
  overflow: hidden;
  position: relative;
}
.box.survey .content-wrapper {
  background: #80004d;
  padding: 20px 15px;
}
.box.survey .content-wrapper h2 {
  font-size: 20px;
  line-height: 24px;
}
.box.survey .content-wrapper h2 strong {
  font-weight: 600;
  margin-right: 6px;
}
.box.survey .content-wrapper ul {
  font-size: 18px;
  font-weight: 300;
}
.box.survey .content-wrapper ul li {
  padding-left: 35px;
  margin-bottom: 25px;
  position: relative;
  line-height: 20px;
  font-weight: 400;
}
.box.survey .content-wrapper ul li label {
  cursor: pointer;
}
.box.survey .content-wrapper ul li label:before,
.box.survey .content-wrapper ul li label:after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.box.survey .content-wrapper ul li label:after {
  content: "\e907";
  font-family: csv;
  border: none;
  font-size: 18px;
  opacity: 0;
  top: -1px;
  left: 0px;
}
.box.survey .content-wrapper ul li input {
  position: absolute;
  left: 2px;
  top: 1px;
  opacity: 0;
}
.box.survey .content-wrapper ul li input:checked + label {
  font-weight: 600;
}
.box.survey .content-wrapper ul li input:checked + label:after {
  opacity: 1;
}
.box.survey .content-wrapper .read-more {
  color: #ffffff;
  background: none;
  border: none;
  outline: none;
}
.box.survey .content-wrapper .read-more i:before {
  color: #ffffff;
}
.box.links {
  padding: 0;
  margin: 0;
}
.box.links a {
  position: relative;
  display: block;
  background: #fffbdd;
  text-decoration: none;
  color: #000000;
  padding: 0 30px;
  margin-bottom: 10px;
  font-size: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 90px;
}
.box.links a div {
  position: absolute;
  top: 50%;
  display: block;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box.links a .btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  font-size: 30px;
  background: #80004d;
  color: white;
  text-align: center;
  bottom: 0;
}
.box.links a .btn:before {
  content: "\e909";
  position: absolute;
  top: 50%;
  left: 6px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: csv;
}
.box.links a:hover {
  background: #80004d;
  color: #ffffff;
  font-weight: 500;
}
.box.links a:hover .btn:before {
  left: 2px;
}
.box.members {
  background: #e9f5fd;
  padding: 30px 15px;
  margin: 0;
  text-align: center;
  position: relative;
}
.box.members:before {
  content: '';
  width: 40px;
  height: 80px;
  background: #80004d;
  display: block;
  position: absolute;
  top: -30px;
  left: -5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box.members .background-icon {
  font-size: 380px;
  left: 50%;
  margin-left: -194px;
}
.box.members h2,
.box.members p,
.box.members a {
  position: relative;
  z-index: 5;
}
.box.members h2 {
  max-width: 180px;
  margin: 0 auto 20px auto;
  font-size: 48px;
  line-height: 48px;
  font-family: "ForoRounded-Light", Cambria, Times New Roman, Times, serif;
}
.box.members p {
  max-width: 280px;
  margin: 0 auto 50px auto;
  line-height: 24px;
  font-weight: 400;
}
.box.people {
  padding: 0;
  color: black;
}
.box.people li {
  height: 478px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.box.people li .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  color: #333;
  background: rgba(233, 245, 253, 0.9);
  min-height: 85px;
}
.box.people li .content .name {
  margin-bottom: 6px;
}
.box.people li .content .firstname,
.box.people li .content .lastname {
  display: inline;
  font-size: 20px;
}
.box.people li .content .function {
  font-size: 16px;
}
.box.people li:hover {
  opacity: 0.85;
}
.box.people a {
  display: block;
  height: 100%;
}
.box.agenda {
  padding: 0;
}
.box.agenda .content-wrapper {
  background: #fffbdd;
  padding: 20px 15px;
}
.box.agenda .item {
  margin-bottom: 20px;
  position: relative;
  zoom: 1;
}
.box.agenda .item:before,
.box.agenda .item:after {
  content: "";
  display: table;
}
.box.agenda .item:after {
  clear: both;
}
.box.agenda .date {
  width: 50px;
  float: left;
  text-align: right;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box.agenda .date .day {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}
.box.agenda .content {
  width: 80%;
  float: left;
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1.45;
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 45px;
}
.box.agenda .content .title a {
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.box.agenda .content .title a:hover {
  color: #80004d;
}
.box.agenda .read-more {
  position: absolute;
  right: 60px;
  top: 30px;
  margin: 0;
}
.box.agenda .icon-calendar {
  font-size: 518px;
  top: -35px;
  left: -40px;
}
.box.meng-csv {
  background: #e9f5fd;
  padding: 0;
}
.box.meng-csv .content-wrapper {
  padding: 25px;
}
.box.meng-csv .icon-computer {
  font-size: 312px;
  top: -7px;
  left: -47px;
}
.box.meng-csv p {
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 50px;
}
.box.meng-csv ul li {
  margin-bottom: 11px;
}
.box.meng-csv ul li a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 0 5px 20px;
  position: relative;
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}
.box.meng-csv ul li a:before {
  content: "\e909";
  font-family: "csv";
  position: absolute;
  left: 0;
  top: 5px;
}
.box.meng-csv ul li a:hover {
  padding-left: 24px;
}
.box.box-row-first {
  padding-bottom: 30px;
  margin-top: 10px;
}
.box.box-row-first .read-all {
  position: absolute;
  bottom: 10px;
}
.box.box-row-first.questions .read-all {
  bottom: 20px;
}
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.energysaver_page_navi {
  /* common styles for page-navi links */
}
.energysaver_page_navi li {
  float: left;
  list-style: none;
}
.energysaver_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.energysaver_page_navi li a:hover,
.energysaver_page_navi li a:focus {
  color: #80004d;
  text-decoration: underline;
}
.energysaver_page_navi li.pagenavi-current {
  padding: 3px 6px;
  border-bottom: 2px solid #80004d;
  position: relative;
}
.energysaver_page_navi li.pagenavi-prev-link,
.energysaver_page_navi li.pagenavi-next-link {
  font-weight: bold;
}
.energysaver_page_navi li.pagenavi-prev-link a,
.energysaver_page_navi li.pagenavi-next-link a {
  padding: 2px 0;
}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  background: #e9f5fd;
  padding: 50px 0 40px;
  margin-top: 70px;
  clear: both;
  border-bottom: 5px solid #1482a0;
}
.footer .wrap {
  width: 90%;
}
.footer .col {
  float: left;
}
.footer .col .title {
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer .col li a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  padding: 3px 0;
  margin-bottom: 5px;
}
.footer .col1 {
  width: 100%;
  font-weight: 400;
  margin-bottom: 40px;
}
.footer .col1 .slogan {
  padding-left: 70px;
  position: relative;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background: url("../images/CSV2022-Logo-RGB.svg");
  background-size: contain;
  height: 82px;
  width: 234px;
}
.footer .col1 .part {
  margin: 0;
}
.footer .col1 .address {
  font-weight: 300;
  margin-top: 10px;
}
.footer .col1 .phone {
  font-size: 24px;
  margin-bottom: 0;
}
.footer .col1 .mail {
  font-size: 20px;
  font-weight: 600;
  margin-top: 8px;
  display: inline-block;
  text-decoration: none;
}
.footer .col2,
.footer .col3,
.footer .col4 {
  width: 150px;
  margin-bottom: 25px;
  display: none;
}
.footer .col5 {
  width: 100%;
}
.footer .col5 .footer_extra-logo {
  background: url("../images/EPP-Logo-CSVColours.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 205px;
  height: 95px;
}
.social-icons [class^="icon-"],
.social-icons [class*=" icon-"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: white;
  text-decoration: none;
  text-align: center;
}
.social-icons [class^="icon-"]:hover,
.social-icons [class*=" icon-"]:hover {
  background: white;
}
.social-icons .icon-facebook {
  background: #3b5998;
}
.social-icons .icon-facebook:hover {
  color: #3b5998;
}
.social-icons .icon-twitter {
  background: #00aced;
}
.social-icons .icon-twitter:hover {
  color: #00aced;
}
.social-icons .icon-googleplus {
  background: #dd4b39;
}
.social-icons .icon-googleplus:hover {
  color: #dd4b39;
}
.social-icons .icon-linkedin {
  background: #007bb6;
}
.social-icons .icon-linkedin:hover {
  color: #007bb6;
}
.social-icons .icon-youtube {
  background: #bb0000;
}
.social-icons .icon-youtube:hover {
  color: #bb0000;
}
/**
 * @license
 * MyFonts Webfont Build ID 3427374, 2017-07-25T12:23:19-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: ForoRounded-Light by Hoftype
 * URL: https://www.myfonts.com/fonts/hoftype/foro-rounded/light/
 * Copyright: Copyright (c) 2013 by Dieter Hofrichter. All rights reserved.
 * Licensed pageviews: Unlimited
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3427374
 * 
 * © 2017 MyFonts Inc
*/
@font-face {
  font-family: 'ForoRounded-Light';
  src: url('../webfonts/344C2E_0_0.eot');
  src: url('../webfonts/344C2E_0_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/344C2E_0_0.woff2') format('woff2'), url('../webfonts/344C2E_0_0.woff') format('woff'), url('../webfonts/344C2E_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'csv';
  src: url('../icons/csv/fonts/csv.eot?v2');
  src: url('../icons/csv/fonts/csv.eot?v2#iefix') format('embedded-opentype'), url('../icons/csv/fonts/csv.woff2?v2') format('woff2'), url('../icons/csv/fonts/csv.ttf?v2') format('truetype'), url('../icons/csv/fonts/csv.woff?v2') format('woff'), url('../icons/csv/fonts/csv.svg?v2#csv') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'csv' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-luxembourg:before {
  content: "\e916";
}
.icon-arrow-double-left-big:before {
  content: "\e914";
}
.icon-arrow-double-right-big:before {
  content: "\e915";
}
.icon-arrow-left-big:before {
  content: "\e913";
}
.icon-globe-europe:before {
  content: "\e912";
}
.icon-arrow-right-big:before {
  content: "\e909";
}
.icon-press:before {
  content: "\e918";
}
.icon-share:before {
  content: "\e917";
}
.icon-info-newsletter:before {
  content: "\e911";
}
.icon-attachement:before {
  content: "\e910";
}
.icon-academy:before {
  content: "\e90d";
}
.icon-info:before {
  content: "\e90e";
}
.icon-map-pointer:before {
  content: "\e90f";
}
.icon-people:before {
  content: "\e90a";
}
.icon-speech:before {
  content: "\e908";
}
.icon-calendar:before {
  content: "\e90b";
}
.icon-computer:before {
  content: "\e90c";
}
.icon-check:before {
  content: "\e907";
}
.icon-arrow:before {
  content: "\e906";
}
.icon-document:before {
  content: "\e903";
}
.icon-image:before {
  content: "\e904";
}
.icon-video:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\e901";
}
.icon-arrow-down:before {
  content: "\e919";
}
/* 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-content h3 {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 20px;
  color: #1482a0;
}
.mfp-content p {
  line-height: 1.5;
}
.mfp-content strong {
  color: #99cdbc;
}
.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: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #80004d;
  font-style: normal;
  font-size: 40px;
  font-family: "Gibson", "canada-type-gibson", Helvetica, Arial, sans-serif;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.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 #80004d;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid transparent;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #80004d;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid transparent;
}
.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;
}
.white-popup-block {
  background: #fff;
  padding: 35px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}
@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;
  }
}
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  max-width: 100% !important;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
  /* LOADER */
  /* PAGER */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* AUTO CONTROLS (START / STOP) */
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  /* IMAGE CAPTIONS */
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-prev {
  left: 0;
  text-decoration: none;
}
.bx-wrapper .bx-prev:before {
  content: "\e913";
  font-family: csv;
  font-size: 40px;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bx-wrapper .bx-prev:hover {
  background: #67003e;
}
.bx-wrapper .bx-prev:hover:before {
  left: -2px;
}
.bx-wrapper .bx-next {
  right: 0;
  text-decoration: none;
}
.bx-wrapper .bx-next:before {
  content: "\e909";
  font-family: csv;
  font-size: 40px;
  position: absolute;
  display: block;
  top: 50%;
  left: 2px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bx-wrapper .bx-next:hover {
  background: #67003e;
}
.bx-wrapper .bx-next:hover:before {
  left: 4px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  outline: 0;
  width: 38px;
  height: 60px;
  z-index: 9999;
  background: #80004d;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bx-wrapper .bx-controls-direction a span {
  display: none;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  display: block;
  font-size: .85em;
  padding: 10px;
}
#main-candidats {
  padding: 20px;
}
.page-template-page-home .candidat {
  width: auto !important;
}
.page-template-page-home .candidat .image {
  height: 478px;
}
.candidats {
  max-width: 260px;
  margin: 0 auto;
  zoom: 1;
}
.candidats:before,
.candidats:after {
  content: "";
  display: table;
}
.candidats:after {
  clear: both;
}
.candidat .inner,
.candidat-large .inner {
  position: relative;
  overflow: hidden;
}
.candidat .image img,
.candidat-large .image img {
  display: block;
}
.candidat .meta,
.candidat-large .meta {
  background: #1482a0;
  color: white;
  padding: 12px 24px;
  height: 82px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* This has to be on the container! */
  /* Internet Explorer 10 */
  display: -ms-flexbox;
  -ms-flex-align: center;
  /* Safari, Opera, and Chrome */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* W3C */
  display: flex;
  align-items: center;
}
.candidat .meta .meta_inner,
.candidat-large .meta .meta_inner {
  font-weight: 400;
}
.candidat .meta .meta_inner .name,
.candidat-large .meta .meta_inner .name {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 1;
}
.candidat .meta .meta_inner .candidat-intro,
.candidat-large .meta .meta_inner .candidat-intro {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1;
}
.candidat .meta .meta_inner .candidat-intro .job,
.candidat-large .meta .meta_inner .candidat-intro .job,
.candidat .meta .meta_inner .candidat-intro .mandates,
.candidat-large .meta .meta_inner .candidat-intro .mandates,
.candidat .meta .meta_inner .candidat-intro .town,
.candidat-large .meta .meta_inner .candidat-intro .town {
  margin: 5px 0 0 0;
}
.candidat.tete_de_liste .meta,
.candidat-large.tete_de_liste .meta {
  background: #870051;
}
.candidat {
  outline: 0;
}
.candidat .inner {
  margin: 0 12px 12px 0;
}
.candidat .image {
  height: 355px;
  background: #e0e2e7;
}
.candidat .image img {
  transition: transform 2s cubic-bezier(0.21, 1, 0.34, 1), opacity 0.2s ease-in-out;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.candidat:hover .meta {
  opacity: 0.9;
  height: 100%;
}
.candidat:hover .meta .meta_inner .candidat-intro {
  height: auto;
  opacity: 1;
}
.candidat-detail {
  background: white;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.no-js .candidat-detail {
  opacity: 1;
}
#cookie-notice {
  display: none;
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  font-size: 16px;
  line-height: 18px;
  left: 0;
  text-align: center;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  border-top: 2px solid #80004d;
}
#cookie-notice p:first-child {
  margin-top: 0;
}
#cookie-notice .cookie-notice-container {
  padding: 18px;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper {
  margin-top: 65px;
  padding: 40px;
  -webkit-box-shadow: 1px 5px 35px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 5px 35px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 5px 35px 0px rgba(0, 0, 0, 0.05);
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .event-form-header h2 {
  font-family: "ForoRounded-Light", Cambria, Times New Roman, Times, serif;
  font-size: 30px;
  font-weight: 300;
  color: #000000;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .event-form-header p {
  font-family: "Gibson", "canada-type-gibson", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .event-form-header a {
  font-size: 14px;
  font-family: "Gibson", "canada-type-gibson", Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow: hidden;
  position: relative;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .event-form-header a .icon-arrow-down {
  font-size: 8px;
  position: absolute;
  top: 50%;
  right: -17px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .event-form-header a .icon-arrow-down.rotate {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 30%;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  max-height: 0;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner.active {
  max-height: 1600px;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form textarea.textarea {
  min-width: 100%;
  border-color: #cccccc;
  margin-bottom: 20px;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form input {
  border: 1px solid #cccccc;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form #gform_fields_15 {
  display: block;
  flex-flow: column wrap;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form .user-event-date,
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form .user-event-time {
  width: 30%;
  min-width: 200px;
  display: inline-block;
  margin: 0;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form .user-event-date input,
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form .user-event-time input {
  min-width: 100%;
  width: 100%;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form .user-event-date.user-event-date,
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form .user-event-time.user-event-date {
  margin-right: 20px;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form .ginput_container {
  width: 97.5%;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form .ginput_container input {
  width: 100%;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form .show-start-time > div ul li {
  display: flex;
  align-items: center;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form .show-start-time > div ul label {
  font-size: 14px;
  font-family: "Gibson", "canada-type-gibson", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 0;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form .show-start-time > div ul input {
  margin: 0;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form .show-start-time > div ul input:checked + label {
  font-weight: 300;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form .user-event-file {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-items: center;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form .user-event-file > div {
  margin-top: 0;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form .user-event-file:after {
  content: 'PDF / Max 10MB';
  color: #9c9c9c;
  font-size: 12px;
  font-family: "Gibson", "canada-type-gibson", Helvetica, Arial, sans-serif;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form .user-event-file input {
  border: none;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form .user-event-file #extensions_message {
  display: none;
}
.page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner .gform_footer .button {
  min-width: 129px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .page-template-page-agenda #content #inner-content .user-event-form-wrapper .user-event-form-inner form .user-event-file input {
    border: 1px solid #cccccc;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 360px) {
  body #content .shariff li,
  body #content .shariff li a {
    width: auto;
  }
}
@media only screen and (min-width: 481px) {
  body:not(.page-template-page-home) #content #inner-content .gallery-box .gallery-wrapper .single-gallery {
    height: 256px;
  }
  body:not(.page-template-page-home) #content #inner-content .publication .publication-wrapper {
    max-width: 520px;
  }
  body:not(.page-template-page-home) #content .sidebar .contact {
    padding: 28px 37px 40px;
  }
  body:not(.page-template-page-home) #content .sidebar .contact .address,
  body:not(.page-template-page-home) #content .sidebar .contact .phone-fax {
    width: 50%;
  }
  body:not(.page-template-page-home) #content .sidebar .contact .phone-fax {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0;
    padding-left: 25px;
  }
  body:not(.page-template-page-home) #content .sidebar .toolbox,
  body:not(.page-template-page-home) #content .sidebar .questions,
  body:not(.page-template-page-home) #content .sidebar .agenda-sidebar {
    padding: 35px 45px;
  }
  body:not(.page-template-page-home) #content .sidebar .questions {
    padding-bottom: 0;
  }
  body.page-template-page-elections-district #content .entry-content .member .content,
  body.page-template-page-district #content .entry-content .member .content,
  body.page-template-page-history #content .entry-content .member .content,
  body.page-template-page-districts #content .entry-content .member .content {
    width: calc(100% - 2% - 220px);
    float: left;
    margin-right: 2%;
  }
  body.page-template-page-elections-district #content .entry-content .member .photo,
  body.page-template-page-district #content .entry-content .member .photo,
  body.page-template-page-history #content .entry-content .member .photo,
  body.page-template-page-districts #content .entry-content .member .photo {
    float: left;
  }
  .box.questions {
    padding: 30px;
  }
  .box.press-releases .content-wrapper,
  .box.survey .content-wrapper,
  .box.agenda .content-wrapper {
    padding: 30px 25px;
  }
  .box.members {
    padding: 40px 25px;
  }
  /*********************
13. FOOTER STYLES
*********************/
  .candidats {
    max-width: 600px;
  }
  .candidat {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 550px) {
  .footer .col5 {
    position: absolute;
    left: 0;
    display: flex;
    width: 95%;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  #main {
    width: 65.74585634900001%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    margin-left: 0;
  }
  aside.sidebar {
    width: 31.491712705%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    float: right;
  }
  body:before {
    z-index: 4;
  }
  .wrap {
    max-width: 1280px;
  }
  .visible-tablet {
    display: block;
  }
  .hidden-tablet {
    display: none;
  }
  .wp-caption {
    margin-bottom: 5px;
  }
  .header #main-header .inner-header #logo {
    width: 299px;
    height: 105px;
    top: -45px;
  }
  body.admin-bar:before {
    top: 32px;
  }
  body:not(.page-template-page-home) #content #inner-content {
    width: 100%;
    max-width: 800px;
    margin: 100px 5% 50px 0;
  }
  body:not(.page-template-page-home) #content .sidebar {
    max-width: 450px;
  }
  body:not(.page-template-page-home) #content .header-image__not-empty {
    height: 480px;
  }
  body.page-template-page-home #breaking-news .wrap {
    position: relative;
    width: 96%;
  }
  body.page-template-page-home #breaking-news .label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  body.page-template-page-home #breaking-news .content {
    padding-left: 235px;
  }
  body.page-template-page-elections-district #content,
  body.page-template-page-district #content,
  body.page-template-page-history #content,
  body.page-template-page-districts #content {
    margin-top: 68px;
  }
  body.page-template-page-elections-district #content .entry-content .head,
  body.page-template-page-district #content .entry-content .head,
  body.page-template-page-history #content .entry-content .head,
  body.page-template-page-districts #content .entry-content .head {
    padding: 25px 40px;
  }
  body.page-template-page-elections-district #content .entry-content .head .links,
  body.page-template-page-district #content .entry-content .head .links,
  body.page-template-page-history #content .entry-content .head .links,
  body.page-template-page-districts #content .entry-content .head .links {
    position: absolute;
    right: 40px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
  }
  body.page-template-page-elections-district #content .entry-content .head .links .site,
  body.page-template-page-district #content .entry-content .head .links .site,
  body.page-template-page-history #content .entry-content .head .links .site,
  body.page-template-page-districts #content .entry-content .head .links .site {
    padding-left: 30px;
  }
  body.page-template-page-elections-district #content .entry-content .member .content,
  body.page-template-page-district #content .entry-content .member .content,
  body.page-template-page-history #content .entry-content .member .content,
  body.page-template-page-districts #content .entry-content .member .content {
    padding: 40px;
  }
  body.page-template-page-elections-district .breadcrumb-wrapper:before,
  body.page-template-page-district .breadcrumb-wrapper:before,
  body.page-template-page-history .breadcrumb-wrapper:before,
  body.page-template-page-districts .breadcrumb-wrapper:before {
    background: none;
  }
  body.page-template-page-elections-district .entry-content {
    padding: 0 30px 30px 30px;
  }
  body.page-template-page-history .panel {
    padding: 50px;
  }
  body.page-template-page-history #content .navbar {
    width: 35%;
  }
  body.page-template-page-history #content .entry-content {
    width: 65%;
    float: left;
  }
  body.page-template-page-agenda #content .agenda .item .aside {
    float: left;
  }
  body.page-template-page-agenda #content .agenda .item .text {
    width: calc(100% - 220px);
    float: left;
  }
  body.page-template-page-annuaire #content #inner-content {
    width: 100%;
    max-width: inherit;
  }
  body.blog a.has-post-thumbnail .body,
  body.archive a.has-post-thumbnail .body {
    padding: 30px 30px 30px 33%;
    margin-bottom: 15px;
  }
  body.blog a.has-post-thumbnail .thumbnail,
  body.archive a.has-post-thumbnail .thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
  }
  body.page-template-page-personalities #content #inner-content {
    max-width: inherit;
    margin-right: 0;
  }
  body.error404 #content #inner-content {
    margin: 180px auto;
  }
  /*********************
08. POSTS & CONTENT STYLES
*********************/
  #cover {
    padding: 150px 0;
  }
  .row {
    zoom: 1;
  }
  .row:before,
  .row:after {
    content: "";
    display: table;
  }
  .row:after {
    clear: both;
  }
  .home__row-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .home__row-grid:before {
    content: unset;
  }
  .box.news,
  .box.questions,
  .box.survey,
  .box.agenda,
  .box.meng-csv {
    float: left;
  }
  .box.news {
    width: 55%;
    padding-right: 10px;
  }
  .box.news .post {
    padding: 20px;
  }
  .box.news .post.has-post-thumbnail {
    padding-left: 30px;
  }
  .box.news .post.has-post-thumbnail .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px;
    margin-bottom: 10px;
    display: none;
  }
  .box.news .post.has-post-thumbnail .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box.questions {
    width: 45%;
  }
  .box.survey {
    width: 50%;
  }
  .box.agenda {
    width: 66.66%;
  }
  .box.meng-csv {
    width: 33.333%;
  }
  .box.survey,
  .box.agenda {
    padding: 0 10px 0 0;
  }
  .box.survey {
    min-height: 350px;
  }
  .box.survey .content-wrapper {
    height: 100%;
  }
  .box.press-releases .content-wrapper {
    height: 100%;
  }
  /*********************
13. FOOTER STYLES
*********************/
  .footer .col1 {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer .col2,
  .footer .col3,
  .footer .col4 {
    display: block;
    width: 31%;
    margin-right: 2%;
  }
  .candidats {
    max-width: initial;
    margin: 0 -12px 0 0;
  }
  .candidat {
    width: 25%;
  }
}
@media only screen and (min-width: 1000px) {
  .visible-desktop {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  .header #main-header #upper-header {
    position: relative;
    padding: 0;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: unset;
    width: 100%;
    background: #1482a0;
  }
  .header #main-header #upper-header .inner-header {
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
    padding: 10px 0 5px;
  }
  .header #main-header #upper-header .inner-header .inner-wrapper {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .header #main-header #upper-header .inner-header .inner-wrapper .donation,
  .header #main-header #upper-header .inner-header .inner-wrapper .search-wrapper {
    position: relative;
    padding-right: 15px;
  }
  .header #main-header #upper-header .inner-header .inner-wrapper .donation:after,
  .header #main-header #upper-header .inner-header .inner-wrapper .search-wrapper:after {
    content: "";
    position: absolute;
    width: 1px;
    background: rgba(0, 0, 0, 0.25);
    height: 18px;
    top: 3px;
    right: 0;
    display: block;
  }
  .header #main-header #upper-header .inner-header .inner-wrapper .search-wrapper {
    padding-left: 15px;
    margin: 0;
    width: auto;
  }
  .header #main-header #upper-header .inner-header .inner-wrapper .search-wrapper #searchform {
    margin: 0;
  }
  .header #main-header #upper-header .inner-header .inner-wrapper .search-wrapper #searchform input {
    padding: 0 8px;
    width: inherit;
  }
  .header #main-header #upper-header .inner-header .inner-wrapper .search-wrapper #searchform button {
    top: -4px;
    right: 0;
  }
  .header #main-header #upper-header .inner-header .button {
    width: inherit;
    padding: 4px 12px;
  }
  .header #main-header #upper-header .inner-header a.twitter:after {
    content: "";
    position: absolute;
    width: 1px;
    background: rgba(0, 0, 0, 0.25);
    height: 18px;
    top: 3px;
    right: 0;
    display: block;
  }
  .header #main-header .inner-header {
    height: unset;
  }
  .header #main-header .inner-header > .nav {
    position: relative;
    padding: 0;
    background: #e9f5fd;
    min-height: unset;
  }
  .header #main-header .inner-header > .nav:after {
    content: unset;
  }
  .header #main-header .inner-header #logo {
    left: unset;
    right: 0;
    top: 0px;
    bottom: 0;
    width: 280px;
    height: unset;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header #main-header .inner-header .top-nav {
    position: relative;
    top: 0;
    left: 0;
    padding: 18px 0 19px;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
  }
  .header #main-header .inner-header .top-nav:before,
  .header #main-header .inner-header .top-nav:after {
    content: unset;
  }
  .header #main-header .inner-header .top-nav .menu-item:last-child {
    width: 325px;
  }
  .header #main-header .inner-header .menu-item-has-children .wrapper {
    display: block;
    margin-top: -5px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 15;
    left: 50%;
    transform: translateX(-50vw);
    width: 100vw;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header #main-header .inner-header .menu-item-has-children .wrapper .sub-menu .menu-item-has-children .sub-menu {
    display: block;
  }
  .header #main-header .inner-header .menu-item-has-children .wrapper .sub-menu .menu-item-has-children .sub-menu li a {
    font-size: 18px;
  }
  .header #main-header .inner-header .menu-item-has-children .wrapper .sub-menu .menu-item-has-children .sub-menu li .sub-menu {
    border-left: 0;
  }
  .header #main-header .inner-header .menu-item-has-children .wrapper .sub-menu .menu-item-has-children .sub-menu li .sub-menu li a {
    font-size: 18px;
    padding: 8px 35px;
  }
  .header #main-header .inner-header .menu-item-has-children .wrapper .sub-menu .menu-item-has-children .sub-menu li .sub-menu li a:before {
    width: 10px;
    top: 17px;
  }
  .header #main-header .inner-header .menu-item-has-children > a:after {
    display: none;
  }
  .header #main-header .inner-header .menu-item-has-children.active .wrapper {
    margin-top: 19px;
    opacity: 1;
    visibility: visible;
  }
  .header #main-header .inner-header .menu-item-has-children.active > a {
    color: #80004d;
  }
  .header #main-header .inner-header .nav > .menu-item-has-children > a {
    padding-right: 18px;
  }
  .header #main-header .inner-header .nav > .menu-item-has-children > a:after {
    font-size: 15px;
    right: 2px;
    display: block;
  }
  .header #main-header .inner-header nav {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .header #main-header .inner-header .mobile-menu-button {
    display: none;
  }
  nav > ul.nav li a,
  nav > div.nav ul li a {
    padding: 20px 10px;
  }
  nav > ul.nav > li > a,
  nav > div.nav ul > li > a {
    padding: 0;
  }
  nav > ul.nav > li ul.sub-menu,
  nav > div.nav ul > li ul.sub-menu,
  nav > ul.nav > li ul.children,
  nav > div.nav ul > li ul.children {
    /* highlight sub-menu current page */
  }
  nav > ul.nav > li ul.sub-menu li a,
  nav > div.nav ul > li ul.sub-menu li a,
  nav > ul.nav > li ul.children li a,
  nav > div.nav ul > li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
  }
  nav > ul.nav > li:hover ul,
  nav > div.nav ul > li:hover ul {
    top: auto;
    display: block;
  }
  nav > ul.nav .menu-item .wrapper,
  nav > div.nav ul .menu-item .wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 5px;
    background: #e9f5fd;
    z-index: 4;
    padding: 15px 0 50px;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.16);
  }
  nav > ul.nav .menu-item .wrapper > .sub-menu,
  nav > div.nav ul .menu-item .wrapper > .sub-menu {
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
    column-count: 2;
    min-height: 250px;
  }
  nav > ul.nav .menu-item .wrapper > .sub-menu > li,
  nav > div.nav ul .menu-item .wrapper > .sub-menu > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
    width: 100%;
  }
  nav > ul.nav .menu-item .wrapper > .sub-menu li,
  nav > div.nav ul .menu-item .wrapper > .sub-menu li {
    float: none;
  }
  nav > ul.nav .menu-item .wrapper > .sub-menu li > .sub-menu,
  nav > div.nav ul .menu-item .wrapper > .sub-menu li > .sub-menu {
    border-left: 2px solid #1ec8dc;
  }
  nav > ul.nav .menu-item .wrapper > .sub-menu li > .sub-menu a,
  nav > div.nav ul .menu-item .wrapper > .sub-menu li > .sub-menu a {
    font-size: 20px;
    padding: 5px 15px;
    margin-bottom: 5px;
  }
  nav > ul.nav .menu-item .wrapper > .sub-menu a,
  nav > div.nav ul .menu-item .wrapper > .sub-menu a {
    font-size: 22px;
  }
  nav > ul.nav .menu-item:hover .wrapper,
  nav > div.nav ul .menu-item:hover .wrapper {
    display: block;
    opacity: 1;
  }
  nav > ul.nav #menu-main-menu > .menu-item,
  nav > div.nav ul #menu-main-menu > .menu-item {
    position: inherit;
  }
  body {
    margin-top: 0;
  }
  body #content .shariff .facebook a,
  body #content .shariff .twitter a {
    padding: 3px;
  }
  body:not(.page-template-page-home) #content #inner-content {
    width: 55%;
    margin-bottom: 140px;
  }
  body:not(.page-template-page-home) #content #inner-content .publication .publication-wrapper {
    padding: 30px;
    max-width: inherit;
  }
  body:not(.page-template-page-home) #content .sidebar {
    width: 40%;
    margin-top: -80px;
  }
  body:not(.page-template-page-home) #content .sidebar .contact {
    padding: 28px 37px 40px;
  }
  body:not(.page-template-page-home) #content .sidebar .contact .address,
  body:not(.page-template-page-home) #content .sidebar .contact .phone-fax {
    width: 50%;
  }
  body:not(.page-template-page-home) #content .sidebar .contact .phone-fax {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0;
    padding-left: 25px;
  }
  body:not(.page-template-page-home) #content .sidebar .toolbox,
  body:not(.page-template-page-home) #content .sidebar .questions,
  body:not(.page-template-page-home) #content .sidebar .agenda-sidebar {
    padding: 35px 45px;
  }
  body:not(.page-template-page-home) #content .sidebar .questions {
    padding-bottom: 0;
  }
  body:not(.page-template-page-home) #content .sidebar .toolbox {
    padding-bottom: 0;
  }
  body:not(.page-template-page-home) #content .sidebar .click-box {
    margin: 0 25px 10px;
  }
  body.page-template-page-home #cover {
    min-height: 660px;
  }
  body.page-template-page-home #cover:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.44+71,0+100 */
    background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.44) 71%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.44) 71%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.44) 71%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    right: 35%;
  }
  body.page-template-page-home #cover .content h1 {
    font-size: 64px;
    line-height: 60px;
  }
  body.page-template-page-home #cover .content p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  body.page-template-page-elections-district #content .navbar,
  body.page-template-page-district #content .navbar,
  body.page-template-page-history #content .navbar,
  body.page-template-page-districts #content .navbar {
    padding: 70px 35px;
  }
  body.page-template-page-elections-district #content .breadcrumb-wrapper:before,
  body.page-template-page-district #content .breadcrumb-wrapper:before,
  body.page-template-page-districts #content .breadcrumb-wrapper:before {
    display: block;
    background: -moz-linear-gradient(left, #455e68 0%, rgba(69, 94, 104, 0.44) 70%, rgba(69, 94, 104, 0) 100%);
    background: -webkit-linear-gradient(left, #455e68 0%, rgba(69, 94, 104, 0.44) 70%, rgba(69, 94, 104, 0) 100%);
    background: linear-gradient(to right, #455e68 0%, rgba(69, 94, 104, 0.44) 70%, rgba(69, 94, 104, 0) 100%);
  }
  body.page-template-page-elections-district .entry-content {
    padding: 50px 60px;
  }
  body.page-template-page-history .panel {
    padding: 75px;
    max-width: 1000px;
  }
  body.page-template-page-agenda .agenda .item .headline .date {
    width: 70px;
  }
  body.page-template-page-agenda .agenda .item .headline .title {
    font-size: 20px;
    padding: 15px 45px 15px 90px;
  }
  body.page-template-page-annuaire #content #inner-content {
    width: 100%;
    max-width: inherit;
  }
  body.page-template-page-annuaire #content .image {
    display: inline-block;
    float: left;
    width: 30%;
    height: 535px;
    max-width: inherit;
  }
  body.page-template-page-annuaire #content .person-tabs {
    width: 70%;
    float: right;
  }
  body.page-template-page-annuaire #content .person-tabs ul li a {
    padding: 20px;
  }
  body.page-template-page-annuaire #content .person-tabs ul li:last-child {
    margin-right: 64px;
  }
  body.page-template-page-annuaire #content .person-tabs .close {
    width: 64px;
    height: 64px;
    top: inherit;
    bottom: 0;
  }
  body.page-template-page-annuaire #content .person-tabs .close:before,
  body.page-template-page-annuaire #content .person-tabs .close:after {
    height: 40px;
  }
  body.page-template-page-annuaire #content .tab-content {
    width: 70%;
    left: 30%;
    top: 128px;
  }
  body.page-template-page-contact #content .addresses > p {
    margin: 5px 0 0;
  }
  body.page-template-page-personalities #content #inner-content {
    width: 100%;
  }
  body.single-question .entry-content .thumbnail {
    width: 180px;
    height: 180px;
  }
  /*********************
08. POSTS & CONTENT STYLES
*********************/
  .home__row-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .box.survey {
    width: 33.333%;
  }
  .box.survey .content {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .box.news .post.has-post-thumbnail {
    padding-left: 230px;
  }
  .box.news .post.has-post-thumbnail .thumbnail {
    display: block;
    width: 200px;
    height: 100%;
  }
  .box.members {
    min-height: 350px;
  }
  /*********************
13. FOOTER STYLES
*********************/
  .footer .wrap {
    width: 96%;
  }
  .footer .col1 {
    width: 280px;
  }
  .footer .col2,
  .footer .col3,
  .footer .col4 {
    width: calc(30% - 30px - 70px);
    margin-left: 30px;
    margin-right: 0;
  }
  .footer .col5 {
    position: relative;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
  }
  .candidat {
    float: left;
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .header #main-header .inner-header .top-nav {
    top: 0px;
    left: inherit;
    box-shadow: none;
    z-index: 1;
    column-gap: 35px;
  }
  .header #main-header .inner-header .top-nav li {
    display: inline-block;
    text-align: left;
  }
  .header #main-header .inner-header .top-nav .sub-menu li {
    display: block;
  }
  .header #main-header .inner-header nav {
    box-shadow: none;
  }
  nav > ul.nav > li,
  nav > div.nav ul > li {
    float: none;
  }
  nav > ul.nav .menu-item .wrapper > .sub-menu,
  nav > div.nav ul .menu-item .wrapper > .sub-menu {
    column-count: 3;
  }
  body:not(.page-template-page-home) #content #inner-content {
    width: 60%;
  }
  body:not(.page-template-page-home) #content #inner-content .gallery-box .gallery-wrapper .single-gallery {
    width: 49%;
  }
  body:not(.page-template-page-home) #content #inner-content .gallery-box .gallery-wrapper .single-gallery:first-child {
    margin-right: 1%;
    margin-bottom: 0;
  }
  body:not(.page-template-page-home) #content #inner-content .publication .publication-wrapper .wp-post-image {
    width: 30%;
    margin-right: 5%;
  }
  body:not(.page-template-page-home) #content #inner-content .publication .publication-wrapper .content {
    width: 65%;
  }
  body:not(.page-template-page-home) #content #inner-content .publication .publication-wrapper .content .button {
    margin-right: 10px;
  }
  body:not(.page-template-page-home) #content .sidebar {
    width: 35%;
  }
  body.page-template-page-documents .document img {
    margin-right: 5%;
    float: left;
  }
  body.page-template-page-documents .document p,
  body.page-template-page-documents .document .formats {
    width: calc(100% - 200px - 5%);
  }
  body.page-template-page-home #content {
    margin-top: 0px;
  }
  body.page-template-page-elections-district #content,
  body.page-template-page-district #content,
  body.page-template-page-history #content,
  body.page-template-page-districts #content {
    margin-top: 0;
  }
  body.page-template-page-elections-district #content .navbar,
  body.page-template-page-district #content .navbar,
  body.page-template-page-history #content .navbar,
  body.page-template-page-districts #content .navbar {
    width: 35%;
    padding: 50px 30px 300px 80px;
  }
  body.page-template-page-elections-district #content .navbar .tabs a,
  body.page-template-page-district #content .navbar .tabs a,
  body.page-template-page-history #content .navbar .tabs a,
  body.page-template-page-districts #content .navbar .tabs a {
    font-size: 25px;
  }
  body.page-template-page-elections-district #content .navbar .tabs a .chapter,
  body.page-template-page-district #content .navbar .tabs a .chapter,
  body.page-template-page-history #content .navbar .tabs a .chapter,
  body.page-template-page-districts #content .navbar .tabs a .chapter {
    margin-bottom: -3px;
  }
  body.page-template-page-elections-district #content .navbar .tabs li,
  body.page-template-page-district #content .navbar .tabs li,
  body.page-template-page-history #content .navbar .tabs li,
  body.page-template-page-districts #content .navbar .tabs li {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  body.page-template-page-elections-district #content .navbar li,
  body.page-template-page-district #content .navbar li,
  body.page-template-page-history #content .navbar li,
  body.page-template-page-districts #content .navbar li {
    display: block;
  }
  body.page-template-page-elections-district #content .navbar .background-icon,
  body.page-template-page-district #content .navbar .background-icon,
  body.page-template-page-history #content .navbar .background-icon,
  body.page-template-page-districts #content .navbar .background-icon {
    top: -100px;
    left: -200px;
    font-size: 950px;
  }
  body.page-template-page-elections-district #content .entry-content,
  body.page-template-page-district #content .entry-content,
  body.page-template-page-history #content .entry-content,
  body.page-template-page-districts #content .entry-content {
    width: 65%;
  }
  body.page-template-page-elections-district #content .entry-content .intro,
  body.page-template-page-district #content .entry-content .intro,
  body.page-template-page-history #content .entry-content .intro,
  body.page-template-page-districts #content .entry-content .intro {
    padding: 50px 60px;
  }
  body.page-template-page-elections-district #content .breadcrumb li,
  body.page-template-page-district #content .breadcrumb li,
  body.page-template-page-history #content .breadcrumb li,
  body.page-template-page-districts #content .breadcrumb li {
    display: inline-block;
    padding-left: 20px;
    margin-left: 0px;
  }
  body.page-template-page-annuaire #content #inner-content {
    width: 100%;
    margin-right: 0;
  }
  body.page-template-page-personalities #content #inner-content {
    width: 100%;
  }
  /*********************
08. POSTS & CONTENT STYLES
*********************/
  .box.survey .content-wrapper,
  .box.agenda .content-wrapper {
    padding: 30px 40px;
  }
  .box.members {
    padding: 70px 50px;
  }
  .box.meng-csv .content-wrapper {
    padding: 25px 40px;
  }
  /*********************
13. FOOTER STYLES
*********************/
  .footer .col2,
  .footer .col3,
  .footer .col4,
  .footer .col5 {
    width: calc(25% - 40px - 70px);
    margin-left: 40px;
  }
  .candidat {
    float: left;
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1400px) {
  .footer .col2,
  .footer .col3,
  .footer .col4,
  .footer .col5 {
    width: calc(25% - 40px - 70px);
    margin-left: 40px;
  }
  .candidats {
    max-width: 1000px;
  }
  .candidat {
    float: left;
    width: 25%;
  }
}
@media only screen and (min-width: 1700px) {
  .header #main-header .inner-header #logo {
    right: unset;
    left: calc(50% + 700px);
    transform: translateX(-50%);
    z-index: 7;
  }
  .header #main-header .inner-header .header__logo-full-right {
    position: absolute;
    right: 0;
    height: 98px;
    left: calc(50% + 700px);
    background: #000000;
    z-index: 6;
  }
}
@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) {
  .header #logo {
    background: url("../images/CSV2022-Logo-RGB.svg");
    background-size: cover;
  }
}
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

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

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .footer {
    text-align: center;
  }
  .footer .col1 .slogan {
    width: 250px;
    margin: 50px auto;
  }
  .header,
  .mobile-menu-button,
  .header-image,
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
