@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
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;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857143em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571428571em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571428571em;
  width: 2.1428571428571em;
  top: 0.14285714285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571429em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  transform: scale(-1,1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1,-1);
  -moz-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  -o-transform: scale(1,-1);
  transform: scale(1,-1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.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 {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 21px;
  -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;
  border-radius: 0;
  text-shadow: none;
  background-color: #a2bd30;
  border: 0;
  background-image: none;
  padding: 10px 15px;
}
.button:hover,
.button:focus,
.button:visited:hover,
.button:visited:focus {
  background-color: #91a92b;
  color: white;
}
.button:active,
.button:visited:active {
  background-color: #869c28;
}
html,
body {
  height: 100%;
}
body {
  font-family: "PT Sans", Arial, Tahoma, sans-serif;
  font-size: 14px;
  color: #565656;
  background-color: #c4db96;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#2bb29c),to(#c4db96));
  background-image: -webkit-linear-gradient(top,#2bb29c,#c4db96);
  background-image: -moz-linear-gradient(top,#2bb29c,#c4db96);
  background-image: -o-linear-gradient(top,#2bb29c,#c4db96);
  background-image: linear-gradient(to bottom,#2bb29c,#c4db96);
  height: 100%;
  background-repeat: repeat-x;
  background-attachment: fixed;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow-x: hidden;
}
::selection {
  background-color: #a2bd30;
  color: white;
}
::-moz-selection {
  background-color: #a2bd30;
  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;
}
.hide {
  opacity: 0;
}
.hidden {
  display: none;
}
.wrap {
  width: 98%;
  margin: 0 auto;
}
#background-pattern {
  position: fixed;
  z-index: -1000;
  top: 0;
  background: url('../images/bg-image@2x.png') top repeat;
  height: 200%;
  width: 200%;
  top: -50%;
  left: -50%;
  transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  opacity: 0.15;
}
#container {
  position: relative;
  max-width: 900px;
  width: 100%;
  margin: 0;
  background-color: white;
  -webkit-box-shadow: 0 20px 40px -20px black;
  -moz-box-shadow: 0 20px 40px -20px black;
  box-shadow: 0 20px 40px -20px black;
}
a,
a:visited {
  color: #009cdd;
  text-decoration: none;
  transition: all 0.1s;
}
a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
  color: #005477;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "PT Sans", Arial, Tahoma, sans-serif;
  font-weight: 400;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  line-height: 1.333em;
  float: left;
  text-transform: uppercase;
  color: #878787;
  border-bottom: 4px #a2bd30 solid;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
}
h2,
.h2 {
  line-height: 1.4em;
  color: #a2bd30;
  font-size: 17px;
  margin: 0;
}
h2 a,
h2 a:visited,
.h2 a,
.h2 a:visited {
  color: #a2bd30;
}
h2 a:hover,
h2 a:visited:hover,
.h2 a:hover,
.h2 a:visited:hover {
  color: #7f9426;
}
h3,
.h3 {
  font-weight: 700;
  font-size: 1.3em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.header {
  width: 100%;
}
.header #inner-header {
  padding: 15px 10px;
}
.header #inner-header .sevencol {
  text-align: center;
}
.header #logo {
  margin: 0 auto 10px auto;
  display: block;
  width: 100%;
  max-width: 116px;
  height: 67px;
  background: url('../images/ebl-logo.png') top center no-repeat;
  background-size: 116px 63px;
}
nav {
  width: 100%;
  background-color: black;
  padding: 10px;
}
nav ul.nav {
  display: none;
  list-style: none;
}
nav ul.nav li a {
  display: block;
  text-decoration: none !important;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
}
nav ul.nav li a:hover {
  color: #009cdd;
  text-decoration: none !important;
}
nav ul.nav li ul.sub-menu,
nav ul.nav li ul.children {
  list-style: none;
}
nav ul.nav li ul.sub-menu li a,
nav ul.nav li ul.children li a {
  padding-left: 15px;
  transition: all 0.1s;
}
nav ul.nav li ul.sub-menu li.current-menu-item a,
nav ul.nav li ul.sub-menu li.current_page_item a,
nav ul.nav li ul.sub-menu li.current_page_ancestora a,
nav ul.nav li ul.children li.current-menu-item a,
nav ul.nav li ul.children li.current_page_item a,
nav ul.nav li ul.children li.current_page_ancestora a {
  color: white;
}
nav .tinynav {
  width: 100%;
  border: 0;
  height: 30px;
}
#menu-header-navigation {
  list-style: none;
}
#menu-header-navigation li {
  border-right: 1px solid #009cdd;
  padding: 3px 10px 1px 10px;
  line-height: 13px;
  font-size: 13px;
  float: left;
}
#menu-header-navigation li:last-child {
  border: 0;
  padding-right: 5px;
}
#menu-header-navigation li a {
  text-decoration: none;
  text-transform: uppercase;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: transparent !important;
  border: 2px solid #a2bd30;
  width: 14px !important;
  height: 14px !important;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  border-radius: 7px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #a2bd30 !important;
}
iframe {
  border: 0;
  width: 100%;
  height: 600px;
  margin: 0 auto 20px auto;
}
#content {
  width: 100%;
}
#content #home-newsheadline {
  background-color: #f6f6f6;
  width: 100%;
  padding: 10px;
  border-bottom: 1px #878787 solid;
}
#content #home-newsheadline .fa-quote-left {
  font-size: 22px;
  color: #878787;
  margin-top: -5px;
}
#content #home-newsheadline #headline-content {
  text-align: center;
  font-size: 22px;
  max-width: 500px;
  width: 100%;
  line-height: 30px;
  color: black;
}
#content #home-newsheadline #headline-content a {
  color: black;
}
#content .bx-wrapper {
  max-width: 95% !important;
  margin: 0 auto 40px !important;
  -webkit-box-shadow: 0 15px 20px -15px #878787;
  -moz-box-shadow: 0 15px 20px -15px #878787;
  box-shadow: 0 15px 20px -15px #878787;
}
#content .bx-wrapper .bx-viewport {
  left: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  border: 0;
}
#content .bx-wrapper .bx-prev {
  background: url('../images/ebl_prev.png') no-repeat center center;
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  left: -7px;
}
#content .bx-wrapper .bx-next {
  background: url('../images/ebl_next.png') no-repeat center center;
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  right: -7px;
}
#content #slider {
  height: 200px;
  list-style: none;
}
#content #slider li {
  height: 100%;
}
#content #slider li .bgimage {
  height: 100%;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
#content #slider li .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #a2bd30;
  height: 30px;
  line-height: 30px;
  color: white;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 15px;
}
#content #inner-content {
  padding: 10px 0 30px 0;
}
#content #inner-content img {
  max-width: 100%;
  height: auto;
}
#content #inner-content ul.menu {
  padding: 10px 0;
  list-style: none;
}
#content #inner-content ul.menu li {
  float: left;
  width: 50%;
  margin-bottom: 5px;
}
#content #inner-content ul.menu li a {
  display: block;
  min-height: 80px;
  line-height: 80px;
  width: 99%;
  font-size: 18px;
  background-color: #a2bd30;
  color: white;
  text-align: center;
  transition: all 0.2s;
}
#content #inner-content ul.menu li a:hover {
  background-color: #91a92b !important;
  color: white;
}
.ebl-blue {
  background-color: #009cdd;
}
.ebl-green {
  background-color: #a2bd30;
}
.ebl-turquoise {
  background-color: #56a9a0;
}
.border-bottom {
  border-bottom: 1px #878787 solid;
}
.border-top {
  border-top: 1px #878787 solid;
  padding-top: 25px !important;
}
.archive-link {
  float: right;
  text-decoration: none;
  font-size: 15px;
  padding-top: 18px;
}
#home-horizontalbar {
  width: 100%;
  padding: 20px 0;
  background-color: #f6f6f6;
  border-top: 1px #878787 solid;
  border-bottom: 1px #878787 solid;
}
#home-horizontalbar .horizontalbar-container {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 5px;
}
#home-horizontalbar .horizontalbar-container .quarter {
  width: 25%;
  float: left;
}
#home-horizontalbar .horizontalbar-container .circle {
  width: 100%;
  margin: 0 auto;
  max-width: 64px;
  max-height: 64px;
  -webkit-border-radius: 32px !important;
  -moz-border-radius: 32px !important;
  border-radius: 32px !important;
  border: 4px #009cdd solid;
  font-size: 30px;
  line-height: 60px;
  color: #009cdd;
  text-align: center;
  display: block;
}
#home-horizontalbar .horizontalbar-container .text {
  margin: 15px 0 0 0;
  text-align: center;
  padding: 0 5px;
}
#home-horizontalbar .horizontalbar-container .text h2 {
  margin: 0;
  color: #009cdd;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
#home-horizontalbar .horizontalbar-container .text p {
  font-size: 14px;
  line-height: 16px;
  color: #b2b2b2;
  width: 100%;
  margin: 5px 0 0 0;
  text-align: center;
}
#service-container {
  padding: 15px 0 0 0;
}
#service-container img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
#service-container .fourcol {
  margin-bottom: 15px;
}
#service-container p {
  color: #b2b2b2;
  margin: 0;
  font-size: 14px;
}
.downloads-attachments {
  margin-bottom: 20px;
}
.details {
  font-size: 15px;
  color: #878787;
}
.details .category,
.details .date,
.details .time {
  float: left;
  font-size: 14px;
  color: #878787;
  text-transform: uppercase;
  padding-right: 10px;
}
.details .description {
  margin-top: 3px;
  font-size: 14px;
  word-wrap: break-word;
}
.details .excerpt {
  font-size: 14px;
  text-align: justify;
}
.details .category {
  margin-right: 10px;
}
.details .category a {
  text-decoration: none;
  color: #878787;
}
.show-archive {
  float: right;
}
.show-archive a {
  color: black;
  margin-top: 10px;
  display: block;
  padding: 2px 10px;
  transition: all 0.1s;
  border-width: 1px;
  border-style: solid;
  border: 1px solid black;
}
.show-archive a:hover {
  background-color: white !important;
}
.taxonomy-list {
  float: left;
  list-style: none;
  margin: 13px auto 0 auto;
}
.taxonomy-list li {
  display: inline-block;
  margin-left: 1px;
}
.taxonomy-list li a {
  display: block;
  padding: 2px 10px;
  color: white;
  transition: all 0.1s;
  border-width: 1px;
  border-style: solid;
}
.taxonomy-list li a:hover {
  background-color: white !important;
}
.taxonomy-list li.show-archive a {
  color: black;
  margin-right: 15px;
}
.taxonomy-list li.event_cat-show-all a,
.taxonomy-list li.category_infotext-show-all a {
  color: #f6f6f6;
  background-color: #878787;
  border-color: #878787;
}
.taxonomy-list li.event_cat-show-all a:hover,
.taxonomy-list li.category_infotext-show-all a:hover {
  color: #878787;
}
.taxonomy-list li.event_cat-show-all.active a,
.taxonomy-list li.category_infotext-show-all.active a {
  color: #878787;
}
.taxonomy-list li.active a {
  background-color: white !important;
}
.taxonomy-list li.active.event_cat-taxonomy-23 a,
.taxonomy-list li.active.category_infotext-taxonomy-15 a,
.taxonomy-list li.active.event_cat-taxonomy-36 a {
  color: #56a9a0;
}
.taxonomy-list li.active.event_cat-taxonomy-20 a,
.taxonomy-list li.active.category_infotext-taxonomy-14 a {
  color: #009cdd;
}
.taxonomy-list li.active.event_cat-taxonomy-19 a,
.taxonomy-list li.active.category_infotext-taxonomy-16 a {
  color: #a2bd30;
}
.taxonomy-list li.event_cat-taxonomy-23 a,
.taxonomy-list li.category_infotext-taxonomy-15 a,
.taxonomy-list li.event_cat-taxonomy-36 a {
  background-color: #56a9a0;
  border-color: #56a9a0;
}
.taxonomy-list li.event_cat-taxonomy-23 a:hover,
.taxonomy-list li.category_infotext-taxonomy-15 a:hover,
.taxonomy-list li.event_cat-taxonomy-36 a:hover {
  color: #56a9a0;
}
.taxonomy-list li.event_cat-taxonomy-20 a,
.taxonomy-list li.category_infotext-taxonomy-14 a {
  background-color: #009cdd;
  border-color: #009cdd;
}
.taxonomy-list li.event_cat-taxonomy-20 a:hover,
.taxonomy-list li.category_infotext-taxonomy-14 a:hover {
  color: #009cdd;
}
.taxonomy-list li.event_cat-taxonomy-19 a,
.taxonomy-list li.category_infotext-taxonomy-16 a {
  background-color: #a2bd30;
  border-color: #a2bd30;
}
.taxonomy-list li.event_cat-taxonomy-19 a:hover,
.taxonomy-list li.category_infotext-taxonomy-16 a:hover {
  color: #a2bd30;
}
#news-list,
#projects-list,
#topthema-list,
#infotext-list {
  list-style: none;
}
#news-list li.news-item,
#news-list li,
#projects-list li.news-item,
#projects-list li,
#topthema-list li.news-item,
#topthema-list li,
#infotext-list li.news-item,
#infotext-list li {
  padding: 20px 0;
  border-bottom: 1px solid #b2b2b2;
}
#news-list li.news-item:last-child,
#news-list li:last-child,
#projects-list li.news-item:last-child,
#projects-list li:last-child,
#topthema-list li.news-item:last-child,
#topthema-list li:last-child,
#infotext-list li.news-item:last-child,
#infotext-list li:last-child {
  border: 0;
}
#news-list li.news-item .category,
#news-list li.news-item .date,
#news-list li.news-item .time,
#news-list li .category,
#news-list li .date,
#news-list li .time,
#projects-list li.news-item .category,
#projects-list li.news-item .date,
#projects-list li.news-item .time,
#projects-list li .category,
#projects-list li .date,
#projects-list li .time,
#topthema-list li.news-item .category,
#topthema-list li.news-item .date,
#topthema-list li.news-item .time,
#topthema-list li .category,
#topthema-list li .date,
#topthema-list li .time,
#infotext-list li.news-item .category,
#infotext-list li.news-item .date,
#infotext-list li.news-item .time,
#infotext-list li .category,
#infotext-list li .date,
#infotext-list li .time {
  font-size: 12px;
}
#news-list li.news-item .image-container,
#news-list li .image-container,
#projects-list li.news-item .image-container,
#projects-list li .image-container,
#topthema-list li.news-item .image-container,
#topthema-list li .image-container,
#infotext-list li.news-item .image-container,
#infotext-list li .image-container {
  text-align: center;
}
#news-list li.news-item .entry-content,
#news-list li .entry-content,
#projects-list li.news-item .entry-content,
#projects-list li .entry-content,
#topthema-list li.news-item .entry-content,
#topthema-list li .entry-content,
#infotext-list li.news-item .entry-content,
#infotext-list li .entry-content {
  margin: 0;
  padding-bottom: 0 !important;
}
#news-list .description,
#projects-list .description,
#topthema-list .description,
#infotext-list .description {
  text-align: justify;
}
#infotext-list .details {
  margin-bottom: 5px;
}
#infotext-list .entry-content p {
  margin: 2px 0;
}
#infotext-list .entry-content .category-icon {
  float: left;
  height: 45px;
  width: 40px;
  color: #a2bd30;
  font-size: 25px;
  line-height: 45px;
  text-align: left;
}
#joboffer-list {
  list-style: none;
  padding: 20px;
}
#joboffer-list .joboffer-item {
  margin-bottom: 15px;
}
#joboffer-list .joboffer-item .name {
  float: left;
  border-right: 1px solid #b2b2b2;
  padding-right: 10px;
}
#joboffer-list .joboffer-item .jobtitle {
  float: left;
  padding: 0 10px;
  font-size: 14px;
  color: #878787;
}
#joboffer-list .joboffer-item .cv {
  float: left;
  padding-left: 10px;
  font-size: 14px;
  border-left: 1px solid #b2b2b2;
}
#joboffer-list .joboffer-item .cv a {
  color: #878787;
}
#joboffer-list .joboffer-item .cv a:hover {
  color: #009cdd;
}
#joboffer-list .joboffer-item .description {
  padding-left: 10px;
}
#joboffer-list .joboffer-item .description p {
  margin: 0;
  font-size: 14px;
}
#member-list {
  padding: 10px 0 10px 10px;
}
#member-list li {
  font-size: 15px;
}
#member-list li a {
  color: #565656;
}
#member-list li a:hover {
  text-decoration: underline;
}
#member-list li .details a {
  color: #56a9a0;
}
#hardware-list,
#pinnwand-list {
  list-style: none;
  margin-top: 20px;
}
#hardware-list .description,
#pinnwand-list .description {
  text-align: justify;
}
.agenda_months {
  list-style: none;
  float: right;
  margin-top: 5px;
}
.agenda_months li {
  display: inline-block;
  margin-left: 2px;
}
.agenda_months li a {
  display: block;
  color: #009cdd;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  border: 2px solid #009cdd;
  text-align: center;
  line-height: 35px;
  text-transform: uppercase;
}
.agenda_months li a:hover {
  color: white;
  background-color: #009cdd;
}
.agenda_months li.active a {
  color: white;
  background-color: #009cdd;
}
.agenda_months li.empty {
  opacity: 0.5;
}
#events-list {
  list-style: none;
  margin-top: 10px;
}
#events-list.archive li .date .day {
  display: none;
}
#events-list.archive li .date .year {
  display: block;
  font-size: 18px;
}
#events-list li {
  padding: 5px 0 10px 0;
  width: 100%;
}
#events-list li .date {
  height: 64px;
  width: 64px;
  margin: 0 auto 10px auto;
  -webkit-border-radius: 32px !important;
  -moz-border-radius: 32px !important;
  border-radius: 32px !important;
  text-align: center;
  color: #a2bd30;
  font-size: 22px;
  padding-top: 13px;
  line-height: 1em;
  border: 2px solid #a2bd30;
}
#events-list li .date .month {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1em;
}
#events-list li .date .year {
  display: none;
}
#events-list li .details {
  max-width: 640px;
  width: 100%;
  border-bottom: 1px solid #b2b2b2;
  padding: 0 10px 10px 10px;
}
#events-list li .details .category {
  float: none;
  border: 0;
  font-size: 12px;
}
#events-list li .details .description p {
  margin: 0;
}
#events-list li.event-tax-23 .date,
#events-list li.event-tax-36 .date {
  border-color: #56a9a0;
  color: #56a9a0;
}
#events-list li.event-tax-23 h2 a,
#events-list li.event-tax-36 h2 a {
  color: #56a9a0;
}
#events-list li.event-tax-20 .date {
  border-color: #009cdd;
  color: #009cdd;
}
#events-list li.event-tax-20 h2 a {
  color: #009cdd;
}
#events-list li.event-tax-19 .date {
  border-color: #a2bd30;
  color: #a2bd30;
}
#events-list li.event-tax-19 h2 a {
  color: #a2bd30;
}
.no-border {
  border: 0 !important;
}
.page-template-page-subpages-php .entry-content {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.page-template-page-subpages-php .entry-content p {
  margin: 0;
}
.single-project .entry-content {
  margin-bottom: 0;
}
.single-event .gform_wrapper {
  padding: 10px;
}
.page-id-99 .gform_wrapper {
  max-width: 100% !important;
}
#next-news-list {
  list-style: none;
}
#next-news-list li {
  background-color: #f6f6f6;
}
#next-news-list li a {
  text-decoration: none;
}
#next-news-list li .details {
  padding: 6px 10px 10px 10px;
  color: #878787;
}
#link-list,
#download-list {
  list-style: none;
}
#link-list li.linkcat,
#link-list li.download-tax,
#download-list li.linkcat,
#download-list li.download-tax {
  padding-bottom: 10px;
}
#link-list li.linkcat ul.blogroll,
#link-list li.download-tax ul.blogroll,
#download-list li.linkcat ul.blogroll,
#download-list li.download-tax ul.blogroll {
  list-style: disc;
  padding-left: 10px;
}
#link-list li.linkcat ul.blogroll li a,
#link-list li.download-tax ul.blogroll li a,
#download-list li.linkcat ul.blogroll li a,
#download-list li.download-tax ul.blogroll li a {
  color: #878787;
  text-decoration: none;
}
#link-list li.linkcat ul.blogroll li a:hover,
#link-list li.download-tax ul.blogroll li a:hover,
#download-list li.linkcat ul.blogroll li a:hover,
#download-list li.download-tax ul.blogroll li a:hover {
  text-decoration: underline;
}
#link-list li.linkcat ul.download-list-sub,
#link-list li.download-tax ul.download-list-sub,
#download-list li.linkcat ul.download-list-sub,
#download-list li.download-tax ul.download-list-sub {
  list-style: none;
  margin-left: 20px;
}
#link-list li.linkcat ul.download-list-sub li a,
#link-list li.download-tax ul.download-list-sub li a,
#download-list li.linkcat ul.download-list-sub li a,
#download-list li.download-tax ul.download-list-sub li a {
  color: #878787;
  text-decoration: none;
}
#link-list li.linkcat ul.download-list-sub li a:hover,
#link-list li.download-tax ul.download-list-sub li a:hover,
#download-list li.linkcat ul.download-list-sub li a:hover,
#download-list li.download-tax ul.download-list-sub li a:hover {
  text-decoration: underline;
}
.attachment-list,
.link-list {
  padding: 10px 0 0 20px;
  list-style: none;
}
.attachment-list li .fa,
.link-list li .fa {
  width: 25px;
  height: 25px;
}
.attachment-list li a,
.link-list li a {
  color: #878787 !important;
  text-decoration: none;
}
.attachment-list li a:hover,
.link-list li a:hover {
  text-decoration: underline;
}
.link-list {
  list-style: disc;
}
.widget_eblagendawidget {
  list-style: none;
  margin-top: 20px;
}
.widget_eblagendawidget div.event-item {
  padding: 5px 0 10px 0;
  width: 100%;
}
.widget_eblagendawidget div.event-item .category {
  float: none;
  border: 0;
  font-size: 12px;
}
.widget_eblagendawidget div.event-item .date {
  height: 64px;
  width: 64px;
  margin: 0 auto 10px auto;
  -webkit-border-radius: 32px !important;
  -moz-border-radius: 32px !important;
  border-radius: 32px !important;
  text-align: center;
  color: white;
  font-size: 22px;
  padding-top: 13px;
  line-height: 1em;
}
.widget_eblagendawidget div.event-item .date .month {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1em;
}
.widget_eblagendawidget div.event-item .details {
  text-align: center;
}
.widget_eblagendawidget div.event-item.event-tax-23 .date,
.widget_eblagendawidget div.event-item.event-tax-36 .date {
  background-color: #56a9a0;
}
.widget_eblagendawidget div.event-item.event-tax-23 h2 a,
.widget_eblagendawidget div.event-item.event-tax-36 h2 a {
  color: #56a9a0;
}
.widget_eblagendawidget div.event-item.event-tax-20 .date {
  background-color: #009cdd;
}
.widget_eblagendawidget div.event-item.event-tax-20 h2 a {
  color: #009cdd;
}
.widget_eblagendawidget div.event-item.event-tax-19 .date {
  background-color: #a2bd30;
}
.widget_eblagendawidget div.event-item.event-tax-19 h2 a {
  color: #a2bd30;
}
.topthema-download {
  text-align: right;
}
#info-tabs {
  list-style: none;
  margin: 20px 0 0 0;
}
#info-tabs li {
  float: left;
  height: 50px;
  min-width: 50px;
  cursor: pointer;
  margin-right: 2px;
  text-align: center;
  padding: 0 10px;
  line-height: 50px;
  font-size: 35px;
  background-color: #f6f6f6;
  color: white;
  transition: all 0.1s;
}
#info-tabs li.tab-blue {
  background-color: #009cdd;
}
#info-tabs li.tab-blue:hover,
#info-tabs li.tab-blue.active {
  color: #009cdd;
}
#info-tabs li.tab-turquoise {
  background-color: #56a9a0;
}
#info-tabs li.tab-turquoise:hover,
#info-tabs li.tab-turquoise.active {
  color: #56a9a0;
}
#info-tabs li.tab-green {
  background-color: #a2bd30;
}
#info-tabs li.tab-green:hover,
#info-tabs li.tab-green.active {
  color: #a2bd30;
}
#info-tabs li:hover,
#info-tabs li.active {
  background-color: #f6f6f6;
}
#info-tabs li .infobox-category-title {
  padding-left: 10px;
  font-size: 20px;
  float: right;
}
.info-content-container {
  position: relative;
  background-color: #f6f6f6;
}
.info-content-container .slider-container {
  z-index: 1;
  -webkit-box-shadow: 0 15px 20px -15px #868686;
  -moz-box-shadow: 0 15px 20px -15px #868686;
  box-shadow: 0 15px 20px -15px #868686;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #f6f6f6;
  padding: 25px;
  transition: opacity 0.4s;
}
.info-content-container .slider-container.hide {
  z-index: -100;
}
.info-content-container ul.infotext-slider {
  list-style: none;
}
.info-content-container ul.infotext-slider a {
  color: #565656;
}
.info-content-container .bx-wrapper {
  margin: 0 auto 20px !important;
}
.info-content-container .bx-wrapper .bx-viewport {
  background: none !important;
  border: none;
  box-shadow: none;
}
.info-content-container h2 {
  margin: 0 0 5px 0;
  color: #009cdd;
}
.info-content-container .description {
  text-align: justify;
}
ul.goodpractice-categories {
  list-style: none;
  margin-top: 30px;
}
ul.goodpractice-categories li {
  float: left;
  width: 50%;
  padding: 2px 0;
  min-height: 120px;
}
ul.goodpractice-categories li svg {
  max-width: 40px;
  height: auto;
  margin-bottom: 5px;
}
ul.goodpractice-categories li svg path {
  fill: #fff;
}
ul.goodpractice-categories li a {
  display: block;
  min-height: 120px;
  padding-top: 20px;
  width: 99%;
  font-size: 16px;
  background-color: #a2bd30;
  color: white;
  text-align: center;
  transition: all 0.2s;
}
ul.goodpractice-categories li a:hover {
  background-color: #91a92b;
  color: #fff;
}
.tax-category_goodpractice h2 {
  margin-top: 30px;
}
#goodpractice-list {
  margin: 10px 0 30px 0;
  list-style: none;
}
#goodpractice-list li {
  background-color: #f3f3f3;
  position: relative;
  margin: 5px 0;
  -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;
}
#goodpractice-list li:hover {
  background-color: #e9e9e9;
}
#goodpractice-list li:before {
  content: '+';
  position: absolute;
  font-size: 20px;
  padding: 7px 10px;
}
#goodpractice-list li .gp-title,
#goodpractice-list li .gp-city,
#goodpractice-list li .gp-year {
  float: left;
  padding: 10px;
  cursor: pointer;
}
#goodpractice-list li .gp-city {
  width: 42%;
  padding-left: 0;
}
#goodpractice-list li .gp-title {
  width: 42%;
  font-weight: bold;
  padding-left: 30px;
}
#goodpractice-list li .gp-year {
  width: 16%;
}
#goodpractice-list li .additional-info {
  position: absolute;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  pointer-events: none;
}
#goodpractice-list li .additional-info .gp-contact {
  padding-right: 50px;
}
#goodpractice-list li .additional-info .gp-source {
  padding: 10px 0;
}
#goodpractice-list li.open:before {
  content: '-';
}
#goodpractice-list li.open .additional-info {
  position: relative;
  -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;
  opacity: 1;
  height: auto;
  pointer-events: auto;
  padding: 10px;
}
#goodpracticeinfo-list {
  margin: 10px 0;
  list-style: none;
}
#goodpracticeinfo-list li {
  background-color: #f3f3f3;
  position: relative;
  margin: 5px 0;
  padding: 10px;
}
#gform_wrapper_21 {
  opacity: 0;
  height: 0;
  display: none;
  -webkit-transition: all .05s ease-in-out;
  -moz-transition: all .05s ease-in-out;
  -ms-transition: all .05s ease-in-out;
  -o-transition: all .05s ease-in-out;
  transition: all .05s ease-in-out;
  pointer-events: none;
}
#gform_wrapper_21.visible {
  pointer-events: auto;
  opacity: 1;
  display: block;
  height: auto;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper .gform_body {
  margin-top: 10px;
}
.gform_wrapper label {
  font-weight: normal !important;
  font-size: 13px !important;
}
.gform_wrapper input[type=file] {
  font-size: 13px;
  width: 100%;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper textarea {
  border: 1px solid #b2b2b2;
  padding: 5px 7px !important;
  font-size: 13px !important;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=text]:hover,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=email]:hover,
.gform_wrapper textarea:focus,
.gform_wrapper textarea:hover {
  border-color: #009cdd;
}
.gform_wrapper .gfield_radio li input[type=radio] {
  margin-left: 5px;
}
.gform_wrapper .gfield_radio li label {
  margin-top: 2px !important;
}
.gform_wrapper .gform_footer {
  margin: 0;
}
.gform_wrapper .button {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  text-shadow: none;
  background-color: #a2bd30;
  border: 0;
  background-image: none;
  padding: 10px 15px;
}
.gform_wrapper .button:hover {
  background-color: #91a92b;
}
.gform_wrapper #field_4_10 {
  display: none;
}
.entry-content {
  margin: 20px 0 20px 0;
}
.entry-content .details {
  margin-bottom: 20px;
}
.entry-content ul,
.entry-content ol {
  margin-left: 30px;
}
.entry-content img {
  text-align: center;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.entry-content .pricing-title {
  display: inline-block;
  width: 55%;
}
.entry-content .pricing-price {
  display: inline-block;
}
.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;
}
.page-navigation {
  background-color: inherit !important;
  margin-top: 15px;
}
.energysaver_page_navi {
  float: right;
}
.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: #878787;
}
.energysaver_page_navi li.pagenavi-current {
  padding: 3px 6px;
  border-bottom: 2px #009cdd solid;
  position: relative;
}
.energysaver_page_navi li.pagenavi-current a:hover,
.energysaver_page_navi li.pagenavi-current a:focus {
  text-decoration: none;
}
.energysaver_page_navi li.pagenavi-prev-link a,
.energysaver_page_navi li.pagenavi-next-link a {
  padding: 2px 5px;
}
.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-agenda-info .last {
  min-height: 300px;
}
.footer {
  margin-top: 20px;
  clear: both;
  width: 100%;
  background-color: black;
  padding: 10px 0;
}
.footer .info {
  margin: 0;
  font-size: 12px;
  color: #f6f6f6;
  text-align: center;
}
@media only screen and (min-width: 481px) {
  .header #logo {
    max-width: 185px;
    height: 103px;
    background-size: 185px 103px;
  }
  .header #inner-header .sevencol {
    text-align: right;
  }
  #menu-header-navigation {
    float: right;
  }
  .padding-content {
    padding: 0 10px;
  }
  .padding-topbottom {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #home-horizontalbar .horizontalbar-container .text h2 {
    font-size: 16px;
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 2.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 2.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  .footer {
    padding: 10px 20px;
  }
}
@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;
  }
  aside.sidebar {
    width: 31.491712705%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    float: right;
  }
  .visible-tablet {
    display: block;
  }
  .hidden-tablet {
    display: none;
  }
  #container {
    margin: 0 auto 50px auto;
  }
  .header #inner-header {
    padding: 15px 20px 15px 25px;
  }
  .header #inner-header #logo {
    margin: 0;
  }
  .header #inner-header #menu-header-navigation {
    padding-top: 85px;
  }
  .tinynav {
    display: none;
  }
  nav {
    padding: 0;
  }
  nav ul.nav {
    display: block;
  }
  nav ul.nav li {
    float: left;
    position: relative;
    width: 16.6%;
    text-align: center;
  }
  nav ul.nav li a {
    text-decoration: none;
    padding: 5px 0 4px 0;
    width: 100%;
  }
  nav ul.nav li a:hover,
  nav ul.nav li a:focus {
    text-decoration: underline;
  }
  nav ul.nav li ul.sub-menu,
  nav ul.nav li ul.children {
    min-width: 100%;
    margin: 0;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 99999;
    background-color: #009cdd;
    opacity: 0.95;
  }
  nav ul.nav li ul.sub-menu li,
  nav ul.nav li ul.children li {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  nav ul.nav li ul.sub-menu li a,
  nav ul.nav li ul.children li a {
    width: 100%;
    padding: 8px 0;
    display: block;
    text-align: left;
    border-bottom: 1px solid white;
    white-space: nowrap;
  }
  nav ul.nav li ul.sub-menu li a:hover,
  nav ul.nav li ul.sub-menu li a:focus,
  nav ul.nav li ul.children li a:hover,
  nav ul.nav li ul.children li a:focus {
    color: black;
  }
  nav ul.nav li ul.sub-menu li:last-child a,
  nav ul.nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  nav ul.nav li ul.sub-menu li ul.sub-menu,
  nav ul.nav li ul.children li ul.sub-menu {
    top: 0;
    left: 101%;
    display: none;
  }
  nav ul.nav li ul.sub-menu li ul.sub-menu li a,
  nav ul.nav li ul.children li ul.sub-menu li a {
    padding: 5px 0;
  }
  nav ul.nav li ul.sub-menu li:hover > ul,
  nav ul.nav li ul.children li:hover > ul {
    display: block;
  }
  nav ul.nav li:hover > ul {
    top: auto;
    display: block;
  }
  #content {
    min-height: 450px;
  }
  #content #home-newsheadline {
    padding: 20px 30px;
  }
  #content #home-newsheadline .fa-quote-left {
    float: left;
    font-size: 28px;
  }
  #content #home-newsheadline #headline-content {
    float: left;
    font-size: 25px;
    margin-left: 30px;
    text-align: left;
    line-height: 30px;
  }
  #content #slider {
    height: 300px;
  }
  #content #slider li .title {
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
  }
  #gform_wrapper_3 {
    max-width: 50%;
  }
  #news-list li .description p {
    margin: 5px 0;
  }
  #pinnwand-list li {
    min-height: 210px;
  }
  #service-container {
    padding: 25px 0;
  }
  #home-horizontalbar .horizontalbar-container {
    padding: 0 20px;
  }
  #service-container .fourcol {
    margin-bottom: 0;
  }
  #service-container h2 {
    margin: 5px 0 3px 0;
  }
  .entry-content .attachment-posts-thumb,
  .entry-content .attachment-original {
    float: left;
    max-width: 350px;
  }
  .entry-content img {
    margin: 0 20px 10px 0;
  }
  #events-list li .date {
    float: left;
  }
  #events-list li .details {
    float: left;
    margin-left: 20px;
    padding: 0;
  }
  .widgettitle {
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
  }
  .widget ul li ul {
    padding-left: 1em;
  }
  ul.goodpractice-categories li {
    float: left;
    width: 25%;
  }
  ul.goodpractice-categories li a {
    font-size: 18px;
  }
  #goodpractice-list li .additional-info {
    position: absolute;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    pointer-events: none;
  }
  #goodpractice-list li .additional-info .gp-contact {
    float: left;
    width: 42%;
    padding-right: 50px;
  }
  #goodpractice-list li .additional-info .gp-source {
    float: left;
    width: 42%;
    padding: 0;
  }
  #goodpractice-list li .additional-info .gp-download {
    float: right;
  }
  #goodpracticeinfo-list li .gp-title,
  #goodpracticeinfo-list li .gp-year,
  #goodpracticeinfo-list li .gp-author {
    float: left;
    width: 30%;
  }
  #goodpracticeinfo-list li .gp-link {
    float: right;
  }
  #talk-button {
    display: block;
    position: absolute;
    top: 170px;
    margin-left: 1200px;
    opacity: 0;
    -webkit-transition: all 1s 0.2s ease-in-out;
    -moz-transition: all 1s 0.2s ease-in-out;
    -ms-transition: all 1s 0.2s ease-in-out;
    -o-transition: all 1s 0.2s ease-in-out;
    transition: all 1s 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 1000px) {
  .visible-desktop {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  #content #inner-content #home-horizontalbar .horizontalbar-container .circle {
    float: left;
  }
  #content #inner-content #home-horizontalbar .horizontalbar-container .text {
    float: left;
    margin: 0 2px 0 10px;
    text-align: left;
    padding: 0;
  }
  #content #inner-content #home-horizontalbar .horizontalbar-container .text h1 {
    margin: 0;
  }
  #content #inner-content #home-horizontalbar .horizontalbar-container .text p {
    text-align: left;
    max-width: 138px;
  }
  #content #slider {
    height: 380px;
  }
  #events-list li .details {
    max-width: 750px;
  }
  ul.goodpractice-categories li {
    padding: 2px 0;
  }
  ul.goodpractice-categories li a {
    width: 98%;
  }
  .widget_eblagendawidget div.event-item {
    padding: 5px 0;
  }
  .widget_eblagendawidget div.event-item .date {
    float: left;
  }
  .widget_eblagendawidget div.event-item .details {
    float: left;
    text-align: left;
    max-width: 75%;
    margin-left: 20px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  .header #logo {
    background-image: url('../images/ebl-logo@2x.png');
  }
}
@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;
  }
}
