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],
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: 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;
}
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;
}
.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;
}
.button,
.button:visited {
  padding: 8px 14px;
  line-height: 0.8em;
  background: #96c11f;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0;
}
.button:hover,
.button:focus,
.button:visited:hover,
.button:visited:focus {
  background: #009ba4;
  color: white;
}
.button i,
.button:visited i {
  display: block;
  float: left;
  margin-right: 10px;
}
.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;
}
@font-face {
  font-family: 'phoenixcontact';
  src: url('../icons/phoenixcontact.eot?v1');
  src: url('../icons/phoenixcontact.eot?#iefixv1') format('embedded-opentype'), url('../icons/phoenixcontact.woff?v1') format('woff'), url('../icons/phoenixcontact.ttf?v1') format('truetype'), url('../icons/phoenixcontact.svg?v1#phoenixcontact') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'phoenixcontact';
  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-people:before {
  content: "\e901";
}
.icon-video:before {
  content: "\e900";
}
.icon-pdf:before {
  content: "\e608";
}
.icon-group:before {
  content: "\e607";
}
.icon-arrow-left:before {
  content: "\e600";
}
.icon-arrow-right:before {
  content: "\e601";
}
.icon-calendar:before {
  content: "\e602";
}
.icon-day:before {
  content: "\e603";
}
.icon-person:before {
  content: "\e604";
}
.icon-price:before {
  content: "\e605";
}
.icon-time:before {
  content: "\e606";
}
.icon-down:before {
  content: "\e609";
}
.icon-up:before {
  content: "\e60a";
}
.gform_wrapper {
  max-width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .bottom_label input.large,
.gform_wrapper .bottom_label select.large,
.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large,
.gform_wrapper textarea.textarea {
  width: 100% !important;
  border: 0;
  padding: 4px 6px;
}
.gform_wrapper .gfield {
  position: relative;
  padding-top: 5px;
}
.gform_wrapper .gfield .gfield_label {
  font-size: 10px;
  position: absolute;
  top: -7px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: normal;
  cursor: text;
  color: #706f6f;
  opacity: 0;
}
.gform_wrapper .gfield.empty .gfield_label {
  font-size: 14px;
  top: 6px;
  left: 10px;
  color: #a3a2a2;
}
.gform_wrapper .gfield.empty .gfield_label .gfield_required {
  color: #a3a2a2;
}
.gform_wrapper .gform_page_footer {
  border-top: 0;
}
.initialized .gfield .gfield_label {
  opacity: 1;
}
#gform_fields_3 .gsection {
  margin: 20px 0 5px 0;
}
#gform_fields_3 .gfield .gfield_label {
  font-size: 13px;
  position: static;
  left: 0;
  top: 0;
  margin: 5px 0 0 0;
}
#field_4_22 {
  padding-top: 15px;
}
#field_4_22 .gfield_label {
  display: block;
  position: static;
  font-size: 16px;
  top: 0;
  left: 0;
  opacity: 1;
  font-weight: bold;
}
#field_4_22 li {
  float: left;
  width: 100%;
  max-width: 165px;
  height: 225px;
  text-align: center;
  padding: 0 10px;
  position: relative;
}
#field_4_22 li label:before {
  display: block;
  width: 130px;
  height: 130px;
  content: "";
  margin: 0 auto 20px auto;
  border: 1px #cdcccb solid;
}
#field_4_22 li input {
  position: absolute;
  top: 138px;
  left: 0;
  right: 0;
  margin: auto;
}
#field_4_22 li:nth-child(1) label:before {
  background: url('../images/quiz/additional_question/01.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(2) label:before {
  background: url('../images/quiz/additional_question/02.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(3) label:before {
  background: url('../images/quiz/additional_question/03.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(4) label:before {
  background: url('../images/quiz/additional_question/04.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(5) label:before {
  background: url('../images/quiz/additional_question/05.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(6) label:before {
  background: url('../images/quiz/additional_question/06.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(7) label:before {
  background: url('../images/quiz/additional_question/07.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(8) label:before {
  background: url('../images/quiz/additional_question/08.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(9) label:before {
  background: url('../images/quiz/additional_question/09.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(10) label:before {
  background: url('../images/quiz/additional_question/10.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(11) label:before {
  background: url('../images/quiz/additional_question/11.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(12) label:before {
  background: url('../images/quiz/additional_question/12.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(13) label:before {
  background: url('../images/quiz/additional_question/13.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(14) label:before {
  background: url('../images/quiz/additional_question/14.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(15) label:before {
  background: url('../images/quiz/additional_question/15.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(16) label:before {
  background: url('../images/quiz/additional_question/16.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(17) label:before {
  background: url('../images/quiz/additional_question/17.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(18) label:before {
  background: url('../images/quiz/additional_question/18.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(19) label:before {
  background: url('../images/quiz/additional_question/19.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(20) label:before {
  background: url('../images/quiz/additional_question/20.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(21) label:before {
  background: url('../images/quiz/additional_question/21.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(22) label:before {
  background: url('../images/quiz/additional_question/22.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(23) label:before {
  background: url('../images/quiz/additional_question/23.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(24) label:before {
  background: url('../images/quiz/additional_question/24.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(25) label:before {
  background: url('../images/quiz/additional_question/25.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(26) label:before {
  background: url('../images/quiz/additional_question/26.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(27) label:before {
  background: url('../images/quiz/additional_question/27.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(28) label:before {
  background: url('../images/quiz/additional_question/28.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(29) label:before {
  background: url('../images/quiz/additional_question/29.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(30) label:before {
  background: url('../images/quiz/additional_question/30.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(31) label:before {
  background: url('../images/quiz/additional_question/31.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(32) label:before {
  background: url('../images/quiz/additional_question/32.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(33) label:before {
  background: url('../images/quiz/additional_question/33.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(34) label:before {
  background: url('../images/quiz/additional_question/34.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(35) label:before {
  background: url('../images/quiz/additional_question/35.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(36) label:before {
  background: url('../images/quiz/additional_question/36.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(37) label:before {
  background: url('../images/quiz/additional_question/37.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(38) label:before {
  background: url('../images/quiz/additional_question/38.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(39) label:before {
  background: url('../images/quiz/additional_question/39.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(40) label:before {
  background: url('../images/quiz/additional_question/40.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(41) label:before {
  background: url('../images/quiz/additional_question/41.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(42) label:before {
  background: url('../images/quiz/additional_question/42.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(43) label:before {
  background: url('../images/quiz/additional_question/43.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(44) label:before {
  background: url('../images/quiz/additional_question/44.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(45) label:before {
  background: url('../images/quiz/additional_question/45.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(46) label:before {
  background: url('../images/quiz/additional_question/46.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(47) label:before {
  background: url('../images/quiz/additional_question/47.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(48) label:before {
  background: url('../images/quiz/additional_question/48.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(49) label:before {
  background: url('../images/quiz/additional_question/49.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(50) label:before {
  background: url('../images/quiz/additional_question/50.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(51) label:before {
  background: url('../images/quiz/additional_question/51.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(52) label:before {
  background: url('../images/quiz/additional_question/52.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(53) label:before {
  background: url('../images/quiz/additional_question/53.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(54) label:before {
  background: url('../images/quiz/additional_question/54.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(55) label:before {
  background: url('../images/quiz/additional_question/55.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(56) label:before {
  background: url('../images/quiz/additional_question/56.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(57) label:before {
  background: url('../images/quiz/additional_question/57.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(58) label:before {
  background: url('../images/quiz/additional_question/58.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(59) label:before {
  background: url('../images/quiz/additional_question/59.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(60) label:before {
  background: url('../images/quiz/additional_question/60.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(61) label:before {
  background: url('../images/quiz/additional_question/61.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(62) label:before {
  background: url('../images/quiz/additional_question/62.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(63) label:before {
  background: url('../images/quiz/additional_question/63.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(64) label:before {
  background: url('../images/quiz/additional_question/64.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(65) label:before {
  background: url('../images/quiz/additional_question/65.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(66) label:before {
  background: url('../images/quiz/additional_question/66.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(67) label:before {
  background: url('../images/quiz/additional_question/67.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(68) label:before {
  background: url('../images/quiz/additional_question/68.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(69) label:before {
  background: url('../images/quiz/additional_question/69.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(70) label:before {
  background: url('../images/quiz/additional_question/70.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(71) label:before {
  background: url('../images/quiz/additional_question/71.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(72) label:before {
  background: url('../images/quiz/additional_question/72.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(73) label:before {
  background: url('../images/quiz/additional_question/73.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(74) label:before {
  background: url('../images/quiz/additional_question/74.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(75) label:before {
  background: url('../images/quiz/additional_question/75.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(76) label:before {
  background: url('../images/quiz/additional_question/76.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(77) label:before {
  background: url('../images/quiz/additional_question/77.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(78) label:before {
  background: url('../images/quiz/additional_question/78.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(79) label:before {
  background: url('../images/quiz/additional_question/79.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(80) label:before {
  background: url('../images/quiz/additional_question/80.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(81) label:before {
  background: url('../images/quiz/additional_question/81.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(82) label:before {
  background: url('../images/quiz/additional_question/82.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(83) label:before {
  background: url('../images/quiz/additional_question/83.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(84) label:before {
  background: url('../images/quiz/additional_question/84.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(85) label:before {
  background: url('../images/quiz/additional_question/85.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(86) label:before {
  background: url('../images/quiz/additional_question/86.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(87) label:before {
  background: url('../images/quiz/additional_question/87.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(88) label:before {
  background: url('../images/quiz/additional_question/88.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(89) label:before {
  background: url('../images/quiz/additional_question/89.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(90) label:before {
  background: url('../images/quiz/additional_question/90.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(91) label:before {
  background: url('../images/quiz/additional_question/91.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(92) label:before {
  background: url('../images/quiz/additional_question/92.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(93) label:before {
  background: url('../images/quiz/additional_question/93.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(94) label:before {
  background: url('../images/quiz/additional_question/94.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(95) label:before {
  background: url('../images/quiz/additional_question/95.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(96) label:before {
  background: url('../images/quiz/additional_question/96.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(97) label:before {
  background: url('../images/quiz/additional_question/97.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(98) label:before {
  background: url('../images/quiz/additional_question/98.jpg') center center no-repeat;
}
#field_4_22 li:nth-child(99) label:before {
  background: url('../images/quiz/additional_question/99.jpg') center center no-repeat;
}
#field_4_22 li input {
  float: none !important;
}
#field_4_22 li label {
  margin: 0;
  font-weight: normal !important;
  font-size: 13px;
}
html,
body {
  min-height: 100%;
}
body {
  font-family: Lato, sans-serif;
  font-size: 100%;
  color: #706f6f;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#009ba4),to(#ffffff));
  background-image: -webkit-linear-gradient(top,#009ba4,#ffffff);
  background-image: -moz-linear-gradient(top,#009ba4,#ffffff);
  background-image: -o-linear-gradient(top,#009ba4,#ffffff);
  background-image: linear-gradient(to bottom,#009ba4,#ffffff);
  background-attachment: fixed;
}
::selection {
  background: #009ba4;
  color: white;
}
::-moz-selection {
  background: #009ba4;
  color: white;
}
@media only screen and (max-width: 480px) {
  .visible-phone {
    display: block;
  }
  .visible-tablet {
    display: none;
  }
  .visible-desktop {
    display: none;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-tablet {
    display: block;
  }
  .hidden-desktop {
    display: block;
  }
}
body {
  padding-bottom: 115px;
}
body.home h2.lightgreen,
body.home h2.darkgreen {
  color: white;
  padding: 5px 35px;
  font-size: 18px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
body.home h2.lightgreen {
  background: #96c11f;
}
body.home h2.darkgreen {
  background: #009ba4;
}
body.home a.next-courses {
  text-decoration: none;
}
body.home a.next-courses h2:after {
  content: '';
  float: right;
  width: 14px;
  height: 12px;
  background-image: url('../images/burger.png');
  margin: 6px -18px 0 0;
}
body.home .trainingcourse {
  padding: 0 0 0 40px;
  margin-bottom: 15px;
}
body.home .trainingcourse .date_holder {
  border-right: 2px solid #96c11f;
  float: left;
  margin-right: 15px;
  padding: 0 15px 5px 0;
  min-height: 70px;
  text-align: right;
}
body.home .trainingcourse .date_holder .date {
  color: #009ba4;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
body.home .trainingcourse .date_holder .days {
  color: #96c11f;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
body.home .trainingcourse .date_holder .days i {
  margin-right: 4px;
}
body.home .trainingcourse h3 {
  font-size: 16px;
  margin-bottom: 2px;
}
body.home .trainingcourse h3 a {
  color: #706f6f;
}
body.home .trainingcourse .intro {
  font-size: 12px;
}
body.home .trainingcourse .intro p {
  margin: 0 0 2px 0;
}
body.home .trainingcourse .intro a.more {
  color: #96c11f;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
body.home .trainingcourse .seats {
  float: right;
  width: 40px;
  margin-left: 15px;
  text-align: center;
  color: #009ba4;
}
body.home .trainingcourse .seats div {
  font-weight: bold;
}
.wrap {
  width: 96%;
  margin: 0 auto;
}
header .wrap,
#content .wrap {
  background: white;
}
a,
a:visited {
  color: #009ba4;
}
a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
  color: #007076;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: #007076;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Lato, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: bold;
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3 {
  font-size: 1.125em;
}
h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5 {
  font-size: 0.846em;
  line-height: 2.09em;
}
.above-header {
  text-align: right;
  margin: 10px 0;
}
.above-header .wrap a {
  color: white;
  text-decoration: none;
}
.header #inner-header {
  position: relative;
}
.header #inner-header .language-chooser {
  list-style: none;
  position: absolute;
  top: 102px;
  right: 20px;
}
.header #inner-header .language-chooser li {
  float: left;
  border-right: 1px solid white;
}
.header #inner-header .language-chooser li:last-child {
  border-right: none;
}
.header #inner-header .language-chooser li:last-child a {
  margin-right: 0;
}
.header #inner-header .language-chooser li.active a {
  text-decoration: none;
  font-weight: bold;
}
.header #inner-header .language-chooser li a {
  display: block;
  font-weight: normal;
  margin: 0 5px;
  color: white;
  text-decoration: none;
}
.header #inner-header .language-chooser li a:hover {
  color: #96c11f;
}
.header #inner-header .line {
  margin: 20px 0;
}
.header #inner-header .line div,
.header #inner-header .line a {
  margin: 0 3px 0 0;
  float: left;
}
.header #inner-header .line div {
  height: 28px;
  width: 28px;
  border-radius: 28px;
  display: block;
}
.header #inner-header .line div.double {
  width: 58px;
}
.header #inner-header .line div.first {
  border-radius: 0 28px 28px 0;
}
.header #inner-header .line div.second {
  margin-left: -18px;
}
.header #inner-header .line div.darkgreen {
  background: #009ba4;
}
.header #inner-header .line div.lightgreen {
  background: #96c11f;
}
nav {
  background: black;
  min-height: 24px;
}
nav ul.nav {
  padding: 0 61px;
  list-style: none;
}
nav ul.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav ul.nav li a:hover {
  color: #96c11f;
}
nav ul.nav li ul.sub-menu li a,
nav ul.nav li ul.children li a {
  padding-left: 30px;
}
nav ul.nav li:first-child a {
  padding-left: 0;
}
nav ul.nav li.current-menu-item a,
nav ul.nav li.current-menu-parent a,
nav ul.nav li.current-menu-ancestor a,
nav ul.nav li.current_page_item a,
nav ul.nav li.current_page_ancestor a {
  font-weight: bold;
}
article {
  padding: 20px;
}
.post-meta {
  color: #999;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.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;
}
.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: #009ba4;
  text-decoration: underline;
}
.energysaver_page_navi li.pagenavi-current {
  padding: 3px 6px;
  border-bottom: 2px solid #009ba4;
  position: relative;
}
.energysaver_page_navi li.pagenavi-prev-link,
.energysaver_page_navi li.pagenavi-next-link {
  font-weight: bold;
}
.energysaver_page_navi li.pagenavi-prev-link a,
.energysaver_page_navi li.pagenavi-next-link a {
  padding: 0;
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
.respond-form {
  margin: 1.5em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px;
}
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
  margin: 0 20px 1.1em;
}
.footer {
  clear: both;
  background: #f6f6f6;
  color: #b2b2b2;
  font-size: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer a {
  color: #b2b2b2;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer #inner-footer {
  text-align: center;
  padding: 0 20px;
}
.footer #inner-footer .copyright,
.footer #inner-footer p {
  margin: 20px 0;
}
.social-icons [class^="icon-"],
.social-icons [class*=" icon-"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: white;
  text-decoration: none;
  text-align: center;
}
.social-icons [class^="icon-"]:hover,
.social-icons [class*=" icon-"]:hover {
  background: white;
}
.social-icons .icon-facebook {
  background: #3b5998;
}
.social-icons .icon-facebook:hover {
  color: #3b5998;
}
.social-icons .icon-twitter {
  background: #00aced;
}
.social-icons .icon-twitter:hover {
  color: #00aced;
}
.social-icons .icon-googleplus {
  background: #dd4b39;
}
.social-icons .icon-googleplus:hover {
  color: #dd4b39;
}
.social-icons .icon-linkedin {
  background: #007bb6;
}
.social-icons .icon-linkedin:hover {
  color: #007bb6;
}
.social-icons .icon-youtube {
  background: #bb0000;
}
.social-icons .icon-youtube:hover {
  color: #bb0000;
}
body.page-template-page-trainingcourses article.trainingcourse,
.single-trainingcourse article.trainingcourse {
  padding: 0;
}
body.page-template-page-trainingcourses article.trainingcourse header,
.single-trainingcourse article.trainingcourse header {
  cursor: pointer;
}
body.page-template-page-trainingcourses article.trainingcourse header:hover .signup,
.single-trainingcourse article.trainingcourse header:hover .signup {
  color: #bb155b;
}
body.page-template-page-trainingcourses article.trainingcourse .details,
.single-trainingcourse article.trainingcourse .details {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.page-template-page-trainingcourses article.trainingcourse .box,
.single-trainingcourse article.trainingcourse .box {
  margin-bottom: 2px;
  padding: 20px 80px;
}
body.page-template-page-trainingcourses article.trainingcourse .box.grey,
.single-trainingcourse article.trainingcourse .box.grey {
  background: #f6f6f6;
}
body.page-template-page-trainingcourses article.trainingcourse .box .article-header p,
.single-trainingcourse article.trainingcourse .box .article-header p {
  font-size: 12px;
}
body.page-template-page-trainingcourses article.trainingcourse .box .article-header p:last-child,
.single-trainingcourse article.trainingcourse .box .article-header p:last-child {
  margin-bottom: 0;
}
body.page-template-page-trainingcourses article.trainingcourse .box p,
body.page-template-page-trainingcourses article.trainingcourse .box ul,
.single-trainingcourse article.trainingcourse .box p,
.single-trainingcourse article.trainingcourse .box ul {
  font-size: 14px;
  margin: 20px 0;
}
body.page-template-page-trainingcourses article.trainingcourse .box p:last-child,
body.page-template-page-trainingcourses article.trainingcourse .box ul:last-child,
.single-trainingcourse article.trainingcourse .box p:last-child,
.single-trainingcourse article.trainingcourse .box ul:last-child {
  margin-bottom: 0;
}
body.page-template-page-trainingcourses article.trainingcourse .box ul,
.single-trainingcourse article.trainingcourse .box ul {
  margin-left: 10px;
  list-style: none;
}
body.page-template-page-trainingcourses article.trainingcourse .box ul li,
.single-trainingcourse article.trainingcourse .box ul li {
  position: relative;
}
body.page-template-page-trainingcourses article.trainingcourse .box ul li:before,
.single-trainingcourse article.trainingcourse .box ul li:before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
}
body.page-template-page-trainingcourses article.trainingcourse .date_holder,
.single-trainingcourse article.trainingcourse .date_holder {
  border-right: 2px solid #96c11f;
  float: left;
  margin-right: 15px;
  padding: 0 15px 5px 0;
  min-height: 70px;
  text-align: right;
}
body.page-template-page-trainingcourses article.trainingcourse .date_holder .date,
.single-trainingcourse article.trainingcourse .date_holder .date {
  color: #009ba4;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
body.page-template-page-trainingcourses article.trainingcourse .date_holder .days,
.single-trainingcourse article.trainingcourse .date_holder .days {
  color: #96c11f;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
body.page-template-page-trainingcourses article.trainingcourse .date_holder .days i,
.single-trainingcourse article.trainingcourse .date_holder .days i {
  margin-right: 4px;
}
body.page-template-page-trainingcourses article.trainingcourse h2,
.single-trainingcourse article.trainingcourse h2 {
  font-size: 16px;
  margin-bottom: 2px;
}
body.page-template-page-trainingcourses article.trainingcourse h2 a,
.single-trainingcourse article.trainingcourse h2 a {
  color: #706f6f;
}
body.page-template-page-trainingcourses article.trainingcourse .intro,
.single-trainingcourse article.trainingcourse .intro {
  font-size: 12px;
}
body.page-template-page-trainingcourses article.trainingcourse .intro p,
.single-trainingcourse article.trainingcourse .intro p {
  margin: 0 0 2px 0;
}
body.page-template-page-trainingcourses article.trainingcourse .intro a.more,
.single-trainingcourse article.trainingcourse .intro a.more {
  color: #96c11f;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
body.page-template-page-trainingcourses article.trainingcourse h3,
.single-trainingcourse article.trainingcourse h3 {
  color: #96c11f;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body.page-template-page-trainingcourses article.trainingcourse .infobox,
.single-trainingcourse article.trainingcourse .infobox {
  background: #f6f6f6;
  padding: 10px;
  line-height: 1em;
}
body.page-template-page-trainingcourses article.trainingcourse .infobox i.icon-calendar,
.single-trainingcourse article.trainingcourse .infobox i.icon-calendar {
  color: #009ba4;
  font-size: 60px;
  float: left;
  margin-left: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
}
body.page-template-page-trainingcourses article.trainingcourse .infobox i.icon-person,
.single-trainingcourse article.trainingcourse .infobox i.icon-person {
  color: #009ba4;
  font-size: 30px;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
body.page-template-page-trainingcourses article.trainingcourse .infobox .title,
.single-trainingcourse article.trainingcourse .infobox .title {
  font-weight: bold;
  font-size: 16px;
}
body.page-template-page-trainingcourses article.trainingcourse .infobox .inside,
.single-trainingcourse article.trainingcourse .infobox .inside {
  background: white;
  padding: 20px;
}
body.page-template-page-trainingcourses article.trainingcourse .infobox .inside .lecturer,
.single-trainingcourse article.trainingcourse .infobox .inside .lecturer {
  font-weight: bold;
}
body.page-template-page-trainingcourses article.trainingcourse .infobox .inside .map,
.single-trainingcourse article.trainingcourse .infobox .inside .map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
}
body.page-template-page-trainingcourses article.trainingcourse .infobox .inside .map img,
.single-trainingcourse article.trainingcourse .infobox .inside .map img {
  max-width: 100%;
  height: auto;
}
body.page-template-page-trainingcourses article.trainingcourse .infobox .inside .infodetails,
.single-trainingcourse article.trainingcourse .infobox .inside .infodetails {
  text-align: right;
  color: #009ba4;
}
body.page-template-page-trainingcourses article.trainingcourse .infobox .inside .infodetails div,
.single-trainingcourse article.trainingcourse .infobox .inside .infodetails div {
  display: inline-block;
}
body.page-template-page-trainingcourses article.trainingcourse .infobox .inside .infodetails div i,
.single-trainingcourse article.trainingcourse .infobox .inside .infodetails div i {
  display: inline-block;
  margin-left: 5px;
  margin-right: 2px;
}
body.page-template-page-trainingcourses article.trainingcourse .infobox:hover .inside .map,
.single-trainingcourse article.trainingcourse .infobox:hover .inside .map {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
body.page-template-page-trainingcourses .signup,
.single-trainingcourse .signup {
  color: #e61d72;
  text-align: center;
  float: right;
  padding-top: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.page-template-page-trainingcourses .signup i,
.single-trainingcourse .signup i {
  font-size: 38px;
}
body.page-template-page-trainingcourses .signup div,
.single-trainingcourse .signup div {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
[rel=tooltip] {
  cursor: default;
}
#tooltip {
  font-family: Lato, sans-serif;
  text-shadow: 0 1px rgba(0,0,0,0.5);
  background: #333;
  box-shadow: none;
  padding: 5px 10px;
}
html[lang="fr-FR"] .trainingcourse.language-de,
html[lang="de-DE"] .trainingcourse.language-fr {
  opacity: 0.75;
}
body.page-id-2 .intro {
  margin-top: 20px;
}
body.page-id-2 .intro .intro_image img {
  width: 178px;
  height: 115px;
}
body.page-id-2 .intro h1 {
  color: #009ba4;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#gform_wrapper_4 .quiz_intro {
  background: #f6f6f6;
  margin: 0 -40px 0 -61px;
  padding: 20px 40px 0 61px;
}
#gform_wrapper_4 .quiz_intro h2 {
  color: #96c11f;
  font-weight: bold;
  font-size: 16px;
}
#gform_wrapper_4 .gform_page {
  min-height: 420px;
}
#gform_wrapper_4 .question .gfield .gfield_label {
  display: block;
  position: static;
  font-size: 16px;
  top: 0;
  left: 0;
  opacity: 1;
  font-weight: bold;
  text-align: center;
}
#gform_wrapper_4 .question .gfield .gfield_label .gfield_required {
  display: none;
}
#gform_wrapper_4 .question .gfield .validation_message {
  text-align: center;
}
#gform_wrapper_4 .gform_page_footer {
  zoom: 1;
  padding: 0 0 20px 0;
}
#gform_wrapper_4 .gform_page_footer:before,
#gform_wrapper_4 .gform_page_footer:after {
  content: "";
  display: table;
}
#gform_wrapper_4 .gform_page_footer:after {
  clear: both;
}
#gform_wrapper_4 .gform_page_footer .gform_next_button,
#gform_wrapper_4 .gform_page_footer .gform_button[type=submit] {
  float: right;
}
.slotmachine_outer {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.slotmachine_outer img.slotmachine_header {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.slotmachine_outer .position_outer {
  position: relative;
  width: 90px;
  height: 150px;
  line-height: 150px;
  margin: 0 4px;
  display: inline-block;
  background: #ffffff;
  border: 4px solid #68696b;
  border-radius: 10px;
  box-shadow: inset 0 80px 60px -60px #757678, inset 0 -80px 60px -60px #757678;
}
.slotmachine_outer .position_outer:nth-child(2) {
  margin-left: 0;
}
.slotmachine_outer .position_outer:last-child {
  margin-right: 0;
}
.slotmachine_outer .position_outer .position {
  height: 100%;
}
.slotmachine_outer .position_outer .position div {
  height: 100%;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.slotmachine_outer .position_outer .position div img {
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.slotmachine_outer .position_outer.center .up,
.slotmachine_outer .position_outer.center .down {
  line-height: 40px;
  position: absolute;
  font-size: 30px;
  left: 0;
  right: 0;
  color: white;
  cursor: pointer;
}
.slotmachine_outer .position_outer.center .up:hover,
.slotmachine_outer .position_outer.center .down:hover {
  opacity: 0.66;
}
.slotmachine_outer .position_outer.center .up {
  top: 0;
}
.slotmachine_outer .position_outer.center .down {
  bottom: 0;
}
#confirmation_message {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  padding-bottom: 60px;
}
.pdflink {
  background: #f5fbe4;
  min-height: 141px;
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
  position: relative;
  color: #333;
  padding: 20px 20px 20px 160px;
}
.pdflink img {
  position: absolute;
  top: 0;
  left: 0;
}
.pdflink a {
  margin-top: 20px;
}
.slicknav_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  #menu-menu-principal {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: left;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
  }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
  }
  .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
  }
  .slicknav_menu .slicknav_no-text {
    margin: 0;
  }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
  }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
  }
  .slicknav_nav {
    clear: both;
  }
  .slicknav_nav ul,
  .slicknav_nav li {
    display: block;
  }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
  }
  .slicknav_nav .slicknav_item {
    cursor: pointer;
  }
  .slicknav_nav .slicknav_row {
    display: block;
  }
  .slicknav_nav a {
    display: block;
  }
  .slicknav_nav .slicknav_item a,
  .slicknav_nav .slicknav_parent-link a {
    display: inline;
  }
  .slicknav_menu:before,
  .slicknav_menu:after {
    content: " ";
    display: table;
  }
  .slicknav_menu:after {
    clear: both;
  }
  .slicknav_menu {
    *zoom: 1;
  }
  .slicknav_menu {
    font-size: 16px;
  }
  .slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    border-radius: 8px;
  }
  .slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
  }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5;
  }
  .slicknav_menu {
    background: #4c4c4c;
    padding: 5px;
  }
  .slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
  }
  .slicknav_nav,
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
  }
  .slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px;
  }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px;
  }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff;
  }
  .slicknav_nav .slicknav_item a,
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
  }
  .slicknav_nav .slicknav_row:hover {
    border-radius: 8px;
    background: #ccc;
    color: #fff;
  }
  .slicknav_nav a:hover {
    border-radius: 8px;
    background: #ccc;
    color: #222;
  }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
  }
}
@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_wrapper_4 .question .slotmachine_outer .position_outer {
    width: 140px;
    height: 220px;
    line-height: 210px;
  }
  #gform_wrapper_4 .question .slotmachine_outer .position_outer .position div {
    font-size: 24px;
  }
}
@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;
  }
  .wrap {
    max-width: 1140px;
  }
  .visible-tablet {
    display: block;
  }
  .hidden-tablet {
    display: none;
  }
  .above-header .wrap {
    padding: 0 40px;
  }
  .header #inner-header {
    position: relative;
  }
  .header #inner-header .language-chooser {
    top: 20px;
  }
  .header #inner-header .language-chooser li {
    border-right: 1px solid black;
  }
  .header #inner-header .language-chooser li a {
    color: #706f6f;
  }
  nav ul.nav li {
    float: left;
    position: relative;
  }
  nav ul.nav li a {
    text-decoration: none;
  }
  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 a,
  nav ul.nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
  }
  nav ul.nav li:hover ul {
    top: auto;
    display: block;
  }
  article {
    padding: 20px 40px 20px 61px;
  }
  .widget {
    padding: 0 10px;
  }
  .widget ul li ul {
    padding-left: 1em;
  }
  .footer #inner-footer .copyright div {
    display: inline-block;
    border-right: 1px solid #b2b2b2;
    padding-right: 5px;
    margin-right: 5px;
  }
  .footer #inner-footer .copyright div:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  body {
    padding-bottom: 54px;
  }
  body.page-id-2 .intro .intro_image {
    float: left;
    margin-right: 40px;
    padding-right: 40px;
    position: relative;
  }
  body.page-id-2 .intro .intro_image:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    right: 0;
    top: 15%;
    background: #96c11f;
  }
  body.page-id-2 .intro h1 {
    margin-top: 25px;
  }
  #gform_wrapper_4 {
    position: relative;
  }
  #gform_wrapper_4 .question .gform_page_footer .gform_previous_button,
  #gform_wrapper_4 .question .gform_page_footer .gform_next_button,
  #gform_wrapper_4 .question .gform_page_footer .gform_button[type=submit] {
    position: absolute;
    top: 464px;
    float: none;
  }
  #gform_wrapper_4 .question .gform_page_footer .gform_previous_button {
    left: 0;
  }
  #gform_wrapper_4 .question .gform_page_footer .gform_next_button,
  #gform_wrapper_4 .question .gform_page_footer .gform_button[type=submit] {
    right: 0;
  }
  .slotmachine_outer {
    width: 640px;
    height: 580px;
  }
  .slotmachine_outer img.slotmachine_header {
    margin-bottom: 20px;
  }
  .slotmachine_outer .position_outer {
    width: 180px;
    height: 300px;
    line-height: 300px;
    margin: 0 10px;
    box-shadow: inset 0 100px 60px -60px #757678, inset 0 -100px 60px -60px #757678;
  }
  .slotmachine_outer .position_outer .position div {
    font-size: 30px;
  }
  .pdflink {
    line-height: 45px;
  }
}
@media only screen and (min-width: 1000px) {
  .visible-desktop {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
}
@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;
  }
}
