/* Enable image placeholders */
@-moz-document url-prefix(http), url-prefix(file) {
  img:-moz-broken {
    -moz-force-broken-image-icon: 1;
    width: 24px;
    height: 24px;
  }
}
body.in-modal {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}

.ratio-frame,
.img-frame {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ratio-frame video {
  width: 100%;
}

.width-100,
.full-width,
.responsive-video {
  width: 100%;
}

.height-100,
.full-height {
  height: 100%;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

.right-0 {
  right: 0;
}

.clear-both {
  clear: both;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

a.no-underline,
.no-underline a {
  text-decoration: none;
  font-style: italic;
}

.cursor-pointer {
  cursor: pointer;
}

.no-border {
  border: none !important;
}

.text-decoration-underline,
.text-underline,
.underline {
  text-decoration: underline;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.btn.text-transform-none,
.text-transform-none {
  text-transform: none;
}

.row {
  position: relative;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-flex {
  display: flex;
}

.display-inline-block {
  display: inline-block;
}

.display-block {
  display: block;
}

.flex-direction-column {
  flex-direction: column;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.is-flex-row,
.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
}

.is-flex-row:before,
.is-flex-row:after,
.row.is-flex:before,
.row.is-flex:after {
  content: normal;
}

.is-flex-row > div,
.row.is-flex > [class*=col-] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.align-items-flex-end {
  align-items: flex-end;
}

.align-items-center,
.align-items-flex-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.margin-0-auto {
  margin: 0 auto;
}

.margin-top-auto {
  margin-top: auto;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-inline {
  display: inline;
}

/* remove webkit rounded corners */
input[type=text],
input[type=email],
input[type=tel],
input[type=submit] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

input[type=tel],
input[type=email],
input[type=text] {
  border: 1px solid #ccc;
}

textarea {
  resize: none;
}

/* remove user agent styles */
h1, h2, h3, h4, h5, p, ul, li {
  margin: 0;
  padding: 0;
}

a, a:focus {
  outline: 0;
}

p a:link.btn,
a:link.btn {
  text-decoration: none;
}

/* no list styles */
ul {
  list-style: none;
}

img {
  vertical-align: top;
}

.flexbox-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.flexbox-item-bottom {
  align-self: flex-end;
}

#scroll-to-top {
  position: fixed;
  right: 25px;
  z-index: 2500;
  bottom: 25px;
  cursor: pointer;
  opacity: 0;
  transition: all 400ms;
}

body.tugged #scroll-to-top {
  opacity: 1;
}

.fullscreen-background {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
}

.pt-20 {
  padding-top: 2rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.pt-25 {
  padding-top: 2.5rem;
}

.pb-25 {
  padding-bottom: 2.5rem;
}

.pt-35 {
  padding-top: 3.5rem;
}

.pb-35 {
  padding-bottom: 3.5rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.pt-45 {
  padding-top: 4.5rem;
}

.pb-45 {
  padding-bottom: 4.5rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.pt-70 {
  padding-top: 7rem;
}

.pb-70 {
  padding-bottom: 7rem;
}

.pt-80 {
  padding-top: 8rem;
}

.pb-80 {
  padding-bottom: 8rem;
}

.pt-90 {
  padding-top: 9rem;
}

.pb-90 {
  padding-bottom: 9rem;
}

.pt-140 {
  padding-top: 14rem;
}

.pb-140 {
  padding-bottom: 14rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mt-25 {
  margin-top: 2.5rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mt-35 {
  margin-top: 3.5rem;
}

.mb-35 {
  margin-bottom: 3.5rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mt-45 {
  margin-top: 4.5rem;
}

.mb-45 {
  margin-bottom: 4.5rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.mt-70 {
  margin-top: 7rem;
}

.mb-70 {
  margin-bottom: 7rem;
}

.mt-80 {
  margin-top: 8rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mt-90 {
  margin-top: 9rem;
}

.mb-90 {
  margin-bottom: 9rem;
}

.mt-140 {
  margin-top: 14rem;
}

.mb-140 {
  margin-bottom: 14rem;
}

.MagicSlideshowSlide {
  position: relative;
}

.MagicSlideshowSlide-label-title {
  max-width: 310px;
}

.MagicSlideshowSlide-label-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
}

.MagicSlideshowSlide-arrows {
  float: right;
}

.MagicSlideshowSlide-arrows > div {
  float: left;
  cursor: pointer;
}

.MagicSlideshow {
  width: 100%;
  position: relative;
}

.MagicSlideshow .MagicSlideshowSlide {
  width: 100%;
}

.MagicSlideshow.cycle-auto-height .MagicSlideshowSlide {
  width: 100%;
}

.MagicSlideshow .MagicSlideshowSlide img {
  width: 100%;
}

.MagicSlideshow .MagicSlideshowSlide a {
  display: block;
}

.MagicSlideshow .MagicSlideshow-control-wrapper {
  position: relative;
  z-index: 60;
}

.MagicSlideshow .MagicSlideshow-pager-wrapper {
  text-align: center;
}

/* overlay buttons */
.MagicSlideshow .MagicSlideshow-control-wrapper .MagicSlideshow-button {
  cursor: pointer;
}

.MagicSlideshow .MagicSlideshow-control-wrapper .MagicSlideshow-prev-button {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

.MagicSlideshow .MagicSlideshow-control-wrapper .MagicSlideshow-next-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}

.MagicSlideshow-pager span {
  padding: 2px;
  text-align: center;
  color: #ccc;
  cursor: pointer;
}

.MagicSlideshow-pager span.cycle-pager-active {
  color: #EF4123;
}

/* overlay buttons */
.MagicSlideshow .MagicSlideshow-overlay-button {
  position: absolute;
  z-index: 500;
  background: transparent;
  top: 0;
  height: 100%;
  width: 70px;
  cursor: pointer;
}

.MagicSlideshow .MagicSlideshow-overlay-button .overlay-button-inner {
  position: relative;
  height: 100%;
}

.MagicSlideshow .MagicSlideshow-overlay-button .overlay-button-inner-icon {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.MagicSlideshow .MagicSlideshow-overlay-button .overlay-button-inner-icon svg polyline {
  transition: all 400ms;
}

.MagicSlideshow .MagicSlideshow-overlay-button:hover .overlay-button-inner-icon svg polyline {
  stroke: #EF4123 !important;
}

.MagicSlideshow .MagicSlideshow-overlay-button.MagicSlideshow-prev-button {
  left: 0;
}

.MagicSlideshow .MagicSlideshow-overlay-button.MagicSlideshow-next-button {
  right: 0;
}

.slideshow-mode-default .MagicSlideshow-overlay-button.MagicSlideshow-prev-button {
  left: -10%;
}

.slideshow-mode-default .MagicSlideshow-overlay-button.MagicSlideshow-next-button {
  right: -10%;
}

.MagicSlideshowElement.slide-count-1 .MagicSlideshow .MagicSlideshow-overlay-button {
  display: none;
}

.MagicSlideshowElement__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
}

.SideScrollTile.SideScrollTile-fixed-w {
  width: 350px;
  margin-right: 25px;
}

.SideScrollTile.SideScrollTile-fixed-w-2 {
  width: 280px;
  margin-right: 25px;
}

.SideScrollTile.SideScrollTile-fixed-w-3 {
  width: 540px;
  margin-right: 25px;
}

.SideScrollTile {
  position: relative;
  float: left;
}

.SideScrollTiles-rail-container {
  overflow: hidden;
}

.SideScrollTile a:focus, .SideScrollTile a:hover {
  text-decoration: none;
}

.SideScrollTiles .SideScrollTiles-allLink {
  position: absolute;
  top: 0;
  right: 12px;
  width: 100px;
  text-align: right;
}

/* parent that creates the box */
.SideScrollTiles-scroll-rail-train {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
}

/* sets the > div inner to 100% height  */
.SideScrollTiles-scroll-rail-train > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* sets the inner to 100% height  */
.SideScrollTiles .SideScrollTile-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.SideScrollTile-flex-blocker {
  width: 100%;
  position: relative;
}

.SideScrollTiles-next-button,
.SideScrollTiles-prev-button {
  cursor: pointer;
  position: absolute;
  height: 100%;
  left: -29px;
  transition: 400ms all;
  top: 0;
}

.SideScrollTiles-icon:hover svg polygon {
  transition: all 400ms;
}

.SideScrollTiles-icon:hover svg polygon {
  fill: #EF4123;
}

.SideScrollTiles-next-button {
  right: -29px;
  left: auto;
}

.SideScrollTiles-blocker {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 9px;
}

.SideScrollTile-lower-wrap {
  padding: 12px;
  padding-left: 18px;
  padding-right: 18px;
  min-height: 190px;
  padding-bottom: 18px;
}

.SideScrollTiles-tile-inactive {
  opacity: 0.4;
}

.SideScrollTile-label-button .LabelButton {
  float: right;
  /*position: absolute;
  bottom: 3px;
  right: -26px;
  */
}

.SideScrollTiles-label-button.LabelButton-full {
  position: relative;
  bottom: auto;
  right: auto;
}

.SideScrollTile-label-button.LabelButton-full > div {
  float: right;
}

.SocialmediaTile-brand-logo,
.SocialmediaTile-mini-logo {
  width: 25px;
  height: 25px;
}

.SocialmediaTile-top-bar {
  position: relative;
}

.SocialmediaTile-brand-logo {
  position: absolute;
  right: 0;
  top: 0;
}

.SideScrollTiles-arrows {
  max-width: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.SideScrollTiles-arrows svg {
  width: 100%;
}

.SocialmediaTile-brand-logo svg,
.SocialmediaTile-mini-logo svg {
  width: 100%;
}

.SocialmediaTile-inner {
  background: #fff;
  padding: 20px;
  padding-bottom: 15px;
  position: relative;
}

.SocialmediaTile-handle {
  position: absolute;
  left: 35px;
  top: 4px;
  font-weight: bold;
}

.SocialmediaTile-instagram a:visited,
.SocialmediaTile-instagram a:hover,
.SocialmediaTile-instagram a:link {
  color: #003569;
}

.SocialmediaTile-facebook a:visited,
.SocialmediaTile-facebook a:hover,
.SocialmediaTile-facebook a:link {
  color: #4267b2;
}

.SocialmediaTile-twitter a:visited,
.SocialmediaTile-twitter a:hover,
.SocialmediaTile-twitter a:link {
  color: #993333;
}

.SocialmediaTile-handle a:visited,
.SocialmediaTile-handle a:hover,
.SocialmediaTile-handle a:link {
  color: #333;
}

.SocialmediaTile a:hover {
  text-decoration: underline;
}

.SocialmediaTile a:hover {
  text-decoration: underline;
}

.SocialmediaTile-video {
  max-height: 308px;
}

.SocialmediaTile-video video {
  width: 100%;
  max-height: 175px;
}

.SocialmediaTile-twitter .SocialmediaTile-title-wrapper {
  height: 80%;
}

.SideScrollTiles-top-headline a:hover {
  text-decoration: none;
}

.SideScrollTiles-hide-arrows .SideScrollTiles-arrows {
  display: none;
}

/* xs sizes */
@media (max-width: 767px) {
  .SideScrollTile.SideScrollTile-fixed-w {
    width: 280px;
    margin-right: 15px;
  }

  .SideScrollTile.SideScrollTile-fixed-w-2 {
    width: 230px;
    margin-right: 15px;
  }

  .SideScrollTile.SideScrollTile-fixed-w-3 {
    width: 280px;
    margin-right: 15px;
  }

  .BlogpostTile-inner {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 16px;
  }

  .SocialmediaTile-inner {
    padding: 10px;
    padding-bottom: 15px;
  }

  .SocialmediaTile-handle {
    left: 30px;
  }
}
/* xxs sizes */
@media (max-width: 500px) {
  .SideScrollTile-label-button .LabelButton {
    float: left;
  }

  .SideScrollTiles-next-button {
    right: 0;
  }

  .SideScrollTiles-prev-button {
    left: 0;
  }

  .arrow-round-stroke {
    /* fill: #003aff !important; */
  }
}
.FauxCheckboxViewelement .faux-checkbox-symbol {
  float: left;
  border: 1px solid #ccc;
  width: 22px;
  height: 22px;
  margin-right: 9px;
}

.FauxCheckboxViewelement .faux-checkbox-symbol {
  cursor: pointer;
}

.FauxCheckboxViewelement .glyphicon-ok {
  display: none;
}

.FauxCheckboxViewelement li.selected .glyphicon-ok {
  color: #666;
  font-size: 14px;
  padding-left: 2px;
  display: block;
  padding-top: 2px;
}

.FauxDropdownViewelement {
  position: relative;
  border: 1px solid #ccc;
}

.FauxDropdownViewelement .faux-dropdown-top-part {
  position: relative;
  cursor: pointer;
}

.FauxDropdownViewelement .faux-dropdown-symbol {
  position: absolute;
  right: 6px;
  top: 8px;
}

.FauxDropdownViewelement .faux-dropdown-symbol .glyphicon-menu-up {
  display: none;
}

.FauxDropdownViewelement.dropwdown-out .faux-dropdown-symbol .glyphicon-menu-up {
  display: block;
}

.FauxDropdownViewelement.dropwdown-out .faux-dropdown-symbol .glyphicon-menu-down {
  display: none;
}

.FauxDropdownViewelement ul {
  display: none;
}

.FauxDropdownViewelement li {
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  transition: background 400ms;
}

.FauxDropdownViewelement li:first-of-type {
  border-top: 1px solid #ccc;
}

.FauxDropdownViewelement li:last-of-type {
  border-bottom: none;
}

.no-touch .FauxDropdownViewelement li:hover {
  background: #ccc;
}

.FauxDropdownViewelement li,
.FauxDropdownViewelement .faux-dropdown-label-box {
  padding-top: 7px;
  padding-left: 12px;
  padding-bottom: 5px;
}

.SocialNav li {
  float: left;
  width: 38px;
  height: 38px;
  margin-right: 14px;
}

.SocialNav li svg {
  width: 100%;
}

.no-touch .SocialNav li a:hover {
  opacity: 0.9;
}

.SocialNav.show-labels a {
  display: block;
}

.SocialNav.show-labels li {
  float: none;
  width: 100%;
  clear: both;
  margin-bottom: 12px;
  min-height: 20px;
}

.SocialNav.show-labels svg {
  float: left;
  width: 20px;
}

.SocialNav .sociallabel {
  float: left;
  margin-top: -1px;
  margin-left: 7px;
  display: none;
}

.SocialNav.show-labels .sociallabel {
  display: block;
}

body.tugged .SocialNav.SocialNav-site-float {
  opacity: 1;
  left: 0;
  transition: all 600ms ease 0s;
}

.SocialNav.SocialNav-site-float {
  opacity: 0;
  position: fixed;
  left: -45px;
  top: 160px;
  transition: all 600ms ease 0s;
  z-index: 2000;
  background: #EF4123;
  width: 50px;
  padding: 16px;
}

.SocialNav.SocialNav-site-float li {
  float: none;
  margin-bottom: 5px;
}

.SocialNav.SocialNav-site-float li:last-of-type {
  margin-bottom: 0;
}

.SocialShare {
  position: relative;
}

.SocialShare li {
  float: left;
  width: 20px;
  margin-right: 6px;
}

.SocialShare li svg {
  width: 100%;
}

.no-touch .SocialShare li a:hover {
  opacity: 0.9;
}

.SocialShare-more-layer {
  position: absolute;
  left: 65px;
  background: #fff;
  border: 1px solid #ccc;
  top: -16px;
  height: 70px;
  padding: 15px;
  width: 146px;
  width: 164px;
  display: none;
  z-index: 60;
}

.btn {
  border-radius: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 22px;
  line-height: 30px;
}

p a.btn:link {
  text-decoration: none;
}

.btn-lg {
  border-radius: 0;
}

.btn-sm {
  border-radius: 0;
  letter-spacing: 1px;
  font-size: 1.8rem;
  line-height: 2.3rem;
  height: 2.8rem;
}

.btn {
  padding: 2px 12px;
  text-transform: capitalize;
}

.btn-xs {
  border-radius: 0;
}

a:link.btn-default,
a:visited.btn-default,
a.btn-default,
.btn-default {
  text-decoration: none;
  background: #080c2d;
  background: #77777a;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
  transition: all 500ms;
  letter-spacing: 1px;
}

.btn-default:hover,
.btn-default:active:focus,
a:hover.btn-default,
a:active.btn-default,
a:focus.btn-default {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
  background: #EF4123;
  font-family: "MarfaPre Light Italic";
}

a.btn-primary:link,
a.btn-primary:visited,
a.btn-primary,
.btn-primary,
.btn-primary,
.btn-primary:focus:active,
.btn-primary:focus,
.btn-primary:active {
  background: transparent;
  color: #EF4123;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #EF4123;
  letter-spacing: 1px;
  transition: background 100ms;
}

input[type=submit].btn-primary:focus,
a.btn-primary:hover,
.btn-primary:hover {
  background: transparent;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #EF4123;
  background: #EF4123;
  font-family: "MarfaPre Light Italic";
}

.btn-contrast:visited,
a.btn-contrast:visited,
a.btn-contrast,
.btn-contrast {
  text-decoration: none;
  background: #EF4123;
  color: #fff !important;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
  transition: all 500ms;
  font-weight: normal;
}

a.btn-contrast:hover,
a.btn-contrast:focus,
a.btn-contrast:active,
.btn-contrast:hover,
.btn-contrast:focus,
.btn-contrast:active {
  background: #f36070;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
}

a.btn-dark:visited,
a.btn-dark,
.btn-dark {
  background: #333333;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #333333;
  transition: all 500ms;
}

a.btn-dark:hover,
a.btn-dark:focus,
a.btn-dark:active,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background: #EF4123;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #EF4123;
}

a.btn-outline:visited,
a.btn-outline,
.btn-outline {
  background: transparent;
  color: #000;
  text-shadow: none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #000;
  transition: all 500ms;
}

a.btn-outline:hover,
a.btn-outline:focus,
a.btn-outline:active,
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  /*background: #e8e8e8;*/
  color: #fff;
  text-shadow: none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #EF4123;
  background: #EF4123;
  font-family: "MarfaPre Light Italic";
}

a.btn-large-round:visited,
a.btn-large-round,
.btn-large-round {
  height: 90px;
  background: transparent;
  color: #000;
  text-shadow: none;
  border-radius: 90px;
  box-shadow: none;
  border: 1px solid #000;
  transition: all 200ms;
  font-size: 48px;
  line-height: 1.6;
  font-family: GT SuperDisplay Light, serif;
  font-feature-settings: "kern", "liga", "tnum", "lnum";
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
  min-width: 320px;
}

a.btn-large-round:hover,
a.btn-large-round:focus,
a.btn-large-round:active,
.btn-large-round:hover,
.btn-large-round:focus,
.btn-large-round:active {
  /*background: #e8e8e8;*/
  color: #EF4123;
  text-shadow: none;
  border: 1px solid #EF4123;
  box-shadow: none;
  font-family: GT SuperDisplay Light Italic, serif;
  font-feature-settings: "kern", "liga", "tnum", "lnum";
}

.is-dark a:link.btn-default,
.is-dark a:visited.btn-default,
.is-dark a.btn-default,
.is-dark .btn-default {
  background: #fff;
  color: #000;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
  transition: all 500ms;
  letter-spacing: 1px;
}

.is-dark .btn-default:hover,
.is-dark .btn-default:active:focus,
.is-dark a:hover.btn-default,
.is-dark a:active.btn-default,
.is-dark a:focus.btn-default {
  background: #000;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
}

.is-dark a:link.btn-primary,
.is-dark a:visited.btn-primary,
.is-dark a.btn-primary,
.is-dark .btn-primary {
  background: #000;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
  transition: all 500ms;
  letter-spacing: 1px;
}

.is-dark .btn-primary:hover,
.is-dark .btn-primary:active:focus,
.is-dark a:hover.btn-primary,
.is-dark a:active.btn-primary,
.is-dark a:focus.btn-primary {
  background: #EF4123;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #EF4123;
}

.is-dark a.btn-outline:visited,
.is-dark a.btn-outline,
.is-dark .btn-outline {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

.is-dark .btn-outline:hover,
.is-dark .btn-outline:active:focus,
.is-dark a:hover.btn-outline,
.is-dark a:active.btn-outline,
.is-dark a:focus.btn-outline {
  background: #EF4123;
  border: 1px solid #EF4123;
}

.is-dark a.btn-contrast,
.is-dark a.btn-contrast:hover,
.is-dark a.btn-contrast:focus,
.is-dark a.btn-contrast:active,
.is-dark .btn-contrast,
.is-dark .btn-contrast:visited,
.is-dark .btn-contrast:hover,
.is-dark .btn-contrast:focus,
.is-dark .btn-contrast:active {
  border: 1px solid #EF4123;
}

.is-dark .btn-outline svg polygon,
.is-dark .btn-outline:hover svg polygon,
.is-dark .btn-outline:active:focus svg polygon {
  fill: #ffffff !important;
}

.accent-color-bg a:link.btn-default,
.accent-color-bg a:visited.btn-default,
.accent-color-bg a.btn-default,
.accent-color-bg .btn-default {
  background: #fff;
  color: #000;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
  transition: all 500ms;
  letter-spacing: 1px;
}

.accent-color-bg .btn-default:hover,
.accent-color-bg .btn-default:active:focus,
.accent-color-bg a:hover.btn-default,
.accent-color-bg a:active.btn-default,
.accent-color-bg a:focus.btn-default {
  background: #000;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
}

.accent-color-bg a:link.btn-primary,
.accent-color-bg a:visited.btn-primary,
.accent-color-bg a.btn-primary,
.accent-color-bg .btn-primary {
  background: #000;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
  transition: all 500ms;
  letter-spacing: 1px;
}

.accent-color-bg .btn-primary:hover,
.accent-color-bg .btn-primary:active:focus,
.accent-color-bg a:hover.btn-primary,
.accent-color-bg a:active.btn-primary,
.accent-color-bg a:focus.btn-primary {
  background: #EF4123;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
}

.accent-color-bg a.btn-outline:visited,
.accent-color-bg a.btn-outline,
.accent-color-bg .btn-outline {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

.accent-color-bg .btn-outline:hover,
.accent-color-bg .btn-outline:active:focus,
.accent-color-bg a:hover.btn-outline,
.accent-color-bg a:active.btn-outline,
.accent-color-bg a:focus.btn-outline {
  background: #EF4123;
  border: 1px solid #fff;
}

.accent-color-bg a.btn-contrast,
.accent-color-bg a.btn-contrast:hover,
.accent-color-bg a.btn-contrast:focus,
.accent-color-bg a.btn-contrast:active,
.accent-color-bg .btn-contrast:hover,
.accent-color-bg .btn-contrast:focus,
.accent-color-bg .btn-contrast:active {
  border: 1px solid #fff;
  background: #EF4123;
}

.accent-color-bg .btn-outline svg polygon,
.accent-color-bg .btn-outline:hover svg polygon,
.accent-color-bg .btn-outline:active:focus svg polygon {
  fill: #ffffff !important;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  outline-offset: -2px;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background: #000;
  opacity: 1;
}

.btn-outline {
  position: relative;
}

.btn-outline-flex,
.btn-allow-wrap {
  white-space: normal;
  text-align: left;
}

.btn-outline-flex {
  padding-right: 4.5rem;
}

.btn-outline .btn-outline-arrow {
  display: inline-block;
  position: absolute;
  right: 1rem;
}

.btn-outline.btn-lg .btn-outline-arrow svg {
  width: 30px;
}

.btn-outline.btn-sm .btn-outline-arrow svg {
  width: 22px;
}

.btn-outline.btn-xs {
  padding-right: 50px;
}

.btn-outline.btn-xs .btn-outline-arrow svg {
  width: 19px;
  margin-top: 1px;
}

.btn-outline.btn-xs .btn-outline-arrow {
  right: 0.6rem;
}

.btn-outline .btn-outline-arrow svg {
  width: 25px;
}

.btn-outline.arrow-download svg {
  width: 20px;
}

.btn.btn-outline,
.btn,
.btn:hover,
.btn:visited,
.btn:active,
.btn:focus {
  border-width: 2px;
}

.btn-sm.btn-outline,
.btn-sm,
.btn-sm:visited,
.btn-sm:hover,
.btn-sm:active,
.btn-sm:focus {
  border-width: 1px;
}

.navbar-default {
  background-color: transparent;
  border: none;
}

.navbar-header {
  width: 100%;
}

#block-topmenu {
  display: flex;
  justify-content: flex-end;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  z-index: 8000;
  position: relative;
}

#block-topmenu h2 {
  display: none;
}

#block-topmenu ul li {
  display: inline-block;
}

#block-leadall-main-menu ul li a:visited,
#block-leadall-main-menu ul li a:active,
#block-leadall-main-menu ul li a:hover,
#block-leadall-main-menu ul li a,
#block-topmenu ul li a:visited,
#block-topmenu ul li a:active,
#block-topmenu ul li a:hover,
#block-topmenu ul li a {
  color: #000;
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 6px 0;
  background: transparent;
  margin-right: 10px;
  text-transform: capitalize;
  margin-left: 10px;
  border-bottom: 1px solid transparent;
  /*transition: border-color 1500ms;*/
  margin-bottom: 2px;
  margin-top: 2px;
}

#navbar-collapse .is-active,
#navbar-collapse ul li a:active,
#navbar-collapse ul li a:hover,
#block-topmenu .is-active,
#block-topmenu ul li a:active,
#block-topmenu ul li a:hover {
  font-family: MarfaPre Light Italic, sans-serif;
}

#block-leadall-main-menu ul li a.is-active,
#block-leadall-main-menu ul li a.is-active-parent,
#block-leadall-main-menu ul li a:hover {
  border-bottom: 1px solid #000;
}

#block-leadall-main-menu ul li {
  position: relative;
}

#block-leadall-main-menu ul li.has-children {
  padding-right: 20px;
}

#block-topmenu-background {
  background: #EF4123;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 34px;
  z-index: 5000;
}

#block-leadall-main-menu {
  height: 100%;
  position: absolute;
  right: 0;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  justify-content: flex-end;
  top: 0;
  width: 100%;
}

#block-leadall-main-menu .arrow-menu-collapse,
#block-leadall-main-menu .arrow-menu-expand {
  max-width: 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
  top: 9px;
  right: 6px;
  position: absolute;
  cursor: pointer;
}

#block-leadall-main-menu .arrow-menu-collapse {
  visibility: hidden;
  opacity: 0;
  transition: opacity 700ms;
}

#block-leadall-main-menu .expanded .arrow-menu-collapse {
  visibility: visible;
  opacity: 1;
  transition: opacity 700ms;
}

#block-leadall-main-menu .expanded .arrow-menu-expand {
  visibility: hidden;
  opacity: 0;
}

#block-leadall-main-menu .navbar-nav {
  float: none;
  margin: 0;
  display: flex;
  height: 100%;
  align-items: center;
}

.sub-menu {
  display: none;
}

.sub-menu li {
  list-style: none;
}

.sub-menu .sub-menu .sub-menu {
  margin-left: 20px;
}

#sub-menu-wrapper {
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  margin: 0 auto;
}

#main-sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  display: none;
}

#main-sub-menu li .sub-menu-icon-arrow {
  width: 25px;
  height: 25px;
  margin-top: 5px;
  margin-right: 10px;
  display: none;
}

#main-sub-menu li a:active,
#main-sub-menu li a.is-active,
#main-sub-menu li a:focus {
  font-family: GT SuperDisplay Light Italic, serif;
  font-feature-settings: "kern", "liga", "tnum", "lnum";
}

#main-sub-menu li a.is-active .sub-menu-icon-arrow,
#main-sub-menu li a:hover .sub-menu-icon-arrow {
  display: inline-block;
}

#search-lupe-wrap {
  width: 18px;
  height: 34px;
  margin-left: 10px;
}

#search-lupe-wrap svg {
  width: 100%;
}

#search-hide {
  display: none;
}

.search-out #search-hide {
  display: block;
}

.search-out #search-lupe {
  display: none;
}

.search-out #block-topmenu .menu {
  display: none;
}

#navbar-collapse {
  padding-bottom: 0;
  display: none;
  padding-left: 45px;
  padding-right: 45px;
  border: none;
  box-shadow: none;
}

#navbar-collapse > div,
#navbar-collapse > ul {
  display: none;
}

#navbar-collapse li {
  float: none;
}

#navbar-collapse li .sub-menu {
  display: block;
  margin-left: 15px;
}

#navbar-collapse li a {
  float: none;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  color: #000;
  line-height: 1.2;
  display: block;
}

.hamburger-toggle__close {
  display: none;
}

header button.navbar-toggle[aria-expanded=true] span {
  display: none;
}

header button.navbar-toggle[aria-expanded=true] .hamburger-toggle__close {
  display: block;
  width: 22px;
  height: 22px;
}

#navbar-collapse .navbar-nav {
  margin-left: 0;
  margin-right: 0;
}

footer .navbar-default {
  background: none;
  border: none;
}

footer a:visited,
footer a:link,
footer a:focus,
footer .nav > li > a:visited,
footer .nav > li > a:link,
footer .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  padding-left: 0;
  color: #fff;
  padding-bottom: 4px;
  padding-top: 4px;
}

footer a:hover,
footer .nav > li > a:hover {
  color: #fff;
}

footer .nav > li {
  float: left;
}

footer .menu.nav > li {
  width: 33%;
  padding-right: 15px;
}

footer .menu.nav > li a {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #000;
  transition: border 700ms;
  display: inline-block;
  padding-right: 0;
}

footer .menu.nav > li a.is-active,
footer .menu.nav > li a:hover {
  border-bottom: 1px solid #fff;
}

footer .nav {
  max-width: 600px;
  padding-bottom: 0.5rem;
}

.footer {
  color: #8c8c8c;
  margin-top: 0;
  border-top: 0;
  padding-top: 20px;
  padding-bottom: 25px;
}

.footer #SocialNavWrapperVE {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

a.text-underline:link,
a.text-underline {
  text-decoration: underline !important;
}

.overflow-hidden {
  overflow: hidden;
}

.padded-grid {
  margin-left: -9px;
  margin-right: -9px;
  overflow: hidden;
}

.padded {
  padding-left: 9px;
  padding-right: 9px;
}

.padding-xs,
.padded-xs {
  padding: 0.5rem;
}

.padding-sm,
.padded-sm {
  padding: 1rem;
}

.padding-md,
.padded-md {
  padding: 1.5rem;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pl-lg {
  padding-left: 2.5rem;
}

.padding-lg,
.padded-lg {
  padding: 2.5rem;
}

.block-padding-sm {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.block-padding-bottom-sm {
  padding-bottom: 1rem;
}

.block-padding-top-sm {
  padding-top: 1rem;
}

.block-padding-md {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.block-padding-bottom-md {
  padding-bottom: 1.5rem;
}

.block-padding-top-md {
  padding-top: 1.5rem;
}

.block-padding-lg {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

.block-padding-bottom-lg {
  padding-bottom: 2.5rem;
}

.block-padding-top-lg {
  padding-top: 2.5rem;
}

.padding-xl,
.padded-xl {
  padding: 4.5rem;
}

.block-padding-xl {
  padding-bottom: 4.5rem;
  padding-top: 4.5rem;
}

.block-padding-top-xl {
  padding-top: 4.5rem;
}

.block-padding-xxl {
  padding-bottom: 8.5rem;
  padding-top: 8.5rem;
}

.block-padding-bottom-xl {
  padding-bottom: 4.5rem;
}

.background-primary,
.primary-color-bg {
  background: #000;
}

.secondary-color-bg {
  background: #333333;
}

.color-white {
  color: #fff;
}

.background-white,
.white-bg {
  background: #fff;
}

.accent-color-bg {
  background: #EF4123;
}

.background-accent-color2,
.accent-color2-bg,
.accent2-color-bg {
  background: #fed88c;
}

.color-accent-color2,
.accent-color2,
.accent2-color {
  color: #fed88c;
}

.primary-color {
  color: #000;
}

.secondary-color {
  color: #333333;
}

a.accent-color,
a.accent-color:link,
a.accent-color:visited,
.accent-color {
  color: #EF4123;
}

.light-blue-color {
  color: #9edfff;
}

.light-blue-color-bg {
  background: #9edfff;
}

.dark-blue-color {
  color: #0daeff;
}

.dark-blue-color-bg {
  background: #0daeff;
}

.light-gray-color {
  color: #F7F5F5;
}

.background-light-gray,
.light-gray-color-bg,
.block-background-light-gray {
  background: #F7F5F5;
}

.medium-gray-color {
  color: #909090;
}

.medium-gray-color-bg {
  background: #909090;
}

.dark-gray-color {
  color: #dddddd;
}

.dark-gray-color-bg {
  background: #dddddd;
}

.dark-color-bg {
  background: #333333;
}

.dark-color {
  color: #333333;
}

.divider {
  background: #000;
  clear: both;
  height: 1px;
  width: 100%;
}

.divider.dark-gray-color-bg {
  background: #dddddd;
}

.divider.padded-xxs {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.divider.padded-xs {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.divider.padded-sm {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.divider.padded-md {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.divider.padded-lg {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.divider-md,
.divider-fat,
.divider.fat {
  height: 4px;
}

.divider.divider-accent {
  background: #EF4123;
}

.divider.divider-light {
  background: #ccc;
}

.divider-xl {
  height: 36px;
}

.border-top {
  border-top: 1px solid #000;
}

.border-bottom {
  border-bottom: 1px solid #000;
}

.border-left {
  border-left: 1px solid #000;
}

.pt-xxs {
  padding-top: 0.2rem;
}

.pb-xxs {
  padding-bottom: 0.2rem;
}

.mt-xxs {
  margin-top: 0.2rem;
}

.mb-xxs {
  margin-bottom: 0.2rem;
}

.spacer-xxs {
  height: 0.2rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.pr-xs {
  padding-right: 0.5rem;
}

.pt-xs {
  padding-top: 0.5rem;
}

.pb-xs {
  padding-bottom: 0.5rem;
}

.mt-xs {
  margin-top: 0.5rem;
}

.mb-xs {
  margin-bottom: 0.5rem;
}

.spacer-xs {
  height: 0.5rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.pt-sm {
  padding-top: 1rem;
}

.pb-sm {
  padding-bottom: 1rem;
}

.mt-sm {
  margin-top: 1rem;
}

.mb-sm {
  margin-bottom: 1rem;
}

.ml-sm {
  margin-left: 1rem;
}

.spacer-sm {
  height: 1rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.mt-md {
  margin-top: 1.5rem;
}

.mb-md {
  margin-bottom: 1.5rem;
}

.pt-md {
  padding-top: 1.5rem;
}

.pb-md {
  padding-bottom: 1.5rem;
}

.pl-md {
  padding-left: 1.5rem;
}

.pr-md {
  padding-right: 1.5rem;
}

.spacer-md {
  height: 1.5rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.pt-lg {
  padding-top: 2.5rem;
}

.pb-lg {
  padding-bottom: 2.5rem;
}

.pr-lg {
  padding-right: 2.5rem;
}

.pl-lg {
  padding-left: 2.5rem;
}

.mt-lg {
  margin-top: 2.5rem;
}

.mb-lg {
  margin-bottom: 2.5rem;
}

.spacer-lg {
  height: 2.5rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.pt-xl {
  padding-top: 4.5rem;
}

.pb-xl {
  padding-bottom: 4.5rem;
}

.pr-xl {
  padding-right: 4.5rem;
}

.pl-xl {
  padding-left: 4.5rem;
}

.mt-xl {
  margin-top: 4.5rem;
}

.mb-xl {
  margin-bottom: 4.5rem;
}

.spacer-xl {
  height: 4.5rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.container-fluid.container-flush {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.row.row-flush > div {
  padding-left: 0;
  padding-right: 0;
}

.row.row-flush {
  margin-left: 0;
  margin-right: 0;
}

.dev-cell-inner {
  background: #e1e1e1;
  min-height: 45px;
}

.max-width-320px,
.max-width-320p {
  max-width: 320px;
}

.max-width-240px {
  max-width: 240px;
}

.max-width-80px {
  max-width: 80px;
}

.max-width-70px {
  max-width: 70px;
}

.max-width-30-percent {
  max-width: 30%;
}

.max-width-50-percent {
  max-width: 50%;
}

.max-width-70-percent {
  max-width: 70%;
}

.max-width-75-percent {
  max-width: 75%;
}

.max-width-80-percent {
  max-width: 80%;
}

.dev-cell {
  margin-bottom: 18px;
}

.dev-info {
  font-family: "Courier New", Courier, monospace;
  color: #1c94c4;
  font-size: 1.2rem;
  font-weight: bold;
}

.dev-info .border-bottom {
  padding-bottom: 2px;
  border-bottom: 1px solid #1c94c4;
  display: inline-block;
  margin-bottom: 10px;
}

.dev-cell:nth-of-type(odd) .dev-cell-inner {
  background: #1c94c4;
  min-height: 45px;
}

.dev-big-headline {
  font-size: 24px;
  border-bottom: 1px solid #000000;
  margin-bottom: 16px;
  padding-top: 70px;
}

.border-1 {
  border: 1px solid #ccc;
}

.dev-bg {
  background: #e1e1e1;
}

.dev-bg-2 {
  background: sandybrown;
}

.dev-title-headline h1,
.dev-title-headline {
  display: inline-block;
  background: sandybrown;
  font-size: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.dev-color-viz {
  border: 1px solid #ccc;
  width: 170px;
  height: 135px;
  float: left;
  margin-right: 6px;
}

.dev-color-label {
  display: block;
  width: 100%;
  background: white;
  padding: 4px;
}

.dev-checker-box {
  background-color: #fff;
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee), linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee);
  background-size: 18px 18px;
  background-position: 0 0, 9px 9px;
}

html {
  font-size: 62.5%;
}

body {
  font-style: normal;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.4;
  font-family: MarfaPre Light, sans-serif;
  color: #000;
  font-stretch: normal;
  font-feature-settings: "kern", "liga", "tnum", "lnum";
}

strong, b,
strong a, b a {
  font-style: normal;
  font-weight: normal;
  font-family: MarfaPre Light, sans-serif;
  /*font-weight: 700;
  font-family: "MarfaPre Bold", sans-serif;*/
}

h1, h2, h3, h4, h5, h6 {
  font-size: 2.2rem;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}

.texteditor-content {
  /*max-width:1140px;*/
}

.image-caption a:link,
.texteditor-content a:link {
  text-decoration: none;
  border-bottom: 1px solid #EF4123;
}

.texteditor-content p a:link {
  display: inline;
}

.texteditor-content em,
.texteditor-content i,
.image-caption-text a:hover,
.texteditor-content p a:hover {
  font-family: MarfaPre Light Italic, sans-serif;
  font-weight: normal;
}

.texteditor-content ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 2.5rem;
}

.texteditor-content span.font-xs,
.texteditor-content span.font-sm,
.texteditor-content span.font-md,
.texteditor-content span.font-lg,
.texteditor-content span.font-xl {
  display: inline-block;
}

i, em {
  font-style: italic;
  font-weight: 400;
}

.font-xxs {
  font-size: 1rem;
  line-height: 1.3rem;
}

.font-xs {
  font-size: 1.6rem;
  line-height: 2rem;
}

.image-credit,
.image-caption,
.font-sm {
  font-size: 1.8rem;
  line-height: 2rem;
}

.texteditor-content h4,
.headline-sm {
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-family: GT SuperDisplay Light, serif;
  font-feature-settings: "kern", "liga", "tnum", "lnum";
}

.texteditor-content h4 {
  /*  font-family: 'MarfaPre Light', sans-serif*/
  padding-bottom: 1.7rem;
}

.image-credit {
  opacity: 0.8;
  text-transform: none;
}

.font-sm-alt {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.texteditor-content h3,
.headline-md {
  font-size: 4rem;
  line-height: 5rem;
  font-family: GT SuperDisplay Light, serif;
  font-feature-settings: "kern", "liga", "tnum", "lnum";
}

.texteditor-content h3 {
  /*  font-family: 'MarfaPre Light', sans-serif*/
  padding-bottom: 2rem;
  padding-bottom: 1rem;
}

.font-md {
  font-size: 2.2rem;
  line-height: 2.8rem;
}

.font-md-plus {
  font-size: 2.8rem;
  line-height: 3.6rem;
}

.texteditor-content h2,
.headline-lg {
  font-size: 4.8rem;
  line-height: 5rem;
  font-family: GT SuperDisplay Light, serif;
  font-feature-settings: "kern", "liga", "tnum", "lnum";
}

#top-search-input input {
  font-family: GT SuperDisplay Light, serif;
  font-feature-settings: "kern", "liga", "tnum", "lnum";
}

.texteditor-content h2 {
  /*  font-family: 'MarfaPre Light', sans-serif*/
  padding-bottom: 2.5rem;
}

.font-subav {
  font-size: 3.2rem;
  line-height: 4rem;
  font-family: GT SuperDisplay Light, serif;
  font-feature-settings: "kern", "liga", "tnum", "lnum";
}

.font-lg {
  font-size: 4.8rem;
  line-height: 5rem;
}

.texteditor-content h1,
blockquote,
.headline-xl {
  font-size: 6rem;
  line-height: 6.8rem;
  font-family: GT SuperDisplay Light, serif;
  font-feature-settings: "kern", "liga", "tnum", "lnum";
}

article .texteditor-content h1 {
  text-align: center;
}

.texteditor-content h1 {
  /*  font-family: 'MarfaPre Light', sans-serif*/
}

.texteditor-content h6 {
  font-family: "MarfaPre Bold", sans-serif;
}

.headline-xl-plus {
  font-size: 6.8rem;
  line-height: 7rem;
  font-family: GT SuperDisplay Light, serif;
  font-feature-settings: "kern", "liga", "tnum", "lnum";
}

.headline-xxl {
  font-size: 25rem;
  line-height: 1;
  font-family: GT SuperDisplay Light, serif;
  font-feature-settings: "kern", "liga", "tnum", "lnum";
  letter-spacing: -15px;
}

@media (max-width: 1440px) {
  .less-max-width-scale-xxl {
    font-size: 20vw;
    letter-spacing: 0;
  }
}
blockquote {
  padding: 4rem;
  margin: 0;
  line-height: 6.8rem;
  border: none;
  text-align: center;
}

.texteditor-content blockquote {
  width: 125%;
  margin-left: -12.5%;
}

.texteditor-content.font-xs p,
.texteditor-content .font-xs p,
.texteditor-content .font-xs ul {
  padding-bottom: 2rem;
}

.texteditor-content.font-sm p,
.texteditor-content .font-sm p,
.texteditor-content.font-sm ul {
  padding-bottom: 2rem;
}

.texteditor-content.font-md p,
.texteditor-content .font-md p,
.texteditor-content.font-md ul {
  padding-bottom: 2.8rem;
  padding-bottom: 1.4rem;
}

.texteditor-content.font-md-plus p,
.texteditor-content .font-md-plus p,
.texteditor-content.font-md-plus ul {
  padding-bottom: 3.6rem;
}

.texteditor-content.font-lg p,
.texteditor-content .font-lg p,
.texteditor-content.font-lg ul {
  padding-bottom: 5rem;
}

.texteditor-content.font-xl p,
.texteditor-content .font-xl p,
.texteditor-content.font-xl ul {
  padding-bottom: 6.8rem;
}

.texteditor-content li:last-child,
.texteditor-content ol:last-child,
.texteditor-content ul:last-child,
.texteditor-content p:last-child {
  padding-bottom: 0;
}

figcaption {
  max-width: 550px;
}

.multicol-3 {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
}

.multicol-2 {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
}

a,
a:hover,
a:active,
a:focus {
  color: #000;
  text-decoration: none;
}

iframe {
  border: none;
}

#block-topmenu,
.container-fluid {
  position: relative;
  padding-left: 45px;
  padding-right: 45px;
}

.container-fluid-regular-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.max-width,
.container-fluid.max-width {
  max-width: 1440px;
}

.max-width-plus,
.container-fluid.max-width-plus {
  max-width: 1540px;
}

.narrow-fold .container-fluid {
  padding-left: 160px;
  padding-right: 160px;
}

body {
  margin-top: 0;
}

body.user-logged-in #toolbar-administration {
  display: none;
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 0;
}

#main-logo {
  width: 311px;
  position: relative;
  height: 84px;
  display: flex;
  align-items: center;
  transition: height 400ms, margin 400ms;
  z-index: 8000;
  padding-left: 0;
}

#breadcrumb-wrapper {
  position: absolute;
  bottom: -27px;
  left: 0;
  z-index: 5000;
  width: 100%;
}

.dropdown-expanded #breadcrumb-inner {
  display: none;
}

#breadcrumb-inner {
  background: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: -12px;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
  text-transform: capitalize;
}

#breadcrumb-inner a,
.breadcrumb-arrow {
  margin-right: 6px;
  display: inline-block;
}

#breadcrumb-inner svg {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
}

#breadcrumb-inner a {
  border-bottom: 1px white solid;
}

#breadcrumb-inner a:focus,
#breadcrumb-inner a:hover {
  border-bottom: 1px #000 solid;
}

.breadcrumb-arrow {
  position: relative;
  width: 15px;
  height: 15px;
}

.tugged #main-logo {
  height: 38px;
  height: 58px;
  padding: 0;
  margin: 0;
}

.AccordeonItemTeaserVE__title {
  padding-right: 25px;
}

@media (max-width: 1440px) {
  #tugged-logo {
    margin-left: 10px;
  }

  #breadcrumb-inner {
    margin-left: 0;
  }
}
#main-logo img {
  width: 100%;
}

#donate-button {
  margin-left: 18px;
  margin-top: 0;
  margin-right: 0;
  align-self: center;
  padding-left: 8px;
  padding-right: 8px;
}

#block-footer-menu {
  display: none;
}

header.navbar {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
  background: #ffffff;
  border-radius: 0;
}

#main-content {
  margin-top: 136px;
  min-height: 700px;
}

a #tugged-logo {
  color: #000;
  opacity: 0;
  transition: opacity 400ms;
  visibility: hidden;
}

.tugged a #tugged-logo {
  visibility: visible;
  opacity: 1;
}

#main-logo img {
  position: absolute;
  top: 0;
  transition: opacity 50ms, top 50ms;
}

.tugged #main-logo img {
  opacity: 0;
  top: -240px;
}

#footer-logo {
  max-width: 92px;
  width: 100%;
  margin-left: -5px;
}

.left-12 {
  left: 12px;
}

.large-linklist-icon-hover {
  max-width: 32px;
  display: none;
}

.large-linklist-icon-hover svg {
  width: 100%;
}

.large-linklist li.current-menu-item {
  cursor: auto;
}

.large-linklist li:not(.current-menu-item):hover .large-linklist-icon-close,
.large-linklist li:hover .large-linklist-icon-arrow {
  display: none;
}

.large-linklist li:not(.current-menu-item):hover .large-linklist-icon-hover {
  display: inline-block;
}

.large-linklist-icon-hover svg polygon {
  fill: #EF4123;
}

.large-linklist-icon-close {
  display: none;
}

.current-menu-item .large-linklist-icon-arrow {
  display: none;
}

.current-menu-item .large-linklist-icon-close {
  display: block;
}

.large-linklist .current-menu-item a,
.large-linklist .current-menu-item a:visited,
.large-linklist .current-menu-item a:focus {
  color: #909090;
}

.large-linklist a:hover {
  /* color:$accentColor;*/
}

.large-linklist a:hover svg {
  color: #EF4123;
}

.large-linklist-title,
.large-linklist li {
  display: flex;
  /* padding-top: 20px; */
  /* padding-bottom: 20px; */
  padding-right: 40px;
  position: relative;
  height: 95px;
  align-items: center;
}

.large-linklist li {
  border-top: 1px solid #000;
}

.large-linklist li:last-of-type {
  border-bottom: 1px solid #000;
}

.large-linklist li img {
  width: 36px;
  height: 36px;
}

.large-linklist-icon {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  display: flex;
  align-items: center;
}

.LongList .LongListTeaserVE {
  display: none;
}

.LongList.LongList-list-expanded .LongListTeaserVE {
  display: block;
}

.LongList .LongListTeaserVE:nth-of-type(-n+9) {
  display: block;
}

.LongListTeaserVE__title {
  padding-right: 50px;
  padding-left: 0;
}

.LongListTeaserVE__text {
  padding-right: 50px;
  padding-left: 0;
}

.LongListTeaserVE__email-icon,
.LongListTeaserVE__outbound-icon {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 40px;
  top: 4px;
}

.LongListTeaserVE__email-icon {
  right: 0;
  width: 20px;
  height: 15px;
  display: block;
}

.LongListTeaserVE__email-icon svg {
  transition: stroke 500ms;
}

.LongListTeaserVE__outbound-icon:hover svg polygon,
.LongListTeaserVE__email-icon:hover svg polygon,
.LongListTeaserVE__email-icon:hover svg path {
  fill: #EF4123;
}

.LongListTeaserVE svg {
  width: 20px;
  height: 15px;
  display: block;
}

.hover-video .opacity-0 {
  transition: opacity 500ms;
}

.hover-video:hover .opacity-0 {
  opacity: 1;
}

.DownloadElement__download-icon svg {
  width: 40px;
  height: 40px;
}

.DownloadElement__download-icon:hover svg polygon {
  fill: #EF4123;
}

.AccordeonItemTeaserVE__header:hover {
  color: #EF4123;
}

.AccordeonItemTeaserVE__outbound-icon {
  width: 20px;
  height: 15px;
  display: block;
}

.AccordeonItemTeaserVE__email-icon {
  width: 17px;
  display: block;
}

.AccordeonItemTeaserVE__header:hover svg rect {
  fill: #EF4123;
}

.AccordeonItemTeaserVE__outbound-icon:hover svg polygon,
.AccordeonItemTeaserVE__outbound-icon:hover svg path,
.AccordeonItemTeaserVE__email-icon:hover svg polygon,
.AccordeonItemTeaserVE__email-icon:hover svg path {
  fill: #EF4123;
}

.AccordeonItemTeaserVE__controls {
  width: 21px;
  display: flex;
  height: 100%;
  align-items: center;
}

.AccordeonItemTeaserVE__controls svg {
  width: 100%;
}

.AccordeonItem__icon-closed,
.AccordeonItemTeaserVE__content {
  display: none;
}

.Accordeon-active .AccordeonItemTeaserVE__content,
.Accordeon-active .AccordeonItem__icon-closed {
  display: block;
}

.Accordeon-active .AccordeonItem__icon-open {
  display: none;
}

.image-video-play-button {
  position: absolute;
  bottom: 22px;
  right: 25px;
  z-index: 400;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.arrow-jump-out-small {
  position: relative;
  width: 20px;
  display: inline-block;
  height: 20px;
}

.JumpButtonVE .arrow-jump-out-small svg {
  position: absolute;
  left: 11px;
  height: 20px;
  width: 20px;
  top: 3px;
}

.JumpButtonVE.JumpButton__align-top .arrow-jump-out-small svg {
  top: 0;
}

.JumpButtonVE .arrow-jump-out-small svg:nth-of-type(1) {
  display: none;
  padding: 2px;
}

.JumpButtonVE a:hover .arrow-jump-out-small svg:nth-of-type(1) {
  display: block;
}

.JumpButtonVE a:hover .arrow-jump-out-small svg:nth-of-type(2) {
  display: none;
}

.arrow-jump-out-large {
  max-width: 36px;
  position: relative;
  width: 36px;
  display: inline-block;
}

.arrow-jump-out-large svg,
.arrow-jump-out-small svg {
  width: 100%;
}

.icon-camera {
  display: inline-block;
  width: 20px;
  padding-top: 10px;
  margin-right: 9px;
}

.icon-jump-out-small {
  display: inline-block;
  width: 15px;
  height: 15px;
  padding-top: 9px;
  margin-left: 11px;
  position: relative;
}

.icon-jump-out-small svg {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 3px;
}

.arrow-jump-out-large svg polygon,
.arrow-jump-out-small svg polygon,
.icon-jump-out-small svg polygon {
  transition: fill 700ms;
}

a:hover .arrow-jump-out-large svg polygon,
a:hover .arrow-jump-out-small svg polygon,
a:hover .icon-jump-out-small svg polygon {
  fill: #EF4123;
}

#video-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

#video-modal_inner {
  width: 70%;
  transition: opacity 2000ms;
}

.expansion-hover > img {
  transition: transform 300ms;
}

.expansion-hover:hover > img {
  transform: scale(1.03);
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.modal-close {
  position: absolute;
  top: -20px;
  right: -32px;
  color: black;
  border: 2px solid #000;
  width: 40px;
  height: 40px;
  background: white;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 26px;
}

.SocialNav-inverse .SocialNav-twitter svg path:first-of-type,
.SocialNav-inverse .SocialNav-facebook svg path:first-of-type {
  fill: #000 !important;
}

.SocialNav-inverse .SocialNav-twitter svg path:nth-of-type(2),
.SocialNav-inverse .SocialNav-facebook svg path:nth-of-type(2) {
  fill: #fff !important;
}

.SocialNav-inverse .SocialNav-linkedIn svg path:nth-of-type(1) {
  fill: #000 !important;
}

.SocialNav-inverse .SocialNav-linkedIn svg path:nth-of-type(2),
.SocialNav-inverse .SocialNav-linkedIn svg path:nth-of-type(3) {
  fill: #fff !important;
}

.SocialNav-inverse .SocialNav-mailTo svg path:nth-of-type(1) {
  fill: #000 !important;
}

.SocialNav-inverse .SocialNav-mailTo svg path:nth-of-type(2) {
  fill: #fff !important;
}

.SimpleSlideshowElement .MagicSlideshow-overlay-button.MagicSlideshow-prev-button {
  left: -15%;
}

.SimpleSlideshowElement .MagicSlideshow-overlay-button.MagicSlideshow-next-button {
  right: -15%;
}

.SimpleSlideshowElement .MagicSlideshow-overlay-button .overlay-button-inner-icon {
  top: 50%;
}

.SimpleSlideshowElement .MagicSlideshowSlide-label {
  color: #000;
  background: rgba(255, 255, 255, 0.75);
}

.SimpleSlideshowElement .MagicSlideshowSlide {
  height: 100%;
}

.MagicSlideshowElement.slideshow-mode-full-bleed .MagicSlideshow-overlay-button {
  display: none;
}

#admin-top-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 6000;
  padding: 0;
  font-size: 14px;
  width: 100%;
  text-align: center;
}

#admin-top-menu a {
  display: inline-block;
  background: lightgrey;
  padding: 5px;
  text-decoration: underline;
  transition: background 400ms;
}

#admin-top-menu a:hover {
  text-decoration: none;
}

.admin-top-menu__inner {
  margin: 0 auto;
  display: block;
  max-width: 370px;
  height: 25px;
  background: lightgrey;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

#top-search-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8400;
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 45px;
  padding-right: 45px;
}

#top-search-submit {
  position: absolute;
  top: 0;
  right: 30px;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
}

#top-search-submit img {
  width: 35px;
  height: 35px;
  cursor: pointer;
}

#top-search-input input:focus,
#top-search-input input {
  border: none;
  outline: none;
}

#top-search-input input:focus {
  /* border-bottom: 1px solid #ccc;*/
}

#top-search-submit .submit-icon-arrow-jump-out {
  display: none;
}

#top-search-submit:hover .submit-icon-arrow-jump-out {
  display: block;
}

#top-search-submit:hover .submit-icon-arrow {
  display: none;
}

.search-out #breadcrumb-wrapper {
  display: none;
}

.search-blurb a:hover h6 {
  font-family: GT SuperDisplay Light Italic, serif;
}

.infoBox {
  background: #fff;
  padding: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: MarfaPre Light, sans-serif;
  font-weight: normal;
  box-shadow: 2px 2px 8px #666;
}

.infowindow {
  position: relative;
  padding-right: 35px;
  max-width: 375px;
}

.infowindow img {
  display: none;
}

.infowindow .close-box {
  position: absolute;
  right: 0;
  top: 0;
}

.infowindow .infoBox-close {
  display: block;
  width: 20px;
  height: 20px;
}

.TableauElement iframe {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px #ccc;
}

.SideScrollTiles-scroll-rail-train > div {
  max-width: 250px;
}

.SideScrollTiles-arrows .SideScrollTiles-icon {
  display: none;
}

.SideScrollTile-flex-blocker {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

#pagebuilder-target {
  overflow-x: hidden;
}

.visible-xxs {
  display: none !important;
}

@media (max-width: 1135px) {
  #navbar-collapse {
    display: block !important;
  }

  .SideScrollTiles-next-button {
    right: 7px;
  }

  .SideScrollTiles-prev-button {
    left: 7px;
  }

  #hamburger-toggle {
    display: block;
    border: none;
    background: none;
    margin-right: 0;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
  }

  #block-leadall-main-menu .navbar-nav {
    display: none;
  }

  #hamburger-toggle {
    margin-left: 12px;
    padding-right: 0;
  }

  #navbar-collapse.collapse > div,
#navbar-collapse.collapse > ul {
    display: none;
  }

  #navbar-collapse.in > div,
#navbar-collapse.in > ul {
    display: block !important;
  }
}
/* md sizes */
@media (max-width: 1199px) {
  body {
    overflow-x: hidden;
  }

  .footer #SocialNavWrapperVE {
    align-items: flex-start;
  }

  a.btn-large-round:visited, a.btn-large-round, .btn-large-round {
    min-width: 0;
    width: 90%;
  }
}
/* sm sizes */
@media (max-width: 991px) {
  a.btn-large-round:visited, a.btn-large-round, .btn-large-round {
    font-size: 40px;
    height: 70px;
  }

  .sm-p-0 {
    padding: 0;
  }

  .sm-pr-0 {
    padding-right: 0;
  }

  .sm-pt-lg {
    padding-top: 2.5rem;
  }

  .sm-pb-lg {
    padding-bottom: 2.5rem;
  }

  #top-search-input,
#navbar-collapse,
#block-topmenu,
.container-fluid,
#block-leadall-main-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .LongListTeaserVE__title {
    padding-bottom: 12px;
  }

  .headline-xl-plus {
    font-size: 5.4rem;
    line-height: 6rem;
  }

  .narrow-fold .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* xs sizes */
@media (max-width: 767px) {
  html {
    font-size: 50%;
  }

  #breadcrumb-wrapper {
    width: 100%;
  }

  #main-content {
    margin-top: 100px;
  }

  .SideScrollTiles-next-button,
.SideScrollTiles-prev-button {
    display: none;
  }

  .LongListTeaserVE__outbound-icon {
    right: 10px;
  }

  #block-leadall-main-menu ul li a:visited, #block-leadall-main-menu ul li a:active, #block-leadall-main-menu ul li a:hover, #block-leadall-main-menu ul li a, #block-topmenu ul li a:visited, #block-topmenu ul li a:active, #block-topmenu ul li a:hover, #block-topmenu ul li a {
    font-size: 1.6rem;
    line-height: 1.4rem;
    margin-left: 0;
  }

  #search-lupe-wrap {
    width: 18px;
    height: 25px;
    margin-left: 10px;
  }

  #main-logo {
    width: 200px;
    height: 50px;
  }

  #block-topmenu-background {
    height: 28px;
  }

  .tugged #main-logo {
    height: 45px;
  }

  .tugged .navbar-toggle {
    margin-top: 6px;
  }

  .navbar-toggle {
    margin-top: 8px;
  }

  header button.navbar-toggle[aria-expanded=true] .hamburger-toggle__close {
    margin-top: -3px;
  }

  .SocialNav li {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }

  a.btn-large-round:visited,
a.btn-large-round,
.btn-large-round {
    min-width: 0;
    width: 90%;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
  }

  .btn {
    font-size: 16px;
  }

  .DownloadElement .btn {
    white-space: normal;
  }

  .xs-pt-35 {
    padding-top: 35px;
  }

  .xs-pt-md {
    padding-top: 1.5rem;
  }

  .MagicSlideshow .MagicSlideshow-overlay-button {
    width: 30px;
    padding: 5px;
  }

  .infoBox {
    padding: 1rem;
  }

  .infoBox .font-md-plus {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  .infoBox .font-md {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .infowindow {
    max-width: 285px;
  }

  .headline-xxl {
    font-size: 15rem;
    letter-spacing: -5px;
  }

  .large-linklist-title,
.large-linklist li {
    height: 70px;
  }

  .large-linklist .headline-md {
    font-size: 3rem;
    line-height: 4rem;
  }

  .large-linklist li img {
    width: 30px;
    height: 30px;
  }

  .large-linklist li svg {
    width: 26px;
    height: 26px;
  }

  .xs-max-width-50-percent {
    max-width: 50%;
  }

  .xs-max-width-100-percent {
    max-width: 100%;
  }

  .JumpButtonVE .arrow-jump-out-small svg {
    position: absolute;
    left: 7px;
    height: 15px;
    width: 15px;
    top: 7px;
  }

  .large-linklist li img {
    width: 25px;
    height: 25px;
  }

  .DownloadElement__download-icon svg {
    width: 25px;
    height: 25px;
  }
}
/* xxs sizes
500px
*/
@media (max-width: 500px) {
  #tugged-logo {
    margin-left: 0;
  }

  #hamburger-toggle {
    margin-left: 0;
  }

  .SimpleSlideshowElement .MagicSlideshow-overlay-button {
    display: none;
  }

  /*
  #breadcrumb-wrapper {
      top: 94px;
  }
  .tugged #breadcrumb-wrapper {
      top: 73px;
  }*/
  .xxs-pb-md {
    padding-bottom: 1.5rem;
  }

  .TeaserVE {
    padding-bottom: 15px;
  }

  .TeaserVE__inner {
    display: flex;
  }

  .TeaserVE__top {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .TeaserVE__bottom {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 12px;
  }

  footer .menu.nav > li {
    width: 50%;
  }

  .footer #SocialNavWrapperVE {
    justify-content: center;
    padding-bottom: 45px;
  }

  .col-xxs-full {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    left: auto;
  }

  .xxs-no-padding {
    padding: 0;
  }

  .img-wrap.align-left,
.img-wrap.align-right {
    max-width: 100%;
  }

  .visible-xxs-inline-block {
    display: inline-block !important;
    visibility: visible;
  }

  .visible-xxs {
    display: block !important;
    visibility: visible;
  }

  .col-xxs-12 {
    width: 100%;
    left: auto;
  }

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

  .col-xxs-8 {
    width: 50%;
    left: auto;
  }

  .hidden-xxs {
    display: none !important;
  }

  .texteditor-content h1,
blockquote,
.headline-xl {
    font-size: 5rem;
    line-height: 5.8rem;
  }

  #breadcrumb-wrapper {
    overflow-x: auto;
  }

  #breadcrumb-wrapper .container-fluid {
    padding-left: 0;
    width: 800px;
  }

  .footer #SocialNavWrapperVE {
    position: relative;
  }

  #donate-button {
    display: none;
  }

  .tugged #donate-button {
    display: none;
  }
}
/* xxxs sizes
375px
*/
@media (max-width: 375px) {
  html {
    font-size: 45%;
  }

  #block-topmenu {
    justify-content: flex-start;
  }

  #top-search-input,
#navbar-collapse, #block-topmenu, .container-fluid, #block-leadall-main-menu {
    padding-left: 7px;
    padding-right: 7px;
  }

  .container-fluid-regular-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  #breadcrumb-inner {
    margin-left: 0;
  }

  .tugged #breadcrumb-inner {
    padding-left: 7px;
  }
}

/*# sourceMappingURL=leadall-style.css.map */
