@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,900italic,900,700italic,700,600italic,600,400italic,300italic,300,200italic');
/*! 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;
}
/* ==========================================================================
   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;
	}
*/
/* .animation (animationName, @duration: 6s, @delay: 2s, @ease: ease, @fill-mode: forwards); */
/*  .transform(translate(50px)); */
/* .transition(all 2s); */
/* .css-gradient(#dfdfdf,#f8f8f8); */
.button,
.button:visited {
  padding: 4px 12px;
  background: #333333;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  -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: #8cc341;
}
.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;
}
.a11y__vo-only {
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  height: 100%;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 100%;
  color: #333333;
  background-color: #f4f4f4;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: #8cc341;
  color: white;
}
::-moz-selection {
  background: #8cc341;
  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;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #292929;
  text-decoration: none;
  -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: #121212;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: #121212;
}
.link-readmore {
  font-size: 18px;
  font-weight: 400;
  padding: 7px 30px;
  color: white;
  border: 1px solid white;
  position: relative;
  display: inline-block;
}
.link-readmore:before,
.link-readmore:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 3px;
  height: 16px;
  background: white;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: height 0.2s cubic-bezier(0.18, 0.68, 0.54, 0.82);
  transition: height 0.2s cubic-bezier(0.18, 0.68, 0.54, 0.82);
}
.link-readmore:before {
  left: -2px;
}
.link-readmore:after {
  right: -2px;
}
.link-readmore:hover:before,
.link-readmore:hover:after {
  height: 24px;
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
h2,
h3,
h4,
h5 {
  font-family: "Source Sans Pro", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  color: #292929;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
h1,
h2 {
  padding-bottom: 12px;
  position: relative;
  margin: 0 0 25px;
}
h1:after,
h2:after {
  content: '';
  width: 135px;
  height: 2px;
  background: #8cc341;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-title {
  font-weight: 500;
}
.page-title--subtitle {
  margin-bottom: 0;
}
.page-title--subtitle::after {
  content: "";
  display: none;
}
.page-subtitle {
  display: inline-block;
  position: relative;
  margin-bottom: 35px;
}
.page-subtitle:after {
  content: '';
  height: 3px;
  background: #8cc341;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 120px;
}
.header__title--no-decoration:after {
  display: none;
}
h1 {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -1px;
}
h2 {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -1px;
}
blockquote {
  margin: 0;
}
/*********************
06. HEADER SYTLES
*********************/
.header {
  position: relative;
  z-index: 20;
}
.header #inner-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0 3px 6px lightgray;
  background-color: white;
}
.header #logo {
  height: 95px;
  display: inline-block;
  background-image: url("../images/logo-mini-new.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
}
.header #logo-jel {
  height: 95px;
  margin: 7px;
  display: inline-block;
  background-image: url("../images/logo-j-new.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 130px;
}
.header .burger {
  width: 36px;
  height: 30px;
  position: absolute;
  right: 14px;
  top: 30px;
  cursor: pointer;
}
.header .burger span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #292929;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .burger span:first-child {
  top: 0;
}
.header .burger span:nth-child(2) {
  top: 12px;
}
.header .burger span:last-child {
  top: 24px;
}
.header .burger.open span:first-child {
  -ms-transform: rotate(45deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
  top: 12px;
}
.header .burger.open span:nth-child(2) {
  opacity: 0;
}
.header .burger.open span:last-child {
  -ms-transform: rotate(-45deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);
  top: 12px;
}
/*********************
07. NAVIGATION STYLES
*********************/
nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 10px 5px 20px;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
nav.open {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 74px;
}
nav ul.nav,
nav div.nav ul {
  list-style: none;
}
nav ul.nav li a,
nav div.nav ul li a {
  font-family: "Source Sans Pro";
  font-weight: 500;
  display: block;
  text-decoration: none;
  padding: 8px 10px;
  color: #292929;
}
nav ul.nav li a:hover,
nav div.nav ul li a:hover,
nav ul.nav li a:focus,
nav div.nav ul li a:focus {
  color: #009966;
}
nav ul.nav li .sub-menu,
nav div.nav ul li .sub-menu {
  padding-left: 12px;
  list-style-type: none;
  display: none;
}
nav ul.nav li .sub-menu li a,
nav div.nav ul li .sub-menu li a {
  padding: 0 10px 10px;
}
nav ul.nav li .sub-menu li:last-child a,
nav div.nav ul li .sub-menu li:last-child a {
  padding-bottom: 0;
}
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_ancestor > a,
nav div.nav ul li.current_page_ancestor > a {
  font-weight: 600;
}
nav ul.nav li.current-menu-item > a,
nav div.nav ul li.current-menu-item > a,
nav ul.nav li.current_page_item > a,
nav div.nav ul li.current_page_item > a {
  color: #009966;
}
nav ul.nav li.menu-item-has-children,
nav div.nav ul li.menu-item-has-children {
  cursor: pointer;
}
/*********************
08. POSTS & CONTENT STYLES
*********************/
.entry-content {
  text-align: left;
}
.entry-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.entry-content a {
  position: relative;
  text-decoration: none;
  padding-left: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content a:before {
  content: "\e901";
  font-family: "icomoon";
  color: #009966;
  position: absolute;
  left: 0;
}
.entry-content a:hover {
  padding-left: 25px;
}
.entry-content p,
.entry-content div {
  margin: 0 0 18px;
  line-height: 1.5;
}
.entry-content ul {
  margin: 0 0 18px;
  padding-left: 0;
}
.entry-content ul li {
  position: relative;
  list-style-type: none;
  padding-left: 12px;
}
.entry-content ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 9px;
  background: #080808;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/******************************************************************
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: #8cc341;
  text-decoration: underline;
}
.energysaver_page_navi li.pagenavi-current {
  padding: 3px 6px;
  border-bottom: 2px solid #8cc341;
  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: 0;
}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
}
.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;
}
/*********************
Page Styles
*********************/
.post-password-form p:first-of-type {
  font-weight: 600;
}
.post-password-form input {
  color: white;
  background: #009966;
  border: none;
  padding: 5px 20px;
  width: 100%;
  margin: 5px 0;
}
.post-password-form label input {
  background: white;
  outline: none;
  box-shadow: inset 0 0 1px #565656;
  display: block;
  padding: 5px;
  width: 100%;
  color: black;
}
#inner-content {
  margin: 40px auto;
}
.sidebar {
  background-color: #009966;
  padding: 20px 3%;
  line-height: 20px;
}
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4 {
  color: white;
  margin-bottom: 10px;
}
.sidebar h1:after,
.sidebar h2:after,
.sidebar h3:after,
.sidebar h4:after {
  background: white;
}
.sidebar p,
.sidebar div,
.sidebar a {
  color: white;
}
.sidebar p {
  margin-top: 0;
}
.sidebar a {
  display: block;
}
.sidebar strong {
  font-size: 18px;
  font-weight: 600;
}
.sidebar ul {
  margin-top: 20px;
}
.sidebar li {
  list-style-type: none;
  margin-bottom: 12px;
}
.sidebar a[href$=".pdf"],
.sidebar a[href$=".doc"],
.sidebar a[href$=".docx"] {
  position: relative;
  text-decoration: none;
  padding-left: 22px;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar a[href$=".pdf"]:before,
.sidebar a[href$=".doc"]:before,
.sidebar a[href$=".docx"]:before {
  content: "\e901";
  font-family: "icomoon";
  color: white;
  position: absolute;
  top: -3px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar a[href$=".pdf"]:hover,
.sidebar a[href$=".doc"]:hover,
.sidebar a[href$=".docx"]:hover {
  color: #efefef;
}
.sidebar a[href$=".pdf"]:hover:before,
.sidebar a[href$=".doc"]:hover:before,
.sidebar a[href$=".docx"]:hover:before {
  color: #efefef;
}
.sidebar .box {
  margin-bottom: 60px;
}
.home #inner-content {
  margin-bottom: 25px;
}
.home h2 {
  font-size: 30px;
  color: white;
}
.home h2:after {
  background: white;
}
.home a {
  color: white;
}
.home a:hover,
.home a:focus {
  color: rgba(255, 255, 255, 0.8);
}
.home .content {
  color: white;
  margin: 0 0 30px;
}
.home .upper-container {
  margin-bottom: 15px;
}
.home .upper-container .image,
.home .upper-container .wrapper {
  align-self: stretch;
}
.home .upper-container .image {
  width: 100%;
  height: 260px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home .upper-container .wrapper {
  padding: 14px;
  background: #009966;
  color: white;
}
.home .lower-container {
  margin: 0 -7px;
}
.home .lower-container .box {
  align-self: stretch;
  background: black;
  padding: 16px 14px;
  margin: 0 7px 15px;
}
.home .lower-container .box .box__link {
  text-decoration: underline;
}
.home .lower-container .box .box__link-separator {
  color: white;
}
.home .lower-container .box.orange {
  background: #ee8527;
}
.home .lower-container .box.green {
  background: #8cc341;
}
.home .lower-container .box.grey {
  background: grey;
}
.home .lower-container .box.img {
  background: url("../images/pattern-black.png") no-repeat;
  background-size: cover;
}
.home .lower-container .box .container {
  display: flex;
  justify-content: space-between;
  margin: 0 -2%;
}
.home .lower-container .box .container .left-box,
.home .lower-container .box .container .right-box {
  flex: 46%;
  margin: 0 2%;
}
.home .foot-container {
  margin-top: 50px;
}
.home .foot-container .jel-logo {
  width: 185px;
  height: 64px;
  margin: 0 auto;
  display: block;
  background-image: url("../images/jel.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home .foot-container .jel-logo:hover {
  opacity: 0.8;
}
.page-template-page-galeries #inner-content {
  margin: 40px auto;
}
.page-template-page-galeries .gallery-item {
  padding-bottom: 20px;
}
.page-template-page-galeries .gallery-item .wrapper {
  position: relative;
  width: 100%;
  height: 280px;
}
.page-template-page-galeries .gallery-item a {
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
.page-template-page-galeries .gallery-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(140, 195, 65, 0.9);
  width: 100%;
  padding: 12px 24px;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-template-page-galeries .gallery-item .overlay .title {
  font-size: 30px;
  line-height: 1;
}
.page-template-page-galeries .gallery-item .overlay .date {
  font-size: 16px;
  font-weight: 500;
}
.page-template-page-galeries .gallery-item:hover .overlay {
  background: #8cc341;
}
.page-template-default #inner-content {
  max-width: 100%;
  width: 100%;
  margin: 0;
  position: relative;
  zoom: 1;
}
.page-template-default #inner-content:before,
.page-template-default #inner-content:after {
  content: "";
  display: table;
}
.page-template-default #inner-content:after {
  clear: both;
}
.page-template-default .content {
  padding: 25px 3%;
}
.page-template-default .content a {
  color: #292929;
}
.page-template-page-faq #container,
.page-template-page-guide #container,
.page-template-page-guide-level-2 #container,
.page-template-page-guide-level-3 #container {
  height: 100vh;
  min-height: 800px;
}
.page-template-page-faq #content,
.page-template-page-guide #content,
.page-template-page-guide-level-2 #content,
.page-template-page-guide-level-3 #content {
  height: calc(100% - 94px);
}
.page-template-page-faq #inner-content,
.page-template-page-guide #inner-content,
.page-template-page-guide-level-2 #inner-content,
.page-template-page-guide-level-3 #inner-content {
  margin: 0;
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  position: relative;
  zoom: 1;
}
.page-template-page-faq #inner-content:before,
.page-template-page-guide #inner-content:before,
.page-template-page-guide-level-2 #inner-content:before,
.page-template-page-guide-level-3 #inner-content:before,
.page-template-page-faq #inner-content:after,
.page-template-page-guide #inner-content:after,
.page-template-page-guide-level-2 #inner-content:after,
.page-template-page-guide-level-3 #inner-content:after {
  content: "";
  display: table;
}
.page-template-page-faq #inner-content:after,
.page-template-page-guide #inner-content:after,
.page-template-page-guide-level-2 #inner-content:after,
.page-template-page-guide-level-3 #inner-content:after {
  clear: both;
}
.page-template-page-faq .text-container,
.page-template-page-guide .text-container,
.page-template-page-guide-level-2 .text-container,
.page-template-page-guide-level-3 .text-container {
  padding: 25px 15px;
}
.page-template-page-faq .text-container .content_blocks_headline,
.page-template-page-guide .text-container .content_blocks_headline,
.page-template-page-guide-level-2 .text-container .content_blocks_headline,
.page-template-page-guide-level-3 .text-container .content_blocks_headline {
  position: relative;
  font-weight: 700;
  padding-right: 20px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  cursor: pointer;
}
.page-template-page-faq .text-container .content_blocks_headline:after,
.page-template-page-guide .text-container .content_blocks_headline:after,
.page-template-page-guide-level-2 .text-container .content_blocks_headline:after,
.page-template-page-guide-level-3 .text-container .content_blocks_headline:after {
  content: "\e906";
  font-family: "icomoon";
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 2px;
  -ms-transform: rotate(0deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
  transform: translate3d(0, 0, 0) rotate(0deg);
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.page-template-page-faq .text-container .content_blocks_headline.open:after,
.page-template-page-guide .text-container .content_blocks_headline.open:after,
.page-template-page-guide-level-2 .text-container .content_blocks_headline.open:after,
.page-template-page-guide-level-3 .text-container .content_blocks_headline.open:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
  transform: translate3d(0, 0, 0) rotate(90deg);
}
.page-template-page-faq .text-container .content_blocks_headline:hover,
.page-template-page-guide .text-container .content_blocks_headline:hover,
.page-template-page-guide-level-2 .text-container .content_blocks_headline:hover,
.page-template-page-guide-level-3 .text-container .content_blocks_headline:hover {
  color: #8cc341;
}
.page-template-page-faq .text-container .content_blocks_content,
.page-template-page-guide .text-container .content_blocks_content,
.page-template-page-guide-level-2 .text-container .content_blocks_content,
.page-template-page-guide-level-3 .text-container .content_blocks_content {
  display: none;
  margin-top: 15px;
}
.page-template-page-faq .level li,
.page-template-page-guide .level li,
.page-template-page-guide-level-2 .level li,
.page-template-page-guide-level-3 .level li {
  list-style-type: none;
  position: relative;
  padding: 5px 15px;
}
.page-template-page-faq .level li.active a,
.page-template-page-guide .level li.active a,
.page-template-page-guide-level-2 .level li.active a,
.page-template-page-guide-level-3 .level li.active a {
  font-weight: 600;
}
.page-template-page-faq .level li.active:after,
.page-template-page-guide .level li.active:after,
.page-template-page-guide-level-2 .level li.active:after,
.page-template-page-guide-level-3 .level li.active:after {
  content: '';
  width: 75%;
  height: 2px;
  position: absolute;
  right: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: white;
}
.page-template-page-faq .level a,
.page-template-page-guide .level a,
.page-template-page-guide-level-2 .level a,
.page-template-page-guide-level-3 .level a {
  padding-right: 12px;
  color: white;
  z-index: 10;
  line-height: 1;
}
.page-template-page-faq .level a:hover,
.page-template-page-guide .level a:hover,
.page-template-page-guide-level-2 .level a:hover,
.page-template-page-guide-level-3 .level a:hover {
  color: #efefef;
}
.page-template-page-faq .level a:hover:before,
.page-template-page-guide .level a:hover:before,
.page-template-page-guide-level-2 .level a:hover:before,
.page-template-page-guide-level-3 .level a:hover:before,
.page-template-page-faq .level a:hover:after,
.page-template-page-guide .level a:hover:after,
.page-template-page-guide-level-2 .level a:hover:after,
.page-template-page-guide-level-3 .level a:hover:after {
  color: #efefef;
}
.page-template-page-faq .level a.button,
.page-template-page-guide .level a.button,
.page-template-page-guide-level-2 .level a.button,
.page-template-page-guide-level-3 .level a.button {
  padding: 11px;
  line-height: 1;
  margin-bottom: 0;
  border: 1px solid white;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
.page-template-page-faq .level-1,
.page-template-page-guide .level-1,
.page-template-page-guide-level-2 .level-1,
.page-template-page-guide-level-3 .level-1 {
  position: relative;
  background-color: #009966;
  padding: 10px 0;
}
.page-template-page-faq .level-1 li a,
.page-template-page-guide .level-1 li a,
.page-template-page-guide-level-2 .level-1 li a,
.page-template-page-guide-level-3 .level-1 li a {
  position: relative;
  padding-left: 16px;
  display: inline-block;
  background-color: #009966;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-template-page-faq .level-1 li:nth-child(1) a:before,
.page-template-page-guide .level-1 li:nth-child(1) a:before,
.page-template-page-guide-level-2 .level-1 li:nth-child(1) a:before,
.page-template-page-guide-level-3 .level-1 li:nth-child(1) a:before,
.page-template-page-faq .level-1 li:nth-child(2) a:before,
.page-template-page-guide .level-1 li:nth-child(2) a:before,
.page-template-page-guide-level-2 .level-1 li:nth-child(2) a:before,
.page-template-page-guide-level-3 .level-1 li:nth-child(2) a:before {
  content: "\e903";
  font-family: "icomoon";
  font-size: 12px;
  margin-right: 3px;
  position: absolute;
  top: 2px;
  left: 0;
}
.page-template-page-faq .level-2,
.page-template-page-guide .level-2,
.page-template-page-guide-level-2 .level-2,
.page-template-page-guide-level-3 .level-2,
.page-template-page-faq .level-3,
.page-template-page-guide .level-3,
.page-template-page-guide-level-2 .level-3,
.page-template-page-guide-level-3 .level-3 {
  padding: 5px 0 10px;
}
.page-template-page-faq .level-2 a,
.page-template-page-guide .level-2 a,
.page-template-page-guide-level-2 .level-2 a,
.page-template-page-guide-level-3 .level-2 a,
.page-template-page-faq .level-3 a,
.page-template-page-guide .level-3 a,
.page-template-page-guide-level-2 .level-3 a,
.page-template-page-guide-level-3 .level-3 a {
  position: relative;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.page-template-page-faq .level-2 a:after,
.page-template-page-guide .level-2 a:after,
.page-template-page-guide-level-2 .level-2 a:after,
.page-template-page-guide-level-3 .level-2 a:after,
.page-template-page-faq .level-3 a:after,
.page-template-page-guide .level-3 a:after,
.page-template-page-guide-level-2 .level-3 a:after,
.page-template-page-guide-level-3 .level-3 a:after {
  margin-left: 6px;
}
.page-template-page-faq .level-2 a[href$=".ppt"]:after,
.page-template-page-guide .level-2 a[href$=".ppt"]:after,
.page-template-page-guide-level-2 .level-2 a[href$=".ppt"]:after,
.page-template-page-guide-level-3 .level-2 a[href$=".ppt"]:after,
.page-template-page-faq .level-3 a[href$=".ppt"]:after,
.page-template-page-guide .level-3 a[href$=".ppt"]:after,
.page-template-page-guide-level-2 .level-3 a[href$=".ppt"]:after,
.page-template-page-guide-level-3 .level-3 a[href$=".ppt"]:after {
  content: "\e901";
  font-family: "icomoon";
}
.page-template-page-faq .level-2 a[href$=".xls"]:after,
.page-template-page-guide .level-2 a[href$=".xls"]:after,
.page-template-page-guide-level-2 .level-2 a[href$=".xls"]:after,
.page-template-page-guide-level-3 .level-2 a[href$=".xls"]:after,
.page-template-page-faq .level-3 a[href$=".xls"]:after,
.page-template-page-guide .level-3 a[href$=".xls"]:after,
.page-template-page-guide-level-2 .level-3 a[href$=".xls"]:after,
.page-template-page-guide-level-3 .level-3 a[href$=".xls"]:after {
  content: "\e901";
  font-family: "icomoon";
}
.page-template-page-faq .level-2 a[href$=".xlsx"]:after,
.page-template-page-guide .level-2 a[href$=".xlsx"]:after,
.page-template-page-guide-level-2 .level-2 a[href$=".xlsx"]:after,
.page-template-page-guide-level-3 .level-2 a[href$=".xlsx"]:after,
.page-template-page-faq .level-3 a[href$=".xlsx"]:after,
.page-template-page-guide .level-3 a[href$=".xlsx"]:after,
.page-template-page-guide-level-2 .level-3 a[href$=".xlsx"]:after,
.page-template-page-guide-level-3 .level-3 a[href$=".xlsx"]:after {
  content: "\e901";
  font-family: "icomoon";
}
.page-template-page-faq .level-2 a[href$=".pdf"]:after,
.page-template-page-guide .level-2 a[href$=".pdf"]:after,
.page-template-page-guide-level-2 .level-2 a[href$=".pdf"]:after,
.page-template-page-guide-level-3 .level-2 a[href$=".pdf"]:after,
.page-template-page-faq .level-3 a[href$=".pdf"]:after,
.page-template-page-guide .level-3 a[href$=".pdf"]:after,
.page-template-page-guide-level-2 .level-3 a[href$=".pdf"]:after,
.page-template-page-guide-level-3 .level-3 a[href$=".pdf"]:after {
  content: "\e901";
  font-family: "icomoon";
}
.page-template-page-faq .level-2 a[href$=".docx"]:after,
.page-template-page-guide .level-2 a[href$=".docx"]:after,
.page-template-page-guide-level-2 .level-2 a[href$=".docx"]:after,
.page-template-page-guide-level-3 .level-2 a[href$=".docx"]:after,
.page-template-page-faq .level-3 a[href$=".docx"]:after,
.page-template-page-guide .level-3 a[href$=".docx"]:after,
.page-template-page-guide-level-2 .level-3 a[href$=".docx"]:after,
.page-template-page-guide-level-3 .level-3 a[href$=".docx"]:after {
  content: "\e900";
  font-family: "icomoon";
}
.page-template-page-faq .level-2 a[href$=".doc"]:after,
.page-template-page-guide .level-2 a[href$=".doc"]:after,
.page-template-page-guide-level-2 .level-2 a[href$=".doc"]:after,
.page-template-page-guide-level-3 .level-2 a[href$=".doc"]:after,
.page-template-page-faq .level-3 a[href$=".doc"]:after,
.page-template-page-guide .level-3 a[href$=".doc"]:after,
.page-template-page-guide-level-2 .level-3 a[href$=".doc"]:after,
.page-template-page-guide-level-3 .level-3 a[href$=".doc"]:after {
  content: "\e900";
  font-family: "icomoon";
}
.page-template-page-faq .level-2 a[href$=".docs"]:after,
.page-template-page-guide .level-2 a[href$=".docs"]:after,
.page-template-page-guide-level-2 .level-2 a[href$=".docs"]:after,
.page-template-page-guide-level-3 .level-2 a[href$=".docs"]:after,
.page-template-page-faq .level-3 a[href$=".docs"]:after,
.page-template-page-guide .level-3 a[href$=".docs"]:after,
.page-template-page-guide-level-2 .level-3 a[href$=".docs"]:after,
.page-template-page-guide-level-3 .level-3 a[href$=".docs"]:after {
  content: "\e900";
  font-family: "icomoon";
}
.page-template-page-faq .level-2 a:hover,
.page-template-page-guide .level-2 a:hover,
.page-template-page-guide-level-2 .level-2 a:hover,
.page-template-page-guide-level-3 .level-2 a:hover,
.page-template-page-faq .level-3 a:hover,
.page-template-page-guide .level-3 a:hover,
.page-template-page-guide-level-2 .level-3 a:hover,
.page-template-page-guide-level-3 .level-3 a:hover,
.page-template-page-faq .level-2 a:focus,
.page-template-page-guide .level-2 a:focus,
.page-template-page-guide-level-2 .level-2 a:focus,
.page-template-page-guide-level-3 .level-2 a:focus,
.page-template-page-faq .level-3 a:focus,
.page-template-page-guide .level-3 a:focus,
.page-template-page-guide-level-2 .level-3 a:focus,
.page-template-page-guide-level-3 .level-3 a:focus {
  padding-left: 3px;
}
.page-template-page-faq .level-2,
.page-template-page-guide .level-2,
.page-template-page-guide-level-2 .level-2,
.page-template-page-guide-level-3 .level-2 {
  position: relative;
  background: #8cc341;
}
.page-template-page-faq .level-2 .subtitle,
.page-template-page-guide .level-2 .subtitle,
.page-template-page-guide-level-2 .level-2 .subtitle,
.page-template-page-guide-level-3 .level-2 .subtitle {
  font-weight: 600;
  padding: 0 15px;
  margin: 20px 0 5px;
  color: white;
}
.page-template-page-faq .level-2 .subtitle:first-child,
.page-template-page-guide .level-2 .subtitle:first-child,
.page-template-page-guide-level-2 .level-2 .subtitle:first-child,
.page-template-page-guide-level-3 .level-2 .subtitle:first-child {
  margin: 5px 0;
}
.page-template-page-faq .level-2 ul,
.page-template-page-guide .level-2 ul,
.page-template-page-guide-level-2 .level-2 ul,
.page-template-page-guide-level-3 .level-2 ul {
  margin-bottom: 50px;
}
.page-template-page-faq .level-2 ul li a,
.page-template-page-guide .level-2 ul li a,
.page-template-page-guide-level-2 .level-2 ul li a,
.page-template-page-guide-level-3 .level-2 ul li a {
  background: #8cc341;
}
.page-template-page-faq .level-3,
.page-template-page-guide .level-3,
.page-template-page-guide-level-2 .level-3,
.page-template-page-guide-level-3 .level-3 {
  background: #d1ce57;
  margin-bottom: -10px;
}
.page-template-page-faq .level-3 li a,
.page-template-page-guide .level-3 li a,
.page-template-page-guide-level-2 .level-3 li a,
.page-template-page-guide-level-3 .level-3 li a {
  background: #d1ce57;
}
.page-template-page-faq .faq .faq-question {
  font-size: 20px;
  font-weight: 600;
  margin: 16px 0 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-template-page-faq .faq .faq-question:hover a {
  color: #625c5c;
}
.page-template-page-faq .faq .faq-answer {
  display: none;
}
.page-template-page-faq .faq:first-child .faq-question {
  margin-top: 0;
}
.blog #container,
.single-post #container {
  height: 100vh;
  min-height: 800px;
}
.blog #content,
.single-post #content {
  height: calc(100% - 94px);
}
.blog #inner-content,
.single-post #inner-content {
  margin: 0;
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  position: relative;
  zoom: 1;
}
.blog #inner-content:before,
.single-post #inner-content:before,
.blog #inner-content:after,
.single-post #inner-content:after {
  content: "";
  display: table;
}
.blog #inner-content:after,
.single-post #inner-content:after {
  clear: both;
}
.blog .news,
.single-post .news {
  height: 100%;
  padding: 75px 5%;
}
.blog .news p,
.single-post .news p,
.blog .news div,
.single-post .news div {
  line-height: 1.5;
  margin: 0 0 18px;
}
.blog .news .page-navigation li,
.single-post .news .page-navigation li {
  margin: 0 3px;
}
.blog .news .page-navigation .pagenavi-prev-link a,
.single-post .news .page-navigation .pagenavi-prev-link a,
.blog .news .page-navigation .pagenavi-next-link a,
.single-post .news .page-navigation .pagenavi-next-link a {
  position: relative;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
.blog .news .page-navigation .pagenavi-prev-link a:before,
.single-post .news .page-navigation .pagenavi-prev-link a:before,
.blog .news .page-navigation .pagenavi-next-link a:before,
.single-post .news .page-navigation .pagenavi-next-link a:before {
  font-family: "icomoon";
  font-size: 18px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: 0;
}
.blog .news .page-navigation .pagenavi-prev-link a:before,
.single-post .news .page-navigation .pagenavi-prev-link a:before {
  content: "\e905";
}
.blog .news .page-navigation .pagenavi-next-link a:before,
.single-post .news .page-navigation .pagenavi-next-link a:before {
  content: "\e906";
}
.blog .news .back,
.single-post .news .back {
  position: relative;
  font-weight: 600;
  padding-left: 20px;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog .news .back:before,
.single-post .news .back:before {
  font-family: "icomoon";
  content: "\e905";
  font-size: 18px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: 0;
}
.blog .news .back:hover,
.single-post .news .back:hover {
  padding-left: 23px;
}
.blog .post,
.single-post .post {
  margin-bottom: 15px;
}
.blog .post time,
.single-post .post time {
  position: relative;
  font-size: 18px;
  padding-right: 30px;
}
.blog .post time:before,
.single-post .post time:before {
  content: '';
  width: 8px;
  height: 2px;
  background: #292929;
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog .post a,
.single-post .post a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3333;
}
.blog .page-navigation,
.single-post .page-navigation {
  position: relative;
  margin-top: 40px;
  background: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.blog .page-navigation .pagenavi-current,
.single-post .page-navigation .pagenavi-current {
  border-color: #292929;
}
.single-post .post time {
  font-weight: 700;
  padding-right: 0;
}
.single-post .post time:before {
  display: none;
}
.single-post .news .post {
  margin-bottom: 0;
}
.single-post .sidebar .post {
  margin-bottom: 20px;
}
.single-post .sidebar .post a {
  font-weight: 400;
  display: block;
  padding-left: 0;
}
.single-post .sidebar .post a:before {
  display: none;
}
.single-post .sidebar .post:first-of-type {
  margin-top: 20px;
}
.page-template-page-les-entreprises .wrap,
.page-template-companies-template .wrap {
  max-width: 1380px;
}
.page-template-page-les-entreprises h2,
.page-template-companies-template h2 {
  margin-bottom: 42px;
}
.page-template-page-les-entreprises .row,
.page-template-companies-template .row {
  display: grid;
  column-gap: 20px;
  row-gap: 45px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin-bottom: 100px;
}
.page-template-page-les-entreprises .company,
.page-template-companies-template .company {
  padding: 3px;
  position: relative;
  width: 100%;
  min-height: 200px;
}
.page-template-page-les-entreprises .company a,
.page-template-companies-template .company a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: white;
}
.page-template-page-les-entreprises .company img,
.page-template-companies-template .company img {
  width: 100%;
  height: 100%;
  font-family: 'object-fit: contain, object-position: center';
  object-fit: contain;
  object-position: center;
}
.page-template-page-les-entreprises .company-image__title,
.page-template-companies-template .company-image__title {
  font-size: 16px;
  font-style: italic;
  position: absolute;
  bottom: -24px;
  left: 10px;
}
.page-template-page-les-entreprises .company-image__show-title,
.page-template-companies-template .company-image__show-title {
  justify-self: center;
  font-size: 35px;
  line-height: 37px;
  max-width: 200px;
  padding-left: 40px;
  text-align: left;
}
.page-template-page-les-entreprises .company-image__img-wrapper,
.page-template-companies-template .company-image__img-wrapper {
  max-height: 200px;
  height: 200px;
}
.single-company header {
  margin-bottom: 25px;
}
.single-company h1.has-schoolname {
  margin-bottom: 5px;
}
.single-company .schoolname {
  font-weight: 600;
}
.single-company .image-container {
  width: 100%;
  height: unset;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.single-company .company-information div {
  margin-bottom: 15px;
}
.single-company .company-information div strong {
  display: inline;
  margin-right: 4px;
}
.single-company .company-information div div {
  display: inline;
}
.single-company .company-information div a {
  color: #009966;
}
.single-company .company-information div a:hover {
  color: #008055;
}
.single-company .company-information div a:hover:before,
.single-company .company-information div a:hover:after {
  color: #008055;
}
.single-company .company-information div ul {
  list-style-type: none;
}
.single-company .company-information div ul li {
  margin: 5px 0;
}
.single-company .company-information div .customfield {
  display: block;
}
.single-company__social-medias {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.single-company__social-medias__link {
  display: flex;
  align-items: center;
  padding: 4px;
  margin-bottom: 8px;
}
.single-company__social-medias__link:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.single-company__social-medias__link:last-child {
  margin-right: 0;
}
.single-company__social-medias__link-letzshop:before {
  background-image: url("../images/social-medias/cart-mono.svg");
  height: 25px;
  width: 25px;
}
.single-company__social-medias__link-instagram:before {
  background-image: url("../images/social-medias/instagram-mono.svg");
  height: 25px;
  width: 25px;
}
.single-company__social-medias__link-facebook:before {
  background-image: url("../images/social-medias/facebook-mono.svg");
  height: 25px;
  width: 25px;
}
.single-company__social-medias__link-email:before {
  background-image: url("../images/social-medias/mail-mono.svg");
  height: 25px;
  width: 25px;
}
.single-company__social-medias__link-website:before {
  background-image: url("../images/social-medias/website-mono.svg");
  height: 24px;
  width: 30px;
}
.single-galeries .galeries-date {
  font-size: 18px;
}
.single-galeries .galeries-content {
  font-size: 18px;
  font-weight: 600;
}
.single-galeries .gallery {
  margin-top: 25px;
}
.single-galeries .gallery-item {
  padding: 3px;
}
.single-galeries .gallery-item a {
  display: block;
  height: 100%;
}
.single-galeries .gallery-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.page-template-page-contact #inner-content {
  margin: 0;
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  position: relative;
  zoom: 1;
}
.page-template-page-contact #inner-content:before,
.page-template-page-contact #inner-content:after {
  content: "";
  display: table;
}
.page-template-page-contact #inner-content:after {
  clear: both;
}
.page-template-page-contact .gmap {
  width: 100%;
  height: 380px;
}
.page-template-page-contact .sidebar {
  line-height: 25px;
}
.page-template-page-contact .sidebar a {
  padding-left: 0;
  font-weight: 600;
}
.page-template-page-contact .sidebar a:before {
  display: none;
}
.page-id-16 .sidebar {
  display: none;
}
/***/
.table-wrapper {
  overflow: hidden;
  overflow-x: auto;
  margin-right: -3%;
  margin-bottom: 18px;
}
.table-wrapper table {
  background-color: #fff;
  border-spacing: 4px;
  border-color: #f6f6f6;
}
.table-wrapper table td.cell-empty {
  background-color: #f4f4f4;
}
.table-wrapper table td.cell-header {
  background-color: #e9edee;
  text-align: center;
  font-weight: bold;
  height: 64px;
  line-height: 1;
}
.table-wrapper table td.cell-normal {
  text-align: center;
}
.toolbox {
  margin-top: 45px;
  padding: 12px;
  color: #fff;
  background-color: #ee8527;
}
.toolbox a {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding-left: 22px;
}
.toolbox a:before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "\e902";
  font-family: "icomoon";
}
.toolbox a[href$=".pdf"]:before {
  content: "\e901";
  font-family: "icomoon";
}
.toolbox a:hover,
.toolbox a:focus {
  padding-left: 25px;
}
.toolbox .title {
  font-weight: 400;
}
.gform_wrapper {
  margin: 30px 0;
  padding: 20px;
  background: white;
}
.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  color: #ee8527;
  margin-bottom: 10px;
}
.gform_wrapper .gform_heading {
  margin: 0 0 10px;
}
.gform_wrapper .gform_heading h3 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.gform_wrapper .gform_fields > li {
  margin-bottom: 20px;
}
.gform_wrapper .gform_fields > li > label {
  font-size: 16px;
}
.gform_wrapper .gform_validation_container {
  display: none !important;
}
.gform_wrapper .gfield_description {
  font-size: 14px;
  font-style: italic;
}
.gform_wrapper .gfield_list_cell {
  width: 300px;
}
.gform_wrapper ul {
  padding-top: 6px;
  list-style-type: none;
}
.gform_wrapper ul li {
  padding-left: 0;
}
.gform_wrapper ul li:before {
  display: none;
}
.gform_wrapper input,
.gform_wrapper textarea {
  background: white;
  outline: none;
  border: none;
  box-shadow: inset 0 0 1px #565656;
  display: inline-block;
  padding: 8px;
  width: 100%;
  color: black;
}
.gform_wrapper textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 80px;
}
.gform_wrapper select {
  outline: none;
}
.gform_wrapper label {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 3px;
}
.gform_wrapper .gfield_checkbox li {
  position: relative;
}
.gform_wrapper .gfield_checkbox li input[type="checkbox"] {
  width: auto;
  box-shadow: none;
  position: absolute;
  top: 5px;
  left: 0;
  border: none;
  display: none;
}
.gform_wrapper .gfield_checkbox li label {
  position: relative;
  font-size: 16px;
  padding-left: 22px;
  margin: 4px 0 0;
}
.gform_wrapper .gfield_checkbox li label:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #565656;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
  box-shadow: inset 0px 0px 0px 2px white;
  background: #565656;
}
.gform_wrapper .ginput_container_address {
  margin-bottom: 20px;
}
.gform_wrapper .ginput_container_address span {
  display: block;
  margin: 0 0 5px;
}
.gform_wrapper .ginput_container_address .address_zip {
  margin-bottom: 10px;
}
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute {
  display: inline-block;
}
.gform_wrapper .ginput_container label {
  margin: 4px 0 15px;
  display: block;
  font-style: italic;
}
.gform_wrapper .gfield_radio input {
  display: none;
}
.gform_wrapper .gfield_radio label {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  font-style: normal;
  margin: 0;
}
.gform_wrapper .gfield_radio label:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #565656;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label:before {
  box-shadow: inset 0px 0px 0px 2px white;
  background: #565656;
}
.gform_wrapper .button {
  font-size: 18px;
  font-weight: 400;
  padding: 7px 30px;
  margin-bottom: 0;
  color: #292929;
  border: 1px solid #292929;
  position: relative;
  background: none;
  display: inline-block;
}
.gform_wrapper .button:before,
.gform_wrapper .button:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 3px;
  height: 16px;
  background: #292929;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: height 0.2s cubic-bezier(0.18, 0.68, 0.54, 0.82);
  transition: height 0.2s cubic-bezier(0.18, 0.68, 0.54, 0.82);
}
.gform_wrapper .button:before {
  left: -2px;
}
.gform_wrapper .button:after {
  right: -2px;
}
.gform_wrapper .button:hover:before,
.gform_wrapper .button:hover:after {
  height: 24px;
}
.gform_wrapper .gform_footer {
  margin-bottom: 5px;
}
.gform_wrapper .address_country .chosen-container {
  width: 100% !important;
}
.ui-datepicker {
  background: white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.ui-datepicker .ui-datepicker-header {
  padding: 20px 12px 10px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  float: left;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  position: relative;
  text-indent: -9999px;
  display: block;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:before {
  content: '<';
  text-indent: 0;
  position: absolute;
  left: 2px;
  top: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  position: relative;
  text-indent: -9999px;
  display: block;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after {
  content: '>';
  text-indent: 0;
  position: absolute;
  right: 2px;
  top: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin-top: 10px;
  padding-top: 20px;
}
.ui-datepicker .ui-datepicker-calendar {
  padding: 12px;
  border-collapse: unset;
}
.ui-datepicker .ui-datepicker-calendar th {
  font-weight: 600;
  background: #ee8527;
  color: white;
  padding: 5px;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.ui-datepicker .ui-datepicker-calendar td a {
  display: block;
  width: 20px;
  height: 20px;
}
.ui-datepicker .ui-datepicker-calendar td:last-child {
  border-right: 1px solid #efefef;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  color: #ee8527;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day {
  background: #ee8527;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a {
  color: white;
}
.other-input-textfield {
  padding-top: 0px;
  margin-top: -34px;
}
.page-back-button {
  display: inline-block;
  color: #115a42 !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 10px;
}
.page-back-button:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/arrow-left.svg");
  height: 18px;
  width: 18px;
  margin-right: 7px;
  transform: translateY(2px);
}
#wpadminbar .ab-item.ab-empty-item::before {
  content: "\f110";
  display: block;
  text-indent: 0;
  font: normal 32px/1 dashicons;
  speak: none;
  top: 7px;
  width: 52px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 782px) {
  #wpadminbar .ab-item.ab-empty-item::before {
    display: none;
  }
}
.language-nav {
  display: flex;
  align-content: center;
  justify-content: flex-end;
}
.language-nav ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.language-nav ul li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.language-nav ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -10px;
  width: 2px;
  height: 110%;
  background-color: #292929;
}
.language-nav ul li:last-child:after {
  display: none;
}
.language-nav ul li.current-lang {
  pointer-events: none;
  opacity: 0.3;
}
.language-nav ul li:hover {
  opacity: 0.8;
}
.language-nav ul a {
  color: #292929;
  text-transform: uppercase;
  font-weight: 600;
}
.language-nav ul a:hover,
.language-nav ul a:focus,
.language-nav ul a:hover {
  color: #292929;
}
body #colorbox {
  background: none;
  outline: none;
  box-shadow: none;
  max-width: 90%;
}
body #cboxClose {
  background: #009966;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body #cboxClose:hover {
  background: #8cc341;
}
body #cboxClose:before {
  content: "\e904";
  font-family: "icomoon";
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  color: white;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body #cboxContent {
  margin-bottom: 0;
}
body #cboxTitle {
  display: none !important;
}
body #cboxCurrent {
  color: white;
  display: none !important;
}
body #cboxPrevious,
body #cboxNext {
  color: white;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: none;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
}
body #cboxPrevious:before,
body #cboxNext:before {
  font-family: "icomoon";
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  color: #8cc341;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
body #cboxPrevious:hover:before,
body #cboxNext:hover:before {
  opacity: 0.8;
}
body #cboxPrevious {
  left: 10px;
}
body #cboxPrevious:before {
  content: "\e905";
}
body #cboxNext {
  right: 10px;
}
body #cboxNext:before {
  content: "\e906";
}
@media only screen and (min-width: 768px) {
  body #cboxPrevious,
  body #cboxNext {
    width: 80px;
    height: 80px;
  }
  body #cboxPrevious:before,
  body #cboxNext:before {
    font-size: 80px;
  }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0 !important;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #d4d4d4;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 6px 0 6px 8px;
  height: 36px;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  background-color: #fff;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-single:before {
  content: '';
}
.chosen-container-single .chosen-single:hover {
  padding-left: 8px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 25px;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/chosen-sprite.png') no-repeat 2px 8px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #d4d4d4;
  background: url('../images/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li:first-of-type {
  border-top: 1px solid #d4d4d4;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #ee8527;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #d4d4d4;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #ee8527;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #d4d4d4;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -15px 7px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url('../images/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
@media only screen and (min-width: 481px) {
  .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;
  }
  .post-password-form input {
    width: auto;
    margin: 0;
  }
  .post-password-form label input {
    display: inline-block;
    width: auto;
  }
  .single-galeries .gallery {
    display: flex;
    flex-flow: row wrap;
  }
  .single-galeries .gallery-item {
    flex: 50%;
    max-width: 50%;
    align-self: stretch;
  }
}
@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;
  }
  .wrap {
    max-width: 1240px;
  }
  .visible-tablet {
    display: block;
  }
  .hidden-tablet {
    display: none;
  }
  #inner-content {
    margin: 60px auto;
  }
  .header #logo {
    width: 200px;
  }
  .header #logo-jel {
    width: 200px;
  }
  /*********************
Page Styles
*********************/
  .home .upper-container {
    margin-bottom: 15px;
  }
  .home .upper-container .wrapper {
    padding: 24px;
  }
  .home .lower-container {
    display: flex;
  }
  .home .lower-container .box {
    flex: 26.25%;
    max-width: 26.25%;
    align-self: stretch;
    background: black;
    padding: 18px 22px;
  }
  .home .lower-container .box:last-child {
    flex: 42.75%;
    max-width: 42.75%;
  }
  .single-companies .company-content {
    display: flex;
  }
  .single-companies .image-container {
    height: 500px;
    flex: 33.33%;
    max-width: 33.33%;
  }
  .single-companies .content {
    flex: 67.77%;
    max-width: 67.77%;
    padding: 0 30px;
  }
  .single-company__social-medias {
    flex-direction: row;
  }
  .single-company__social-medias__link {
    margin-bottom: 0;
  }
  .single-company__social-medias__link:last-child {
    margin-bottom: 0;
  }
  .single-galeries .gallery-item {
    flex: 33.33%;
    max-width: 33.33%;
  }
  .page-template-page-galeries #inner-content {
    margin: 80px auto;
  }
  .page-template-page-galeries .wrap {
    max-width: 1380px;
  }
  .page-template-page-galeries .gallery {
    display: flex;
    flex-flow: row wrap;
    margin: -10px;
  }
  .page-template-page-galeries .gallery-item {
    flex: 50%;
    max-width: 50%;
    align-self: stretch;
    padding: 10px;
  }
  .page-template-page-contact .gmap {
    height: 500px;
  }
  .post-container {
    margin-top: 120px;
  }
  .table-wrapper {
    margin-right: 0;
    overflow: visible;
  }
  .gform_wrapper {
    padding: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  body.admin-bar nav.open {
    top: 0;
  }
  .visible-desktop {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  .header #inner-header .left-nav {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
  }
  .header #inner-header .right-nav a:hover {
    text-decoration: none;
  }
  .header .burger {
    display: none;
  }
  nav {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: relative;
    top: auto;
    left: auto;
    background: none;
    padding: 0;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 100%;
  }
  nav ul.nav,
  nav div.nav ul {
    font-weight: bold;
    font-size: 16px;
    padding-right: 10px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-flow: row nowrap;
  }
  nav ul.nav li,
  nav div.nav ul li {
    position: relative;
  }
  nav ul.nav li a,
  nav div.nav ul li a {
    padding: 0 10px;
    text-decoration: none;
    color: #000;
  }
  nav ul.nav li a:hover,
  nav div.nav ul li a:hover,
  nav ul.nav li a:focus,
  nav div.nav ul li a:focus {
    text-decoration: underline;
    color: #009966;
  }
  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 {
    padding-top: 50px;
    border-top: 0;
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  nav ul.nav li ul.sub-menu li,
  nav div.nav ul li ul.sub-menu li,
  nav ul.nav li ul.children li,
  nav div.nav ul li ul.children li {
    background-color: white;
    font-size: 15px;
    width: 221px;
    list-style: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.14);
  }
  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: 12px;
    margin: auto;
    border-right: 0;
    display: block;
    width: 180px;
    text-align: center;
  }
  nav ul.nav li ul.sub-menu li a:hover,
  nav div.nav ul li ul.sub-menu li a:hover,
  nav ul.nav li ul.children li a:hover,
  nav div.nav ul li ul.children li a:hover {
    color: #009966;
  }
  nav ul.nav li ul.sub-menu li:last-child a,
  nav div.nav ul li ul.sub-menu li:last-child a,
  nav ul.nav li ul.children li:last-child a,
  nav div.nav ul li ul.children li:last-child a {
    padding: 12px;
  }
  nav ul.nav li ul.sub-menu:before,
  nav div.nav ul li ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    z-index: 9999;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  nav ul.nav li:hover ul,
  nav div.nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
  }
  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_ancestor > a,
  nav div.nav ul li.current_page_ancestor > a,
  nav ul.nav li.current-menu-item > a,
  nav div.nav ul li.current-menu-item > a,
  nav ul.nav li.current_page_item > a,
  nav div.nav ul li.current_page_item > a {
    font-weight: 400;
    color: #009966;
  }
  /*********************
Page Styles
*********************/
  #inner-content {
    margin: 100px auto;
  }
  .sidebar {
    flex: 33.75%;
    max-width: 33.75%;
    padding: 75px 65px;
  }
  .home .upper-container {
    display: flex;
    min-height: 470px;
    margin-bottom: 30px;
  }
  .home .upper-container .image {
    flex: 67.5%;
    max-width: 67.5%;
    height: auto;
  }
  .home .upper-container .wrapper {
    flex: 32.5%;
    max-width: 32.5%;
    padding: 42px;
  }
  .home .lower-container {
    margin: 0 -15px;
  }
  .home .lower-container .box {
    margin: 0 15px 15px;
    padding: 24px 30px;
  }
  .blog #inner-content,
  .single-post #inner-content {
    display: flex;
  }
  .blog .news,
  .single-post .news {
    flex: 66.25%;
    max-width: 66.25%;
  }
  .blog .post,
  .single-post .post {
    margin-bottom: 30px;
  }
  .page-template-page-galeries .gallery {
    margin: -15px;
  }
  .page-template-page-galeries .gallery-item {
    flex: 33.33%;
    max-width: 33.33%;
    padding: 15px;
  }
  .page-template-default #container {
    height: 100vh;
    min-height: 800px;
  }
  .page-template-default #content {
    height: calc(100% - 94px);
  }
  .page-template-default #inner-content {
    margin: 0;
    min-height: 100%;
    zoom: 1;
    display: flex;
  }
  .page-template-default #inner-content:before,
  .page-template-default #inner-content:after {
    content: "";
    display: table;
  }
  .page-template-default #inner-content:after {
    clear: both;
  }
  .page-template-default .content {
    flex: 66.25%;
    max-width: 66.25%;
    padding: 75px 5% 100px;
  }
  .page-template-page-contact #container {
    height: 100vh;
    min-height: 800px;
  }
  .page-template-page-contact #content {
    height: calc(100% - 94px);
  }
  .page-template-page-contact #inner-content {
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    zoom: 1;
    display: flex;
  }
  .page-template-page-contact #inner-content:before,
  .page-template-page-contact #inner-content:after {
    content: "";
    display: table;
  }
  .page-template-page-contact #inner-content:after {
    clear: both;
  }
  .page-template-page-contact .gmap {
    flex: 66.25%;
    max-width: 66.25%;
    height: 100%;
  }
  .page-id-16 .sidebar {
    display: block;
  }
  .page-template-page-faq #inner-content,
  .page-template-page-guide #inner-content,
  .page-template-page-guide-level-2 #inner-content,
  .page-template-page-guide-level-3 #inner-content {
    display: flex;
  }
  .page-template-page-faq .text-container,
  .page-template-page-guide .text-container,
  .page-template-page-guide-level-2 .text-container,
  .page-template-page-guide-level-3 .text-container {
    flex: 66.25%;
    max-width: 66.25%;
    height: 100%;
    padding: 50px 35px;
  }
  .page-template-page-faq .text-container .centered,
  .page-template-page-guide .text-container .centered,
  .page-template-page-guide-level-2 .text-container .centered,
  .page-template-page-guide-level-3 .text-container .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .page-template-page-faq .level li,
  .page-template-page-guide .level li,
  .page-template-page-guide-level-2 .level li,
  .page-template-page-guide-level-3 .level li {
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .page-template-page-faq .level-1,
  .page-template-page-guide .level-1,
  .page-template-page-guide-level-2 .level-1,
  .page-template-page-guide-level-3 .level-1 {
    flex: 20%;
    max-width: 17.5%;
    padding: 50px 0;
  }
  .page-template-page-faq .level-2,
  .page-template-page-guide .level-2,
  .page-template-page-guide-level-2 .level-2,
  .page-template-page-guide-level-3 .level-2,
  .page-template-page-faq .level-3,
  .page-template-page-guide .level-3,
  .page-template-page-guide-level-2 .level-3,
  .page-template-page-guide-level-3 .level-3 {
    padding: 50px 0;
  }
  .page-template-page-faq .level-2,
  .page-template-page-guide .level-2,
  .page-template-page-guide-level-2 .level-2,
  .page-template-page-guide-level-3 .level-2 {
    flex: 28.5%;
    max-width: 28.5%;
  }
  .page-template-page-faq .level-2 .subtitle,
  .page-template-page-guide .level-2 .subtitle,
  .page-template-page-guide-level-2 .level-2 .subtitle,
  .page-template-page-guide-level-3 .level-2 .subtitle {
    margin: 50px 0 10px;
    color: white;
  }
  .page-template-page-faq .level-2 .subtitle:first-child,
  .page-template-page-guide .level-2 .subtitle:first-child,
  .page-template-page-guide-level-2 .level-2 .subtitle:first-child,
  .page-template-page-guide-level-3 .level-2 .subtitle:first-child {
    margin: 0 0 10px;
  }
  .page-template-page-faq .level-3,
  .page-template-page-guide .level-3,
  .page-template-page-guide-level-2 .level-3,
  .page-template-page-guide-level-3 .level-3 {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .page-template-page-guide .text-container {
    flex: 82.25%;
    max-width: 82.25%;
    position: relative;
    height: auto;
  }
  .single-galeries .gallery-item {
    flex: 25%;
    max-width: 25%;
  }
  .toolbox {
    padding: 25px;
  }
  .language-nav {
    position: absolute;
    top: 10px;
    right: 20px;
    max-height: 22px;
  }
  .language-nav a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  nav ul.nav,
  nav div.nav ul {
    font-size: 18px;
    padding-right: 20px;
  }
  nav ul.nav li a,
  nav div.nav ul li a {
    padding: 0 20px;
  }
  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: 12px;
  }
  .page-template-page-faq .level li,
  .page-template-page-guide .level li,
  .page-template-page-guide-level-2 .level li,
  .page-template-page-guide-level-3 .level li {
    padding: 0 25px;
  }
  .page-template-page-faq .level-2 .subtitle,
  .page-template-page-guide .level-2 .subtitle,
  .page-template-page-guide-level-2 .level-2 .subtitle,
  .page-template-page-guide-level-3 .level-2 .subtitle {
    padding: 0 25px;
  }
  .language-nav {
    right: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  nav ul.nav li a,
  nav div.nav ul li a {
    padding: 0 30px;
  }
  .page-template-page-faq .level li,
  .page-template-page-guide .level li,
  .page-template-page-guide-level-2 .level li,
  .page-template-page-guide-level-3 .level li {
    padding: 0 40px;
  }
  .page-template-page-faq .level-2 .subtitle,
  .page-template-page-guide .level-2 .subtitle,
  .page-template-page-guide-level-2 .level-2 .subtitle,
  .page-template-page-guide-level-3 .level-2 .subtitle {
    padding: 0 40px;
  }
  .language-nav {
    right: 50px;
  }
}
@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) {
  /*

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

*/
}
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

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

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

    ul {
        width: auto !important;
        transform: none !important;

        li {
            float: none !important;
            width: auto !important;
            height: auto !important;
        }
    }
}*/
}
.signup__wrapper {
  max-width: 400px;
  width: 100%;
}
.signup__subtitle {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 3px;
  position: relative;
  margin: 25px 0 25px;
}
.signup__subtitle:after {
  content: '';
  height: 2px;
  background: #8cc341;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.signup__button {
  appearance: none;
  background: #115a42;
  border-radius: 15px;
  border: none;
  color: white;
  font-size: 21px;
  line-height: 34px;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 20px;
  padding: 7px 65px;
}
.signup__button:hover {
  cursor: pointer;
  background: #8cc341;
}
.signup__label {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.signup__label--small {
  font-size: 14px;
}
.signup__label--upload {
  border-radius: 12px;
  background-color: #eaeaea;
  border: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  text-align: center;
  transition: background-color 0.2s ease;
  padding: 12px;
  max-width: 400px;
  height: 200px;
}
.signup__label--upload p {
  margin-bottom: 0;
}
.signup__label.is-dragging,
.signup__label--upload:hover {
  background-color: #eeeeee;
}
.signup__input {
  appearance: none;
  border-radius: 12px;
  background-color: #eaeaea;
  border: 1px solid #d7d7d7;
  transition: background-color 0.2s ease;
  padding: 12px;
  min-width: 400px;
}
@media only screen and (max-width: 1000px) {
  .signup__input {
    min-width: 100%;
  }
}
.signup__input:focus {
  background-color: #d7d7d7;
}
.signup__input--textarea {
  resize: vertical;
}
.signup__input--upload {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.signup__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url("../images/arrow-down.svg");
  border-radius: 12px;
  background-color: #eaeaea;
  border: 1px solid #d7d7d7;
  transition: background-color 0.2s ease;
  padding: 12px;
  padding-right: 45px;
  position: relative;
  max-width: 400px;
  width: 100%;
}
.signup__select:disabled {
  opacity: 0.6;
}
.signup__select:focus {
  background-color: #d7d7d7;
}
.signup__teachers_box {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.signup__list {
  list-style: none;
}
.signup__list__button {
  background-color: #21b784;
  border-radius: 2px;
  color: white;
  font-size: 16px;
  line-height: 24px;
}
.signup__list__item::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
.signup__icon {
  display: flex;
  min-height: 300px;
}
@media only screen and (max-width: 1000px) {
  .signup__icon {
    min-height: 150px;
  }
}
.signup__icon:after {
  color: white;
  align-self: center;
  font-family: 'icomoon';
  opacity: 0.2;
}
@media only screen and (min-width: 1000px) {
  .signup__icon:after {
    position: fixed;
    top: 50%;
  }
}
.signup__icon--teacher:after {
  content: "\e916";
  font-size: 20vw;
}
.signup__icon--student:after {
  content: "\e917";
  font-size: 15vw;
}
#company option:disabled {
  display: none;
}
.signup__checkbox-input {
  position: absolute;
  opacity: 0;
}
.signup__checkbox-label {
  font-size: 14px;
  margin-right: 20px;
  position: relative;
}
.signup__checkbox-label::before {
  content: "";
  background-color: rgba(51, 51, 51, 0.05);
  border: 1px solid #115A42;
  border-radius: 6px;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 6px;
  width: 20px;
}
.signup__checkbox-label.signup__checkbox-label--disabled::before {
  border: 1px solid #d7d7d7;
}
.signup__checkbox-input:checked + .signup__checkbox-label::after {
  content: ' ';
  position: absolute;
  left: 7px;
  top: 0;
  width: 6px;
  height: 13px;
  border-right: 2px solid #115A42;
  border-bottom: 2px solid #115A42;
  transform: rotate(45deg);
}
.signup__checkbox-input:checked + .signup__checkbox-label--disabled::after {
  border-right: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
}
.signup__information {
  margin-top: 30px;
}
.signup__information .signup__information__entry a {
  padding-left: 0;
  color: #009966;
  border-bottom: solid 1px #009966;
}
.signup__information .signup__information__entry a:hover {
  color: #292929;
  border-bottom: solid 1px #292929;
}
.signup__information .signup__information__entry a:before {
  display: none;
}
.signup__logo {
  display: block;
  margin-bottom: 30px !important;
  max-height: 300px;
}
.signup__gallery-image {
  display: inline-block;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
  margin-right: 15px !important;
  width: calc(50% - 17px);
}
.signup__gallery-image-delete-button {
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/close.svg");
  background-color: transparent;
  border: none;
  height: 25px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 25px;
}
.signup__checkbox-input--hidden {
  display: none;
}
.signup__upload-icon {
  font-size: 22px;
  pointer-events: none;
}
#upload_minor_box {
  display: none;
}
.table_container {
  overflow-x: scroll;
  width: 100%;
}
.table {
  background-color: white;
  border-radius: 6px;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
  min-width: 800px;
}
.table th,
.table td {
  padding: 20px;
  width: 30%;
}
.table th {
  text-align: left;
}
.table__buttons {
  margin-bottom: 22px;
}
.table__button {
  background-color: #21b784;
  border: none;
  border-radius: 6px;
  color: white;
  display: inline-block;
  margin-right: 15px;
  opacity: 0.5;
  padding: 7px 30px;
  pointer-events: none;
}
.table__button.is-active {
  opacity: 1;
  pointer-events: unset;
}
.table__button:visited {
  color: white;
}
.table__button:hover,
.table__button:visited:hover {
  color: white;
}
.table__header {
  background-color: #21b784;
  color: white;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.table__row {
  color: #292929;
  transition: background-color 0.2s ease;
}
.table__row:nth-child(odd) {
  background-color: #eaeaea;
}
.table__row--accepted,
.table__row--accepted:nth-child(odd) {
  border-left: 4px solid #21b784;
  background-color: #cae8dd;
  color: #21b784;
}
.table__row--declined,
.table__row--declined:nth-child(odd) {
  border-left: 4px solid #333333;
  background-color: #d7d7d7;
  color: #9E9E9E;
}
.table__row-status {
  font-weight: 600;
}
.table__row--declined .table__row-status {
  color: #292929;
}
.table__row--declined .table__row-status::before,
.table__row--accepted .table__row-status::before {
  font-size: 15px;
  font-family: 'icomoon';
  margin-right: 13px;
}
.table__row--declined .table__row-status::before {
  content: "\e90f";
}
.table__row--accepted .table__row-status::before {
  content: "\e907";
}
.table__row-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.table__row-actions.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
.table__action-link {
  background-color: transparent;
  border: none;
  color: #21b784;
  display: flex;
  font-weight: 600;
  position: relative;
}
.table__action-link:visited {
  color: #21b784;
}
.table__action-link--declined,
.table__action-link--declined:visited {
  color: #292929;
}
.table__action-link::after {
  content: "";
  background-color: #21b784;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.table__action-link--download::before,
.table__action-link--decline::before,
.table__action-link--accept::before,
.table__action-link--modify::before {
  font-size: 15px;
  font-family: 'icomoon';
  margin-right: 13px;
}
.table__action-link--download::before {
  content: "\e901";
}
.table__action-link--decline::before {
  content: "\e90f";
}
.table__action-link--accept::before {
  content: "\e907";
}
.table__action-link.is-active::before {
  margin-right: 0;
}
.table__action-link.is-active::after {
  display: none;
}
.table__action-link--declined::after {
  background-color: #292929;
}
.table__action-link--modify::before {
  content: "\e908";
}
.table__sort-link_container {
  display: block;
  width: 100%;
}
.table__sort-link {
  color: white;
  position: relative;
}
.table__sort-link:hover {
  color: white;
}
.table__sort-link::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-5px);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
}
.table__sort-link::before {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(3px);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
.table__sort-link.is-asc::before {
  display: none;
}
.table__sort-link.is-asc::after {
  transform: translateY(0);
}
.table__sort-link.is-desc::after {
  display: none;
}
.table__sort-link.is-desc::before {
  transform: translateY(0);
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?6dtc3');
  src: url('../fonts/icomoon.eot?6dtc3#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff2?6dtc3') format('woff2'), url('../fonts/icomoon.ttf?6dtc3') format('truetype'), url('../fonts/icomoon.woff?6dtc3') format('woff'), url('../fonts/icomoon.svg?6dtc3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-edit-circle:before {
  content: "\e908";
  color: #21b784;
}
.icon-check-circle:before {
  content: "\e907";
}
.icon-zoom:before {
  content: "\e909";
}
.icon-mail:before {
  content: "\e90d";
}
.icon-website:before {
  content: "\e90e";
}
.icon-cross-circle:before {
  content: "\e90f";
  color: #21b784;
}
.icon-instagram:before {
  content: "\e910";
}
.icon-facebook:before {
  content: "\e911";
}
.icon-cart:before {
  content: "\e912";
}
.icon-arrow-left:before {
  content: "\e913";
}
.icon-check:before {
  content: "\e914";
}
.icon-upload:before {
  content: "\e915";
}
.icon-teachers:before {
  content: "\e916";
}
.icon-students:before {
  content: "\e917";
}
.icon-left:before {
  content: "\e905";
}
.icon-right:before {
  content: "\e906";
}
.icon-close:before {
  content: "\e904";
}
.icon-document:before {
  content: "\e900";
}
.icon-download:before {
  content: "\e901";
}
.icon-link:before {
  content: "\e902";
}
.icon-lock:before {
  content: "\e903";
}
.companies-filter {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1000px) {
  .companies-filter {
    flex-direction: column;
    align-items: flex-start;
  }
}
.companies-filter__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1000px) {
  .companies-filter__item {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .companies-filter__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.companies-filter__label {
  font-weight: 600;
  font-size: 18px;
  margin-right: 10px;
}
@media only screen and (max-width: 1000px) {
  .companies-filter__label {
    display: inline-block;
    min-width: 150px;
  }
}
.companies-filter__select_container {
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .companies-filter__select_container {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 1000px) {
  .companies-filter__select_container {
    width: 100%;
  }
}
.companies-filter__select_container::after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #292929;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  z-index: 1;
}
.companies-filter__select {
  appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #292929;
  min-width: 150px;
  padding: 5px 20px 5px 5px;
}
.companies-filter__select:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1000px) {
  .companies-filter__select {
    display: inline-block;
    width: 100%;
  }
}
.companies-filter__reset-button {
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #292929;
  color: #292929;
  padding: 7px 22px;
}
.companies-filter__reset-button:hover {
  color: #292929;
}
.company-information p {
  margin-top: 0;
}
.company-information__subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 12px;
  padding-bottom: 0;
}
.company-information__subtitle::after {
  display: none;
}
.company-information__uploads {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}
.company-information__upload {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
  width: 250px;
}
.company-information__zoom {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.company-information__zoom:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/zoom.svg");
  height: 25px;
  width: 25px;
}
.company-information__section {
  margin-bottom: 30px;
}
.company-information__logo {
  display: block;
  max-width: 350px;
  width: 100%;
}
.company-information__logo-label_container {
  background-color: white;
  display: flex;
  align-items: center;
  height: 200px;
  max-width: 350px;
  width: 100%;
}
.company-information__logo-label {
  justify-self: center;
  font-size: 35px;
  line-height: 37px;
  max-width: 200px;
  padding-left: 40px;
  text-align: left;
}
.company-profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media only screen and (max-width: 800px) {
  .company-profile {
    grid-template-columns: 1fr;
  }
}
.pagination_container {
  display: flex;
  justify-content: center;
  margin: 30px 0 45px;
}
.pagination {
  display: flex;
  align-items: center;
  list-style: none;
}
.pagination__link {
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  height: 32px;
  transition: color 0.2s ease;
  width: 32px;
}
.pagination__item--previous .pagination__link,
.pagination__item--next .pagination__link,
.pagination__item--last .pagination__link,
.pagination__item--first .pagination__link {
  width: 30px;
}
.pagination__link:visited {
  color: #21b784;
}
.pagination__link:visited:hover {
  color: #ffffff;
}
.pagination__link:hover {
  color: #ffffff;
}
.pagination__item {
  border: 2px solid #21b784;
  color: #21b784;
  transition: color 0.2s ease, background-color 0.2s ease;
  margin: 0 5px;
}
.pagination__item:hover {
  background-color: #5FC8A4;
  color: #ffffff;
}
.pagination__item--current {
  background-color: #21b784;
  color: #ffffff;
}
.pagination__item--current:hover {
  background-color: #21b784;
  color: #ffffff;
}
.pagination__item--previous,
.pagination__item--next,
.pagination__item--last,
.pagination__item--first {
  color: #ffffff;
  background-color: #21b784;
}
.pagination__item.is-disabled {
  opacity: 0.5;
}
.pagination__icon {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
}
.pagination__icon--first,
.pagination__icon--previous {
  transform: rotate(-90deg);
}
.pagination__icon--last,
.pagination__icon--next {
  transform: rotate(90deg);
}
.pagination__icon--previous,
.pagination__icon--next {
  color: #ffffff;
}
