@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,700,700i);@charset "UTF-8";
html {
  font-family: "Montserrat", sans-serif;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  background-color: #F6F6F6;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  min-height: 100vh;
  padding-top: 92px;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  body {
    padding-top: 70px;
  }
}

table {
  font-size: 90%;
  margin-bottom: 2rem;
}

td {
  text-align: left;
  padding: 1em;
  vertical-align: top;
  border: solid thin lightgrey;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: currentColor;
}
a:hover {
  color: currentColor;
  text-decoration: none;
}
h2 a {
  text-decoration: underline;
}
h2 a:hover {
  color: #6A8B1F !important;
}

h1 {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.home h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 2.25rem;
}
@media screen and (max-width: 589px) {
  .home h1 {
    font-size: 1.5rem;
  }
}
h1.big {
  font-size: 4.5rem;
  margin-top: 1em !important;
  margin-bottom: 0.5em !important;
}

h2 {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

button {
  cursor: pointer;
  transition: all 0.3s;
}

p {
  margin: 1.5em 0;
}

.container {
  max-width: 62.5rem;
  margin: auto;
}
.flexbox {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .flexbox {
    flex-direction: column;
  }
}

pre {
  font-family: inherit;
  line-height: 1.4em;
  margin-top: 1.8em;
  font-size: 0.8em !important;
}
@media screen and (max-width: 1023px) {
  pre {
    white-space: normal;
  }
}
@media screen and (max-width: 1023px) {
  pre span {
    display: block;
  }
}
pre * {
  font-size: inherit;
  line-height: inherit !important;
}
pre sup {
  font-size: 0.8em !important;
}

.white {
  background-color: #FFF;
  padding: 1rem;
}

.title {
  margin-top: 4rem;
}

.hidden {
  visibility: hidden;
}

.offset {
  width: 100%;
  position: absolute;
  left: -1000%;
  bottom: 0%;
}

.centered {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.contact-p {
  width: 50%;
  padding: 1em 0em 1em 2em;
  float: right;
  font-size: 1.2em;
  line-height: 1.4em;
  margin-top: 1.875rem;
  clear: both;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .contact-p {
    width: 100%;
    padding: 0;
  }
}

figure {
  margin: 0;
}

figure.contact-p {
  margin-top: 0;
  padding-top: 0;
}

figure.contact-p a:hover {
  opacity: 0.8;
}

.center {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .desktop-only {
    display: none !important;
  }
}

.mobile-only {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .mobile-only {
    display: block !important;
  }
}

section,
main {
  display: block;
}

#loginform {
  width: 100%;
}

.login-username,
.login-password {
  display: flex;
  flex-direction: column;
}

.login-submit input {
  width: 100%;
  text-align: center;
}

.login-form h1 {
  text-align: center;
  margin-bottom: 3rem;
}
.login-form h1 + div {
  padding-right: 2rem;
}
@media screen and (max-width: 589px) {
  .login-form h1 + div {
    padding-right: 15px;
  }
}
.login-form div + div {
  border-left: solid thin #CCC;
  padding-left: 2rem;
}
.login-form div + div a {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 589px) {
  .login-form div + div {
    border-left: none;
    padding-left: 15px;
  }
}

label {
  width: 100%;
}

.cookie-notice-container {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.cn-text-container {
  display: block;
  line-height: 1.5;
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
  font-size: 16px;
}

a.cn-button {
  background-color: #6a8b1f !important;
  border-radius: 0 !important;
  padding: 1em !important;
  color: white !important;
  font-size: 16px !important;
}

@media screen and (max-width: 589px) {
  #cn-notice-buttons {
    display: flex !important;
    gap: 0.75em;
    flex-direction: column;
  }
}

[type=checkbox] + label {
  display: inline-block;
  width: auto;
  padding-left: 0.5em;
}

.header {
  background-color: #FFF;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  padding: 0.625rem 1.875rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
@media screen and (max-width: 1023px) {
  .header {
    position: fixed;
    width: 100%;
    z-index: 20;
    top: 0;
    left: 0;
    box-shadow: none;
  }
  .header::after {
    content: "";
    position: absolute;
    background-color: #FFF;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.25);
  }
}
.header a.custom-logo-link {
  width: 18.75rem;
  display: block;
}
@media screen and (max-width: 1349px) {
  .header a.custom-logo-link {
    width: 15rem;
  }
}
@media screen and (max-width: 1119px) {
  .header a.custom-logo-link {
    width: 15rem;
  }
}
@media screen and (max-width: 1023px) {
  .header a.custom-logo-link {
    z-index: 31;
    width: 12.5rem;
  }
}
.header > nav {
  align-self: center;
  transition: all 0.5s;
}
@media screen and (max-width: 1023px) {
  .header > nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: #FFF;
    z-index: 20;
    left: 100%;
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .header > nav.open {
    left: 0;
  }
}
.header > nav > ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .header > nav > ul {
    flex-direction: column;
    align-items: center;
  }
}
.header > nav > ul a {
  display: inline-block;
  padding: 1em;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 1290px) {
  .header > nav > ul a {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1200px) {
  .header > nav > ul a {
    padding: 1em 0.7em;
  }
}
@media screen and (max-width: 1119px) {
  .header > nav > ul a {
    padding: 1em 0.5em;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1023px) {
  .header > nav > ul a {
    font-size: 1rem;
  }
}
.header > nav > ul a[href*=facebook] {
  position: relative;
  top: -0.3em;
}
.header > nav > ul a[href*=facebook]:hover {
  opacity: 0.7;
}
.header > nav > ul a[href*=facebook]::after {
  content: none;
}
@media screen and (max-width: 1023px) {
  .header > nav > ul a[href="#"] {
    border-bottom: solid thin #DDD;
    opacity: 0.7;
    display: block;
    pointer-events: none;
    text-align: center;
    position: relative;
  }
  .header > nav > ul a[href="#"]::after {
    content: "\25BC";
    position: absolute;
    right: 0;
    top: 20%;
    transform: none;
    width: 1em;
    height: 1em;
    background-color: transparent;
    font-size: 0.6em;
    opacity: 0.5;
    left: 90%;
    top: 2em;
  }
}
@media screen and (max-width: 1023px) {
  .header > nav > ul a[href="#"] + ul.sub-menu {
    position: relative;
    display: inline-block;
    box-shadow: none;
    text-align: center;
    margin-bottom: 0.5em;
    border-bottom: solid thin #DDD;
    transform-origin: top center;
    background-color: #F6F6F6;
    padding: 1em;
  }
  .header > nav > ul a[href="#"] + ul.sub-menu.open {
    transform: scaleY(1);
  }
  .header > nav > ul a[href="#"] + ul.sub-menu li a {
    padding: 1em 0;
  }
  .header > nav > ul a[href="#"] + ul.sub-menu li a:hover {
    color: #6A8B1F;
  }
  .header > nav > ul a[href="#"] + ul.sub-menu li a::after {
    content: "";
  }
}
.header > nav > ul a::after {
  content: "";
  position: absolute;
  width: calc(100% - 2em);
  height: 1px;
  background-color: currentColor;
  bottom: 0.7em;
  left: 1em;
  transform: scaleX(0);
  transition: all 0.3s;
}
.header > nav > ul a:hover {
  color: #6A8B1F;
}
.header > nav > ul a:hover::after {
  transform: scaleX(1);
}
.header > nav > ul li.current-menu-item > a, .header > nav > ul li.current_page_parent > a {
  color: #6A8B1F;
}
.header > nav > ul li.current-menu-item > a::after, .header > nav > ul li.current_page_parent > a::after {
  transform: scaleX(1);
}
.header > nav > ul li:last-child a {
  color: #6A8B1F;
  font-weight: 500;
}
.header li:hover .sub-menu {
  display: block;
}
@media screen and (max-width: 1023px) {
  .header li:hover .sub-menu {
    display: none;
  }
}
.header .sub-menu {
  position: absolute;
  list-style: none;
  padding-left: 0;
  display: none;
  z-index: 2;
  background-color: #FFF;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.header .sub-menu li:last-child a {
  color: inherit;
  font-weight: 400;
}
.header .sub-menu li:last-child a:hover {
  color: #6A8B1F;
}
.header .sub-menu a {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
.header .sub-menu a::after {
  content: none;
}
.header .sub-menu a:hover {
  color: #6A8B1F;
}

.menu-button {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 31;
  margin: 0;
  width: 30px;
  height: 30px;
  border: 0;
  outline: 0;
  font-size: 1.5rem;
  background-color: transparent;
  color: #6A8B1F;
}
@media screen and (max-width: 1023px) {
  .menu-button {
    display: block;
  }
}
.menu-button .fa-times {
  display: none;
}
.menu-button.open .fa-times {
  display: inline-block;
}
.menu-button .fa-bars {
  display: inline-block;
}
.menu-button.open .fa-bars {
  display: none;
}

.footer {
  background-color: #6A8B1F;
  color: #FFF;
  text-align: center;
  padding: 1em 1em 2em;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 589px) {
  .footer .container {
    flex-direction: column;
    align-items: center;
  }
}
.footer span {
  margin: 1rem 0;
  flex: 1;
}
.footer ul {
  margin: 1rem 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  gap: 1em;
}
@media screen and (max-width: 589px) {
  .footer ul {
    flex-direction: column;
    align-items: center;
  }
}
.footer a:hover {
  -webkit-text-decoration: underlne;
          text-decoration: underlne;
}

.text-block {
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 589px) {
  .text-block {
    font-size: 1rem;
  }
}
.text-block a {
  text-decoration: underline;
  opacity: 0.9;
}
.text-block .image-portrait figure {
  margin: 0 0 2em 2em;
  background-color: white;
  padding: 1em;
  line-height: 1em;
}
@media screen and (max-width: 589px) {
  .text-block .image-portrait figure {
    float: none;
    margin: auto;
  }
}
.text-block h3 {
  line-height: 1.5em;
  font-size: 1.5rem;
}
.text-block--small {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .text-block--small {
    width: 100%;
  }
}
.text-block p:first-child {
  margin-top: 0;
}
.text-block p:last-child {
  margin-bottom: 0;
}
.text-block--small-text {
  font-size: 1.125rem;
  text-align: left;
  width: 75%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .text-block--small-text {
    width: 90%;
  }
}
@media screen and (max-width: 589px) {
  .text-block--small-text {
    width: 100%;
    text-align: left;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }
}
.text-block--small-text h1 {
  text-align: center;
  margin-bottom: 2em;
  line-height: 1.2em;
}
@media screen and (max-width: 589px) {
  .text-block--small-text h1 {
    margin-bottom: 1em;
  }
}
.text-block--small-text h1:not(:first-child) {
  margin-top: 2.2em;
}
.text-block--small-text h2, .text-block--small-text h2 {
  line-height: 1.2em;
}
.text-block--small-text time {
  display: block;
  opacity: 0.8;
  font-weight: normal;
  text-align: center;
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.text-block--small-text time::before {
  content: "\2014    Le ";
}
.text-block--small-text time::after {
  content: "  \2014";
}
.text-block--small-text ul {
  padding-left: 1em;
  margin-bottom: 3em;
}
.text-block--small-text ul li {
  margin: 0.5em 0;
  text-align: left;
}
.text-block--margin-bottom {
  margin-bottom: 2.8125rem;
}

pre {
  white-space: normal;
}

.section {
  padding: 3.125rem 0;
  position: relative;
}
@media screen and (max-width: 589px) {
  .section {
    padding: 1.875rem 0;
  }
}
body > main > .section:first-child {
  padding-top: 5.625rem;
}
@media screen and (max-width: 1023px) {
  body > main > .section:first-child {
    padding-top: 2.8125rem;
  }
}
body > main > .section:last-child {
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 1023px) {
  body > main > .section:last-child {
    padding-bottom: 3.75rem;
  }
}
.section h1:first-child {
  margin-top: 0;
}
.section--white {
  background-color: #FFF;
}
.section--center {
  text-align: center;
}
.section--no-padding-bottom {
  padding-bottom: 0;
}
.section--no-padding {
  padding: 0 !important;
}
.section--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 25% !important;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .section--image {
    padding-top: 42% !important;
  }
}
.section--image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
}
.section--image .overlay .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section--image .overlay .container h1 {
  font-size: 3.75rem;
  max-width: 90%;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1439px) {
  .section--image .overlay .container h1 {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1199px) {
  .section--image .overlay .container h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .section--image .overlay .container h1 {
    font-size: 5vw;
    line-height: 1.3em;
    margin: 0.9375rem auto;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .section--image .overlay .container .button {
    font-size: 0.875rem;
    margin: 0 auto;
  }
}

.grid {
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 1023px) {
  .grid {
    overflow: hidden;
  }
}
.grid * {
  text-transform: uppercase;
  font-weight: 700;
}
.grid form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #f9f9f9;
  border: solid thin rgba(0, 0, 0, 0.1);
  padding: 0.9375rem;
  margin: 2.8125rem 0;
  gap: 1em;
}
@media screen and (max-width: 1023px) {
  .grid form {
    flex-direction: column;
  }
}
.grid form * {
  font-size: 0.6875rem;
}
.grid form > div {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .grid form > div {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  .grid form label {
    display: block;
  }
}
.grid form input {
  padding: 1em;
  min-width: 210px;
  border: solid thin rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  .grid form input[name=search_term] {
    width: 100%;
  }
}
.grid form button {
  border: solid thin rgba(0, 0, 0, 0.1);
}
.grid form .filter-btn {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .grid form .filter-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5em;
    gap: 0.5em;
  }
}
.grid form .filter-btn #filter_btn {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .grid form .filter-btn #filter_btn {
    flex: 1;
    margin-left: 0em;
  }
}
.grid form .select-container {
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #FFF;
  border: solid thin rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  .grid form .select-container {
    width: 100%;
  }
}
.grid form .select-container select {
  display: none;
}
.grid form #reset_btn {
  opacity: 0.7;
  pointer-events: none;
  margin-left: 0.5em;
}
.grid form #reset_btn2 {
  margin-left: 0.5em;
}

.tiles-container {
  display: flex;
  flex-wrap: wrap;
  margin: calc(1.875rem / -2);
  transition: all 0.5s;
}

.tile {
  color: #FFF;
  width: 25%;
  height: 13.75rem;
  display: flex;
  padding: 1em;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  padding: calc(1.875rem / 2);
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .tile {
    width: 50%;
  }
}
@media screen and (max-width: 589px) {
  .tile {
    width: 100%;
    height: 10rem;
  }
}
.tile:hover {
  color: #FFF;
}
.tile > div {
  height: 100%;
  width: 100%;
  display: flex;
  padding: 1em;
  transition: all 0.5s;
  position: relative;
}
.tile > div * {
  margin: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 100%;
}
.tile:nth-child(3n+1) > div {
  background-image: linear-gradient(to bottom, #FBBB00, #FB8800);
}
.tile:nth-child(3n+1) > div:hover {
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  opacity: 0.95;
}
.tile:nth-child(3n+2) > div {
  background-image: linear-gradient(to bottom, #7EA526, #6A8B1F);
}
.tile:nth-child(3n+2) > div:hover {
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  opacity: 0.95;
}
.tile:nth-child(3n) > div {
  background-image: linear-gradient(to bottom, #DA0F16, #8F2320);
}
.tile:nth-child(3n) > div:hover {
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  opacity: 0.95;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #444 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #444 transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #FFF;
  padding: 0.7em;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.select-selected {
  color: #444;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #6A8B1F;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.button,
.um-button {
  background-color: #6A8B1F;
  color: #FFF;
  padding: 1em;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  display: inline-block;
  text-decoration: none !important;
}
.button:hover,
.um-button:hover {
  background-color: #7EA526;
  color: #FFF;
}
.button--small,
.um-button--small {
  font-size: 0.75rem;
  padding: 0.8em;
}
@media screen and (max-width: 589px) {
  .button--small,
.um-button--small {
    font-size: 0.9375rem;
  }
}
.button--medium,
.um-button--medium {
  font-size: 0.8125rem;
  padding: 0.8em;
}
.button--secondary,
.um-button--secondary {
  background-color: #DDD;
}
.button--secondary:hover,
.um-button--secondary:hover {
  background-color: #F6F6F6;
}
.button--fixed-width,
.um-button--fixed-width {
  width: 75%;
}
.button--yellow,
.um-button--yellow {
  background-color: #FB8800;
}
.button--yellow:hover,
.um-button--yellow:hover {
  background-color: #FBBB00;
}
.button--red,
.um-button--red {
  background-color: #8F2320;
}
.button--red:hover,
.um-button--red:hover {
  background-color: #DA0F16;
}
.message .button,
.message .um-button {
  margin: 1.875rem auto 0;
}

.session-grid {
  width: 70%;
  margin: auto;
  border: thin solid #DDD;
}
@media screen and (max-width: 589px) {
  .session-grid {
    width: 100%;
  }
}
.session-grid .session-row {
  display: flex;
  padding: 0.5em 1em;
}
@media screen and (max-width: 589px) {
  .session-grid .session-row {
    padding: 1em;
  }
}
.session-grid .session-row div:first-child {
  width: 70%;
}
.session-grid .session-row div:last-child {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .session-grid .session-row {
    flex-direction: column;
    align-items: center;
  }
  .session-grid .session-row div:first-child {
    width: 100%;
    text-align: center;
  }
  .session-grid .session-row div:last-child {
    text-align: center;
    width: auto;
    margin: 0.5em;
  }
}
.session-grid .session-row:nth-child(2n+1) {
  background-color: #F6F6F6;
}

.um-account-meta,
.um-account-heading {
  display: none !important;
}

.um-account-tab-mytab .um-field + div {
  display: none;
}

.um-field-checkbox + .um-field-checkbox {
  padding-top: 0;
}

.um-field-checkbox {
  font-size: 0.92em;
  color: #000;
}

p.um-notice.success {
  background: #7EA526 !important;
}

.um-field-user_login {
  display: none;
}

.wpcf7 {
  display: inline-block;
  width: 50%;
  padding-top: 0.9375rem !important;
}
@media screen and (max-width: 1023px) {
  .wpcf7 {
    width: 100%;
  }
}
.wpcf7 .wpcf7-form {
  margin-top: 2em;
}
.wpcf7 .wpcf7-form input, .wpcf7 .wpcf7-form textarea {
  width: 100%;
  padding: 0.5em;
}

.grecaptcha-badge {
  opacity: 0;
}

.heateor_sss_sharing_title {
  display: inline-block;
  margin-right: 0.5em !important;
  font-weight: 400 !important;
}

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

.heateor_sss_sharing_container {
  text-align: center;
  margin: 3em 1em;
}

.heateorSssSharingRound {
  transition: all 0.3s;
}

.heateorSssSharingRound:hover {
  opacity: 0.95;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.heateorSssSharing, .heateorSssSharingButton {
  margin: 0 !important;
}

main ul.heateor_sss_follow_ul li, main ul.heateor_sss_sharing_ul li {
  margin: 0.2rem !important;
}

.form--disabled {
  pointer-events: none;
}
.form--disabled input {
  border: none;
  background: none;
  display: inline;
}

.modal-window {
  visibility: hidden;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 32;
}
.modal-window > div {
  margin: auto;
  display: inline-block;
  padding: 3rem 5rem;
  background-color: #FFF;
  text-align: center;
}
@media screen and (max-width: 589px) {
  .modal-window > div {
    padding: 2rem 0;
    width: 100%;
  }
}
.modal-window > div h1 {
  margin-top: 0 !important;
}
.modal-window > div .btn-container {
  display: flex;
  justify-content: center;
}
.modal-window > div .btn-container button {
  margin: 1em 0.5em;
}
.modal-window > div #close_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: -1;
  cursor: pointer;
}

.actu {
  padding: 2em 0;
  border-bottom: solid thin #DDD;
  text-align: center;
}
.actu:first-child {
  border-top: solid thin #DDD;
  margin-top: 4em;
}
.actu:last-child {
  border-top: solid thin #DDD;
  margin-bottom: 2em;
  border-bottom: none;
}
.actu h1 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.actu time {
  display: block;
  opacity: 0.8;
  font-weight: normal;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 0.9em;
}
.actu time::before {
  content: "\2014    Le ";
}
.actu time::after {
  content: "  \2014";
}
.actu .text-block--small-text {
  width: 100%;
  text-align: center;
}

.pagination {
  margin-top: 4em;
  padding-top: 2em;
  border-top: solid thin #CCC;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.actu-container {
  width: 75%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .actu-container {
    width: 90%;
  }
}
@media screen and (max-width: 589px) {
  .actu-container {
    width: 100%;
    text-align: left;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
    font-size: 14px;
  }
}

.page-template-archive .text-block--small-text {
  text-align: center;
}

.message {
  border: thin #333 solid;
  padding: 2em;
  width: 75%;
  margin: 2.8125rem auto 0;
}
@media screen and (max-width: 589px) {
  .message {
    width: 100%;
    padding: 1em;
  }
}
@media screen and (max-width: 589px) {
  .message form input {
    font-size: 0.875rem;
  }
}
.grid .message {
  width: 100%;
  padding: 1em;
  text-align: center;
  margin: calc(1.875rem / 2);
}
.message--error {
  color: #DA0F16;
  margin-bottom: 1.875rem;
}