@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import "//fast.fonts.net/cssapi/71b0afe4-1215-40ea-8dcb-f6e78564a9e1.css";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Hide invisible elements
 */
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

a {
  text-decoration: none;
  outline: 0;
  display: inline-block;
  color: #d05b1c; }
  a:hover, a:focus {
    position: relative; }
    a:hover:after, a:focus:after {
      content: ' ';
      height: 1px;
      width: 100%;
      left: 0;
      bottom: 3px;
      position: absolute;
      background-color: #d05b1c; }

figure {
  margin: 0; }

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

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 0.9375rem;
  font-size: 1rem; }
  @media (min-width: 48em) {
    p {
      font-size: 1.25rem; } }
  p + ul {
    margin-top: -0.625rem; }

h1 {
  margin-bottom: 1.25rem;
  font-family: "Proxima Nova W01", sans-serif;
  font-weight: 100;
  font-size: 2rem;
  border-bottom: 1px solid #cccccc; }
  @media (min-width: 48em) {
    h1 {
      font-size: 3.75rem; } }

h2 {
  margin-bottom: 1rem;
  font-family: "Proxima Nova W01", sans-serif; }
  h2.h1 {
    margin-bottom: 1.25rem;
    font-family: "Proxima Nova W01", sans-serif;
    font-weight: 100;
    font-size: 2rem;
    border-bottom: 1px solid #cccccc; }
    @media (min-width: 48em) {
      h2.h1 {
        font-size: 3.75rem; } }

h3 {
  margin-bottom: 0.5rem;
  font-weight: 600; }
  h3.h1 {
    margin-bottom: 1.25rem;
    font-family: "Proxima Nova W01", sans-serif;
    font-weight: 100;
    font-size: 2rem;
    border-bottom: 1px solid #cccccc; }
    @media (min-width: 48em) {
      h3.h1 {
        font-size: 3.75rem; } }

.mod_article ul {
  margin-bottom: 0.9375rem;
  padding-left: 1.5rem;
  list-style-type: none; }
  .mod_article ul li {
    margin-bottom: 0.1875rem;
    position: relative;
    font-size: 1rem; }
    @media (min-width: 48em) {
      .mod_article ul li {
        font-size: 1.25rem; } }
    .mod_article ul li:after {
      content: '»';
      position: absolute;
      left: -1.2rem;
      top: -1px; }
  .mod_article ul ul {
    margin-bottom: 0; }

/*h1,
.h1 {
  margin: 0;
  padding: 0 0 1rem 0;
  font-weight: normal;
  font-size: rem-calc(36px);
  text-transform: uppercase;
  color: $headlineH1Color;
  line-height: 1;
}

h2,
.h2 {
  margin: 0;
  padding: 0 0 1rem 0;
  font-weight: normal;
  font-size: rem-calc(32px);
  text-transform: uppercase;
  color: $headlineH2Color;
  line-height: 1;
  @include media-breakpoint-up("sm") {
    font-size: rem-calc(36px);
  }
}

h3,
.h3 {
  margin: 0;
  padding: 0 0 1rem 0;
  font-weight: normal;
  font-size: rem-calc(32px);
  text-transform: uppercase;
  color: $headlineH2Color;
  line-height: 1;
  @include media-breakpoint-up("sm") {
    font-size: rem-calc(36px);
  }
}*/
img {
  max-width: 100%;
  height: auto; }
  img.not-responsive,
  .not-responsive img {
    max-width: none; }

label[for] {
  cursor: pointer; }

.error {
  color: #d14; }

::-moz-selection {
  background: #eb8623;
  color: #ffffff; }

::selection {
  background: #eb8623;
  color: #ffffff; }

/*
font-family:'Proxima Nova W01';
font-family:'Proxima Nova W02';
*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../files/style/fonts/fontawesome-webfont.eot?v=4.6.2");
  src: url("../../files/style/fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("../../files/style/fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("../../files/style/fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("../../files/style/fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("../../files/style/fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 15px;
  height: 50px;
  margin-top: -25px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: cover; }
  .slick-arrow.slick-prev {
    left: 3px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjMuNiA4My4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMy42IDgzLjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojNDU1NTYwO308L3N0eWxlPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMjEuOCw4My4zIDIzLjYsODIuMyAyLjMsNDEuNyAyMy42LDAuOSAyMS44LDAgMCw0MS43ICIvPjwvc3ZnPg=="); }
  .slick-arrow.slick-next {
    right: 3px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjMuNiA4My4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMy42IDgzLjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojNDU1NTYwO308L3N0eWxlPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMS44LDgzLjMgMCw4Mi4zIDIxLjMsNDEuNyAwLDAuOSAxLjgsMCAyMy42LDQxLjcgIi8+PC9zdmc+"); }

.mod_article {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  width: 98%;
  max-width: 1600px; }
  @media (min-width: 34em) {
    .mod_article {
      width: 95%;
      padding-left: 0.5555555rem;
      padding-right: 0.5555555rem; } }
  @media (min-width: 48em) {
    .mod_article {
      padding-left: 1.1111111rem;
      padding-right: 1.1111111rem; } }
  .mod_article:before, .mod_article:after {
    content: " ";
    display: table; }
  .mod_article:after {
    clear: both; }
  .mod_article.full {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0; }

.row {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  -webkit-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  @media (min-width: 34em) {
    .row {
      margin-left: -0.5555555rem;
      margin-right: -0.5555555rem; } }
  @media (min-width: 48em) {
    .row {
      margin-left: -1.1111111rem;
      margin-right: -1.1111111rem; } }
  .full .row {
    margin-left: 0;
    margin-right: 0; }
  @media (min-width: 34em) {
    .row.equal-heights-sm {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .row.equal-heights-sm > * {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 48em) {
    .row.equal-heights-md {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .row.equal-heights-md > * {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-gr47, .col-xs-gr53, .col-xs-gr38, .col-xs-gr62, .col-xs-gr29, .col-xs-gr71, .col-xs-gr24, .col-xs-gr76, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-gr47, .col-sm-gr53, .col-sm-gr38, .col-sm-gr62, .col-sm-gr29, .col-sm-gr71, .col-sm-gr24, .col-sm-gr76, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-gr47, .col-md-gr53, .col-md-gr38, .col-md-gr62, .col-md-gr29, .col-md-gr71, .col-md-gr24, .col-md-gr76, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-gr47, .col-lg-gr53, .col-lg-gr38, .col-lg-gr62, .col-lg-gr29, .col-lg-gr71, .col-lg-gr24, .col-lg-gr76, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-gr47, .col-xl-gr53, .col-xl-gr38, .col-xl-gr62, .col-xl-gr29, .col-xl-gr71, .col-xl-gr24, .col-xl-gr76 {
  position: relative;
  min-height: 1px;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out; }
  @media (min-width: 34em) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-gr47, .col-xs-gr53, .col-xs-gr38, .col-xs-gr62, .col-xs-gr29, .col-xs-gr71, .col-xs-gr24, .col-xs-gr76, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-gr47, .col-sm-gr53, .col-sm-gr38, .col-sm-gr62, .col-sm-gr29, .col-sm-gr71, .col-sm-gr24, .col-sm-gr76, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-gr47, .col-md-gr53, .col-md-gr38, .col-md-gr62, .col-md-gr29, .col-md-gr71, .col-md-gr24, .col-md-gr76, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-gr47, .col-lg-gr53, .col-lg-gr38, .col-lg-gr62, .col-lg-gr29, .col-lg-gr71, .col-lg-gr24, .col-lg-gr76, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-gr47, .col-xl-gr53, .col-xl-gr38, .col-xl-gr62, .col-xl-gr29, .col-xl-gr71, .col-xl-gr24, .col-xl-gr76 {
      padding-left: 0.5555555rem;
      padding-right: 0.5555555rem; } }
  @media (min-width: 48em) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-gr47, .col-xs-gr53, .col-xs-gr38, .col-xs-gr62, .col-xs-gr29, .col-xs-gr71, .col-xs-gr24, .col-xs-gr76, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-gr47, .col-sm-gr53, .col-sm-gr38, .col-sm-gr62, .col-sm-gr29, .col-sm-gr71, .col-sm-gr24, .col-sm-gr76, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-gr47, .col-md-gr53, .col-md-gr38, .col-md-gr62, .col-md-gr29, .col-md-gr71, .col-md-gr24, .col-md-gr76, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-gr47, .col-lg-gr53, .col-lg-gr38, .col-lg-gr62, .col-lg-gr29, .col-lg-gr71, .col-lg-gr24, .col-lg-gr76, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-gr47, .col-xl-gr53, .col-xl-gr38, .col-xl-gr62, .col-xl-gr29, .col-xl-gr71, .col-xl-gr24, .col-xl-gr76 {
      padding-left: 1.1111111rem;
      padding-right: 1.1111111rem; } }
  .full .col-xs-1, .full .col-xs-2, .full .col-xs-3, .full .col-xs-4, .full .col-xs-5, .full .col-xs-6, .full .col-xs-7, .full .col-xs-8, .full .col-xs-9, .full .col-xs-10, .full .col-xs-11, .full .col-xs-12, .full .col-xs-gr47, .full .col-xs-gr53, .full .col-xs-gr38, .full .col-xs-gr62, .full .col-xs-gr29, .full .col-xs-gr71, .full .col-xs-gr24, .full .col-xs-gr76, .full .col-sm-1, .full .col-sm-2, .full .col-sm-3, .full .col-sm-4, .full .col-sm-5, .full .col-sm-6, .full .col-sm-7, .full .col-sm-8, .full .col-sm-9, .full .col-sm-10, .full .col-sm-11, .full .col-sm-12, .full .col-sm-gr47, .full .col-sm-gr53, .full .col-sm-gr38, .full .col-sm-gr62, .full .col-sm-gr29, .full .col-sm-gr71, .full .col-sm-gr24, .full .col-sm-gr76, .full .col-md-1, .full .col-md-2, .full .col-md-3, .full .col-md-4, .full .col-md-5, .full .col-md-6, .full .col-md-7, .full .col-md-8, .full .col-md-9, .full .col-md-10, .full .col-md-11, .full .col-md-12, .full .col-md-gr47, .full .col-md-gr53, .full .col-md-gr38, .full .col-md-gr62, .full .col-md-gr29, .full .col-md-gr71, .full .col-md-gr24, .full .col-md-gr76, .full .col-lg-1, .full .col-lg-2, .full .col-lg-3, .full .col-lg-4, .full .col-lg-5, .full .col-lg-6, .full .col-lg-7, .full .col-lg-8, .full .col-lg-9, .full .col-lg-10, .full .col-lg-11, .full .col-lg-12, .full .col-lg-gr47, .full .col-lg-gr53, .full .col-lg-gr38, .full .col-lg-gr62, .full .col-lg-gr29, .full .col-lg-gr71, .full .col-lg-gr24, .full .col-lg-gr76, .full .col-xl-1, .full .col-xl-2, .full .col-xl-3, .full .col-xl-4, .full .col-xl-5, .full .col-xl-6, .full .col-xl-7, .full .col-xl-8, .full .col-xl-9, .full .col-xl-10, .full .col-xl-11, .full .col-xl-12, .full .col-xl-gr47, .full .col-xl-gr53, .full .col-xl-gr38, .full .col-xl-gr62, .full .col-xl-gr29, .full .col-xl-gr71, .full .col-xl-gr24, .full .col-xl-gr76 {
    padding-left: 0;
    padding-right: 0; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-gr47, .col-xs-gr53, .col-xs-gr38, .col-xs-gr62, .col-xs-gr29, .col-xs-gr71, .col-xs-gr24, .col-xs-gr76 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-gr47 {
  width: 47.2%; }

.col-xs-gr53 {
  width: 52.8%; }

.col-xs-gr38 {
  width: 38.2%; }

.col-xs-gr62 {
  width: 61.8%; }

.col-xs-gr29 {
  width: 29.2%; }

.col-xs-gr71 {
  width: 70.8%; }

.col-xs-gr24 {
  width: 23.6%; }

.col-xs-gr76 {
  width: 76.4%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 34em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-gr47, .col-sm-gr53, .col-sm-gr38, .col-sm-gr62, .col-sm-gr29, .col-sm-gr71, .col-sm-gr24, .col-sm-gr76 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-gr47 {
    width: 47.2%; }
  .col-sm-gr53 {
    width: 52.8%; }
  .col-sm-gr38 {
    width: 38.2%; }
  .col-sm-gr62 {
    width: 61.8%; }
  .col-sm-gr29 {
    width: 29.2%; }
  .col-sm-gr71 {
    width: 70.8%; }
  .col-sm-gr24 {
    width: 23.6%; }
  .col-sm-gr76 {
    width: 76.4%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 48em) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-gr47, .col-md-gr53, .col-md-gr38, .col-md-gr62, .col-md-gr29, .col-md-gr71, .col-md-gr24, .col-md-gr76 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-gr47 {
    width: 47.2%; }
  .col-md-gr53 {
    width: 52.8%; }
  .col-md-gr38 {
    width: 38.2%; }
  .col-md-gr62 {
    width: 61.8%; }
  .col-md-gr29 {
    width: 29.2%; }
  .col-md-gr71 {
    width: 70.8%; }
  .col-md-gr24 {
    width: 23.6%; }
  .col-md-gr76 {
    width: 76.4%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 62em) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-gr47, .col-lg-gr53, .col-lg-gr38, .col-lg-gr62, .col-lg-gr29, .col-lg-gr71, .col-lg-gr24, .col-lg-gr76 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-gr47 {
    width: 47.2%; }
  .col-lg-gr53 {
    width: 52.8%; }
  .col-lg-gr38 {
    width: 38.2%; }
  .col-lg-gr62 {
    width: 61.8%; }
  .col-lg-gr29 {
    width: 29.2%; }
  .col-lg-gr71 {
    width: 70.8%; }
  .col-lg-gr24 {
    width: 23.6%; }
  .col-lg-gr76 {
    width: 76.4%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 75em) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-gr47, .col-xl-gr53, .col-xl-gr38, .col-xl-gr62, .col-xl-gr29, .col-xl-gr71, .col-xl-gr24, .col-xl-gr76 {
    float: left; }
  .col-xl-1 {
    width: 8.3333333333%; }
  .col-xl-2 {
    width: 16.6666666667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.3333333333%; }
  .col-xl-5 {
    width: 41.6666666667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.3333333333%; }
  .col-xl-8 {
    width: 66.6666666667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.3333333333%; }
  .col-xl-11 {
    width: 91.6666666667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-gr47 {
    width: 47.2%; }
  .col-xl-gr53 {
    width: 52.8%; }
  .col-xl-gr38 {
    width: 38.2%; }
  .col-xl-gr62 {
    width: 61.8%; }
  .col-xl-gr29 {
    width: 29.2%; }
  .col-xl-gr71 {
    width: 70.8%; }
  .col-xl-gr24 {
    width: 23.6%; }
  .col-xl-gr76 {
    width: 76.4%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.3333333333%; }
  .col-xl-pull-2 {
    right: 16.6666666667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.3333333333%; }
  .col-xl-pull-5 {
    right: 41.6666666667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.3333333333%; }
  .col-xl-pull-8 {
    right: 66.6666666667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.3333333333%; }
  .col-xl-pull-11 {
    right: 91.6666666667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.3333333333%; }
  .col-xl-push-2 {
    left: 16.6666666667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.3333333333%; }
  .col-xl-push-5 {
    left: 41.6666666667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.3333333333%; }
  .col-xl-push-8 {
    left: 66.6666666667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.3333333333%; }
  .col-xl-push-11 {
    left: 91.6666666667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  /* to avoid scrollbars */ }

#wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* use the flex model */
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* learn more: http://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/ */ }

#container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

html {
  font-size: 16px; }

body {
  font-family: "Proxima Nova W02", sans-serif;
  line-height: 1.533333;
  color: #010101;
  background-color: #ffffff;
  font-size: 1rem; }

#header {
  background: #d05b1c;
  color: #ffffff; }
  #header a {
    color: #ffffff;
    text-decoration: none; }
    #header a:hover:after, #header a:focus:after {
      display: none; }

.mod_article {
  padding-top: 1.25rem; }
  @media (min-width: 48em) {
    .mod_article {
      padding-top: 3.125rem; } }
  .mod_article.full {
    padding-top: 0; }

#container {
  padding-bottom: 3rem; }

#footer {
  background-color: #626261;
  color: #ffffff; }
  #footer .inside {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  #footer a {
    color: #ffffff; }
    #footer a:after {
      background-color: #ffffff; }
  #footer .mod_customnav ul {
    list-style: none;
    text-align: center; }
  #footer .mod_customnav li {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem; }

#header .mod_navigation a, #header .mod_navigation strong.active {
  white-space: nowrap;
  line-height: 50px;
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  @media (min-width: 62em) {
    #header .mod_navigation a, #header .mod_navigation strong.active {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

#header {
  padding-top: 80px; }
  @media (min-width: 48em) {
    #header {
      padding-top: 100px; } }
  #header .mod_navigation {
    background: #eb8623;
    height: 50px;
    position: relative;
    z-index: 3;
    font-size: 1.375rem; }
    #header .mod_navigation:before {
      content: '';
      height: 10px;
      width: 100%;
      position: absolute;
      left: 0;
      top: -10px;
      background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2));
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.2)); }
    #header .mod_navigation ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #header .mod_navigation ul:before, #header .mod_navigation ul:after {
        content: " ";
        display: table; }
      #header .mod_navigation ul:after {
        clear: both; }
      #header .mod_navigation ul.level_1 {
        margin-right: auto;
        margin-left: auto;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
        width: 98%;
        max-width: 1600px;
        padding-top: 50px; }
        @media (min-width: 34em) {
          #header .mod_navigation ul.level_1 {
            width: 95%;
            padding-left: 0.5555555rem;
            padding-right: 0.5555555rem; } }
        @media (min-width: 48em) {
          #header .mod_navigation ul.level_1 {
            padding-left: 1.1111111rem;
            padding-right: 1.1111111rem; } }
        #header .mod_navigation ul.level_1:before, #header .mod_navigation ul.level_1:after {
          content: " ";
          display: table; }
        #header .mod_navigation ul.level_1:after {
          clear: both; }
        @media (min-width: 48em) {
          #header .mod_navigation ul.level_1 {
            padding-top: 0; } }
    #header .mod_navigation li {
      background: rgba(0, 0, 0, 0.8); }
      @media (min-width: 48em) {
        #header .mod_navigation li {
          background-color: transparent;
          float: left;
          border-right: 1px solid #ef9e4f; }
          #header .mod_navigation li.last {
            border-right: 0; } }
    #header .mod_navigation a {
      border-left: 0 solid rgba(255, 255, 255, 0.9);
      -webkit-transition: border 0.2s ease-in-out;
      transition: border 0.2s ease-in-out; }
      #header .mod_navigation a:hover, #header .mod_navigation a:focus {
        border-left-width: 0.5rem; }
        @media (min-width: 48em) {
          #header .mod_navigation a:hover, #header .mod_navigation a:focus {
            border-left: 0;
            background: -webkit-linear-gradient(#e26624, #eb8623);
            background: linear-gradient(#e26624, #eb8623); } }
      #header .mod_navigation a > span {
        display: inline-block; }
      #header .mod_navigation a:active > span {
        -webkit-transform: translateY(0.2rem);
                transform: translateY(0.2rem); }
    #header .mod_navigation strong.active {
      font-weight: 600;
      border-left: 0.5rem solid rgba(255, 255, 255, 0.9); }
      @media (min-width: 48em) {
        #header .mod_navigation strong.active {
          border-left: 0;
          font-weight: normal;
          background: -webkit-linear-gradient(#eb8623, #d05b1c);
          background: linear-gradient(#eb8623, #d05b1c); } }
  #header .social-links_wrapper {
    position: absolute;
    top: 0;
    width: 100%; }
    #header .social-links_wrapper .social-links {
      width: 95%;
      max-width: 1600px;
      margin: 0 auto;
      text-align: right;
      font-size: 2.125rem;
      display: none;
      margin-top: 21px; }
      @media (min-width: 34em) {
        #header .social-links_wrapper .social-links {
          padding-right: 85px; } }
      @media (min-width: 48em) {
        #header .social-links_wrapper .social-links {
          display: block;
          padding-right: 110px;
          font-size: 2.5rem; } }
      #header .social-links_wrapper .social-links a {
        position: relative;
        z-index: 2; }

#header .mod_navigation label.menu-toggler_label {
  position: absolute;
  top: 5px;
  right: 0.5555555rem;
  right: calc(0.5555555rem + 2.5%); }
  #header .mod_navigation label.menu-toggler_label .menu-toggler_label-text {
    line-height: 40px;
    height: 40px;
    display: inline-block; }
  @media (min-width: 48em) {
    #header .mod_navigation label.menu-toggler_label {
      display: none; } }

#header .mod_navigation input.menu-toggler {
  display: none; }
  #header .mod_navigation input.menu-toggler ~ ul.level_1,
  #header .mod_navigation input.menu-toggler + ul.level_1 {
    -webkit-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
    max-height: 500px;
    overflow: hidden; }
    @media (min-width: 48em) {
      #header .mod_navigation input.menu-toggler ~ ul.level_1,
      #header .mod_navigation input.menu-toggler + ul.level_1 {
        max-height: none; } }
  #header .mod_navigation input.menu-toggler ~ .menu-toggler_label .menu-toggler_label-text,
  #header .mod_navigation input.menu-toggler + ul.level_1 + .menu-toggler_label .menu-toggler_label-text {
    display: none; }
  #header .mod_navigation input.menu-toggler ~ .menu-toggler_label .menu-toggler_label-icon,
  #header .mod_navigation input.menu-toggler + ul.level_1 + .menu-toggler_label .menu-toggler_label-icon {
    height: 40px;
    width: 40px;
    display: block;
    position: relative; }
    #header .mod_navigation input.menu-toggler ~ .menu-toggler_label .menu-toggler_label-icon > span,
    #header .mod_navigation input.menu-toggler + ul.level_1 + .menu-toggler_label .menu-toggler_label-icon > span {
      display: block;
      width: 100%;
      height: 4px;
      background: #ffffff;
      position: absolute;
      opacity: 1;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      left: 0; }
      #header .mod_navigation input.menu-toggler ~ .menu-toggler_label .menu-toggler_label-icon > span:nth-child(1),
      #header .mod_navigation input.menu-toggler + ul.level_1 + .menu-toggler_label .menu-toggler_label-icon > span:nth-child(1) {
        top: 6px; }
      #header .mod_navigation input.menu-toggler ~ .menu-toggler_label .menu-toggler_label-icon > span:nth-child(2),
      #header .mod_navigation input.menu-toggler + ul.level_1 + .menu-toggler_label .menu-toggler_label-icon > span:nth-child(2) {
        top: 18px; }
      #header .mod_navigation input.menu-toggler ~ .menu-toggler_label .menu-toggler_label-icon > span:nth-child(3),
      #header .mod_navigation input.menu-toggler + ul.level_1 + .menu-toggler_label .menu-toggler_label-icon > span:nth-child(3) {
        top: 18px; }
      #header .mod_navigation input.menu-toggler ~ .menu-toggler_label .menu-toggler_label-icon > span:nth-child(4),
      #header .mod_navigation input.menu-toggler + ul.level_1 + .menu-toggler_label .menu-toggler_label-icon > span:nth-child(4) {
        top: 30px; }
  #header .mod_navigation input.menu-toggler:not(:checked) ~ ul.level_1,
  #header .mod_navigation input.menu-toggler:not(:checked) + ul.level_1 {
    max-height: 0; }
    @media (min-width: 48em) {
      #header .mod_navigation input.menu-toggler:not(:checked) ~ ul.level_1,
      #header .mod_navigation input.menu-toggler:not(:checked) + ul.level_1 {
        max-height: none; } }
  #header .mod_navigation input.menu-toggler:checked ~ .menu-toggler_label .menu-toggler_label-icon > span:nth-child(1),
  #header .mod_navigation input.menu-toggler:checked + ul.level_1 + .menu-toggler_label .menu-toggler_label-icon > span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%; }
  #header .mod_navigation input.menu-toggler:checked ~ .menu-toggler_label .menu-toggler_label-icon > span:nth-child(2),
  #header .mod_navigation input.menu-toggler:checked + ul.level_1 + .menu-toggler_label .menu-toggler_label-icon > span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  #header .mod_navigation input.menu-toggler:checked ~ .menu-toggler_label .menu-toggler_label-icon > span:nth-child(3),
  #header .mod_navigation input.menu-toggler:checked + ul.level_1 + .menu-toggler_label .menu-toggler_label-icon > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  #header .mod_navigation input.menu-toggler:checked ~ .menu-toggler_label .menu-toggler_label-icon > span:nth-child(4),
  #header .mod_navigation input.menu-toggler:checked + ul.level_1 + .menu-toggler_label .menu-toggler_label-icon > span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%; }

#logo {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100px; }
  #logo .logo_inside {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    width: 98%;
    max-width: 1600px;
    padding-right: 70px;
    height: 80px;
    background: transparent url("../../files/style/img/contao-community-web.png") no-repeat right center;
    background-size: 62.7173913043px 50px; }
    @media (min-width: 34em) {
      #logo .logo_inside {
        width: 95%;
        padding-left: 0.5555555rem;
        padding-right: 0.5555555rem; } }
    @media (min-width: 48em) {
      #logo .logo_inside {
        padding-left: 1.1111111rem;
        padding-right: 1.1111111rem; } }
    #logo .logo_inside:before, #logo .logo_inside:after {
      content: " ";
      display: table; }
    #logo .logo_inside:after {
      clear: both; }
    @media (min-width: 34em) {
      #logo .logo_inside {
        background-size: 75.2608695652px 60px; } }
    @media (min-width: 48em) {
      #logo .logo_inside {
        height: 100px;
        background-size: 100.347826087px 80px; } }
  #logo a {
    margin-top: 21px;
    background: transparent;
    background-image: url("../../files/style/img/logo-nrw-day-2016.png");
    background-repeat: no-repeat;
    height: 0;
    width: 349px;
    max-width: 100%;
    background-size: contain;
    padding-bottom: 16.3323782235%;
    display: block;
    text-indent: -99999px; }
    @media (min-width: 34em) {
      #logo a {
        padding-bottom: 57px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #logo a {
        background-image: url("../../files/style/img/logo-nrw-day-2016@2x.png"); } }

.content-slider .ce_slide-item {
  display: none; }
  .content-slider .ce_slide-item:first-child {
    display: block; }

.mod_subscribe .formbody,
.mod_unsubscribe .formbody {
  display: table;
  width: 100%; }
  .mod_subscribe .formbody .widget.widget-text,
  .mod_unsubscribe .formbody .widget.widget-text {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .mod_subscribe .formbody .widget.widget-submit,
  .mod_unsubscribe .formbody .widget.widget-submit {
    width: auto;
    display: table-cell;
    vertical-align: middle; }
    .mod_subscribe .formbody .widget.widget-submit button,
    .mod_unsubscribe .formbody .widget.widget-submit button {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      @media (min-width: 48em) {
        .mod_subscribe .formbody .widget.widget-submit button,
        .mod_unsubscribe .formbody .widget.widget-submit button {
          padding-left: 2.5rem;
          padding-right: 2.5rem; } }
  .mod_subscribe .formbody p.error,
  .mod_unsubscribe .formbody p.error {
    display: table-caption; }

.btn,
button,
.ce_hyperlink a.hyperlink_txt, input.submit {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #d05b1c;
  color: #ffffff;
  padding: 0.625rem 2.5rem;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  text-indent: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px; }
  .btn:hover,
  button:hover,
  .ce_hyperlink a.hyperlink_txt:hover, input.submit:hover, .btn:focus,
  button:focus,
  .ce_hyperlink a.hyperlink_txt:focus, input.submit:focus {
    background-color: #eb8623;
    text-decoration: none; }
    .btn:hover:after,
    button:hover:after,
    .ce_hyperlink a.hyperlink_txt:hover:after, input.submit:hover:after, .btn:focus:after,
    button:focus:after,
    .ce_hyperlink a.hyperlink_txt:focus:after, input.submit:focus:after {
      display: none; }

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
  input.text,
  input [type="text"] {
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: 2.75rem;
    padding: 0.625rem;
    border-radius: 2px;
    box-shadow: none; }
  input:focus {
    outline: none;
    box-shadow: 0 0 0.3125rem #eb8623; }

textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  color: #555;
  height: 200px;
  resize: vertical;
  padding: 0.625rem;
  border: 1px solid #ccc; }
  textarea:focus {
    outline: none;
    box-shadow: 0 0 0.3125rem #eb8623; }

select.select {
  display: block;
  width: 100%;
  height: 2.75rem;
  padding: 0.625rem;
  border: 1px solid #ccc;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #555;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }

.checkbox_container {
  border: 0;
  padding: 0;
  margin: 0; }
  .checkbox_container > span {
    display: block; }
  .checkbox_container label {
    padding-left: 0.3125rem; }

.radio_container {
  border: 0;
  padding: 0;
  margin: 0; }
  .radio_container > span {
    display: block; }
  .radio_container label {
    padding-left: 0.3125rem; }

.ce_form .widget {
  margin-bottom: 0.9375rem; }

.ce_form legend {
  font-size: 1rem; }
  @media (min-width: 48em) {
    .ce_form legend {
      font-size: 1.25rem; } }

.ce_form .widget-textarea label {
  display: block;
  font-size: 1rem; }
  @media (min-width: 48em) {
    .ce_form .widget-textarea label {
      font-size: 1.25rem; } }

.ce_form p.error {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: bold; }

.ce_text {
  padding-bottom: 2rem; }
  .ce_text > :last-child {
    margin-bottom: 0; }
  .ce_text + .ce_hyperlink {
    margin-top: -1rem; }

.ce_slide-item {
  position: relative; }
  @media (min-width: 48em) {
    .ce_slide-item {
      min-height: calc(100vh - 300px); } }
  .ce_slide-item .slide-item_image {
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 56.25%; }
    @media (min-width: 48em) {
      .ce_slide-item .slide-item_image {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding-bottom: 0; } }
  .ce_slide-item .slide-item_image--alternative img {
    display: block; }
  @media (min-width: 48em) {
    .ce_slide-item .slide-item_image--alternative {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      padding-bottom: 0;
      overflow: hidden; }
      .ce_slide-item .slide-item_image--alternative .slide-item_image_positioner {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .ce_slide-item .slide-item_content {
    position: relative;
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    width: 98%;
    max-width: 1600px;
    padding-top: 0.9375rem; }
    @media (min-width: 34em) {
      .ce_slide-item .slide-item_content {
        width: 95%;
        padding-left: 0.5555555rem;
        padding-right: 0.5555555rem; } }
    @media (min-width: 48em) {
      .ce_slide-item .slide-item_content {
        padding-left: 1.1111111rem;
        padding-right: 1.1111111rem; } }
    .ce_slide-item .slide-item_content:before, .ce_slide-item .slide-item_content:after {
      content: " ";
      display: table; }
    .ce_slide-item .slide-item_content:after {
      clear: both; }
    @media (min-width: 48em) {
      .ce_slide-item .slide-item_content {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 48em) {
      .ce_slide-item .slide-item_content .slide-item_content_inside {
        max-width: 40rem;
        background: rgba(0, 0, 0, 0.5);
        color: #ffffff;
        padding: 1rem; } }
    .ce_slide-item .slide-item_content h2 {
      font-size: 2rem;
      font-weight: 100;
      line-height: 1; }
      @media (min-width: 48em) {
        .ce_slide-item .slide-item_content h2 {
          font-weight: 600;
          font-size: 3.75rem; } }
  .ce_slide-item .slide-item_image-caption {
    position: absolute;
    right: 0.5rem;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    padding: 2px 5px;
    font-size: .8rem;
    margin-top: 56.25%;
    top: -2rem; }
    @media (min-width: 48em) {
      .ce_slide-item .slide-item_image-caption {
        top: auto;
        bottom: 0.5rem;
        margin-top: 0; } }
  .ce_slide-item .slide-item_mobile-headline {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.5555555rem;
    top: 10px;
    left: 2.5%;
    font-family: "Proxima Nova W01", sans-serif;
    color: #ffffff;
    font-size: 2rem;
    position: absolute; }
    @media (min-width: 48em) {
      .ce_slide-item .slide-item_mobile-headline {
        display: none; } }

.teaser--colored {
  margin-bottom: 0.9375rem;
  /* Handling für das Newsletter-Modul im Teaser */
  /* Hintergundbilder */ }
  .teaser--colored .teaser_header {
    height: 60px;
    background: #333333;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    position: relative; }
  .teaser--colored .teaser_label {
    background: #ffffff;
    color: #333333;
    display: inline-block;
    position: absolute;
    left: 1rem;
    bottom: 0; }
    .teaser--colored .teaser_label label {
      font-size: 0.8125rem;
      padding-left: 5px;
      padding-right: 5px;
      text-transform: uppercase; }
  .teaser--colored .teaser_content {
    background: #626261;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 1rem; }
  .teaser--colored a.btn {
    box-shadow: inset 0px 0px 0px 1px #ccc; }
  .teaser--colored .mod_subscribe .widget.widget-submit {
    /*position: relative;
        &:after {
          content: ' ';
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 1px;
          background-color: #ccc;//$teaserContentColor;
          z-index: 1;
        }
        button.submit {
          position: relative;
          &:after {
            content: ' ';
            position: absolute;
            top: 0;
            left: 0;
            height: 1px;
            width: 100%;
            background-color: #ccc;//$teaserContentColor;
          }
          &:before {
            content: ' ';
            position: absolute;
            bottom: 0;
            left: 0;
            height: 1px;
            width: 100%;
            background-color: #ccc;//$teaserContentColor;
          }
        }*/ }
    .teaser--colored .mod_subscribe .widget.widget-submit button.submit {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      -webkit-transform: translateX(-1px);
              transform: translateX(-1px);
      box-shadow: inset 0px 0px 0px 1px #ccc; }
  .teaser--colored.teaser--call-for-paper, .teaser--colored.teaser--newsletter {
    background-position: center center;
    background-size: cover; }
  .teaser--colored.teaser--call-for-paper {
    background-image: url("../../files/style/img/bg--call-for-papers.jpg"); }
  .teaser--colored.teaser--newsletter {
    background-image: url("../../files/style/img/bg--newsletter.jpg"); }

/*
$teaserHeaderBackgroundColor: $orangeLight;
$teaserContentBackgroundColor: $orangeDark;
$teaserHeaderColor: $white;
$teaserContentColor: $white;
*/
.map-responsive-wrapper {
  height: 0;
  padding-bottom: 56%;
  position: relative;
  margin-bottom: 2rem; }
  @media (min-width: 48em) {
    .map-responsive-wrapper {
      padding-bottom: 46%; } }
  @media (min-width: 62em) {
    .map-responsive-wrapper {
      padding-bottom: 36%; } }
  .map-responsive-wrapper .map-responsive {
    position: absolute;
    height: 100%;
    width: 100%; }

.mod_article .ol-attribution li {
  font-size: inherit;
  margin-bottom: 0; }
  .mod_article .ol-attribution li:after {
    content: ' ';
    position: static;
    left: auto;
    top: auto; }

.mod_article .ol-control button {
  font-style: normal;
  outline: 0; }

.ol-popup {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 280px; }
  .ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px; }
  .ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px; }
  .ol-popup .ol-popup-closer {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0 5px; }
    .ol-popup .ol-popup-closer:before {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f00d"; }

.ce_sponsor {
  background: #f2f2f2;
  padding: 0.5rem;
  margin-bottom: 0.625rem;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow: hidden; }
  @media (min-width: 34em) {
    .ce_sponsor {
      margin-bottom: 1.111111rem; } }
  @media (min-width: 48em) {
    .ce_sponsor {
      margin-bottom: 2.2222222rem;
      padding: 1rem; } }
  .ce_sponsor ul li {
    font-size: 1rem; }
  .ce_sponsor p {
    font-size: 1rem; }
  .ce_sponsor a.image-link {
    display: block; }
    .ce_sponsor a.image-link:hover:after, .ce_sponsor a.image-link:focus:after {
      display: none; }

.table_program {
  width: 100%; }
  .table_program tr {
    display: block; }
    @media (min-width: 34em) {
      .table_program tr {
        display: table-row; } }
    .table_program tr.table--header th {
      display: none;
      padding: 0.5rem 1rem;
      border: 2px solid #ffffff;
      text-align: left;
      background: #d05b1c;
      color: #ffffff;
      font-size: 1rem; }
      @media (min-width: 34em) {
        .table_program tr.table--header th {
          display: table-cell; } }
      @media (min-width: 48em) {
        .table_program tr.table--header th {
          font-size: 1.25rem;
          border-width: 3px; } }
    .table_program tr.row--program td:not(:empty) {
      background: #efa052; }
    .table_program tr.row--event td:not(:empty) {
      background: #f2f2f2; }
    @media (min-width: 34em) {
      .table_program tr.row--15 {
        height: 30px; } }
    @media (min-width: 34em) {
      .table_program tr.row--20 {
        height: 40px; } }
    @media (min-width: 34em) {
      .table_program tr.row--35 {
        height: 70px; } }
    @media (min-width: 34em) {
      .table_program tr.row--50 {
        height: 100px; } }
    @media (min-width: 34em) {
      .table_program tr.row--70 {
        height: 140px; } }
  .table_program th {
    display: block; }
    @media (min-width: 34em) {
      .table_program th {
        display: table-cell; } }
  .table_program td {
    display: block;
    padding: 1rem; }
    .table_program td:empty {
      display: none; }
      @media (min-width: 34em) {
        .table_program td:empty {
          display: table-cell; } }
    .table_program td[data-title]:before {
      content: attr(data-title);
      font-weight: 600; }
      @media (min-width: 34em) {
        .table_program td[data-title]:before {
          display: none; } }
    .table_program td + td {
      padding-top: 0;
      margin-top: -0.5rem; }
      @media (min-width: 34em) {
        .table_program td + td {
          padding-top: 1rem;
          margin-top: 0; } }
    @media (min-width: 34em) {
      .table_program td {
        display: table-cell;
        padding: 1rem;
        border: 2px solid #ffffff; } }
    @media (min-width: 48em) {
      .table_program td {
        border-width: 3px; } }
    .table_program td:nth-child(1) {
      width: 100%;
      font-weight: 600;
      border-top: 2px solid #fff;
      padding-top: 1rem; }
      @media (min-width: 34em) {
        .table_program td:nth-child(1) {
          width: 20%; } }
      @media (min-width: 48em) {
        .table_program td:nth-child(1) {
          font-size: 1.25rem;
          border-top-width: 3px; } }
    .table_program td:nth-child(2) {
      width: 100%;
      padding-left: 2rem; }
      @media (min-width: 34em) {
        .table_program td:nth-child(2) {
          width: 40%;
          padding-left: 1rem; } }
    .table_program td:nth-child(3) {
      width: 100%;
      padding-left: 2rem; }
      @media (min-width: 34em) {
        .table_program td:nth-child(3) {
          width: 40%;
          padding-left: 1rem; } }
    .table_program td h3 {
      margin: 0;
      padding: 0;
      font-size: 1rem;
      font-weight: 400; }
      @media (min-width: 48em) {
        .table_program td h3 {
          font-size: 1.25rem; } }

@-webkit-keyframes btnPulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.15, 1.3);
            transform: scale(1.15, 1.3); } }

@keyframes btnPulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.15, 1.3);
            transform: scale(1.15, 1.3); } }

@-webkit-keyframes showMenu {
  0% {
    opacity: 0.6;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

@keyframes showMenu {
  0% {
    opacity: 0.6;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

@media print {
  #header {
    display: none; } }
/*# sourceMappingURL=layout.css.map */
.ce_gallery ul {
	padding-left: 0;
}
.ce_gallery ul li:after {
	content: '';
    display: none;
}
.ce_gallery a {
	display: block;
}
.ce_gallery img {
	display: block;
}
.ce_gallery ul {
	margin-left: -0.3125rem;
	margin-right: -0.3125rem;
}
@media (min-width: 34em) {
	.ce_gallery ul {
		margin-left: -0.5555555rem;
		margin-right: -0.5555555rem;
	}
}
@media (min-width: 48em) {
	.ce_gallery ul {
		margin-left: -1.1111111rem;
		margin-right: -1.1111111rem;
	}
}
.ce_gallery ul:before, 
.ce_gallery ul:after {
    content: " ";
    display: table; 
}
.ce_gallery ul:after {
    clear: both; 
}
.ce_gallery ul li {
	float: left;
	margin-bottom: 0.625rem;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
	width: 50%;
}
@media (min-width: 34em) {
	.ce_gallery ul li {
		padding-left: 0.5555555rem;
		padding-right: 0.5555555rem;
		margin-bottom: 1.1111111rem;
		width: 25%;
	}	
}
@media (min-width: 48em) {
	.ce_gallery ul li {
		padding-left: 1.1111111rem;
		padding-right: 1.1111111rem;
		margin-bottom: 2.2222222rem;
	}		
}
.ce_gallery .image_container {
	position: relative;
	padding-bottom: 66.66666667%;
}
.ce_gallery .image_container img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.ce_gallery .image_container a:hover,
.ce_gallery .image_container a:focus {
	position: static;
}
.ce_gallery .image_container a:hover:after,
.ce_gallery .image_container a:focus:after {
	content: '';
	display: none;
}

.fancybox-close:hover,
.fancybox-close:focus,
.fancybox-nav:hover,
.fancybox-nav:focus {
	position: absolute;
}
.fancybox-close:hover:after,
.fancybox-close:focus:after,
.fancybox-nav:hover:after,
.fancybox-nav:focus:after {
	content: '';
	display: none;
}





/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("../../files/style/js/vendor/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../../files/style/js/vendor/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../../files/style/js/vendor/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../../files/style/js/vendor/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url("../../files/style/js/vendor/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../../files/style/js/vendor/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
