/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: 'Open Sans', arial, sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.3;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: GoodPro-Book;
  src: url("../fonts/GoodWebPro-Book.eot"); }

@font-face {
  font-family: GoodPro-BookItalic;
  src: url("../fonts/GoodWebPro-BookItalic.eot"); }

@font-face {
  font-family: GoodPro-Bold;
  src: url("../fonts/GoodWebPro-Bold.eot"); }

@font-face {
  font-family: GoodPro-BoldItalic;
  src: url("../fonts/GoodWebPro-BoldItalic.eot"); }

/* then for WOFF-capable browsers */
@font-face {
  font-family: GoodPro-Book;
  src: url("../fonts/GoodWebPro-Book.woff") format("woff"); }

@font-face {
  font-family: GoodPro-BookItalic;
  src: url("../fonts/GoodWebPro-BookItalic.woff") format("woff"); }

@font-face {
  font-family: GoodPro-Bold;
  src: url("../fonts/GoodWebPro-Bold.woff") format("woff"); }

@font-face {
  font-family: GoodPro-BoldItalic;
  src: url("../fonts/GoodWebPro-BoldItalic.woff") format("woff"); }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: .75s; }

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

@keyframes pulse {
  0% {
    transform: scaleX(1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scaleX(1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  0% {
    transform: scaleX(1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scaleX(1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  0%, to {
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  0% {
    transform: scaleX(1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    transform: scaleX(1); } }

.tada {
  animation-name: tada; }

@keyframes wobble {
  0% {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  0%, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scaleX(1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translateZ(0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotateX(-5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotateY(-5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

html {
  overflow-y: scroll;
  color: #4d4d4d;
  font-family: "GoodPro-Book", Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  background: #fff; }
  @media screen and (min-width: 860px) {
    html {
      background: #ccc; } }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

img {
  width: auto;
  max-width: 100% !important;
  height: auto; }

.ie9 img[src*=".svg"] {
  width: 100%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; } }

iframe {
  max-width: 100%;
  overflow: scroll;
  margin: 0; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 (height/width) */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

::-moz-selection {
  color: #fff;
  background: #39a9dc; }

::selection {
  color: #fff;
  background: #39a9dc; }

.hiddenHeading {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px); }

h1 {
  margin-bottom: 12px;
  color: #000;
  font-size: 22px;
  line-height: 1.1818;
  font-weight: 400; }
  h1 a {
    color: #000; }
  h1 + p {
    margin-top: 22px; }

h2 {
  margin-bottom: 12px;
  color: #000;
  font-size: 22px;
  line-height: 1.1818;
  font-weight: 400;
  color: #000; }
  h2 a {
    color: #000; }
  h2.small {
    margin-top: 1px;
    margin-bottom: 22px;
    font-size: 17px; }

h3 {
  color: #999;
  font-size: 100%;
  font-weight: 400; }
  h3 a {
    color: #999; }

h2 + h3 {
  margin-top: -12px; }

p {
  margin-bottom: 6px; }

strong, b {
  font-family: 'GoodPro-Bold', Verdana, Arial, sans-serif; }

em, i {
  font-family: 'GoodPro-BookItalic', Verdana, Arial, sans-serif; }

.divider {
  clear: both;
  display: block;
  height: 2px;
  margin: 2px 0px 12px 0px;
  padding: 0 !important;
  background: url(../_images/divider_background.png) repeat-x;
  border: 0;
  line-height: 0;
  font-size: 0; }

p + .divider {
  margin-top: 20px; }

.dividerMore {
  clear: both;
  display: block;
  color: #979da0;
  text-decoration: none;
  border-top: 1px solid #979da0;
  font-family: 'GoodPro-Bold', Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.4545;
  text-align: right; }
  .dividerMore:hover {
    color: #979da0;
    text-decoration: underline; }

a {
  color: #39a9dc;
  text-decoration: none;
  -webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
  -moz-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
  -ms-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
  -o-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
  transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out; }
  a:hover {
    text-decoration: underline; }
  a:focus {
    outline: 0; }

a.mehr, .ttnewsLatestMore a, .ttnewsListMore a, .more {
  display: inline;
  padding-right: 18px;
  color: #39a9dc;
  background: url(../_images/list_level1.png) no-repeat right 3px; }
  a.mehr:hover, .ttnewsLatestMore a:hover, .ttnewsListMore a:hover, .more:hover {
    text-decoration: underline; }

.ttnewsLatestMore a, .ttnewsListMore a, .more {
  margin-left: 6px; }

a.zurueck, .ttnewsSingleBack a, .yacSingleBack a, .back span {
  display: block;
  margin-top: 16px;
  padding-top: 4px;
  padding-left: 20px;
  border-top: 1px dashed #ccc;
  text-decoration: none;
  background: url(../_images/backlink_background.png) no-repeat 0px 7px; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li, ol li {
    margin: 0;
    padding: 0; }

.main ul {
  margin-top: 6px;
  margin-bottom: 6px; }
  .main ul li {
    background: url(../_images/list_level1.png) 0px 2px no-repeat;
    padding-bottom: 6px;
    padding-left: 19px; }

.main ol, .fondsDetail ol {
  margin-bottom: 15px;
  padding-left: 12px;
  list-style-type: decimal; }
  .main ol li, .fondsDetail ol li {
    margin-bottom: 4.95px;
    padding-left: 5px; }

blockquote {
  margin-bottom: 15px; }

table {
  width: 100%;
  margin: 30px 0 30px 0;
  border-collapse: collapse; }
  table th {
    vertical-align: top; }
  table td {
    vertical-align: top; }

figure {
  margin: 0 0 50px 0; }

caption, figcaption {
  margin: 2px auto;
  padding: 0px 0;
  font-size: 13px;
  line-height: 1.2;
  text-align: left; }

dl {
  width: 100%; }
  dl dt {
    clear: both;
    width: 100%;
    margin: 1.0em 0px 0px 0px;
    padding: 0;
    font-weight: 700;
    vertical-align: top; }
    @media screen and (min-width: 860px) {
      dl dt {
        float: left;
        width: 33.3%;
        margin-bottom: 1.0em;
        padding-right: 30px; } }
  dl dd {
    width: 100%;
    margin: 0 0 1.0em 0;
    padding: 0;
    vertical-align: top; }
    @media screen and (min-width: 860px) {
      dl dd {
        float: left;
        width: 66.7%;
        margin-top: 1.0em; } }

.noBreak {
  white-space: nowrap; }

form ol {
  margin-top: 22px;
  padding: 0; }
  form ol li {
    clear: both;
    margin-left: 0px;
    padding-bottom: 8px;
    list-style-type: none; }

fieldset {
  margin: 8px 0px 16px 0px;
  padding: 0;
  border: none; }
  fieldset fieldset {
    margin: 0; }

legend {
  clear: both;
  margin: 6px 0px 6px 0px;
  font-family: 'GoodPro-Bold', Verdana, Arial, sans-serif;
  color: #39a9dc; }

label {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 6px;
  padding-top: 2px; }
  @media screen and (min-width: 640px) {
    label {
      float: left;
      width: 30%;
      margin-right: 3.3%; } }

input, textarea, select {
  width: 100%;
  margin-bottom: 5px;
  padding: 4px 9px 4px 9px;
  border: 1px solid #39a9dc;
  color: #b9bec0;
  font-family: 'GoodPro-BookItalic', Verdana, Arial, sans-serif;
  -webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
  -moz-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
  -ms-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
  -o-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
  transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out; }
  @media screen and (min-width: 640px) {
    input, textarea, select {
      float: left;
      width: 66.6%; } }
  input:focus, textarea:focus, select:focus {
    background-color: #b0ddf1;
    border-color: #39a9dc;
    color: #4d4d4d; }

input {
  line-height: 1; }
  input[type=checkbox] {
    width: auto;
    border: none; }
  input[type=radio] {
    width: auto;
    border: none; }
  input[type=file] {
    padding-left: 0;
    border: 0; }
  input[type=submit] {
    float: left;
    margin: 5px 0 5px 0;
    padding: 4px 10px;
    background: #39a9dc;
    border: none;
    border-color: #39a9dc;
    color: #fff;
    font-family: 'GoodPro-Book', Verdana, Arial, sans-serif; }
    @media screen and (min-width: 640px) {
      input[type=submit] {
        margin-left: 33.3%; } }
  input[type=submit]:hover {
    border-collapse: #b0ddf1;
    background: #b0ddf1;
    color: #39a9dc;
    cursor: pointer; }

textarea {
  height: 120px;
  line-height: 1.2; }

select {
  width: 222px;
  padding: 0px;
  line-height: 1; }

option {
  padding-left: 6px;
  line-height: 1.2; }

optgroup {
  padding-left: 6px;
  font-family: 'GoodPro-Bold', Verdana, Arial, sans-serif; }
  optgroup option {
    padding-left: 12px;
    font-family: 'GoodPro-Book', Verdana, Arial, sans-serif; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.wrap {
  clear: both;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 859px) {
    .wrap {
      padding: 0 30px; } }
  .wrap .row {
    clear: both;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
    *zoom: 1;
    text-align: center; }
    .wrap .row:before, .wrap .row:after {
      display: table;
      content: "";
      line-height: 0; }
    .wrap .row:after {
      clear: both; }
    .wrap .row .row {
      padding: 0; }

.column {
  *zoom: 1;
  width: 100%;
  padding: 0 0px;
  text-align: left; }
  .column:before, .column:after {
    content: " ";
    display: table; }
  .column:after {
    clear: both; }

@media screen and (min-width: 420px) {
  .xs-1-1 {
    width: 100%; }
  .xs-1-2 {
    float: left;
    width: 50%; }
  .xs-1-3 {
    float: left;
    width: 33.3%; }
  .xs-2-3 {
    float: left;
    width: 66.7%; }
  .xs-1-4 {
    float: left;
    width: 25%; }
  .xs-3-4 {
    float: left;
    width: 75%; } }

@media screen and (min-width: 640px) {
  .small-1-1 {
    width: 100%; }
  .small-1-2 {
    float: left;
    width: 50%; }
  .small-1-3 {
    float: left;
    width: 33.3%; }
  .small-2-3 {
    float: left;
    width: 66.7%; }
  .small-1-4 {
    float: left;
    width: 25%; }
  .small-3-4 {
    float: left;
    width: 75%; } }

@media screen and (min-width: 860px) {
  .column {
    float: left; }
    .column.flow-opposite {
      float: right; }
  .medium-noGutter {
    padding: 0; }
  .columnLeft {
    width: calc(63.34% - 10px);
    margin-right: 10px;
    background: #fff; }
  .columnRight {
    float: right;
    width: 36.66%;
    padding-left: 10px;
    padding-right: 35px;
    background: #fff; }
  .medium-1-1 {
    width: 100%; }
  .medium-1-2 {
    width: 50%; }
    .medium-1-2:nth-of-type(2n+1) {
      clear: both; }
    .medium-1-2:nth-of-type(2n+2) {
      clear: none; }
  .medium-1-3 {
    width: 33.3%; }
    .medium-1-3:nth-of-type(3n+1) {
      clear: both; }
    .medium-1-3:nth-of-type(3n+2) {
      clear: none; }
    .medium-1-3:nth-of-type(3n+3) {
      clear: none; }
  .medium-2-3 {
    width: 66.7%; }
  .medium-1-4 {
    width: 25%; }
    .medium-1-4:first-child {
      padding-left: 0; }
    .medium-1-4:last-child {
      padding-right: 0; }
  .medium-2-4 {
    width: 50%; }
    .medium-2-4:first-child {
      padding-left: 0; }
    .medium-2-4:last-child {
      padding-right: 0; }
  .medium-3-4 {
    width: 75%; }
  .medium-1-6 {
    width: 16.667%; }
  .medium-5-6 {
    width: 83.333%; }
  .medium-5-12 {
    width: 41.667%; }
  .medium-7-12 {
    width: 58.333%; }
  .medium-offset-1-3 {
    margin-left: 33.3%; }
  .medium-offset-1-4 {
    margin-left: 25%; } }

@media screen and (min-width: 960px) {
  .large-noGutter {
    padding: 0; }
  .large-1-1 {
    width: 100%; }
  .large-1-2 {
    width: 50%; }
  .large-1-3 {
    width: 33.3%; }
    .large-1-3:nth-of-type(3n+1) {
      clear: both; }
    .large-1-3:nth-of-type(3n+2) {
      clear: none; }
    .large-1-3:nth-of-type(3n+3) {
      clear: none; }
  .large-2-3 {
    width: 66.7%; }
  .large-1-4 {
    width: 25%; }
  .large-3-4 {
    width: 75%; }
  .large-1-8 {
    width: 12.5%; } }

@media screen and (min-width: 1110px) {
  .x-large-1-1 {
    width: 100%; }
  .x-large-1-2 {
    width: 50%; }
  .x-large-1-3 {
    width: 33.3%;
    /*
		&:nth-of-type(3n+2) {
			clear: none;
			padding-right: 10px;
			padding-left: 10px;
		}
		&:nth-of-type(3n+3) {
			clear: none;
			padding-right: 0;
			padding-left: 20px;
		}		
*/ }
    .x-large-1-3:nth-of-type(3n+1) {
      clear: both;
      /*
			padding-right: 20px;
			padding-left: 0;
*/ }
  .x-large-2-3 {
    width: 66.7%; }
  .x-large-1-4 {
    width: 25%; }
  .x-large-1-8 {
    width: 12.5%; }
  .x-large-3-4 {
    width: 75%; } }

.row .row {
  padding: 0;
  /*
	@include medium-min {
		.column.col-1-2 {
			width: 100%;
			&:first-child {
				padding-right: 0px;
			}
			&:last-child {
				padding-left: 0px;
			}
		}
	}

	@include large-min {
		.column.col-1-2 {
			width: 50%;
			&:first-child {
				padding-right: 20px;
			}
			&:last-child {
				padding-left: 20px;
			}
		}
	}
*/ }

.mainContent .row .row {
  padding: 0; }
  .mainContent .row .row .column.small-1-2 {
    padding: 0; }
    @media screen and (min-width: 640px) {
      .mainContent .row .row .column.small-1-2:nth-of-type(2n+1) {
        padding-right: 10px; }
      .mainContent .row .row .column.small-1-2:nth-of-type(2n+2) {
        padding-left: 10px; } }
  .mainContent .row .row .column.medium-1-2 {
    padding: 0; }
    @media screen and (min-width: 860px) {
      .mainContent .row .row .column.medium-1-2:nth-of-type(2n+1) {
        padding-right: 10px; }
      .mainContent .row .row .column.medium-1-2:nth-of-type(2n+2) {
        padding-left: 10px; } }

.mainContentWhite {
  background: #fff; }

@media screen and (max-width: 859px) {
  .no-mobile {
    display: none; } }

@media screen and (min-width: 860px) {
  .only-mobile {
    display: none; } }

@media screen and (min-width: 960px) {
  .only-mobile-tablet {
    display: none; } }

@media screen and (max-width: 859px) {
  .only-tablet-desktop {
    display: none; } }

@media screen and (max-width: 959px) {
  .only-desktop {
    display: none; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

@media screen and (max-width: 859px) {
  .noMobile {
    display: none; } }

@media screen and (min-width: 860px) {
  .onlyMobile {
    display: none; } }

.top {
  width: 100%;
  padding-top: 10px;
  background: #fff; }
  .top .column {
    text-align: right;
    font-size: 14px; }
  .top .navLanguages {
    float: right;
    width: 93px;
    margin-top: 11px; }
    .top .navLanguages li {
      float: left;
      margin-right: 11px; }
      .top .navLanguages li a {
        display: block;
        height: 18px;
        margin: 10px 0 5px 0;
        padding: 0px 4px;
        color: #4d4d4d; }
        @media screen and (min-width: 860px) {
          .top .navLanguages li a {
            margin: 9px 0; } }
        .top .navLanguages li a:hover, .top .navLanguages li a.active {
          background: #999;
          color: #fff;
          text-decoration: none; }
  .top .navInfo {
    float: right;
    width: auto;
    margin-top: 11px; }
    .top .navInfo li {
      float: left;
      margin-right: 27px; }
      .top .navInfo li a {
        display: block;
        padding: 10px 0;
        color: #4d4d4d; }
        @media screen and (min-width: 860px) {
          .top .navInfo li a {
            padding: 9px 0; } }
        .top .navInfo li a.active {
          text-decoration: underline; }
  .top .navSearch {
    position: relative;
    width: 100%;
    margin: 18px 34px 4px 0; }
    @media screen and (max-width: 859px) {
      .top .navSearch {
        *zoom: 1; }
        .top .navSearch:before, .top .navSearch:after {
          content: " ";
          display: table; }
        .top .navSearch:after {
          clear: both; } }
    @media screen and (min-width: 860px) {
      .top .navSearch {
        float: right;
        width: 225px; } }
    .top .navSearch .sword {
      width: 100%;
      margin: 0;
      padding: 4px 45px 5px 9px;
      border-color: #b3b3b3; }
      .top .navSearch .sword:focus {
        border-color: #39a9dc; }
    .top .navSearch button {
      position: absolute;
      width: 20px;
      height: 19px;
      right: 18px;
      bottom: 3px;
      margin: 0;
      padding: 0;
      background: url(../_images/search_submit.png) no-repeat;
      border: none; }
      .top .navSearch button:hover {
        background-position: 0px -29px; }

.header {
  margin: 1px auto 0px auto;
  text-align: left; }
  @media screen and (max-width: 859px) {
    .header {
      background: #fff; } }
  .header .columnHeader {
    background: #fff;
    *zoom: 1; }
    .header .columnHeader:before, .header .columnHeader:after {
      content: " ";
      display: table; }
    .header .columnHeader:after {
      clear: both; }
  @media screen and (max-width: 859px) {
    .header .column.headerimage {
      display: none; } }
  @media screen and (min-width: 860px) {
    .header .column.headerimage {
      padding-top: 40px;
      padding-bottom: 13px; } }
  @media screen and (max-width: 859px) {
    .header .column.logo {
      padding-top: 13px; }
      .header .column.logo img.desktop {
        display: none; } }
  @media screen and (min-width: 860px) {
    .header .column.logo {
      text-align: right; }
      .header .column.logo a {
        display: block;
        margin-top: 37px; }
        .header .column.logo a img.mobile {
          display: none; } }

@media screen and (max-width: 859px) {
  .navMain {
    padding: 0 0 15px 0; } }

@media screen and (min-width: 860px) {
  .navMain {
    margin-bottom: 15px; } }

@media screen and (max-width: 859px) {
  .main {
    background: #fff; } }

.main .contentMain {
  padding-top: 20px; }
  @media screen and (min-width: 860px) {
    .main .contentMain {
      padding: 34px 20px 34px 19px; } }

.main .contentSidebar {
  background: #b0ddf1; }
  @media screen and (max-width: 859px) {
    .main .contentSidebar {
      width: calc(100% + 60px);
      margin: 30px -30px;
      border-top: 20px solid #b0ddf1; } }
  .main .contentSidebar .frame-default {
    width: 100%;
    margin-bottom: 20px;
    padding: 8px 30px;
    background: #fff; }
    @media screen and (min-width: 860px) {
      .main .contentSidebar .frame-default {
        padding: 8px 14px; } }

.csc-textmedia .csc-textmedia-gallery[data-ce-columns='2'] .csc-textmedia-gallery-column {
  max-width: 50%; }
  .csc-textmedia .csc-textmedia-gallery[data-ce-columns='2'] .csc-textmedia-gallery-column:nth-of-type(odd) {
    padding-right: 5px; }
  .csc-textmedia .csc-textmedia-gallery[data-ce-columns='2'] .csc-textmedia-gallery-column:nth-of-type(even) {
    padding-left: 5px; }

.csc-textmedia .csc-textmedia-gallery[data-ce-columns='3'] .csc-textmedia-gallery-column {
  max-width: 33%; }
  .csc-textmedia .csc-textmedia-gallery[data-ce-columns='3'] .csc-textmedia-gallery-column:nth-of-type(3n+1) {
    clear: both;
    padding-right: 12px;
    padding-left: 0; }
  .csc-textmedia .csc-textmedia-gallery[data-ce-columns='3'] .csc-textmedia-gallery-column:nth-of-type(3n+2) {
    clear: none;
    padding-right: 6px;
    padding-left: 6px; }
  .csc-textmedia .csc-textmedia-gallery[data-ce-columns='3'] .csc-textmedia-gallery-column:nth-of-type(3n+3) {
    clear: none;
    padding-right: 0;
    padding-left: 12px; }

.csc-textmedia .csc-textmedia-gallery[data-ce-columns='4'] .csc-textmedia-gallery-column {
  max-width: 25%; }
  .csc-textmedia .csc-textmedia-gallery[data-ce-columns='4'] .csc-textmedia-gallery-column:nth-of-type(4n+1) {
    clear: both;
    padding-right: 12px;
    padding-left: 0; }
  .csc-textmedia .csc-textmedia-gallery[data-ce-columns='4'] .csc-textmedia-gallery-column:nth-of-type(4n+2) {
    clear: none;
    padding-right: 6px;
    padding-left: 6px; }
  .csc-textmedia .csc-textmedia-gallery[data-ce-columns='4'] .csc-textmedia-gallery-column:nth-of-type(4n+3) {
    clear: none;
    padding-right: 6px;
    padding-left: 6px; }
  .csc-textmedia .csc-textmedia-gallery[data-ce-columns='4'] .csc-textmedia-gallery-column:nth-of-type(4n+4) {
    clear: none;
    padding-right: 0;
    padding-left: 12px; }

.csc-textmedia .csc-textmedia-gallery[data-ce-columns='5'] .csc-textmedia-gallery-column {
  max-width: 20%;
  padding-right: 6px;
  padding-left: 6px; }
  .csc-textmedia .csc-textmedia-gallery[data-ce-columns='5'] .csc-textmedia-gallery-column:nth-of-type(5n+1) {
    clear: both;
    padding-right: 12px;
    padding-left: 0; }
  .csc-textmedia .csc-textmedia-gallery[data-ce-columns='5'] .csc-textmedia-gallery-column:nth-of-type(5n+5) {
    padding-right: 0;
    padding-left: 12px; }

.csc-textmedia .csc-textmedia-gallery[data-ce-columns='6'] .csc-textmedia-gallery-column {
  max-width: 16.6666666667%;
  padding-right: 6px;
  padding-left: 6px; }
  .csc-textmedia .csc-textmedia-gallery[data-ce-columns='6'] .csc-textmedia-gallery-column:nth-of-type(6n+1) {
    clear: both;
    padding-right: 12px;
    padding-left: 0; }
  .csc-textmedia .csc-textmedia-gallery[data-ce-columns='6'] .csc-textmedia-gallery-column:nth-of-type(6n+6) {
    padding-right: 0;
    padding-left: 12px; }

.csc-textmedia .csc-textmedia-gallery[data-ce-columns='7'] .csc-textmedia-gallery-column {
  max-width: 14.2857142857%;
  padding-right: 6px;
  padding-left: 6px; }
  .csc-textmedia .csc-textmedia-gallery[data-ce-columns='7'] .csc-textmedia-gallery-column:nth-of-type(7n+1) {
    clear: both;
    padding-right: 12px;
    padding-left: 0; }
  .csc-textmedia .csc-textmedia-gallery[data-ce-columns='7'] .csc-textmedia-gallery-column:nth-of-type(7n+7) {
    padding-right: 0;
    padding-left: 12px; }

.csc-textmedia .csc-textmedia-gallery[data-ce-columns='8'] .csc-textmedia-gallery-column {
  max-width: 12.5%;
  padding-right: 6px;
  padding-left: 6px; }
  .csc-textmedia .csc-textmedia-gallery[data-ce-columns='8'] .csc-textmedia-gallery-column:nth-of-type(8n+1) {
    clear: both;
    padding-right: 12px;
    padding-left: 0; }
  .csc-textmedia .csc-textmedia-gallery[data-ce-columns='8'] .csc-textmedia-gallery-column:nth-of-type(8n+8) {
    padding-right: 0;
    padding-left: 12px; }

.text-justify {
  text-align: justify; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.ce-textpic .ce-gallery {
  width: 100%; }
  .ce-textpic .ce-gallery div {
    width: 100%; }

.ce-textpic img[src$=".svg"] {
  width: 100% !important;
  height: auto !important; }

.ce-textpic, .ce-image {
  *zoom: 1; }
  .ce-textpic:before, .ce-textpic:after, .ce-image:before, .ce-image:after {
    content: " ";
    display: table; }
  .ce-textpic:after, .ce-image:after {
    clear: both; }
  .ce-textpic .ce-media, .ce-image .ce-media {
    margin-bottom: 12px; }
    .ce-textpic .ce-media a:hover img, .ce-image .ce-media a:hover img {
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
      opacity: 0.95; }
  @media screen and (min-width: 860px) {
    .ce-textpic.ce-intext .ce-gallery, .ce-image.ce-intext .ce-gallery {
      max-width: 50%; } }
  .ce-textpic .ce-row, .ce-image .ce-row {
    *zoom: 1; }
    .ce-textpic .ce-row:before, .ce-textpic .ce-row:after, .ce-image .ce-row:before, .ce-image .ce-row:after {
      content: " ";
      display: table; }
    .ce-textpic .ce-row:after, .ce-image .ce-row:after {
      clear: both; }
  .ce-textpic .ce-border img, .ce-image .ce-border img {
    border: 1px solid #4d4d4d; }
  .ce-textpic.ce-center .ce-media, .ce-textpic.ce-center .ce-gallery, .ce-image.ce-center .ce-media, .ce-image.ce-center .ce-gallery {
    text-align: center; }
    .ce-textpic.ce-center .ce-media img, .ce-textpic.ce-center .ce-gallery img, .ce-image.ce-center .ce-media img, .ce-image.ce-center .ce-gallery img {
      margin-right: auto;
      margin-left: auto; }
    .ce-textpic.ce-center .ce-media figcaption, .ce-textpic.ce-center .ce-gallery figcaption, .ce-image.ce-center .ce-media figcaption, .ce-image.ce-center .ce-gallery figcaption {
      text-align: center; }
  .ce-textpic.ce-right .ce-media, .ce-textpic.ce-right .ce-gallery, .ce-image.ce-right .ce-media, .ce-image.ce-right .ce-gallery {
    text-align: right; }
    .ce-textpic.ce-right .ce-media img, .ce-textpic.ce-right .ce-gallery img, .ce-image.ce-right .ce-media img, .ce-image.ce-right .ce-gallery img {
      margin-left: auto; }
    .ce-textpic.ce-right .ce-media figcaption, .ce-textpic.ce-right .ce-gallery figcaption, .ce-image.ce-right .ce-media figcaption, .ce-image.ce-right .ce-gallery figcaption {
      text-align: right; }
  @media screen and (min-width: 860px) {
    .ce-textpic.ce-right.ce-intext .ce-gallery, .ce-image.ce-right.ce-intext .ce-gallery {
      float: right;
      width: calc(50% + 10px);
      margin-bottom: 5px;
      padding-left: 20px; } }
  @media screen and (min-width: 860px) {
    .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery, .ce-image.ce-right.ce-intext.ce-nowrap .ce-gallery {
      float: right;
      width: 50%;
      padding-left: 10px; } }
  @media screen and (min-width: 860px) {
    .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext, .ce-image.ce-right.ce-intext.ce-nowrap .ce-bodytext {
      float: left;
      width: 50%;
      padding-right: 10px; } }
  @media screen and (min-width: 860px) {
    .ce-textpic.ce-left.ce-intext .ce-gallery, .ce-image.ce-left.ce-intext .ce-gallery {
      float: left;
      width: calc(50% + 10px);
      margin-bottom: 5px;
      padding-right: 20px; } }
  @media screen and (min-width: 860px) {
    .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery, .ce-image.ce-left.ce-intext.ce-nowrap .ce-gallery {
      float: left;
      width: 50%;
      padding-right: 10px; } }
  @media screen and (min-width: 860px) {
    .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext, .ce-image.ce-left.ce-intext.ce-nowrap .ce-bodytext {
      float: right;
      width: 50%;
      padding-left: 10px; } }
  .ce-textpic .ce-gallery[data-ce-columns='2'] .ce-column, .ce-image .ce-gallery[data-ce-columns='2'] .ce-column {
    float: left;
    width: 50%; }
    .ce-textpic .ce-gallery[data-ce-columns='2'] .ce-column:nth-of-type(odd), .ce-image .ce-gallery[data-ce-columns='2'] .ce-column:nth-of-type(odd) {
      padding-right: 5px; }
    .ce-textpic .ce-gallery[data-ce-columns='2'] .ce-column:nth-of-type(even), .ce-image .ce-gallery[data-ce-columns='2'] .ce-column:nth-of-type(even) {
      padding-left: 5px; }
  .ce-textpic .ce-gallery[data-ce-columns='3'] .ce-column, .ce-image .ce-gallery[data-ce-columns='3'] .ce-column {
    float: left;
    width: 33%; }
    .ce-textpic .ce-gallery[data-ce-columns='3'] .ce-column:nth-of-type(3n+1), .ce-image .ce-gallery[data-ce-columns='3'] .ce-column:nth-of-type(3n+1) {
      clear: both;
      padding-right: 12px;
      padding-left: 0; }
    .ce-textpic .ce-gallery[data-ce-columns='3'] .ce-column:nth-of-type(3n+2), .ce-image .ce-gallery[data-ce-columns='3'] .ce-column:nth-of-type(3n+2) {
      clear: none;
      padding-right: 6px;
      padding-left: 6px; }
    .ce-textpic .ce-gallery[data-ce-columns='3'] .ce-column:nth-of-type(3n+3), .ce-image .ce-gallery[data-ce-columns='3'] .ce-column:nth-of-type(3n+3) {
      clear: none;
      padding-right: 0;
      padding-left: 12px; }
  .ce-textpic .ce-gallery[data-ce-columns='4'] .ce-column, .ce-image .ce-gallery[data-ce-columns='4'] .ce-column {
    width: 25%; }
    .ce-textpic .ce-gallery[data-ce-columns='4'] .ce-column:nth-of-type(4n+1), .ce-image .ce-gallery[data-ce-columns='4'] .ce-column:nth-of-type(4n+1) {
      clear: both;
      padding-right: 12px;
      padding-left: 0; }
    .ce-textpic .ce-gallery[data-ce-columns='4'] .ce-column:nth-of-type(4n+2), .ce-image .ce-gallery[data-ce-columns='4'] .ce-column:nth-of-type(4n+2) {
      clear: none;
      padding-right: 6px;
      padding-left: 6px; }
    .ce-textpic .ce-gallery[data-ce-columns='4'] .ce-column:nth-of-type(4n+3), .ce-image .ce-gallery[data-ce-columns='4'] .ce-column:nth-of-type(4n+3) {
      clear: none;
      padding-right: 6px;
      padding-left: 6px; }
    .ce-textpic .ce-gallery[data-ce-columns='4'] .ce-column:nth-of-type(4n+4), .ce-image .ce-gallery[data-ce-columns='4'] .ce-column:nth-of-type(4n+4) {
      clear: none;
      padding-right: 0;
      padding-left: 12px; }
  .ce-textpic .ce-gallery[data-ce-columns='5'] .ce-column, .ce-image .ce-gallery[data-ce-columns='5'] .ce-column {
    width: 20%;
    padding-right: 6px;
    padding-left: 6px; }
    .ce-textpic .ce-gallery[data-ce-columns='5'] .ce-column:nth-of-type(5n+1), .ce-image .ce-gallery[data-ce-columns='5'] .ce-column:nth-of-type(5n+1) {
      clear: both;
      padding-right: 12px;
      padding-left: 0; }
    .ce-textpic .ce-gallery[data-ce-columns='5'] .ce-column:nth-of-type(5n+5), .ce-image .ce-gallery[data-ce-columns='5'] .ce-column:nth-of-type(5n+5) {
      padding-right: 0;
      padding-left: 12px; }
  .ce-textpic .ce-gallery[data-ce-columns='6'] .ce-column, .ce-image .ce-gallery[data-ce-columns='6'] .ce-column {
    width: 16.6666666667%;
    padding-right: 6px;
    padding-left: 6px; }
    .ce-textpic .ce-gallery[data-ce-columns='6'] .ce-column:nth-of-type(6n+1), .ce-image .ce-gallery[data-ce-columns='6'] .ce-column:nth-of-type(6n+1) {
      clear: both;
      padding-right: 12px;
      padding-left: 0; }
    .ce-textpic .ce-gallery[data-ce-columns='6'] .ce-column:nth-of-type(6n+6), .ce-image .ce-gallery[data-ce-columns='6'] .ce-column:nth-of-type(6n+6) {
      padding-right: 0;
      padding-left: 12px; }
  .ce-textpic .ce-gallery[data-ce-columns='7'] .ce-column, .ce-image .ce-gallery[data-ce-columns='7'] .ce-column {
    width: 14.2857142857%;
    padding-right: 6px;
    padding-left: 6px; }
    .ce-textpic .ce-gallery[data-ce-columns='7'] .ce-column:nth-of-type(7n+1), .ce-image .ce-gallery[data-ce-columns='7'] .ce-column:nth-of-type(7n+1) {
      clear: both;
      padding-right: 12px;
      padding-left: 0; }
    .ce-textpic .ce-gallery[data-ce-columns='7'] .ce-column:nth-of-type(7n+7), .ce-image .ce-gallery[data-ce-columns='7'] .ce-column:nth-of-type(7n+7) {
      padding-right: 0;
      padding-left: 12px; }
  .ce-textpic .ce-gallery[data-ce-columns='8'] .ce-column, .ce-image .ce-gallery[data-ce-columns='8'] .ce-column {
    width: 12.5%;
    padding-right: 6px;
    padding-left: 6px; }
    .ce-textpic .ce-gallery[data-ce-columns='8'] .ce-column:nth-of-type(8n+1), .ce-image .ce-gallery[data-ce-columns='8'] .ce-column:nth-of-type(8n+1) {
      clear: both;
      padding-right: 12px;
      padding-left: 0; }
    .ce-textpic .ce-gallery[data-ce-columns='8'] .ce-column:nth-of-type(8n+8), .ce-image .ce-gallery[data-ce-columns='8'] .ce-column:nth-of-type(8n+8) {
      padding-right: 0;
      padding-left: 12px; }

.ce-uploads {
  margin: 20px 0 !important; }
  .ce-uploads li {
    background: none !important;
    padding-left: 0 !important; }
    .ce-uploads li div {
      display: inline-block;
      padding-left: 5px; }

.menu-collapser {
  position: relative;
  width: 100%;
  height: 60px;
  padding: 0 8px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  background-color: #39a9dc; }

.collapse-button {
  position: absolute;
  left: 30px;
  top: 50%;
  width: 40px;
  padding: 7px 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #39a9dc;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
  -moz-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
  -ms-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
  -o-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
  transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%); }
  .collapse-button:hover, .collapse-button:focus {
    color: #fff;
    background-color: #b0ddf1; }
  .collapse-button .icon-bar {
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
    background-color: #fff;
    border-radius: 1px; }

ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #39a9dc; }
  ul.slimmenu:before, ul.slimmenu:after {
    content: '';
    display: table; }
  ul.slimmenu:after {
    clear: both; }
  ul.slimmenu.collapsed li {
    display: block;
    width: 100%; }
    ul.slimmenu.collapsed li > ul {
      position: static;
      display: none; }
    ul.slimmenu.collapsed li a {
      display: block;
      padding: 10px 30px;
      border-bottom: 1px solid #fff; }
    ul.slimmenu.collapsed li .sub-toggle {
      height: 40px; }
  ul.slimmenu.collapsed li ul {
    border-top: none;
    border-bottom: 1px solid #fff; }
    ul.slimmenu.collapsed li ul a {
      padding-left: 60px;
      border-bottom: none; }
  ul.slimmenu li {
    position: relative;
    float: left;
    display: inline-block; }
    ul.slimmenu li ul {
      margin: 0;
      list-style-type: none; }
    ul.slimmenu li > ul {
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 999;
      display: none;
      width: 100%;
      min-width: 170px; }
      ul.slimmenu li > ul > li ul {
        position: absolute;
        z-index: 999;
        display: none;
        min-width: 100%;
        left: 100%;
        top: 0px; }
    ul.slimmenu li a {
      display: block;
      padding: 1px 32px 1px 12px;
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      -webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
      -moz-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
      -ms-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
      -o-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
      transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out; }
      ul.slimmenu li a:hover, ul.slimmenu li a.active {
        text-decoration: none;
        color: #b0ddf1; }
    ul.slimmenu li .sub-toggle {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
      position: absolute;
      right: 30px;
      top: 4px;
      z-index: 999;
      width: 40px;
      height: 100%;
      text-align: center;
      cursor: pointer;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      @media screen and (min-width: 960px) {
        ul.slimmenu li .sub-toggle {
          display: none; } }
      ul.slimmenu li .sub-toggle:before {
        content: '';
        display: inline-block;
        height: 100%;
        margin-right: -0.25em;
        vertical-align: middle; }
      ul.slimmenu li .sub-toggle > i {
        display: inline-block;
        color: #b0ddf1;
        font-size: 18px;
        vertical-align: middle;
        -webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
        -moz-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
        -ms-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
        -o-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
        transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out; }
      ul.slimmenu li .sub-toggle:hover > i {
        color: #fff; }
  ul.slimmenu li ul {
    width: auto;
    border-top: 2px solid #ccc;
    background: #b0ddf1; }
    ul.slimmenu li ul li {
      float: none;
      width: 100%; }
      ul.slimmenu li ul li a {
        padding: 3px 12px;
        color: #fff; }
        ul.slimmenu li ul li a:hover {
          background: rgba(57, 169, 220, 0.4);
          color: #fff; }
        ul.slimmenu li ul li a.active, ul.slimmenu li ul li a.active:hover {
          background: #39a9dc;
          color: #b0ddf1; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999991042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999991043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 9999991045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 9999991044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 9999991046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.socialmedia {
  *zoom: 1; }
  .socialmedia:before, .socialmedia:after {
    content: " ";
    display: table; }
  .socialmedia:after {
    clear: both; }
  .socialmedia li {
    float: left;
    margin-right: 30px;
    padding: 0 !important;
    background: none !important; }
    .socialmedia li:last-child {
      margin-right: 0; }
  .socialmedia a {
    display: block;
    width: 47px;
    height: 47px; }
    .socialmedia a svg {
      width: 47px;
      height: 47px; }
      .socialmedia a svg path {
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out; }
    .socialmedia a:hover svg path {
      fill: #4d4d4d !important; }

.gallery .column {
  padding: 0;
  margin-bottom: 24px; }
  @media screen and (min-width: 640px) {
    .gallery .column:nth-of-type(2n+1) {
      clear: both;
      padding-right: 12px; }
    .gallery .column:nth-of-type(2n+2) {
      padding-left: 12px; } }
  @media screen and (min-width: 860px) {
    .gallery .column:nth-of-type(3n+1) {
      clear: both;
      padding-right: 16px;
      padding-left: 0; }
    .gallery .column:nth-of-type(3n+2) {
      clear: none;
      padding-right: 8px;
      padding-left: 8px; }
    .gallery .column:nth-of-type(3n+3) {
      clear: none;
      padding-right: 0;
      padding-left: 16px; } }
  .gallery .column .galleryItem {
    display: block;
    padding: 10px;
    background: #f3f4f6;
    text-align: center;
    -webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
    -moz-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
    -ms-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
    -o-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
    transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out; }
    .gallery .column .galleryItem:hover {
      background: #b0ddf1; }
    .gallery .column .galleryItem img {
      max-height: 110px; }

.newsListItem {
  margin-bottom: 15px;
  padding-bottom: 50px !important;
  background: url(../_images/divider_background.png) repeat-x 0px bottom; }
  .newsListItem a {
    color: #4d4d4d; }
  .newsListItem h2, .newsListItem p {
    -webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
    -moz-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
    -ms-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
    -o-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
    transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out; }
  .newsListItem .newsTeaser {
    font-size: 17px;
    -webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
    -moz-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
    -ms-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
    -o-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
    transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out; }
  @media screen and (min-width: 860px) {
    .newsListItem .newsText {
      padding-bottom: 19px; } }
  .newsListItem .newsImage {
    margin-top: 20px; }
    @media screen and (min-width: 860px) {
      .newsListItem .newsImage {
        padding-left: 15px; } }
    .newsListItem .newsImage img {
      -webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
      -moz-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
      -ms-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
      -o-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
      transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out; }
    .newsListItem .newsImage p {
      margin-top: 0;
      margin-bottom: 2px;
      font-size: 13px;
      line-height: 1.2; }
  .newsListItem .newsInfo {
    margin-top: 8px;
    color: #b5b5b5;
    font-size: 13px;
    -webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
    -moz-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
    -ms-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
    -o-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
    transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out; }
    @media screen and (min-width: 860px) {
      .newsListItem .newsInfo {
        margin-top: -19px; } }
  .newsListItem:hover {
    cursor: pointer; }
    .newsListItem:hover a {
      text-decoration: none; }
    .newsListItem:hover .more {
      text-decoration: underline; }
    .newsListItem:hover p {
      color: #000; }
    .newsListItem:hover h2, .newsListItem:hover .newsTeaser {
      color: #39a9dc; }
    .newsListItem:hover img {
      -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
      -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
      box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6); }
    .newsListItem:hover .newsInfo {
      color: #000; }

.newsListItem.newsLatest {
  padding-bottom: 15px !important;
  background: none; }
  .newsListItem.newsLatest .newsImage {
    float: right;
    width: 50%;
    margin-top: 10px;
    padding-left: 10px; }
  .newsListItem.newsLatest .newsText {
    padding-bottom: 0; }
  .newsListItem.newsLatest .newsInfo {
    margin-top: 8px; }
  .newsListItem.newsLatest:hover p {
    color: #000; }

.newsSingle .newsDate {
  margin-top: 4px;
  margin-bottom: 16px;
  padding-bottom: 6px;
  color: #979da0;
  font-size: 11px;
  line-height: 1;
  background: url(../_images/divider_background.png) repeat-x 0px bottom; }

@media screen and (min-width: 860px) {
  .newsSingle .news-img-wrap {
    float: right !important;
    width: 50%;
    margin: -10px 0 15px 0 !important;
    padding-left: 15px; } }

.newsSingle .news-img-wrap a {
  *zoom: 1;
  float: none !important; }
  .newsSingle .news-img-wrap a:before, .newsSingle .news-img-wrap a:after {
    content: " ";
    display: table; }
  .newsSingle .news-img-wrap a:after {
    clear: both; }

.newsSingle .news-img-wrap .outer {
  margin: 20px 0px; }
  .newsSingle .news-img-wrap .outer .news-img-caption {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.2; }

.news-related-files dt {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: 'GoodPro-Bold', Verdana, Arial, sans-serif; }

.news-related-files dd {
  margin-bottom: 8px; }

.news-related-files dd img {
  margin-right: 6px;
  padding-top: 1px; }

.news-related-files dd a {
  margin-right: 5px;
  text-decoration: none; }

.news-related-files dd a:hover {
  text-decoration: underline; }

.news-related-links dt {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: 'GoodPro-Bold', Verdana, Arial, sans-serif; }

.news-related-links dd {
  margin-bottom: 8px; }

.news-related-links dd img {
  margin-right: 6px;
  padding-top: 1px; }

.news-related-links dd a {
  display: block;
  margin-left: 8px;
  padding-top: 4px;
  padding-bottom: 1px;
  padding-left: 19px;
  background: url(../_images/list_level1.png) no-repeat 0px 3px; }

@media screen and (min-width: 860px) {
  .newsGallery .news-img-wrap {
    display: flex;
    flex-wrap: wrap;
    float: none !important;
    width: 100%;
    margin: 15px 0 15px 0 !important;
    padding-left: 0px; } }

@media screen and (max-width: 859px) {
  .newsGallery .news-img-wrap .outer {
    *zoom: 1; }
    .newsGallery .news-img-wrap .outer:before, .newsGallery .news-img-wrap .outer:after {
      content: " ";
      display: table; }
    .newsGallery .news-img-wrap .outer:after {
      clear: both; } }

@media screen and (min-width: 860px) {
  .newsGallery .news-img-wrap .outer {
    width: calc(50% - 10px);
    margin-bottom: 0; }
    .newsGallery .news-img-wrap .outer:nth-child(odd) {
      margin-right: 10px; }
    .newsGallery .news-img-wrap .outer:nth-child(even) {
      margin-left: 10px; } }

.page-navigation p {
  float: none !important; }

.page-navigation ul.f3-widget-paginator {
  float: none; }
  .page-navigation ul.f3-widget-paginator li {
    font-family: 'GoodPro-Bold', Verdana, Arial, sans-serif; }
    .page-navigation ul.f3-widget-paginator li.current {
      display: inline-block;
      padding: 1px 7px 0px 5px !important;
      color: #fff;
      background: #39a9dc !important;
      text-decoration: none; }
    .page-navigation ul.f3-widget-paginator li a {
      padding: 1px 7px 0px 5px; }
    .page-navigation ul.f3-widget-paginator li.previous a {
      padding-left: 0; }
    .page-navigation ul.f3-widget-paginator li.next a {
      padding-right: 0; }

@media screen and (min-width: 860px) {
  .tx-indexedsearch-search-submit {
    margin-left: 25%; } }

.tx-indexedsearch-res {
  *zoom: 1;
  margin: 60px 0; }
  .tx-indexedsearch-res:before, .tx-indexedsearch-res:after {
    content: " ";
    display: table; }
  .tx-indexedsearch-res:after {
    clear: both; }

div.tx-indexedsearch-browsebox {
  margin: 30px 0;
  *zoom: 1; }
  div.tx-indexedsearch-browsebox:before, div.tx-indexedsearch-browsebox:after {
    content: " ";
    display: table; }
  div.tx-indexedsearch-browsebox:after {
    clear: both; }
  div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
    float: left;
    margin-right: 15px; }
    div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:last-child {
      margin-right: 0; }

.tx-powermail {
  /*
	
	.powermail_fieldwrap_type_text {
		clear: both;
		margin-top: 15px;
		font-size: 16px;
		font-weight: 300;
		
		@include medium-min {
		}

	}
	
	.powermail_fieldwrap_type_input {
		label {	
			@include medium-min {
				margin-right: 0;
				padding-bottom: 13px;
			}
		}

	}
	
	.powermail_fieldwrap_type_textarea {
		textarea {	
			@include medium-min {
				clear: left;
				width: calc(100% - 30px);
							
			}
		}
	}
*/ }
  .tx-powermail h3, .tx-powermail legend {
    display: none; }
  .tx-powermail .powermail_fieldwrap_type_radio,
  .tx-powermail .powermail_fieldwrap_type_check {
    margin: 15px 0;
    clear: both; }
    @media screen and (min-width: 860px) {
      .tx-powermail .powermail_fieldwrap_type_radio .powermail_label,
      .tx-powermail .powermail_fieldwrap_type_check .powermail_label {
        float: left;
        width: 25%;
        margin-right: 5%;
        clear: left; } }
    @media screen and (min-width: 860px) {
      .tx-powermail .powermail_fieldwrap_type_radio .powermail_field,
      .tx-powermail .powermail_fieldwrap_type_check .powermail_field {
        float: right;
        width: 70%; } }
    .tx-powermail .powermail_fieldwrap_type_radio .powermail_field label,
    .tx-powermail .powermail_fieldwrap_type_check .powermail_field label {
      position: relative;
      display: block;
      width: 100%;
      margin-bottom: 5px;
      padding-top: 5px;
      padding-left: 45px;
      font-style: normal; }
      .tx-powermail .powermail_fieldwrap_type_radio .powermail_field label input,
      .tx-powermail .powermail_fieldwrap_type_check .powermail_field label input {
        position: absolute;
        top: 0.35em;
        left: 0; }

.powermail_fieldwrap {
  clear: right;
  padding-top: 10px; }
  .powermail_fieldwrap.powermail_fieldwrap_type_file {
    clear: both;
    margin-top: 15px; }

.powermail_field_error,
.parsley-error,
.powermail_form .parsley-error:focus,
div.error {
  color: #ce021b; }

.mandatory {
  margin-left: 3px;
  color: #ce021b; }

.tx-powermail .powermail_fieldset .parsley-errors-list {
  display: none;
  padding: 0;
  list-style-type: none;
  width: 100%;
  float: right;
  clear: left;
  color: #ce021b;
  -webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
  -moz-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
  -ms-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
  -o-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
  transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out;
  background-position: 0 5px; }
  @media screen and (min-width: 860px) {
    .tx-powermail .powermail_fieldset .parsley-errors-list {
      margin-left: 30.3%;
      width: 66.7%; } }

.tx-powermail .powermail_fieldset .parsley-errors-list.filled {
  display: block; }

.powermail_fieldwrap_type_radio .parsley-errors-list,
.powermail_fieldwrap_type_check .parsley-errors-list {
  width: 100% !important;
  margin-top: 0.0em !important; }
