article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
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;
}
.centerVertically {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slider {
  display: block;
  list-style: none;
  margin: 0;
}
.slider li {
  display: block;
  position: relative;
}
.gform_wrapper ul.gform_fields {
  margin: 0 !important;
  list-style-type: none;
}
.gform_wrapper li,
.gform_wrapper form li {
  margin-left: 0 !important;
  list-style: none !important;
  overflow: visible;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.gform_wrapper .gfield input {
  width: 100%;
}
.gform_wrapper .gform_footer button {
  width: 100%;
}
html,
body {
  min-height: 100%;
}
body {
  font-family: 'Signika', sans-serif;
  font-size: 100%;
  color: #5f5e5c;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: #11ab4b;
  color: white;
}
::-moz-selection {
  background: #11ab4b;
  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;
}
a,
a:visited {
  text-decoration: none;
  color: #11ab4b;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
  color: #0d8139;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: #0d8139;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Signika', sans-serif;
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
h3 {
  font-size: 1.125em;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 0.846em;
  line-height: 2.09em;
}
nav ul.nav,
nav div.nav ul {
  list-style: none;
}
nav ul.nav li a,
nav div.nav ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
}
nav ul.nav li ul.sub-menu li a,
nav ul.nav li ul.children li a,
nav div.nav ul li ul.sub-menu li a,
nav div.nav ul li ul.children li a {
  padding-left: 30px;
}
.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;
}
.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;
}
article.post .image {
  height: 100px;
}
article.post h2 {
  color: #11ab4b;
}
article.post a.excerpt-read-more {
  color: #11ab4b;
}
.page-navigation {
  text-align: center;
}
.energysaver_page_navi {
  padding: 25px 0 35px 0;
}
.energysaver_page_navi li {
  list-style: none;
  display: inline-block;
  margin: 0 7px;
  border-radius: 50%;
  color: #11ab4b;
}
.energysaver_page_navi li a {
  display: block;
  text-decoration: none;
  position: relative;
}
.energysaver_page_navi li a:hover,
.energysaver_page_navi li a:focus {
  color: #0c7d37;
  text-decoration: underline;
}
.energysaver_page_navi li.pagenavi-first-page-link {
  margin-right: 10px;
}
.energysaver_page_navi li.pagenavi-last-page-link {
  margin-left: 10px;
}
.energysaver_page_navi li.pagenavi-next-link a,
.energysaver_page_navi li.pagenavi-prev-link a {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.energysaver_page_navi li.pagenavi-next-link a:before,
.energysaver_page_navi li.pagenavi-prev-link a:before {
  left: 0;
  top: 7px;
}
.energysaver_page_navi li.pagenavi-next-link a:before {
  content: "\e910";
  display: block;
  font-family: lcgb;
  position: absolute;
}
.energysaver_page_navi li.pagenavi-prev-link a:before {
  content: "\e918";
  display: block;
  font-family: lcgb;
  position: absolute;
}
.energysaver_page_navi li.pagenavi-current {
  border: 1px solid #11ab4b;
  position: relative;
  font-weight: 600;
  min-width: 32px;
  min-height: 30px;
  line-height: 30px;
}
.energysaver_page_navi li.pagenavi-prev-link a,
.energysaver_page_navi li.pagenavi-next-link a {
  padding: 0;
}
footer.footer {
  background: #343434;
  clear: both;
}
footer.footer #inner-footer {
  padding: 40px 20px 50px 20px;
}
footer.footer #inner-footer .logo {
  margin-top: -10px;
}
footer.footer #inner-footer .footer-logo {
  display: none;
}
footer.footer #inner-footer .gform_wrapper {
  zoom: 1;
  margin-bottom: 45px;
}
footer.footer #inner-footer .gform_wrapper:before,
footer.footer #inner-footer .gform_wrapper:after {
  content: "";
  display: table;
}
footer.footer #inner-footer .gform_wrapper:after {
  clear: both;
}
footer.footer #inner-footer .gform_wrapper .gform_heading {
  font-size: 12px;
  color: #11ab4b;
  margin-bottom: 20px;
}
footer.footer #inner-footer .gform_wrapper .gform_body {
  width: 100%;
}
footer.footer #inner-footer .gform_wrapper .gform_body .gfield label {
  display: none;
}
footer.footer #inner-footer .gform_wrapper .gform_body .gfield input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(17,171,75,0.5);
  font-size: 16px;
  font-weight: 300;
  color: #d8d7d6;
  outline: none;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
footer.footer #inner-footer .gform_wrapper .gform_footer {
  width: 100%;
}
footer.footer #inner-footer .gform_wrapper .gform_footer button {
  border: 0;
  color: white;
  background: #11ab4b;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer.footer #inner-footer .gform_wrapper .gform_footer button:hover {
  background: #40bb6f;
}
footer.footer #inner-footer .gforms_confirmation_message {
  height: 70px;
  color: white;
}
footer.footer #inner-footer nav {
  display: none;
}
footer.footer #inner-footer nav ul.footer-nav {
  list-style: none;
  margin: 0;
}
footer.footer #inner-footer nav ul.footer-nav > li a {
  color: #11ab4b;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  display: inline-block;
}
footer.footer #inner-footer nav ul.footer-nav > li ul {
  list-style: none;
  margin: 0;
}
footer.footer #inner-footer nav ul.footer-nav > li ul li a {
  color: rgba(216,215,214,0.65);
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer.footer #inner-footer nav ul.footer-nav > li ul li a:hover {
  color: #11ab4b;
}
footer.footer #inner-footer .contact {
  color: #11ab4b;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  display: inline-block;
}
footer.footer #inner-footer .contact .phone,
footer.footer #inner-footer .contact .fax,
footer.footer #inner-footer .contact .email {
  padding-left: 26px;
  position: relative;
  margin-bottom: 4px;
  color: rgba(216,215,214,0.65);
  font-size: 13px;
}
footer.footer #inner-footer .contact .phone i,
footer.footer #inner-footer .contact .fax i,
footer.footer #inner-footer .contact .email i {
  color: #11ab4b;
  position: absolute;
  top: 2px;
}
footer.footer #inner-footer .contact .phone {
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 8px;
  margin-bottom: 10px;
  padding-top: 12px;
}
footer.footer #inner-footer .contact .phone i {
  font-size: 20px;
  left: -2px;
  top: 17px;
}
footer.footer #inner-footer .contact .phone:before {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  right: 60px;
  background: rgba(216,215,214,0.35);
  bottom: 0px;
  position: absolute;
}
footer.footer #inner-footer .contact .fax i,
footer.footer #inner-footer .contact .email i {
  left: 3px;
}
footer.footer #inner-footer .logos {
  margin-top: 25px;
}
footer.footer #inner-footer .logos .left,
footer.footer #inner-footer .logos .right {
  width: 48%;
  float: left;
  text-align: right;
  max-width: 140px;
}
footer.footer #inner-footer .logos .left img,
footer.footer #inner-footer .logos .right img {
  width: 100%;
  height: auto;
}
footer.footer #inner-footer .logos .right {
  float: right;
}
footer.footer #inner-footer .logos .right img {
  width: 81px;
  height: auto;
}
footer.bottom-footer {
  background: black;
  padding: 10px 20px 20px 20px;
}
footer.bottom-footer a {
  color: rgba(216,215,214,0.65);
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer.bottom-footer a:hover {
  color: #11ab4b;
}
footer.bottom-footer #menu-bottom-menu li {
  display: inline-block;
  line-height: 46px;
  height: 46px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
footer.bottom-footer #menu-bottom-menu li:after {
  position: absolute;
  right: 0;
  top: 17px;
  height: 14px;
  background: rgba(216,215,214,0.65);
  content: "";
  display: block;
  width: 1px;
}
footer.bottom-footer #menu-bottom-menu li:last-child:after {
  display: none;
}
footer.bottom-footer .social-icons {
  padding: 10px 0;
}
footer.bottom-footer .social-icons a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
}
.social-icons [class^="icon-"],
.social-icons [class*=" icon-"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  background: #11ab4b;
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-icons [class^="icon-"]:hover,
.social-icons [class*=" icon-"]:hover {
  color: white;
}
.social-icons .icon-facebook:hover {
  background: #3b5998;
}
.social-icons .icon-twitter:hover {
  background: #00aced;
}
.social-icons .icon-googleplus:hover {
  background: #dd4b39;
}
.social-icons .icon-linkedin:hover {
  background: #007bb6;
}
.social-icons .icon-youtube:hover {
  background: #bb0000;
}
.button,
.button:visited {
  border: 0;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 10px 34px 9px 14px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button i,
.button:visited i {
  position: absolute;
  top: 8px;
  right: 6px;
  font-size: 20px;
}
.button.big,
.button:visited.big {
  width: 100%;
  display: block;
}
.button.big:after,
.button:visited.big:after {
  content: "";
  display: block;
  width: 1px;
  background: #fff;
  opacity: 0.8;
  position: absolute;
  right: 50px;
  top: 10px;
  bottom: 10px;
}
.button.white,
.button:visited.white {
  background: #fff;
  color: #11ab4b;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button.white:hover,
.button:visited.white:hover {
  background: #11ab4b;
  color: #fff;
}
.button.green,
.button:visited.green {
  background: #11ab4b;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button.green:hover,
.button:visited.green:hover {
  background: #fff;
  color: #11ab4b;
}
.button.green2,
.button:visited.green2 {
  background: #11ab4b;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button.green2:hover,
.button:visited.green2:hover {
  text-decoration: none;
  background: rgba(17,171,75,0.8);
}
a.excerpt-read-more {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 15px;
  margin-left: 0;
  position: absolute;
  bottom: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.excerpt-read-more i {
  position: absolute;
  right: 0;
  top: 1px;
}
a.excerpt-read-more:hover {
  margin-left: 10px;
  padding-right: 20px;
}
a.back-button {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 30px;
  display: inline-block;
}
a.back-button i {
  padding-right: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.back-button:hover i {
  padding-right: 10px;
}
.persons {
  list-style: none;
  zoom: 1;
}
.persons:before,
.persons:after {
  content: "";
  display: table;
}
.persons:after {
  clear: both;
}
.persons .person {
  margin-bottom: 30px;
  float: left;
  padding-left: 120px;
  line-height: 28px;
}
.persons .person:first-child {
  padding-left: 0;
}
.persons .person:before {
  display: none;
}
.persons .person:last-child {
  margin-bottom: 0;
}
.persons .person .image {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  float: left;
  background-color: #d8d7d6;
  border-radius: 50%;
}
.persons .person .person-details {
  width: auto;
  position: relative;
  float: left;
}
.persons .person .name {
  font-weight: 600;
}
.persons .person .function {
  font-size: 14px;
  margin-bottom: 6px;
}
.persons .person div {
  position: relative;
  padding-left: 20px;
}
.persons .person div.name,
.persons .person div.function,
.persons .person div.image,
.persons .person div.content {
  padding-left: 0;
}
.persons .person div i {
  color: #11ab4b;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 5px;
}
.bx-viewport .persons .person {
  padding-left: 0;
}
.bx-has-pager {
  position: absolute;
  right: 30px;
  top: 40px;
}
.bx-has-pager .bx-pager-item a {
  text-indent: -100%;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgba(17,171,75,0);
  box-shadow: inset 0px 0px 0px 0px #11ab4b;
  border: 1px solid #11ab4b;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  margin-bottom: 10px;
}
.bx-has-pager .bx-pager-item a.active {
  background-color: #11ab4b;
}
.bx-has-pager .bx-pager-item a:hover {
  box-shadow: inset 0px 0px 0px 1px #11ab4b;
}
article.post-17 {
  overflow: hidden;
}
#services-slider {
  min-height: 350px;
  position: relative;
}
#services-slider li .content {
  min-height: 350px;
  background-size: cover;
  background-position: left top, center center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding: 30px 25px 30px 25px;
}
#services-slider li .content .wrapper > div {
  margin-top: -10px;
  color: #fff;
}
#services-slider li .content .wrapper > div h2 {
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  max-width: 360px;
  margin-bottom: 6px;
}
#services-slider li .content .wrapper > div p {
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 20px;
  max-width: 340px;
}
#services-slider #services-slider-pager {
  position: absolute;
  bottom: 20px;
  left: 35px;
}
#services-slider #services-slider-pager a {
  background: #fff;
  width: 16px;
  height: 16px;
  text-indent: -200%;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#services-slider #services-slider-pager a.active,
#services-slider #services-slider-pager a:hover {
  background: #11ab4b;
}
.progressbar {
  background: rgba(0,0,0,0.1);
  margin-top: -2px;
  position: relative;
  z-index: 2;
  height: 2px;
}
#news .post,
.blog #inner-content .post,
.archive #inner-content .post {
  width: 100%;
  float: left;
  border-bottom: 1px solid #fff;
}
#news .post .image,
.blog #inner-content .post .image,
.archive #inner-content .post .image {
  background-size: cover;
  background-position: center center;
  height: 220px;
  background-color: #d8d7d6;
}
#news .post .content,
.blog #inner-content .post .content,
.archive #inner-content .post .content {
  border-left: 1px solid #d8d7d6;
  padding: 35px;
  position: relative;
  min-height: 260px;
}
#news .post .content h2,
.blog #inner-content .post .content h2,
.archive #inner-content .post .content h2 {
  margin-bottom: 6px;
}
#news .post .content .post-categories,
#news .post .content .date,
.blog #inner-content .post .content .post-categories,
.blog #inner-content .post .content .date,
.archive #inner-content .post .content .post-categories,
.archive #inner-content .post .content .date {
  font-weight: 600;
  font-size: 13px;
  float: left;
}
#news .post .content .date,
.blog #inner-content .post .content .date,
.archive #inner-content .post .content .date {
  margin-right: 6px;
}
#news .post .content .post-categories,
.blog #inner-content .post .content .post-categories,
.archive #inner-content .post .content .post-categories {
  list-style: none;
}
#news .post .content .post-categories li,
.blog #inner-content .post .content .post-categories li,
.archive #inner-content .post .content .post-categories li {
  display: inline-block;
}
#news .post .content .post-categories li:before,
.blog #inner-content .post .content .post-categories li:before,
.archive #inner-content .post .content .post-categories li:before {
  content: "·";
  padding-right: 2px;
}
#news .post .content .post-categories li:first-child:before,
.blog #inner-content .post .content .post-categories li:first-child:before,
.archive #inner-content .post .content .post-categories li:first-child:before {
  display: inline-block;
  content: "";
}
#news .post .content p,
.blog #inner-content .post .content p,
.archive #inner-content .post .content p {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 30px;
}
.category-photos #inner-content {
  margin: 20px;
}
.category-photos #inner-content .posts {
  margin: -10px;
}
.category-photos #inner-content .post a {
  margin: 10px;
  display: block;
}
.category-photos #inner-content .post a .image .overlay {
  height: 100%;
  background: rgba(0,0,0,0.5);
  padding: 20px;
  color: white;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.category-photos #inner-content .post a .image .overlay h2 {
  color: white;
}
.category-photos #inner-content .post a:hover .image .overlay {
  background: rgba(0,0,0,0.75);
}
#agenda p,
#faq p,
#member p {
  line-height: 24px;
}
#agenda {
  position: relative;
  overflow: hidden;
  background: #343434;
  border-bottom: 1px solid rgba(216,215,214,0.5);
  min-height: 450px;
}
#agenda:before {
  content: "";
  display: block;
  background: url("../images/background-pattern.jpg");
  width: 550px;
  height: 550px;
  position: absolute;
  bottom: 272px;
  left: -298px;
  -ms-transform: rotate(-35deg);
  -webkit-transform: translate3d(0,0,0) rotate(-35deg);
  transform: translate3d(0,0,0) rotate(-35deg);
}
#agenda .inner-agenda {
  position: relative;
  z-index: 1;
  margin: 20px 20px 0 20px;
  border: 1px solid #11ab4b;
  min-height: 410px;
}
#agenda .inner-agenda .content {
  min-height: 375px;
}
#agenda .inner-agenda h2 {
  padding: 240px 15px 0 15px;
  color: #fff;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
}
#agenda .inner-agenda .day,
#agenda .inner-agenda .month {
  left: 10px;
  position: absolute;
  color: #11ab4b;
  font-weight: 600;
}
#agenda .inner-agenda .day {
  font-size: 108px;
  top: -14px;
}
#agenda .inner-agenda .month {
  font-size: 18px;
  top: 16px;
  left: 133px;
}
#agenda .inner-agenda a.excerpt-read-more {
  padding-left: 15px;
  position: absolute;
  bottom: 0px;
}
#agenda .inner-agenda .details-wrapper {
  position: absolute;
  top: 130px;
  left: 110px;
  color: #fff;
  font-weight: 300;
  padding-right: 60px;
}
#agenda .inner-agenda .details-wrapper i {
  margin-right: 5px;
}
#agenda .inner-agenda .details-wrapper .time {
  margin-bottom: 4px;
  padding-left: 30px;
}
#faq {
  background: #343434;
  color: #fff;
  padding: 35px;
  position: relative;
  min-height: 350px;
}
#faq p {
  padding-bottom: 120px;
}
#faq a {
  margin-top: 10px;
}
#member {
  background: #11ab4b;
  color: #fff;
  text-align: center;
  padding: 35px;
  position: relative;
}
#member > i {
  width: 140px;
  height: 140px;
  font-size: 130px;
  margin-bottom: 15px;
  display: inline-block;
}
#member p {
  padding-bottom: 50px;
  line-height: 22px;
  max-width: 385px;
  margin: 8px auto;
}
#member .button.white:hover,
#member .button:visited.white:hover {
  background: rgba(255,255,255,0.45);
}
#info-center .picture,
.infocenter .picture {
  display: none;
}
#info-center .details,
.infocenter .details {
  position: relative;
}
#info-center .details .location,
.infocenter .details .location {
  padding: 20px 35px 10px 35px;
  position: relative;
}
#info-center .details .location:after,
.infocenter .details .location:after {
  content: "";
  display: block;
  left: 35px;
  right: 35px;
  background: #d8d7d6;
  height: 1px;
  bottom: 0;
  position: absolute;
}
#info-center .details .location h2,
.infocenter .details .location h2 {
  display: block;
  width: 100%;
  float: left;
  padding-top: 8px;
}
#info-center .details .location h2 span,
.infocenter .details .location h2 span {
  color: #11ab4b;
}
#info-center .details .location .button,
.infocenter .details .location .button {
  margin: 6px 0 15px 0;
  padding: 10px 20px 10px 40px;
}
#info-center .details .location .button i,
.infocenter .details .location .button i {
  position: absolute;
  left: 16px;
  top: 11px;
  font-size: 16px;
}
#info-center .details .location .button:hover,
.infocenter .details .location .button:hover {
  background: rgba(17,171,75,0.1);
}
#info-center .address,
.infocenter .address {
  padding: 24px 35px 84px 35px;
  position: relative;
}
#info-center .address h3,
.infocenter .address h3 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 22px;
  margin-bottom: 2px;
}
#info-center .address a.excerpt-read-more,
.infocenter .address a.excerpt-read-more {
  position: absolute;
  bottom: 35px;
}
#info-center .address > div,
.infocenter .address > div {
  margin-bottom: 3px;
  position: relative;
  padding-left: 20px;
}
#info-center .address > div i,
.infocenter .address > div i {
  color: #11ab4b;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 5px;
}
#info-center .contact,
.infocenter .contact {
  padding: 25px 20px 30px 20px;
  position: relative;
}
#info-center .contact:after,
.infocenter .contact:after {
  height: 1px;
  background: #d8d7d6;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  content: "";
  display: block;
}
#info-center .contact h2,
.infocenter .contact h2 {
  color: #92918f;
  margin-bottom: 24px;
}
#info-center .contact .persons .person .person-details,
.infocenter .contact .persons .person .person-details {
  max-width: 175px;
}
#info-center .contact .persons .person .person-details .person-contact,
.infocenter .contact .persons .person .person-details .person-contact {
  padding-left: 0;
}
#info-center .bx-has-pager,
.infocenter .bx-has-pager {
  bottom: 20px;
  top: auto;
  right: 40px;
}
#info-center .bx-pager,
.infocenter .bx-pager {
  text-align: right;
}
#info-center .bx-pager .bx-pager-item,
.infocenter .bx-pager .bx-pager-item {
  margin-left: 4px;
  display: inline-block;
}
#quick-links a {
  width: 100%;
  display: block;
  background: #11ab4b;
  color: #fff;
  padding: 25px 0;
  text-align: center;
  position: relative;
}
#quick-links a:before {
  content: "";
  display: block;
  height: 1px;
  background: #d8d7d6;
  left: 8px;
  right: 8px;
  bottom: 0;
  position: absolute;
}
#quick-links a h2 {
  text-align: center;
}
#quick-links a:hover {
  background: rgba(17,171,75,0.8);
}
#quick-links a:last-child:before {
  display: none;
}
header.article-header {
  min-height: 260px;
  background-size: contain, cover;
  background-position: left top, center center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding: 30px 30px;
}
header.article-header h1 {
  font-size: 40px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
}
header.article-header .breadcrumbs {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
header.article-header .breadcrumbs a {
  color: #fff;
  position: relative;
}
header.article-header .breadcrumbs a:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #fff;
  left: 4px;
  right: 100%;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header.article-header .breadcrumbs a:hover:after {
  right: 4px;
}
header.article-header .breadcrumbs span {
  margin: 0 4px;
}
header.article-header .breadcrumbs span:first-child a {
  padding-left: 16px;
}
header.article-header .breadcrumbs span:first-child a span {
  display: none;
}
header.article-header .breadcrumbs span:first-child a i {
  left: 0;
  top: 1px;
  position: absolute;
}
.entry-content {
  padding: 30px 20px 30px 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.entry-content .alignleft,
.entry-content img.alignleft {
  display: block;
  margin: 0 auto;
  padding: 15px 0;
}
.entry-content .alignright,
.entry-content img.alignright {
  display: block;
  margin: 0 auto;
  padding: 15px 0;
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
  display: block;
  margin: 0 auto;
  padding: 15px 0;
}
.entry-content h2 {
  font-weight: 600;
  color: #11ab4b;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 36px;
}
.entry-content h3 {
  font-weight: 600;
  color: #11ab4b;
  margin: 20px 0 10px 0;
}
.entry-content p {
  margin: 0 0 40px 0;
}
.entry-content strong {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}
.entry-content > ul {
  list-style-position: inside;
  list-style: none;
}
.entry-content > ul li {
  line-height: 32px;
  position: relative;
  padding-left: 20px;
}
.entry-content > ul li:before {
  content: '\e920';
  display: block;
  font-family: lcgb;
  position: absolute;
  left: 0;
  font-size: 10px;
  color: #11ab4b;
}
.entry-content > ul li ul {
  list-style-type: none;
}
.entry-content > ul .page_item_has_children li {
  margin-left: 22px;
}
.infocenters-global {
  background: #343434;
  color: #fff;
  padding: 20px 0;
}
.infocenters-global .first,
.infocenters-global .middle,
.infocenters-global .last {
  width: 100%;
}
.infocenters-global > div {
  padding: 24px 20px 24px 75px;
}
.infocenters-global h2 {
  font-size: 22px;
  width: 100%;
  color: #11ab4b;
  padding: 0 40px;
}
.infocenters-global .phone,
.infocenters-global .opening_hours_1,
.infocenters-global .email {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}
.infocenters-global .phone i,
.infocenters-global .opening_hours_1 i,
.infocenters-global .email i {
  color: #11ab4b;
  font-size: 29px;
}
.infocenters-global .phone i {
  position: absolute;
  left: -35px;
  top: 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  border: 1px solid #11ab4b;
}
.infocenters-global .phone i:before {
  position: absolute;
  top: 4px;
  left: 5px;
  font-size: 18px;
}
.infocenters-global .fax {
  font-weight: 300;
  font-size: 16px;
}
.infocenters-global .opening_hours_1 {
  position: relative;
}
.infocenters-global .opening_hours_1 i {
  position: absolute;
  left: -40px;
  top: 2px;
}
.infocenters-global .email i {
  position: absolute;
  left: -40px;
  top: 3px;
}
.page-template-page-infocenters .infocenter {
  margin-bottom: 2px;
}
.page-template-page-infocenters .infocenter .picture {
  display: block;
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.page-template-page-infocenters .infocenter h2 {
  color: #5f5e5c;
  border-bottom: 1px solid #d8d7d6;
  padding: 0 0 20px 0;
  text-transform: uppercase;
}
.page-template-page-infocenters .infocenter h2 span {
  color: #11ab4b;
}
.page-template-page-infocenters .infocenter h2.second-title {
  position: relative;
  display: none;
}
.page-template-page-infocenters .infocenter h2.second-title:before {
  height: 30px;
  width: 1px;
  background: #d8d7d6;
  position: absolute;
  left: -35px;
  top: -3px;
  content: "";
}
.page-template-page-infocenters .infocenter:nth-child(even) {
  background: url("../images/background-pattern.jpg");
}
.page-template-page-infocenters .infocenter .person-details .name {
  font-size: 22px;
  padding-top: 14px;
}
.page-template-page-infocenters .infocenter .contact:before {
  top: 96px;
}
.page-template-page-infocenters .infocenter .address {
  min-height: 0;
  padding: 24px 35px;
}
.page-template-page-infocenters .infocenter .address h3.contact {
  display: none;
}
.page-template-page-infocenters .infocenter .address .place {
  margin-top: 34px;
}
.page-template-page-infocenters .infocenter .persons .person {
  margin-bottom: 0;
  height: 200px;
}
.page-template-page-infocenters .infocenter .persons .function {
  font-size: 18px;
}
.page-template-page-infocenters .infocenter .persons .person-contact {
  position: absolute;
  top: 120px;
  left: -100px;
}
.page-template-page-infocenters .infocenter .bx-has-pager {
  bottom: 20px;
  top: auto;
  right: 40px;
}
.page-template-page-infocenters .infocenter .bx-pager {
  text-align: right;
}
.page-template-page-infocenters .infocenter .bx-pager .bx-pager-item {
  margin-left: 4px;
  display: inline-block;
}
body.page-template-page-faq .entry-content {
  padding-bottom: 20px;
}
.faq .faq-wrapper,
.faq .structure-wrapper {
  padding: 0 20px 30px 20px;
}
.faq .faq-group {
  margin-bottom: 40px;
}
.faq .faq-row,
.faq .structure-row {
  margin-bottom: 5px;
}
.faq .faq-row .entry-content,
.faq .structure-row .entry-content {
  padding: 5px 0 10px 22px;
}
.faq .faq-row .entry-content p,
.faq .structure-row .entry-content p {
  margin-bottom: 20px;
  line-height: 32px;
}
.faq h2,
.faq h3 {
  color: #11ab4b;
  font-weight: 600;
}
.faq h2 {
  font-size: 26px;
  margin-bottom: 10px;
}
.faq h3 {
  font-size: 18px;
  padding-left: 22px;
  position: relative;
  cursor: pointer;
}
.faq h3 i {
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 6px;
  -ms-transform: rotate(0);
  -webkit-transform: translate3d(0,0,0) rotate(0);
  transform: translate3d(0,0,0) rotate(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.faq .open h3 i {
  -ms-transform: rotate(90deg);
  -webkit-transform: translate3d(0,0,0) rotate(90deg);
  transform: translate3d(0,0,0) rotate(90deg);
}
.sidebar {
  padding: 0 20px;
}
.sidebar .widget {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid #d8d7d6;
}
.sidebar .widget h4 {
  color: #11ab4b;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 25px;
  font-weight: 600;
}
.sidebar .widget:last-child {
  border: none;
}
.sidebar .widget:first-child {
  border-top: 1px solid #d8d7d6;
  padding-top: 30px;
}
.sidebar .contact_widget .phone,
.sidebar .renseignements_widget .phone,
.sidebar .helpdesk_widget .phone {
  font-size: 26px;
  color: #11ab4b;
  padding-left: 40px;
  position: relative;
  font-weight: 600;
  margin-bottom: 10px;
}
.sidebar .contact_widget .phone i,
.sidebar .renseignements_widget .phone i,
.sidebar .helpdesk_widget .phone i {
  position: absolute;
  left: 0;
  top: -2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  border: 1px solid #11ab4b;
}
.sidebar .contact_widget .phone i:before,
.sidebar .renseignements_widget .phone i:before,
.sidebar .helpdesk_widget .phone i:before {
  position: absolute;
  top: 4px;
  left: 5px;
  font-size: 18px;
}
.sidebar .contact_widget .bold,
.sidebar .renseignements_widget .bold,
.sidebar .helpdesk_widget .bold {
  font-weight: 600;
}
.sidebar .contact_widget .email,
.sidebar .renseignements_widget .email,
.sidebar .helpdesk_widget .email {
  font-weight: 600;
  padding-left: 25px;
  margin-left: 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 10px;
}
.sidebar .contact_widget .email i,
.sidebar .renseignements_widget .email i,
.sidebar .helpdesk_widget .email i {
  position: absolute;
  left: 0;
  top: 4px;
}
.sidebar .contact_widget .email:hover,
.sidebar .renseignements_widget .email:hover,
.sidebar .helpdesk_widget .email:hover {
  padding-left: 30px;
  margin-left: 10px;
}
.sidebar .membre_widget .member-content {
  background: #343434;
  color: #fff;
  padding: 24px 30px;
  position: relative;
}
.sidebar .membre_widget .member-content > i {
  width: 100px;
  height: 100px;
  font-size: 100px;
  position: absolute;
  left: 28px;
  top: 28px;
}
.sidebar .membre_widget .member-content h4 {
  font-size: 18px;
  padding-top: 120px;
  margin-bottom: 0px;
}
.sidebar .membre_widget .member-content p {
  font-size: 13px;
}
.sidebar .membre_widget .member-content .excerpt-read-more {
  position: relative;
  bottom: 0;
}
.sidebar .infocenter_widget .infocenter {
  zoom: 1;
}
.sidebar .infocenter_widget .infocenter:before,
.sidebar .infocenter_widget .infocenter:after {
  content: "";
  display: table;
}
.sidebar .infocenter_widget .infocenter:after {
  clear: both;
}
.sidebar .infocenter_widget .infocenter .picture {
  width: 100%;
  min-height: 100px;
  background-color: #d8d7d6;
  background-size: cover;
  background-position: center center;
  display: block;
  margin-bottom: 15px;
}
.sidebar .infocenter_widget .infocenter .details {
  float: left;
  min-height: 160px;
}
.sidebar .infocenter_widget .infocenter .details .description {
  text-transform: uppercase;
}
.sidebar .infocenter_widget .infocenter .details .center {
  color: #11ab4b;
  margin-bottom: 12px;
}
.sidebar .infocenter_widget .infocenter .details .phone {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  padding-left: 20px;
  margin-bottom: 5px;
}
.sidebar .infocenter_widget .infocenter .details .phone i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 15px;
  color: #11ab4b;
}
.sidebar .infocenter_widget .infocenter .details .opening_hours {
  font-size: 15px;
  line-height: 19px;
  padding-bottom: 20px;
}
.sidebar .infocenter_widget .infocenter .details .opening_hours br {
  display: none;
}
.sidebar .infocenter_widget .infocenter .details .excerpt-read-more {
  font-size: 15px;
  bottom: 0;
}
.sidebar .publications_widget .publication {
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.sidebar .publications_widget .publication .inner {
  width: 120px;
  float: left;
  min-height: 160px;
  position: relative;
  background-position: center;
  background-size: cover;
}
.sidebar .publications_widget .publication .inner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(17,171,75,0.8);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 160px;
}
.sidebar .publications_widget .publication .inner .overlay .link-wrapper {
  margin: 0 auto;
  font-size: 0;
}
.sidebar .publications_widget .publication .inner .overlay a {
  color: white;
  text-align: center;
  border: 1px solid #fff;
  padding: 5px 10px;
  font-size: 16px;
  display: inline-block;
  min-width: 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar .publications_widget .publication .inner .overlay a:last-child {
  margin-left: -1px;
}
.sidebar .publications_widget .publication .inner .overlay a:hover {
  box-shadow: inset 0px 0px 0px 1px #fff;
}
.sidebar .publications_widget .description {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.sidebar .publications_widget .description .title {
  font-size: 20px;
  font-weight: 600;
  color: #11ab4b;
}
.sidebar .context_documents_widget ul {
  list-style: none;
}
.sidebar .context_documents_widget ul li {
  margin-bottom: 25px;
}
.sidebar .context_documents_widget ul li a {
  font-size: 20px;
  font-weight: 600;
  padding-left: 45px;
  position: relative;
  display: block;
}
.sidebar .context_documents_widget ul li a i {
  position: absolute;
  left: 0;
  top: -4px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #11ab4b;
}
.sidebar .context_videos_widget ul {
  list-style: none;
}
.sidebar .context_videos_widget ul li {
  font-size: 20px;
  color: #11ab4b;
  margin-bottom: 25px;
}
.sidebar .context_videos_widget ul li a .image {
  width: 100%;
  height: 180px;
  background-size: cover;
  font-weight: 600;
  margin-bottom: 8px;
}
.sidebar .context_videos_widget ul li a .base-line {
  font-size: 12px;
}
.page-template-page-comite #container {
  overflow: hidden;
}
.page-template-page-comites #content h2 {
  font-size: 26px;
  margin-left: 40px;
  margin-bottom: 10px;
  color: #11ab4b;
  font-weight: 600;
}
.comite-container {
  padding-top: 60px;
}
.comittee .content {
  padding: 40px 0;
  position: relative;
}
.comittee .content:last-child {
  padding-bottom: 100px;
}
.comittee .content .content-haslink .image::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: #11ab4b;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 5000;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.comittee .content .content-haslink .image:hover::before {
  opacity: 1;
}
.comittee .content .content-haslink .image .overlay {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 6000;
  opacity: 1;
}
.comittee .content .content-haslink .image .overlay:hover::before {
  opacity: 1;
}
.comittee .content .content-haslink .image .overlay:hover::after {
  opacity: 1;
}
.comittee .content .content-haslink .image .overlay::before {
  display: block;
  content: attr(data-more);
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 6000;
  color: white;
  font-weight: 700;
  font-size: 16px;
  opacity: 0;
}
.comittee .content .content-haslink .image .overlay::after {
  display: block;
  content: "\e91a";
  font-family: lcgb;
  font-size: 28px;
  position: absolute;
  top: 35px;
  left: 35px;
  z-index: 6000;
  color: white;
  opacity: 0;
}
.comittee .content .image {
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-size: cover;
  background-position: top center;
  opacity: 1;
  z-index: 4000;
}
.comittee .content .image:last-child {
  padding-bottom: 20px;
}
.comittee .content .person-details {
  text-align: center;
  color: #333333;
}
.comittee .content .person-details:hover {
  color: #444;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.comittee .content .person-details .name {
  font-weight: 700;
  font-size: 18px;
  padding: 15px 0 3px 0;
}
.comittee .content .person-details .lastname {
  text-transform: uppercase;
}
.comittee .content .person-details .function {
  font-size: 14px;
}
.person-single-container {
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.person-single-container .content.grid {
  position: relative;
  background-color: #343434;
  padding: 70px 20px;
  color: #fff;
}
.person-single-container .content.grid .image {
  margin: 0 auto;
  width: 280px;
  height: 280px;
  border-radius: 100%;
  background-color: grey;
  background-size: cover;
  background-position: top center;
}
.person-single-container .content.grid .about {
  text-align: center;
}
.person-single-container .content.grid .about .name {
  font-size: 22px;
  font-weight: 600;
  margin-top: 35px;
}
.person-single-container .content.grid .about .function {
  font-size: 18px;
  line-height: 24px;
}
.person-single-container .content.grid .about .description {
  font-size: 16px;
  line-height: 20px;
}
.person-single-container .content.grid .contact {
  text-align: center;
  padding-bottom: 45px;
}
.person-single-container .content.grid .contact i {
  padding-right: 10px;
  color: #11ab4b;
  font-size: 15px;
}
.person-single-container .content.grid .contact .phone,
.person-single-container .content.grid .contact .fax,
.person-single-container .content.grid .contact .email {
  padding: 1px 0;
  font-size: 17px;
  word-break: break-word;
}
.person-single-container .content.grid .contact .phone:first-child,
.person-single-container .content.grid .contact .fax:first-child,
.person-single-container .content.grid .contact .email:first-child {
  padding-top: 0;
}
.person-single-container .content.grid .contact .phone:last-child,
.person-single-container .content.grid .contact .fax:last-child,
.person-single-container .content.grid .contact .email:last-child {
  padding-bottom: 0;
}
.person-single-container .content.grid .contact .phone a,
.person-single-container .content.grid .contact .fax a,
.person-single-container .content.grid .contact .email a {
  font-weight: 600;
}
.person-single-container .content.grid a.icon-close {
  font-size: 28px;
  color: #11ab4b;
  position: absolute;
  bottom: 55px;
  right: 50%;
  margin-right: -14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.person-single-container .content.grid a.icon-close:hover {
  color: #0d8139;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  cursor: pointer;
  color: #737373;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="radio"] + label:hover {
  color: #0d8139;
}
input[type=radio]:checked + label {
  font-weight: 600;
  color: #11ab4b;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type=radio]:checked + label:hover {
  color: #0d8139;
}
.gfield_required {
  display: none;
}
#field_1_1 .gfield_label {
  padding-right: 30px;
  font-weight: 300;
  font-size: 16px;
}
#field_1_1 .gfield_radio li {
  display: inline-block;
}
#field_1_1 .gfield_radio li:first-child {
  padding-right: 30px;
  position: relative;
}
#field_1_1 .gfield_radio li:first-child::after {
  position: absolute;
  top: 9px;
  right: 14px;
  display: block;
  content: "";
  height: 11px;
  width: 2px;
  background: #a0a0a0;
}
#gform_fields_1 input,
#gform_fields_2 input {
  color: #737373;
  font-size: 24px;
  font-weight: 300;
  border-style: solid;
  border-color: #11ab4b;
  border-width: 0 0 1px 0;
  padding: 15px 0;
  margin: 15px 0;
  outline: none;
}
#gform_fields_1 #field_1_1,
#gform_fields_2 #field_1_1 {
  margin-bottom: 20px;
}
#gform_fields_1 #field_1_2,
#gform_fields_2 #field_1_2 {
  width: 100%;
  outline: none;
}
#gform_fields_1 #field_1_3,
#gform_fields_2 #field_1_3 {
  width: 100%;
  outline: none;
}
#gform_fields_1 #input_1_5,
#gform_fields_2 #input_1_5 {
  color: #737373;
  font-size: 24px;
  font-weight: 300;
  border-style: solid;
  border-color: #11ab4b;
  border-width: 0 0 1px 0;
  padding: 15px 0;
  width: 100%;
  margin: 15px 0 40px 0;
  outline: none;
}
.gform_footer #gform_submit_button_1 {
  border: none;
  width: 100%;
  float: right;
  font-size: 16px;
  outline: none;
}
.gform_footer #gform_submit_button_1::after {
  content: "";
  display: block;
  width: 1px;
  background: #fff;
  opacity: 0.8;
  position: absolute;
  right: 50px;
  top: 10px;
  bottom: 10px;
}
.gform_footer button {
  border: none;
  outline: none;
}
.page-template-page-publications #container {
  overflow: hidden;
}
.publications-categories {
  padding: 0 52px;
  margin-top: -48px !important;
}
.publications-categories .bx-wrapper .bx-viewport ul li {
  display: inline-block;
}
.publications-categories .bx-wrapper .bx-viewport ul li:first-child button::before {
  display: none;
}
.publications-categories .bx-wrapper .bx-viewport ul li:last-child button::after {
  display: none;
}
.publications-categories .bx-wrapper .bx-viewport ul li.current button {
  outline: none;
  border-bottom: 6px solid #2fd97a;
  color: #2fd97a;
}
.publications-categories .bx-wrapper .bx-viewport ul li button {
  padding: 0 0 18px 0;
  margin-right: 25px;
  font-size: 20px;
  color: white;
  font-weight: 600;
  border: none;
  background: transparent;
  width: 100%;
  position: relative;
  text-shadow: 0px 0px 7px #323232;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.publications-categories .bx-wrapper .bx-viewport ul li button::before {
  content: "\e918";
  font-family: lcgb;
  display: block;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 2px;
}
.publications-categories .bx-wrapper .bx-viewport ul li button::after {
  content: "\e910";
  font-family: lcgb;
  display: block;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 2px;
}
.publications-categories .bx-wrapper .bx-viewport ul li button:active {
  color: #2fd97a;
}
.publications {
  padding: 70px 44px;
}
.publications .publication .inner .overlay,
.publications .multiple .inner .overlay {
  background: black;
  height: 250px;
  width: 175px;
  opacity: 0;
  margin: 0 auto;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  padding: 87px 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.publications .publication .inner .overlay:hover,
.publications .multiple .inner .overlay:hover {
  opacity: 0.8;
}
.publications .publication .inner .overlay .language-wrap,
.publications .multiple .inner .overlay .language-wrap {
  padding: 0 64px;
}
.publications .publication .inner .overlay .language-wrap .language,
.publications .multiple .inner .overlay .language-wrap .language {
  color: #11ab4b;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin: 18px 3px 0 3px;
  line-height: 12px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.publications .publication .inner .overlay .language-wrap .language:hover,
.publications .multiple .inner .overlay .language-wrap .language:hover {
  color: #0d8139;
}
.publications .publication .icon-download-pdf,
.publications .multiple .icon-download-pdf {
  font-size: 46px;
}
.publications .publication .inner,
.publications .multiple .inner {
  height: 250px;
  width: 175px;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
}
.publications .publication .inner a,
.publications .multiple .inner a {
  text-align: center;
  color: white;
}
.publications .publication .inner a .overlay,
.publications .multiple .inner a .overlay {
  background: black;
  height: 250px;
  width: 175px;
  opacity: 0;
  margin: 0 auto;
  z-index: 100;
  position: relative;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.publications .publication .inner a .overlay:hover,
.publications .multiple .inner a .overlay:hover {
  opacity: 0.8;
}
.publications .publication .inner a .overlay .view,
.publications .multiple .inner a .overlay .view {
  text-align: center;
  color: white;
}
.publications .publication .inner a .overlay .view .text,
.publications .multiple .inner a .overlay .view .text {
  margin-top: 18px;
  line-height: 12px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.publications .publication .title,
.publications .multiple .title {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.publications .publication .title a,
.publications .multiple .title a {
  color: #333333;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.publications .publication .title a:hover,
.publications .multiple .title a:hover {
  color: #0d8139;
}
.single-post .single-article-header,
.type-structure .single-article-header {
  padding: 30px 20px 0px 20px;
}
.single-post .single-article-header .post-meta,
.type-structure .single-article-header .post-meta {
  font-size: 14px;
  margin-top: 0;
}
.single-post .single-article-header .post-meta a,
.type-structure .single-article-header .post-meta a {
  font-weight: 600;
}
.single-post .single-article-header h2,
.type-structure .single-article-header h2 {
  font-size: 24px;
  line-height: 28px;
}
.single-post .entry-content,
.type-structure .entry-content {
  padding-top: 35px;
}
.single-post .entry-content .post-image,
.type-structure .entry-content .post-image {
  width: 100%;
  height: 320px;
  margin-bottom: 35px;
  background-position: center;
  background-size: cover;
}
.search .article-header {
  background: #343434;
}
.search .article-header #searchform {
  font-size: 30px;
  color: #11ab4b;
  margin-top: 80px;
}
.search .article-header #searchform input {
  background: transparent;
  outline: none;
}
.search .article-header #searchform input[type="text"] {
  border-width: 0 0 2px 0;
  border-color: #11ab4b;
  width: 100%;
  padding-bottom: 20px;
  -webkit-text-fill-color: #11ab4b;
  color: #11ab4b;
  font-weight: 300;
}
.search .article-header #searchform .search-button {
  position: relative;
  margin-top: -135px;
}
.search .article-header #searchform .search-button:hover {
  color: #0d8139;
}
.search .article-header #searchform .search-button .icon-search-thin {
  font-size: 28px;
  position: absolute;
  top: 80px;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search .article-header #searchform input[type="submit"] {
  border: none;
  color: red;
  width: 55px;
  position: absolute;
  right: 0;
  top: 0;
}
.search .article-header .suggestions {
  margin-top: 180px;
}
.search .article-header .suggestions .title {
  float: left;
  padding-right: 40px;
  color: #d8d7d6;
}
.search .article-header .suggestions ul {
  float: left;
  list-style-type: none;
  width: 40%;
}
.search .article-header .suggestions ul li {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  line-height: 21px;
}
.search .article-header .suggestions ul li::before {
  display: block;
  content: "";
  height: 12px;
  width: 1px;
  position: absolute;
  top: 3px;
  right: 12px;
  background: #5f5e5c;
}
.search .article-header .suggestions ul li:last-child::before {
  background: transparent;
}
.search-results .item {
  width: 100%;
  min-height: 300px;
  padding: 45px;
  float: left;
  border: 1px solid #efefef;
}
.search-results .item .content-type {
  font-weight: 600;
}
.search-results .item h2 {
  color: #11ab4b;
  padding: 5px 0;
  font-size: 20px;
  line-height: 22px;
}
.search-results .item .excerpt {
  line-height: 24px;
  padding-bottom: 10px;
}
.search-results .item .more {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 15px;
  margin-left: 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-results .item .more i {
  position: absolute;
  right: 0;
  top: 1px;
}
.search-results .item .more:hover {
  margin-left: 10px;
  padding-right: 20px;
}
.search-results .search-pagination {
  text-align: center;
}
.search-results ol.energysaver_page_navi {
  display: inline-block;
  padding: 30px 0;
}
.search-results ol.energysaver_page_navi .pagenavi-next-link,
.search-results ol.energysaver_page_navi .pagenavi-prev-link {
  position: relative;
}
.search-results ol.energysaver_page_navi .pagenavi-next-link a,
.search-results ol.energysaver_page_navi .pagenavi-prev-link a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.search-results ol.energysaver_page_navi .pagenavi-next-link a:hover,
.search-results ol.energysaver_page_navi .pagenavi-prev-link a:hover {
  color: #0d8139;
  text-decoration: none;
}
.search-results ol.energysaver_page_navi .pagenavi-next-link::before,
.search-results ol.energysaver_page_navi .pagenavi-prev-link::before {
  display: block;
  font-family: 'lcgb';
  height: 20px;
  width: 20px;
  font-size: 18px;
  color: #11ab4b;
  position: absolute;
  top: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-results ol.energysaver_page_navi .pagenavi-next-link:hover::before,
.search-results ol.energysaver_page_navi .pagenavi-prev-link:hover::before {
  color: #0d8139;
}
.search-results ol.energysaver_page_navi .pagenavi-prev-link::before {
  content: "\e918";
  right: 0;
}
.search-results ol.energysaver_page_navi .pagenavi-prev-link:hover::before {
  color: #0d8139;
  right: 5px;
}
.search-results ol.energysaver_page_navi .pagenavi-next-link::before {
  content: "\e910";
  left: 0;
}
.search-results ol.energysaver_page_navi .pagenavi-next-link:hover::before {
  color: #0d8139;
  left: 5px;
}
.search-results ol.energysaver_page_navi .pagenavi-current {
  border-color: #11ab4b;
  font-weight: 600;
}
.search-results ol.energysaver_page_navi li a {
  font-weight: 600;
}
.search-results ol.energysaver_page_navi li a:hover {
  color: #0d8139;
  text-decoration: none;
}
.search-results ol.energysaver_page_navi li a:focus {
  color: #0d8139;
  text-decoration: none;
}
.search-results #info-center {
  border: 1px solid #efefef;
}
.item-event .event-details {
  padding-top: 20px;
}
.item-event .event-details .date {
  float: left;
  padding-right: 30px;
}
.item-event .event-details .date .day,
.item-event .event-details .date .month {
  float: right;
  margin-top: -1px;
}
.item-event .event-details .details-wrapper {
  padding-bottom: 25px;
}
.item-event .event-details .details-wrapper .time,
.item-event .event-details .details-wrapper .place {
  float: left;
  padding-right: 30px;
  margin-top: -1px;
}
.item-event .event-details i {
  padding-right: 10px;
}
.item-contacts .person {
  padding: 20px 0;
}
.item-contacts .person .image {
  width: 115px;
  height: 115px;
}
.item-contacts .person .person-details {
  padding: 20px 0;
  width: 80%;
}
.item-contacts .person .person-details .person-title {
  width: 50%;
  float: left;
  border-right: 1px solid #efefef;
}
.item-contacts .person .person-details .person-title .name {
  font-size: 18px;
}
.item-contacts .person .person-details .person-title .function {
  font-size: 16px;
}
.item-contacts .person .person-details .person-contact {
  width: 50%;
  float: right;
  padding-left: 30px;
  border-left: 1px solid #efefef;
  word-break: break-all;
}
.item-publications ul li {
  list-style-type: none;
  font-size: 18px;
  font-weight: 600;
}
.item-publications ul .icon-documents {
  float: left;
  font-size: 18px;
  color: #11ab4b;
  padding-right: 10px;
}
body.search-no-results .article-header h1 {
  font-size: 20px;
  line-height: 20px;
  padding-top: 0;
}
body.search-no-results #no-results .article-header {
  min-height: 10px;
  padding-top: 0;
  margin-top: -90px;
}
.mfp-content {
  width: 500px;
}
.mfp-content #info-center-popup {
  max-width: 600px;
  padding: 32px 40px 50px;
  background: #159f52;
  zoom: 1;
}
.mfp-content #info-center-popup:before,
.mfp-content #info-center-popup:after {
  content: "";
  display: table;
}
.mfp-content #info-center-popup:after {
  clear: both;
}
.mfp-content #info-center-popup .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  color: white;
  margin: 0 60px 35px 0;
  display: block;
  text-transform: none;
}
.mfp-content #info-center-popup #postal-code {
  width: 100%;
  font-size: 18px;
  color: white;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid white;
  background: none;
  outline: none;
  float: left;
}
.mfp-content #info-center-popup button {
  color: #159f52;
  background: white;
  border: none;
  padding: 15px 25px;
  outline: 0;
  width: 100%;
  margin-top: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mfp-content #info-center-popup button:hover {
  background: rgba(255,255,255,0.45);
  color: white;
}
.mfp-content #info-center-popup .mfp-close {
  font-family: Baskerville;
  font-size: 35px;
  color: white;
  width: 60px;
  height: 60px;
  background: inherit;
  padding: 0;
}
.mfp-content #info-center-popup .mfp-close:hover {
  background: none;
  opacity: 1;
  color: white;
}
.mfp-content #info-center-popup ::-webkit-input-placeholder {
  font-weight: 100;
  color: white;
  opacity: 0.6;
}
.mfp-content #info-center-popup :-moz-placeholder {
  font-weight: 100;
  color: white;
  opacity: 0.6;
}
.mfp-content #info-center-popup ::-moz-placeholder {
  font-weight: 100;
  color: white;
  opacity: 0.6;
}
.mfp-content #info-center-popup :-ms-input-placeholder {
  font-weight: 100;
  color: white;
  opacity: 0.6;
}
.mfp-content #info-center-popup .label-wrapper {
  margin-top: 35px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  float: left;
  clear: both;
}
.mfp-content #info-center-popup .label-wrapper input[type="checkbox"] {
  display: none;
}
.mfp-content #info-center-popup .label-wrapper input[type="checkbox"] + label {
  padding-left: 30px;
  position: relative;
}
.mfp-content #info-center-popup .label-wrapper input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 11px;
  height: 12px;
  padding: 2px 0 0 3px;
  position: absolute;
  border: 1px solid #e0e0e0;
  left: 0;
  top: -1px;
}
.mfp-content #info-center-popup .label-wrapper input[type="checkbox"]:checked + label:before {
  content: '\e921';
  display: block;
  font-family: lcgb;
  position: absolute;
  font-size: 10px;
  color: #e0e0e0;
}
.mfp-content #info-center-popup a {
  font-size: 13px;
  font-weight: bold;
  float: left;
  margin-top: 35px;
  text-transform: uppercase;
  color: white;
}
.mfp-content #info-center-popup a i {
  font-size: 11px;
  font-weight: 600;
  margin-left: 4px;
}
.mfp-content #info-center-popup a:hover {
  opacity: 0.65;
}
.mfp-gallery .mfp-content {
  width: auto;
}
.gallery {
  margin: -10px;
}
.gallery .gallery-item {
  display: inline-block;
  margin: 5px 10px;
}
.gallery .gallery-item a {
  display: block;
  position: relative;
}
.gallery .gallery-item a img {
  display: block;
}
.gallery .gallery-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallery .gallery-item a:hover:before {
  background: rgba(0,0,0,0.35);
}
.page-template-page-structures .entry-content p:last-child {
  margin-bottom: 0;
}
.page-template-page-structures .entry-content h3 {
  margin: 0;
}
.single-structure .entry-content {
  padding: 60px 50px 40px 50px;
}
@font-face {
  font-family: 'lcgb';
  src: url('../icons/fonts/lcgb.eot?t6zfss');
  src: url('../icons/fonts/lcgb.eot?t6zfss#iefix') format('embedded-opentype'), url('../icons/fonts/lcgb.woff2?t6zfss') format('woff2'), url('../icons/fonts/lcgb.ttf?t6zfss') format('truetype'), url('../icons/fonts/lcgb.woff?t6zfss') format('woff'), url('../icons/fonts/lcgb.svg?t6zfss#lcgb') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'lcgb' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-calender:before {
  content: "\e91f";
}
.icon-documents:before {
  content: "\e91c";
}
.icon-close:before {
  content: "\e91b";
}
.icon-plus:before {
  content: "\e91a";
}
.icon-download-pdf:before {
  content: "\e91d";
}
.icon-mail-thin:before {
  content: "\e919";
}
.icon-pen:before {
  content: "\e917";
}
.icon-pin-2:before {
  content: "\e916";
}
.icon-fax:before {
  content: "\e913";
}
.icon-mail:before {
  content: "\e914";
}
.icon-phone:before {
  content: "\e915";
}
.icon-clock:before {
  content: "\e911";
}
.icon-pin:before {
  content: "\e912";
}
.icon-arrow-left:before {
  content: "\e918";
}
.icon-arrow-right:before {
  content: "\e910";
}
.icon-header-facebook:before {
  content: "\e90d";
}
.icon-search:before {
  content: "\e90e";
}
.icon-header-youtube:before {
  content: "\e90f";
}
.icon-arrow-down:before {
  content: "\e90c";
}
.icon-check:before {
  content: "\e921";
}
.icon-bulletarrow:before {
  content: "\e920";
}
.icon-search-thin:before {
  content: "\e91e";
}
.icon-work:before {
  content: "\e923";
}
.icon-logo:before {
  content: "\e922";
}
.icon-leaf:before {
  content: "\e905";
}
.icon-bag:before {
  content: "\e906";
}
.icon-arrow-up:before {
  content: "\e907";
}
.icon-person:before {
  content: "\e908";
}
.icon-newspaper:before {
  content: "\e909";
}
.icon-bubbles:before {
  content: "\e90a";
}
.icon-home:before {
  content: "\e90b";
}
.icon-linkedin:before {
  content: "\e900";
}
.icon-youtube:before {
  content: "\e901";
}
.icon-twitter:before {
  content: "\e902";
}
.icon-googleplus:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.agenda {
  width: 100%;
}
.agenda .left .event {
  position: relative;
  padding-left: 100px;
  min-height: 100px;
}
.agenda .left .event .date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  color: white;
  width: 100px;
  min-height: 100px;
  background: #343434;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.agenda .left .event .date .day {
  width: 100%;
  text-align: center;
  font-size: 70px;
  line-height: 56px;
  letter-spacing: -4px;
}
.agenda .left .event .date .month {
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
}
.agenda .left .event .details {
  padding: 20px 15px;
}
.agenda .left .event .details h2 {
  color: #11ab4b;
  margin-bottom: 12px;
}
.agenda .left .event .details .meta .categories,
.agenda .left .event .details .meta .time,
.agenda .left .event .details .meta .place,
.agenda .left .event .details .meta .organized-by,
.agenda .left .event .details .meta .attachment {
  font-size: 15px;
  display: block;
  padding: 3px 20px 3px 0;
}
.agenda .left .event .details .meta .categories i,
.agenda .left .event .details .meta .time i,
.agenda .left .event .details .meta .place i,
.agenda .left .event .details .meta .organized-by i,
.agenda .left .event .details .meta .attachment i {
  font-size: 14px;
  margin-right: 5px;
}
.agenda .left .event .details .meta .categories:last-child,
.agenda .left .event .details .meta .time:last-child,
.agenda .left .event .details .meta .place:last-child,
.agenda .left .event .details .meta .organized-by:last-child,
.agenda .left .event .details .meta .attachment:last-child {
  padding-right: 0;
}
.agenda .left .event .details .meta .categories {
  color: #11ab4b;
  margin-bottom: 5px;
}
.agenda .left .event .details .meta .attachment a {
  color: #11ab4b;
}
.agenda .left .event .details .meta .attachment a:hover {
  color: #0d8139;
}
.agenda .left .event:nth-child(odd) {
  background: url(../images/background-pattern.jpg);
}
.agenda .left .event:nth-child(odd) .date {
  background: #11ab4b;
}
.agenda .left .event.current {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.agenda .left .event.current .date {
  opacity: 0.8;
}
.agenda .left .no-result {
  text-align: center;
  padding: 30px 15px 20px 15px;
  color: #343434;
  font-size: 26px;
}
.agenda .right {
  background: #343434;
}
.calendar .month .monthname {
  display: inline-block;
  width: 74%;
  font-size: 24px;
  padding: 20px 20px 10px 20px;
  position: relative;
  color: white;
}
.calendar .month .monthname .month-year {
  display: inline-block;
  font-weight: 300;
  margin-right: 20px;
}
.calendar .month .navigation {
  display: inline-block;
  width: 26%;
  font-size: 26px;
  text-align: right;
}
.calendar .month .navigation a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  width: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: -5px 0;
}
.calendar .month .navigation a:before {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.calendar .categories {
  padding: 0 20px 20px 21px;
  list-style: none;
}
.calendar .categories li {
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 6px;
}
.calendar .categories li a {
  color: white;
  border-bottom: 1px solid white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.calendar .categories li a:hover {
  color: #d7d7d7;
}
.calendar .categories li.active a {
  font-weight: bold;
  border-bottom-width: 2px;
}
.calendar .categories li:last-child {
  padding-right: 0;
}
.calendar .days {
  border-top: 4px solid #464646;
}
.calendar .days .dayplaceholder,
.calendar .days .day {
  padding: 60px 5px 5px 0;
  font-size: 16px;
  border: 1px solid #464646;
  width: 14.285714285714%;
  float: left;
}
.calendar .days .day {
  position: relative;
  text-align: left;
  color: rgba(178,178,178,0.8);
  font-weight: 300;
}
.calendar .days .day:nth-child(7n + 6),
.calendar .days .day:nth-child(7n) {
  color: rgba(178,178,178,0.4);
}
.calendar .days .day .day-inner .date {
  text-align: right;
}
.calendar .days .day .day-inner .events {
  position: absolute;
  top: -2px;
  left: 10px;
}
.calendar .days .day .day-inner .events .event {
  display: inline-block;
  font-size: 0;
  width: 12px;
  height: 12px;
  margin-right: 3px;
  background: #11ab4b;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.calendar .days .day .day-inner .events .event:hover {
  opacity: 0.5;
}
#info-center-popup {
  background: #11ab4b;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}
.popup-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.popup-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.popup-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.popup-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.popup-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.popup-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  position: fixed;
  background: white;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#topmenu .search,
#topmenu .contact,
#topmenu .social-icons-header,
#topmenu .language-wrapper {
  float: left;
  padding-left: 10px;
  margin-left: 12px;
  position: relative;
}
#topmenu .search a,
#topmenu .contact a,
#topmenu .social-icons-header a,
#topmenu .language-wrapper a {
  display: inline-block;
}
#topmenu .search a:first-child,
#topmenu .contact a:first-child,
#topmenu .social-icons-header a:first-child,
#topmenu .language-wrapper a:first-child {
  margin-right: 10px;
}
#topmenu .search:before,
#topmenu .contact:before,
#topmenu .social-icons-header:before,
#topmenu .language-wrapper:before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 2px;
  background: #5f5e5c;
}
#topmenu .contact {
  color: #5f5e5c;
  font-weight: 400;
}
#topmenu .search a {
  margin-top: 2px;
  display: inline-block;
}
#topmenu .search:before {
  display: none;
}
#topmenu .social-icons-header a {
  display: inline-block;
  margin-top: 2px;
}
.language-chooser {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  padding: 25px 5px 0 5px;
  font-size: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 99;
  cursor: pointer;
}
.language-chooser:after {
  content: "\e90c";
  display: block;
  font-family: lcgb;
  position: absolute;
  font-size: 16px;
  right: 0;
  top: 3px;
  color: #11ab4b;
  -ms-transform: rotate(0);
  -webkit-transform: translate3d(0,0,0) rotate(0);
  transform: translate3d(0,0,0) rotate(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.language-chooser:hover {
  height: 80px;
}
.language-chooser:hover:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: translate3d(0,0,0) rotate(180deg);
  transform: translate3d(0,0,0) rotate(180deg);
}
.language-chooser li {
  display: block !important;
  padding-right: 5px;
}
.language-chooser li a {
  text-decoration: none;
  color: #11ab4b;
  position: relative;
  padding: 0;
  font-weight: 400;
  margin: 0;
}
.language-chooser li.active {
  position: absolute;
  top: 0px;
}
.language-chooser li.active a {
  font-weight: 700;
}
.language-chooser li.active:hover a {
  text-decoration: none;
}
.header nav .nav {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header nav div.nav ul {
  display: none;
  list-style: none;
}
.header nav div.nav ul > li > a {
  display: block;
  text-decoration: none;
  padding: 30px 25px 30px 25px;
  font-size: 16px;
  font-weight: 300;
  color: #5f5e5c;
  letter-spacing: 1px;
}
.header nav div.nav > ul {
  display: block;
  margin-top: 40px;
}
.header nav div.nav > ul > li {
  margin-top: -1px;
}
.header nav div.nav > ul > li:first-child a::before {
  height: 0;
}
.header nav div.nav > ul > li:last-child a::after {
  height: 0;
}
.header nav div.nav > ul > li > a {
  text-decoration: none;
  position: relative;
  cursor: default;
}
.header nav div.nav > ul > li > a span {
  position: relative;
  padding-left: 50px;
  display: inline-block;
}
.header nav div.nav > ul > li > a span:before {
  content: "\e922";
  display: block;
  font-family: lcgb;
  position: absolute;
  font-size: 30px;
  color: #11ab4b;
  left: 0;
  top: -5px;
}
.header nav div.nav > ul > li > a:before,
.header nav div.nav > ul > li > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 27px;
  right: 27px;
  top: 0;
  height: 1px;
  background: #d8d7d6;
}
.header nav div.nav > ul > li > a:after {
  top: auto;
  bottom: 0;
}
.header nav div.nav > ul > li.page-item-7 > a span:before {
  content: "\e923";
}
.header nav div.nav > ul > li.page-item-8 > a span:before {
  content: "\e90a";
}
.header nav div.nav > ul > li.page-item-9 > a span:before {
  content: "\e907";
}
.header nav div.nav > ul > li.page-item-10 > a span:before {
  content: "\e908";
}
.header nav div.nav > ul > li.page-item-11 > a span:before {
  content: "\e909";
}
.header nav div.nav > ul > li.hover > a,
.header nav div.nav > ul > li.current-menu-item > a,
.header nav div.nav > ul > li.current-menu-parent > a,
.header nav div.nav > ul > li.current-menu-ancestor > a,
.header nav div.nav > ul > li.current_page_item > a,
.header nav div.nav > ul > li.current_page_ancestor > a,
.header nav div.nav > ul > li > a:focus {
  background-color: rgba(95,94,92,0.08);
  box-shadow: inset -6px 0px 0px 0px #11ab4b;
}
.header nav div.nav > ul > li.current-menu-item > a,
.header nav div.nav > ul > li.current-menu-parent > a,
.header nav div.nav > ul > li.current-menu-ancestor > a,
.header nav div.nav > ul > li.current_page_item > a,
.header nav div.nav > ul > li.current_page_ancestor > a {
  font-weight: 400;
}
.header nav div.nav > ul > li > ul.sub-menu,
.header nav div.nav > ul > li > ul.children {
  margin-top: 0;
  border-top: 0;
  position: absolute !important;
  height: 100% !important;
  display: none;
  z-index: 99999;
  background-image: url("../images/background-pattern.jpg");
  top: 112px;
  width: 100%;
}
.header nav div.nav > ul > li > ul.sub-menu:after,
.header nav div.nav > ul > li > ul.children:after {
  background-color: rgba(95,94,92,0.08);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header nav div.nav > ul > li > ul.sub-menu li.back a,
.header nav div.nav > ul > li > ul.children li.back a {
  font-weight: 600;
  color: #11ab4b;
  position: relative;
  padding-left: 65px;
}
.header nav div.nav > ul > li > ul.sub-menu li.back a:before,
.header nav div.nav > ul > li > ul.children li.back a:before {
  content: "\e918";
  display: block;
  font-family: lcgb;
  position: absolute;
  left: 40px;
  top: 32px;
}
.header nav div.nav > ul > li > ul.sub-menu > li,
.header nav div.nav > ul > li > ul.children > li {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: block;
  z-index: 1;
  margin: -1px 0 0 0;
}
.header nav div.nav > ul > li > ul.sub-menu > li:first-child::before,
.header nav div.nav > ul > li > ul.children > li:first-child::before {
  height: 0;
}
.header nav div.nav > ul > li > ul.sub-menu > li:last-child::after,
.header nav div.nav > ul > li > ul.children > li:last-child::after {
  height: 0;
}
.header nav div.nav > ul > li > ul.sub-menu > li:before,
.header nav div.nav > ul > li > ul.sub-menu > li:after,
.header nav div.nav > ul > li > ul.children > li:before,
.header nav div.nav > ul > li > ul.children > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 40px;
  right: 40px;
  background-color: rgba(95,94,92,0.08);
  height: 1px;
}
.header nav div.nav > ul > li > ul.sub-menu > li:after,
.header nav div.nav > ul > li > ul.children > li:after {
  top: auto;
  bottom: 0;
}
.header nav div.nav > ul > li > ul.sub-menu > li:first-child:before,
.header nav div.nav > ul > li > ul.children > li:first-child:before {
  display: none;
}
.header nav div.nav > ul > li > ul.sub-menu > li > a,
.header nav div.nav > ul > li > ul.children > li > a {
  padding: 28px 42px;
  white-space: initial;
}
.header nav div.nav > ul > li > ul.sub-menu > li:hover,
.header nav div.nav > ul > li > ul.children > li:hover {
  background-color: rgba(95,94,92,0.08);
  box-shadow: inset -6px 0px 0px 0px #11ab4b;
}
.header nav div.nav > ul > li > ul.sub-menu > li.page_item_has_children a,
.header nav div.nav > ul > li > ul.children > li.page_item_has_children a {
  padding-bottom: 5px;
}
.header nav div.nav > ul > li > ul.sub-menu > li.page_item_has_children:hover,
.header nav div.nav > ul > li > ul.children > li.page_item_has_children:hover {
  background-color: none;
  box-shadow: none;
}
.header nav div.nav > ul > li > ul.sub-menu > li.page_item_has_children > ul.sub-menu li,
.header nav div.nav > ul > li > ul.sub-menu > li.page_item_has_children > ul.children li,
.header nav div.nav > ul > li > ul.children > li.page_item_has_children > ul.sub-menu li,
.header nav div.nav > ul > li > ul.children > li.page_item_has_children > ul.children li {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header nav div.nav > ul > li > ul.sub-menu > li.page_item_has_children > ul.sub-menu li:hover,
.header nav div.nav > ul > li > ul.sub-menu > li.page_item_has_children > ul.children li:hover,
.header nav div.nav > ul > li > ul.children > li.page_item_has_children > ul.sub-menu li:hover,
.header nav div.nav > ul > li > ul.children > li.page_item_has_children > ul.children li:hover {
  box-shadow: inset -6px 0px 0px 0px #11ab4b;
}
.header nav div.nav > ul > li > ul.sub-menu > li > ul.sub-menu,
.header nav div.nav > ul > li > ul.sub-menu > li > ul.children,
.header nav div.nav > ul > li > ul.children > li > ul.sub-menu,
.header nav div.nav > ul > li > ul.children > li > ul.children {
  padding-bottom: 15px;
  display: block;
}
.header nav div.nav > ul > li > ul.sub-menu > li > ul.sub-menu > li,
.header nav div.nav > ul > li > ul.sub-menu > li > ul.children > li,
.header nav div.nav > ul > li > ul.children > li > ul.sub-menu > li,
.header nav div.nav > ul > li > ul.children > li > ul.children > li {
  position: relative;
  padding: 10px 0 10px 40px;
}
.header nav div.nav > ul > li > ul.sub-menu > li > ul.sub-menu > li a,
.header nav div.nav > ul > li > ul.sub-menu > li > ul.children > li a,
.header nav div.nav > ul > li > ul.children > li > ul.sub-menu > li a,
.header nav div.nav > ul > li > ul.children > li > ul.children > li a {
  padding: 1px 32px;
  font-weight: 300;
}
.header nav div.nav > ul > li > ul.sub-menu > li > ul.sub-menu > li:before,
.header nav div.nav > ul > li > ul.sub-menu > li > ul.children > li:before,
.header nav div.nav > ul > li > ul.children > li > ul.sub-menu > li:before,
.header nav div.nav > ul > li > ul.children > li > ul.children > li:before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  background-color: rgba(95,94,92,0.1);
  top: 20px;
  left: 39px;
}
.header nav div.nav > ul > li > ul.sub-menu > li > ul.sub-menu > li:hover a,
.header nav div.nav > ul > li > ul.sub-menu > li > ul.sub-menu > li.current-menu-item a,
.header nav div.nav > ul > li > ul.sub-menu > li > ul.sub-menu > li.current-menu-parent a,
.header nav div.nav > ul > li > ul.sub-menu > li > ul.sub-menu > li.current-menu-ancestor a,
.header nav div.nav > ul > li > ul.sub-menu > li > ul.sub-menu > li.current_page_item a,
.header nav div.nav > ul > li > ul.sub-menu > li > ul.sub-menu > li.current_page_ancestor a,
.header nav div.nav > ul > li > ul.sub-menu > li > ul.children > li:hover a,
.header nav div.nav > ul > li > ul.sub-menu > li > ul.children > li.current-menu-item a,
.header nav div.nav > ul > li > ul.sub-menu > li > ul.children > li.current-menu-parent a,
.header nav div.nav > ul > li > ul.sub-menu > li > ul.children > li.current-menu-ancestor a,
.header nav div.nav > ul > li > ul.sub-menu > li > ul.children > li.current_page_item a,
.header nav div.nav > ul > li > ul.sub-menu > li > ul.children > li.current_page_ancestor a,
.header nav div.nav > ul > li > ul.children > li > ul.sub-menu > li:hover a,
.header nav div.nav > ul > li > ul.children > li > ul.sub-menu > li.current-menu-item a,
.header nav div.nav > ul > li > ul.children > li > ul.sub-menu > li.current-menu-parent a,
.header nav div.nav > ul > li > ul.children > li > ul.sub-menu > li.current-menu-ancestor a,
.header nav div.nav > ul > li > ul.children > li > ul.sub-menu > li.current_page_item a,
.header nav div.nav > ul > li > ul.children > li > ul.sub-menu > li.current_page_ancestor a,
.header nav div.nav > ul > li > ul.children > li > ul.children > li:hover a,
.header nav div.nav > ul > li > ul.children > li > ul.children > li.current-menu-item a,
.header nav div.nav > ul > li > ul.children > li > ul.children > li.current-menu-parent a,
.header nav div.nav > ul > li > ul.children > li > ul.children > li.current-menu-ancestor a,
.header nav div.nav > ul > li > ul.children > li > ul.children > li.current_page_item a,
.header nav div.nav > ul > li > ul.children > li > ul.children > li.current_page_ancestor a {
  font-weight: 400;
}
.header nav div.nav > ul > li > ul.sub-menu > li:hover,
.header nav div.nav > ul > li > ul.sub-menu > li.current-menu-item,
.header nav div.nav > ul > li > ul.sub-menu > li.current-menu-parent,
.header nav div.nav > ul > li > ul.sub-menu > li.current-menu-ancestor,
.header nav div.nav > ul > li > ul.sub-menu > li.current_page_item,
.header nav div.nav > ul > li > ul.sub-menu > li.current_page_ancestor,
.header nav div.nav > ul > li > ul.children > li:hover,
.header nav div.nav > ul > li > ul.children > li.current-menu-item,
.header nav div.nav > ul > li > ul.children > li.current-menu-parent,
.header nav div.nav > ul > li > ul.children > li.current-menu-ancestor,
.header nav div.nav > ul > li > ul.children > li.current_page_item,
.header nav div.nav > ul > li > ul.children > li.current_page_ancestor {
  background: #5f5e5c;
  background-color: rgba(95,94,92,0.1);
}
.header nav div.nav > ul > li.hover > ul {
  display: block;
}
.header {
  position: relative;
  background: url("../images/background-pattern.jpg");
  color: white;
  z-index: 9999;
  padding: 36px 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header #inner-header {
  padding-top: 40px;
}
.header #nav-icon3 {
  width: 34px;
  height: 23px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.header #nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #11ab4b;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.header #nav-icon3 span:nth-child(1) {
  top: 0px;
}
.header #nav-icon3 span:nth-child(2),
.header #nav-icon3 span:nth-child(3) {
  top: 10px;
}
.header #nav-icon3 span:nth-child(4) {
  top: 20px;
}
.header #nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.header #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header #nav-icon3.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.header #mobile-menu-button {
  position: absolute;
  top: 24px;
  left: 10px;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  outline: none;
}
.header.mobile-menu-visible {
  height: 800px;
  overflow: visible;
}
.header #logo {
  display: block;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 80px;
}
.header #logo img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header #logo img.white {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
.header.other-sites #nav-icon3 span {
  background: #fff;
}
.header #menu-toggle {
  border: 0;
  background: #11ab4b;
  color: white;
  margin: 40px 0 0 60px;
  padding: 6px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}
.header #menu-toggle .back {
  display: none;
}
.header #menu-toggle:hover {
  background: rgba(17,171,75,0.8);
}
.header #menu-toggle .other,
.header #menu-toggle .back {
  padding: 10px 20px 10px 5px;
  min-width: 130px;
  text-align: left;
}
.header #menu-toggle .other i,
.header #menu-toggle .back i {
  right: -3px;
  top: 12px;
}
.header nav div.sites-nav {
  position: absolute;
  top: 100px;
  left: -100%;
  width: 100%;
}
.header nav div.sites-nav ul > li > a {
  color: white;
}
.header nav div.sites-nav ul > li > a.active {
  font-weight: 600;
}
.header nav div.sites-nav ul > li > a:before,
.header nav div.sites-nav ul > li > a:after {
  background: rgba(255,255,255,0.15);
}
.header.other-sites {
  background-image: none;
  background-color: #11ab4b;
  color: white;
}
.header.other-sites #logo .white {
  opacity: 1;
}
.header.other-sites #logo .green {
  opacity: 0;
}
.header.other-sites .language-chooser:after {
  color: #fff;
}
.header.other-sites a,
.header.other-sites #topmenu .contact {
  color: #ffffff;
}
.header.other-sites #topmenu .search:before,
.header.other-sites #topmenu .contact:before,
.header.other-sites #topmenu .social-icons-header:before,
.header.other-sites #topmenu .language-wrapper:before {
  background: white;
}
.header.other-sites nav {
  position: relative;
}
.header.other-sites nav div.top-nav {
  opacity: 0;
  pointer-events: none;
}
.header.other-sites nav div.sites-nav {
  left: 0;
}
.header.other-sites #menu-toggle {
  background: white;
  color: #11ab4b;
}
.header.other-sites #menu-toggle .other {
  display: none;
}
.header.other-sites #menu-toggle .back {
  display: block;
}
.header.other-sites #menu-toggle:hover {
  background: rgba(255,255,255,0.8);
}
@media only screen {
  [class*="grid"] {
    box-sizing: border-box;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -0.5rem;
  }
  .col,
  [class*="col-"] {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 0.5rem 1rem;
    margin: 0;
  }
  .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .grid.col,
  .grid[class*="col-"] {
    margin: 0;
    padding: 0;
  }
  [class*="grid-"][class*="-noGutter"] {
    margin: 0;
  }
  [class*="grid-"][class*="-noGutter"] > [class*="col"] {
    padding: 0;
  }
  [class*="grid-"][class*="-center"] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  [class*="grid-"][class*="-right"] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
  }
  [class*="grid-"][class*="-top"] {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  [class*="grid-"][class*="-middle"] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  [class*="grid-"][class*="-bottom"] {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  [class*="grid-"][class*="-reverse"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  [class*="grid-"][class*="-column"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [class*="grid-"][class*="-column"] > [class*="col-"] {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  [class*="grid-"][class*="-column-reverse"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  [class*="grid-"][class*="-spaceBetween"] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  [class*="grid-"][class*="-spaceAround"] {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  [class*="grid-"][class*="-equalHeight"] > [class*="col"] {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  [class*="col-"][class*="-top"] {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  [class*="col-"][class*="-middle"] {
    -ms-flex-item-align: center;
    align-self: center;
  }
  [class*="col-"][class*="-bottom"] {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  [class*="col-"][class*="-first"] {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  [class*="col-"][class*="-last"] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  [class*="grid-1"] > .col,
  [class*="grid-1"] > [class*='col-'] {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid-2"] > .col,
  [class*="grid-2"] > [class*='col-'] {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="grid-3"] > .col,
  [class*="grid-3"] > [class*='col-'] {
    -ms-flex-preferred-size: 33.333333333333%;
    -webkit-flex-basis: 33.333333333333%;
    flex-basis: 33.333333333333%;
    max-width: 33.333333333333%;
  }
  [class*="grid-4"] > .col,
  [class*="grid-4"] > [class*='col-'] {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="grid-5"] > .col,
  [class*="grid-5"] > [class*='col-'] {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="grid-6"] > .col,
  [class*="grid-6"] > [class*='col-'] {
    -ms-flex-preferred-size: 16.666666666667%;
    -webkit-flex-basis: 16.666666666667%;
    flex-basis: 16.666666666667%;
    max-width: 16.666666666667%;
  }
  [class*="grid-7"] > .col,
  [class*="grid-7"] > [class*='col-'] {
    -ms-flex-preferred-size: 14.285714285714%;
    -webkit-flex-basis: 14.285714285714%;
    flex-basis: 14.285714285714%;
    max-width: 14.285714285714%;
  }
  [class*="grid-8"] > .col,
  [class*="grid-8"] > [class*='col-'] {
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="grid-9"] > .col,
  [class*="grid-9"] > [class*='col-'] {
    -ms-flex-preferred-size: 11.111111111111%;
    -webkit-flex-basis: 11.111111111111%;
    flex-basis: 11.111111111111%;
    max-width: 11.111111111111%;
  }
  [class*="grid-10"] > .col,
  [class*="grid-10"] > [class*='col-'] {
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="grid-11"] > .col,
  [class*="grid-10"] > [class*='col-'] {
    -ms-flex-preferred-size: 9.0909090909091%;
    -webkit-flex-basis: 9.0909090909091%;
    flex-basis: 9.0909090909091%;
    max-width: 9.0909090909091%;
  }
  [class*="grid-12"] > .col,
  [class*="grid-11"] > [class*='col-'] {
    -ms-flex-preferred-size: 8.3333333333333%;
    -webkit-flex-basis: 8.3333333333333%;
    flex-basis: 8.3333333333333%;
    max-width: 8.3333333333333%;
  }
  [class*='grid'] > [class*="col-1"] {
    -ms-flex-preferred-size: 8.3333333333333%;
    -webkit-flex-basis: 8.3333333333333%;
    flex-basis: 8.3333333333333%;
    max-width: 8.3333333333333%;
  }
  [class*='grid'] > [class*="col-2"] {
    -ms-flex-preferred-size: 16.666666666667%;
    -webkit-flex-basis: 16.666666666667%;
    flex-basis: 16.666666666667%;
    max-width: 16.666666666667%;
  }
  [class*='grid'] > [class*="col-3"] {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='grid'] > [class*="col-4"] {
    -ms-flex-preferred-size: 33.333333333333%;
    -webkit-flex-basis: 33.333333333333%;
    flex-basis: 33.333333333333%;
    max-width: 33.333333333333%;
  }
  [class*='grid'] > [class*="col-5"] {
    -ms-flex-preferred-size: 41.666666666667%;
    -webkit-flex-basis: 41.666666666667%;
    flex-basis: 41.666666666667%;
    max-width: 41.666666666667%;
  }
  [class*='grid'] > [class*="col-6"] {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='grid'] > [class*="col-7"] {
    -ms-flex-preferred-size: 58.333333333333%;
    -webkit-flex-basis: 58.333333333333%;
    flex-basis: 58.333333333333%;
    max-width: 58.333333333333%;
  }
  [class*='grid'] > [class*="col-8"] {
    -ms-flex-preferred-size: 66.666666666667%;
    -webkit-flex-basis: 66.666666666667%;
    flex-basis: 66.666666666667%;
    max-width: 66.666666666667%;
  }
  [class*='grid'] > [class*="col-9"] {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='grid'] > [class*="col-10"] {
    -ms-flex-preferred-size: 83.333333333333%;
    -webkit-flex-basis: 83.333333333333%;
    flex-basis: 83.333333333333%;
    max-width: 83.333333333333%;
  }
  [class*='grid'] > [class*="col-11"] {
    -ms-flex-preferred-size: 91.666666666667%;
    -webkit-flex-basis: 91.666666666667%;
    flex-basis: 91.666666666667%;
    max-width: 91.666666666667%;
  }
  [class*='grid'] > [class*="col-12"] {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [push-left*="off-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [push-left*="off-1"] {
    margin-left: 8.3333333333333%;
  }
  [class*="grid"] > [push-left*="off-2"] {
    margin-left: 16.666666666667%;
  }
  [class*="grid"] > [push-left*="off-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [push-left*="off-4"] {
    margin-left: 33.333333333333%;
  }
  [class*="grid"] > [push-left*="off-5"] {
    margin-left: 41.666666666667%;
  }
  [class*="grid"] > [push-left*="off-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [push-left*="off-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [push-left*="off-7"] {
    margin-left: 58.333333333333%;
  }
  [class*="grid"] > [push-left*="off-8"] {
    margin-left: 66.666666666667%;
  }
  [class*="grid"] > [push-left*="off-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [push-left*="off-10"] {
    margin-left: 83.333333333333%;
  }
  [class*="grid"] > [push-left*="off-11"] {
    margin-left: 91.666666666667%;
  }
  [class*="grid"] > [push-right*="off-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [push-right*="off-1"] {
    margin-right: 8.3333333333333%;
  }
  [class*="grid"] > [push-right*="off-2"] {
    margin-right: 16.666666666667%;
  }
  [class*="grid"] > [push-right*="off-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [push-right*="off-4"] {
    margin-right: 33.333333333333%;
  }
  [class*="grid"] > [push-right*="off-5"] {
    margin-right: 41.666666666667%;
  }
  [class*="grid"] > [push-right*="off-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [push-right*="off-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [push-right*="off-7"] {
    margin-right: 58.333333333333%;
  }
  [class*="grid"] > [push-right*="off-8"] {
    margin-right: 66.666666666667%;
  }
  [class*="grid"] > [push-right*="off-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [push-right*="off-10"] {
    margin-right: 83.333333333333%;
  }
  [class*="grid"] > [push-right*="off-11"] {
    margin-right: 91.666666666667%;
  }
}
@media only screen and (max-width: 1399px) {
  [class*="_lg-1"] > .col,
  [class*="_lg-1"] > [class*='col-'] {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_lg-2"] > .col,
  [class*="_lg-2"] > [class*='col-'] {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_lg-3"] > .col,
  [class*="_lg-3"] > [class*='col-'] {
    -ms-flex-preferred-size: 33.333333333333%;
    -webkit-flex-basis: 33.333333333333%;
    flex-basis: 33.333333333333%;
    max-width: 33.333333333333%;
  }
  [class*="_lg-4"] > .col,
  [class*="_lg-4"] > [class*='col-'] {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_lg-5"] > .col,
  [class*="_lg-5"] > [class*='col-'] {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_lg-6"] > .col,
  [class*="_lg-6"] > [class*='col-'] {
    -ms-flex-preferred-size: 16.666666666667%;
    -webkit-flex-basis: 16.666666666667%;
    flex-basis: 16.666666666667%;
    max-width: 16.666666666667%;
  }
  [class*="_lg-7"] > .col,
  [class*="_lg-7"] > [class*='col-'] {
    -ms-flex-preferred-size: 14.285714285714%;
    -webkit-flex-basis: 14.285714285714%;
    flex-basis: 14.285714285714%;
    max-width: 14.285714285714%;
  }
  [class*="_lg-8"] > .col,
  [class*="_lg-8"] > [class*='col-'] {
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_lg-9"] > .col,
  [class*="_lg-9"] > [class*='col-'] {
    -ms-flex-preferred-size: 11.111111111111%;
    -webkit-flex-basis: 11.111111111111%;
    flex-basis: 11.111111111111%;
    max-width: 11.111111111111%;
  }
  [class*="_lg-10"] > .col,
  [class*="_lg-10"] > [class*='col-'] {
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_lg-11"] > .col,
  [class*="_lg-10"] > [class*='col-'] {
    -ms-flex-preferred-size: 9.0909090909091%;
    -webkit-flex-basis: 9.0909090909091%;
    flex-basis: 9.0909090909091%;
    max-width: 9.0909090909091%;
  }
  [class*="_lg-12"] > .col,
  [class*="_lg-11"] > [class*='col-'] {
    -ms-flex-preferred-size: 8.3333333333333%;
    -webkit-flex-basis: 8.3333333333333%;
    flex-basis: 8.3333333333333%;
    max-width: 8.3333333333333%;
  }
  [class*='grid'] > [class*="_lg-1"] {
    -ms-flex-preferred-size: 8.3333333333333%;
    -webkit-flex-basis: 8.3333333333333%;
    flex-basis: 8.3333333333333%;
    max-width: 8.3333333333333%;
  }
  [class*='grid'] > [class*="_lg-2"] {
    -ms-flex-preferred-size: 16.666666666667%;
    -webkit-flex-basis: 16.666666666667%;
    flex-basis: 16.666666666667%;
    max-width: 16.666666666667%;
  }
  [class*='grid'] > [class*="_lg-3"] {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='grid'] > [class*="_lg-4"] {
    -ms-flex-preferred-size: 33.333333333333%;
    -webkit-flex-basis: 33.333333333333%;
    flex-basis: 33.333333333333%;
    max-width: 33.333333333333%;
  }
  [class*='grid'] > [class*="_lg-5"] {
    -ms-flex-preferred-size: 41.666666666667%;
    -webkit-flex-basis: 41.666666666667%;
    flex-basis: 41.666666666667%;
    max-width: 41.666666666667%;
  }
  [class*='grid'] > [class*="_lg-6"] {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='grid'] > [class*="_lg-7"] {
    -ms-flex-preferred-size: 58.333333333333%;
    -webkit-flex-basis: 58.333333333333%;
    flex-basis: 58.333333333333%;
    max-width: 58.333333333333%;
  }
  [class*='grid'] > [class*="_lg-8"] {
    -ms-flex-preferred-size: 66.666666666667%;
    -webkit-flex-basis: 66.666666666667%;
    flex-basis: 66.666666666667%;
    max-width: 66.666666666667%;
  }
  [class*='grid'] > [class*="_lg-9"] {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='grid'] > [class*="_lg-10"] {
    -ms-flex-preferred-size: 83.333333333333%;
    -webkit-flex-basis: 83.333333333333%;
    flex-basis: 83.333333333333%;
    max-width: 83.333333333333%;
  }
  [class*='grid'] > [class*="_lg-11"] {
    -ms-flex-preferred-size: 91.666666666667%;
    -webkit-flex-basis: 91.666666666667%;
    flex-basis: 91.666666666667%;
    max-width: 91.666666666667%;
  }
  [class*='grid'] > [class*="_lg-12"] {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [push-left*="_lg-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [push-left*="_lg-1"] {
    margin-left: 8.3333333333333%;
  }
  [class*="grid"] > [push-left*="_lg-2"] {
    margin-left: 16.666666666667%;
  }
  [class*="grid"] > [push-left*="_lg-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [push-left*="_lg-4"] {
    margin-left: 33.333333333333%;
  }
  [class*="grid"] > [push-left*="_lg-5"] {
    margin-left: 41.666666666667%;
  }
  [class*="grid"] > [push-left*="_lg-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [push-left*="_lg-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [push-left*="_lg-7"] {
    margin-left: 58.333333333333%;
  }
  [class*="grid"] > [push-left*="_lg-8"] {
    margin-left: 66.666666666667%;
  }
  [class*="grid"] > [push-left*="_lg-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [push-left*="_lg-10"] {
    margin-left: 83.333333333333%;
  }
  [class*="grid"] > [push-left*="_lg-11"] {
    margin-left: 91.666666666667%;
  }
  [class*="grid"] > [push-right*="_lg-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [push-right*="_lg-1"] {
    margin-right: 8.3333333333333%;
  }
  [class*="grid"] > [push-right*="_lg-2"] {
    margin-right: 16.666666666667%;
  }
  [class*="grid"] > [push-right*="_lg-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [push-right*="_lg-4"] {
    margin-right: 33.333333333333%;
  }
  [class*="grid"] > [push-right*="_lg-5"] {
    margin-right: 41.666666666667%;
  }
  [class*="grid"] > [push-right*="_lg-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [push-right*="_lg-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [push-right*="_lg-7"] {
    margin-right: 58.333333333333%;
  }
  [class*="grid"] > [push-right*="_lg-8"] {
    margin-right: 66.666666666667%;
  }
  [class*="grid"] > [push-right*="_lg-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [push-right*="_lg-10"] {
    margin-right: 83.333333333333%;
  }
  [class*="grid"] > [push-right*="_lg-11"] {
    margin-right: 91.666666666667%;
  }
}
@media only screen and (max-width: 1199px) {
  [class*="_md-1"] > .col,
  [class*="_md-1"] > [class*='col-'] {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_md-2"] > .col,
  [class*="_md-2"] > [class*='col-'] {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_md-3"] > .col,
  [class*="_md-3"] > [class*='col-'] {
    -ms-flex-preferred-size: 33.333333333333%;
    -webkit-flex-basis: 33.333333333333%;
    flex-basis: 33.333333333333%;
    max-width: 33.333333333333%;
  }
  [class*="_md-4"] > .col,
  [class*="_md-4"] > [class*='col-'] {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_md-5"] > .col,
  [class*="_md-5"] > [class*='col-'] {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_md-6"] > .col,
  [class*="_md-6"] > [class*='col-'] {
    -ms-flex-preferred-size: 16.666666666667%;
    -webkit-flex-basis: 16.666666666667%;
    flex-basis: 16.666666666667%;
    max-width: 16.666666666667%;
  }
  [class*="_md-7"] > .col,
  [class*="_md-7"] > [class*='col-'] {
    -ms-flex-preferred-size: 14.285714285714%;
    -webkit-flex-basis: 14.285714285714%;
    flex-basis: 14.285714285714%;
    max-width: 14.285714285714%;
  }
  [class*="_md-8"] > .col,
  [class*="_md-8"] > [class*='col-'] {
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_md-9"] > .col,
  [class*="_md-9"] > [class*='col-'] {
    -ms-flex-preferred-size: 11.111111111111%;
    -webkit-flex-basis: 11.111111111111%;
    flex-basis: 11.111111111111%;
    max-width: 11.111111111111%;
  }
  [class*="_md-10"] > .col,
  [class*="_md-10"] > [class*='col-'] {
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_md-11"] > .col,
  [class*="_md-10"] > [class*='col-'] {
    -ms-flex-preferred-size: 9.0909090909091%;
    -webkit-flex-basis: 9.0909090909091%;
    flex-basis: 9.0909090909091%;
    max-width: 9.0909090909091%;
  }
  [class*="_md-12"] > .col,
  [class*="_md-11"] > [class*='col-'] {
    -ms-flex-preferred-size: 8.3333333333333%;
    -webkit-flex-basis: 8.3333333333333%;
    flex-basis: 8.3333333333333%;
    max-width: 8.3333333333333%;
  }
  [class*='grid'] > [class*="_md-1"] {
    -ms-flex-preferred-size: 8.3333333333333%;
    -webkit-flex-basis: 8.3333333333333%;
    flex-basis: 8.3333333333333%;
    max-width: 8.3333333333333%;
  }
  [class*='grid'] > [class*="_md-2"] {
    -ms-flex-preferred-size: 16.666666666667%;
    -webkit-flex-basis: 16.666666666667%;
    flex-basis: 16.666666666667%;
    max-width: 16.666666666667%;
  }
  [class*='grid'] > [class*="_md-3"] {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='grid'] > [class*="_md-4"] {
    -ms-flex-preferred-size: 33.333333333333%;
    -webkit-flex-basis: 33.333333333333%;
    flex-basis: 33.333333333333%;
    max-width: 33.333333333333%;
  }
  [class*='grid'] > [class*="_md-5"] {
    -ms-flex-preferred-size: 41.666666666667%;
    -webkit-flex-basis: 41.666666666667%;
    flex-basis: 41.666666666667%;
    max-width: 41.666666666667%;
  }
  [class*='grid'] > [class*="_md-6"] {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='grid'] > [class*="_md-7"] {
    -ms-flex-preferred-size: 58.333333333333%;
    -webkit-flex-basis: 58.333333333333%;
    flex-basis: 58.333333333333%;
    max-width: 58.333333333333%;
  }
  [class*='grid'] > [class*="_md-8"] {
    -ms-flex-preferred-size: 66.666666666667%;
    -webkit-flex-basis: 66.666666666667%;
    flex-basis: 66.666666666667%;
    max-width: 66.666666666667%;
  }
  [class*='grid'] > [class*="_md-9"] {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='grid'] > [class*="_md-10"] {
    -ms-flex-preferred-size: 83.333333333333%;
    -webkit-flex-basis: 83.333333333333%;
    flex-basis: 83.333333333333%;
    max-width: 83.333333333333%;
  }
  [class*='grid'] > [class*="_md-11"] {
    -ms-flex-preferred-size: 91.666666666667%;
    -webkit-flex-basis: 91.666666666667%;
    flex-basis: 91.666666666667%;
    max-width: 91.666666666667%;
  }
  [class*='grid'] > [class*="_md-12"] {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [push-left*="_md-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [push-left*="_md-1"] {
    margin-left: 8.3333333333333%;
  }
  [class*="grid"] > [push-left*="_md-2"] {
    margin-left: 16.666666666667%;
  }
  [class*="grid"] > [push-left*="_md-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [push-left*="_md-4"] {
    margin-left: 33.333333333333%;
  }
  [class*="grid"] > [push-left*="_md-5"] {
    margin-left: 41.666666666667%;
  }
  [class*="grid"] > [push-left*="_md-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [push-left*="_md-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [push-left*="_md-7"] {
    margin-left: 58.333333333333%;
  }
  [class*="grid"] > [push-left*="_md-8"] {
    margin-left: 66.666666666667%;
  }
  [class*="grid"] > [push-left*="_md-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [push-left*="_md-10"] {
    margin-left: 83.333333333333%;
  }
  [class*="grid"] > [push-left*="_md-11"] {
    margin-left: 91.666666666667%;
  }
  [class*="grid"] > [push-right*="_md-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [push-right*="_md-1"] {
    margin-right: 8.3333333333333%;
  }
  [class*="grid"] > [push-right*="_md-2"] {
    margin-right: 16.666666666667%;
  }
  [class*="grid"] > [push-right*="_md-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [push-right*="_md-4"] {
    margin-right: 33.333333333333%;
  }
  [class*="grid"] > [push-right*="_md-5"] {
    margin-right: 41.666666666667%;
  }
  [class*="grid"] > [push-right*="_md-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [push-right*="_md-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [push-right*="_md-7"] {
    margin-right: 58.333333333333%;
  }
  [class*="grid"] > [push-right*="_md-8"] {
    margin-right: 66.666666666667%;
  }
  [class*="grid"] > [push-right*="_md-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [push-right*="_md-10"] {
    margin-right: 83.333333333333%;
  }
  [class*="grid"] > [push-right*="_md-11"] {
    margin-right: 91.666666666667%;
  }
}
@media only screen and (max-width: 767px) {
  [class*="_sm-1"] > .col,
  [class*="_sm-1"] > [class*='col-'] {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_sm-2"] > .col,
  [class*="_sm-2"] > [class*='col-'] {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_sm-3"] > .col,
  [class*="_sm-3"] > [class*='col-'] {
    -ms-flex-preferred-size: 33.333333333333%;
    -webkit-flex-basis: 33.333333333333%;
    flex-basis: 33.333333333333%;
    max-width: 33.333333333333%;
  }
  [class*="_sm-4"] > .col,
  [class*="_sm-4"] > [class*='col-'] {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_sm-5"] > .col,
  [class*="_sm-5"] > [class*='col-'] {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_sm-6"] > .col,
  [class*="_sm-6"] > [class*='col-'] {
    -ms-flex-preferred-size: 16.666666666667%;
    -webkit-flex-basis: 16.666666666667%;
    flex-basis: 16.666666666667%;
    max-width: 16.666666666667%;
  }
  [class*="_sm-7"] > .col,
  [class*="_sm-7"] > [class*='col-'] {
    -ms-flex-preferred-size: 14.285714285714%;
    -webkit-flex-basis: 14.285714285714%;
    flex-basis: 14.285714285714%;
    max-width: 14.285714285714%;
  }
  [class*="_sm-8"] > .col,
  [class*="_sm-8"] > [class*='col-'] {
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_sm-9"] > .col,
  [class*="_sm-9"] > [class*='col-'] {
    -ms-flex-preferred-size: 11.111111111111%;
    -webkit-flex-basis: 11.111111111111%;
    flex-basis: 11.111111111111%;
    max-width: 11.111111111111%;
  }
  [class*="_sm-10"] > .col,
  [class*="_sm-10"] > [class*='col-'] {
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_sm-11"] > .col,
  [class*="_sm-10"] > [class*='col-'] {
    -ms-flex-preferred-size: 9.0909090909091%;
    -webkit-flex-basis: 9.0909090909091%;
    flex-basis: 9.0909090909091%;
    max-width: 9.0909090909091%;
  }
  [class*="_sm-12"] > .col,
  [class*="_sm-11"] > [class*='col-'] {
    -ms-flex-preferred-size: 8.3333333333333%;
    -webkit-flex-basis: 8.3333333333333%;
    flex-basis: 8.3333333333333%;
    max-width: 8.3333333333333%;
  }
  [class*='grid'] > [class*="_sm-1"] {
    -ms-flex-preferred-size: 8.3333333333333%;
    -webkit-flex-basis: 8.3333333333333%;
    flex-basis: 8.3333333333333%;
    max-width: 8.3333333333333%;
  }
  [class*='grid'] > [class*="_sm-2"] {
    -ms-flex-preferred-size: 16.666666666667%;
    -webkit-flex-basis: 16.666666666667%;
    flex-basis: 16.666666666667%;
    max-width: 16.666666666667%;
  }
  [class*='grid'] > [class*="_sm-3"] {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='grid'] > [class*="_sm-4"] {
    -ms-flex-preferred-size: 33.333333333333%;
    -webkit-flex-basis: 33.333333333333%;
    flex-basis: 33.333333333333%;
    max-width: 33.333333333333%;
  }
  [class*='grid'] > [class*="_sm-5"] {
    -ms-flex-preferred-size: 41.666666666667%;
    -webkit-flex-basis: 41.666666666667%;
    flex-basis: 41.666666666667%;
    max-width: 41.666666666667%;
  }
  [class*='grid'] > [class*="_sm-6"] {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='grid'] > [class*="_sm-7"] {
    -ms-flex-preferred-size: 58.333333333333%;
    -webkit-flex-basis: 58.333333333333%;
    flex-basis: 58.333333333333%;
    max-width: 58.333333333333%;
  }
  [class*='grid'] > [class*="_sm-8"] {
    -ms-flex-preferred-size: 66.666666666667%;
    -webkit-flex-basis: 66.666666666667%;
    flex-basis: 66.666666666667%;
    max-width: 66.666666666667%;
  }
  [class*='grid'] > [class*="_sm-9"] {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='grid'] > [class*="_sm-10"] {
    -ms-flex-preferred-size: 83.333333333333%;
    -webkit-flex-basis: 83.333333333333%;
    flex-basis: 83.333333333333%;
    max-width: 83.333333333333%;
  }
  [class*='grid'] > [class*="_sm-11"] {
    -ms-flex-preferred-size: 91.666666666667%;
    -webkit-flex-basis: 91.666666666667%;
    flex-basis: 91.666666666667%;
    max-width: 91.666666666667%;
  }
  [class*='grid'] > [class*="_sm-12"] {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [push-left*="_sm-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [push-left*="_sm-1"] {
    margin-left: 8.3333333333333%;
  }
  [class*="grid"] > [push-left*="_sm-2"] {
    margin-left: 16.666666666667%;
  }
  [class*="grid"] > [push-left*="_sm-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [push-left*="_sm-4"] {
    margin-left: 33.333333333333%;
  }
  [class*="grid"] > [push-left*="_sm-5"] {
    margin-left: 41.666666666667%;
  }
  [class*="grid"] > [push-left*="_sm-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [push-left*="_sm-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [push-left*="_sm-7"] {
    margin-left: 58.333333333333%;
  }
  [class*="grid"] > [push-left*="_sm-8"] {
    margin-left: 66.666666666667%;
  }
  [class*="grid"] > [push-left*="_sm-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [push-left*="_sm-10"] {
    margin-left: 83.333333333333%;
  }
  [class*="grid"] > [push-left*="_sm-11"] {
    margin-left: 91.666666666667%;
  }
  [class*="grid"] > [push-right*="_sm-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [push-right*="_sm-1"] {
    margin-right: 8.3333333333333%;
  }
  [class*="grid"] > [push-right*="_sm-2"] {
    margin-right: 16.666666666667%;
  }
  [class*="grid"] > [push-right*="_sm-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [push-right*="_sm-4"] {
    margin-right: 33.333333333333%;
  }
  [class*="grid"] > [push-right*="_sm-5"] {
    margin-right: 41.666666666667%;
  }
  [class*="grid"] > [push-right*="_sm-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [push-right*="_sm-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [push-right*="_sm-7"] {
    margin-right: 58.333333333333%;
  }
  [class*="grid"] > [push-right*="_sm-8"] {
    margin-right: 66.666666666667%;
  }
  [class*="grid"] > [push-right*="_sm-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [push-right*="_sm-10"] {
    margin-right: 83.333333333333%;
  }
  [class*="grid"] > [push-right*="_sm-11"] {
    margin-right: 91.666666666667%;
  }
}
@media only screen and (max-width: 480px) {
  [class*="_xs-1"] > .col,
  [class*="_xs-1"] > [class*='col-'] {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_xs-2"] > .col,
  [class*="_xs-2"] > [class*='col-'] {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_xs-3"] > .col,
  [class*="_xs-3"] > [class*='col-'] {
    -ms-flex-preferred-size: 33.333333333333%;
    -webkit-flex-basis: 33.333333333333%;
    flex-basis: 33.333333333333%;
    max-width: 33.333333333333%;
  }
  [class*="_xs-4"] > .col,
  [class*="_xs-4"] > [class*='col-'] {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_xs-5"] > .col,
  [class*="_xs-5"] > [class*='col-'] {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_xs-6"] > .col,
  [class*="_xs-6"] > [class*='col-'] {
    -ms-flex-preferred-size: 16.666666666667%;
    -webkit-flex-basis: 16.666666666667%;
    flex-basis: 16.666666666667%;
    max-width: 16.666666666667%;
  }
  [class*="_xs-7"] > .col,
  [class*="_xs-7"] > [class*='col-'] {
    -ms-flex-preferred-size: 14.285714285714%;
    -webkit-flex-basis: 14.285714285714%;
    flex-basis: 14.285714285714%;
    max-width: 14.285714285714%;
  }
  [class*="_xs-8"] > .col,
  [class*="_xs-8"] > [class*='col-'] {
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_xs-9"] > .col,
  [class*="_xs-9"] > [class*='col-'] {
    -ms-flex-preferred-size: 11.111111111111%;
    -webkit-flex-basis: 11.111111111111%;
    flex-basis: 11.111111111111%;
    max-width: 11.111111111111%;
  }
  [class*="_xs-10"] > .col,
  [class*="_xs-10"] > [class*='col-'] {
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_xs-11"] > .col,
  [class*="_xs-10"] > [class*='col-'] {
    -ms-flex-preferred-size: 9.0909090909091%;
    -webkit-flex-basis: 9.0909090909091%;
    flex-basis: 9.0909090909091%;
    max-width: 9.0909090909091%;
  }
  [class*="_xs-12"] > .col,
  [class*="_xs-11"] > [class*='col-'] {
    -ms-flex-preferred-size: 8.3333333333333%;
    -webkit-flex-basis: 8.3333333333333%;
    flex-basis: 8.3333333333333%;
    max-width: 8.3333333333333%;
  }
  [class*='grid'] > [class*="_xs-1"] {
    -ms-flex-preferred-size: 8.3333333333333%;
    -webkit-flex-basis: 8.3333333333333%;
    flex-basis: 8.3333333333333%;
    max-width: 8.3333333333333%;
  }
  [class*='grid'] > [class*="_xs-2"] {
    -ms-flex-preferred-size: 16.666666666667%;
    -webkit-flex-basis: 16.666666666667%;
    flex-basis: 16.666666666667%;
    max-width: 16.666666666667%;
  }
  [class*='grid'] > [class*="_xs-3"] {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='grid'] > [class*="_xs-4"] {
    -ms-flex-preferred-size: 33.333333333333%;
    -webkit-flex-basis: 33.333333333333%;
    flex-basis: 33.333333333333%;
    max-width: 33.333333333333%;
  }
  [class*='grid'] > [class*="_xs-5"] {
    -ms-flex-preferred-size: 41.666666666667%;
    -webkit-flex-basis: 41.666666666667%;
    flex-basis: 41.666666666667%;
    max-width: 41.666666666667%;
  }
  [class*='grid'] > [class*="_xs-6"] {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='grid'] > [class*="_xs-7"] {
    -ms-flex-preferred-size: 58.333333333333%;
    -webkit-flex-basis: 58.333333333333%;
    flex-basis: 58.333333333333%;
    max-width: 58.333333333333%;
  }
  [class*='grid'] > [class*="_xs-8"] {
    -ms-flex-preferred-size: 66.666666666667%;
    -webkit-flex-basis: 66.666666666667%;
    flex-basis: 66.666666666667%;
    max-width: 66.666666666667%;
  }
  [class*='grid'] > [class*="_xs-9"] {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='grid'] > [class*="_xs-10"] {
    -ms-flex-preferred-size: 83.333333333333%;
    -webkit-flex-basis: 83.333333333333%;
    flex-basis: 83.333333333333%;
    max-width: 83.333333333333%;
  }
  [class*='grid'] > [class*="_xs-11"] {
    -ms-flex-preferred-size: 91.666666666667%;
    -webkit-flex-basis: 91.666666666667%;
    flex-basis: 91.666666666667%;
    max-width: 91.666666666667%;
  }
  [class*='grid'] > [class*="_xs-12"] {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [push-left*="_xs-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [push-left*="_xs-1"] {
    margin-left: 8.3333333333333%;
  }
  [class*="grid"] > [push-left*="_xs-2"] {
    margin-left: 16.666666666667%;
  }
  [class*="grid"] > [push-left*="_xs-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [push-left*="_xs-4"] {
    margin-left: 33.333333333333%;
  }
  [class*="grid"] > [push-left*="_xs-5"] {
    margin-left: 41.666666666667%;
  }
  [class*="grid"] > [push-left*="_xs-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [push-left*="_xs-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [push-left*="_xs-7"] {
    margin-left: 58.333333333333%;
  }
  [class*="grid"] > [push-left*="_xs-8"] {
    margin-left: 66.666666666667%;
  }
  [class*="grid"] > [push-left*="_xs-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [push-left*="_xs-10"] {
    margin-left: 83.333333333333%;
  }
  [class*="grid"] > [push-left*="_xs-11"] {
    margin-left: 91.666666666667%;
  }
  [class*="grid"] > [push-right*="_xs-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [push-right*="_xs-1"] {
    margin-right: 8.3333333333333%;
  }
  [class*="grid"] > [push-right*="_xs-2"] {
    margin-right: 16.666666666667%;
  }
  [class*="grid"] > [push-right*="_xs-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [push-right*="_xs-4"] {
    margin-right: 33.333333333333%;
  }
  [class*="grid"] > [push-right*="_xs-5"] {
    margin-right: 41.666666666667%;
  }
  [class*="grid"] > [push-right*="_xs-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [push-right*="_xs-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [push-right*="_xs-7"] {
    margin-right: 58.333333333333%;
  }
  [class*="grid"] > [push-right*="_xs-8"] {
    margin-right: 66.666666666667%;
  }
  [class*="grid"] > [push-right*="_xs-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [push-right*="_xs-10"] {
    margin-right: 83.333333333333%;
  }
  [class*="grid"] > [push-right*="_xs-11"] {
    margin-right: 91.666666666667%;
  }
}
@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;
  }
  #gform_fields_1 #field_1_1 .gfield_label {
    float: left;
  }
  #gform_fields_1 #field_1_2 {
    width: 48%;
    margin-right: 4%;
    display: inline-block;
  }
  #gform_fields_1 #field_1_3 {
    width: 48%;
    display: inline-block;
  }
  .gform_footer #gform_submit_button_1 {
    width: 220px;
  }
  #agenda:before {
    bottom: 261px;
    left: -238px;
  }
  #agenda .inner-agenda {
    min-height: 405px;
  }
  #agenda .inner-agenda h2 {
    padding: 240px 40px 0 40px;
  }
  #agenda .inner-agenda .day {
    left: 40px;
    top: 0px;
  }
  #agenda .inner-agenda .month {
    top: 28px;
    left: 165px;
  }
  #agenda .inner-agenda .details-wrapper {
    left: 190px;
  }
  #agenda .inner-agenda a.excerpt-read-more {
    padding-left: 40px;
  }
  #post-17 .infocenter h2.second-title {
    display: block;
  }
  .sidebar .infocenter_widget .infocenter .picture {
    width: 35%;
    float: left;
    min-height: 180px;
    margin-bottom: 0;
  }
  .sidebar .infocenter_widget .infocenter .details {
    width: 65%;
    padding: 0 0 0 20px;
    min-height: 182px;
  }
  .sidebar .publications_widget .publication .inner {
    width: 45%;
    min-height: 100px;
  }
  .sidebar .publications_widget .description {
    width: 55%;
    margin-top: 0;
    padding-left: 15px;
    min-height: 100px;
  }
  .sidebar .publications_widget .description .title {
    padding-bottom: 20px;
  }
  .sidebar .publications_widget .description .date {
    font-size: 14px;
    position: absolute;
    bottom: 0;
  }
  .publications-categories .bx-wrapper .bx-viewport ul li button {
    font-size: 24px;
    padding: 0 0 13px 0;
  }
  .mfp-content #info-center-popup .title {
    font-size: 22px;
  }
  .mfp-content #info-center-popup #postal-code {
    font-size: 24px;
  }
  #info-center .contact .persons .person .person-details,
  .infocenter .contact .persons .person .person-details {
    max-width: 220px;
  }
}
@media only screen and (min-width: 768px) {
  .onecol {
    width: 5.801104972%;
  }
  .twocol {
    width: 14.364640883%;
  }
  .threecol {
    width: 22.928176794%;
  }
  .fourcol {
    width: 31.491712705%;
  }
  .fivecol {
    width: 40.055248616%;
  }
  .sixcol {
    width: 48.618784527%;
  }
  .sevencol {
    width: 57.182320438000005%;
  }
  .eightcol {
    width: 65.74585634900001%;
  }
  .ninecol {
    width: 74.30939226%;
  }
  .tencol {
    width: 82.87292817100001%;
  }
  .elevencol {
    width: 91.436464082%;
  }
  .twelvecol {
    width: 99.999999993%;
  }
  .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;
  }
  .visible-tablet {
    display: block;
  }
  .hidden-tablet {
    display: none;
  }
  footer.footer #inner-footer {
    padding: 40px 50px 50px 50px;
  }
  footer.footer #inner-footer .footer-logo {
    display: block;
  }
  footer.footer #inner-footer .footer-logo img {
    width: 75px;
    height: 38px;
  }
  footer.footer #inner-footer .gform_wrapper {
    zoom: 1;
    margin-bottom: 45px;
  }
  footer.footer #inner-footer .gform_wrapper:before,
  footer.footer #inner-footer .gform_wrapper:after {
    content: "";
    display: table;
  }
  footer.footer #inner-footer .gform_wrapper:after {
    clear: both;
  }
  footer.footer #inner-footer .gform_wrapper .gform_heading {
    font-size: 18px;
    color: #11ab4b;
    margin-bottom: 0px;
  }
  footer.footer #inner-footer .gform_wrapper .gform_body {
    width: 70%;
    float: left;
  }
  footer.footer #inner-footer .gform_wrapper .gform_body .gfield input {
    font-size: 34px;
    margin-bottom: 0;
  }
  footer.footer #inner-footer .gform_wrapper .gform_body .gfield#field_2_1 {
    margin-right: 20px;
  }
  footer.footer #inner-footer .gform_wrapper .gform_footer {
    width: 30%;
    float: left;
    margin-top: 29px;
  }
  footer.footer #inner-footer nav {
    display: block;
  }
  footer.footer #inner-footer nav ul.footer-nav {
    zoom: 1;
  }
  footer.footer #inner-footer nav ul.footer-nav:before,
  footer.footer #inner-footer nav ul.footer-nav:after {
    content: "";
    display: table;
  }
  footer.footer #inner-footer nav ul.footer-nav:after {
    clear: both;
  }
  footer.footer #inner-footer nav ul.footer-nav > li {
    float: left;
    width: 33.33%;
  }
  footer.footer #inner-footer .logo,
  footer.footer #inner-footer nav,
  footer.footer #inner-footer .contact,
  footer.footer #inner-footer .logos {
    float: left;
  }
  footer.footer #inner-footer .logo {
    width: 20%;
  }
  footer.footer #inner-footer nav {
    width: 80%;
    padding-bottom: 50px;
  }
  footer.footer #inner-footer .contact {
    width: 50%;
  }
  footer.footer #inner-footer .logos {
    width: 50%;
    margin-top: 0px;
  }
  footer.footer #inner-footer .logos .left {
    float: right;
  }
  footer.bottom-footer {
    padding: 0 50px;
  }
  footer.bottom-footer #menu-bottom-menu {
    width: 50%;
    float: left;
  }
  footer.bottom-footer .social-icons {
    width: 50%;
    float: right;
    text-align: right;
  }
  .button,
  .button:visited {
    padding: 16px 65px 16px 20px;
    font-size: 16px;
  }
  .button i,
  .button:visited i {
    top: 18px;
    right: 15px;
    font-size: 16px;
  }
  #services-slider {
    min-height: 480px;
  }
  #services-slider li .content {
    height: 480px;
    background-size: contain, cover;
    padding: 80px 0 0 90px;
  }
  #services-slider li .content .wrapper h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  #services-slider li .content .wrapper p {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 50px 0;
  }
  #services-slider #services-slider-pager {
    bottom: auto;
    left: auto;
    right: 0;
    top: 135px;
    z-index: 99;
  }
  #services-slider #services-slider-pager a {
    margin: 0 0 12px 0;
    padding: 20px 0 20px 32px;
    box-shadow: inset 0px 0px 0px 0px #11ab4b;
    min-width: 300px;
    color: #5f5e5c;
    font-weight: 600;
    font-size: 17px;
    height: auto;
    width: auto;
    text-indent: 0;
    border-radius: 0;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #services-slider #services-slider-pager a.active {
    box-shadow: inset 8px 0px 0px 0px #11ab4b;
  }
  #services-slider #services-slider-pager a.active,
  #services-slider #services-slider-pager a:hover {
    background: #fff;
  }
  #services-slider #services-slider-pager a:hover {
    color: #11ab4b;
  }
  .progressbar {
    margin-top: -8px;
    height: 8px;
  }
  #news .post .image,
  .blog #inner-content
.archive #inner-content .post .image {
    width: 33.33%;
    float: left;
    height: 260px;
  }
  #news .post .content,
  .blog #inner-content
.archive #inner-content .post .content {
    width: 66.66%;
    float: left;
  }
  #agenda {
    min-height: 275px;
  }
  #agenda:before {
    bottom: 100px;
  }
  #agenda .inner-agenda {
    min-height: 230px;
  }
  #agenda .inner-agenda .content {
    min-height: 200px;
  }
  #agenda .inner-agenda h2 {
    padding: 24px 75px 0 335px;
  }
  #agenda .inner-agenda a.excerpt-read-more {
    padding-left: 335px;
    position: relative;
  }
  #agenda .inner-agenda .details-wrapper {
    position: static;
    padding: 0px 60px 0 335px;
    margin-bottom: 10px;
  }
  #agenda .inner-agenda .details-wrapper .time {
    padding-left: 0px;
  }
  #faq,
  #member {
    width: 50%;
    float: left;
    min-height: 450px;
  }
  #faq .button-wrapper,
  #member .button-wrapper {
    position: absolute;
    bottom: 50px;
    left: 35px;
    right: 35px;
  }
  .infocenters-global h2 {
    padding: 30px 50px 0 50px;
  }
  .infocenters-global .first,
  .infocenters-global .last {
    float: left;
  }
  .infocenters-global .first {
    width: 35%;
    padding: 24px 15px 24px 30px;
  }
  .infocenters-global .middle {
    width: 37%;
    padding: 24px 15px 24px 15px;
  }
  .infocenters-global .last {
    width: 28%;
    padding: 24px 30px 24px 15px;
  }
  .infocenters-global .phone i,
  .infocenters-global .opening_hours_1 i,
  .infocenters-global .email i {
    display: none;
  }
  #info-center .details .location h2,
  .infocenter .details .location h2 {
    display: inline-block;
    width: auto;
  }
  #info-center .details .location .button,
  .infocenter .details .location .button {
    margin: 0;
    float: right;
  }
  #info-center .details .location .button i,
  .infocenter .details .location .button i {
    font-size: 20px;
  }
  #info-center .address,
  #info-center .contact,
  .infocenter .address,
  .infocenter .contact {
    width: 50%;
    float: left;
  }
  #info-center .address,
  .infocenter .address {
    padding: 24px 35px;
    min-height: 362px;
  }
  #info-center .contact,
  .infocenter .contact {
    padding: 25px 35px 30px 35px;
  }
  #info-center .contact:before,
  .infocenter .contact:before {
    width: 1px;
    background: #d8d7d6;
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 10px;
    content: "";
    display: block;
  }
  #info-center .contact:after,
  .infocenter .contact:after {
    display: none;
  }
  #info-center .contact .persons .person .person-details,
  .infocenter .contact .persons .person .person-details {
    max-width: 200px;
  }
  #quick-links a {
    width: 33.33%;
    float: left;
  }
  #quick-links a:before {
    display: none;
  }
  #quick-links a:after {
    content: "";
    display: block;
    width: 1px;
    background: #d8d7d6;
    top: 8px;
    bottom: 8px;
    right: 0;
    position: absolute;
  }
  #quick-links a:last-child:after {
    display: none;
  }
  .entry-content {
    padding: 40px 20px 80px 40px;
  }
  header.article-header {
    min-height: 550px;
    padding: 70px 44px;
  }
  header.article-header h1 {
    font-size: 90px;
    line-height: 90px;
    padding-top: 70px;
  }
  .faq .faq-wrapper,
  .faq .structure-wrapper {
    padding: 0 40px;
  }
  .faq .faq-row .entry-content,
  .faq .structure-row .entry-content {
    padding: 5px 0 10px 30px;
  }
  .faq h3 {
    font-size: 22px;
    padding-left: 30px;
  }
  .faq h3 i {
    font-size: 14px;
    top: 7px;
  }
  .agenda .left {
    width: 65%;
    float: left;
  }
  .agenda .right {
    width: 35%;
    float: right;
    position: relative;
  }
  .agenda .right .calendar.fixed {
    position: fixed;
    top: 0;
    margin-top: 0;
  }
  .agenda .right .calendar.fixed-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .calendar .month .monthname {
    width: 79%;
  }
  .calendar .month .navigation {
    width: 21%;
  }
  .calendar .month .navigation a {
    width: 28px;
  }
  #main {
    width: 60%;
    float: left;
  }
  aside.sidebar {
    width: 40%;
    float: right;
    margin-top: 40px;
    padding: 0 40px 0 20px;
  }
  .sidebar {
    border-left: 1px solid #d8d7d6;
  }
  .sidebar .widget:first-child {
    border-top: none;
    padding-top: 0;
  }
  .sidebar .infocenter_widget .infocenter .picture {
    width: 100%;
    min-height: 100px;
    margin-bottom: 15px;
  }
  .sidebar .infocenter_widget .infocenter .details {
    width: 100%;
    padding: 0;
    min-height: 160px;
  }
  .sidebar .publications_widget .publication .inner {
    width: 120px;
    min-height: 160px;
  }
  .sidebar .publications_widget .description {
    width: 100%;
    margin-top: 15px;
    padding-left: 0px;
    min-height: 0;
  }
  .sidebar .publications_widget .description .title {
    padding-bottom: 0px;
  }
  .sidebar .publications_widget .description .date {
    position: static;
  }
  .person-single-container .content.grid .image {
    width: 230px;
    height: 230px;
    padding: 70px 0;
  }
  .person-single-container .content.grid .about {
    text-align: left;
  }
  .person-single-container .content.grid .about .name {
    margin-top: 0;
  }
  .person-single-container .content.grid .contact {
    text-align: left;
    border-left: 1px solid #11ab4b;
    padding-left: 20px;
    margin-left: 20px;
    margin-top: 65px;
    padding-bottom: 0;
  }
  .person-single-container .content.grid .contact i {
    padding-right: 10px;
    color: #11ab4b;
    font-size: 15px;
  }
  .person-single-container .content.grid a.icon-close {
    top: 55px;
    bottom: 95%;
    right: 55px;
    margin-right: 0;
  }
  .publications-categories ul li {
    display: inline-block;
  }
  .publications-categories ul li.current button {
    outline: none;
    border-bottom: 6px solid #2fd97a;
    color: #2fd97a;
  }
  .publications-categories ul li button {
    padding: 0 0 13px 0;
    margin-right: 25px;
    font-size: 23px;
    color: white;
    font-weight: 600;
    border: none;
    background: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .publications-categories ul li button:hover {
    color: #0d8139;
  }
  .mfp-content #info-center-popup #postal-code {
    width: 385px;
    float: left;
  }
  .mfp-content #info-center-popup button {
    padding: 10px 25px;
    float: right;
    width: auto;
    margin-top: 2px;
  }
  .mfp-content #info-center-popup a {
    float: right;
  }
  .search .article-header #searchform {
    font-size: 96px;
  }
  .search .article-header #searchform .search-button {
    margin-top: -135px;
  }
  .search .article-header #searchform .search-button .icon-search-thin {
    font-size: 48px;
    top: 35px;
  }
  .search-results .item {
    width: 50%;
  }
  .search-results h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .single-post .single-article-header,
  .type-structure .single-article-header {
    padding: 40px 20px 0px 40px;
  }
  .single-post .single-article-header h2,
  .type-structure .single-article-header h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .page-template-page-structures .entry-content {
    padding-bottom: 30px;
  }
  .faq .faq-wrapper,
  .faq .structure-wrapper {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .visible-desktop {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  .header {
    padding: 40px 0;
    height: auto;
  }
  .header #mobile-menu-button {
    display: none;
  }
  .header #topmenu,
  .header nav {
    display: block;
  }
  .person-single-container .content.grid .image {
    width: 240px;
    height: 240px;
  }
  #container {
    position: relative;
    padding-left: 320px;
    min-height: 100%;
  }
  .header {
    z-index: 99999;
    overflow: visible;
  }
  .header {
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 100%;
  }
  .header #logo {
    float: none;
  }
  .fixed-menu .header {
    position: fixed;
  }
  body.to_small .header {
    position: absolute;
    min-height: 100%;
  }
  .header nav div.nav > ul > li > ul.sub-menu,
  .header nav div.nav > ul > li > ul.children {
    top: 0;
    left: 320px;
    width: 0;
    padding-top: 81px;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header nav div.nav > ul > li > ul.sub-menu li.back,
  .header nav div.nav > ul > li > ul.children li.back {
    display: none;
  }
  .header nav div.nav > ul > li > ul.sub-menu li,
  .header nav div.nav > ul > li > ul.children li {
    left: -370px;
    width: 370px;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header nav div.nav > ul > li.hover > ul {
    display: block;
    width: 370px;
  }
  .header nav div.nav > ul > li.hover > ul li {
    left: 0;
  }
  #topmenu {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .no-js .header nav > ul.nav > li:hover > ul,
  .no-js .header nav div.nav > ul > li:hover > ul {
    display: block;
  }
  #sidebar_search {
    display: block;
    margin-top: 80px;
    position: relative;
    border-top: 1px solid #407570;
    border-bottom: 1px solid #407570;
  }
  #sidebar_search input {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
    z-index: 2;
    border: 0;
    padding: 18px 22px 18px 52px;
    background: transparent;
    color: white;
    font-weight: bold;
    outline: 0;
    width: 100%;
  }
  #sidebar_search input::-webkit-input-placeholder {
    color: white;
    text-transform: uppercase;
  }
  #sidebar_search input:-moz-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
  }
  #sidebar_search input::-moz-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
  }
  #sidebar_search input:-ms-input-placeholder {
    color: white;
    text-transform: uppercase;
  }
  #sidebar_search input:placeholder-shown {
    color: white;
    text-transform: uppercase;
  }
  #sidebar_search input:focus {
    z-index: 0;
    padding: 18px 22px 18px 22px;
    background: white;
    color: #11ab4b;
  }
  #sidebar_search button {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: none;
    z-index: 1;
    border: 0;
    position: absolute;
    top: 18px;
    right: 100%;
    margin-right: -42px;
    color: white;
  }
  #sidebar_search.focus button {
    right: 18px;
    margin-right: 0;
    color: #11ab4b;
  }
  #inactive-zone {
    position: absolute;
    width: 120px;
    height: 700px;
    right: 0;
    top: 217px;
  }
  nav:hover + #inactive-zone {
    display: none;
  }
  .open-menu {
    display: none;
  }
  .header nav div.nav ul > li > a {
    padding: 25px 30px 25px 30px;
  }
  .header nav div.nav > ul > li > a span {
    padding-left: 32px;
  }
  .header nav div.nav > ul > li > a span:before {
    font-size: 20px;
    top: -1px;
  }
  .header nav div.nav > ul > li > a:before,
  .header nav div.nav > ul > li > a:after {
    left: 27px;
    right: 27px;
  }
  .header #inner-header {
    padding-top: 0;
  }
  .header #logo {
    width: 170px;
    margin-top: 60px;
    position: relative;
    margin-left: 30px;
    top: 0;
    right: 0;
  }
  .header #logo:after {
    content: "De Mënsch am Mëttelpunkt";
    color: #5f5e5c;
    font-size: 14px;
    position: absolute;
    left: 93px;
    bottom: -1px;
    width: 190px;
    letter-spacing: -1px;
    font-weight: 400;
    opacity: 0.6;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header.other-sites #logo:after {
    color: white;
  }
  .header.other-sites nav div.nav ul > li > a {
    box-shadow: inset 0px 0px 0px 0px #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header.other-sites nav div.nav ul > li > a:hover {
    background: rgba(255,255,255,0.1);
    cursor: pointer;
    box-shadow: inset -6px 0px 0px 0px #fff;
  }
  #agenda {
    min-height: 250px;
  }
  #agenda:before {
    bottom: 85px;
  }
  #agenda .inner-agenda {
    min-height: 205px;
  }
  #agenda .inner-agenda .content {
    min-height: 175px;
  }
  .calendar .month .monthname {
    width: 74%;
  }
  .calendar .month .navigation {
    width: 26%;
  }
  .calendar .month .navigation a {
    width: 40px;
  }
  #services-slider {
    min-height: 660px;
  }
  #services-slider li .content {
    height: 660px;
    padding: 0 0 0 90px;
  }
  #services-slider li .content .wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #services-slider #services-slider-pager a {
    min-width: 400px;
  }
  .agenda {
    width: 100%;
  }
  .agenda .left .event {
    position: relative;
    padding-left: 100px;
  }
  .agenda .left .event .details .meta .categories,
  .agenda .left .event .details .meta .time,
  .agenda .left .event .details .meta .place,
  .agenda .left .event .details .meta .organized-by,
  .agenda .left .event .details .meta .attachment {
    display: inline-block;
    padding: 0 20px 0 0;
  }
  .agenda .left .event .details .meta .categories {
    margin-bottom: 0px;
  }
  .calendar .days .day .day-inner .events .event {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 1400px) {
  .person-single-container .content.grid .image {
    width: 320px;
    height: 320px;
  }
  #news .post,
  .blog #inner-content .post,
  .archive #inner-content .post {
    width: 33.33%;
  }
  #news .post .image,
  #news .post .content,
  .blog #inner-content .post .image,
  .blog #inner-content .post .content,
  .archive #inner-content .post .image,
  .archive #inner-content .post .content {
    width: 100%;
    float: none;
  }
  #news .post .content,
  .blog #inner-content .post .content,
  .archive #inner-content .post .content {
    min-height: 330px;
  }
  #news .post .content:first-child .content,
  .blog #inner-content .post .content:first-child .content,
  .archive #inner-content .post .content:first-child .content {
    border-right: 1px solid #d8d7d6;
    border-left: none;
  }
  .category-photos #inner-content .post {
    width: 50%;
  }
  #faq {
    border-left: 1px solid rgba(216,215,214,0.5);
  }
  .entry-content {
    padding: 60px 50px 120px 50px;
    font-size: 20px;
    line-height: 28px;
  }
  .entry-content h2 {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 46px;
  }
  .entry-content h3 {
    font-weight: 600;
    color: #11ab4b;
    margin: 40px 0 25px 0;
  }
  .entry-content p {
    margin: 0 0 40px 0;
  }
  .infocenters-global .first,
  .infocenters-global .middle,
  .infocenters-global .last {
    padding: 14px 20px 34px 85px;
    width: auto;
  }
  .infocenters-global .phone i,
  .infocenters-global .opening_hours_1 i,
  .infocenters-global .email i {
    display: block;
  }
  #main {
    width: 66.66%;
  }
  aside.sidebar {
    width: 33.33%;
    margin-top: 60px;
    padding: 0 50px;
  }
  aside.sidebar .publications_widget .publication .inner {
    width: 45%;
    min-height: 100px;
  }
  aside.sidebar .publications_widget .description {
    width: 55%;
    margin-top: 0;
    padding-left: 15px;
    min-height: 100px;
  }
  aside.sidebar .publications_widget .description .title {
    padding-bottom: 20px;
  }
  aside.sidebar .publications_widget .description .date {
    position: absolute;
    bottom: 0;
  }
  footer.footer #inner-footer nav {
    padding-bottom: 0;
    width: 50%;
  }
  footer.footer #inner-footer .logo {
    width: 10%;
  }
  footer.footer #inner-footer .logos {
    width: 20%;
  }
  footer.footer #inner-footer .contact {
    width: 20%;
  }
  footer.footer #inner-footer .gform_wrapper .gform_body {
    width: 80%;
    float: left;
  }
  footer.footer #inner-footer .gform_wrapper .gform_footer {
    width: 20%;
  }
  .single-post .single-article-header,
  .type-structure .single-article-header {
    padding: 30px 50px 0px 50px;
  }
  .single-post .single-article-header h2,
  .type-structure .single-article-header h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .page-template-page-structures .entry-content {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  #info-center .picture,
  .infocenter .picture {
    width: 33.33%;
    float: left;
    background-size: cover;
    background-position: center center;
    background-color: #d8d7d6;
    display: block;
  }
  #info-center .details,
  .infocenter .details {
    width: 66.66%;
    float: left;
  }
  .infocenters-global .phone,
  .infocenters-global .opening_hours_1,
  .infocenters-global .email {
    font-size: 29px;
  }
  #agenda,
  #faq,
  #member {
    width: 33.33%;
    float: left;
    min-height: 450px;
  }
  #agenda {
    border-bottom: none;
    border-right: 1px solid rgba(216,215,214,0.5);
    min-height: 450px;
  }
  #agenda:before {
    top: -390px;
    right: 123px;
    -ms-transform: rotate(-30deg);
    -webkit-transform: translate3d(0,0,0) rotate(-30deg);
    transform: translate3d(0,0,0) rotate(-30deg);
  }
  #agenda .inner-agenda {
    min-height: 410px;
  }
  #agenda .inner-agenda .content {
    min-height: 375px;
  }
  #agenda .inner-agenda h2 {
    padding: 240px 40px 0 40px;
  }
  #agenda .inner-agenda .month {
    top: 30px;
    left: 158px;
  }
  #agenda .inner-agenda .details-wrapper {
    left: 160px;
    position: absolute;
    margin-bottom: 0;
    padding: 10px 60px 0 0px;
  }
  #agenda .inner-agenda .details-wrapper .time {
    padding-left: 30px;
  }
  #agenda .inner-agenda a.excerpt-read-more {
    padding-left: 40px;
    position: absolute;
  }
  .sidebar {
    line-height: 24px;
  }
  .sidebar .contact_widget .phone,
  .sidebar .renseignements_widget .phone,
  .sidebar .helpdesk_widget .phone {
    font-size: 28px;
  }
  .sidebar .membre_widget .member-content h4,
  .sidebar .membre_widget .member-content p,
  .sidebar .membre_widget .member-content a {
    padding-left: 120px;
    padding-top: 0;
  }
  .sidebar .infocenter_widget .infocenter .picture {
    width: 35%;
    float: left;
    min-height: 180px;
    margin-bottom: 0;
  }
  .sidebar .infocenter_widget .infocenter .details {
    width: 65%;
    padding: 0 0 0 20px;
    min-height: 182px;
  }
}
@media only screen and (min-width: 1800px) {
  #container {
    padding-left: 465px;
  }
  .header {
    width: 465px;
  }
  .header nav > ul.nav > li > ul.sub-menu,
  .header nav > ul.nav > li > ul.children,
  .header nav div.nav > ul > li > ul.sub-menu,
  .header nav div.nav > ul > li > ul.children {
    left: 465px;
  }
  .header nav div.nav ul > li > a {
    padding: 30px 65px 30px 65px;
  }
  .header nav div.nav > ul > li > a span {
    padding-left: 50px;
  }
  .header nav div.nav > ul > li > a span:before {
    font-size: 30px;
    top: -5px;
  }
  .header nav div.nav > ul > li > a:before,
  .header nav div.nav > ul > li > a:after {
    left: 65px;
    right: 65px;
  }
  .header #logo {
    margin-left: 60px;
  }
  .person-single-container .content.grid .image {
    width: 350px;
    height: 350px;
  }
  #news .post .content,
  .blog #inner-content .post .content,
  .archive #inner-content .post .content {
    min-height: 290px;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav,
  .breadcrumbs,
  #quick-links,
  footer.footer,
  footer.bottom-footer {
    display: none;
  }
  .header #logo {
    right: auto;
    left: 30px;
  }
  .agenda .left,
  .agenda .right {
    height: auto !important;
  }
  .agenda .left {
    padding-left: 10px;
  }
  .agenda .right {
    display: none;
  }
  .agenda .event .date,
  .agenda .event .details {
    height: auto !important;
  }
  header.article-header {
    min-height: 0;
    padding: 10px 30px 30px 30px;
  }
  .entry-content,
  .faq .faq-wrapper {
    padding: 0 30px;
  }
  header.article-header h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .agenda {
    width: 100%;
  }
  .agenda .left .event {
    position: relative;
    padding-left: 100px;
  }
  .agenda .left .event .details .meta .categories,
  .agenda .left .event .details .meta .time,
  .agenda .left .event .details .meta .place,
  .agenda .left .event .details .meta .organized-by,
  .agenda .left .event .details .meta .attachment {
    display: inline-block;
    padding: 0 20px 0 0;
  }
  .agenda .left .event .details .meta .categories {
    margin-bottom: 0px;
  }
  .calendar .days .day .day-inner .events .event {
    width: 8px;
    height: 8px;
  }
}
