@charset "UTF-8";

/**
 * ---------------------------------------------------------------------------------------------------- #
 *
 * Main Stylesheet
 *
 */

/**
 * ---------------------------------------------------------------------------------------------------- #
 *
 * Webfonts
 *
 * enthält font face und wenfonts import
 *
 */

@import url(https://fonts.googleapis.com/css?family=Roboto:400italic,700italic,700,400);

body {
  min-width: 320px;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
  width: 100%;
  font-family: "Roboto", sans-serif;
}

a:focus {
  outline: none;
}

button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

address {
  font-style: inherit;
}

.columns select {
  margin: 0;
}

.top-space {
  margin: 34px 0 0 0;
  overflow: hidden;
}

.no-margin {
  margin: 0;
}

.placeholder {
  color: #ccc;
}

.slick-loading .slick-list {
  background: none;
}

strong,
b {
  font-weight: 700;
}

em {
  font-style: italic;
}

strong em,
b em,
em strong,
em b,
strong i,
b i,
i strong,
i em {
  font-style: italic;
  font-weight: 700;
}

meta.foundation-version {
  font-family: "/5.4.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:85.063em)/";
  width: 85.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 14px;
}

body {
  background: #d8d8d8;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1080px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #eb2418;
  border-color: #cd1c12;
  color: white;
}

.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
}

.alert-box .close:hover,
.alert-box .close:focus {
  opacity: 0.5;
}

.alert-box.radius {
  border-radius: 3px;
}

.alert-box.round {
  border-radius: 1000px;
}

.alert-box.success {
  background-color: #43ac6a;
  border-color: #3a945b;
  color: white;
}

.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: white;
}

.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}

.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: white;
}

.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}

.alert-box.alert-close {
  opacity: 0;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.9375rem;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.9375rem 1.875rem;
}

.breadcrumbs {
  display: block;
  padding: 0.9375rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: none;
  border-color: transparent;
  border-radius: 3px;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  text-transform: uppercase;
  color: #868585;
}

.breadcrumbs > *:hover a,
.breadcrumbs > *:focus a {
  text-decoration: underline;
}

.breadcrumbs > * a {
  color: #868585;
}

.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}

.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}

.breadcrumbs > *.current:hover,
.breadcrumbs > *.current:hover a,
.breadcrumbs > *.current:focus,
.breadcrumbs > *.current:focus a {
  text-decoration: none;
}

.breadcrumbs > *.unavailable {
  color: #999999;
}

.breadcrumbs > *.unavailable a {
  color: #999999;
}

.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a,
.breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}

.breadcrumbs > *:before {
  content: ">";
  color: #aaaaaa;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */

[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

button,
.button {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 0.34375rem;
  padding-right: 0.6875rem;
  padding-bottom: 0.40625rem;
  padding-left: 0.6875rem;
  font-size: 0.875rem;
  background-color: white;
  border-color: #eb2418;
  color: #eb2418;
  transition: background-color 300ms ease-out;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #eb2418;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  color: white;
}

button.secondary,
.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #eb2418;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  background-color: #b9b9b9;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  color: #eb2418;
}

button.success,
.button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  background-color: #368a55;
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  color: white;
}

button.alert,
.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  background-color: #cf2a0e;
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  color: white;
}

button.warning,
.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: white;
}

button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
  background-color: #cf6e0e;
}

button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
  color: white;
}

button.info,
.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #eb2418;
}

button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
  background-color: #61b6d9;
}

button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
  color: white;
}

button.large,
.button.large {
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  padding-bottom: 0.8125rem;
  padding-left: 1.5rem;
  font-size: 0.875rem;
}

button.small,
.button.small {
  padding-top: 0.34375rem;
  padding-right: 0.6875rem;
  padding-bottom: 0.40625rem;
  padding-left: 0.6875rem;
  font-size: 0.875rem;
}

button.tiny,
.button.tiny {
  padding-top: 0.34375rem;
  padding-right: 0.6875rem;
  padding-bottom: 0.40625rem;
  padding-left: 0.6875rem;
  font-size: 0.875rem;
}

button.expand,
.button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align,
.button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align,
.button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius,
.button.radius {
  border-radius: 3px;
}

button.round,
.button.round {
  border-radius: 1000px;
}

button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background-color: white;
  border-color: #eb2418;
  color: #eb2418;
  cursor: default;
  opacity: 0.5;
  box-shadow: none;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #eb2418;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  color: white;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: white;
}

button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #eb2418;
  cursor: default;
  opacity: 0.5;
  box-shadow: none;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #b9b9b9;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  color: #eb2418;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #e7e7e7;
}

button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
  cursor: default;
  opacity: 0.5;
  box-shadow: none;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #368a55;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  color: white;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #43ac6a;
}

button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
  cursor: default;
  opacity: 0.5;
  box-shadow: none;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #cf2a0e;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  color: white;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #f04124;
}

button.disabled.warning,
button[disabled].warning,
.button.disabled.warning,
.button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: white;
  cursor: default;
  opacity: 0.5;
  box-shadow: none;
}

button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #cf6e0e;
}

button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  color: white;
}

button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #f08a24;
}

button.disabled.info,
button[disabled].info,
.button.disabled.info,
.button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #eb2418;
  cursor: default;
  opacity: 0.5;
  box-shadow: none;
}

button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
  background-color: #61b6d9;
}

button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
  color: white;
}

button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
  background-color: #a0d3e8;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}

.button-group:before,
.button-group:after {
  content: " ";
  display: table;
}

.button-group:after {
  clear: both;
}

.button-group > li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
}

.button-group > li > button,
.button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group > li:first-child button,
.button-group > li:first-child .button {
  border-left: 0;
}

.button-group.stack > li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  display: block;
  margin: 0;
  float: none;
}

.button-group.stack > li > button,
.button-group.stack > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.stack > li:first-child button,
.button-group.stack > li:first-child .button {
  border-left: 0;
}

.button-group.stack > li > button,
.button-group.stack > li .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0px;
  margin: 0;
  display: block;
}

.button-group.stack > li:first-child button,
.button-group.stack > li:first-child .button {
  border-top: 0;
}

.button-group.stack-for-small > li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
}

.button-group.stack-for-small > li > button,
.button-group.stack-for-small > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.stack-for-small > li:first-child button,
.button-group.stack-for-small > li:first-child .button {
  border-left: 0;
}

.button-group.radius > * {
  margin: 0 -2px;
  float: left;
  display: inline-block;
}

.button-group.radius > * > button,
.button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.radius > *:first-child button,
.button-group.radius > *:first-child .button {
  border-left: 0;
}

.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button {
  border-radius: 0;
}

.button-group.radius > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.button-group.radius.stack > * {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  display: block;
  margin: 0;
}

.button-group.radius.stack > * > button,
.button-group.radius.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.radius.stack > *:first-child button,
.button-group.radius.stack > *:first-child .button {
  border-left: 0;
}

.button-group.radius.stack > * > button,
.button-group.radius.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0px;
  margin: 0;
  display: block;
}

.button-group.radius.stack > *:first-child button,
.button-group.radius.stack > *:first-child .button {
  border-top: 0;
}

.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button {
  border-radius: 0;
}

.button-group.radius.stack > *:first-child,
.button-group.radius.stack > *:first-child > a,
.button-group.radius.stack > *:first-child > button,
.button-group.radius.stack > *:first-child > .button {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.button-group.radius.stack > *:last-child,
.button-group.radius.stack > *:last-child > a,
.button-group.radius.stack > *:last-child > button,
.button-group.radius.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.button-group.round > * {
  margin: 0 -2px;
  float: left;
  display: inline-block;
}

.button-group.round > * > button,
.button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.round > *:first-child button,
.button-group.round > *:first-child .button {
  border-left: 0;
}

.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button {
  border-radius: 0;
}

.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.button-group.round.stack > * {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  display: block;
  margin: 0;
}

.button-group.round.stack > * > button,
.button-group.round.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.round.stack > *:first-child button,
.button-group.round.stack > *:first-child .button {
  border-left: 0;
}

.button-group.round.stack > * > button,
.button-group.round.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0px;
  margin: 0;
  display: block;
}

.button-group.round.stack > *:first-child button,
.button-group.round.stack > *:first-child .button {
  border-top: 0;
}

.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button {
  border-radius: 0;
}

.button-group.round.stack > *:first-child,
.button-group.round.stack > *:first-child > a,
.button-group.round.stack > *:first-child > button,
.button-group.round.stack > *:first-child > .button {
  -webkit-top-left-radius: 0.34375rem;
  -webkit-top-right-radius: 0.34375rem;
  border-top-left-radius: 0.34375rem;
  border-top-right-radius: 0.34375rem;
}

.button-group.round.stack > *:last-child,
.button-group.round.stack > *:last-child > a,
.button-group.round.stack > *:last-child > button,
.button-group.round.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 0.34375rem;
  -webkit-bottom-right-radius: 0.34375rem;
  border-bottom-left-radius: 0.34375rem;
  border-bottom-right-radius: 0.34375rem;
}

.button-group.even-2 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 50%;
}

.button-group.even-2 li > button,
.button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-2 li:first-child button,
.button-group.even-2 li:first-child .button {
  border-left: 0;
}

.button-group.even-2 li button,
.button-group.even-2 li .button {
  width: 100%;
}

.button-group.even-3 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 33.33333333%;
}

.button-group.even-3 li > button,
.button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-3 li:first-child button,
.button-group.even-3 li:first-child .button {
  border-left: 0;
}

.button-group.even-3 li button,
.button-group.even-3 li .button {
  width: 100%;
}

.button-group.even-4 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 25%;
}

.button-group.even-4 li > button,
.button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-4 li:first-child button,
.button-group.even-4 li:first-child .button {
  border-left: 0;
}

.button-group.even-4 li button,
.button-group.even-4 li .button {
  width: 100%;
}

.button-group.even-5 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 20%;
}

.button-group.even-5 li > button,
.button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-5 li:first-child button,
.button-group.even-5 li:first-child .button {
  border-left: 0;
}

.button-group.even-5 li button,
.button-group.even-5 li .button {
  width: 100%;
}

.button-group.even-6 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 16.66666667%;
}

.button-group.even-6 li > button,
.button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-6 li:first-child button,
.button-group.even-6 li:first-child .button {
  border-left: 0;
}

.button-group.even-6 li button,
.button-group.even-6 li .button {
  width: 100%;
}

.button-group.even-7 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 14.28571429%;
}

.button-group.even-7 li > button,
.button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-7 li:first-child button,
.button-group.even-7 li:first-child .button {
  border-left: 0;
}

.button-group.even-7 li button,
.button-group.even-7 li .button {
  width: 100%;
}

.button-group.even-8 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 12.5%;
}

.button-group.even-8 li > button,
.button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-8 li:first-child button,
.button-group.even-8 li:first-child .button {
  border-left: 0;
}

.button-group.even-8 li button,
.button-group.even-8 li .button {
  width: 100%;
}

.button-bar:before,
.button-bar:after {
  content: " ";
  display: table;
}

.button-bar:after {
  clear: both;
}

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}

.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */

.clearing-thumbs,
[data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

.clearing-thumbs:before,
.clearing-thumbs:after,
[data-clearing]:before,
[data-clearing]:after {
  content: " ";
  display: table;
}

.clearing-thumbs:after,
[data-clearing]:after {
  clear: both;
}

.clearing-thumbs li,
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

.clearing-thumbs[class*="block-grid-"] li,
[data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}

.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaaaaa;
  font-size: 0.6em;
}

.visible-img {
  height: 95%;
  position: relative;
}

.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: #cccccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #cccccc;
  display: none;
}

.clearing-close:hover,
.clearing-close:focus {
  color: #cccccc;
}

.clearing-assembled .clearing-container {
  height: 100%;
}

.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}

.clearing-feature li.clearing-featured-img {
  display: block;
}

/* Foundation Dropdowns */

.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 600px;
}

.f-dropdown > *:first-child {
  margin-top: 0;
}

.f-dropdown > *:last-child {
  margin-bottom: 0;
}

.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}

.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}

.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 600px;
}

.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent white transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}

.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}

.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 600px;
}

.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent white;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}

.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}

.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 600px;
}

.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: white transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}

.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}

.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}

.f-dropdown li:hover,
.f-dropdown li:focus {
  background: #eeeeee;
}

.f-dropdown li.radius {
  border-radius: 3px;
}

.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}

.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  max-width: 600px;
}

.f-dropdown.content > *:first-child {
  margin-top: 0;
}

.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.tiny {
  max-width: 200px;
}

.f-dropdown.small {
  max-width: 300px;
}

.f-dropdown.medium {
  max-width: 500px;
}

.f-dropdown.large {
  max-width: 800px;
}

.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}

.f-dropdown.mega.open {
  left: 0 !important;
}

.dropdown.button,
button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}

.dropdown.button:after,
button.dropdown:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%;
}

.dropdown.button:after,
button.dropdown:after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}

.dropdown.button:after,
button.dropdown:after {
  border-color: white transparent transparent transparent;
}

.dropdown.button.tiny,
button.dropdown.tiny {
  padding-right: 2.625rem;
}

.dropdown.button.tiny:before,
button.dropdown.tiny:before {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}

.dropdown.button.tiny:after,
button.dropdown.tiny:after {
  border-color: white transparent transparent transparent;
}

.dropdown.button.small,
button.dropdown.small {
  padding-right: 3.0625rem;
}

.dropdown.button.small:after,
button.dropdown.small:after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}

.dropdown.button.small:after,
button.dropdown.small:after {
  border-color: white transparent transparent transparent;
}

.dropdown.button.large,
button.dropdown.large {
  padding-right: 3.625rem;
}

.dropdown.button.large:after,
button.dropdown.large:after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}

.dropdown.button.large:after,
button.dropdown.large:after {
  border-color: white transparent transparent transparent;
}

.dropdown.button.secondary:after,
button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 56.34%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Standard Forms */

form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */

form .row .row {
  margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */

label {
  font-size: 1.2rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 1rem;
  /* Styles for required inputs */
}

label.right {
  float: none !important;
  text-align: right;
}

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}

label small {
  text-transform: capitalize;
  color: #676767;
}

select::-ms-expand {
  display: none;
}

/* Attach elements to the beginning or end of an input */

.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1.2rem;
  height: 2.6375rem;
  line-height: 2.6375rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */

.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */

span.prefix,
label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix,
label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1.2rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.6375rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
  background-color: #dddddd;
  cursor: default;
}

input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled]
input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled]
input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled]
input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled]
input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled]
input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled]
input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled]
input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled]
input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled]
input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled]
input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled]
input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled]
input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled]
textarea {
  background-color: #dddddd;
  cursor: default;
}

input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* Respect enforced amount of rows for textarea */

textarea[rows] {
  height: auto;
}

/* Add height value for select elements to match text input height */

select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.6375rem;
}

select.radius {
  border-radius: 3px;
}

select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}

select:disabled {
  background-color: #dddddd;
  cursor: default;
}

/* Adjust margin for form elements below */

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */

input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */

/* We add basic fieldset styling */

fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */

[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

[data-abide] span.error,
[data-abide] small.error {
  display: none;
}

span.error,
small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

.error label,
.error label.error {
  color: #f04124;
}

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333333;
}

.icon-bar > * {
  text-align: center;
  font-size: 1rem;
  width: 25%;
  margin: 0 auto;
  display: block;
  padding: 1.25rem;
  float: left;
}

.icon-bar > * i,
.icon-bar > * img {
  display: block;
  margin: 0 auto;
}

.icon-bar > * i + label,
.icon-bar > * img + label {
  margin-top: .0625rem;
}

.icon-bar > * i {
  font-size: 1.875rem;
  vertical-align: middle;
}

.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}

.icon-bar.label-right > * i,
.icon-bar.label-right > * img {
  margin: 0 .0625rem 0 0;
  display: inline-block;
}

.icon-bar.label-right > * i + label,
.icon-bar.label-right > * img + label {
  margin-top: 0;
}

.icon-bar.label-right > * label {
  display: inline-block;
}

.icon-bar.vertical.label-right > * {
  text-align: left;
}

.icon-bar.vertical,
.icon-bar.small-vertical {
  height: 100%;
  width: auto;
}

.icon-bar.vertical .item,
.icon-bar.small-vertical .item {
  width: auto;
  margin: auto;
  float: none;
}

.icon-bar > * {
  font-size: 1rem;
  padding: 1.25rem;
}

.icon-bar > * i + label,
.icon-bar > * img + label {
  margin-top: .0625rem;
}

.icon-bar > * i {
  font-size: 1.875rem;
}

.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}

.icon-bar > *:hover {
  background: #eb2418;
}

.icon-bar > * label {
  color: white;
}

.icon-bar > * i {
  color: white;
}

.icon-bar.two-up .item {
  width: 50%;
}

.icon-bar.two-up.vertical .item,
.icon-bar.two-up.small-vertical .item {
  width: auto;
}

.icon-bar.three-up .item {
  width: 33.3333%;
}

.icon-bar.three-up.vertical .item,
.icon-bar.three-up.small-vertical .item {
  width: auto;
}

.icon-bar.four-up .item {
  width: 25%;
}

.icon-bar.four-up.vertical .item,
.icon-bar.four-up.small-vertical .item {
  width: auto;
}

.icon-bar.five-up .item {
  width: 20%;
}

.icon-bar.five-up.vertical .item,
.icon-bar.five-up.small-vertical .item {
  width: auto;
}

.icon-bar.six-up .item {
  width: 16.66667%;
}

.icon-bar.six-up.vertical .item,
.icon-bar.six-up.small-vertical .item {
  width: auto;
}

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}

.inline-list > li > * {
  display: block;
}

/* Foundation Joyride */

.joyride-list {
  display: none;
}

/* Default styles for the container */

.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem;
}

.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

.joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */

.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333;
}

.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #333333;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}

.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}

.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}

.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}

/* Typography */

.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white;
}

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3;
}

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem;
}

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important;
}

.joyride-close-tip:hover,
.joyride-close-tip:focus {
  color: #eeeeee !important;
}

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

.joyride-expose-wrapper {
  background-color: white;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px white;
}

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are at least 768px; */

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}

.label {
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #eb2418;
  color: white;
}

.label.radius {
  border-radius: 3px;
}

.label.round {
  border-radius: 1000px;
}

.label.alert {
  background-color: #f04124;
  color: white;
}

.label.warning {
  background-color: #f08a24;
  color: white;
}

.label.success {
  background-color: #43ac6a;
  color: white;
}

.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}

.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

[data-magellan-expedition],
[data-magellan-expedition-clone] {
  background: none;
  z-index: 50;
  min-width: 100%;
  padding: 0;
}

[data-magellan-expedition] .sub-nav,
[data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav dd,
[data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav a,
[data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */

.slideshow-wrapper {
  position: relative;
}

.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}

.slideshow-wrapper ul li:first-child {
  display: block;
}

.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

.slideshow-wrapper .orbit-container li {
  display: block;
}

.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}

.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 white;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}

.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}

.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}

.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}

.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: transparent;
  color: white;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}

.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: transparent;
  z-index: 10;
}

.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}

.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0%;
  position: relative;
  right: 20px;
  top: 5px;
}

.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px white;
  border-top: none;
  border-bottom: none;
}

.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: white;
}

.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}

.orbit-container:hover .orbit-timer > span {
  display: block;
}

.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10;
}

.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: transparent;
}

.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}

.orbit-container .orbit-prev {
  left: 0;
}

.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: white;
}

.orbit-container .orbit-prev:hover > span {
  border-right-color: white;
}

.orbit-container .orbit-next {
  right: 0;
}

.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: white;
  left: 50%;
  margin-left: -4px;
}

.orbit-container .orbit-next:hover > span {
  border-left-color: white;
}

.orbit-bullets-container {
  text-align: center;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}

.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #cccccc;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}

.orbit-bullets li.active {
  background: #999999;
}

.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}

.touch .orbit-bullets {
  display: none;
}

ul.pagination {
  display: block;
  min-height: 44px;
  margin-left: -0.3125rem;
}

ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 14px;
  margin-left: 0.3125rem;
}

ul.pagination li a,
ul.pagination li button {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #222222;
  background: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}

ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
  background: transparent;
}

ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
  cursor: default;
  color: #222222;
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
  background: transparent;
}

ul.pagination li.current a,
ul.pagination li.current button {
  background: transparent;
  color: #eb2418;
  font-weight: bold;
  cursor: default;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus {
  background: transparent;
}

ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */

.pagination-centered {
  text-align: center;
}

.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */

.panel {
  border-style: solid;
  border-width: 0;
  border-color: #e3e3e3;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: white;
  color: #333333;
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p,
.panel li,
.panel dl {
  color: #333333;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
  line-height: 1.4;
}

.panel.callout {
  border-style: solid;
  border-width: 0;
  border-color: #f9c2bf;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #fef2f1;
  color: #333333;
}

.panel.callout > :first-child {
  margin-top: 0;
}

.panel.callout > :last-child {
  margin-bottom: 0;
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p,
.panel.callout li,
.panel.callout dl {
  color: #333333;
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
  line-height: 1.4;
}

.panel.callout a:not(.button) {
  color: #eb2418;
}

.panel.radius {
  border-radius: 3px;
}

/* Pricing Tables */

.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.25rem;
}

.pricing-table * {
  list-style: none;
  line-height: 1;
}

.pricing-table .title {
  background-color: #333333;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #eeeeee;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}

.pricing-table .price {
  background-color: #f6f6f6;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
}

.pricing-table .description {
  background-color: white;
  padding: 0.9375rem;
  text-align: center;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #dddddd;
}

.pricing-table .bullet-item {
  background-color: white;
  padding: 0.9375rem;
  text-align: center;
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  border-bottom: dotted 1px #dddddd;
}

.pricing-table .cta-button {
  background-color: white;
  text-align: center;
  padding: 1.25rem 1.25rem 0;
}

/* Progress Bar */

.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}

.progress .meter {
  background: #eb2418;
  height: 100%;
  display: block;
}

.progress.secondary .meter {
  background: #e7e7e7;
  height: 100%;
  display: block;
}

.progress.success .meter {
  background: #43ac6a;
  height: 100%;
  display: block;
}

.progress.alert .meter {
  background: #f04124;
  height: 100%;
  display: block;
}

.progress.radius {
  border-radius: 3px;
}

.progress.radius .meter {
  border-radius: 2px;
}

.progress.round {
  border-radius: 1000px;
}

.progress.round .meter {
  border-radius: 999px;
}

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #dddddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #fafafa;
}

.range-slider.vertical-range {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #dddddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  width: 1rem;
  height: 12.5rem;
}

.range-slider.vertical-range .range-slider-handle {
  margin-top: 0;
  margin-left: -0.5rem;
  position: absolute;
  bottom: -10.5rem;
}

.range-slider.vertical-range .range-slider-active-segment {
  width: 0.875rem;
  height: auto;
  bottom: 0;
}

.range-slider.radius {
  background: #fafafa;
  border-radius: 3px;
}

.range-slider.radius .range-slider-handle {
  background: #eb2418;
  border-radius: 3px;
}

.range-slider.radius .range-slider-handle:hover {
  background: #d21d12;
}

.range-slider.round {
  background: #fafafa;
  border-radius: 1000px;
}

.range-slider.round .range-slider-handle {
  background: #eb2418;
  border-radius: 1000px;
}

.range-slider.round .range-slider-handle:hover {
  background: #d21d12;
}

.range-slider.disabled,
.range-slider[disabled] {
  background: #fafafa;
  cursor: default;
  opacity: 0.7;
}

.range-slider.disabled .range-slider-handle,
.range-slider[disabled] .range-slider-handle {
  background: #eb2418;
  cursor: default;
  opacity: 0.7;
}

.range-slider.disabled .range-slider-handle:hover,
.range-slider[disabled] .range-slider-handle:hover {
  background: #d21d12;
}

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #e5e5e5;
}

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #eb2418;
}

.range-slider-handle:hover {
  background: #d21d12;
}

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1004;
  display: none;
  left: 0;
}

.reveal-modal,
dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: none;
  left: 0;
  background-color: white;
  padding: 0;
  border: solid 0 #666666;
  box-shadow: 0 0 0 transparent;
  padding: 0;
}

.reveal-modal .column,
dialog .column,
.reveal-modal .columns,
dialog .columns {
  min-width: 0;
}

.reveal-modal > :first-child,
dialog > :first-child {
  margin-top: 0;
}

.reveal-modal > :last-child,
dialog > :last-child {
  margin-bottom: 0;
}

.reveal-modal.radius,
dialog.radius {
  border-radius: none;
}

.reveal-modal.round,
dialog.round {
  border-radius: 1000px;
}

.reveal-modal.collapse,
dialog.collapse {
  padding: 0;
}

.reveal-modal.full,
dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0 !important;
}

.reveal-modal .close-reveal-modal,
dialog .close-reveal-modal {
  font-size: normal;
  line-height: 1;
  position: absolute;
  top: inherit;
  right: inherit;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

dialog {
  display: none;
}

dialog::backdrop,
dialog + .backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  z-index: auto;
  display: none;
  left: 0;
}

dialog[open] {
  display: block;
}

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Roboto", sans-serif;
}

.side-nav li {
  margin: 0 0 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: normal;
}

.side-nav li a:not(.button) {
  display: block;
  color: #4e4e4e;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}

.side-nav li a:not(.button):hover,
.side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: white;
}

.side-nav li.active > a:first-child:not(.button) {
  color: white;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white;
}

.side-nav li.heading {
  color: #4e4e4e;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.split.button {
  position: relative;
  padding-right: 5.0625rem;
}

.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}

.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button span {
  width: 3.09375rem;
}

.split.button span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button span:after {
  border-color: white transparent transparent transparent;
}

.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.secondary span:after {
  border-color: white transparent transparent transparent;
}

.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.tiny {
  padding-right: 3.75rem;
}

.split.button.tiny span {
  width: 2.25rem;
}

.split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button.small {
  padding-right: 4.375rem;
}

.split.button.small span {
  width: 2.625rem;
}

.split.button.small span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button.large {
  padding-right: 5.5rem;
}

.split.button.large span {
  width: 3.4375rem;
}

.split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button.expand {
  padding-left: 2rem;
}

.split.button.secondary span:after {
  border-color: #333333 transparent transparent transparent;
}

.split.button.radius span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.split.button.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: 0;
  padding-top: 0;
  margin-right: 0;
  margin-left: -0.75rem;
}

.sub-nav dt {
  text-transform: uppercase;
}

.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 1rem;
  margin-bottom: 0.625rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999999;
}

.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: #999999;
  padding: 0.1875rem 1rem;
}

.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  font-weight: normal;
  background: white;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: #eb2418;
}

.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: white;
}

.switch {
  padding: 0;
  border: none;
  position: relative;
}

.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #dddddd;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out;
}

.switch input {
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 10px;
  padding: 0;
}

.switch input + label {
  margin-left: 0;
  margin-right: 0;
}

.switch label:after {
  content: "";
  display: block;
  background: white;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.switch input:checked + label {
  background: #eb2418;
}

.switch input:checked + label:after {
  left: 2.25rem;
}

.switch label {
  width: 4rem;
  height: 2rem;
}

.switch label:after {
  width: 1.5rem;
  height: 1.5rem;
}

.switch input:checked + label:after {
  left: 2.25rem;
}

.switch label {
  color: transparent;
  background: #dddddd;
}

.switch label:after {
  background: white;
}

.switch input:checked + label {
  background: #eb2418;
}

.switch.large label {
  width: 5rem;
  height: 2.5rem;
}

.switch.large label:after {
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked + label:after {
  left: 2.75rem;
}

.switch.small label {
  width: 3.5rem;
  height: 1.75rem;
}

.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked + label:after {
  left: 2rem;
}

.switch.tiny label {
  width: 3rem;
  height: 1.5rem;
}

.switch.tiny label:after {
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked + label:after {
  left: 1.75rem;
}

.switch.radius label {
  border-radius: 4px;
}

.switch.radius label:after {
  border-radius: 3px;
}

.switch.round {
  border-radius: 1000px;
}

.switch.round label {
  border-radius: 2rem;
}

.switch.round label:after {
  border-radius: 2rem;
}

table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 0 #dddddd;
  table-layout: auto;
}

table caption {
  background: transparent;
  color: white;
  font-size: 1rem;
  font-weight: bold;
}

table thead {
  background: #eb2418;
}

table thead tr th,
table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 1rem;
  font-weight: normal;
  color: white;
}

table tfoot {
  background: #eb2418;
}

table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 1rem;
  font-weight: normal;
  color: white;
}

table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 1rem;
  color: black;
  text-align: left;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #f0f0f0;
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

/* Typography resets */

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */

a {
  color: #eb2418;
  text-decoration: none;
  line-height: inherit;
}

a:hover,
a:focus {
  color: #eb2418;
}

a img {
  border: none;
}

/* Default paragraph styles */

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 0.875rem;
}

h3 {
  font-size: 0.9375rem;
}

h4 {
  font-size: 0.6875rem;
}

h5 {
  font-size: 0.75rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */

ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */

ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */

ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */

.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/

.print-only {
  display: none !important;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

.tabs:before,
.tabs:after {
  content: " ";
  display: table;
}

.tabs:after {
  clear: both;
}

.tabs dd,
.tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}

.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #efefef;
  color: #222222;
  padding: 1rem 2rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}

.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}

.tabs dd.active a,
.tabs .tab-title.active a {
  background-color: white;
  color: #222222;
}

.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}

.tabs-content:before,
.tabs-content:after {
  content: " ";
  display: table;
}

.tabs-content:after {
  clear: both;
}

.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}

.tabs-content > .content.active {
  display: block;
  float: none;
}

.tabs-content > .content.contained {
  padding: 0.9375rem;
}

.tabs-content.vertical {
  display: block;
}

.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Image Thumbnails */

.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}

.th:hover,
.th:focus {
  box-shadow: 0 0 6px 1px rgba(235, 36, 24, 0.5);
}

.th.radius {
  border-radius: 3px;
}

/* Tooltips */

.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}

.has-tip:hover,
.has-tip:focus {
  border-bottom: dotted 1px #6b0f09;
  color: #eb2418;
}

.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: white;
  background: #333333;
}

.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
  pointer-events: none;
}

.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}

.tooltip.radius {
  border-radius: 3px;
}

.tooltip.round {
  border-radius: 1000px;
}

.tooltip.round > .nub {
  left: 2rem;
}

.tooltip.opened {
  color: #eb2418 !important;
  border-bottom: dotted 1px #6b0f09 !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal;
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */

.contain-to-grid {
  width: 100%;
  background: #333333;
}

.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0;
}

.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

.top-bar .row {
  max-width: none;
}

.top-bar form,
.top-bar input {
  margin-bottom: 0;
}

.top-bar input {
  height: 1.8rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}

.top-bar .button,
.top-bar button {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}

.top-bar .title-area {
  position: relative;
  margin: 0;
}

.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}

.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}

.top-bar .name h1 a {
  font-weight: normal;
  color: white;
  width: 75%;
  display: block;
  padding: 0 15px;
}

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}

.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 40px 0 15px;
  color: black;
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  box-shadow: 0 0px 0 1px black, 0 7px 0 1px black, 0 14px 0 1px black;
  width: 16px;
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0px 0 1px black, 0 7px 0 1px black, 0 14px 0 1px black;
}

.top-bar.expanded {
  height: auto;
  background: transparent;
}

.top-bar.expanded .title-area {
  background: #333333;
}

.top-bar.expanded .toggle-topbar a {
  color: black;
}

.top-bar.expanded .toggle-topbar a::after {
  box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}

.top-bar-section ul li {
  background: #333333;
}

.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
}

.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #eb2418;
  border-color: #bf1a11;
  color: white;
}

.top-bar-section ul li > a.button:hover,
.top-bar-section ul li > a.button:focus {
  background-color: #bf1a11;
}

.top-bar-section ul li > a.button:hover,
.top-bar-section ul li > a.button:focus {
  color: white;
}

.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #eb2418;
}

.top-bar-section ul li > a.button.secondary:hover,
.top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}

.top-bar-section ul li > a.button.secondary:hover,
.top-bar-section ul li > a.button.secondary:focus {
  color: #eb2418;
}

.top-bar-section ul li > a.button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}

.top-bar-section ul li > a.button.success:hover,
.top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}

.top-bar-section ul li > a.button.success:hover,
.top-bar-section ul li > a.button.success:focus {
  color: white;
}

.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}

.top-bar-section ul li > a.button.alert:hover,
.top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}

.top-bar-section ul li > a.button.alert:hover,
.top-bar-section ul li > a.button.alert:focus {
  color: white;
}

.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #eb2418;
  border-color: #bf1a11;
  color: white;
}

.top-bar-section ul li > button:hover,
.top-bar-section ul li > button:focus {
  background-color: #bf1a11;
}

.top-bar-section ul li > button:hover,
.top-bar-section ul li > button:focus {
  color: white;
}

.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #eb2418;
}

.top-bar-section ul li > button.secondary:hover,
.top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}

.top-bar-section ul li > button.secondary:hover,
.top-bar-section ul li > button.secondary:focus {
  color: #eb2418;
}

.top-bar-section ul li > button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}

.top-bar-section ul li > button.success:hover,
.top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}

.top-bar-section ul li > button.success:hover,
.top-bar-section ul li > button.success:focus {
  color: white;
}

.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}

.top-bar-section ul li > button.alert:hover,
.top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}

.top-bar-section ul li > button.alert:hover,
.top-bar-section ul li > button.alert:focus {
  color: white;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  background: #272727;
  color: white;
}

.top-bar-section ul li.active > a {
  background: #eb2418;
  color: white;
}

.top-bar-section ul li.active > a:hover {
  background: #cd1c12;
  color: white;
}

.top-bar-section .has-form {
  padding: 15px;
}

.top-bar-section .has-dropdown {
  position: relative;
}

.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

.top-bar-section .has-dropdown.moved {
  position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}

.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}

.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}

.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

.top-bar-section .dropdown li.title h5,
.top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}

.top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.parent-link a {
  color: white;
  display: block;
}

.top-bar-section .dropdown li.title h5 a:hover,
.top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}

.top-bar-section .dropdown li.has-form {
  padding: 8px 15px;
}

.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
  top: auto;
}

.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

.js-generated {
  display: block;
}

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}

.inner-wrap:before,
.inner-wrap:after {
  content: " ";
  display: table;
}

.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
  color: white;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
  font-size: 0.75rem;
}

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0;
}

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0;
}

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}

.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}

.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}

.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: white;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
  width: 1rem;
}

.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100.5%, 0);
  -webkit-transform: translate3d(-100.5%, 0, 0);
  -ms-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  left: 0;
}

.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100.5%, 0);
  -webkit-transform: translate3d(100.5%, 0, 0);
  -ms-transform: translate3d(100.5%, 0, 0);
  transform: translate3d(100.5%, 0, 0);
  right: 0;
}

.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

ul.off-canvas-list li a {
  display: block;
  padding: 0.66666667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
  transition: background 300ms ease;
}

ul.off-canvas-list li a:hover {
  background: #242424;
}

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}

.left-submenu * {
  -webkit-backface-visibility: hidden;
}

.left-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}

.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

.left-submenu.move-right {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}

.right-submenu * {
  -webkit-backface-visibility: hidden;
}

.right-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}

.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

.right-submenu.move-left {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

/* small displays */

/* medium displays */

/* large displays */

/* xlarge displays */

/* xxlarge displays */

/* Orientation targeting */

.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */

table.hide-for-landscape,
table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

/* Touch-enabled device targeting */

.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */

table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */

/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/

.select2-container {
  margin: 0;
  position: relative;
  display: block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  /* webkit */
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eeeeee 0%, white 50%);
  /* Overwrite select 2 styles */
  border: 1px solid #d8d8d8;
  text-transform: inherit;
  position: relative;
  margin: 0;
  outline: none;
  padding: 9px 30px 9px 10px;
  background: transparent;
  width: 100%;
  font-size: 13px;
  height: 39px;
  line-height: 23px;
  border-radius: 0;
}

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eeeeee 0%, white 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  /*background: url('select2.png') right top no-repeat;*/
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border: 1px solid #d8d8d8;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  border-radius: 0;
  background-clip: padding-box;
  background: #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #cccccc 0%, #eeeeee 60%);
  background: none;
  /* Overwrite select2 styles */
  background: none;
  border-left: 1px solid #d8d8d8;
  width: 23px;
}

.select2-container .select2-choice .select2-arrow:before {
  font-family: 'icomoon-default';
  font-weight: normal;
  content: "\e60a";
  display: block;
  position: absolute;
  color: #eb2418;
  right: 0;
  top: 0;
  line-height: 36px;
  width: 21px;
  font-size: 20px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  /*background: url('select2.png') no-repeat 0 1px;*/
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  background: linear-gradient(to bottom, white 85%, #eeeeee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff;
  background: linear-gradient(to bottom, white 85%, #eeeeee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff;
  background: linear-gradient(to bottom, white 85%, #eeeeee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, white 0%, #eeeeee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-top-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background: none;
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
  filter: none;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */

.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: 700;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  background: #eb2418;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/

.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4;
}

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */

.select2-container-multi .select2-choices {
  height: 37px;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #d8d8d8;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
}

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
}

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */

.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */

.select2-drop-multi {
  display: none !important;
}

@font-face {
  font-family: 'icomoon-default';
  src: url("../fonts/icomoon-default.eot?-iqayyq");
  src: url("../fonts/icomoon-default.eot?#iefix-iqayyq") format("embedded-opentype"), url("../fonts/icomoon-default.woff?-iqayyq") format("woff"), url("../fonts/icomoon-default.ttf?-iqayyq") format("truetype"), url("../fonts/icomoon-default.svg?-iqayyq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon-hover';
  src: url("../fonts/icomoon-hover.eot?-iqayyq");
  src: url("../fonts/icomoon-hover.eot?#iefix-iqayyq") format("embedded-opentype"), url("../fonts/icomoon-hover.woff?-iqayyq") format("woff"), url("../fonts/icomoon-hover.ttf?-iqayyq") format("truetype"), url("../fonts/icomoon-hover.svg?-iqayyq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon-default';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-abo-gift:before {
  content: "\e600";
}

.icon-abo-issue:before {
  content: "\e601";
}

.icon-abo-issues:before {
  content: "\e602";
}

.icon-abo-online:before {
  content: "\e603";
}

.icon-abo-onlineprint:before {
  content: "\e604";
}

.icon-abo-print:before {
  content: "\e605";
}

.icon-abo-student:before {
  content: "\e606";
}

.icon-angle-left:before {
  content: "\e607";
}

.icon-angle-right:before {
  content: "\e608";
}

.icon-arrow-down-small:before {
  content: "\e609";
}

.icon-arrow-dropdown-down:before {
  content: "\e60a";
}

.icon-arrow-dropdown-up:before {
  content: "\e60b";
}

.icon-arrow-left-small:before {
  content: "\e60c";
}

.icon-arrow-right-medium:before {
  content: "\e60d";
}

.icon-arrow-right-small:before {
  content: "\e60e";
}

.icon-arrow-slider-left:before {
  content: "\e60f";
}

.icon-arrow-slider-right:before {
  content: "\e610";
}

.icon-arrow-stage-left:before {
  content: "\e611";
}

.icon-arrow-stage-right:before {
  content: "\e612";
}

.icon-arrow-up-small:before {
  content: "\e613";
}

.icon-caret-down:before {
  content: "\e614";
}

.icon-caret-up:before {
  content: "\e615";
}

.icon-cart:before {
  content: "\e616";
}

.icon-close-medium:before {
  content: "\e617";
}

.icon-close-small:before {
  content: "\e618";
}

.icon-contact:before {
  content: "\e619";
}

.icon-download-medium:before {
  content: "\e61a";
}

.icon-download:before {
  content: "\e61b";
}

.icon-e-pub:before {
  content: "\e61c";
}

.icon-edit:before {
  content: "\e61d";
}

.icon-element-headline:before {
  content: "\e61e";
}

.icon-label:before {
  content: "\e61f";
}

.icon-lock:before {
  content: "\e620";
}

.icon-mail:before {
  content: "\e621";
}

.icon-minus:before {
  content: "\e622";
}

.icon-mobile:before {
  content: "\e623";
}

.icon-page:before {
  content: "\e624";
}

.icon-pages:before {
  content: "\e625";
}

.icon-phone:before {
  content: "\e626";
}

.icon-plus:before {
  content: "\e627";
}

.icon-print:before {
  content: "\e628";
}

.icon-quotes-left:before {
  content: "\e629";
}

.icon-quotes-right:before {
  content: "\e62a";
}

.icon-related-content:before {
  content: "\e62b";
}

.icon-search:before {
  content: "\e62c";
}

.icon-send:before {
  content: "\e62d";
}

.icon-share:before {
  content: "\e62e";
}

.icon-social-facebook:before {
  content: "\e62f";
}

.icon-social-googleplus:before {
  content: "\e630";
}

.icon-social-linkedin:before {
  content: "\e631";
}

.icon-social-pinterest:before {
  content: "\e632";
}

.icon-social-twitter:before {
  content: "\e633";
}

.icon-social-xing:before {
  content: "\e634";
}

.icon-social-youtube:before {
  content: "\e635";
}

.icon-user:before {
  content: "\e636";
}

#icons i {
  font-size: 2.5rem;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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-loading .slick-list {
  background: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-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;
}

/* Icons 
@if $slick-font-family == "slick" {
  @font-face {
      font-family:"slick";
      src:    slick-font-url("slick.eot");
      src:    slick-font-url("slick.eot?#iefix") format("embedded-opentype"),
              slick-font-url("slick.woff") format("woff"),
              slick-font-url("slick.ttf") format("truetype"),
              slick-font-url("slick.svg#slick") format("svg");
      font-weight: normal;
      font-style: normal;
  }
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.b-accordion {
  margin: 0 0 40px 0;
}

.b-accordion .b-accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border-color: #d8d8d8;
}

.b-accordion .b-accordion-navigation.active > a {
  background: #eb2418;
}

.b-accordion .b-accordion-navigation > a {
  background: white;
  color: black;
  padding: 0.5rem;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
}

.b-accordion .b-accordion-navigation > a:hover {
  background: #eb2418;
}

.b-accordion .b-accordion-navigation .b-accordion-header {
  position: relative;
  border-width: 2px;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-color: inherit;
  color: #222222;
  background-color: white;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 20px 10px;
  transition: all 0.2s ease-in-out;
}

.b-accordion .b-accordion-navigation .b-accordion-header:before {
  content: "";
  position: absolute;
  background: inherit;
  width: 14px;
  height: 12px;
  border-width: inherit;
  border-top: 2px solid;
  border-left: 2px solid;
  border-right: 2px solid;
  border-bottom-style: none;
  border-color: #d8d8d8;
  right: 20px;
  top: -12px;
}

.b-accordion .b-accordion-navigation .b-accordion-header:after {
  content: "";
  position: absolute;
  background: white;
  width: 14px;
  height: 12px;
  border-width: inherit;
  border-top: 2px solid;
  border-left: 2px solid;
  border-right: 2px solid;
  border-bottom-style: none;
  border-color: inherit;
  right: 20px;
  bottom: -2px;
}

.no-touch .b-accordion .b-accordion-navigation .b-accordion-header:hover {
  color: white;
}

.b-accordion .b-accordion-navigation.active {
  border-color: #eb2418;
}

.b-accordion .b-accordion-navigation.active .b-accordion-header {
  color: white;
}

.b-accordion .b-accordion-navigation.active + .b-accordion-navigation .b-accordion-header {
  border-top-style: solid;
}

.b-accordion .b-accordion-navigation.active .b-accordion-header:after {
  background: white;
  border-color: inherit;
}

.b-accordion .b-accordion-navigation:first-child .b-accordion-header:before {
  display: none;
}

.b-accordion .b-accordion-navigation:first-child .b-accordion-header:before {
  background: #d8d8d8;
}

.b-accordion .b-accordion-navigation:last-child .b-accordion-header {
  border-bottom-style: none;
}

.b-accordion .b-accordion-navigation:last-child .b-accordion-header:after {
  background: #d8d8d8;
  border-color: #d8d8d8;
}

.b-accordion .b-accordion-navigation:last-child.active .b-accordion-header:after {
  width: 12px;
  bottom: 0;
  background: white;
  border-color: white;
}

.b-accordion .content {
  padding: 0 !important;
  display: none;
  padding: 0.9375rem;
}

.b-accordion .content.active {
  display: block;
  background: white;
}

.b-accordion .panel {
  margin: 0;
}

.b-accordion .title-link {
  font-weight: 700;
}

.b-book-list {
  margin: 0 0 40px 0;
}

.b-book-list .book-list-item {
  background: white;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 15px 0 !important;
}

.b-book-list .book-list-item-author {
  margin: 20px 0 0 0;
  display: block;
}

.b-book-list .book-item-title {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 20px 0;
}

.b-book-list .book-item-title .book-item-title-link {
  color: #222222;
}

.b-book-list .book-item-title .book-item-title-link:hover {
  color: #eb2418;
}

.b-book-list .book-list-item-info-list {
  font-size: 14px;
  line-height: 18px;
}

.b-book-list .book-list-item-info-list .book-list-item-info-point {
  display: inline-block;
}

.b-book-list .book-list-item-info-list .book-list-item-info-point:after {
  content: "|";
  margin: 0 0 0 5px;
  display: inline-block;
}

.b-book-list .book-list-item-info-list .book-list-item-info-point:last-child:after {
  display: none;
}

.b-book-list .book-list-item-order-status {
  display: block;
}

.b-book-list .book-list-item-ebook-status {
  display: block;
}

.b-book-list .book-list-item-price {
  display: block;
  margin: 10px 0 20px 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
}

.b-book-list .book-list-item-price span {
  display: inline-block;
  float: left;
}

.b-book-list .book-list-item-price .book-list-item-currency {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 5px 0 0;
}

.b-book-list .book-list-item-price .book-list-item-cents {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

.b-book-list .book-list-item-button-group {
  border-top: 1px solid #d8d8d8;
  text-align: right;
  padding: 5px;
}

.b-book-list .book-list-item-button {
  display: inline-block;
  margin: 0 0 0 10px;
}

.b-book-list .book-list-item-button .book-list-item-button-link {
  display: block;
  font-size: 13px;
  line-height: 13px;
  padding: 8px 10px;
  text-transform: uppercase;
  border: 2px solid #eb2418;
}

.b-book-list .book-list-item-button .book-list-item-button-link:hover {
  background: #eb2418;
  color: white;
}

.b-book-list .book-list-item-ajax-link {
  display: block;
  text-align: center;
  background: white;
  padding: 10px 0;
}

.b-bottom-controls {
  border-top: 1px solid #d8d8d8;
  overflow: hidden;
}

.b-bottom-controls .inline-list {
  margin: 5px 5px 0 5px;
  text-align: right;
  overflow: hidden;
}

.b-bottom-controls .inline-list .button {
  margin: 0 0 5px 0;
}

.b-box-toggle .b-accordion {
  margin: 0;
}

.b-box-toggle .b-accordion-navigation .content {
  padding: 0 20px 20px 20px !important;
}

.b-box-toggle .news-toggle {
  text-align: center;
  display: block;
  color: #eb2418 !important;
  background: white;
  padding: 5px 0 !important;
  border-top: 1px solid #d8d8d8;
}

.b-box-toggle .news-toggle .icon-arrow-down-small {
  display: block;
  font-size: 32px;
  line-height: 26px;
}

.b-box-toggle .news-toggle .show-text {
  display: block;
}

.b-box-toggle .news-toggle .hide-text {
  display: none;
}

.b-box-toggle .news-toggle .icon-arrow-up-small {
  font-size: 32px;
  display: none;
  line-height: 26px;
}

.b-box-toggle .news-toggle:hover {
  background: white !important;
  color: #eb2418 !important;
}

.b-box-toggle .news-toggle:hover .icon-arrow-down-small {
  font-family: 'icomoon-hover';
}

.b-box-toggle .news-toggle:hover .icon-arrow-up-small {
  font-family: 'icomoon-hover';
}

.b-box-toggle .b-accordion-navigation.active .news-toggle {
  background: white !important;
}

.b-box-toggle .b-accordion-navigation.active .news-toggle .icon-arrow-down-small {
  display: none;
}

.b-box-toggle .b-accordion-navigation.active .news-toggle .show-text {
  display: none;
}

.b-box-toggle .b-accordion-navigation.active .news-toggle .hide-text {
  display: block;
}

.b-box-toggle .b-accordion-navigation.active .news-toggle .icon-arrow-up-small {
  display: block;
}

.abo-toggle .b-box-toggle .b-accordion-navigation .content {
  padding: 20px !important;
}

.b-breadcrumbs {
  margin: 1px;
  background: white;
}

.b-breadcrumbs .breadcrumbs {
  margin: 0;
  padding: 0;
}

.b-breadcrumbs .breadcrumbs > * {
  text-transform: inherit;
  font-size: 0.875rem;
  line-height: 2.5rem;
}

.b-breadcrumbs a:hover {
  color: #eb2418;
}

.b-breadcrumbs .current a:hover {
  color: #222222;
}

.button {
  text-transform: uppercase;
}

.button.is-filled {
  background-color: #eb2418;
  color: white;
}

.button.has-mark {
  margin-left: 0.625rem;
  text-align: left;
}

.button.has-mark:before {
  position: absolute;
  content: "";
  width: 10px;
  left: -10px;
  top: -2px;
  bottom: 50%;
  margin-bottom: 5px;
  background: inherit;
  border-width: 2px;
  border-style: solid;
  border-color: #eb2418;
  border-right-style: none;
}

.button.has-mark:after {
  position: absolute;
  content: "";
  width: 10px;
  left: -10px;
  top: 50%;
  bottom: -2px;
  margin-top: 5px;
  background: inherit;
  border-width: 2px;
  border-style: solid;
  border-color: #eb2418;
  border-right-style: none;
}

.button:hover [class*="icon-"] {
  font-family: "icomoon-hover";
  color: #eb2418;
}

.button:hover.has-icon-right:not(.has-no-border):before,
.button:hover.has-icon-left:not(.has-no-border):before {
  background: white;
}

.button [class*="icon-"] {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 21px;
  font-size: 20px;
  line-height: 26px;
  color: white;
}

.button.has-icon-right:not(.has-no-border):before,
.button.has-icon-left:not(.has-no-border):before {
  position: absolute;
  content: "";
  top: -2px;
  bottom: -2px;
  width: 30px;
  border-width: 2px;
  border-style: solid;
  border-color: #eb2418;
  background: #eb2418;
}

.button.large {
  font-size: 1rem;
}

.button.large [class*="icon-"] {
  font-size: 26px;
  line-height: 40px;
}

.button.large.has-icon-right,
.button.large.has-icon-left {
  min-height: 46px;
}

.button.large.has-icon-right:before,
.button.large.has-icon-left:before {
  width: 46px;
  min-height: 46px;
}

.button.has-icon-right {
  padding-right: 40px;
}

.button.has-icon-right [class*="icon-"] {
  right: 2px;
}

.button.has-icon-right:before {
  right: -2px;
}

.button.has-icon-right.small {
  padding-right: 25px;
  margin: 0;
  line-height: 19px;
}

.button.has-icon-right.small [class*="icon-"] {
  right: 0;
}

.button.has-icon-right.large {
  font-size: 1rem;
  padding-right: 60px;
}

.button.has-icon-right.large [class*="icon-"] {
  right: 13px;
}

.button.has-icon-left {
  padding-left: 40px;
}

.button.has-icon-left [class*="icon-"] {
  left: 2px;
}

.button.has-icon-left:before {
  left: -2px;
}

.button.has-icon-left.large {
  font-size: 1rem;
  padding-left: 60px;
}

.button.has-icon-left.large [class*="icon-"] {
  left: 8px;
}

.button.has-icon-left.has-no-border {
  padding-left: 30px;
}

.button.has-no-border {
  border-style: none;
  background: none;
  padding-left: 0;
  padding-right: 0;
}

.button.has-no-border [class*="icon-"] {
  background: none;
  color: #eb2418;
}

.button.has-no-border:hover {
  color: #eb2418;
}

button[disabled]:hover,
.disabled:hover {
  cursor: default;
  color: #eb2418 !important;
}

.b-contact-teaser {
  margin: 0 0 40px 0;
  width: 100%;
  height: 350px;
  background: url("./../img/kontakt_bg.jpg") no-repeat top center;
  background-clip: cover;
  padding: 50px 0;
  color: white;
}

.b-contact-teaser .contact-teaser-box {
  border-left: 5px solid #eb2418;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

.b-contact-teaser .contact-teaser-text {
  padding: 20px 35px;
}

.b-contact-teaser .phone {
  font-size: 29px;
  line-height: 30px;
  font-style: inherit;
  padding: 20px 35px 10px;
}

.b-contact-teaser .opening {
  text-align: right;
  font-size: 0.625rem;
  max-width: 260px;
  margin: 0 35px 15px;
}

.b-contact-teaser .mail {
  font-size: 13px;
  line-height: 20px;
  font-style: inherit;
  text-transform: uppercase;
  padding: 0 35px 20px;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox input[type="checkbox"] + label {
  font-size: 13px;
  position: relative;
  padding: 2px 0 0 30px;
  margin: 0;
}

.custom-checkbox i {
  border: 2px solid #d8d8d8;
  padding: 2px;
  margin: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.custom-checkbox :before {
  color: white;
  font-size: 12px;
  display: inline-block;
}

.custom-checkbox .active i,
.custom-checkbox input[type="checkbox"]:checked + label i {
  border: 2px solid #eb2418;
}

.custom-checkbox .active :before,
.custom-checkbox input[type="checkbox"]:checked + label i:before {
  color: #eb2418;
}

.custom-radio input {
  display: none;
}

.custom-radio input[type="radio"] + label {
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 20px 0 0;
  display: inline-block;
  float: left;
  font-weight: normal;
  font-size: 1rem;
}

.custom-radio label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #eb2418;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-radio label.active:after,
.custom-radio input[type="radio"]:checked + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #eb2418;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
}

.select-title {
  font-size: 0.875rem;
}

.custom-select a {
  border: 1px solid #d8d8d8;
  text-transform: inherit;
  color: #b8b8b8;
  position: relative;
  margin: -3px 0 0 0;
  outline: none;
  padding: 7px 30px 7px 10px;
  background: transparent;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  font-style: italic;
}

.custom-select a .icon-arrow-dropdown-up {
  display: none;
  position: absolute;
  color: #eb2418;
  right: 0;
  top: 0;
  border-left: 1px solid #d8d8d8;
  line-height: 34px;
}

.custom-select a .icon-arrow-dropdown-down {
  display: block;
  position: absolute;
  color: #eb2418;
  right: 0;
  top: 0;
  border-left: 1px solid #d8d8d8;
  line-height: 34px;
}

.custom-select a:hover,
.custom-select .open,
.custom-select .open:hover {
  background: transparent;
  color: #b8b8b8;
  outline: none;
}

.b-database-header {
  width: 100%;
  background: url("./../img/database_bg.jpg") no-repeat center center;
  background-clip: cover;
  padding: 55px 0;
  margin: 0 0 25px 0;
  color: white;
}

.b-database-header .top-bg {
  margin: 0 0 0 10px;
}

.b-database-header .top-bg .inner {
  height: 10px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.b-database-header .bottom-bg {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.b-database-header .bottom-bg .inner-content {
  margin: 50px 200px 30px;
  position: relative;
}

.b-database-header .bottom-bg p {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-style: italic;
}

.b-database-header .bottom-bg .quote-one {
  font-size: 24px;
}

.b-database-header .bottom-bg .quote-two {
  margin: 0 0 0 15px;
  font-size: 24px;
}

.b-database-header .bottom-bg .author {
  font-size: 0.875rem;
  float: right;
}

.b-database-list {
  margin: 0 0 40px 0;
}

.b-database-list .panel {
  padding: 10px;
}

.b-database-list .database-table {
  border-spacing: 0;
  border-collapse: separate;
}

.b-database-list table {
  width: 100%;
}

.b-database-list table thead {
  background: none;
}

.b-database-list table thead th {
  background: none;
  text-transform: uppercase;
  text-align: left;
  color: #222222;
  border-bottom: 5px solid #d8d8d8;
  font-weight: 700;
}

.b-database-list table thead th > a {
  color: #222222;
  position: relative;
}

.b-database-list table thead th > a.sort-up:after,
.b-database-list table thead th > a.sort-down:after {
  display: block;
  content: "";
  position: absolute;
  right: -15px;
  top: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #000000 transparent;
}

.b-database-list table thead th > a.sort-down:after {
  border-width: 5px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
}

.b-database-list table thead th > a:hover:after {
  display: block;
  content: "";
  position: absolute;
  right: -15px;
  top: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #000000 transparent;
}

.b-database-list table thead th > a:hover:before {
  display: block;
  content: "";
  position: absolute;
  right: -15px;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
}

.b-database-list table tbody tr:nth-child(2n+1) {
  cursor: pointer;
}

.b-database-list table tbody tr:nth-child(4n+3) {
  background: #f0f0f0;
}

.b-database-list table tbody tr.active {
  background: #d8d8d8;
  cursor: pointer;
}

.b-database-list table .database-post td {
  border-right: none;
}

.b-database-list table .database-excerpt {
  background: #2e2e2e;
  position: relative;
  display: none;
}

.b-database-list table .database-excerpt .b-gap-red-on-grey-dark {
  line-height: 30px;
  margin: 20px 0 20px 0;
  color: white;
}

.b-database-list table .database-excerpt p {
  color: white;
}

.b-database-list table .database-excerpt .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #d8d8d8 transparent transparent transparent;
  position: absolute;
  top: -15px;
  right: 20px;
}

.b-database-list table .database-excerpt .row {
  position: relative;
}

.b-database-list table .database-excerpt .row .close-row {
  color: white;
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 1rem;
  cursor: pointer;
  padding: 5px;
}

.b-database-list table .database-excerpt .css-column {
  width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.8750rem;
  -moz-column-gap: 1.8750rem;
  column-gap: 1.8750rem;
}

.b-employee-list {
  list-style: none;
  margin-bottom: 20px !important;
}

.b-employee-list img {
  width: 100%;
}

.b-employee-list .b-employee {
  padding-bottom: 0;
}

.b-employee-list .panel {
  border: none;
}

.b-employee-list h3 {
  font-size: 20px;
  margin: 0;
}

.b-employee-list .position {
  margin: 5px 0;
  line-height: 20px;
  color: #222222;
  display: block;
}

.b-employee-list .accordion {
  margin: 0;
}

.b-employee-list .accordion-navigation {
  margin: 0;
}

.b-employee-list .accordion-navigation .position .icon-arrow-dropdown-down {
  color: #eb2418;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  float: right;
}

.b-employee-list .accordion-navigation .position .icon-arrow-dropdown-up {
  color: #eb2418;
  display: none;
  font-size: 20px;
  line-height: 30px;
  float: right;
}

.b-employee-list .accordion-navigation.active .position .icon-arrow-dropdown-down {
  color: #eb2418;
  display: none;
}

.b-employee-list .accordion-navigation.active .position .icon-arrow-dropdown-up {
  color: #eb2418;
  display: inline-block;
}

.b-employee-list .theme-wrap .theme {
  border-top: 1px solid #f0f0f0;
  line-height: 30px;
}

.b-employee-list .address-wrap {
  margin: 15px 0 0 0;
}

.b-employee-list .content {
  display: none;
}

.b-employee-list .content.active {
  display: block;
}

.b-event-header {
  background: white;
  padding: 40px 0;
}

.b-event-header .event-date {
  color: #eb2418;
  font-size: 1.875rem;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 10px 0;
}

.b-event-header .event-date span {
  color: #222222;
  font-size: 0.75rem;
  display: inline-block;
  margin: 0 10px 0 0;
}

.b-event-header h2 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  padding: 0 50px 0 0;
}

.b-event-header .event-logo {
  margin: 40px 0 0 0;
}

.b-filter-options .selections {
  background: white;
  margin: 0 0 5px 0;
  padding: 10px 10px 0 10px;
  list-style: none;
}

.b-filter-options .selections .filter-clear {
  margin-bottom: 10px;
}

.b-filter-options .selections p {
  margin: 0;
  margin-bottom: 10px;
}

.b-filter-options .selections li {
  padding-bottom: 10px;
}

.b-filter-options .selections .accordion-trigger {
  position: relative;
  cursor: pointer;
}

.b-filter-options .selections .accordion-trigger:after {
  right: 0;
  top: 0;
  font-family: 'icomoon-default';
  font-weight: normal;
  content: "\e60b";
  display: block;
  position: absolute;
  color: #eb2418;
  line-height: 20px;
  width: 21px;
  font-size: 20px;
}

.b-filter-options .selections .accordion-trigger.close-accordion:after {
  content: "\e60a";
}

.b-filter-options .selections .accordion-trigger.close-accordion + ul {
  display: none;
}

.b-filter-options .filter-accordion {
  margin: 0 0 25px 0 !important;
}

.b-filter-options .filter-accordion li:last-child {
  width: 100%;
}

.b-filter-options .filter-accordion .allchk {
  margin-right: 5px;
}

.b-filter-options .selections.bottom-space {
  margin-bottom: 30px;
}

.b-filter-options a {
  margin-bottom: 10px;
}

.b-filter-options .open .icon-arrow-dropdown-up,
.b-filter-options .open:hover .icon-arrow-dropdown-up {
  display: block;
}

.b-filter-options .open .icon-arrow-dropdown-down,
.b-filter-options .open:hover .icon-arrow-dropdown-down {
  display: none;
}

.b-filter-options .f-dropdown {
  margin: -1px 0 0 0;
  border: 1px solid #d8d8d8;
  width: auto;
  background: white;
  width: 70%;
  max-height: 120px;
  overflow-y: scroll;
}

.b-filter-options .f-dropdown li {
  border-bottom: 1px solid #d8d8d8;
  display: block;
  float: none;
  background: white;
}

.b-filter-options .f-dropdown li:last-child {
  border-bottom: none;
}

.b-filter-options .f-dropdown input {
  display: none;
}

.b-filter-options .f-dropdown label {
  line-height: 25px;
  padding: 0 10px;
  font-size: 14px;
  margin: 0;
  display: block;
}

.b-filter-options .f-dropdown li:hover label {
  background: #eb2418;
  color: white;
}

.b-filter-options .f-dropdown:hover {
  background: white;
}

.b-filter-options .f-dropdown:after {
  display: none;
}

.b-filter-options .f-dropdown:before {
  display: none;
}

.b-filter-options .filter {
  background: white;
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}

.b-filter-options .filter li {
  padding: 10px;
  display: inline-block;
  text-align: center;
  border-right: 2px solid #d8d8d8;
}

.b-filter-options .filter li:last-child {
  border-right: none;
}

.b-filter-options .filter-action-bar {
  background: white;
  margin: 0 0 40px 0;
  padding: 10px;
  overflow: hidden;
}

.b-filter-options .filter-action-bar .filter-clear {
  float: left;
  margin: 4px 0 0 0;
}

.b-filter-options .filter-action-bar .filter-btn {
  margin: 0;
}

.b-filter-options .filter-action-bar .filter-btn input {
  background: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  color: white;
}

.b-filter-options ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.b-filter-options ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.select2-drop {
  border-radius: 0;
}

#dropdown-placeholder.switch-color {
  color: #222;
}

#s2id_autogen2_search {
  display: none;
}

.select2-search input {
  display: block !important;
}

.select2-container {
  width: 100% !important;
}

#searchfield {
  width: 100% !important;
}

.b-filter-search {
  background: white;
  padding: 10px;
  margin: 0 0 5px 0;
  position: relative;
}

.b-filter-search .ajax-loader {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 12;
  left: 50%;
  margin: 0 0 0 -16px;
  top: 12px;
  background-image: url(../img/loader.gif);
  background-size: 32px;
}

.b-filter-search input {
  margin: 0;
  border: 1px solid #d8d8d8;
  box-shadow: none;
  height: 37px;
}

.b-filter-search .button {
  margin: 0;
  width: 100%;
  line-height: 22px;
}

.b-filter-search .tags {
  padding: 0;
  list-style: none;
  margin: 0;
}

.b-filter-search .tags li {
  display: inline-block;
  margin: 5px 0 0 0;
}

.b-filter-search .tags .button {
  text-transform: inherit;
  padding: 5px 20px 5px 5px;
  line-height: 13px;
  position: relative;
}

.b-filter-search .tags i {
  color: #eb2418;
  font-size: 11px;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.b-filter-search .tags .button:hover i:before {
  color: white;
}

.b-filter-search .search-btn {
  line-height: 37px;
  padding: 0;
  height: 37px;
  text-align: center;
}

.b-filter-search .search-btn input {
  background: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  color: white;
}

.b-filter-search-help {
  text-align: right;
  margin: -20px 0 0 0;
}

.b-filter-search-help .row {
  margin: 0;
}

.b-filter-search-help a {
  padding: 0 10px 0 15px;
  color: #868585;
  line-height: 14px;
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin: 0 0 5px 0;
}

.b-filter-search-help a .icon-arrow-right-small {
  font-family: 'icomoon-hover';
  font-size: 7px;
  position: absolute;
  left: 0;
  top: 2px;
}

.b-filter-search-help a:hover {
  color: #eb2418;
}

.reveal-modal .b-gap-red-on-white,
dialog .b-gap-red-on-white {
  margin: 20px 15px;
}

.reveal-modal .content,
dialog .content {
  border-top: 1px solid #d8d8d8;
  padding: 15px;
}

.reveal-modal .content p,
dialog .content p {
  font-size: 16px;
}

.reveal-modal a,
dialog a {
  font-weight: 700;
}

.reveal-modal .close-reveal-modal,
dialog .close-reveal-modal {
  position: relative;
  color: #eb2418;
  line-height: normal;
}

.reveal-modal .close-reveal-modal:hover,
dialog .close-reveal-modal:hover {
  color: white;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border-radius: 0px !important;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.ui-autocomplete li {
  padding: 5px;
}

.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}

.ui-state-hover,
.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
  background: red;
}

.ui-menu-item:hover {
  background: #eb2418;
  color: #fff;
}

.ui-corner-all {
  border-radius: 0px !important;
}

.reveal-modal,
dialog,
dialog {
  max-width: 934px !important;
}

#search-form .columns {
  padding: 0;
}

#search-form .b-filter-search > .row,
#search-form .b-filter-options > .row {
  margin-left: 0;
  margin-right: 0;
}

.select2-container-multi .select2-choices .select2-search-choice {
  border-radius: 0;
  border: 2px solid #eb2418;
  background: white;
  color: #eb2418;
  padding: 5px 20px 5px 5px;
  margin: 4px 0 4px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice:hover {
  background: #eb2418;
  color: white;
}

.select2-container-multi .select2-search-choice-close {
  right: 3px;
  left: inherit;
  background: url(../img/tag-close.png) no-repeat center center;
}

.select2-container-multi .select2-choices .select2-search-choice:hover .select2-search-choice-close {
  background: url(../img/tag-close-hover.png) no-repeat center center;
}

.b-filter-sort {
  background: white;
  margin: 0 0 15px 0;
}

.b-filter-sort form {
  position: relative;
}

.b-filter-sort .label {
  background: white;
  color: #222222;
  font-size: 14px;
  padding: 0 10px;
  line-height: 25px;
  float: left;
  display: inline-block;
  width: 170px;
  border-right: 2px solid #d8d8d8;
  text-align: left;
}

.b-filter-sort .filter-list {
  margin: 0;
  list-style: none;
  float: left;
  display: inline-block;
  background: white;
}

.b-filter-sort .filter-list li {
  display: inline-block;
  float: left;
}

.b-filter-sort .button {
  border: none;
  position: relative;
  margin: 0;
  padding: 0 30px 0 10px;
  line-height: 25px;
  border-right: 2px solid #d8d8d8;
  color: #222222;
  text-transform: inherit;
  background: white;
  font-size: 14px;
}

.b-filter-sort .button .icon-arrow-dropdown-up {
  display: none;
  color: #eb2418;
  line-height: 25px;
}

.b-filter-sort .button .icon-arrow-dropdown-down {
  display: inline-block;
  color: #eb2418;
  line-height: 25px;
}

.b-filter-sort .button:hover {
  background: white;
  color: #eb2418;
}

.b-filter-sort .button.open {
  color: #eb2418;
  background: white;
}

.b-filter-sort .button.open .icon-arrow-dropdown-up {
  display: inline-block;
}

.b-filter-sort .button.open .icon-arrow-dropdown-down {
  display: none;
}

.b-filter-sort .f-dropdown {
  margin: 0 0 0 -1px;
  border: 1px solid #d8d8d8;
  width: auto;
}

.b-filter-sort .f-dropdown li {
  border-bottom: 1px solid #d8d8d8;
  display: block;
  float: none;
}

.b-filter-sort .f-dropdown li:last-child {
  border-bottom: none;
}

.b-filter-sort .f-dropdown input {
  display: none;
}

.b-filter-sort .f-dropdown label {
  line-height: 25px;
  padding: 0 10px;
  font-size: 14px;
  margin: 0;
  display: block;
  min-width: 100px;
}

.b-filter-sort .f-dropdown li:hover label {
  background: #eb2418;
  color: white;
}

.b-filter-sort .f-dropdown label.active {
  background: #eb2418;
  color: white;
}

.b-filter-sort .f-dropdown:after {
  display: none;
}

.b-filter-sort .f-dropdown:before {
  display: none;
}

.b-filter-year {
  display: block;
  text-align: center;
  height: 40px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  background: white;
  margin: 0 0 15px 0;
}

.b-filter-year .b-filter-year-list {
  display: inline-block !important;
  display: block;
  width: auto;
  overflow: hidden;
  margin: 0;
  padding-top: 0;
  margin-right: 0;
  margin-left: -0.75rem;
  position: relative;
  background: white;
  margin-left: 0;
}

.b-filter-year .b-filter-year-list dt {
  text-transform: uppercase;
}

.b-filter-year .b-filter-year-list dt,
.b-filter-year .b-filter-year-list dd,
.b-filter-year .b-filter-year-list li {
  float: left;
  display: inline;
  margin-left: 1rem;
  margin-bottom: 0.625rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999999;
}

.b-filter-year .b-filter-year-list dt a,
.b-filter-year .b-filter-year-list dd a,
.b-filter-year .b-filter-year-list li a {
  text-decoration: none;
  color: #999999;
  padding: 0.1875rem 1rem;
}

.b-filter-year .b-filter-year-list dt a:hover,
.b-filter-year .b-filter-year-list dd a:hover,
.b-filter-year .b-filter-year-list li a:hover {
  color: #737373;
}

.b-filter-year .b-filter-year-list dt.active a,
.b-filter-year .b-filter-year-list dd.active a,
.b-filter-year .b-filter-year-list li.active a {
  border-radius: 3px;
  font-weight: normal;
  background: white;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: #eb2418;
}

.b-filter-year .b-filter-year-list dt.active a:hover,
.b-filter-year .b-filter-year-list dd.active a:hover,
.b-filter-year .b-filter-year-list li.active a:hover {
  background: white;
}

.b-filter-year .b-filter-year-list dd {
  position: relative;
  margin: 0;
  border-left: 2px solid #d8d8d8;
}

.b-filter-year .b-filter-year-list dd a {
  color: #222222;
  line-height: 40px;
  padding: 0 15px;
  font-size: 1.125rem;
}

.b-filter-year .b-filter-year-list dd span {
  font-size: 1.875rem;
  margin: 0 10px 0 0;
}

.no-touch .b-filter-year .b-filter-year-list dd a:hover {
  color: #eb2418;
}

.b-filter-year .b-filter-year-list dd:first-child {
  border: none;
}

.b-top-footer {
  background: #2e2e2e;
  padding: 30px 0 0 0;
}

.b-top-footer .top-footer-menu {
  border-top: 1px solid #4e4e4e;
  padding: 0 0 35px 0;
}

.b-top-footer .top-footer-menu ul {
  margin: 0;
  list-style: none;
}

.b-top-footer .top-footer-menu-item {
  border-bottom: 1px solid #4e4e4e;
  position: relative;
}

.b-top-footer .top-footer-menu-item:hover:before {
  background: #eb2418;
  width: 4px;
  height: 32px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.b-top-footer a {
  padding: 0 10px 0 30px;
  line-height: 32px;
  color: white;
  display: block;
}

.b-top-footer a:hover {
  color: #eb2418;
}

.b-bottom-footer {
  background: #222121;
  padding: 20px 0;
}

.b-bottom-footer .bottom-footer-menu {
  display: block;
  overflow: hidden;
}

.b-bottom-footer .bottom-footer-menu ul {
  margin: 0;
  list-style: none;
}

.b-bottom-footer .bottom-footer-menu-item {
  display: inline-block;
  float: left;
  margin: 0 30px 0 0;
}

.b-bottom-footer a {
  color: #4e4e4e;
  font-size: 0.75rem;
}

.b-bottom-footer a:hover {
  color: #868585;
}

.b-bottom-footer p {
  color: #4e4e4e;
  font-size: 0.75rem;
  margin: 15px 0 0 0;
}

.b-bottom-footer .bottom-footer-logo-link {
  float: right;
  display: inline-block;
}

.b-full-slider {
  margin: 0 0 50px 0;
  overflow: hidden;
  width: 100%;
  min-height: 450px;
  background: url("./../img/full_slider/slide_bg.jpg") no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  padding: 65px 0;
}

.b-full-slider .b-full-slider-list .item:nth-of-type(n+1) {
  display: none;
}

.b-full-slider .b-full-slider-list {
  overflow: hidden;
}

.b-full-slider .link {
  display: block;
}

.b-full-slider .top-bg {
  margin: 0 0 0 10px;
}

.b-full-slider .top-bg .inner {
  height: 10px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.b-full-slider .bottom-bg {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.b-full-slider .link img {
  z-index: 2;
  position: relative;
  display: inline-block;
  margin: 0 60px 0 0;
}

.b-full-slider .orbit-caption {
  position: absolute;
  bottom: 30px;
  padding: 0;
  color: white;
}

.b-full-slider .orbit-caption .inner-content {
  padding: 30px 350px 0 90px;
  position: relative;
}

.b-full-slider .orbit-caption .quote-one {
  font-size: 24px;
}

.b-full-slider .orbit-caption .quote-two {
  margin: 0 0 0 15px;
  font-size: 24px;
}

.b-full-slider .orbit-caption .icon-quotes-right,
.b-full-slider .orbit-caption .icon-quotes-left {
  margin: 0 8px 0 0;
}

.b-full-slider .orbit-caption p {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-style: italic;
}

.b-full-slider .orbit-caption .author {
  font-size: 0.875rem;
  float: right;
}

.b-full-slider .icon-angle-right {
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 32px;
}

.b-full-slider .link:hover .inner,
.b-full-slider .link:hover .bottom-bg {
  background: rgba(255, 255, 255, 0.5);
}

.b-full-slider .link:hover .orbit-caption {
  color: #222222;
}

.b-full-slider .link:hover .quote-one,
.b-full-slider .link:hover .quote-two {
  color: #eb2418;
}

.b-full-slider .link:hover .icon-angle-right {
  font-family: 'icomoon-hover';
  color: #eb2418;
}

.b-full-slider .icon-arrow-slider-left,
.b-full-slider .icon-arrow-slider-right {
  display: block !important;
  position: absolute;
  top: 50%;
  border: none;
  background: none;
  font-size: 64px;
  line-height: 64px;
  margin: -32px 0 0 0;
  outline: none;
  color: #eb2418;
  padding: 0;
}

.b-full-slider .icon-arrow-slider-left {
  left: 0;
}

.b-full-slider .icon-arrow-slider-right {
  right: 0;
}

.b-full-slider .icon-arrow-slider-left:hover {
  font-family: 'icomoon-hover';
  color: #eb2418;
}

.b-full-slider .icon-arrow-slider-right:hover {
  font-family: 'icomoon-hover';
  color: #eb2418;
  right: 5px;
}

.b-full-slider .slick-disabled {
  opacity: 0.4;
}

.b-full-slider .slick-disabled:hover {
  font-family: 'icomoon-default';
}

h2 {
  font-size: 24px;
}

h2 a {
  color: #222222;
}

.b-gap-white-on-red {
  background: #eb2418;
  color: white;
  font-size: 22px;
  line-height: 34px;
  margin: 0;
  padding: 0 0 0 35px;
  position: relative;
}

.b-gap-white-on-red:before {
  content: "";
  width: 2px;
  height: 34px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: white;
}

.b-gap-white-on-red:after {
  content: "";
  width: 20px;
  height: 14px;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 10px;
  background: #eb2418;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}

.b-gap-red-on-grey {
  background: #d8d8d8;
  color: #222222;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 20px 0;
  padding: 0 0 0 35px;
  position: relative;
}

.b-gap-red-on-grey:before {
  content: "";
  width: 2px;
  height: 30px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: #eb2418;
}

.b-gap-red-on-grey:after {
  content: "";
  width: 20px;
  height: 14px;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 8px;
  background: #d8d8d8;
  border-top: 2px solid #eb2418;
  border-right: 2px solid #eb2418;
  border-bottom: 2px solid #eb2418;
}

.b-gap-red-on-white {
  background: white;
  color: #222222;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 20px 0;
  padding: 0 0 0 35px;
  position: relative;
}

.b-gap-red-on-white:before {
  content: "";
  width: 2px;
  height: 30px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: #eb2418;
}

.b-gap-red-on-white:after {
  content: "";
  width: 20px;
  height: 14px;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 8px;
  background: white;
  border-top: 2px solid #eb2418;
  border-right: 2px solid #eb2418;
  border-bottom: 2px solid #eb2418;
}

.b-gap-red-on-grey-dark {
  background: #2e2e2e;
  color: white;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 20px 0;
  padding: 0 0 0 35px;
  position: relative;
  color: white;
}

.b-gap-red-on-grey-dark:before {
  content: "";
  width: 2px;
  height: 30px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: #eb2418;
}

.b-gap-red-on-grey-dark:after {
  content: "";
  width: 20px;
  height: 14px;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 8px;
  background: #2e2e2e;
  border-top: 2px solid #eb2418;
  border-right: 2px solid #eb2418;
  border-bottom: 2px solid #eb2418;
}

.b-gap-transprent-box {
  overflow: hidden;
}

.b-gap-transprent-box .b-gap-transprent-on-red {
  display: inline-block;
  float: left;
}

.b-gap-transprent-box .b-gap-transprent-on-red div {
  width: 20px;
  height: 10px;
  background: #eb2418;
}

.b-gap-transprent-box .b-gap-transprent-on-red .top {
  margin: 0 0 0 2px;
}

.b-gap-transprent-box .b-gap-transprent-on-red .middle {
  margin: 2px 2px 2px 0;
}

.b-gap-transprent-box .b-gap-transprent-on-red .bottom {
  margin: 0 0 0 2px;
}

.b-gap-transprent-box h2 {
  float: left;
  color: white;
  font-size: 18px;
  background: #eb2418;
  padding: 0 45px 0 10px;
  line-height: 34px;
  display: inline-block;
  margin: 0;
}

.related-headline {
  padding: 0 0 0 50px;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  margin: 0 0 20px 0;
}

.related-headline .icon-related-content {
  color: #eb2418;
  font-size: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

.icon-headline {
  padding: 0 0 0 50px;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  margin: 0 0 20px 0;
}

.icon-headline i {
  color: #eb2418;
  font-size: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-headline {
  padding: 0 0 0 50px;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  margin: 0 0 20px 0;
}

.contact-headline .icon-contact {
  color: #eb2418;
  font-size: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

.b-google-map-wrap {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  margin: 0 0 40px 0;
}

.b-google-map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ajax-loader {
  margin: 120px auto;
  display: block;
  text-align: center;
}

.b-top-header {
  background: white;
  height: 29px;
  overflow: hidden;
}

.b-top-header .top-header-list {
  margin: 0;
  list-style: none;
}

.b-top-header .top-header-list-item {
  display: inline-block;
  float: left;
}

.b-top-header .top-header-list-item .wiley-logo-link {
  margin: 8px 30px 8px 0;
  display: block;
  background: url("./../img/logos/logo_wiley.png") no-repeat;
  width: 53px;
  height: 13px;
}

.b-top-header .top-header-list-item .wiley-vch-logo-link {
  margin: 8px 0;
  display: block;
  background: url("./../img/logos/logo_wiley_vch.png") no-repeat;
  width: 85px;
  height: 13px;
}

.b-top-header ul {
  margin: 0;
  list-style: none;
}

.b-top-header .right-item {
  display: inline-block;
  float: left;
  line-height: 29px;
}

.b-top-header .right-item a {
  color: #222222;
  padding: 0 5px;
  overflow: hidden;
}

.b-top-header .right-item span {
  display: inline-block;
  float: left;
}

.b-top-header .right-item .icon-user {
  color: #eb2418;
  font-size: 20px;
  display: inline-block;
  float: left;
  margin: 4px 6px 0 0;
}

.b-top-header select.top-header-lang-select {
  padding: 0 5px;
  margin: 0 15px 0 0;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #2e2e2e;
  border-right: 1px solid #2e2e2e;
  text-transform: uppercase;
  height: 29px;
  outline: none;
  font-size: 12px;
}

.b-mid-header {
  background: #2e2e2e;
}

.b-mid-header .mid-header-list {
  margin: 0;
}

.b-mid-header .mid-header-list-item {
  display: inline-block;
  float: left;
  border-right: 1px solid #4e4e4e;
  height: 80px;
}

.b-mid-header .mid-header-list-item h1 {
  margin: 0;
}

.b-mid-header .mid-header-list-item .mid-header-logo-link {
  display: block;
  padding: 20px 35px;
  color: white;
  transition: all 0.2s ease-in-out;
}

.b-mid-header .mid-header-list-item .top-search-link,
.b-mid-header .mid-header-list-item .top-cart-link {
  transition: all 0.2s ease-in-out;
}

.b-mid-header .mid-header-list-item .mid-header-logo-link:hover,
.b-mid-header .mid-header-list-item .top-search-link:hover,
.b-mid-header .mid-header-list-item .top-cart-link:hover {
  background: #4e4e4e;
}

.b-mid-header .mid-header-list-item img {
  display: block;
}

.b-mid-header .mid-header-list-item .top-search-link {
  cursor: pointer;
  width: 65px;
  height: 80px;
  font-size: 24px;
  padding: 0;
  text-align: center;
  display: inline-table;
  color: white;
}

.b-mid-header .mid-header-list-item .top-search-link i {
  display: table-cell;
  vertical-align: middle;
}

.b-mid-header .mid-header-list-item .top-search-link.show {
  background: #4e4e4e;
}

.b-mid-header .mid-header-list-item .top-cart-link {
  color: white;
  padding: 0 20px;
  display: inline-block;
  border: none;
  background: transparent;
}

.b-mid-header .mid-header-list-item .top-cart-link .top-cart-icon {
  font-size: 24px;
  display: inline-table;
  float: left;
  height: 80px;
}

.b-mid-header .mid-header-list-item .top-cart-link i {
  display: table-cell;
  vertical-align: middle;
}

.b-mid-header .mid-header-list-item .top-cart-link .top-cart-text {
  line-height: 80px;
  margin: 0 0 0 10px;
  float: left;
  font-size: 1rem;
}

.b-mid-header .mid-header-list.left .mid-header-list-item:first-child .mid-header-logo-link {
  padding-left: 0;
}

.b-mid-header .mid-header-list.right .mid-header-list-item:first-child {
  border-left: 1px solid #4e4e4e;
}

.b-header-search-bar {
  background: #4e4e4e;
  padding: 10px 0;
}

.b-header-search-bar input,
.b-header-search-bar input:focus {
  margin: 0;
  border: none;
  background: #2e2e2e;
  height: 40px;
  color: #fff;
}

.b-header-search-bar ::-webkit-input-placeholder {
  color: white;
}

.b-header-search-bar :-moz-placeholder {
  color: white;
}

.b-header-search-bar ::-moz-placeholder {
  color: white;
}

.b-header-search-bar :-ms-input-placeholder {
  color: white;
}

.b-header-search-bar .button {
  margin: 0;
  padding: 0 0.625rem;
  height: 40px;
  line-height: 40px;
  width: 100%;
}

.b-header-search-bar .search-btn {
  padding: 0;
}

.b-header-search-bar .search-btn input {
  background: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0;
}

.b-bottom-header {
  background: white;
}

.b-bottom-header .top-bar {
  background: white;
}

.b-bottom-header .top-bar li {
  background: white;
  position: relative;
}

.b-bottom-header .top-bar-section li:not(.has-form) a:not(.button) {
  background: white;
  color: #222222;
  font-size: 14px;
  line-height: 45px;
  padding: 0 15px !important;
  display: inline-block;
}

.b-bottom-header .top-bar-section > li:not(.show-for-small):last-child a {
  border-right: 1px solid #d8d8d8;
}

.b-bottom-header .top-bar-section > ul li:not(.has-form) a:hover:not(.button),
.b-bottom-header .top-bar-section > ul li.active:not(.has-form) a:not(.button) {
  background: #2e2e2e;
  color: white;
  line-height: 45px;
}

.b-bottom-header .top-bar-section > ul li:not(.has-form) a:hover:not(.button):before,
.b-bottom-header .top-bar-section > ul li.active:not(.has-form) > a:before {
  content: "";
  background: #eb2418;
  width: 4px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.b-bottom-header .top-bar-section .has-dropdown > a {
  cursor: default !important;
}

.b-bottom-header .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
  background: white;
  color: #222222;
  border-left: none;
}

.b-bottom-header .top-bar-section .dropdown .medium-9:first-child ul,
.b-bottom-header .top-bar-section .dropdown .medium-18 ul {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  overflow: hidden;
  display: block;
}

.b-bottom-header .top-bar-section .dropdown .medium-9:last-child ul {
  border-right: 1px solid #d8d8d8;
  overflow: hidden;
  display: block;
}

.b-bottom-header .top-bar-section .dropdown li:not(.has-form):not(.active) > a:hover:not(.button) {
  background: #2e2e2e;
  color: white;
}

.b-bottom-header .top-bar .toggle-topbar.menu-icon {
  margin: 0;
}

.b-bottom-header .top-bar .toggle-topbar.menu-icon a {
  line-height: 45px;
  height: 45px;
  padding: 0 15px 0 30px;
}

.b-bottom-header .top-bar .toggle-topbar.menu-icon a span::after {
  right: inherit;
  left: 0;
}

.b-bottom-header .top-bar-section .has-dropdown > a:after {
  border-color: transparent transparent transparent black;
}

.b-bottom-header .top-bar-section .has-dropdown:hover > a:after {
  border-color: transparent transparent transparent white;
}

.b-bottom-header .top-bar-section .dropdown li.back a {
  background: #f0f0f0;
  padding-left: 30px !important;
}

.b-bottom-header .dropdown .back a:after {
  content: "";
  border: inset 5px;
  border-color: transparent black transparent transparent;
  border-right-style: solid;
  width: 0;
  height: 0;
  display: block;
  margin-right: 15px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 10px;
}

.b-bottom-header .dropdown .back:hover a:after {
  border-color: transparent white transparent transparent;
}

.b-bottom-header .mobile-lang-list {
  border-top: 1px solid #d8d8d8;
}

.b-bottom-header .mobile-lang-list li {
  width: 50%;
  float: left;
}

.b-bottom-header .mobile-lang-list li:last-child {
  border-left: 1px solid #d8d8d8;
}

.b-bottom-header .mobile-lang-list li:last-child a {
  border-right: none;
}

img.left {
  /*@media only screen and (max-width: 40em) {
      margin: 5px auto;
      float: none !important;
      display: inline-block;
  }*/
  margin: 5px 20px 10px 0;
}

img.right {
  /*@media only screen and (max-width: 40em) {
      margin: 5px auto;
      float: none !important;
      display: inline-block;
  }*/
  margin: 5px 0 10px 20px;
}

ul.square {
  list-style: none;
}

ul.square li {
  position: relative;
  padding: 0 0 0 20px;
}

ul.square li ul {
  margin: 0;
}

ul.square li li:before {
  width: 7px;
  height: 7px;
  top: 0.51470588rem;
}

ul.square li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4375rem;
  width: 9px;
  height: 9px;
  background: #eb2418;
  position: absolute;
  left: 0;
}

.is-content-column ul,
.panel ul,
.description ul {
  list-style: none;
}

.is-content-column ul li,
.panel ul li,
.description ul li {
  position: relative;
  padding: 0 0 0 20px;
}

.is-content-column ul li ul,
.panel ul li ul,
.description ul li ul {
  margin: 0;
}

.is-content-column ul li li:before,
.panel ul li li:before,
.description ul li li:before {
  width: 7px;
  height: 7px;
  top: 0.51470588rem;
}

.is-content-column ul li:before,
.panel ul li:before,
.description ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4375rem;
  width: 9px;
  height: 9px;
  background: #eb2418;
  position: absolute;
  left: 0;
}

ol {
  margin-left: 0;
  padding-right: 0;
  list-style-type: none;
  counter-reset: section;
}

ol li {
  counter-increment: step-counter;
  position: relative;
  padding: 0 0 0 20px;
}

ol li ol {
  margin: 0;
}

ol li li {
  padding: 0 0 0 35px;
}

ol li:before {
  counter-increment: section;
  content: counters(section,".") " ";
  color: white;
  font-weight: 700;
  color: #eb2418;
  position: absolute;
  top: 0;
  left: 0;
}

dl dt {
  font-size: 1.125rem;
}

ul.b-button-list {
  list-style: none;
  margin-left: 0;
}

ul.b-button-list li {
  padding: 0 !important;
}

ul.b-button-list li:before {
  display: none !important;
}

ul.b-button-list i:before {
  display: block !important;
}

[data-magellan-expedition] {
  pointer-events: none;
}

[data-magellan-expedition] > * {
  pointer-events: auto;
}

.b-more-link {
  display: block;
  text-align: center;
  background: white;
  line-height: 16px;
  padding: 5px 0 0 0;
}

.b-more-link .icon-arrow-down-small {
  display: block;
  font-size: 32px;
}

.b-more-link:hover .icon-arrow-down-small {
  font-family: 'icomoon-hover';
}

.b-overview-link {
  display: block;
  text-align: center;
  background: white;
  line-height: 16px;
  padding: 5px 0 0 0;
  text-transform: uppercase;
}

.b-overview-link .icon-arrow-down-small {
  display: block;
  font-size: 32px;
}

.b-overview-link:hover .icon-arrow-down-small {
  font-family: 'icomoon-hover';
}

.b-news-slider {
  padding: 0 0 10px 0;
}

.b-news-slider .news-slider-list {
  height: 240px;
}

.b-news-slider .slick-slide {
  margin: 0 0.9375rem 0;
  background: white;
  width: 280px;
  height: 240px;
}

.b-news-slider .slick-slide a {
  position: relative;
  display: block;
  height: 100%;
}

.b-news-slider .slick-slide img {
  float: left;
  display: inline;
  margin: 0 20px 10px 0;
}

.b-news-slider .slick-slide .slick-title {
  font-size: 1rem;
  line-height: 20px;
  margin: 0;
  padding: 15px 20px 20px;
}

.b-news-slider .slick-slide .slick-caption {
  padding: 0 20px;
  color: #222222;
}

.b-news-slider .slick-slide .icon-angle-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-size: 32px;
}

.b-news-slider .slick-slide a:hover .icon-angle-right {
  font-family: 'icomoon-hover';
}

.b-news-slider .icon-arrow-slider-left {
  display: block !important;
  position: absolute;
  top: 50%;
  border: none;
  background: none;
  font-size: 48px;
  line-height: 48px;
  margin: -24px 0 0 0;
  outline: none;
  color: #eb2418;
  padding: 0;
  left: -60px;
}

.b-news-slider .icon-arrow-slider-right {
  display: block !important;
  position: absolute;
  top: 50%;
  border: none;
  background: none;
  font-size: 48px;
  line-height: 48px;
  margin: -24px 0 0 0;
  outline: none;
  color: #eb2418;
  padding: 0;
  right: -60px;
}

.b-news-slider .icon-arrow-slider-left:hover {
  font-family: 'icomoon-hover';
  color: #eb2418;
}

.b-news-slider .icon-arrow-slider-right:hover {
  font-family: 'icomoon-hover';
  color: #eb2418;
  right: -58px;
}

.b-news-slider .slick-disabled {
  opacity: 0.4;
}

.b-news-slider .slick-disabled:hover {
  font-family: 'icomoon-default';
}

.b-pagination {
  background: white;
  padding: 0;
  text-align: center;
  position: relative;
  height: 44px;
}

.b-pagination .pagination {
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
}

.b-pagination ul.pagination li:first-child {
  position: absolute;
  left: 10px;
  top: 10px;
  border: none;
  height: inherit;
}

.b-pagination ul.pagination li:first-child a {
  color: #eb2418;
  position: relative;
  padding: 0 0 0 30px;
  line-height: 24px;
}

.b-pagination ul.pagination li:first-child a:hover {
  background: none;
}

.b-pagination ul.pagination li:first-child a i {
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.b-pagination ul.pagination li:first-child a:hover i {
  font-family: 'icomoon-hover';
}

.b-pagination ul.pagination li:first-child span {
  display: none;
}

.b-pagination ul.pagination li:first-child p {
  position: relative;
  padding: 0 0 0 30px;
  line-height: 24px;
}

.b-pagination ul.pagination li:first-child p i {
  left: 0;
}

.b-pagination ul.pagination li:last-child {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  height: inherit;
}

.b-pagination ul.pagination li:last-child a {
  color: #eb2418;
  position: relative;
  padding: 0 30px 0 0;
  line-height: 24px;
}

.b-pagination ul.pagination li:last-child a i {
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.b-pagination ul.pagination li:last-child a:hover {
  background: none;
}

.b-pagination ul.pagination li:last-child a:hover i {
  font-family: 'icomoon-hover';
}

.b-pagination ul.pagination li:last-child span {
  display: none;
}

.b-pagination ul.pagination li:last-child p {
  position: relative;
  padding: 0 30px 0 0;
  line-height: 24px;
}

.b-pagination ul.pagination li:last-child p i {
  right: 0;
}

.b-pagination ul.pagination li {
  border-right: 2px solid #d8d8d8;
  height: 44px;
  margin: 0;
}

.b-pagination ul.pagination li a {
  line-height: 44px;
  padding: 0 15px;
  position: relative;
  border-radius: 0;
}

.b-pagination ul.pagination li a:hover {
  background: #f0f0f0;
}

.b-pagination ul.pagination li:nth-child(2) {
  border-left: 2px solid #d8d8d8;
}

.b-pagination ul.pagination li.unavailable a,
.b-pagination ul.pagination li.unavailable button {
  color: #222222;
}

.b-pagination ul.pagination li.unavailable {
  line-height: 44px;
  padding: 0 15px;
}

.b-pagination ul.pagination li.unavailable:hover i {
  font-family: 'icomoon-default';
}

.b-pagination ul.pagination li.arrow.unavailable {
  padding: 0;
  line-height: 24px;
}

.b-pagination ul.pagination li.arrow.unavailable p {
  position: relative;
  margin: 0;
}

.b-pagination ul.pagination li.arrow.unavailable p i {
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  top: 0;
}

.b-pagination ul.pagination li.current {
  position: relative;
  line-height: 44px;
  padding: 0;
  color: #eb2418;
  font-weight: 700;
}

.b-pagination ul.pagination li.current a:hover {
  background: none;
}

.b-pagination ul.pagination li.current:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #eb2418;
}

.site-pdf .b-header,
.site-pdf .b-social-bar,
.site-pdf .b-footer {
  display: none;
}

.site-pdf iframe {
  border: none;
}

.b-pdf-header {
  background: white;
  padding: 10px 0;
}

.b-pdf-header .title {
  font-size: 1rem;
}

.b-pdf-header .white-logo {
  display: block;
}

.b-pdf-header .white-logo img {
  height: 40px;
}

.b-price-list {
  list-style: none;
  margin: 0;
}

.b-price-list .item {
  display: block;
}

.b-price-list .price {
  display: inline-block;
  margin: 10px 0 0 0;
  line-height: 25px;
  clear: both;
}

.b-price-list .price .currency {
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  padding: 0 10px 0 0;
  position: relative;
  background: #fff;
  z-index: 1;
  float: left;
}

.b-price-list .price .whole {
  display: inline-block;
  font-weight: 700;
  font-size: 25px;
  float: left;
}

.b-price-list .price .comma {
  display: inline-block;
  float: left;
  font-weight: 700;
  font-size: 25px;
}

.b-price-list .price .tenths {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  vertical-align: text-top;
  float: left;
}

.b-price-list .price .price-label {
  display: inline-block;
  font-size: 1rem;
  float: left;
  margin: 0 10px 0 0;
  line-height: 30px;
}

.b-price-list .price .value {
  display: inline-block;
  position: relative;
  float: left;
  margin: 0 10px 0 0;
}

.b-price-list .price:nth-child(2) .value:after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  width: 100%;
  height: 1px;
  border-top: 1px solid #000;
}

.survey-btn {
  text-transform: uppercase;
  margin: -22px 0 0 0;
}

.b-product-grid {
  margin: 0 0 40px 0;
}

.b-product-grid .product-grid-item {
  padding-bottom: 0;
}

.b-product-list {
  list-style: none;
  margin: 0 0 40px 0;
}

.b-product-list > li {
  padding-bottom: 0;
}

.b-product-list .b-product-list {
  margin: 0 0 0 5px;
  list-style: none;
}

.b-product-list .b-product-list .set-list-item {
  border-top: 5px solid #d8d8d8;
  border-left: 5px solid #d8d8d8;
  border-bottom: 5px solid #d8d8d8;
  padding: 10px 0 0 0;
  position: relative;
  z-index: 1;
}

.b-product-list .b-product-list .b-product {
  margin: 0 !important;
}

.b-product-list .b-product-list .set-fix {
  padding: 0 0 0 20px;
}

.b-product-list .b-product-list .prices {
  margin: 0;
}

.b-product-list .b-product-list .b-bottom-controls {
  margin: 0 0 0 -20px;
}

.b-product-list .set-list-item-square {
  border-top: 5px solid #d8d8d8;
  border-right: 5px solid #d8d8d8;
  border-bottom: 5px solid #d8d8d8;
  background: white;
  position: absolute;
  left: -5px;
  top: 10px;
  width: 15px;
  height: 20px;
  z-index: 2;
}

.b-product-list .set-toggle-inner {
  border-top: 5px solid #d8d8d8;
  border-left: 5px solid #d8d8d8;
  position: relative;
  z-index: 1;
  padding: 5px 0;
}

.b-product-list .set-toggle {
  text-align: center;
  display: block;
  color: #eb2418 !important;
  background: white;
  padding: 0 0 0 5px !important;
}

.b-product-list .set-toggle .icon-arrow-down-small {
  display: block;
  font-size: 32px;
  line-height: 26px;
}

.b-product-list .set-toggle .show-text {
  display: block;
}

.b-product-list .set-toggle .hide-text {
  display: none;
}

.b-product-list .set-toggle .icon-arrow-up-small {
  font-size: 32px;
  display: none;
  line-height: 26px;
}

.b-product-list .set-toggle:hover {
  background: white !important;
  color: #eb2418 !important;
}

.b-product-list .set-toggle:hover .icon-arrow-down-small {
  font-family: 'icomoon-hover';
}

.b-product-list .set-toggle:hover .icon-arrow-up-small {
  font-family: 'icomoon-hover';
}

.b-product-list .b-accordion-navigation.active .set-toggle {
  background: white !important;
}

.b-product-list .b-accordion-navigation.active .set-toggle .icon-arrow-down-small {
  display: none;
}

.b-product-list .b-accordion-navigation.active .set-toggle .show-text {
  display: none;
}

.b-product-list .b-accordion-navigation.active .set-toggle .hide-text {
  display: block;
}

.b-product-list .b-accordion-navigation.active .set-toggle .icon-arrow-up-small {
  display: block;
}

.b-product-list .abo-item-icon {
  font-size: 100px;
  color: #d8d8d8;
  display: block;
  margin: 40px auto;
  text-align: center;
}

.b-product-list .abo-item-icon :before {
  color: #d8d8d8;
}

.abo-toggle .abo-item-icon {
  font-size: 100px;
  color: #d8d8d8;
  display: block;
  margin: 40px auto;
  text-align: center;
}

.abo-toggle .abo-item-icon :before {
  color: #d8d8d8;
}

.b-product {
  margin-bottom: 1.25rem !important;
  background-color: white;
  /* reset default list bullets */
}

.b-product .b-accordion {
  margin: 0;
}

.b-product .set-fix {
  min-height: 232px;
}

.b-product .select2-container {
  width: auto !important;
}

.b-product .columns.is-image-column {
  margin: 0 0 20px 0;
}

.b-product .columns.is-image-column a {
  display: block;
}

.b-product .columns.is-content-column {
  padding: 20px;
}

.b-product .description {
  padding: 0;
}

.b-product .event-date {
  color: #eb2418;
  font-size: 1.875rem;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 10px 0;
}

.b-product .event-date span {
  color: #222222;
  font-size: 0.75rem;
  display: inline-block;
  margin: 0 10px 0 0;
}

.b-product .author {
  display: inline-block;
  color: #222222;
  margin: 0 0 5px 0;
  font-size: 1rem;
  line-height: 16px;
}

.b-product .title {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 0 0 20px 0;
  color: #222222;
}

.b-product .title .title-link {
  color: inherit;
}

.b-product .subtitle {
  display: block;
  margin: 5px 0 10px 0;
  font-size: 1rem;
  line-height: 16px;
}

.b-product .attribute-list {
  list-style: none;
  margin: 0;
  line-height: 1.6;
  overflow: hidden;
}

.b-product .attribute-list .item {
  display: inline-block;
  float: left;
}

.b-product .attribute-list .item + .item:before {
  content: "|";
  margin: 0 5px;
  display: inline-block;
}

.b-product .options-list .item,
.b-product .prices .item,
.b-product .b-price-list .item,
.b-product .attribute-list .item,
.b-product .single-btn-list li {
  padding: 0;
}

.b-product .options-list .item:before,
.b-product .prices .item:before,
.b-product .b-price-list .item:before,
.b-product .attribute-list .item:before,
.b-product .single-btn-list li:before {
  position: static;
  background: transparent;
  height: auto;
  width: auto;
}

.b-product .isbn {
  margin: 0 0 20px 0;
}

.b-product .options-list {
  list-style: none;
  margin: 0;
}

.b-product .product-logo {
  margin: 5px 0 0 0;
}

.b-product .b-bottom-controls {
  border-top: 1px solid #d8d8d8;
}

.b-product.abo .medium-18 {
  margin: 0 0 20px 0;
}

.b-product.abo .medium-18 h2 {
  margin: 0;
  line-height: 30px;
}

.b-product.abo .columns.is-content-column {
  padding: 0 0 0 20px;
}

.b-product.abo .abo-title {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.b-product.abo ul.square {
  margin: 0;
}

.b-product.abo .set-list-item-square {
  border-top: 5px solid #d8d8d8;
  border-right: 5px solid #d8d8d8;
  border-bottom: 5px solid #d8d8d8;
  background: white;
  position: absolute;
  left: -5px;
  top: 10px;
  width: 15px;
  height: 20px;
  z-index: 2;
}

.b-product.abo .set-toggle-inner {
  border-top: 5px solid #d8d8d8;
  border-left: 5px solid #d8d8d8;
  position: relative;
  z-index: 1;
  padding: 5px 0;
}

.b-product.abo .set-toggle {
  text-align: center;
  display: block;
  color: #eb2418 !important;
  background: white;
  padding: 0 0 0 5px !important;
}

.b-product.abo .set-toggle .icon-arrow-down-small {
  display: block;
  font-size: 32px;
  line-height: 26px;
}

.b-product.abo .set-toggle .show-text {
  display: block;
}

.b-product.abo .set-toggle .hide-text {
  display: none;
}

.b-product.abo .set-toggle .icon-arrow-up-small {
  font-size: 32px;
  display: none;
  line-height: 26px;
}

.b-product.abo .set-toggle:hover {
  background: white !important;
  color: #eb2418 !important;
}

.b-product.abo .set-toggle:hover .icon-arrow-down-small {
  font-family: 'icomoon-hover';
}

.b-product.abo .set-toggle:hover .icon-arrow-up-small {
  font-family: 'icomoon-hover';
}

.b-product.abo .b-accordion-navigation.active .set-toggle {
  background: white !important;
}

.b-product.abo .b-accordion-navigation.active .set-toggle .icon-arrow-down-small {
  display: none;
}

.b-product.abo .b-accordion-navigation.active .set-toggle .show-text {
  display: none;
}

.b-product.abo .b-accordion-navigation.active .set-toggle .hide-text {
  display: block;
}

.b-product.abo .b-accordion-navigation.active .set-toggle .icon-arrow-up-small {
  display: block;
}

.b-product.abo .columns {
  padding: 0;
}

.b-quiz-teaser {
  width: 100%;
  height: 350px;
  background: url("./../img/quiz_bg.jpg") no-repeat top center;
  background-clip: cover;
  padding: 50px 0;
  margin: 0 0 40px 0;
}

.b-quiz-teaser .quiz-teaser-box {
  border-left: 5px solid #eb2418;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: relative;
}

.b-quiz-teaser .quiz-teaser-box .icon-angle-right {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 32px;
  color: white;
}

.b-quiz-teaser .quiz-teaser-text {
  color: white;
  font-size: 1.875rem;
  line-height: 35px;
  padding: 20px 35px;
}

.b-quiz-teaser .quiz-teaser-box:hover {
  background: rgba(255, 255, 255, 0.5);
}

.b-quiz-teaser .quiz-teaser-box:hover .quiz-teaser-text {
  color: #222222;
}

.b-quiz-teaser .quiz-teaser-box:hover .icon-angle-right {
  color: #eb2418;
  font-family: 'icomoon-hover';
}

/**
 * Responsive Webdesign Testing
 * Different viewport sizes are simulated through iFrames.
 *
 * Markup:
 * <div class="b-rwd-testing">
 *     <div class="frame">
 *         <iframe src="index.html" width="320" height="568" seamless="seamless" frameborder="0"></iframe>
 *     </div>
 * </div>
 *
 * Styleguide RWD Testing
 */

.b-rwd-testing {
  text-align: center;
}

.b-rwd-testing h1 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.b-rwd-testing > .frame {
  margin-bottom: 20px;
}

.b-rwd-testing > .frame h2 {
  margin-bottom: 10px;
}

.b-rwd-testing > .frame iframe {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #000;
}

.b-share-bar > a {
  height: 46px;
  width: 46px;
  display: inline-table;
  text-align: center;
  padding: 0;
  background: white;
  border: 2px solid #eb2418;
}

.b-share-bar i {
  font-size: 32px;
  display: table-cell;
  vertical-align: middle;
  color: #eb2418;
}

.b-share-bar > a:hover {
  background: #eb2418;
}

.b-share-bar > a:hover i {
  color: white;
  font-family: 'icomoon-hover';
}

.b-share-bar > a.open {
  background: #eb2418;
}

.b-share-bar > a.open i {
  color: white;
  font-family: 'icomoon-hover';
}

.b-share-bar .f-dropdown.open::before,
.b-share-bar .f-dropdown.open::after {
  display: none;
}

.b-share-bar .share-bar-list {
  border: none;
  margin: 0;
  max-width: inherit;
  background: none;
}

.b-share-bar .share-bar-list a {
  display: inline-table;
  text-align: center;
  padding: 0;
  background: #2e2e2e;
  margin: 0 0 1px 0;
}

.b-share-bar .share-bar-list i {
  font-size: 25px;
  display: table-cell;
  height: 46px;
  width: 46px;
  text-align: center;
  vertical-align: middle;
  color: white;
}

.b-share-bar .share-bar-list .text {
  line-height: 46px;
  color: white;
  font-size: 1rem;
  padding: 0 45px 0 10px;
  text-transform: uppercase;
  display: none;
  white-space: nowrap;
}

.b-share-bar .share-bar-list .share-bar-item:hover {
  background: none;
}

.b-share-bar .share-bar-list .share-bar-item:hover a {
  background: #eb2418;
}

.b-share-bar .share-bar-list .share-bar-item:hover .text {
  display: block;
}

.b-shop-page .shop-category:last-child {
  margin: 0;
}

.b-shop-page .small-block-grid-1 li {
  padding-bottom: 0;
}

.b-shop-page .select2-container {
  margin-bottom: 1rem;
}

.b-shop-page h2 {
  background: white;
  margin: 0;
  padding: 30px 30px 0;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.b-shop-page h3 .button {
  padding-bottom: 0;
}

.b-shop-page .uebersicht-info {
  padding: 30px 200px 0 30px;
  background: white;
  margin: 0;
}

.b-shop-page .success-message {
  padding: 30px 30px 10px;
  background: white;
  margin: 0 0 40px 0;
}

.b-shop-page .success-message h3 {
  font-size: 1.5rem;
}

.b-shop-page .shop-category.empty h3 {
  text-align: center;
  padding: 30px;
}

.b-shop-page .shop-category {
  background: white;
  margin: 0 0 5px 0;
}

.b-shop-page .shop-category .row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.b-shop-page .shop-category tr th,
.b-shop-page .shop-category tr td {
  background: none;
  color: #222222;
}

.b-shop-page .shop-category h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 0 20px 0.40625rem 30px;
}

.b-shop-page .shop-category .button {
  margin: -2px 0 0 0;
  font-weight: normal;
}

.b-shop-page .shop-category img {
  width: 60px;
  display: inline-block;
  margin: 0 20px 0 30px;
  float: left;
}

.b-shop-page .shop-category input {
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 2px 10px;
  height: 30px;
  width: 40px;
}

.b-shop-page .shop-category a {
  font-weight: 700;
}

.b-shop-page .shop-category .cart-head {
  border-bottom: 1px solid #d8d8d8;
  padding: 40px 0 0 0;
}

.b-shop-page .shop-category .cart-head .row > div {
  border-right: 1px solid #d8d8d8;
  text-align: center;
  padding: 0 0 0.40625rem 0;
}

.b-shop-page .shop-category .cart-head .row > div:first-child {
  text-align: left;
  padding: 0;
}

.b-shop-page .shop-category .cart-item {
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
}

.b-shop-page .shop-category .cart-item .row > div {
  text-align: right;
}

.b-shop-page .shop-category .cart-item .row > div:first-child {
  text-align: left;
}

.b-shop-page .shop-category .cart-item .row div.small-9 {
  text-align: right;
}

.b-shop-page .shop-category .cart-item .row div.small-9.show-for-small-only {
  text-align: left;
}

.b-shop-page .shop-category .cart-item .medium-4 .price {
  padding: 0 30px 0 0;
}

.b-shop-page .shop-category .cart-item .small-label {
  line-height: 20px;
  margin: 10px 0 0 30px;
}

.b-shop-page .shop-category .cart-item .item-number {
  margin: 0 auto;
}

.b-shop-page .shop-category .cart-item .item-no {
  text-align: center;
  font-weight: 700;
  margin: 0;
  line-height: 30px;
}

.b-shop-page .shop-category .cart-item input {
  text-align: center;
  font-weight: 700;
  font-style: normal;
}

.b-shop-page .shop-category .cart-item:last-child {
  border-bottom: none;
}

.b-shop-page .shop-category .cart-item-desc {
  padding: 0 0 0 110px;
  min-height: 85px;
}

.b-shop-page .shop-category .title,
.b-shop-page .shop-category .title a {
  padding: 10px 0 15px;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.b-shop-page .shop-category tr.even,
.b-shop-page .shop-category tr.alt,
.b-shop-page .shop-category tr:nth-of-type(even) {
  background: none;
}

.b-shop-page .shop-category .price {
  display: inline-block;
  margin: 5px 0 0 0;
  line-height: 18px;
  clear: both;
}

.b-shop-page .shop-category .price .currency {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding: 0 10px 0 0;
  position: relative;
  background: #fff;
  z-index: 1;
  float: left;
}

.b-shop-page .shop-category .price .whole {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  float: left;
}

.b-shop-page .shop-category .price .comma {
  display: inline-block;
  float: left;
  font-weight: 700;
  font-size: 18px;
}

.b-shop-page .shop-category .price .tenths {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  vertical-align: text-top;
  float: left;
}

.b-shop-page .shop-category .price .price-label {
  display: inline-block;
  font-size: 1rem;
  float: left;
  margin: 0 10px 0 0;
  line-height: 30px;
}

.b-shop-page .shop-category .price .value {
  display: inline-block;
  position: relative;
  float: left;
  margin: 0 10px 0 0;
  white-space: nowrap;
}

.b-shop-page .shop-category .category-sum {
  border-top: 4px double #d8d8d8;
  padding: 20px 0;
}

.b-shop-page .shop-category .category-sum .cart-info {
  padding: 10px 0 0 30px;
}

.b-shop-page .shop-category .category-sum .medium-8,
.b-shop-page .shop-category .category-sum .medium-10 {
  text-align: right;
}

.b-shop-page .shop-category .category-sum .shipping-label {
  display: block;
  margin: 10px 0 0 0;
}

.b-shop-page .shop-category .category-sum .price {
  padding: 5px 30px 0 0;
}

.b-shop-page .shop-category .category-sum .end-price-label {
  line-height: 30px;
  padding: 5px 0 0 0;
  display: inline-block;
}

.b-shop-page .shop-category .inner {
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
}

.b-shop-page .shop-category .anzahl {
  text-align: center;
}

.b-shop-page .shop-category .anzahl input {
  margin: 0 5px 0 0;
  display: inline-block;
  float: left;
}

.b-shop-page .shop-category .refresh-btn,
.b-shop-page .shop-category input.refresh-btn {
  width: 16px;
  height: 30px;
  margin: 0;
  display: inline-block;
  float: left;
  background: url("../img/refresh_btn.jpg") no-repeat center;
  border: none;
  text-indent: 9999px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
}

.b-shop-page .shop-category .end-price {
  padding: 10px 30px 0 0;
  display: inline-block;
  margin: 0;
  line-height: 25px;
  clear: both;
  color: #eb2418;
}

.b-shop-page .shop-category .end-price .currency {
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  padding: 0 10px 0 0;
  position: relative;
  background: #fff;
  z-index: 1;
  float: left;
}

.b-shop-page .shop-category .end-price .whole {
  display: inline-block;
  font-weight: 700;
  font-size: 25px;
  float: left;
}

.b-shop-page .shop-category .end-price .comma {
  display: inline-block;
  float: left;
  font-weight: 700;
  font-size: 25px;
}

.b-shop-page .shop-category .end-price .tenths {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  vertical-align: text-top;
  float: left;
}

.b-shop-page .shop-category .end-price .price-label {
  display: inline-block;
  font-size: 1rem;
  float: left;
  margin: 0 10px 0 0;
  line-height: 30px;
}

.b-shop-page .shop-category .end-price .value {
  display: inline-block;
  position: relative;
  float: left;
  margin: 0 10px 0 0;
}

.b-shop-page .select-title {
  display: block;
  margin: -2px 0 1px 0;
}

.b-shop-page .select-title span {
  color: #b8b8b8;
}

.b-shop-page li .select2-container {
  margin: 0;
}

.b-shop-page .select2-container .select2-choice {
  height: 37px;
  padding: 8px 30px 8px 10px;
}

.b-shop-page .select2-container .select2-choice > .select2-chosen {
  font-size: 1rem;
}

.b-shop-page .shop-page-subtitle {
  background: white;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 30px 30px 25px;
  margin: 0;
}

.b-shop-page .small-border-wrap {
  background: white;
  margin: 1px 0 0 0;
  padding: 0 30px;
}

.b-shop-page .small-border-wrap h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 30px 0 25px;
  margin: 0;
}

.b-shop-page .medium-border-wrap {
  background: white;
  margin: 5px 0 0 0;
}

.b-shop-page .medium-border-wrap h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 30px 30px 5px;
  border-bottom: 1px solid #d8d8d8;
  margin: 0;
}

.b-shop-page .medium-border-wrap .button {
  margin: -2px  0 0 0;
}

.b-shop-page .medium-border-wrap .overview-box {
  padding: 30px;
}

.b-shop-page .medium-border-wrap .overview-box h3 {
  border: none;
  padding: 0 0 1.25rem 0;
}

.b-shop-page .medium-border-wrap .overview-box .row.collapse .row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.b-shop-page .medium-border-wrap .check {
  font-weight: normal;
  font-size: 14px;
}

.b-shop-page .medium-border-wrap .buy-info {
  color: #4e4e4e;
  font-size: 0.875rem;
  margin: 15px 0 0 0;
}

.b-shop-page .medium-border-wrap .custom-checkbox {
  margin: 0 0 10px 0;
}

.b-shop-page .medium-border-wrap .custom-checkbox label {
  font-weight: normal;
  font-size: 1rem;
}

.b-shop-page .medium-border-wrap .custom-radio label {
  font-weight: normal;
  font-size: 1rem;
}

.b-shop-page .medium-border-wrap .payment-frame.hidden {
  display: none;
}

.b-shop-page .medium-border-wrap .payment-frame iframe {
  border: 0;
  width: 100%;
  margin: 0 0 20px 0;
}

.b-shop-page .custom-radio {
  margin: 0 0 10px 0;
}

.b-shop-page .field-info {
  font-size: 0.875rem;
  color: #4e4e4e;
  margin: 15px 0;
}

.b-shop-page input[type="text"],
.b-shop-page input[type="password"] {
  font-weight: normal;
  font-size: 1rem;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.b-shop-page label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #222222;
}

.b-shop-page label span {
  color: #b8b8b8;
}

.b-shop-page textarea {
  font-weight: normal;
  font-size: 1rem;
  margin: 0 0 30px 0;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.b-shop-page #address {
  padding: 20px 0 0 0;
}

.b-shop-page #address2 {
  display: block;
}

.b-shop-page ::-webkit-input-placeholder {
  font-weight: normal;
  font-style: italic;
}

.b-shop-page :-moz-placeholder {
  /* Firefox 18- */
  font-weight: normal;
  font-style: italic;
}

.b-shop-page ::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: normal;
  font-style: italic;
}

.b-shop-page :-ms-input-placeholder {
  font-weight: normal;
  font-style: italic;
}

.b-shop-page .b-bottom-controls {
  background: white;
  margin: 5px 0 40px 0;
}

.b-shop-page .b-bottom-controls .inline-list {
  margin: 10px 30px 5px 30px;
}

.b-shop-page .b-bottom-controls li:first-child {
  margin: 0;
}

.b-shop-page .f-dropdown {
  margin: -1px 0 0 0;
  border: 1px solid #d8d8d8;
  width: auto;
  background: white;
  width: 70%;
}

.b-shop-page .f-dropdown li {
  border-bottom: 1px solid #d8d8d8;
  display: block;
  float: none;
  background: white;
}

.b-shop-page .f-dropdown li:last-child {
  border-bottom: none;
}

.b-shop-page .f-dropdown input {
  display: none;
}

.b-shop-page .f-dropdown label {
  line-height: 25px;
  padding: 0 10px;
  font-size: 14px;
  margin: 0;
  display: block;
}

.b-shop-page .f-dropdown li:hover label {
  background: #eb2418;
  color: white;
}

.b-shop-page .f-dropdown:after {
  display: none;
}

.b-shop-page .f-dropdown:before {
  display: none;
}

.medium-9 .custom-select {
  margin: 0 0 1rem 0;
}

.required-info {
  font-size: 0.875rem;
  color: #4e4e4e;
}

.required-info span {
  display: inline-block;
  margin: 0 5px 0 0;
}

.input-info {
  font-weight: normal;
  display: block;
  margin: -10px 0 0 0;
}

#customerModal .row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

#customerModal input[type="text"],
#customerModal input[type="password"] {
  font-weight: normal;
  font-size: 1rem;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#customerModal ::-webkit-input-placeholder {
  font-weight: normal;
  font-style: italic;
}

#customerModal :-moz-placeholder {
  /* Firefox 18- */
  font-weight: normal;
  font-style: italic;
}

#customerModal ::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: normal;
  font-style: italic;
}

#customerModal :-ms-input-placeholder {
  font-weight: normal;
  font-style: italic;
}

#customerModal label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #222222;
}

#customerModal label span {
  color: #b8b8b8;
}

#customerModal .no-customer {
  display: none;
}

#customerModal .required-info {
  font-size: 0.875rem;
  color: #4e4e4e;
}

#customerModal .required-info span {
  display: inline-block;
  margin: 0 5px 0 0;
}

.reveal-modal .icon-headline,
dialog .icon-headline {
  margin: 20px 15px;
}

.reveal-modal .b-bottom-controls .inline-list > li,
dialog .b-bottom-controls .inline-list > li {
  width: inherit;
}

small {
  font-size: 70%;
}

.b-side-nav {
  background: #d8d8d8;
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Roboto", sans-serif;
  position: absolute;
}

.b-side-nav li {
  margin: 0 0 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: normal;
}

.b-side-nav li a:not(.button) {
  display: block;
  color: #868585;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}

.b-side-nav li a:not(.button):hover,
.b-side-nav li a:not(.button):focus {
  background: black;
  color: white;
}

.b-side-nav li.active > a:first-child:not(.button) {
  color: white;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.b-side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: transparent;
}

.b-side-nav li.heading {
  color: #4e4e4e;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.b-side-nav li a:not(.button) {
  border-left: 4px solid #868585;
  max-width: 195px;
}

.b-side-nav li a:not(.button):hover,
.b-side-nav li a:not(.button):focus {
  border-left: 4px solid #eb2418;
}

.b-side-nav li.active > a:first-child:not(.button) {
  border-left: 4px solid #eb2418;
  background: black;
}

.b-sidebar-ad {
  margin: 0 0 30px 0;
}

.b-sidebar-ad p {
  margin: 0;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.b-sidebar-address {
  background: white;
  padding: 20px;
  margin: 0 0 30px 0;
}

.b-sidebar-events {
  margin: 0;
}

.b-sidebar-events .b-event {
  overflow: hidden;
  border-bottom: 1px solid #d8d8d8;
  margin: 0;
}

.b-sidebar-events .b-event a {
  display: block;
  overflow: hidden;
}

.b-sidebar-events .b-event:last-child {
  border: none;
}

.b-sidebar-events .date {
  border: 2px solid #eb2418;
  width: 40px;
  float: left;
  text-align: center;
  color: #eb2418;
  font-size: 1.5rem;
  line-height: 16px;
  padding: 10px 5px 0;
  margin: 0 10px 0 0;
  transition: all 0.2s ease-in-out;
}

.b-sidebar-events .month {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 10px 0 5px;
}

.b-sidebar-events .teaser {
  padding: 0 0 0 50px;
}

.b-sidebar-events .event-title {
  color: #222222;
  font-weight: 700;
  margin: 0 0 5px 0;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.b-sidebar-events .event-title span {
  font-weight: normal;
  font-style: normal;
}

.b-sidebar-events .event-location {
  color: #222222;
}

.b-sidebar-events a:hover .date {
  background: #eb2418;
  color: white;
}

.b-sidebar-events a:hover .event-title {
  color: #eb2418;
}

.b-sidebar-events a:hover .event-location {
  color: #eb2418;
}

.b-sidebar-jobs {
  margin: 0 0 30px 0;
}

.b-sidebar-jobs .panel {
  overflow: hidden;
}

.b-sidebar-jobs .b-job {
  margin: 0 0 20px 0;
}

.b-sidebar-jobs .b-job a {
  display: block;
  color: #222222;
}

.b-sidebar-jobs .b-job a:hover {
  color: #eb2418;
}

.b-sidebar-jobs .job-title {
  font-weight: 700;
}

.b-sidebar-jobs .button:hover {
  color: #eb2418;
}

.b-sidebar-newsletter,
.b-sidebar-online {
  background: white;
  border-left: 5px solid #eb2418;
  margin: 0 0 30px 0;
}

.b-sidebar-newsletter .panel,
.b-sidebar-online .panel {
  overflow: hidden;
}

.b-sidebar-newsletter .hidden-form,
.b-sidebar-online .hidden-form {
  overflow: hidden;
}

.b-sidebar-newsletter .span.error,
.b-sidebar-online .span.error,
.b-sidebar-newsletter small.error,
.b-sidebar-online small.error {
  background: #eb2418;
  display: none;
}

.b-sidebar-partner {
  margin: 0 0 30px 0;
}

.b-sidebar-partner ul {
  margin: 0;
  list-style: none;
}

.b-sidebar-partner li {
  background: white;
  text-align: center;
  margin: 0 0 1px 0;
  padding: 0 5px;
}

.b-sidebar-partner img {
  display: inline-block;
  height: 70px;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}

.b-sidebar-partner a {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.b-sidebar-partner a:hover {
  opacity: 0.5;
}

.b-sidebar-service {
  margin: 0 0 30px 0;
}

.b-sidebar-service .panel {
  margin: 0 0 5px 0;
}

.b-sidebar-reading-test {
  background: white;
  padding: 0 10px 10px 20px;
  margin: 0 0 30px 0;
}

.b-sidebar-reading-test .button {
  width: 100%;
  margin: 10px 0 0 0;
}

.b-sidebar-social {
  margin: 0 0 30px 0;
  background: white;
  overflow: hidden;
}

.b-sidebar-social iframe {
  width: 100% !important;
}

.b-sidebar-teaser,
.b-sidebar-application,
.b-sidebar-product {
  background: white;
  margin: 0 0 30px 0;
}

.b-sidebar-teaser img,
.b-sidebar-application img,
.b-sidebar-product img {
  width: 100%;
}

.b-sidebar-teaser .panel,
.b-sidebar-application .panel,
.b-sidebar-product .panel {
  overflow: hidden;
}

.b-sidebar-teaser a,
.b-sidebar-application a,
.b-sidebar-product a {
  position: relative;
  padding: 0 0 10px 0;
  display: block;
}

.b-sidebar-teaser .icon-angle-right,
.b-sidebar-application .icon-angle-right,
.b-sidebar-product .icon-angle-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-size: 32px;
}

.b-sidebar-teaser a:hover .icon-angle-right,
.b-sidebar-application a:hover .icon-angle-right,
.b-sidebar-product a:hover .icon-angle-right {
  font-family: 'icomoon-hover';
}

.b-sidebar-teaser .teaser-subtitle,
.b-sidebar-application .teaser-subtitle,
.b-sidebar-product .teaser-subtitle {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 0;
  color: #222222;
}

.b-sidebar-teaser .teaser-title,
.b-sidebar-application .teaser-title,
.b-sidebar-product .teaser-title {
  font-size: 1.375rem;
  line-height: 26px;
  color: #222222;
}

.b-sidebar-teaser .teaser-description,
.b-sidebar-application .teaser-description,
.b-sidebar-product .teaser-description {
  color: #222222;
}

.b-single-content {
  margin: 0 0 40px 0;
}

.b-single-content .panel {
  padding: 30px;
}

.b-single-content .no-panel {
  margin: 0 20px 10px 0;
}

.b-single-content .author-info {
  text-transform: uppercase;
  font-size: 12px;
}

.b-single-content h2 {
  margin: 0 0 25px 0;
  font-size: 24px;
}

.b-single-content > a {
  display: block;
  position: relative;
}

.b-single-content .icon-angle-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-size: 32px;
}

.b-single-content > a:hover .icon-angle-right {
  font-family: 'icomoon-hover';
}

.b-single-header {
  background: white;
  padding: 40px 0;
}

.b-single-header .columns.is-image-column img {
  width: 220px;
}

.b-single-header .b-product .columns.is-content-column {
  padding: 0;
}

.b-single-header .b-product .title {
  font-size: 2.5rem;
  line-height: 3rem;
}

.b-single-header .b-product .prices {
  margin: 10px 0 0 0;
  list-style: none;
}

.b-single-header .b-product .item {
  display: inline-block;
}

.b-single-header .b-product .prices .item {
  margin: 0 40px 0 0;
}

.b-single-header .b-product .price {
  line-height: 35px;
}

.b-single-header .b-product .value {
  display: inline-block;
  float: left;
}

.b-single-header .b-product .value input {
  display: none;
}

.b-single-header .b-product .value label {
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 20px 0 0;
  display: inline-block;
  float: left;
}

.b-single-header .b-product .value label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #eb2418;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 0;
}

.b-single-header .b-product .value label.active:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #eb2418;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  top: 23px;
  left: 5px;
}

.b-single-header .b-product .value label.no-radio {
  padding: 0;
}

.b-single-header .b-product .value label.no-radio:before,
.b-single-header .b-product .value label.no-radio.active:after {
  display: none;
}

.b-single-header .b-product .price .currency {
  font-size: 18px;
  line-height: 62px;
  float: left;
  margin: 0 5px 0 0;
}

.b-single-header .b-product .price .whole {
  font-size: 35px;
  float: left;
  font-weight: 700;
}

.b-single-header .b-product .price .comma {
  font-size: 35px;
  float: left;
  font-weight: 700;
}

.b-single-header .b-product .price .tenths {
  font-size: 14px;
  line-height: 32px;
  float: left;
  font-weight: 700;
}

.b-single-header .b-product .price-label {
  line-height: 65px;
  display: inline-block;
}

.b-single-header .b-product .product-logo {
  margin: 0 0 1.25rem 0;
}

.b-single-header .single-btn-list {
  margin: 0;
  list-style: none;
}

.b-single-header .single-btn-list > li {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
}

.b-single-header .single-btn-list > li a {
  height: 46px;
}

.b-single-header .single-btn-list .button {
  margin: 0;
}

.b-single-header .single-mwst {
  font-size: 12px;
  margin: -10px 0 20px;
}

.b-single-header .b-product .prices li:first-child:last-child .value label {
  padding: 0;
}

.b-single-header .b-product .prices li:first-child:last-child .value label:before {
  display: none;
}

.b-single-slider {
  background: white;
}

.b-single-slider h2 {
  padding: 30px;
  margin: 0;
  font-size: 24px;
}

.b-single-slider .slick-slider {
  margin: 0 0 5px 0;
}

.b-single-slider .quote {
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 0 70px 20px;
}

.b-single-slider .author {
  font-size: 0.875rem;
  text-align: right;
  padding: 0 70px 20px 0;
}

.b-single-slider .icon-arrow-slider-left {
  display: block !important;
  position: absolute;
  top: 50%;
  border: none;
  background: none;
  font-size: 40px;
  line-height: 40px;
  margin: -20px 0 0 0;
  outline: none;
  color: #eb2418;
  padding: 0;
  left: 0;
}

.b-single-slider .icon-arrow-slider-right {
  display: block !important;
  position: absolute;
  top: 50%;
  border: none;
  background: none;
  font-size: 40px;
  line-height: 40px;
  margin: -20px 0 0 0;
  outline: none;
  color: #eb2418;
  padding: 0;
  right: 0;
}

.b-single-slider .icon-arrow-slider-left:hover {
  font-family: 'icomoon-hover';
  color: #eb2418;
}

.b-single-slider .icon-arrow-slider-right:hover {
  font-family: 'icomoon-hover';
  color: #eb2418;
}

.b-single-slider .slick-disabled {
  opacity: 0.4;
}

.b-single-slider .slick-disabled:hover {
  font-family: 'icomoon-default';
}

.b-single-slider .b-single-content {
  margin: 0;
}

.b-single-slider .panel {
  margin: 0;
}

.b-single-slider .b-bottom-controls {
  background: white;
  overflow: hidden;
}

.b-social-bar {
  margin: 0 0 40px 0;
}

.b-social-bar .social-bg {
  overflow: hidden;
}

.b-social-bar .social-title {
  background: white;
  padding: 0 40px 0 10px;
  display: inline-block;
  float: left;
  width: 100%;
}

.b-social-bar .social-title p {
  display: inline-block;
  margin: 0;
  line-height: 60px;
  font-size: 20px;
  float: left;
}

.b-social-bar .icon-angle-left {
  color: #eb2418;
  font-size: 30px;
  line-height: 60px;
  float: left;
  margin: 0 10px 0 0;
}

.b-social-bar .social-list {
  background: #2e2e2e;
  margin: 0;
  float: left;
  width: 100%;
}

.b-social-bar .social-list-item {
  width: 60px;
  height: 60px;
  display: inline-table;
  float: left;
  text-align: center;
  border-right: 1px solid white;
  margin: 0;
  transition: background 0.2s ease-in-out;
}

.b-social-bar .social-list-item a {
  color: white;
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
}

.b-social-bar .social-list-item:hover {
  background: #4e4e4e;
}

.b-sorter {
  background: white;
  margin: 0 0 25px 0;
}

.b-sorter form {
  position: relative;
}

.b-sorter .row {
  margin: 0;
}

.b-sorter .label {
  background: white;
  color: #222222;
  font-size: 14px;
  padding: 0 10px;
  line-height: 25px;
  float: left;
  display: inline-block;
  width: 170px;
  border-right: 2px solid #d8d8d8;
  text-align: left;
}

.b-sorter .sorter-list {
  margin: 0;
  list-style: none;
  float: left;
  display: inline-block;
  background: white;
}

.b-sorter .sorter-list li {
  display: inline-block;
  float: left;
}

.b-sorter .button {
  border: none;
  position: relative;
  margin: 0;
  padding: 0 30px 0 10px;
  line-height: 25px;
  border-right: 2px solid #d8d8d8;
  color: #222222;
  text-transform: inherit;
  background: white;
  font-size: 14px;
}

.b-sorter .button .icon-arrow-dropdown-up {
  display: none;
  color: #eb2418;
  line-height: 25px;
}

.b-sorter .button .icon-arrow-dropdown-down {
  display: inline-block;
  color: #eb2418;
  line-height: 25px;
}

.b-sorter .button:hover {
  background: white;
  color: #eb2418;
}

.b-sorter .button.open {
  color: #eb2418;
  background: white;
}

.b-sorter .button.open .icon-arrow-dropdown-up {
  display: inline-block;
}

.b-sorter .button.open .icon-arrow-dropdown-down {
  display: none;
}

.b-sorter .f-dropdown {
  margin: 0 0 0 -1px;
  border: 1px solid #d8d8d8;
  width: auto;
}

.b-sorter .f-dropdown li {
  border-bottom: 1px solid #d8d8d8;
  display: block;
  float: none;
}

.b-sorter .f-dropdown li:last-child {
  border-bottom: none;
}

.b-sorter .f-dropdown input {
  display: none;
}

.b-sorter .f-dropdown label {
  line-height: 25px;
  padding: 0 10px;
  font-size: 14px;
  margin: 0;
  display: block;
  min-width: 100px;
}

.b-sorter .f-dropdown li:hover label,
.b-sorter .f-dropdown li.active label {
  background: #eb2418;
  color: white;
}

.b-sorter .f-dropdown label.active {
  background: #eb2418;
  color: white;
}

.b-sorter .f-dropdown:after {
  display: none;
}

.b-sorter .f-dropdown:before {
  display: none;
}

.b-step-nav {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  background: white;
  border: 4px solid #d8d8d8;
}

.b-step-nav .b-step-navigation-list {
  display: block;
  width: auto;
  overflow: hidden;
  margin: 0;
  padding-top: 0;
  margin-right: 0;
  margin-left: -0.75rem;
  position: relative;
  background: white;
  margin-left: 0;
}

.b-step-nav .b-step-navigation-list dt {
  text-transform: uppercase;
}

.b-step-nav .b-step-navigation-list dt,
.b-step-nav .b-step-navigation-list dd,
.b-step-nav .b-step-navigation-list li {
  float: left;
  display: inline;
  margin-left: 1rem;
  margin-bottom: 0.625rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999999;
}

.b-step-nav .b-step-navigation-list dt a,
.b-step-nav .b-step-navigation-list dd a,
.b-step-nav .b-step-navigation-list li a {
  text-decoration: none;
  color: #999999;
  padding: 0.1875rem 1rem;
}

.b-step-nav .b-step-navigation-list dt a:hover,
.b-step-nav .b-step-navigation-list dd a:hover,
.b-step-nav .b-step-navigation-list li a:hover {
  color: #737373;
}

.b-step-nav .b-step-navigation-list dt.active a,
.b-step-nav .b-step-navigation-list dd.active a,
.b-step-nav .b-step-navigation-list li.active a {
  border-radius: 3px;
  font-weight: normal;
  background: white;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: #eb2418;
}

.b-step-nav .b-step-navigation-list dt.active a:hover,
.b-step-nav .b-step-navigation-list dd.active a:hover,
.b-step-nav .b-step-navigation-list li.active a:hover {
  background: white;
}

.b-step-nav .b-step-navigation-list dd {
  height: 49px;
  position: relative;
  margin: 0;
  border-left: 1px solid #d8d8d8;
  color: #222222;
  line-height: 45px;
  padding: 0 15px;
  font-size: 1rem;
}

.b-step-nav .b-step-navigation-list dd span {
  font-size: 1.875rem;
  margin: 0 10px 0 0;
}

.no-touch .b-step-nav .b-step-navigation-list dd a:hover {
  color: #eb2418;
}

.b-step-navigation-list dd.active {
  border-bottom: 4px solid #eb2418;
}

.table-wrap {
  width: 100%;
  overflow: auto;
}

.table-wrap::-webkit-scrollbar {
  -webkit-appearance: scrollbarthumb-horizontal;
  -webkit-appearance: scrollbartrack-horizontal;
}

table {
  border-spacing: 0;
  font-size: 16px;
}

table thead tr th,
table tr td {
  border-top: none;
  border-left: none;
  border-right: 2px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
  padding: 15px 20px;
}

table th:last-child,
table td:last-child {
  border-right: none;
}

table tr:last-child td {
  border-bottom: none;
}

.b-theme-header {
  background: url("./../img/theme-header-bg.jpg") no-repeat center center;
  background-clip: cover;
  padding: 40px 0;
  margin: 0 0 25px 0;
}

.b-theme-header .product-teaser-box {
  display: block;
}

.b-theme-header img {
  z-index: 2;
  position: relative;
  display: inline-block;
  margin: 0 60px 0 0;
}

.b-theme-header .product-caption {
  position: absolute;
  bottom: 20px;
  padding: 0;
  color: white;
  border-left: 5px solid #eb2418;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.b-theme-header h3 {
  font-size: 40px;
  line-height: 40px;
  margin: 0;
  padding: 20px 30px 15px;
  color: white;
}

.b-theme-header .product-teaser-text {
  max-width: 500px;
  padding: 0 30px 10px;
}

.b-theme-header .icon-angle-right {
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 32px;
}

.b-theme-header a:hover .product-caption {
  background: rgba(255, 255, 255, 0.5);
  color: #222222;
}

.b-theme-header a:hover h3 {
  color: #222222;
}

.b-theme-header a:hover .icon-angle-right {
  color: #eb2418;
  font-family: 'icomoon-hover';
}

.b-third-nav {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  background: white;
  border: 4px solid #d8d8d8;
}

.b-third-nav .b-third-navigation-list {
  display: block;
  width: auto;
  overflow: hidden;
  margin: 0;
  padding-top: 0;
  margin-right: 0;
  margin-left: -0.75rem;
  position: relative;
  background: white;
  margin-left: 0;
}

.b-third-nav .b-third-navigation-list dt {
  text-transform: uppercase;
}

.b-third-nav .b-third-navigation-list dt,
.b-third-nav .b-third-navigation-list dd,
.b-third-nav .b-third-navigation-list li {
  float: left;
  display: inline;
  margin-left: 1rem;
  margin-bottom: 0.625rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999999;
}

.b-third-nav .b-third-navigation-list dt a,
.b-third-nav .b-third-navigation-list dd a,
.b-third-nav .b-third-navigation-list li a {
  text-decoration: none;
  color: #999999;
  padding: 0.1875rem 1rem;
}

.b-third-nav .b-third-navigation-list dt a:hover,
.b-third-nav .b-third-navigation-list dd a:hover,
.b-third-nav .b-third-navigation-list li a:hover {
  color: #737373;
}

.b-third-nav .b-third-navigation-list dt.active a,
.b-third-nav .b-third-navigation-list dd.active a,
.b-third-nav .b-third-navigation-list li.active a {
  border-radius: 3px;
  font-weight: normal;
  background: white;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: #eb2418;
}

.b-third-nav .b-third-navigation-list dt.active a:hover,
.b-third-nav .b-third-navigation-list dd.active a:hover,
.b-third-nav .b-third-navigation-list li.active a:hover {
  background: white;
}

.b-third-nav .b-third-navigation-list dd {
  position: relative;
  margin: 0;
  border-left: 1px solid #d8d8d8;
  height: 45px;
}

.b-third-nav .b-third-navigation-list dd a {
  color: #222222;
  line-height: 45px;
  padding: 0 15px;
  display: inline-block;
}

.no-touch .b-third-nav .b-third-navigation-list dd a:hover {
  color: #eb2418;
}

.no-touch .b-third-nav .b-third-navigation-list dd:hover a:before {
  content: "";
  background: #eb2418;
  width: 4px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.b-third-nav .b-third-navigation-list dd.active a {
  padding: 0 15px;
}

.b-third-nav .b-third-navigation-list dd.active a:before {
  content: "";
  background: #eb2418;
  width: 4px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.b-trust-teaser {
  background: #2e2e2e;
  color: white;
  padding: 20px 0;
  margin: 0 0 40px 0;
}

.b-trust-teaser h2 {
  color: white;
  margin: 0 0 20px 0;
  line-height: 30px;
}

.b-trust-teaser .pay-logo-list,
.b-trust-teaser .trust-logo-list {
  margin: 0 0 20px 0;
}

.b-trust-teaser .pay-logo-list li,
.b-trust-teaser .trust-logo-list li {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  width: 62px;
  height: 38px;
}

.b-trust-teaser .pay-logo-list .visa,
.b-trust-teaser .trust-logo-list .visa {
  background: url("./../img/pay/visa.jpg") no-repeat;
}

.b-trust-teaser .pay-logo-list .mastercard,
.b-trust-teaser .trust-logo-list .mastercard {
  background: url("./../img/pay/mastercard.jpg") no-repeat;
}

.b-trust-teaser .pay-logo-list .amex,
.b-trust-teaser .trust-logo-list .amex {
  background: url("./../img/pay/amex.jpg") no-repeat;
}

.b-trust-teaser .pay-logo-list .rechnung,
.b-trust-teaser .trust-logo-list .rechnung {
  background: url("./../img/pay/rechnung.png") no-repeat;
}

.b-trust-teaser .trust-logo-list .symantec {
  background: url("./../img/pay/symantec.jpg") no-repeat;
}

.b-trust-teaser .trust-logo-list .truste {
  width: 110px;
  background: url("./../img/pay/truste.png") no-repeat;
}

.b-trust-teaser .icon-lock {
  color: #eb2418;
  font-size: 30px;
  float: left;
  margin: 0 10px 0 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 0 0 40px 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-winner-box {
  margin: 0 0 40px 0;
}

.b-winner-box h4 {
  font-weight: 700;
}

.b-winner-box .has-icon-right {
  margin: 1.25rem 0;
}

.b-winner-box .panel {
  margin: 0;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 5.55555556%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 5.55555556%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 11.11111111%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 11.11111111%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 16.66666667%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 16.66666667%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 22.22222222%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 22.22222222%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 27.77777778%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 27.77777778%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 33.33333333%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 33.33333333%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 38.88888889%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 38.88888889%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 44.44444444%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 44.44444444%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 55.55555556%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 55.55555556%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 61.11111111%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 61.11111111%;
    left: auto;
  }

  .small-push-12 {
    position: relative;
    left: 66.66666667%;
    right: auto;
  }

  .small-pull-12 {
    position: relative;
    right: 66.66666667%;
    left: auto;
  }

  .small-push-13 {
    position: relative;
    left: 72.22222222%;
    right: auto;
  }

  .small-pull-13 {
    position: relative;
    right: 72.22222222%;
    left: auto;
  }

  .small-push-14 {
    position: relative;
    left: 77.77777778%;
    right: auto;
  }

  .small-pull-14 {
    position: relative;
    right: 77.77777778%;
    left: auto;
  }

  .small-push-15 {
    position: relative;
    left: 83.33333333%;
    right: auto;
  }

  .small-pull-15 {
    position: relative;
    right: 83.33333333%;
    left: auto;
  }

  .small-push-16 {
    position: relative;
    left: 88.88888889%;
    right: auto;
  }

  .small-pull-16 {
    position: relative;
    right: 88.88888889%;
    left: auto;
  }

  .small-push-17 {
    position: relative;
    left: 94.44444444%;
    right: auto;
  }

  .small-pull-17 {
    position: relative;
    right: 94.44444444%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 5.55555556%;
  }

  .small-2 {
    width: 11.11111111%;
  }

  .small-3 {
    width: 16.66666667%;
  }

  .small-4 {
    width: 22.22222222%;
  }

  .small-5 {
    width: 27.77777778%;
  }

  .small-6 {
    width: 33.33333333%;
  }

  .small-7 {
    width: 38.88888889%;
  }

  .small-8 {
    width: 44.44444444%;
  }

  .small-9 {
    width: 50%;
  }

  .small-10 {
    width: 55.55555556%;
  }

  .small-11 {
    width: 61.11111111%;
  }

  .small-12 {
    width: 66.66666667%;
  }

  .small-13 {
    width: 72.22222222%;
  }

  .small-14 {
    width: 77.77777778%;
  }

  .small-15 {
    width: 83.33333333%;
  }

  .small-16 {
    width: 88.88888889%;
  }

  .small-17 {
    width: 94.44444444%;
  }

  .small-18 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 5.55555556% !important;
  }

  .small-offset-2 {
    margin-left: 11.11111111% !important;
  }

  .small-offset-3 {
    margin-left: 16.66666667% !important;
  }

  .small-offset-4 {
    margin-left: 22.22222222% !important;
  }

  .small-offset-5 {
    margin-left: 27.77777778% !important;
  }

  .small-offset-6 {
    margin-left: 33.33333333% !important;
  }

  .small-offset-7 {
    margin-left: 38.88888889% !important;
  }

  .small-offset-8 {
    margin-left: 44.44444444% !important;
  }

  .small-offset-9 {
    margin-left: 50% !important;
  }

  .small-offset-10 {
    margin-left: 55.55555556% !important;
  }

  .small-offset-11 {
    margin-left: 61.11111111% !important;
  }

  .small-offset-12 {
    margin-left: 66.66666667% !important;
  }

  .small-offset-13 {
    margin-left: 72.22222222% !important;
  }

  .small-offset-14 {
    margin-left: 77.77777778% !important;
  }

  .small-offset-15 {
    margin-left: 83.33333333% !important;
  }

  .small-offset-16 {
    margin-left: 88.88888889% !important;
  }

  .small-offset-17 {
    margin-left: 94.44444444% !important;
  }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333333%;
    list-style: none;
  }

  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66666667%;
    list-style: none;
  }

  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571429%;
    list-style: none;
  }

  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111111%;
    list-style: none;
  }

  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09090909%;
    list-style: none;
  }

  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333333%;
    list-style: none;
  }

  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }

  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }

  .show-for-small-only,
  .show-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }

  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }

  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-small,
  table.show-for-small-down,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table;
  }

  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-small,
  td.show-for-small,
  th.show-for-small-down,
  td.show-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 5.55555556%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 5.55555556%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 11.11111111%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 11.11111111%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 16.66666667%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 16.66666667%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 22.22222222%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 22.22222222%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 27.77777778%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 27.77777778%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 33.33333333%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 33.33333333%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 38.88888889%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 38.88888889%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 44.44444444%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 44.44444444%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 55.55555556%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 55.55555556%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 61.11111111%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 61.11111111%;
    left: auto;
  }

  .medium-push-12 {
    position: relative;
    left: 66.66666667%;
    right: auto;
  }

  .medium-pull-12 {
    position: relative;
    right: 66.66666667%;
    left: auto;
  }

  .medium-push-13 {
    position: relative;
    left: 72.22222222%;
    right: auto;
  }

  .medium-pull-13 {
    position: relative;
    right: 72.22222222%;
    left: auto;
  }

  .medium-push-14 {
    position: relative;
    left: 77.77777778%;
    right: auto;
  }

  .medium-pull-14 {
    position: relative;
    right: 77.77777778%;
    left: auto;
  }

  .medium-push-15 {
    position: relative;
    left: 83.33333333%;
    right: auto;
  }

  .medium-pull-15 {
    position: relative;
    right: 83.33333333%;
    left: auto;
  }

  .medium-push-16 {
    position: relative;
    left: 88.88888889%;
    right: auto;
  }

  .medium-pull-16 {
    position: relative;
    right: 88.88888889%;
    left: auto;
  }

  .medium-push-17 {
    position: relative;
    left: 94.44444444%;
    right: auto;
  }

  .medium-pull-17 {
    position: relative;
    right: 94.44444444%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 5.55555556%;
  }

  .medium-2 {
    width: 11.11111111%;
  }

  .medium-3 {
    width: 16.66666667%;
  }

  .medium-4 {
    width: 22.22222222%;
  }

  .medium-5 {
    width: 27.77777778%;
  }

  .medium-6 {
    width: 33.33333333%;
  }

  .medium-7 {
    width: 38.88888889%;
  }

  .medium-8 {
    width: 44.44444444%;
  }

  .medium-9 {
    width: 50%;
  }

  .medium-10 {
    width: 55.55555556%;
  }

  .medium-11 {
    width: 61.11111111%;
  }

  .medium-12 {
    width: 66.66666667%;
  }

  .medium-13 {
    width: 72.22222222%;
  }

  .medium-14 {
    width: 77.77777778%;
  }

  .medium-15 {
    width: 83.33333333%;
  }

  .medium-16 {
    width: 88.88888889%;
  }

  .medium-17 {
    width: 94.44444444%;
  }

  .medium-18 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 5.55555556% !important;
  }

  .medium-offset-2 {
    margin-left: 11.11111111% !important;
  }

  .medium-offset-3 {
    margin-left: 16.66666667% !important;
  }

  .medium-offset-4 {
    margin-left: 22.22222222% !important;
  }

  .medium-offset-5 {
    margin-left: 27.77777778% !important;
  }

  .medium-offset-6 {
    margin-left: 33.33333333% !important;
  }

  .medium-offset-7 {
    margin-left: 38.88888889% !important;
  }

  .medium-offset-8 {
    margin-left: 44.44444444% !important;
  }

  .medium-offset-9 {
    margin-left: 50% !important;
  }

  .medium-offset-10 {
    margin-left: 55.55555556% !important;
  }

  .medium-offset-11 {
    margin-left: 61.11111111% !important;
  }

  .medium-offset-12 {
    margin-left: 66.66666667% !important;
  }

  .medium-offset-13 {
    margin-left: 72.22222222% !important;
  }

  .medium-offset-14 {
    margin-left: 77.77777778% !important;
  }

  .medium-offset-15 {
    margin-left: 83.33333333% !important;
  }

  .medium-offset-16 {
    margin-left: 88.88888889% !important;
  }

  .medium-offset-17 {
    margin-left: 94.44444444% !important;
  }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 5.55555556%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 5.55555556%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 11.11111111%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 11.11111111%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 16.66666667%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 16.66666667%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 22.22222222%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 22.22222222%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 27.77777778%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 27.77777778%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 33.33333333%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 33.33333333%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 38.88888889%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 38.88888889%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 44.44444444%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 44.44444444%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 55.55555556%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 55.55555556%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 61.11111111%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 61.11111111%;
    left: auto;
  }

  .push-12 {
    position: relative;
    left: 66.66666667%;
    right: auto;
  }

  .pull-12 {
    position: relative;
    right: 66.66666667%;
    left: auto;
  }

  .push-13 {
    position: relative;
    left: 72.22222222%;
    right: auto;
  }

  .pull-13 {
    position: relative;
    right: 72.22222222%;
    left: auto;
  }

  .push-14 {
    position: relative;
    left: 77.77777778%;
    right: auto;
  }

  .pull-14 {
    position: relative;
    right: 77.77777778%;
    left: auto;
  }

  .push-15 {
    position: relative;
    left: 83.33333333%;
    right: auto;
  }

  .pull-15 {
    position: relative;
    right: 83.33333333%;
    left: auto;
  }

  .push-16 {
    position: relative;
    left: 88.88888889%;
    right: auto;
  }

  .pull-16 {
    position: relative;
    right: 88.88888889%;
    left: auto;
  }

  .push-17 {
    position: relative;
    left: 94.44444444%;
    right: auto;
  }

  .pull-17 {
    position: relative;
    right: 94.44444444%;
    left: auto;
  }

  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.33333333%;
    list-style: none;
  }

  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.66666667%;
    list-style: none;
  }

  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.28571429%;
    list-style: none;
  }

  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.11111111%;
    list-style: none;
  }

  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.09090909%;
    list-style: none;
  }

  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.33333333%;
    list-style: none;
  }

  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }

  button,
  .button {
    display: inline-block;
  }

  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
  }

  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }

  .button-group.radius.stack-for-small > *:first-child button,
  .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }

  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }

  .button-group.radius.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }

  .button-group.radius.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }

  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
  }

  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }

  .button-group.round.stack-for-small > *:first-child button,
  .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }

  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }

  .button-group.round.stack-for-small > *:first-child,
  .button-group.round.stack-for-small > *:first-child > a,
  .button-group.round.stack-for-small > *:first-child > button,
  .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }

  .button-group.round.stack-for-small > *:last-child,
  .button-group.round.stack-for-small > *:last-child > a,
  .button-group.round.stack-for-small > *:last-child > button,
  .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }

  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }

  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }

  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }

  .clearing-main-prev {
    left: 0;
  }

  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #cccccc;
  }

  .clearing-main-next {
    right: 0;
  }

  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #cccccc;
  }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }

  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }

  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }

  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }

  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }

  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }

  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }

  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }

  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }

  .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }

  .icon-bar.medium-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }

  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }

  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }

  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }

  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }

  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }

  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }

  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }

  .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -20px;
  }

  .joyride-tip-guide .joyride-nub.left {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -20px;
    right: auto;
  }

  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }

  .touch .orbit-bullets {
    display: block;
  }

  .reveal-modal,
  dialog {
    width: 80%;
    max-width: 1080px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .reveal-modal,
  dialog {
    top: 6.25rem;
  }

  .reveal-modal.tiny,
  dialog.tiny {
    width: 30%;
    max-width: 1080px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .reveal-modal.small,
  dialog.small {
    width: 40%;
    max-width: 1080px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .reveal-modal.medium,
  dialog.medium {
    width: 60%;
    max-width: 1080px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .reveal-modal.large,
  dialog.large {
    width: 70%;
    max-width: 1080px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .reveal-modal.xlarge,
  dialog.xlarge {
    width: 95%;
    max-width: 1080px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .reveal-modal.full,
  dialog.full {
    width: 100vw;
    max-width: 1080px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: 0.75rem;
  }

  h6 {
    font-size: 1rem;
  }

  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }

  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }

  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }

  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }

  .tooltip.tip-left,
  .tooltip.tip-right {
    float: none !important;
  }

  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }

  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }

  .top-bar {
    background: #333333;
    overflow: visible;
  }

  .top-bar:before,
  .top-bar:after {
    content: " ";
    display: table;
  }

  .top-bar:after {
    clear: both;
  }

  .top-bar .toggle-topbar {
    display: none;
  }

  .top-bar .title-area {
    float: left;
  }

  .top-bar .name h1 a {
    width: auto;
  }

  .top-bar input,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }

  .top-bar.expanded {
    background: #333333;
  }

  .contain-to-grid .top-bar {
    max-width: 1080px;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }

  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }

  .top-bar-section ul li {
    float: left;
  }

  .top-bar-section ul li .js-generated {
    display: none;
  }

  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #272727;
    color: white;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #333333;
  }

  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #272727;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    color: white;
    background: #eb2418;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #cd1c12;
    color: white;
  }

  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }

  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }

  .top-bar-section .has-dropdown.moved {
    position: relative;
  }

  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  .top-bar-section .has-dropdown.hover > .dropdown,
  .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }

  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }

  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }

  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }

  .top-bar-section .dropdown li a {
    color: black;
    line-height: 45px;
    white-space: nowrap;
    padding: 12px 15px;
    background: white;
  }

  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: black;
    background: white;
  }

  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: white;
    background-color: #555555;
    background: #272727;
  }

  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }

  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }

  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 45px;
    width: 0;
  }

  .top-bar-section .has-form {
    background: #333333;
    padding: 0 15px;
    height: 45px;
  }

  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }

  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }

  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }

  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #272727;
    color: white;
  }

  .no-js .top-bar-section ul li:active > a {
    background: #eb2418;
    color: white;
  }

  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }

  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }

  .tab-bar-section.left,
  .tab-bar-section.right {
    text-align: left;
  }

  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }

  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }

  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }

  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }

  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }

  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up {
    display: table-cell !important;
  }

  .b-database-header .bottom-bg .quote-one {
    position: absolute;
    top: -20px;
    left: -60px;
  }

  .b-database-header .bottom-bg .quote-two {
    position: absolute;
    bottom: -20px;
  }

  .b-full-slider .orbit-caption .quote-one {
    position: absolute;
    top: 15px;
    left: 30px;
  }

  .b-full-slider .orbit-caption .quote-two {
    position: absolute;
    bottom: -20px;
  }

  .b-bottom-header .dropdown-wrapper {
    padding: 0;
    border-top: 1px solid #f0f0f0;
  }

  .b-bottom-header .medium-9 li a,
  .b-bottom-header .medium-18 li a {
    border-bottom: 1px solid #f0f0f0;
  }

  .b-bottom-header .top-bar-section li:not(.has-form) a:not(.button) {
    border-left: 1px solid #d8d8d8;
  }

  .b-bottom-header .top-bar-section .has-dropdown > a:after {
    display: none;
  }

  .b-pdf-header .white-logo {
    float: right;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 5.55555556%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 5.55555556%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 11.11111111%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 11.11111111%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 16.66666667%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 16.66666667%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 22.22222222%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 22.22222222%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 27.77777778%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 27.77777778%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 33.33333333%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 33.33333333%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 38.88888889%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 38.88888889%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 44.44444444%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 44.44444444%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 55.55555556%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 55.55555556%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 61.11111111%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 61.11111111%;
    left: auto;
  }

  .large-push-12 {
    position: relative;
    left: 66.66666667%;
    right: auto;
  }

  .large-pull-12 {
    position: relative;
    right: 66.66666667%;
    left: auto;
  }

  .large-push-13 {
    position: relative;
    left: 72.22222222%;
    right: auto;
  }

  .large-pull-13 {
    position: relative;
    right: 72.22222222%;
    left: auto;
  }

  .large-push-14 {
    position: relative;
    left: 77.77777778%;
    right: auto;
  }

  .large-pull-14 {
    position: relative;
    right: 77.77777778%;
    left: auto;
  }

  .large-push-15 {
    position: relative;
    left: 83.33333333%;
    right: auto;
  }

  .large-pull-15 {
    position: relative;
    right: 83.33333333%;
    left: auto;
  }

  .large-push-16 {
    position: relative;
    left: 88.88888889%;
    right: auto;
  }

  .large-pull-16 {
    position: relative;
    right: 88.88888889%;
    left: auto;
  }

  .large-push-17 {
    position: relative;
    left: 94.44444444%;
    right: auto;
  }

  .large-pull-17 {
    position: relative;
    right: 94.44444444%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 5.55555556%;
  }

  .large-2 {
    width: 11.11111111%;
  }

  .large-3 {
    width: 16.66666667%;
  }

  .large-4 {
    width: 22.22222222%;
  }

  .large-5 {
    width: 27.77777778%;
  }

  .large-6 {
    width: 33.33333333%;
  }

  .large-7 {
    width: 38.88888889%;
  }

  .large-8 {
    width: 44.44444444%;
  }

  .large-9 {
    width: 50%;
  }

  .large-10 {
    width: 55.55555556%;
  }

  .large-11 {
    width: 61.11111111%;
  }

  .large-12 {
    width: 66.66666667%;
  }

  .large-13 {
    width: 72.22222222%;
  }

  .large-14 {
    width: 77.77777778%;
  }

  .large-15 {
    width: 83.33333333%;
  }

  .large-16 {
    width: 88.88888889%;
  }

  .large-17 {
    width: 94.44444444%;
  }

  .large-18 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 5.55555556% !important;
  }

  .large-offset-2 {
    margin-left: 11.11111111% !important;
  }

  .large-offset-3 {
    margin-left: 16.66666667% !important;
  }

  .large-offset-4 {
    margin-left: 22.22222222% !important;
  }

  .large-offset-5 {
    margin-left: 27.77777778% !important;
  }

  .large-offset-6 {
    margin-left: 33.33333333% !important;
  }

  .large-offset-7 {
    margin-left: 38.88888889% !important;
  }

  .large-offset-8 {
    margin-left: 44.44444444% !important;
  }

  .large-offset-9 {
    margin-left: 50% !important;
  }

  .large-offset-10 {
    margin-left: 55.55555556% !important;
  }

  .large-offset-11 {
    margin-left: 61.11111111% !important;
  }

  .large-offset-12 {
    margin-left: 66.66666667% !important;
  }

  .large-offset-13 {
    margin-left: 72.22222222% !important;
  }

  .large-offset-14 {
    margin-left: 77.77777778% !important;
  }

  .large-offset-15 {
    margin-left: 83.33333333% !important;
  }

  .large-offset-16 {
    margin-left: 88.88888889% !important;
  }

  .large-offset-17 {
    margin-left: 94.44444444% !important;
  }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 5.55555556%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 5.55555556%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 11.11111111%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 11.11111111%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 16.66666667%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 16.66666667%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 22.22222222%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 22.22222222%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 27.77777778%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 27.77777778%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 33.33333333%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 33.33333333%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 38.88888889%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 38.88888889%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 44.44444444%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 44.44444444%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 55.55555556%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 55.55555556%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 61.11111111%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 61.11111111%;
    left: auto;
  }

  .push-12 {
    position: relative;
    left: 66.66666667%;
    right: auto;
  }

  .pull-12 {
    position: relative;
    right: 66.66666667%;
    left: auto;
  }

  .push-13 {
    position: relative;
    left: 72.22222222%;
    right: auto;
  }

  .pull-13 {
    position: relative;
    right: 72.22222222%;
    left: auto;
  }

  .push-14 {
    position: relative;
    left: 77.77777778%;
    right: auto;
  }

  .pull-14 {
    position: relative;
    right: 77.77777778%;
    left: auto;
  }

  .push-15 {
    position: relative;
    left: 83.33333333%;
    right: auto;
  }

  .pull-15 {
    position: relative;
    right: 83.33333333%;
    left: auto;
  }

  .push-16 {
    position: relative;
    left: 88.88888889%;
    right: auto;
  }

  .pull-16 {
    position: relative;
    right: 88.88888889%;
    left: auto;
  }

  .push-17 {
    position: relative;
    left: 94.44444444%;
    right: auto;
  }

  .pull-17 {
    position: relative;
    right: 94.44444444%;
    left: auto;
  }

  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333333%;
    list-style: none;
  }

  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66666667%;
    list-style: none;
  }

  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571429%;
    list-style: none;
  }

  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111111%;
    list-style: none;
  }

  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09090909%;
    list-style: none;
  }

  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333333%;
    list-style: none;
  }

  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }

  .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }

  .icon-bar.large-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }

  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }

  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }

  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }

  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }

  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }

  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }

  .large-text-justify {
    text-align: justify !important;
  }

  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up {
    display: table-cell !important;
  }

  .b-filter-sort .f-dropdown label {
    white-space: nowrap;
  }

  .b-bottom-header .dropdown-wrapper {
    width: 600px !important;
  }

  .b-bottom-header .single .dropdown-wrapper {
    width: 300px !important;
  }

  .b-pagination ul.pagination li:first-child span {
    display: block;
  }

  .b-pagination ul.pagination li:last-child span {
    display: block;
  }

  .b-quiz-teaser {
    padding: 150px 0 50px;
  }

  .b-single-slider .icon-arrow-slider-left {
    left: 10px;
  }

  .b-single-slider .icon-arrow-slider-right {
    right: 10px;
  }

  .b-social-bar .social-bg {
    background: #2e2e2e;
  }

  .b-social-bar .social-title {
    width: auto;
  }

  .b-social-bar .social-list {
    width: auto;
  }

  .b-sorter .f-dropdown label {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 40em) {
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0;
  }

  .button-group.stack-for-small > li > button,
  .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }

  .button-group.stack-for-small > li:first-child button,
  .button-group.stack-for-small > li:first-child .button {
    border-left: 0;
  }

  .button-group.stack-for-small > li > button,
  .button-group.stack-for-small > li .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0px;
    margin: 0;
    display: block;
  }

  .button-group.stack-for-small > li:first-child button,
  .button-group.stack-for-small > li:first-child .button {
    border-top: 0;
  }

  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0;
  }

  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }

  .button-group.radius.stack-for-small > *:first-child button,
  .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }

  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0px;
    margin: 0;
    display: block;
  }

  .button-group.radius.stack-for-small > *:first-child button,
  .button-group.radius.stack-for-small > *:first-child .button {
    border-top: 0;
  }

  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }

  .button-group.radius.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .button-group.radius.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0;
  }

  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }

  .button-group.round.stack-for-small > *:first-child button,
  .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }

  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0px;
    margin: 0;
    display: block;
  }

  .button-group.round.stack-for-small > *:first-child button,
  .button-group.round.stack-for-small > *:first-child .button {
    border-top: 0;
  }

  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }

  .button-group.round.stack-for-small > *:first-child,
  .button-group.round.stack-for-small > *:first-child > a,
  .button-group.round.stack-for-small > *:first-child > button,
  .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 0.34375rem;
    -webkit-top-right-radius: 0.34375rem;
    border-top-left-radius: 0.34375rem;
    border-top-right-radius: 0.34375rem;
  }

  .button-group.round.stack-for-small > *:last-child,
  .button-group.round.stack-for-small > *:last-child > a,
  .button-group.round.stack-for-small > *:last-child > button,
  .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 0.34375rem;
    -webkit-bottom-right-radius: 0.34375rem;
    border-bottom-left-radius: 0.34375rem;
    border-bottom-right-radius: 0.34375rem;
  }

  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }

  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0% !important;
    opacity: 1 !important;
  }

  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }

  .orbit-timer {
    display: none;
  }

  .orbit-next,
  .orbit-prev {
    display: none;
  }

  .orbit-bullets {
    display: none;
  }

  .reveal-modal,
  dialog {
    min-height: 100vh;
  }

  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }

  .top-bar .button,
  .top-bar button {
    position: relative;
    top: -1px;
  }

  .b-breadcrumbs .breadcrumbs > * {
    line-height: 2em;
  }

  .b-contact-teaser {
    height: auto;
  }

  .b-contact-teaser .phone {
    font-size: 24px;
  }

  .custom-select a {
    max-width: 400px;
  }

  .b-database-header .bottom-bg .inner-content {
    margin: 20px;
  }

  .b-event-header .event-date {
    font-size: 1.5rem;
  }

  .b-event-header h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  .b-event-header .event-logo {
    width: 80%;
    margin: 20px 0 0 0;
  }

  .b-filter-options .filter li {
    text-align: left;
    border-right: none;
  }

  .reveal-modal,
  dialog,
  dialog {
    min-height: 10vh;
  }

  .b-filter-sort .label {
    width: inherit;
  }

  .b-bottom-footer {
    text-align: center;
  }

  .b-bottom-footer .bottom-footer-menu-item {
    float: none;
    margin: 0 15px;
  }

  .b-bottom-footer .bottom-footer-logo-link {
    float: none;
    margin: 20px auto 0;
  }

  .b-full-slider {
    height: auto;
    padding: 65px 0 10px;
  }

  .b-full-slider .link img {
    position: absolute;
    width: 150px;
    left: 50%;
    margin: 0 0 0 -75px;
  }

  .b-full-slider .orbit-caption {
    position: relative;
    bottom: inherit;
    padding: 150px 0 0 0;
  }

  .b-full-slider .orbit-caption .inner-content {
    padding: 70px 20px 20px 20px;
  }

  .b-full-slider .orbit-caption .author {
    float: none;
  }

  .b-full-slider .icon-arrow-slider-left,
  .b-full-slider .icon-arrow-slider-right {
    top: 25%;
    font-size: 32px;
    line-height: 32px;
    margin: -16px 0 0 0;
  }

  .b-full-slider .icon-arrow-slider-left {
    left: 10px;
  }

  .b-full-slider .icon-arrow-slider-right {
    right: 10px;
  }

  .b-mid-header .mid-header-list-item {
    height: 70px;
  }

  .b-mid-header .mid-header-list-item .mid-header-logo-link {
    padding: 20px 10px 20px 0;
  }

  .b-mid-header .mid-header-list-item img {
    height: 30px;
  }

  .b-mid-header .mid-header-list-item .top-search-link {
    height: 70px;
  }

  .b-mid-header .mid-header-list-item .top-cart-link .top-cart-icon {
    height: 70px;
  }

  .b-bottom-header .top-bar-section li:not(.has-form) a:not(.button) {
    display: block;
  }

  .b-news-slider .slick-prev,
  .b-news-slider .slick-next {
    display: none !important;
  }

  .b-news-slider .icon-arrow-slider-left {
    top: -20px;
    right: 50px;
    font-size: 20px;
    line-height: 20px;
    left: inherit;
  }

  .b-news-slider .icon-arrow-slider-right {
    top: -20px;
    right: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .b-news-slider .icon-arrow-slider-right:hover {
    right: 1px;
  }

  .b-pagination ul.pagination li a {
    padding: 0 12px;
  }

  .b-pdf-header .white-logo {
    margin: 0 0 10px 0;
  }

  .b-product .columns.is-image-column {
    margin: 0 20px 20px 0;
    float: none;
  }

  .b-product .columns.is-content-column {
    width: auto;
    float: none;
  }

  .b-product .event-date {
    font-size: 1.5rem;
  }

  .b-share-bar {
    position: relative;
  }

  .b-share-bar .share-bar-list {
    left: -99999px !important;
  }

  .b-share-bar .share-bar-list li {
    margin: 0 1px 0 0;
  }

  .b-share-bar .share-bar-list.open {
    max-width: none !important;
    top: 0 !important;
    left: 47px !important;
  }

  .b-share-bar .share-bar-list li {
    display: inline-block;
    float: left;
  }

  .b-share-bar .share-bar-list .share-bar-item:hover .text {
    display: none;
  }

  .b-shop-page .uebersicht-info {
    padding: 30px 30px 0 30px;
  }

  .b-shop-page .shop-category .cart-item .row > div {
    text-align: left;
  }

  .b-shop-page .shop-category .cart-item .price {
    padding: 10px 30px 0 0;
  }

  .b-shop-page .shop-category .cart-item .medium-4 .price {
    padding: 10px 30px 0 0;
  }

  .b-shop-page .shop-category .cart-item .item-number {
    margin: 0 40px 0 0;
    float: right;
  }

  .b-shop-page .shop-category .cart-item .item-no {
    text-align: right;
    margin: 0 57px 0 0;
  }

  .b-shop-page .shop-category .cart-item-desc {
    padding: 0 0 10px 110px;
  }

  .b-shop-page .shop-category .category-sum .cart-info {
    padding: 0 30px;
  }

  .b-shop-page .shop-category .category-sum .shipping-label {
    text-align: left;
    padding: 0 0 0 30px;
    display: block;
  }

  .b-shop-page .shop-category .category-sum .end-price-label {
    padding: 0 0 0 30px;
    display: block;
    line-height: inherit;
    text-align: left;
  }

  .b-shop-page .shop-category .inner {
    float: right;
    margin: 0 40px 5px 0;
  }

  .b-shop-page .shop-category .anzahl input {
    float: right;
    margin: 0 0 0 5px;
  }

  .b-shop-page .shop-category .refresh-btn,
  .b-shop-page .shop-category input.refresh-btn {
    margin: 0;
  }

  .b-shop-page .shop-category .end-price {
    padding: 0 30px 0 0;
  }

  .b-single-header .single-btn-list > li {
    display: block;
    float: none;
  }

  .b-single-header .single-btn-list > li:last-child {
    margin: 10px 0 0 0;
  }

  .b-single-slider .quote {
    padding: 0 50px;
  }

  .b-single-slider .author {
    padding: 0 50px 20px 0;
  }

  .b-single-slider .icon-arrow-slider-right:hover {
    right: 1px;
  }

  .b-social-bar .social-title p {
    line-height: 40px;
    font-size: 14px;
  }

  .b-social-bar .icon-angle-left {
    font-size: 20px;
    line-height: 40px;
  }

  .b-social-bar .social-list-item {
    width: 40px;
    height: 40px;
  }

  .b-social-bar .social-list-item a {
    font-size: 20px;
  }

  .b-sorter .label {
    width: inherit;
  }

  .b-theme-header img {
    display: none;
  }

  .b-theme-header .product-caption {
    position: relative;
    bottom: inherit;
  }

  .b-theme-header h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .b-theme-header .product-teaser-text {
    padding: 0 30px 20px;
  }
}

@media print {
  dialog,
  .reveal-modal,
  dialog {
    display: none;
    background: white !important;
  }

  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }

  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  table.show-for-print {
    display: table;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }

  .b-database-header .bottom-bg .inner-content {
    margin: 50px 100px 30px;
  }

  .b-filter-options .filter li {
    height: 62px;
  }

  .b-full-slider .link {
    min-height: 264px;
  }

  .b-full-slider .link img {
    margin: 0 40px 0 0;
    width: 185px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .b-full-slider .orbit-caption {
    position: relative;
    bottom: inherit;
    margin: 30px 0 0 0;
  }

  .b-full-slider .orbit-caption .inner-content {
    padding: 30px 250px 0 90px;
  }

  .b-bottom-header .dropdown-wrapper {
    width: 500px !important;
  }

  .b-bottom-header .single .dropdown-wrapper {
    width: 250px !important;
  }

  .b-theme-header img {
    margin: 0 40px 0 0;
  }

  .b-theme-header h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .b-theme-header .product-teaser-text {
    max-width: 360px;
  }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 85.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 85.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

  .xlarge-text-center {
    text-align: center !important;
  }

  .xlarge-text-justify {
    text-align: justify !important;
  }

  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }

  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up {
    display: table;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up {
    display: table-row !important;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up {
    display: table-cell !important;
  }
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */

  table.show-for-landscape,
  table.hide-for-portrait {
    display: table;
  }

  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */

  table.show-for-portrait,
  table.hide-for-landscape {
    display: table;
  }

  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  .select2-search input {
    background-position: 100% -21px !important;
  }
}

@media only screen and (min-width: 641px) and (max-width: 935px) {
  .b-shop-page .shop-category .anzahl input {
    margin: 0 0 0 5px;
    float: none;
  }

  .b-shop-page .shop-category .refresh-btn,
  .b-shop-page .shop-category input.refresh-btn {
    margin: 0 auto;
    float: none;
  }
}