article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
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: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-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;
}
.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;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px 0;
  padding: 10px 20px;
  border: 1px solid;
}
.alert p {
  margin: 0;
}
.alert-help {
  margin: 10px 0;
  padding: 10px 20px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-help p {
  margin: 0;
}
.alert-info {
  margin: 10px 0;
  padding: 10px 20px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-info p {
  margin: 0;
}
.alert-error {
  margin: 10px 0;
  padding: 10px 20px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-error p {
  margin: 0;
}
.alert-success {
  margin: 10px 0;
  padding: 10px 20px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
.alert-success p {
  margin: 0;
}
.button,
.button:visited {
  border: 0;
  background: #c5d102;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover,
.button:focus,
.button:visited:hover,
.button:visited:focus {
  color: #fff;
  background: #959e02;
}
.button.red,
.button:visited.red {
  background-color: #c22000;
}
.button.red:hover,
.button.red:focus,
.button:visited.red:hover,
.button:visited.red:focus {
  color: #fff;
  background: #8f1800;
}
.button.grey,
.button:visited.grey {
  background-color: #9d9d9d;
}
.button.grey:hover,
.button.grey:focus,
.button:visited.grey:hover,
.button:visited.grey:focus {
  color: #fff;
  background: #848484;
}
.centerVertically {
  display: -ms-flexbox;
  -ms-flex-align: center;
  display: -moz-box;
  -moz-box-align: center;
  display: -webkit-box;
  -webkit-box-align: center;
  display: box;
  box-align: center;
}
.centerHorizontally {
  -webkit-box-pack: center;
  -moz-box-pack: center;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-ExtraLight.eot');
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-ExtraLight.eot#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro/WOFF/OTF/SourceSansPro-ExtraLight.otf.woff') format('woff'), url('../fonts/source-sans-pro/OTF/SourceSansPro-ExtraLight.otf') format('opentype'), url('../fonts/source-sans-pro/TTF/SourceSansPro-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-ExtraLightIt.eot');
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-ExtraLightIt.eot#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro/WOFF/OTF/SourceSansPro-ExtraLightIt.otf.woff') format('woff'), url('../fonts/source-sans-pro/OTF/SourceSansPro-ExtraLightIt.otf') format('opentype'), url('../fonts/source-sans-pro/TTF/SourceSansPro-ExtraLightIt.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-Light.eot');
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-Light.eot#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro/WOFF/OTF/SourceSansPro-Light.otf.woff') format('woff'), url('../fonts/source-sans-pro/OTF/SourceSansPro-Light.otf') format('opentype'), url('../fonts/source-sans-pro/TTF/SourceSansPro-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-LightIt.eot');
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-LightIt.eot#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro/WOFF/OTF/SourceSansPro-LightIt.otf.woff') format('woff'), url('../fonts/source-sans-pro/OTF/SourceSansPro-LightIt.otf') format('opentype'), url('../fonts/source-sans-pro/TTF/SourceSansPro-LightIt.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-Regular.eot');
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-Regular.eot#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro/WOFF/OTF/SourceSansPro-Regular.otf.woff') format('woff'), url('../fonts/source-sans-pro/OTF/SourceSansPro-Regular.otf') format('opentype'), url('../fonts/source-sans-pro/TTF/SourceSansPro-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-It.eot');
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-It.eot#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro/WOFF/OTF/SourceSansPro-It.otf.woff') format('woff'), url('../fonts/source-sans-pro/OTF/SourceSansPro-It.otf') format('opentype'), url('../fonts/source-sans-pro/TTF/SourceSansPro-It.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-Semibold.eot');
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-Semibold.eot#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro/WOFF/OTF/SourceSansPro-Semibold.otf.woff') format('woff'), url('../fonts/source-sans-pro/OTF/SourceSansPro-Semibold.otf') format('opentype'), url('../fonts/source-sans-pro/TTF/SourceSansPro-Semibold.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-SemiboldIt.eot');
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-SemiboldIt.eot#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro/WOFF/OTF/SourceSansPro-SemiboldIt.otf.woff') format('woff'), url('../fonts/source-sans-pro/OTF/SourceSansPro-SemiboldIt.otf') format('opentype'), url('../fonts/source-sans-pro/TTF/SourceSansPro-SemiboldIt.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-Bold.eot');
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-Bold.eot#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro/WOFF/OTF/SourceSansPro-Bold.otf.woff') format('woff'), url('../fonts/source-sans-pro/OTF/SourceSansPro-Bold.otf') format('opentype'), url('../fonts/source-sans-pro/TTF/SourceSansPro-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-BoldIt.eot');
  src: url('../fonts/source-sans-pro/EOT/SourceSansPro-BoldIt.eot#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro/WOFF/OTF/SourceSansPro-BoldIt.otf.woff') format('woff'), url('../fonts/source-sans-pro/OTF/SourceSansPro-BoldIt.otf') format('opentype'), url('../fonts/source-sans-pro/TTF/SourceSansPro-BoldIt.ttf') format('truetype');
}
html,
body {
  height: 100%;
}
body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 100%;
  color: #565656;
  -webkit-font-smoothing: subpixel-antialiased;
}
ul {
  list-style: none;
}
::selection {
  background: #c5d102;
  color: white;
}
::-moz-selection {
  background: #c5d102;
  color: white;
}
.visible-phone {
  display: block;
}
.visible-tablet {
  display: none;
}
.visible-desktop {
  display: none;
}
.hidden-phone {
  display: none;
}
.hidden-tablet {
  display: block;
}
.hidden-desktop {
  display: block;
}
.hidden {
  display: none;
}
body.single-post .article-header h1 {
  margin: 0 0 20px 0;
  line-height: 35px;
}
body.page-template-page-contact-php .gmap-container {
  background: #e1e1e1;
}
body.page-template-page-contact-php .gmap-container .gmap {
  border: 0;
  width: 100%;
  height: 240px;
}
body.page-template-page-contact-php .gmap-container .info {
  padding: 20px;
}
body.page-template-page-contact-php article:nth-child(2) {
  margin-top: 40px;
}
body.home #content {
  margin-top: 0;
}
body.home h1 {
  margin-bottom: 10px;
}
.wrap {
  width: 96%;
  margin: 0 auto;
}
a,
a:visited {
  color: #c5d102;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-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: #9aa402;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
.rectangle-button {
  position: relative;
  float: right;
  margin: 2px 0 20px 0;
  padding: 0 30px;
  height: 40px;
  display: block;
  text-decoration: none;
  background: #c5d102;
  color: white !important;
  font-weight: 600;
  display: -ms-flexbox;
  -ms-flex-align: center;
  display: -moz-box;
  -moz-box-align: center;
  display: -webkit-box;
  -webkit-box-align: center;
  display: box;
  box-align: center;
}
.rectangle-button:hover {
  background: #adb802;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 300;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
h1 {
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h3 {
  font-size: 1.125em;
  font-weight: bold;
}
h4 {
  font-size: 1em;
  font-weight: 700;
  margin: 0;
}
h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.fullwidth {
  width: 100%;
  border-bottom: 2px solid #c5d102;
  margin: 30px 0 20px 0;
}
.fullwidth h2 {
  float: left;
  font-size: 35px;
  font-weight: 300;
  margin: 0;
  display: block;
  margin-bottom: -8px;
  line-height: 35px;
  background-color: white;
  padding-right: 3px;
}
.header-background {
  background: url(../images/header-bg.jpg) no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 107px;
  z-index: -10;
}
.header-background-left {
  background: #c5d102;
  position: absolute;
  top: 0;
  left: 0;
  width: 12%;
  height: 100%;
  max-height: 107px;
}
.admin-bar .header-background {
  top: 46px;
}
.header {
  position: relative;
}
.header #inner-header {
  position: relative;
}
.header #inner-header #logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.header #inner-header #description {
  line-height: 100px;
  height: 107px;
  text-align: right;
  font-size: 18px;
  letter-spacing: 2px;
  visibility: hidden;
}
.header #newsletter {
  display: none;
}
#top-nav {
  position: relative;
  background: #dadada;
  height: 47px;
  line-height: 47px;
}
#top-nav .header-background-left {
  display: none;
}
nav ul.nav {
  display: none;
  list-style: none;
}
nav ul.nav li.menu-item-831 {
  display: none;
}
nav ul.nav li a {
  font-weight: 600;
  display: block;
  text-decoration: none;
  padding: 0 8px;
  color: #333;
}
nav ul.nav li a:hover,
nav ul.nav li a:focus {
  background: #c5d102;
  color: white;
}
nav ul.nav li ul.sub-menu li a,
nav ul.nav li ul.children li a {
  padding-left: 30px;
}
nav ul.nav li.current-menu-item a,
nav ul.nav li.current-menu-ancestor a,
nav ul.nav li:hover a {
  background: #c5d102;
  color: white;
}
nav .tinynav {
  border: 0;
  display: block;
  height: 47px;
  width: 100%;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  background: 0;
  outline: none;
  background-image: url('../images/burger-menu.png');
  background-size: 25px 18px;
  background-repeat: no-repeat;
  background-position: right;
}
.language-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: flex;
  flex-flow: row wrap;
  height: 30px;
}
.language-wrapper li {
  height: 100%;
}
.language-wrapper li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0 10px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.6;
  z-index: 2;
  position: relative;
}
.language-wrapper li.current-lang {
  background-color: #b1bc00;
}
.language-wrapper li.current-lang a {
  pointer-events: none;
}
#content {
  margin: 40px 0 40px 0;
}
#content #inner-content img {
  max-width: 100%;
  height: auto;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.icon-plus {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 25px !important;
  border: 2px solid white;
}
body.home .slider_outer {
  margin: 25px 0;
}
body.home .slider_outer .slider .slide img {
  height: 426px;
  width: auto;
  margin: 0;
}
body.home .slider_outer .slider .slide .text {
  background: #fbf7f7;
  padding: 20px;
  font-size: 12px;
}
body.home .slider_outer .slider .slide .text h2 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 26px;
}
body.home .slider_outer .slider .slide .text h2 a {
  display: block;
  color: #333;
  text-decoration: none;
}
body.home .slider_outer .slider .slide .text .link {
  color: #c5d102;
  font-size: 1.25em;
  height: 1.75em;
  line-height: 1.75em;
  padding: 0 10px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: .1em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.home .slider_outer .slider .slide .text .link span {
  line-height: 1em;
  text-align: center;
  height: 1.1em;
  width: 1.1em;
  border-radius: 1.1em;
  font-size: 1.75em;
  float: left;
  margin-right: 5px;
  border: 2px solid #c5d102;
  -webkit-transition: border-color .3s ease-in-out;
  -moz-transition: border-color .3s ease-in-out;
  -ms-transition: border-color .3s ease-in-out;
  -o-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
}
body.home .slider_outer .slider .slide .text .link:hover {
  color: #333;
}
body.home .slider_outer .slider .slide .text .link:hover span {
  border-color: #333;
}
body.home .slider_outer .bx-wrapper {
  position: relative;
}
body.home .slider_outer .bx-wrapper .bx-controls-direction .bx-prev,
body.home .slider_outer .bx-wrapper .bx-controls-direction .bx-next {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  height: 90px;
  width: 53px;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body.home .slider_outer .bx-wrapper .bx-controls-direction .bx-prev:hover,
body.home .slider_outer .bx-wrapper .bx-controls-direction .bx-next:hover {
  opacity: 0.6;
}
body.home .slider_outer .bx-wrapper .bx-controls-direction .bx-prev {
  background: url('../images/arrow-left.png') no-repeat top center;
  background-size: 53px 90px;
  left: -80px;
  display: none;
}
body.home .slider_outer .bx-wrapper .bx-controls-direction .bx-next {
  background: url('../images/arrow-right.png') no-repeat top center;
  background-size: 53px 90px;
  right: -80px;
  display: none;
}
body.home .programs_outer .program {
  position: relative;
  display: block;
  text-decoration: none;
  background: #1b547b;
  color: white;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 21px;
  padding: 40px 10px 0 10px;
  text-align: center;
  margin-bottom: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.home .programs_outer .program .category {
  margin-top: 5px;
  font-size: 66%;
  line-height: 15px;
}
body.home .programs_outer .program:hover {
  background: #164666;
}
body.home .programs_outer .program .icon-plus {
  margin: 10px auto 0 auto;
}
body.home .event {
  display: block;
  text-decoration: none;
  background: #c5d102;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding: 20px;
}
body.home .event time {
  width: 95px;
  height: 95px;
  border: 6px solid white;
  border-radius: 95px;
  font-weight: bold;
  font-size: 21px;
  padding-top: 20px;
  line-height: 23px;
  display: block;
  margin: auto;
  text-transform: uppercase;
}
body.home .event time .year {
  font-weight: normal;
}
body.home .event .title {
  text-transform: uppercase;
  margin-top: 10px;
}
body.home .event:hover {
  background: #adb802;
}
body.home .event-all {
  margin: 2px 0 20px 0;
  line-height: 60px;
  height: 60px;
  display: block;
  text-decoration: none;
  background: #c5d102;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
body.home .event-all .icon-plus {
  margin: 0 10px 0 0;
  display: inline-block;
}
body.home .event-all:hover {
  background: #adb802;
}
body.home .vol-image {
  display: block;
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
}
body.home .vol-description {
  background: #c5d102;
  color: white;
  padding: 20px;
}
body.home .vol-description h2 {
  margin: 0;
  font-size: 20px;
}
body.home .vol-info {
  margin: 2px 0 20px 0;
  line-height: 60px;
  height: 60px;
  display: block;
  text-decoration: none;
  background: #c5d102;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
body.home .vol-info .icon-plus {
  margin: 0 10px 0 0;
  display: inline-block;
}
body.home .vol-info:hover {
  background: #adb802;
}
.sponsors {
  background: #dadada;
  text-align: center;
  padding: 20px;
}
.sponsors .sponsor {
  display: inline-block;
  max-width: 127px;
}
.sponsors .sponsor img {
  margin: 0;
}
.sponsors-all {
  margin: 2px 0 20px 0;
  line-height: 60px;
  height: 60px;
  display: block;
  text-decoration: none;
  background: #dadada;
  color: #333 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.sponsors-all .icon-plus {
  border-color: black;
  margin: 0 10px 0 0;
  display: inline-block;
}
.sponsors-all:hover {
  background: #cdcdcd;
}
.form_row {
  margin: 5px 0;
}
.form_row label {
  display: block;
  margin: 20px 0 5px 0;
  font-weight: bold;
}
.form_row .errors {
  list-style: none;
  margin: 0;
}
.form_row .errors li {
  width: 100%;
  margin: 40px auto 5px auto;
  text-align: center;
  font-size: 18px;
  padding: 15px;
  background-color: #e77b7b;
  color: #aa1f1f;
}
.form_row .errors li a {
  color: #aa1f1f;
}
.form_row .errors li a:hover {
  text-decoration: underline;
}
.event-list .type-event {
  padding: 5px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.event-list .month-events {
  margin-bottom: 20px;
}
ul.attachment-list li {
  padding: 0 0 5px 0;
}
ul.attachment-list li a {
  display: block;
  line-height: 24px;
  color: #333;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul.attachment-list li a i {
  font-size: 22px;
  display: block;
  color: #c5d102;
  float: left;
  margin-right: 10px;
  position: relative;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul.attachment-list li a:hover {
  color: #c5d102;
}
ul.attachment-list li a:hover i {
  color: white;
}
ul.attachment-list li a:hover i:after {
  content: "";
  display: block;
  background: #c5d102;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  position: absolute;
  bottom: 1px;
  left: 1px;
  z-index: -10;
}
ul.program-list li {
  width: 100%;
  margin: 0 0 2% 0;
  background-color: #e1e1e1;
}
ul.program-list li:nth-child(2n+0) {
  margin-right: 0;
}
ul.program-list li .excerpt-read-more {
  display: none;
}
ul.program-list li .details {
  padding: 10px 10px 70px 10px;
  position: relative;
}
ul.program-list li .details h2 {
  font-size: 20px;
  margin: 0;
}
ul.program-list li .details h2 a {
  color: #333;
}
ul.program-list li .details .rectangle-button {
  position: absolute;
  bottom: 0px;
  left: 10px;
  right: 10px;
  margin: 30px 0 10px 0;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}
ul.program-list li img.wp-post-image {
  width: 100%;
}
ul.images-list li {
  float: left;
  margin: 2px;
}
ul.images-list li img {
  max-width: 97% !important;
}
html body .type-event a {
  text-decoration: none;
}
html body .type-event a.event-black {
  color: #333 !important;
}
html body .type-event time {
  display: block;
  width: 95px;
  height: 95px;
  border: 6px solid #c5d102;
  border-radius: 95px;
  font-weight: bold;
  font-size: 20px;
  padding-top: 20px;
  line-height: 23px;
  text-align: center;
  float: left;
  text-transform: uppercase;
}
html body .type-event time .year {
  font-weight: normal;
}
html body .type-event .title {
  float: left;
  text-transform: uppercase;
  height: 90px;
  padding: 0 0 0 20px;
  display: table;
}
html body .type-event .title .inner {
  display: table-cell;
  vertical-align: middle;
  max-width: 200px;
}
html body .type-event .gform_wrapper {
  margin-top: 40px;
}
html body .type-event .gform_wrapper .gform_fields {
  width: 100% !important;
}
html body .type-event .gform_wrapper .medium {
  width: 100% !important;
}
html body .type-event .gform_wrapper .ginput_complex .ginput_full input,
html body .type-event .gform_wrapper .ginput_complex .ginput_left input,
html body .type-event .gform_wrapper .ginput_complex .ginput_right input {
  width: 100% !important;
}
html body .type-event .gform_wrapper input {
  margin-top: 10px;
}
html body .type-event .gform_confirmation_message {
  margin: 40px 0;
  padding: 20px;
  text-align: center;
  background-color: #c5d102;
  color: white;
}
html body .type-event #map_canvas {
  width: 100%;
  height: 300px;
  margin-top: 40px;
}
.gform_wrapper .button,
.fullbutton {
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
}
#gform_2 {
  margin-top: 40px;
}
#gform_2 #gform_fields_2 {
  width: 100%;
}
#gform_2 #gform_fields_2 input.large {
  width: 100%;
}
#gform_2 #gform_fields_2 #field_2_7 .gfield_label,
#gform_2 #gform_fields_2 #field_2_8 .gfield_label {
  width: 50%;
  font-weight: normal;
}
#gform_2 #gform_fields_2 #field_2_7 input[type="radio"],
#gform_2 #gform_fields_2 #field_2_8 input[type="radio"] {
  margin-left: 2px;
}
#gform_2 #gform_fields_2 #field_2_7 {
  margin-top: 25px;
}
#gform_2 .gform_footer {
  padding-left: 0 !important;
}
#gform_2 .gform_footer #gform_submit_button_2 {
  width: 100%;
}
.single-event-details .title {
  padding-left: 0 !important;
}
.single-event-details .title .inner {
  max-width: 100% !important;
}
aside.type-event time {
  margin: 0 auto;
  float: none !important;
  width: 145px !important;
  height: 145px !important;
  border: 6px solid #c5d102;
  border-radius: 73px !important;
  font-size: 25px !important;
  padding-top: 40px !important;
  line-height: 30px !important;
}
aside.type-event time .year {
  font-weight: normal;
}
aside.type-event h3 {
  margin-bottom: 5px;
}
aside.type-event .center {
  text-align: center;
}
aside.type-event .margin-top {
  margin-top: 40px;
}
aside {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
aside h2 {
  font-size: 22px;
}
aside img {
  margin-bottom: 20px;
}
aside #share .settings_info {
  display: none;
}
aside #share li {
  display: block;
  float: none;
  margin: 10px 0 !important;
}
aside #share li .dummy_btn.fbshare,
aside #share li .dummy_btn.mail,
aside #share li .settings_info_menu {
  margin: 0 0 0 34px;
}
aside #share li.facebook::before,
aside #share li.gplus::before,
aside #share li.twitter::before,
aside #share li.mail::before,
aside #share li.fbshare::before,
aside #share li.settings_info::before {
  float: left;
  width: 110px;
}
aside #share li.help_info {
  zoom: 1;
}
aside #share li.help_info:before,
aside #share li.help_info:after {
  content: "";
  display: table;
}
aside #share li.help_info:after {
  clear: both;
}
aside #share li.facebook::before {
  content: "Facebook";
}
aside #share li.gplus::before {
  content: "Google+";
}
aside #share li.twitter::before {
  content: "Twitter";
}
aside #share li.mail::before {
  content: "E-Mail";
}
aside #share li.fbshare::before {
  content: "Facebook";
}
aside #share li.settings_info::before {
  content: "Préférences ";
  display: block;
}
aside #share li .settings_info_menu {
  float: left;
  position: relative;
}
aside .rectangle-button {
  float: none;
  max-width: 295px;
}
aside .rectangle-button [class^="icon-"],
aside .rectangle-button [class*=" icon-"] {
  font-size: 18px;
  margin-left: 5px;
  margin-right: 25px;
  text-align: right;
  position: absolute;
  right: 0;
  line-height: 22px;
}
aside .rectangle-button .icon-arrow {
  font-size: 10px;
  line-height: 25px;
}
.single-me .rectangle-button {
  max-width: 200px;
  float: none;
  padding-left: 55px;
}
.single-me .rectangle-button .icon-arrow {
  font-size: 10px;
  margin-left: 20px;
  text-align: right;
  position: absolute;
  left: 0;
  line-height: 42px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
ul.post-list li {
  margin-bottom: 60px;
}
ul.post-list li:last-child {
  margin-bottom: 0;
}
ul.post-list li .details {
  position: relative;
  height: 245px;
  margin-left: 0;
}
ul.post-list li .details h1 {
  margin: 0 0 10px 0;
  line-height: 35px;
  font-weight: 300;
  letter-spacing: 0;
}
ul.post-list li .details .excerpt-read-more {
  display: none;
}
ul.post-list li .details .rectangle-button {
  float: left;
  margin-bottom: 0;
}
.upper-footer {
  width: 96%;
  max-width: 1000px;
  margin: 70px auto 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upper-footer .member {
  padding-right: 20px;
}
.upper-footer .logos {
  display: flex;
}
.upper-footer .logos li {
  width: 250px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
footer h1 {
  margin-bottom: 5px;
}
.article-header .date {
  font-weight: bold;
  color: #c5d102;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 15px;
}
.single-program-details h2 {
  clear: left;
}
.single-program-details .protected-downloads {
  margin-top: 30px;
}
.single-program-details .protected-downloads a {
  padding: 10px 20px;
}
.page-template-page-protected-downloads .password-protected {
  margin-top: 30px;
}
.page-template-page-protected-downloads input {
  margin-top: 20px;
  width: 300px;
}
.page-template-page-protected-downloads .button {
  padding: 10px 20px;
  font-size: 20px;
}
.single-news-details .prev_next_navigation {
  margin-top: 30px;
}
.single-news-details .prev_next_navigation a[rel="next"],
.single-news-details .prev_next_navigation a[rel="prev"] {
  position: relative;
  float: right;
  margin: 2px 0 20px 0;
  padding: 0 30px;
  height: 40px;
  display: block;
  text-decoration: none;
  background: #c5d102;
  color: white !important;
  font-weight: 600;
  display: -ms-flexbox;
  -ms-flex-align: center;
  display: -moz-box;
  -moz-box-align: center;
  display: -webkit-box;
  -webkit-box-align: center;
  display: box;
  box-align: center;
}
.single-news-details .prev_next_navigation a[rel="next"]:hover,
.single-news-details .prev_next_navigation a[rel="prev"]:hover {
  background: #adb802;
}
.single-news-details .prev_next_navigation a[rel="next"] {
  float: right;
}
.single-news-details .prev_next_navigation a[rel="prev"] {
  float: left;
}
ul.partner-list {
  margin-bottom: 20px;
}
ul.partner-list li {
  float: left;
  border: 7px solid #e1e1e1;
  margin: 2px;
}
ul.partner-list li a {
  max-width: 160px;
  display: block;
}
ul.partner-list li a img {
  width: 100%;
}
ul.person-personnel-list,
ul.person-newteam-list {
  margin-left: 0 !important;
  margin-bottom: 30px;
}
ul.person-personnel-list:last-child,
ul.person-newteam-list:last-child {
  margin-bottom: 0;
}
ul.person-personnel-list li,
ul.person-newteam-list li {
  float: left;
  width: 245px;
  margin: 0 132px 60px 0;
  min-height: 400px;
}
ul.person-personnel-list li h3,
ul.person-newteam-list li h3 {
  margin: 0;
}
ul.person-personnel-list li img,
ul.person-personnel-list li .empty_photo,
ul.person-newteam-list li img,
ul.person-newteam-list li .empty_photo {
  margin-bottom: 10px;
}
ul.person-personnel-list li .description,
ul.person-newteam-list li .description {
  margin-bottom: 10px;
}
ul.person-personnel-list li .empty_photo,
ul.person-newteam-list li .empty_photo {
  width: 245px;
  height: 245px;
  background-color: #dadada;
}
ul.person-newteam-list {
  list-style: none !important;
}
ul.person-newteam-list li {
  float: none;
  width: 100%;
  margin: 0 40px 40px 0;
  min-height: 0;
}
ul.person-newteam-list li img {
  float: left;
  width: 30%;
}
ul.person-newteam-list li .infos {
  float: left;
  padding-left: 20px;
  width: 70%;
}
ul.person-conseil-list {
  margin-left: 0 !important;
  margin-bottom: 30px;
}
ul.person-conseil-list:last-child {
  margin-bottom: 0;
}
ul.person-conseil-list li {
  float: left;
  width: 50%;
  margin: 0 0 20px 0;
  min-height: 100px;
}
ul.person-conseil-list li:nth-child(3n+0) {
  margin-right: 0;
}
ul.person-conseil-list li h3 {
  margin: 0;
}
ul.person-conseil-list li img,
ul.person-conseil-list li .empty_photo {
  margin-bottom: 10px;
}
ul.person-conseil-list li .description {
  margin-bottom: 10px;
}
ul.person-conseil-list li .empty_photo {
  width: 245px;
  height: 245px;
  background-color: #dadada;
}
ul.gallery-list li {
  float: left;
  margin: 6px;
}
ul.gallery-list li .title-background {
  position: relative;
  margin-top: -79px;
  height: 75px;
  background-color: #c5d102;
  opacity: 0.95;
  -webkit-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  -ms-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
ul.gallery-list li .title {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: -79px;
  padding: 14px;
  color: white;
  position: relative;
  opacity: 1;
  font-weight: 600;
}
ul.gallery-list li .title .icon-plus {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 26px;
  border: 2px solid white;
  margin: 5px auto 0 auto;
}
ul.gallery-list li:hover .title-background {
  opacity: 1;
}
ul.mini-entreprises,
ul.pm-projects {
  list-style: none !important;
  margin: 0 !important;
}
ul.mini-entreprises li,
ul.pm-projects li {
  margin-bottom: 20px;
}
ul.mini-entreprises li .image,
ul.pm-projects li .image {
  background: #444;
  height: 120px;
  background-size: cover;
  background-position: center center;
}
ul.mini-entreprises li .content,
ul.pm-projects li .content {
  padding: 10px;
  background: #e1e1e1;
}
ul.mini-entreprises li .content .name,
ul.pm-projects li .content .name {
  font-size: 20px;
  text-transform: uppercase;
}
ul.mini-entreprises li .content .button,
ul.pm-projects li .content .button {
  margin: 10px 0 0 0;
  display: block;
}
ul.mini-entreprises li .content .button .icon-plus,
ul.pm-projects li .content .button .icon-plus {
  display: inline-block;
  border: 0;
}
.single-me {
  margin-top: 50px;
}
.single-me h1 {
  margin: 0 0 5px 0 !important;
  line-height: 26px;
}
.single-me .detail-item {
  margin: 10px 0;
}
.single-me .detail-item .first {
  font-weight: 600;
}
.single-me .school {
  font-weight: 600;
}
.single-me .intro {
  margin: 30px 0;
}
.company-slider {
  margin: 0 !important;
}
.company-slider li img {
  margin: 0 auto;
  display: block;
}
#slider-pager {
  margin: 10px 0 30px 0;
}
#slider-pager a {
  display: inline-block;
  margin: 0 3px;
}
#slider-pager a img {
  display: block;
  margin: 0;
  width: 87px !important;
  height: 87px !important;
}
.flash-success,
.flash-error {
  max-width: 70%;
  width: 100%;
  margin: 40px auto;
  text-align: center;
  font-size: 18px;
  padding: 15px;
}
.flash-success {
  background-color: #ddea02;
  color: #7e8501;
}
.flash-success a {
  color: #7e8501;
}
.flash-success a:hover {
  text-decoration: underline;
}
.flash-error {
  background-color: #e77b7b;
  color: #aa1f1f;
}
.flash-error a {
  color: #aa1f1f;
}
.flash-error a:hover {
  text-decoration: underline;
}
#student_form,
#teacher_form,
#login_form,
#passwordreset_form,
.register_radio {
  width: 100%;
}
#student_form .form_row ul.errors,
#teacher_form .form_row ul.errors,
#login_form .form_row ul.errors,
#passwordreset_form .form_row ul.errors,
.register_radio .form_row ul.errors {
  list-style: none;
  margin: 15px 0 0 0;
}
#student_form .form_row ul.errors li,
#teacher_form .form_row ul.errors li,
#login_form .form_row ul.errors li,
#passwordreset_form .form_row ul.errors li,
.register_radio .form_row ul.errors li {
  color: #aa1f1f;
}
#student_form input[type="submit"],
#student_form input[type="button"],
#student_form button,
#student_form input[type="text"],
#student_form input[type="email"],
#student_form input[type="password"],
#student_form .chosen-container-single,
#teacher_form input[type="submit"],
#teacher_form input[type="button"],
#teacher_form button,
#teacher_form input[type="text"],
#teacher_form input[type="email"],
#teacher_form input[type="password"],
#teacher_form .chosen-container-single,
#login_form input[type="submit"],
#login_form input[type="button"],
#login_form button,
#login_form input[type="text"],
#login_form input[type="email"],
#login_form input[type="password"],
#login_form .chosen-container-single,
#passwordreset_form input[type="submit"],
#passwordreset_form input[type="button"],
#passwordreset_form button,
#passwordreset_form input[type="text"],
#passwordreset_form input[type="email"],
#passwordreset_form input[type="password"],
#passwordreset_form .chosen-container-single,
.register_radio input[type="submit"],
.register_radio input[type="button"],
.register_radio button,
.register_radio input[type="text"],
.register_radio input[type="email"],
.register_radio input[type="password"],
.register_radio .chosen-container-single {
  outline: none;
  height: 50px;
  font-size: 22px;
  width: 100% !important;
  font-weight: 100;
  letter-spacing: 2px;
  margin: 4px 0;
}
#student_form input[type="text"],
#student_form input[type="email"],
#student_form input[type="password"],
#teacher_form input[type="text"],
#teacher_form input[type="email"],
#teacher_form input[type="password"],
#login_form input[type="text"],
#login_form input[type="email"],
#login_form input[type="password"],
#passwordreset_form input[type="text"],
#passwordreset_form input[type="email"],
#passwordreset_form input[type="password"],
.register_radio input[type="text"],
.register_radio input[type="email"],
.register_radio input[type="password"] {
  padding: 0 15px;
  border: 1px solid #dddddd;
  background-color: #f8f8f8;
  color: #333;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#student_form input[type="text"]:hover,
#student_form input[type="text"]:focus,
#student_form input[type="email"]:hover,
#student_form input[type="email"]:focus,
#student_form input[type="password"]:hover,
#student_form input[type="password"]:focus,
#teacher_form input[type="text"]:hover,
#teacher_form input[type="text"]:focus,
#teacher_form input[type="email"]:hover,
#teacher_form input[type="email"]:focus,
#teacher_form input[type="password"]:hover,
#teacher_form input[type="password"]:focus,
#login_form input[type="text"]:hover,
#login_form input[type="text"]:focus,
#login_form input[type="email"]:hover,
#login_form input[type="email"]:focus,
#login_form input[type="password"]:hover,
#login_form input[type="password"]:focus,
#passwordreset_form input[type="text"]:hover,
#passwordreset_form input[type="text"]:focus,
#passwordreset_form input[type="email"]:hover,
#passwordreset_form input[type="email"]:focus,
#passwordreset_form input[type="password"]:hover,
#passwordreset_form input[type="password"]:focus,
.register_radio input[type="text"]:hover,
.register_radio input[type="text"]:focus,
.register_radio input[type="email"]:hover,
.register_radio input[type="email"]:focus,
.register_radio input[type="password"]:hover,
.register_radio input[type="password"]:focus {
  border-color: #c5d102;
}
#student_form input[type="submit"],
#student_form input[type="button"],
#student_form button,
#teacher_form input[type="submit"],
#teacher_form input[type="button"],
#teacher_form button,
#login_form input[type="submit"],
#login_form input[type="button"],
#login_form button,
#passwordreset_form input[type="submit"],
#passwordreset_form input[type="button"],
#passwordreset_form button,
.register_radio input[type="submit"],
.register_radio input[type="button"],
.register_radio button {
  padding: 0 15px;
  margin-top: 15px;
  background-color: #c5d102;
  color: white;
}
#student_form input[type="submit"]:hover,
#student_form input[type="button"]:hover,
#student_form button:hover,
#teacher_form input[type="submit"]:hover,
#teacher_form input[type="button"]:hover,
#teacher_form button:hover,
#login_form input[type="submit"]:hover,
#login_form input[type="button"]:hover,
#login_form button:hover,
#passwordreset_form input[type="submit"]:hover,
#passwordreset_form input[type="button"]:hover,
#passwordreset_form button:hover,
.register_radio input[type="submit"]:hover,
.register_radio input[type="button"]:hover,
.register_radio button:hover {
  background-color: #adb802;
}
#student_form .chosen-container-single .chosen-single,
#teacher_form .chosen-container-single .chosen-single,
#login_form .chosen-container-single .chosen-single,
#passwordreset_form .chosen-container-single .chosen-single,
.register_radio .chosen-container-single .chosen-single {
  height: 50px;
  border: 1px solid #dddddd;
  background: #f8f8f8;
  border-radius: 0;
  line-height: 50px;
  font-weight: 100;
  padding: 0 15px;
  box-shadow: none;
}
#student_form .chosen-container-single .chosen-single div,
#teacher_form .chosen-container-single .chosen-single div,
#login_form .chosen-container-single .chosen-single div,
#passwordreset_form .chosen-container-single .chosen-single div,
.register_radio .chosen-container-single .chosen-single div {
  top: 13px;
}
#student_form .chosen-container-single.chosen-container-active,
#teacher_form .chosen-container-single.chosen-container-active,
#login_form .chosen-container-single.chosen-container-active,
#passwordreset_form .chosen-container-single.chosen-container-active,
.register_radio .chosen-container-single.chosen-container-active {
  border-bottom-width: 0;
}
#student_form .chosen-container-single.chosen-container-active .chosen-drop,
#teacher_form .chosen-container-single.chosen-container-active .chosen-drop,
#login_form .chosen-container-single.chosen-container-active .chosen-drop,
#passwordreset_form .chosen-container-single.chosen-container-active .chosen-drop,
.register_radio .chosen-container-single.chosen-container-active .chosen-drop {
  border-top-width: 0;
}
#student_form .chosen-container .chosen-drop,
#teacher_form .chosen-container .chosen-drop,
#login_form .chosen-container .chosen-drop,
#passwordreset_form .chosen-container .chosen-drop,
.register_radio .chosen-container .chosen-drop {
  box-shadow: none;
  border: 1px solid #dddddd;
  background: #f8f8f8;
  border-radius: 0;
}
#student_form .chosen-container .chosen-drop .chosen-results,
#teacher_form .chosen-container .chosen-drop .chosen-results,
#login_form .chosen-container .chosen-drop .chosen-results,
#passwordreset_form .chosen-container .chosen-drop .chosen-results,
.register_radio .chosen-container .chosen-drop .chosen-results {
  margin: 0;
  padding: 0 0 5px 5px;
}
#student_form .chosen-container .chosen-drop .chosen-results li,
#teacher_form .chosen-container .chosen-drop .chosen-results li,
#login_form .chosen-container .chosen-drop .chosen-results li,
#passwordreset_form .chosen-container .chosen-drop .chosen-results li,
.register_radio .chosen-container .chosen-drop .chosen-results li {
  font-size: 18px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  line-height: 18px;
}
#student_form .chosen-container .chosen-drop .chosen-results li.highlighted,
#teacher_form .chosen-container .chosen-drop .chosen-results li.highlighted,
#login_form .chosen-container .chosen-drop .chosen-results li.highlighted,
#passwordreset_form .chosen-container .chosen-drop .chosen-results li.highlighted,
.register_radio .chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #dddddd !important;
  color: #333 !important;
}
#login_form p.info {
  height: 39px;
}
.first #login_form,
.first h2 {
  margin-right: 20px;
}
.last #login_form,
.last h2 {
  margin-left: 20px;
}
.single-title,
.page-title {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 20px 0;
}
.archive-title {
  margin-top: 0;
  line-height: 28px;
}
.entry-content h1 {
  margin-top: 30px;
}
.entry-content p:first-child {
  margin-top: 0;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content ul,
.entry-content ol {
  margin-left: 20px;
  list-style: disc;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 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;
}
#colorbox {
  outline: none;
  overflow: visible !important;
}
#colorbox button {
  outline: none;
}
#colorbox #cboxTitle,
#colorbox #cboxCurrent {
  color: black;
  bottom: -20px;
}
#colorbox #cboxTitle {
  left: 20px;
}
#colorbox #cboxClose {
  bottom: -22px;
}
#colorbox #cboxContent {
  margin-top: 5px !important;
}
#colorbox #cboxOverlay,
#colorbox #cboxWrapper {
  overflow: visible !important;
}
#colorbox #cboxPrevious,
#colorbox #cboxNext {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#colorbox #cboxPrevious:hover,
#colorbox #cboxNext:hover {
  opacity: 0.6;
}
#colorbox #cboxPrevious {
  background: url('../images/arrow-left.png') no-repeat left top;
  background-size: 53px 90px;
  left: -60px !important;
}
#colorbox #cboxNext {
  background: url('../images/arrow-right.png') no-repeat right top;
  background-size: 53px 90px;
  right: -60px !important;
}
#map_canvas img {
  max-width: initial !important;
}
#cboxOverlay {
  background-color: black !important;
}
.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;
}
.entry-content .gallery {
  margin: 20px 0;
}
.entry-content .gallery dl {
  float: left;
  margin: 2px 5px 0 0;
}
.entry-content .gallery dl:nth-child(4n+0) {
  margin-right: 0;
}
.entry-content .gallery dl img {
  margin-bottom: 0;
}
.alumni .photo {
  float: left;
  width: 15%;
  height: 200px;
  max-width: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.alumni .infos {
  float: left;
  width: 80%;
  margin-left: 15px;
}
.alumni .quote {
  margin-top: 10px;
}
.energysaver_page_navi li {
  float: left;
  list-style: none;
}
.energysaver_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.energysaver_page_navi li a:hover,
.energysaver_page_navi li a:focus {
  color: #c5d102;
  text-decoration: underline;
}
.energysaver_page_navi li.pagenavi-current {
  padding: 3px 6px;
  border-bottom: 2px solid #c5d102;
  position: relative;
}
.energysaver_page_navi li.pagenavi-prev-link,
.energysaver_page_navi li.pagenavi-next-link {
  font-weight: 700;
}
.energysaver_page_navi li.pagenavi-prev-link a,
.energysaver_page_navi li.pagenavi-next-link a {
  padding: 0;
}
.energysaver_page_navi li.pagenavi-prev-link a:hover,
.energysaver_page_navi li.pagenavi-next-link a:hover,
.energysaver_page_navi li.pagenavi-first-page-link a:hover,
.energysaver_page_navi li.pagenavi-last-page-link a:hover {
  background: none;
}
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
.footer {
  border-top: 1px solid #353329;
  min-height: 50px;
  line-height: 40px;
  background: #4e4f53;
  color: white;
  clear: both;
}
.footer #inner-footer {
  text-align: center;
  padding-top: 5px;
}
.footer #inner-footer .footer-login {
  min-height: 40px;
}
.footer #inner-footer .footer-login .label {
  height: 32px;
  display: block;
}
.footer #inner-footer .footer-login .button {
  margin: 0 0 0 10px;
  padding: 0 15px;
  display: inline-block;
  font-weight: normal;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
}
.footer #inner-footer .footer-login .button span {
  margin-left: 10px;
}
.footer #inner-footer .footer-login .button:hover {
  background: white;
  color: #c5d102;
}
.footer #inner-footer .footer-social {
  min-height: 40px;
}
.footer #inner-footer .footer-social .label {
  height: 32px;
  display: block;
}
.footer #inner-footer .footer-social .icons {
  height: 32px;
  display: block;
  margin: 3px 0 0 10px;
}
.footer #inner-footer .footer-social [class^="icon-"],
.footer #inner-footer .footer-social [class*=" icon-"] {
  text-decoration: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 0 0;
  color: white;
  text-align: center;
  font-size: 22px;
  padding-left: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer #inner-footer .footer-social [class^="icon-"]:hover,
.footer #inner-footer .footer-social [class*=" icon-"]:hover {
  background: #fff;
}
.footer #inner-footer .footer-social .icon-linkedin {
  background: #0097bd;
  padding-left: 4px;
}
.footer #inner-footer .footer-social .icon-linkedin:hover {
  color: #0097bd;
}
.footer #inner-footer .footer-social .icon-twitter {
  background: #3cf;
}
.footer #inner-footer .footer-social .icon-twitter:hover {
  color: #3cf;
}
.footer #inner-footer .footer-social .icon-facebook {
  background: #346da6;
}
.footer #inner-footer .footer-social .icon-facebook:hover {
  color: #346da6;
}
.footer #inner-footer .footer-social .icon-youtube {
  background: #ca4638;
}
.footer #inner-footer .footer-social .icon-youtube:hover {
  color: #ca4638;
}
.footer #inner-footer .footer-newsletter {
  display: block;
  min-height: 40px;
  padding-top: 20px;
}
.footer #inner-footer .footer-imprint {
  min-height: 40px;
}
.footer #inner-footer .footer-imprint a {
  color: white;
  text-decoration: none;
}
.footer #inner-footer .footer-imprint a:hover {
  text-decoration: underline;
}
body .gform_wrapper {
  max-width: 100%;
}
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper select,
body .gform_wrapper textarea {
  font-size: 19px;
  background: #f8f8f8;
  border: 1px solid #dbdbdb;
  padding: 15px;
}
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password] {
  height: 48px;
}
body .gform_wrapper .top_label input.large,
body .gform_wrapper .top_label select.large,
body .gform_wrapper .top_label textarea.textarea {
  width: 100% !important;
}
body .gform_wrapper .gform_fields li.gfield {
  margin: 10px 0;
}
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
  display: block;
  width: 100%;
}
body .gform_wrapper .gfield_label_hidden.gfield_contains_required .ginput_container input[type="text"],
body .gform_wrapper .gfield_label_hidden.gfield_contains_required .ginput_container input[type="email"],
body .gform_wrapper .gfield_label_hidden.gfield_contains_required .ginput_container input[type="tel"],
body .gform_wrapper .gfield_label_hidden.gfield_contains_required .ginput_container textarea {
  background-image: url('../images/star.png') !important;
  background-repeat: no-repeat !important;
  background-size: auto auto !important;
  background-position: center right !important;
}
form input[type=text],
form input[type=url],
form input[type=email],
form input[type=tel],
form input[type=number],
form input[type=password],
form textarea {
  font-size: 19px;
  background: #f8f8f8;
  border: 1px solid #dbdbdb;
  padding: 15px;
  height: 48px;
  outline: none;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
form input[type=text]:focus,
form input[type=text]:hover,
form input[type=url]:focus,
form input[type=url]:hover,
form input[type=email]:focus,
form input[type=email]:hover,
form input[type=tel]:focus,
form input[type=tel]:hover,
form input[type=number]:focus,
form input[type=number]:hover,
form input[type=password]:focus,
form input[type=password]:hover,
form textarea:focus,
form textarea:hover {
  border-color: #c5d102;
}
form input[type=text],
form input[type=url],
form input[type=email],
form input[type=tel],
form input[type=number],
form input[type=password] {
  padding: 0 15px;
}
form select {
  font-size: 19px;
  background: #f8f8f8;
  border: 1px solid #dbdbdb;
  padding: 5px 15px;
  height: 48px;
  outline: none;
}
table.list {
  width: 100%;
  margin-bottom: 10px;
  background-color: #f2f2f2;
}
table.list tr {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
table.list tr:hover {
  background-color: #ebebeb;
}
table.list tr:nth-child(2n) {
  background-color: #fafafa;
}
table.list tr:nth-child(2n):hover {
  background-color: #f0f0f0;
}
table.list tr td {
  padding: 3px;
}
table.list tr td .button {
  margin: 0;
}
table.companylist tr td {
  width: 50px;
}
table.companylist tr td:first-child {
  font-size: 18px;
  width: auto;
}
table.imagelist tr td {
  font-size: 18px;
  line-height: 80px;
  padding: 0 20px;
}
table.imagelist tr td:first-child {
  width: 80px;
  padding: 0;
}
table.imagelist tr td:last-child {
  width: 50px;
}
table.imagelist tr td img {
  display: block;
  margin: 0;
}
.fileinput-button {
  margin-top: 40px;
}
#company_edit_form .form_row,
#project_edit_form .form_row {
  margin-bottom: 20px;
}
#company_edit_form .form_row label,
#project_edit_form .form_row label {
  margin-bottom: 5px;
  font-weight: bold;
}
#company_edit_form .form_row input,
#company_edit_form .form_row textarea,
#company_edit_form .form_row select,
#project_edit_form .form_row input,
#project_edit_form .form_row textarea,
#project_edit_form .form_row select {
  display: block;
  width: 100%;
}
#company_edit_form .form_row textarea,
#project_edit_form .form_row textarea {
  min-height: 100px;
}
.has-js .label_check,
.has-js .label_radio,
.has-js .gfield_radio li {
  padding-left: 65px;
  background: url('../images/radio-unchecked.png') no-repeat;
  background-size: 50px 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 2px;
}
.has-js .gfield_radio li label {
  height: 50px;
  line-height: 50px;
  font-weight: lighter !important;
  cursor: pointer;
}
.has-js label.c_on,
.has-js label.r_on,
.has-js .gfield_radio li.r_on {
  background: url('../images/radio-checked.png') no-repeat;
  background-size: 50px 50px;
}
.has-js .label_check input,
.has-js .label_radio input,
.has-js .gfield_radio li input {
  position: absolute;
  left: -9999px;
}
.single-program .gform_wrapper .gform_fields {
  width: 100%;
}
.single-program .gfield_radio li {
  width: 100%;
}
.single-program .gfield_radio li label {
  margin-left: 0;
  padding-left: 60px !important;
}
.gfield_radio li label {
  padding-left: 60px !important;
  margin-left: 0 !important;
  padding-top: 6px !important;
}
.moving {
  width: 100%;
  background: #c5d102;
  margin: 50px 0;
}
.moving .content {
  color: #fff;
  background-image: url('../images/map-mobile.jpg');
  background-repeat: no-repeat;
  padding: 310px 30px 30px 30px;
  background-position: left top;
}
.moving .content h2 {
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.moving .content p {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 300;
}
.moving .content .address {
  font-size: 24px;
  font-weight: 300;
}
@font-face {
  font-family: 'icomoon';
  src: url('../icons/icomoon.eot');
  src: url('../icons/icomoon.eot?#iefix') format('embedded-opentype'), url('../icons/icomoon.woff') format('woff'), url('../icons/icomoon.ttf') format('truetype'), url('../icons/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  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-lock:before {
  content: "\e60a";
}
.icon-arrow:before {
  content: "\e608";
}
.icon-download:before {
  content: "\e607";
}
.icon-login:before {
  content: "\e604";
}
.icon-plus:before {
  content: "\e605";
}
.icon-list:before {
  content: "\e606";
}
.icon-googleplus:before {
  content: "\e609";
}
.icon-youtube:before {
  content: "\e600";
}
.icon-linkedin:before {
  content: "\e601";
}
.icon-twitter:before {
  content: "\e602";
}
.icon-facebook:before {
  content: "\e603";
}
@media only screen and (min-width: 481px) {
  html body .type-event .title .inner {
    max-width: 280px;
  }
  ul.partner-list li {
    border: 11px solid #e1e1e1;
    margin: 9px;
  }
  .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;
  }
}
@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;
  }
  .header-background-left {
    width: 22%;
  }
  .header #inner-header #description {
    font-size: 26px;
    visibility: visible;
  }
  .wrap {
    max-width: 1000px;
  }
  .visible-tablet {
    display: initial;
  }
  .hidden-tablet {
    display: none;
  }
  .admin-bar .header-background {
    top: 32px;
  }
  body.home .header-background {
    height: 582px;
  }
  body.home article.main {
    width: 69%;
    margin-right: 1%;
    float: left;
  }
  body.home aside {
    width: 30%;
    float: right;
  }
  body.page-template-page-contact-php .gmap-container .gmap {
    border: 0;
    width: 70%;
    height: 380px;
    float: left;
  }
  body.page-template-page-contact-php .gmap-container .info {
    width: 30%;
    float: left;
  }
  .single-news-details .entry-content {
    min-height: 250px;
  }
  .widgettitle {
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
  }
  .widget ul li ul {
    padding-left: 1em;
  }
  body.home .slider_outer .slider .slide img {
    width: 67.9%;
    height: auto;
    float: left;
  }
  body.home .slider_outer .slider .slide .text {
    width: 32.1%;
    float: right;
  }
  body.home .programs_outer .program {
    float: left;
    width: 32.75%;
    margin-right: 2px;
    min-height: 180px;
  }
  body.home .programs_outer .program:nth-child(3n) {
    margin-right: 0;
  }
  body.home .event {
    padding: 88px 20px 89px 20px;
  }
  body.home .vol-description p {
    min-height: 196px;
  }
  html body .type-event .title .inner {
    max-width: 225px;
  }
  .single-title,
  .page-title {
    line-height: 28px;
  }
  ul.program-list li {
    float: left;
    width: 49%;
    margin: 0 2% 2% 0;
  }
  ul.post-list li .details .rectangle-button {
    position: absolute;
    bottom: 0;
  }
  .event-list .type-event {
    padding: 20px 10px;
    width: 50%;
    float: left;
  }
  .event-list .type-event:hover {
    background-color: #f7f6f6;
  }
  .form_row.register_radio label.label_radio {
    width: 49%;
    display: inline-block;
    margin-bottom: 0;
  }
  .gform_wrapper .gform_fields {
    width: 49%;
    position: relative;
  }
  .gform_wrapper .gform_fields .position-right {
    position: absolute;
    margin-top: 0 !important;
    left: 104%;
    top: -10px;
    width: 100%;
  }
  .gform_wrapper .gform_fields .position-right textarea {
    height: 280px;
  }
  #gform_2 {
    margin-top: 40px;
  }
  ul.mini-entreprises li {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  ul.mini-entreprises li:nth-child(2n) {
    margin-right: 0;
  }
  .footer #inner-footer {
    text-align: left;
  }
  .footer #inner-footer .footer-login {
    width: 29%;
    float: left;
    border-right: 2px solid white;
  }
  .footer #inner-footer .footer-login .label {
    display: inline-block;
  }
  .footer #inner-footer .footer-social {
    width: 27%;
    float: left;
    margin-left: 3%;
    border-right: 2px solid white;
  }
  .footer #inner-footer .footer-social .label,
  .footer #inner-footer .footer-social .icons {
    float: left;
  }
  .footer #inner-footer .footer-newsletter {
    float: left;
    width: 28%;
    padding: 4px 0;
    margin-left: 2%;
    border-right: 2px solid white;
    height: 40px;
  }
  .footer #inner-footer .footer-imprint {
    width: 9%;
    float: left;
    text-align: right;
    margin-left: 2%;
  }
  .moving .content {
    padding: 10px 20px 40px 380px;
    background-position: -140px top;
    background-image: url('../images/map.png');
    background-size: auto;
  }
}
@media only screen and (min-width: 1000px) {
  .header-background-left {
    width: 22%;
  }
  .visible-desktop {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  .language-wrapper {
    left: auto;
    right: 0;
    -ms-transform: translate(-20px,-50%);
    -webkit-transform: translate(-20px,-50%);
    transform: translate(-20px,-50%);
  }
  nav {
    text-align: right;
    max-width: 90%;
    margin: 0 auto;
  }
  nav ul.nav {
    display: block;
  }
  nav ul.nav li {
    display: inline-block;
    position: relative;
  }
  nav ul.nav li ul.sub-menu,
  nav ul.nav li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 99999;
  }
  nav ul.nav li ul.sub-menu li,
  nav ul.nav li ul.children li {
    display: block;
    text-align: center;
    width: 180px;
  }
  nav ul.nav li ul.sub-menu li a,
  nav ul.nav li ul.children li a {
    text-align: center;
    padding: 12px 8px;
    border-right: 0;
    display: block;
    line-height: 18px;
    width: 100%;
    border-top: 1px solid #b1bc00;
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: -moz-box;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-align: center;
    display: box;
    box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
  }
  nav ul.nav li ul.sub-menu li a:hover,
  nav ul.nav li ul.children li a:hover {
    background-color: #adb802;
  }
  nav ul.nav li:hover ul {
    top: auto;
    right: 0;
    display: block;
  }
  nav .tinynav {
    display: none;
  }
  body.home .header-background {
    height: 632px;
  }
  #content {
    min-height: 600px;
  }
  body.home .slider_outer .slider .slide .text {
    font-size: 14px;
  }
  html body .type-event .title .inner {
    max-width: 335px;
  }
  .moving .content {
    padding: 10px 20px 40px 555px;
    background-position: left top;
  }
  .moving .content p {
    margin: 0 0 40px 0;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-background-left {
    width: 30%;
  }
  body.home .slider_outer .bx-wrapper .bx-controls-direction .bx-next,
  body.home .slider_outer .bx-wrapper .bx-controls-direction .bx-prev {
    display: block;
  }
  html body .type-event .title .inner {
    max-width: 360px;
  }
  ul.person-personnel-list li:nth-child(3n+0),
  ul.person-newteam-list li:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1450px) {
  .visible-extralarge {
    display: inline-block;
  }
  .header #newsletter {
    display: inline-block;
    position: absolute;
    right: 1%;
    top: 35px;
  }
  .footer #inner-footer .footer-login {
    width: 60%;
  }
  .footer #inner-footer .footer-social {
    width: 27%;
    margin-left: 3%;
  }
  .footer #inner-footer .footer-newsletter {
    display: none;
  }
  .footer #inner-footer .footer-imprint {
    width: 7%;
    margin-left: 3%;
  }
}
@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;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
