/* 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;
}

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

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

.full-height {
  height: 100%;
}

.clear-both {
  clear: both;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

.row {
  position: relative;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
  top: 0;
  left: 0;
}

.position-vertial-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

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

.display-block {
  display: block;
}

.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-flex-center {
  align-items: center;
}

/* 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%;
}

.MagicSlideshowSlide {
  position: relative;
}

.MagicSlideshowSlide-label {
  background: #ffffff;
  padding: 15px;
  padding-right: 0;
}

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

.MagicSlideshowSlide-label-wrapper {
  /*
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  */
  height: 100%;
  position: absolute;
  right: 0;
}

.MagicSlideshowSlide-arrows {
  float: right;
}

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

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

.MagicSlideshow .magic-cycle-slideshow {
  overflow: hidden;
}

.MagicSlideshow .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;
}

/* overlay buttons */
.MagicSlideshow .MagicSlideshow-overlay-button {
  position: absolute;
  z-index: 500;
  background: rgba(250, 253, 118, 0.7);
  top: 0;
  height: 100%;
  width: 15px;
  cursor: pointer;
}

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

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

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

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

.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;
  top: 50%;
  left: -29px;
  transition: 400ms all;
}

.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%;
}

.SideScrollTiles-arrows img {
  width: 100%;
  margin-top: -15px;
}

.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: 470px) {
  .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: 20px;
  margin-right: 6px;
}

.SocialNav li svg {
  width: 100%;
}

.SocialNav li #twitter-icon {
  height: 19px;
}

.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: #eb4539;
  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;
}

.ThumbRowItem-inner {
  border: 1px solid #e0e0e0;
  padding: 1px;
  background: #fff;
  box-shadow: 2px 2px 7px #ccc;
}

.ThumbRowItem-md {
  width: 500px;
  max-width: 210px;
}

.TeaserGroupGrid-grid-sm-3-col > div {
  width: 33%;
  float: left;
}

.TeaserGroupGrid-grid-sm-3-col .TeaserGroupGrid-grid-breaker-3 {
  display: block;
  height: 1px;
  width: 100%;
}

.TeaserGroupGrid-grid-breaker {
  display: none;
}

.Floatnav-inner {
  background: #000;
  padding: 20px;
  padding-bottom: 10px;
}

.Floatnav-inner li {
  padding-bottom: 10px;
}

#FloatnavTarget {
  position: relative;
  opacity: 0;
  pointer-events: none;
}

.FloatnavTarget-target-inner {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 270px;
}

.tugged #FloatnavTarget {
  opacity: 1;
  pointer-events: auto;
}

.tugged #Floatnav-1 {
  opacity: 0;
  pointer-events: none;
}

.Floatnav-inner .current-menu-item a {
  color: #eb4539;
}

.Floatnav-inner.is-dark .current-menu-item a {
  color: #eb4539;
}

.Floatnav-backlink a {
  position: relative;
}

.Floatnav-backlink a:hover .Floatnav-backlink-arrow {
  left: -8px;
}

.Floatnav-backlink-arrow {
  position: absolute;
  left: 0;
  font-size: 2.8rem;
  top: -10px;
  transition: left 400ms;
}

.FloatnavTarget-target-inner .Floatnav-backlink-arrow {
  top: -2px;
}

.Floatnav-backlink-text {
  padding-left: 2rem;
}

.Gridlist {
  display: block;
}

.Gridlist-display-control a:hover {
  text-decoration: none;
}

.Gridlist-is-grid .Gridlist-context {
  display: none;
}

.Gridlist-is-grid .Gridlist-container {
  width: 100%;
}

.Gridlist-grid-breaker {
  display: block;
  height: 1px;
  width: 100%;
  clear: both;
}

.TeaserGroup-gridcol-2 {
  position: relative;
}

.TeaserGroup-gridcol-1 {
  border-right: 1px solid #dddddd;
  position: relative;
}

.SimpleTable-col-list h5,
.SimpleTable-col-list li {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.SimpleTable-col-list li {
  border-bottom: 1px solid #ddd;
}

.SimpleTable-col-list ul {
  border-top: 1px solid #000;
}

.SimpleTable-col-list {
  border-right: 1px solid #ddd;
}

.SimpleTable .SimpleTable-col-list:last-of-type {
  border-right: none;
}

.TeaserBanner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}

.TeaserBanner-text-inner {
  padding: 4.5rem;
}

/* xs sizes */
@media (max-width: 767px) {
  .TeaserBanner-text {
    position: relative;
    top: auto;
    transform: none;
    left: auto;
  }

  .TeaserBanner-text-inner {
    padding: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: whitesmoke;
  }

  .TeaserBanner-text-inner .col-xs-12 {
    padding: 0;
  }
}
.btn {
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
}

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

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

.btn-sm {
  border-radius: 0;
  letter-spacing: 1px;
}

.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;
}

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: #000;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
  letter-spacing: 1px;
  transition: background 500ms;
}

input[type=submit].btn-primary:focus,
a.btn-primary:hover,
.btn-primary:hover {
  background: #eb4539;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #eb4539;
}

.btn-contrast:visited,
a.btn-contrast:visited,
a.btn-contrast,
.btn-contrast {
  text-decoration: none;
  background: #eb4539;
  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: #eb4539;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #eb4539;
}

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: #000;
  text-shadow: none;
  border-radius: 0;
  box-shadow: none;
}

.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: #eb4539;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #eb4539;
}

.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: #eb4539;
  border: 1px solid #eb4539;
}

.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 #eb4539;
}

.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: #eb4539;
  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: #eb4539;
  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: #eb4539;
}

.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 {
  padding-right: 70px;
  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 {
  padding-right: 50px;
}

.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;
}

.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-lg {
  padding-left: 2.5rem;
}

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

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

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

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

.color-white {
  color: #fff;
}

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

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

.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: #eb4539;
}

.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: whitesmoke;
}

.light-gray-color-bg {
  background: whitesmoke;
}

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

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

.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: #eb4539;
}

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

.divider-xl {
  height: 36px;
}

.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;
}

.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;
}

.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;
}

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

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

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

.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;
}

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

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

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

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

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

.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;
}

.dev-bg {
  background: #e1e1e1;
}

.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-paddings-block > div {
  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;
}

.dev-paddings-block > div:nth-of-type(odd) {
  background: #e1e1e1;
}

body {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: Marr Sans Web;
  color: #000;
  font-stretch: normal;
}

.article-typeface {
  font-family: "Lexicon No1 A", Serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.article-typeface i, .article-typeface em {
  font-family: "Lexicon No1 Italic A", Serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.article-typeface b, .article-typeface strong {
  font-family: Marr Sans Web;
  font-weight: 700;
}

.article-typeface strong em, .article-typeface b em {
  font-family: Marr Sans Web;
  font-weight: 700;
  font-style: italic;
}

.article-typeface h1 {
  font-family: Marr Sans Web;
  font-weight: 700;
  padding-bottom: 0.2rem;
  line-height: 2.6rem;
  font-size: 2.2rem;
  text-transform: uppercase;
}

.article-typeface h2 {
  font-family: Marr Sans Web;
  font-weight: 700;
  padding-bottom: 0.2rem;
  line-height: 2.6rem;
  font-size: 2.2rem;
  text-transform: uppercase;
}

.article-typeface h3 {
  font-family: Marr Sans Web;
  font-weight: 700;
  padding-bottom: 0.2rem;
  line-height: 2.6rem;
  font-size: 2.2rem;
  text-transform: uppercase;
}

.article-typeface h4 {
  font-family: Marr Sans Web;
  font-weight: 700;
  padding-bottom: 0.2rem;
  line-height: 2.6rem;
  font-size: 2.2rem;
  text-transform: uppercase;
}

.article-typeface h5 {
  font-family: Marr Sans Web;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.6rem;
}

.article-typeface h6 {
  font-family: Marr Sans Web;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.6rem;
  text-transform: uppercase;
}

.newsbit-text,
.image-credit,
.image-caption,
.jce_caption {
  font-style: normal;
  font-weight: 300;
  font-family: Marr Sans Web;
  color: #000;
  font-stretch: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.newsbit-text {
  text-transform: uppercase;
}

.image-credit {
  text-transform: uppercase;
  line-height: 2.2rem;
  color: #808080;
}

.jce_caption b, .jce_caption strong, .jce_caption em {
  font-family: Marr Sans Web;
  font-weight: 800;
}

.jce_caption i {
  font-family: Marr Sans Web;
  font-style: italic;
  font-weight: 400;
}

.pull-quote-large-light,
.pull-quote-large {
  font-size: 4rem;
  font-family: Marr Sans Web;
  font-weight: 800;
  line-height: 5.5rem;
}

.pull-quote-large-light {
  font-weight: 300;
}

.pull-quote {
  font-size: 3rem;
  font-family: Marr Sans Web;
  font-weight: 800;
  line-height: 4.2rem;
  color: #eb4539;
  border-top: 3rem solid #000;
  padding-top: 1.5rem;
}

.class-year-md,
.class-year {
  font-family: "Marr Sans Cond Web";
  font-size: 12rem;
  font-weight: 600;
  line-height: 12rem;
}

.font-weight-800 {
  font-weight: 800;
}

.class-year-md {
  font-size: 8rem;
  line-height: 8rem;
}

a:focus {
  text-decoration: none;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:visited,
a,
a:visited,
a:link {
  color: #000;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:visited {
  padding-left: 25px;
}

.navbar-default .navbar-nav a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333;
  background-color: transparent;
  text-decoration: underline;
}

p a:link {
  display: inline-block;
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

a.no-underline:active,
a.no-underline:focus,
a.no-underline:hover {
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6, strong, b,
h1, h2, h3, h4, h5, h6, strong a, b a {
  font-style: normal;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}

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

/*
.texteditor-content h1 {
    font-size: 100%;}

.texteditor-content h2 {
    font-size: 100%;}

.texteditor-content h3 {
    font-size: 100%;}

.texteditor-content h4 {
    font-size: 100%;}

.texteditor-content h5 {
    font-size: 100%;}

.texteditor-content h6 {
    font-size: 100%;}
*/
.texteditor-content p a:link {
  display: inline;
}

.texteditor-content ul {
  list-style: disc;
  list-style-position: inside;
}

.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.2rem;
  line-height: 1.6rem;
}

.headline-sm,
.font-sm {
  font-size: 1.5rem;
  line-height: 2rem;
}

.headline-md {
  font-size: 1.8rem;
  line-height: 3rem;
}

.texteditor-content span.font-md,
.texteditor-content span.font-md strong,
.texteditor-content span.font-md b,
.font-md {
  font-size: 1.8rem;
  line-height: 2.6rem;
}

.article-typeface.font-md,
.article-typeface .font-md {
  line-height: 3.1rem;
}

.sidebar-header {
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  font-weight: 700;
}

.headline-lg,
.font-lg,
.texteditor-content span.font-lg,
.texteditor-content span.font-lg strong,
.texteditor-content span.font-lg b {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.headline-sm,
.headline-sm i,
.headline-sm b,
.headline-md,
.headline-md i,
.headline-md b,
.headline-lg,
.headline-lg i,
.headline-lg b,
.headline-xl,
.headline-xxl {
  font-weight: 700;
}

.headline-xl,
.font-xl {
  font-size: 3.2rem;
  line-height: 3.2rem;
}

.texteditor-content span.font-xl {
  line-height: 4.2rem;
}

.headline-xxl,
.font-xxl {
  font-size: 4.8rem;
  line-height: 5.5rem;
}

.section-title {
  font-size: 4.8rem;
  line-height: 5.5rem;
  font-weight: 300;
}

.headline-section-wrapper h4.section-title {
  max-width: 50%;
  margin-bottom: 1rem;
}

.section-title-classes {
  font-size: Marr Sans Web;
  font-family: "Marr Sans Cond Web";
  font-weight: normal;
}

.drop-cap::first-letter,
.first-letter-large::first-letter {
  font-size: 15rem;
  font-weight: 700;
  float: left;
  line-height: 11.8rem;
  padding-top: 0px;
  padding-right: 8px;
  padding-left: 0;
  margin-left: -6px;
  font-family: "Marr Sans Cond Web", sans-serif;
  vertical-align: top;
}

.font-family-sans strong {
  font-family: "Marr Sans Web", sans-serif !important;
}

.font-family-sans {
  font-family: "Marr Sans Web", sans-serif !important;
  font-weight: normal;
}

.font-light {
  font-weight: 300;
}

a.more-button {
  display: block;
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

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

.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.6rem;
}

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

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

.texteditor-content.font-sm h1 {
  padding-bottom: 2.55rem;
}

.texteditor-content.font-sm h2 {
  padding-bottom: 2.1rem;
}

.texteditor-content.font-sm h3 {
  padding-bottom: 1.95rem;
}

.texteditor-content.font-sm h4 {
  padding-bottom: 1.8rem;
}

.texteditor-content.font-sm h5 {
  padding-bottom: 1.65rem;
}

.texteditor-content.font-sm h6 {
  padding-bottom: 1.5rem;
}

.boxed-headline-xxs,
.boxed-headline-xs,
.boxed-headline-md,
.boxed-headline-sm {
  border: 1px solid #000;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
}

.is-dark .boxed-headline-xxs,
.is-dark .boxed-headline-xs,
.is-dark .boxed-headline-md,
.is-dark .boxed-headline-sm {
  border: 1px solid #fff;
}

.boxed-headline-xxs {
  padding: 0.4rem;
  padding-left: 0.6rem;
  padding-right: 0.7rem;
  padding-bottom: 0.2rem;
  font-size: 1rem;
  line-height: 1rem;
}

.boxed-headline-xs {
  padding: 0.3rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.boxed-headline-sm {
  padding: 0.3rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.boxed-headline-md {
  padding: 0.3rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

.is-dark .boxed-headline-md {
  border: 1px solid #fff;
}

figcaption {
  max-width: 550px;
}

.VideoContainer-credit,
.figcaption-credit {
  font-style: italic;
}

.SocialShare-title {
  text-transform: uppercase;
  font-size: 1.2rem;
  float: left;
  margin-right: 0.6rem;
}

.SocialShare ul {
  float: left;
}

.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;
}

body.page-node-type-issue,
body.page-node-type-updates-page,
body.page-node-type-article-landing-page,
body.page-node-type-issues-landing-page,
body.page-node-type-classnote,
body.page-node-type-obituaries,
body.page-node-type-advertise-page,
body.page-node-type-basic-page-two-columns,
body.page-node-type-page,
body.page-node-type-books-landing-page,
body.page-node-type-search-page,
body.page-node-type-reader-feedback-page,
body.page-node-type-settings,
body.page-node-type-submit-page {
  background: #ececec;
  /* background:sandybrown;*/
}

body.page-node-type-reader-feedback-page .SideScrollTiles .light-gray-color-bg {
  background: #ececec;
}

body.path-frontpage {
  background: #fff;
}

#main-content.is-dark .SidebarElement {
  color: #000;
}

#main-content.is-dark .SidebarElement.color-light {
  color: #ddd;
}

.ImageTextElement-Image.image-style-center-big {
  margin-left: -18%;
  margin-right: -18%;
}

.ImageTextElement-Image.image-style-left {
  float: left;
  margin-left: -35%;
  padding-right: 30px;
  padding-bottom: 8px;
  max-width: 70%;
  padding-top: 6px;
}

.ImageTextElement-Image.image-style-right {
  float: right;
  margin-right: 0;
  padding-left: 30px;
  padding-bottom: 8px;
  max-width: 45%;
  padding-top: 6px;
}

.ImageTextElement-Image,
.ImageTextElement-Image.image-style-default {
  padding-bottom: 12px;
}

.SidebarElement {
  position: relative;
}

.SidebarElement-inner {
  position: absolute;
  top: 2rem;
}

.SidebarElement.sidebar-left .SidebarElement-inner {
  padding-right: 2.2rem;
}

.SidebarElement.sidebar-right .SidebarElement-inner {
  padding-left: 2.2rem;
}

.SidebarElement .SidebarElement-inner-background {
  padding: 1.4rem;
}

.container-fluid.max-width {
  max-width: 1399px;
}

.some {
  font-size: 12px;
}

/*
@media (min-width: 1300px) {
  .container-fluid.max-width {
    max-width: 80%;
  }
}
*/
body.user-logged-in #toolbar-administration {
  display: none;
}

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

body.mobile-nav-out {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

#admin-top-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  padding: 0;
}

#admin-top-menu a {
  display: block;
  background: deeppink;
  padding: 5px;
  border-bottom: 1px solid #000;
  transition: background 400ms;
}

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

#cache-buster-link {
  position: fixed;
  top: 29px;
  left: 0;
  z-index: 8000;
  padding: 4px;
  background: sandybrown;
}

#SocialNavWrapperVE {
  display: none;
}

#main-logo {
  max-width: 405px;
  transition: max-width 400ms;
  padding-top: 4px;
}

#main-content {
  transition: margin-top 400ms;
  margin-top: 235px;
  margin-top: 270px;
}

#main-content.is-dark {
  /* margin-top: 285px;*/
  padding-top: 45px;
}

.tugged #main-logo {
  max-width: 200px;
}

#condensed-logo {
  display: none;
}

.tugged #condensed-logo {
  display: block;
}

.tugged #full-logo {
  display: none;
}

.tugged #navbar-container {
  padding-top: 5px;
  padding-top: 20px;
  padding-bottom: 5px;
}

.tugged #search-lupe-wrap {
  height: 69px;
  margin-top: 0;
  top: 0;
}

#block-brownam-main-menu {
  position: relative;
}

#mobile-search-input,
#mobile-logo {
  display: none;
}

.tugged #block-brownam-main-menu .navbar-nav {
  margin-top: 5px;
}

.tugged #support-button {
  left: 245px;
  width: 130px;
}

.tugged #support-button .btn {
  font-size: 17px;
  line-height: 19px;
}

.tugged #support-button-circle-backgroud {
  border-radius: 65px;
  width: 130px;
  height: 130px;
  top: -71px;
}

.tugged #block-brownam-main-menu li {
  font-size: 1.7rem;
}

.tugged .navbar-default .navbar-nav > li > a,
.tugged .navbar-default .navbar-nav > li > a:link,
.tugged .navbar-default .navbar-nav > li > a:visited {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 2.3rem;
}

.tugged #block-brownam-main-menu .navbar-nav #search-lupe {
  top: 14px;
  left: 20px;
}

#preheader-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1375;
  width: 100%;
}

#preheader-navigation ul {
  float: right;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

#preheader-navigation a:visited,
#preheader-navigation a:link,
#preheader-navigation a:focus,
#preheader-navigation .nav > li > a:visited,
#preheader-navigation.nav > li > a:link,
#preheader-navigation .nav > li > a:focus {
  color: #8c8c8c;
}

#preheader-navigation a:hover,
#preheader-navigation .nav > li > a:hover {
  color: #fff;
}

#preheader-navigation .nav > li {
  display: inline-block;
}

#preheader-navigation .nav > li:last-of-type a {
  padding-right: 0;
}

.ArticleTeaser.hide-department .ArticleTeaser-label {
  display: none;
}

/*
.tugged #main-content {
  margin-top: 68px;
}
*/
.ad-expired .web-ad-wrap {
  opacity: 0.3;
}

.SimpleTableElement {
  clear: both;
}

.sidebar-ad img {
  max-width: 100%;
}

#main-logo img {
  width: 100%;
}

.default-page .author {
  display: none;
}

.grid-limiter {
  max-width: 1055px;
}

.navbar {
  border: none;
  border-radius: 0;
}

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

#navbar-container {
  padding-top: 40px;
  padding-bottom: 30px;
}

#support-button {
  position: absolute;
  top: 0;
  right: 626px;
  left: auto;
  width: 150px;
  text-align: center;
  transition: all 400ms;
}

#support-button-circle-backgroud {
  background: #eb4539;
  border-radius: 75px;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -82px;
  z-index: -1;
  left: 0;
  transition: all 400ms;
}

#support-button .btn {
  text-transform: none;
  border: none;
  font-size: 19px;
  background: none;
  padding-top: 5px;
  line-height: 21px;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
}

#block-brownam-main-menu li {
  font-size: 2.3rem;
  border-left: 1px solid #ccc;
  min-width: 245px;
  transition: padding 400ms, min-width 400ms, width 400ms;
}

#search-lupe-wrap {
  position: absolute;
  height: 100px;
  width: 30px;
  top: 30px;
  transition: all 400ms;
  right: 0;
}

#find-search-lupe #search-lupe,
#block-brownam-main-menu #search-lupe {
  max-width: 50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#find-search-input {
  position: relative;
}

#find-search-lupe {
  position: absolute;
  top: 0.3rem;
  left: 1.5rem;
}

#find-search-lupe #search-lupe {
  max-width: 28px;
}

#top-search-input {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top-search-input input {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-bottom: 0.6rem;
}

.headline-section-wrapper .divider.mt-lg {
  margin-top: 0.5rem;
}

.headline-section-wrapper .fixed-button-wrap {
  position: absolute;
  right: 15px;
  bottom: 1rem;
}

#find-search-input input {
  background: none;
  padding: 1.1rem;
  padding-left: 6rem;
  position: relative;
  width: 100%;
}

.tugged #top-search-input input {
  bottom: 7px;
}

.tugged #top-search-close {
  top: 10px;
}

#article-filter-col-close-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#top-search-close {
  display: block;
  position: absolute;
  right: 0;
  top: 33px;
  z-index: 25;
  font-size: 4rem;
  color: #666;
  cursor: pointer;
}

body.search-out #block-brownam-main-menu .navbar-nav {
  margin-right: 0;
}

#block-brownam-main-menu li:nth-of-type(3) {
  border-right: 1px solid #ccc;
}

#block-brownam-main-menu li:nth-of-type(6) {
  border-right: 1px solid #ccc;
}

#block-brownam-main-menu .navbar-nav {
  margin-left: 0;
  margin-top: 30px;
  float: right;
  transition: margin 400ms;
  margin-right: 50px;
}

#block-brownam-main-menu .navbar-nav #search-lupe {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 30px;
  left: 35px;
  cursor: pointer;
}

#preheader-navigation .is-active,
#block-brownam-main-menu .is-active {
  text-decoration: underline;
}

#block-brownam-main-menu li {
  font-size: 1.8rem;
  min-width: 200px;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:visited {
  padding-left: 18px;
  padding-right: 12px;
}

#block-brownam-main-menu li:nth-of-type(4) {
  clear: both;
}

#block-brownam-main-menu .navbar-nav #search-lupe {
  left: 20px;
}

/*
@media (max-width: 1745px) {




}
*/
@media (max-width: 1400px) {
  #main-logo {
    max-width: 330px;
  }

  #support-button {
    left: 275px;
  }

  #support-button-circle-backgroud {
    top: -90px;
  }

  #support-button .btn {
    font-size: 16px;
    line-height: 19px;
  }

  .navbar-default .navbar-nav > li > a:visited,
.navbar-default .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  #block-brownam-main-menu .navbar-nav #search-lupe {
    top: 20px;
    left: 17px;
  }

  #top-search-close {
    top: 8px;
  }

  #search-lupe-wrap {
    top: 15px;
  }

  #main-content {
    margin-top: 225px;
  }
}
.Classnote-image {
  float: left;
  max-width: 45%;
  padding: 2rem;
  padding-left: 0;
  padding-top: 0;
}

.search-blurb a:hover,
.search-blurb a:link,
.search-blurb a {
  text-decoration: none !important;
}

.search-blurb.obituaries a,
.search-blurb.classnote a,
.search-blurb.class_page a {
  padding: 2rem;
  background: #fed88c;
  display: block;
}

.SocialShare li {
  width: 40px;
  height: 40px;
}

.SocialShare li.facebook-share {
  background: #3B5998;
}

.SocialShare li.facebook-share svg {
  padding: 6px;
  padding-top: 8px;
  padding-left: 8px;
}

.SocialShare li.twitter-share {
  background: #000;
}

.SocialShare li.twitter-share svg {
  padding: 8px;
  padding-top: 9px;
}

.SocialShare li.linkedin-share {
  background: #0077b5;
}

.SocialShare li.linkedin-share svg {
  padding: 6px;
  padding-top: 6px;
}

.SocialShare li.mail-share {
  background: #ffffff;
  border: 1px #000 solid;
}

.SocialShare li.mail-share svg {
  padding: 1px;
  padding-top: 4px;
}

.SocialShare li.link-share {
  background: #ffffff;
  border: 1px #333333 solid;
  margin-right: 0;
}

.SocialShare li.link-share svg {
  padding: 1px;
  padding-top: 4px;
}

.SocialShare li.dot-dot-share {
  background: #ffffff;
  border: 1px solid #333333;
}

.SocialShare li.dot-dot-share svg {
  padding: 6px;
  padding-top: 8px;
}

.SocialShare li.dot-dot-share svg .st0 {
  fill: #000000 !important;
  display: block;
}

.SocialNav.SocialNav-site-float li a {
  padding-left: 0;
}

.article-content-max-width {
  max-width: 775px;
}

footer {
  background: #333333;
}

.divider.divider-for-dark {
  background: #fff;
}

.color-white,
.white-color,
.is-dark a:visited, .is-dark a:link {
  color: #fff;
}

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

.cursor-pointer {
  cursor: pointer;
}

.icon-wrap {
  padding-right: 30px;
  position: relative;
}

.icon-wrap-inner {
  display: inline-block;
  position: absolute;
  margin-top: 3px;
  margin-left: 5px;
}

.font-md .arrow-up,
.font-md .arrow-down,
.font-md .icon-download {
  width: 1.9rem;
  height: 1.9rem;
}

.accordeon-controls {
  float: right;
}

.accordeon-controls .arrow-up,
.accordeon-controls .arrow-down {
  width: 1.9rem;
  height: 1.9rem;
}

.accordeon-group-body,
.accordeon-icon-up {
  display: none;
}

.accordeon-open .accordeon-icon-up {
  display: block;
}

.accordeon-open .accordeon-icon-down {
  display: none;
}

.ScrollerElement .white-cards .SideScrollTile-flex-blocker {
  background: #fff;
}

.MailChimpSignup #email {
  float: left;
  width: 210px;
  height: 33px;
  color: #fff;
}

.MailChimpSignup input[type=email], .MailChimpSignup input[type=text] {
  border: 1px solid #fff;
  background: none;
}

.MailChimpSignup .form-control::-webkit-input-placeholder,
.MailChimpSignup .form-control::placeholder,
.MailChimpSignup .form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.form-control::-webkit-input-placeholder {
  color: #8c8c8c;
}

.form-control {
  color: #000;
  background: none;
  border: 1px solid #000;
  border-radius: 0;
}

.form-control.accent-color2-bg {
  background: #fed88c;
}

footer .form-control::placeholder,
footer .form-control::-webkit-input-placeholder {
  color: #8c8c8c;
}

footer .MailChimpSignup input[type=email], .MailChimpSignup input[type=text] {
  border: 1px solid #8c8c8c;
  background: none;
}

.MailChimpSignup .btn {
  float: left;
  width: 90px;
}

#block-brownam-main-menu #support-button {
  display: none;
}

#comments-box {
  display: none;
}

.top-nav-right {
  position: absolute;
  right: 12px;
  top: 0;
  top: 8px;
}

.top-nav-right a {
  display: block;
  float: left;
  padding: 0;
}

.top-nav-search {
  width: 31px;
  height: 29px;
  margin-top: 2px;
  margin-right: 6px;
  cursor: pointer;
}

.top-nav-search svg {
  width: 23px;
  height: 26px;
}

.MagicSlideshowElement {
  position: relative;
}

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

.article-wrap {
  position: relative;
}

.article-body {
  width: 100%;
  padding-left: 200px;
  padding-right: 215px;
}

.article-sidebar {
  position: absolute;
  top: 0;
  right: 15px;
  width: 200px;
}

.SimpleImageElement-Image {
  padding-bottom: 1.5rem;
}

.SimpleImageElement-Image.image-style-left {
  float: left;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

.SimpleImageElement-Image.image-style-right {
  float: right;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
}

.img-wrap.align-left {
  float: left;
  margin-right: 0;
  padding-right: 30px;
  padding-bottom: 8px;
  max-width: 45%;
  padding-top: 6px;
}

.img-wrap.align-right {
  float: right;
  margin-right: 0;
  padding-left: 30px;
  padding-bottom: 8px;
  max-width: 45%;
  padding-top: 6px;
}

.BooksTeaser-col {
  border-right: 1px solid #ddd;
  /*border-right: 1px solid red;*/
}

.BooksTeaser-col strong, .BooksTeaser-col b {
  color: #eb4539;
  font-weight: 700;
  font-style: normal;
}

.BooksTeaserPaidElement .BooksTeaser-col-6,
.BooksTeaserPaidElement .BooksTeaser-col-12,
.BooksTeaser-col:last-of-type {
  border-right: none;
}

body.Gridlist-is-grid #FloatnavTarget {
  display: none;
}

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

.ad-wrap a {
  display: block;
}

.Floatnav-inner {
  background: none;
  padding: 1.5rem;
}

.Floatnav-inner .TeaserTextual .ArticleTeaser-inner {
  padding: 0;
  position: relative;
}

#FloatnavTarget .TeaserTextual {
  /* height: 320px;
   overflow-y: auto;*/
}

.Floatnav .TeaserTextual {
  /* height: 320px;
   overflow-y: auto;*/
  padding-top: 1rem;
}

.hide-summary .ArticleTeaser-subheadline {
  display: none;
}

.ArticleReaderFeedback-headline {
  width: 70%;
}

.pop-over {
  position: absolute;
  bottom: 30px;
  z-index: 5;
  left: 50%;
  display: none;
}

.pop-over-inner {
  background: #fff;
  width: 210px;
  padding: 17px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px #ccc;
  font-family: Marr Sans Web;
  font-size: 1.5rem;
  line-height: 1.33;
  color: #0daeff;
  display: block;
  transform: translateX(-50%);
  white-space: normal;
}

.dark-blue-underline {
  border-bottom: 3px solid #0daeff;
  cursor: pointer;
  white-space: nowrap;
}

.pop-over-toggle-left .pop-over-inner {
  transform: none;
  left: 0;
}

.pop-over-toggle-left .pop-over-inner:after {
  left: 10%;
}

.pop-over-toggle-right .pop-over-inner {
  transform: translateX(-75%);
}

.pop-over-toggle-right .pop-over-inner:after {
  left: auto;
  right: 10%;
}

.pop-over-inner {
  background: #fff;
  margin: 0 auto;
  width: 200px;
  position: relative;
}

.pop-over-inner:after {
  content: "";
  position: absolute;
  box-shadow: rgba(76, 76, 76, 0.3) 2px 2px 3px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: -10px;
  left: 46%;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #FFF #FFF transparent;
}

.InquiriesForm.fields-lg input.validate-error,
.validate-error {
  border: 1px solid #eb4539;
}

.show-on-success {
  display: none;
}

.InquiriesForm label {
  display: none;
}

.InquiriesForm .form-group-left {
  width: 50%;
  float: left;
  padding-right: 15px;
}

.InquiriesForm .form-group-right {
  width: 50%;
  float: left;
  padding-left: 15px;
}

.InquiriesForm .SelectBoxHelper select .InquiriesForm.fields-lg textarea,
.InquiriesForm.fields-lg input {
  font-size: 2.4rem;
  height: 5rem;
  border: 1px solid #000;
}

.InquiriesForm.fields-lg textarea,
.InquiriesForm .form-control::placeholder,
.InquiriesForm .form-control::-webkit-input-placeholder {
  font-size: 2.4rem;
}

.InquiriesForm .SelectBoxHelper select {
  width: 100%;
  padding: 6px 12px;
  background: transparent;
  border: 1px solid #000;
}

.InquiriesForm.fields-lg textarea {
  height: auto;
  max-height: 440px;
}

.InquiriesForm .SelectBoxHelper select option,
.InquiriesForm .SelectBoxHelper select,
.InquiriesForm .form-control::placeholder,
.InquiriesForm .form-control::-webkit-input-placeholder {
  font-family: Marr Sans Web;
  font-weight: 300;
  color: #000;
}

.InquiriesForm .form-group {
  padding-bottom: 1.5rem;
}

.FauxCheckboxViewelement .faux-checkbox-symbol {
  border: none;
}

.FauxCheckboxViewelement.inline-options .options-wrap,
.FauxCheckboxViewelement.inline-options .label-wrap {
  float: left;
  font-size: 1.8rem;
}

.FauxCheckboxViewelement.inline-options .label-wrap {
  width: 80%;
  padding-right: 25px;
}

.FauxCheckboxViewelement.inline-options .options-wrap {
  width: 20%;
  float: right;
}

.circle-list li {
  margin-bottom: 8px;
  width: 100%;
  clear: both;
  cursor: pointer;
}

.circle-list-circle {
  border: 1px solid #000;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  display: block;
  float: left;
  margin-right: 8px;
}

.circle-list-circle .circle-list-circle-inner {
  border: 1px solid #fff;
  border-radius: 50%;
  background: #eb4539;
  width: 15px;
  height: 15px;
  margin-left: 1px;
  margin-top: 1px;
  display: none;
}

.circle-list-circle.is-active .circle-list-circle-inner,
.circle-list li.is-active .circle-list-circle-inner,
.circle-list li:hover .circle-list-circle-inner {
  display: block;
}

.circle-list li a {
  display: block;
  float: left;
}

.circle-list li a:focus,
.circle-list li a:hover {
  text-decoration: none;
}

body.Gridlist-is-grid {
  background: whitesmoke;
}

.UpdatesTeaser .class-year-md {
  float: left;
  padding-right: 1.5rem;
  font-size: 9rem;
  line-height: 7.3rem;
}

.UpdatesTeaser-subheadline {
  overflow: hidden;
}

.Gridlist.Gridlist-is-grid .UpdatesTeaser {
  float: left;
  width: 33.33%;
  padding: 15px;
  margin-bottom: 0;
}

@media (min-width: 1750px) {
  .Gridlist.Gridlist-is-grid .UpdatesTeaser {
    width: 25%;
  }
}
@media (min-width: 2000px) {
  .Gridlist.Gridlist-is-grid .UpdatesTeaser {
    width: 20%;
  }
}
.UpdatesTeaser.type-Instagram .UpdatesTeaser-left {
  padding-top: 4.5rem;
}

.UpdatesTeaser.group-part {
  display: none;
}

.UpdatesTeaser.group-leader .UpdatesTeaser-see-more-wrap {
  display: block;
}

.UpdatesTeaser-see-more-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  display: none;
}

.UpdatesTeaser-see-more-wrap button {
  position: absolute;
  bottom: 65px;
  right: 0;
}

.UpdatesTeaser-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  background: none;
}

.UpdatesTeaser .UpdatesTeaser-inner {
  background: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  height: 480px;
  overflow: hidden;
}

.UpdatesTeaser.is-classnotes .UpdatesTeaser-inner {
  background: #fed88c;
}

.UpdatesTeaser.type-Facebook .UpdatesTeaser-inner {
  background: #3B5998;
}

.UpdatesTeaser.type-Twitter .UpdatesTeaser-inner {
  background: #00aced;
}

.UpdatesTeaser.is-classnotes .UpdatesTeaser-subheadline {
  margin-top: 1.5rem;
}

.UpdatesTeaser.is-classnotes .UpdatesTeaser-bottom {
  background: #fed88c;
}

.UpdatesTeaser.is-classnotes .UpdatesTeaser-fadeblocker {
  background: -webkit-linear-gradient(bottom, rgba(254, 216, 140, 0), #fed88c);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, rgba(254, 216, 140, 0), #fed88c);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, rgba(254, 216, 140, 0), #fed88c);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(254, 216, 140, 0), #fed88c);
  /* Standard syntax (must be last) */
}

.UpdatesTeaser.type-Facebook .UpdatesTeaser-fadeblocker {
  background: -webkit-linear-gradient(bottom, rgba(59, 89, 152, 0), #3b5998);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, rgba(59, 89, 152, 0), #3b5998);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, rgba(59, 89, 152, 0), #3b5998);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(59, 89, 152, 0), #3b5998);
  /* Standard syntax (must be last) */
}

.UpdatesTeaser.type-Facebook .UpdatesTeaser-bottom {
  background: #3B5998;
}

.UpdatesTeaser.type-Twitter .UpdatesTeaser-fadeblocker {
  background: -webkit-linear-gradient(bottom, rgba(0, 172, 237, 0), #00aced);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, rgba(0, 172, 237, 0), #00aced);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, rgba(0, 172, 237, 0), #00aced);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(0, 172, 237, 0), #00aced);
  /* Standard syntax (must be last) */
}

.UpdatesTeaser.type-Twitter .UpdatesTeaser-bottom {
  background: #00aced;
}

.UpdatesTeaser.type-Facebook,
.UpdatesTeaser.type-Facebook a:link,
.UpdatesTeaser.type-Facebook a {
  color: #ffffff;
}

.UpdatesTeaser.type-Twitter,
.UpdatesTeaser.type-Twitter a:link,
.UpdatesTeaser.type-Twitter a {
  color: #ffffff;
}

.Gridlist.Gridlist-is-grid .Gridlist-container {
  padding: 15px;
  padding-top: 0;
}

.Gridlist.Gridlist-is-grid .Gridlist-row {
  margin-left: -15px;
  margin-right: -15px;
}

.Gridlist.Gridlist-is-grid .Gridlist-container-spacer {
  display: none;
}

.UpdatesTeaser-toplabel b {
  font-weight: 300;
}

.UpdatesTeaser-toplabel {
  padding-bottom: 1.5rem;
}

.SideScrollTile .UpdatesTeaser .UpdatesTeaser-right,
.SideScrollTile .UpdatesTeaser .UpdatesTeaser-left,
.SideScrollTile .UpdatesTeaser .UpdatesTeaser-toplabel,
.Gridlist.Gridlist-is-grid .UpdatesTeaser .UpdatesTeaser-right,
.Gridlist.Gridlist-is-grid .UpdatesTeaser .UpdatesTeaser-left,
.Gridlist.Gridlist-is-grid .UpdatesTeaser .UpdatesTeaser-toplabel {
  width: 100%;
}

.UpdatesTeaser-bottom,
.UpdatesTeaser-fadeblocker {
  position: absolute;
  bottom: 28px;
  left: 0;
  height: 35px;
  background: #fff;
  z-index: 7;
  width: 100%;
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  /* Standard syntax (must be last) */
}

.UpdatesTeaser-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 28px;
  background: #fff;
  z-index: 7;
  width: 100%;
  padding-top: 6px;
  padding-right: 15px;
  padding-left: 15px;
}

.Gridlist.Gridlist-is-grid .Gridlist-container .divider.divider-light {
  display: none;
}

#main-content.is-dark {
  background: #000;
  color: #ddd;
}

#main-content.is-dark .light-gray-color-bg {
  background: #777777;
  color: #ddd;
}

#main-content.is-dark #readerfeedback-main {
  color: #000;
}

#main-content.is-dark footer {
  background: #000;
}

#main-content.is-dark .related-articles-wrap {
  background: #4e4e4e;
}

#main-content.is-yellow .divider-light {
  background: #000;
}

#main-content.is-yellow .border-left {
  border-left: 1px solid #000;
}

.is-dark .image-caption,
.is-dark .jce_caption {
  color: #ddd;
}

.is-dark .hide-for-dark {
  display: none;
}

.show-for-dark {
  display: none;
}

.is-dark .show-for-dark {
  display: block;
}

body.accent2-color-bg {
  background: #fed88c;
}

body.accent2-color-bg .divider,
body.accent2-color-bg .divider-light.divider {
  background: #000;
}

body.accent2-color-bg .footer .divider,
body.accent2-color-bg .footer .divider-light.divider {
  background: #8c8c8c;
}

footer .MailChimpSignup .btn-contrast,
footer .MailChimpSignup .btn {
  color: #8c8c8c !important;
}

footer .MailChimpSignup .btn-contrast:focus,
footer .MailChimpSignup .btn-contrast:hover footer .MailChimpSignup .btn:focus,
footer .MailChimpSignup .btn:hover {
  background: none;
}

/*
body.accent2-color-bg .footer {
  background: $accentColor2;
  border-top: 1px #000 solid;
  margin-top: 55px;
}

body.accent2-color-bg .footer {
  background: $accentColor2;
  border-top: 1px #000 solid;
  margin-top: 55px;
}


body.accent2-color-bg footer,
body.accent2-color-bg footer a:visited,
body.accent2-color-bg footer a:link,
body.accent2-color-bg footer a:focus,
body.accent2-color-bg footer .nav > li > a:visited,
body.accent2-color-bg footer .nav > li > a:link,
body.accent2-color-bg footer .nav > li > a:focus {
  color: #000000;
}

body.accent2-color-bg footer .MailChimpSignup #email,
body.accent2-color-bg footer  .MailChimpSignup .btn {
  border: 1px solid #000000 !important;
  color:#000 !important;
}

body.accent2-color-bg footer .MailChimpSignup input[type=email],
body.accent2-color-bg .MailChimpSignup input[type=text] {
  border: 1px solid #000000 !important;
}

body.accent2-color-bg footer svg path {
  fill:#000000 !important;
}
*/
.article-share-element .SocialShare {
  position: absolute;
  top: 7px;
  z-index: 8;
}

.fixed-button-wrap {
  position: absolute;
  right: 8px;
  bottom: 1.5rem;
  bottom: 2rem;
}

.fixed-button-wrap-for-xxl {
  bottom: 3.5rem;
}

.Gridlist-display-control {
  right: 16px;
}

.Gridlist-display-control a {
  padding-left: 8px;
}

.Gridlist.Gridlist-is-list a.Gridlist-list-toggle {
  color: #eb4539;
}

.Gridlist.Gridlist-is-grid a.Gridlist-grid-toggle {
  color: #eb4539;
}

.decorate-arrow-right {
  display: inline-block;
  /* padding: 0.8rem;
   padding-bottom: 0.2rem;*/
}

.decorate-arrow-right {
  display: inline-block;
}

.decorate-arrow-right:hover,
.decorate-arrow-right.accent-color-bg {
  color: #fff;
  transition: all 400ms;
}

.decorate-arrow-right:hover {
  color: #000;
}

.pointy-right-arrow-wrap-inner polygon {
  transition: all 400ms;
}

.decorate-arrow-right:hover {
  opacity: 0.6;
  /*background: $lightGrayColor; */
}

.decorate-arrow-right.accent-color-bg:hover {
  opacity: 1;
}

.decorate-arrow-right:hover .st2,
.accent-color-bg .decorate-arrow-right .st2,
.decorate-arrow-right:hover .pointy-right-arrow-wrap-inner polygon,
.decorate-arrow-right.accent-color-bg .st2 {
  fill: #000000 !important;
}

.decorate-arrow-right:hover .st3,
.accent-color-bg .decorate-arrow-right .st3,
.decorate-arrow-right.accent-color-bg .st3 {
  stroke: #000000 !important;
}

.pointy-right-arrow-wrap {
  display: inline-block;
  width: 28px;
  margin-left: 1rem;
}

.pointy-right-arrow-wrap-inner {
  width: 100%;
  margin-top: 4px;
}

.font-lg .pointy-right-arrow-wrap-inner svg {
  margin-top: 7px;
}

.pointy-right-arrow-wrap-inner svg {
  width: 20px;
  width: 27px;
  margin-top: 5px;
}

.pointy-right-arrow-link {
  float: left;
  padding-top: 2px;
}

.accent-color-bg .pointy-right-arrow-wrap-inner polygon,
.is-dark .pointy-right-arrow-wrap-inner polygon,
.accent-color-bg .pointy-right-arrow-wrap-inner .st1,
.is-dark .pointy-right-arrow-wrap-inner .st1 {
  fill: #fff !important;
}

.accent-color-bg .pointy-right-arrow-wrap-inner polygon,
body .is-dark .decorate-arrow-right .pointy-right-arrow-wrap-inner polygon,
.accent-color-bg .pointy-right-arrow-wrap-inner .st1,
.is-dark .pointy-right-arrow-wrap-inner .st1 {
  fill: #fff !important;
}

.Classnote-newsbadge {
  max-width: 101px;
  float: left;
  padding-right: 16px;
  padding-bottom: 9px;
}

.ArticleTeaser-highlightBoxText {
  display: inline-block;
  width: 27px;
  height: 28px;
  text-align: center;
  font-weight: 700;
  margin-left: -8px;
  margin-top: 20px;
}

.ArticleTeaser-highlightBoxBefore {
  font-size: 7rem;
}

.ArticleTeaser .mode-sm .ArticleTeaser-highlightBoxBefore {
  font-size: 3rem;
  position: absolute;
  top: 0;
  left: -30px;
}

.ArticleTeaserHorz a {
  display: block;
}

.ArticleTeaserHorz-left {
  float: left;
  width: 30%;
  padding-right: 18px;
}

.ArticleTeaserHorz-right {
  float: left;
  width: 70%;
}

.ArticleTeaserHorz.as-book img {
  border: 1px solid #e0e0e0;
  padding: 4px;
  background: #fff;
  box-shadow: 2px 2px 7px #ccc;
}

.ad-block-sidebar {
  width: 100%;
  background: magenta;
  min-height: 320px;
  padding: 8px;
  font-size: 11px;
}

.Newsbit-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

.processing .show-on-processing {
  display: block;
}

.processing .hide-on-processing {
  display: none;
}

.css-spinner-wrap {
  display: none;
}

.css-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.GridDisplayerViewelement {
  display: none;
}

footer nav {
  float: left;
  padding-bottom: 1.5rem;
}

footer .MailChimpSignup #email {
  float: left;
  width: 180px;
  height: 29px;
}

.footer-right {
  float: right;
}

.footer-right #SocialNavWrapperVE {
  display: block;
}

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: #8c8c8c;
  padding-bottom: 4px;
  padding-top: 4px;
}

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

footer .nav > li {
  float: left;
  width: 33%;
}

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

.footer {
  color: #8c8c8c;
  margin-top: 0;
  border-top: 0;
}

footer .divider {
  background: #8c8c8c;
}

footer .SocialNav {
  text-align: right;
}

footer .SocialNav li {
  float: none;
  display: inline-block;
}

footer .twitter-icon {
  padding-top: 2px;
}

footer .form-control {
  color: #8c8c8c;
  /*background-color:  #8c8c8c;*/
  border: none;
}

footer .MailChimpSignup .btn {
  border: 1px solid #8c8c8c !important;
}

/*
footer input[type=text]::-moz-placeholder  ,
footer  input[type=email]::-moz-placeholder,
footer input[type=text]::-webkit-input-placeholder  ,
footer  input[type=email]::-webkit-input-placeholder{
  color: #fff;
}
*/
.SideScrollTiles-blocker {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 18px;
  z-index: 50;
}

.SideScrollTiles .SideScrollTile-inner {
  padding: 0;
  background: none;
  margin-right: 16px;
  overflow: hidden;
}

.SideScrollTiles .SideScrollTile-inner.accent2-color-bg {
  background: #fed88c;
}

.SideScrollTiles-blocker.SideScrollTiles-blocker-left {
  left: 0;
  right: auto;
}

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

.SideScrollTileVignette .SideScrollTile-lower-wrap {
  padding-left: 8px;
  padding-right: 8px;
  min-height: 165px;
}

.SideScrollTileVignette-img-circle {
  padding-left: 26px;
  padding-right: 26px;
}

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

.TeaserComments .CommentsTeaser-2 {
  border-right: none;
}

.CommentsTeaser-headline.font-xl {
  line-height: 3.4rem;
}

.CommentsTeaser-link:hover,
.CommentsTeaser-link {
  text-decoration: none;
}

.CommentsTeaser-inner {
  display: flex;
  flex-direction: column;
}

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

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

.TeaserTextual .ArticleTeaser-inner {
  padding: 1.5rem;
}

.TeaserTextual .ArticleTeaser-inner.mode-sm {
  padding: 0;
}

.TeaserTextual .ArticleTeaser:last-of-type {
  border-right: none;
}

.TeaserTextual.no-border .ArticleTeaser {
  border: none;
}

.TeaserTextual.padded-left .ArticleTeaser {
  padding-left: 30px;
}

.TeaserGroup .ArticleTeaser-0 {
  border-right: 1px solid #dddddd;
}

.TeaserGroup .ArticleTeaser-2 {
  border-right: 1px solid #dddddd;
}

.TeaserRow-count-3 .ArticleTeaser-0 {
  border-right: 1px solid #dddddd;
}

.TeaserRow-count-3 .ArticleTeaser-1 {
  border-right: 1px solid #dddddd;
}

.TeaserRow-count-4 .ArticleTeaser-0 {
  border-right: 1px solid #dddddd;
}

.TeaserRow-count-4 .ArticleTeaser-1 {
  border-right: 1px solid #dddddd;
}

.TeaserRow-count-4 .ArticleTeaser-2 {
  border-right: 1px solid #dddddd;
}

.TeaserRow-count-4 .TeaserClassnotes-content .ArticleTeaser-0,
.TeaserRow-count-4 .TeaserClassnotes-content .ArticleTeaser-1,
.TeaserRow-count-4 .TeaserClassnotes-content .ArticleTeaser-2,
.TeaserRow-count-4 .TeaserClassnotes-content .ArticleTeaser-3,
.TeaserClassnotes-content > div {
  border-right: 1px solid #333333;
  border-bottom: none;
}

.TeaserRow-count-4 .TeaserClassnotes-content .ArticleTeaser-3,
.TeaserClassnotes-content > div:last-of-type {
  border-right: none;
}

.article-grid-3 .Article-grid-pos-1 {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.Obituary-highlight {
  border: 1px solid #000;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.Obituary-highlight .Classnote-lower-divider {
  display: none;
}

.MagicSlideshowSlide-label-wrapper {
  right: auto;
  left: 0;
}

.MagicSlideshow .MagicSlideshow-overlay-button {
  width: 35px;
  padding: 7px;
  background: none;
}

.MagicSlideshowSlide-label {
  background: none;
  padding: 15px;
  color: #000;
  position: absolute;
  bottom: 0;
  width: 410px;
}

.is-dark .MagicSlideshowSlide-label {
  color: #fff;
}

.slideshow-inside-holder {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.MagicSlideshow .MagicSlideshow-overlay-button.MagicSlideshow-prev-button {
  left: -36px;
  transition: left 400ms;
}

.MagicSlideshow .MagicSlideshow-overlay-button.MagicSlideshow-prev-button:hover {
  left: -46px;
}

.MagicSlideshow .MagicSlideshow-overlay-button.MagicSlideshow-next-button {
  right: -36px;
  transition: right 400ms;
}

.MagicSlideshow .MagicSlideshow-overlay-button.MagicSlideshow-next-button:hover {
  right: -46px;
}

.BooksTeaser-col a,
.classified a {
  word-break: break-all;
}

.BooksTeaser-col a:hover {
  text-decoration: none;
}

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

.Classnote-image.width-100 {
  width: 100%;
  max-width: 100%;
  padding-top: 1.5rem;
  padding-right: 0;
}

img.image-with-frame,
.Classnote-image img,
.ClassTeaser-image img {
  border: 2px solid #fff;
}

.Classnote .Classnote-text-inner p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.Classnote-section-title {
  margin-bottom: 4rem;
}

.Classnote-section-title .Classnote-label {
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.ClassTeaserVE-classdisplay {
  min-height: 190px;
}

.ClassTeaser-more-link {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0;
}

.ClassTeaser-more-link .pointy-right-arrow-wrap-inner svg {
  width: 20px;
}

.ClassTeaserVE-right {
  border-left: 1px solid #000;
  min-height: 190px;
  position: relative;
}

.ClassnoteVE-text p:last-of-type {
  padding-bottom: 0;
}

.ClassTeaserVE-right-inner {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ClassTeaser-lower-section {
  bottom: 0;
  left: 0;
}

.jce_caption {
  /* float: left;
   max-width: 50%;
   padding-right: 1rem;
   */
}

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

.mobile-ad > div {
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.mobile-ad a {
  display: block;
}

.weather-info > div {
  display: inline-block;
}

.weather-info-temp {
  font-size: 9rem;
  line-height: 5.5rem;
  font-weight: 100;
}

.weather-info-description {
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.weather-info-degree {
  position: absolute;
  top: 0;
  font-size: 5rem;
  line-height: 3.5rem;
}

.headline-section-wrapper .weather-widget {
  bottom: 3rem;
}

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

/* sm sizes */
@media (min-width: 991px) and (max-width: 1199px) {
  .col-md-2_4 {
    width: 20%;
  }
}
@media (max-width: 1299px) {
  .SideScrollTiles-next-button, .SideScrollTiles-prev-button {
    display: none;
  }
}
/* md sizes */
@media (max-width: 1199px) {
  #main-logo {
    max-width: 220px;
    padding-top: 0;
  }

  #block-brownam-main-menu .navbar-nav {
    margin-top: 0;
  }

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

  #search-lupe-wrap {
    top: 0;
    height: 70px;
  }

  .tugged #support-button,
#support-button {
    left: 180px;
  }

  /* for articles */
  .article-share-element {
    margin-top: 0;
    margin-bottom: 4rem;
  }

  .article-share-element .SocialShare {
    position: relative;
    top: auto;
    z-index: 8;
  }

  .article-wrap {
    margin-top: 1rem;
  }

  .ImageTextElement-Image.image-style-left {
    margin-left: 0;
    max-width: 60%;
  }

  .SidebarElement-inner {
    position: relative;
    top: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .SidebarElement.sidebar-right .SidebarElement-inner,
.SidebarElement.sidebar-left .SidebarElement-inner {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }

  .ImageTextElement-Image.image-style-center-big {
    margin-left: 0;
    margin-right: 0;
  }

  .ImageTextElement-Image.image-style-right {
    margin-right: 0;
    max-width: 60%;
  }

  .BooksTeaserPaidElement .BooksTeaser-col-6,
.BooksTeaserPaidElement .BooksTeaser-col-12,
.BooksTeaser-col:last-of-type {
    border-right: 1px solid #ddd;
  }

  .BooksTeaserPaidElement .BooksTeaser-col-5,
.BooksTeaserPaidElement .BooksTeaser-col-10 {
    border-right: none;
  }
}
/* sm sizes */
@media (max-width: 991px) {
  .BooksTeaserPaidElement .BooksTeaser-col-5,
.BooksTeaserPaidElement .BooksTeaser-col-10 {
    border-right: 1px solid #ddd;
  }

  .BooksTeaserPaidElement .BooksTeaser-col-4,
.BooksTeaserPaidElement .BooksTeaser-col-8,
.BooksTeaserPaidElement .BooksTeaser-col-12 {
    border-right: none;
  }

  .tugged #support-button, #support-button {
    left: 20px;
    top: -5px;
  }

  #support-button .btn,
.tugged #support-button .btn {
    font-size: 16px;
    line-height: 19px;
  }

  #preheader-navigation .nav > li a {
    padding: 10px 10px;
  }

  #block-brownam-main-menu li a {
    font-size: 1.5rem;
    padding-left: 8px;
  }

  #block-brownam-main-menu li {
    min-width: 160px;
  }

  #block-brownam-main-menu .navbar-nav {
    margin-right: 46px;
  }

  #navbar-collapse {
    padding-right: 0;
  }

  .tugged #main-logo,
#main-logo {
    max-width: 180px;
  }

  .TeaserRow-count-4 .ArticleTeaser-0 .ArticleTeaser-inner,
.TeaserRow-count-4 .ArticleTeaser-1 .ArticleTeaser-inner {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #dddddd;
  }

  .Mode-for-TeaserGroup4cv3Element .TeaserGroup-gridcol-1 {
    width: 100%;
  }

  .Mode-for-TeaserGroup4cv3Element .TeaserGroup-gridcol-2 {
    display: none !important;
  }

  .Mode-for-TeaserGroup4cv5Element .TeaserGroup-gridcol-1 {
    width: 100%;
  }

  .Mode-for-TeaserGroup4cv5Element .TeaserGroup-gridcol-2 {
    width: 100%;
  }

  .Mode-for-TeaserGroup4cv5Element .ArticleTeaser-hero-1 .ArticleTeaser-image-wrapper {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #dddddd;
  }

  .ClassnoteTeaser-3 {
    display: none !important;
  }

  .TeaserClassnotes-content .ArticleTeaser .ArticleTeaser-inner {
    border-bottom: 0;
  }

  .TeaserClassnotes-content .ArticleTeaser-2 {
    border-right: none;
  }

  .TeaserComments .CommentsTeaser-2 {
    display: none !important;
  }

  .TeaserCommentsGroup.TeaserComments .CommentsTeaser-2 {
    display: block !important;
  }

  .ArticleReaderFeedback-read-link {
    position: relative;
    right: auto;
    bottom: auto;
    clear: both;
    padding-bottom: 1rem;
    padding-top: 1rem;
    width: 100%;
    text-align: right;
  }

  .ArticleReaderFeedback-headline {
    width: 100%;
  }
}
/* xs sizes */
@media (max-width: 767px) {
  html {
    font-size: 9px;
  }

  #main-content {
    margin-top: 2rem;
  }

  /*
      .pop-over-toggle {
          border-bottom:none;
          cursor: auto;
      }
  */
  .SimpleTable-col-list h5 {
    height: 55px;
  }

  .SimpleTableElement {
    clear: both;
    overflow-x: auto;
  }

  .SimpleTable {
    min-width: 450px;
  }

  .BooksTeaserPaidElement .BooksTeaser-col-4,
.BooksTeaserPaidElement .BooksTeaser-col-5,
.BooksTeaserPaidElement .BooksTeaser-col-8,
.BooksTeaserPaidElement .BooksTeaser-col-10,
.BooksTeaserPaidElement .BooksTeaser-col-12 {
    border-right: 1px solid #ddd;
  }

  .BooksTeaser .BooksTeaser-col-2,
.BooksTeaser .BooksTeaser-col-4,
.BooksTeaser .BooksTeaser-col-6,
.BooksTeaser .BooksTeaser-col-8,
.BooksTeaser .BooksTeaser-col-10,
.BooksTeaser .BooksTeaser-col-12,
.BooksTeaser .BooksTeaser-col-14,
.BooksTeaser .BooksTeaser-col-16 {
    border-right: none;
  }

  .Classnote-newsbadge {
    max-width: 96px;
    float: left;
    padding-right: 16px;
    padding-bottom: 0;
  }

  .navbar-toggle {
    margin-left: 12px;
    float: left;
    border: none;
    padding-left: 2px;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-right: 0;
    position: absolute;
    z-index: 3;
    height: 28px;
    padding-top: 0;
  }

  header.navbar {
    top: 0;
    margin-bottom: 0;
    height: auto;
    min-height: 42px;
  }

  .tugged #navbar-container,
#navbar-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  #preheader-navigation {
    display: none;
  }

  #main-logo {
    display: none;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 0;
    background-color: #000;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
    transition: all 400ms;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
  }

  #mobile-search-input {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
  }

  .class-year-md {
    font-size: 6.8rem;
    line-height: 6.8rem;
  }

  #mobile-search-input input {
    margin-left: 55px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-top: 5px;
    max-width: 210px;
    font-size: 17px;
    width: 100%;
  }

  body.search-out #mobile-search {
    display: none !important;
  }

  #mobile-search-input #top-search-close {
    top: 4px;
    right: 14px;
  }

  #mobile-logo {
    margin-top: 35px;
    display: block;
    background: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .tugged #mobile-logo #full-logo {
    display: block;
  }

  #mobile-logo img {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    max-width: 375px;
  }

  .mobile-nav-divider {
    position: absolute;
    top: 38px;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  #mobile-search-input {
    position: absolute;
  }

  .top-nav-right {
    position: absolute;
    right: 12px;
    top: 0;
    top: 5px;
  }

  .navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }

  .top-nav-search {
    width: 23px;
    height: 29px;
    margin-top: 0px;
    margin-right: 0;
    cursor: pointer;
  }

  .section-title {
    font-size: 3.8rem;
    line-height: 4rem;
    font-weight: 300;
  }

  #search-lupe-wrap {
    top: 0;
    height: 70px;
    display: none;
  }

  body #block-brownam-main-menu .navbar-nav,
body.search-out #block-brownam-main-menu .navbar-nav {
    margin-top: 45px;
    margin-left: -15px;
    background: #fff;
    float: none;
    margin-right: 0;
  }

  .tugged #block-brownam-main-menu .navbar-nav {
    margin-top: 45px;
  }

  #block-brownam-main-menu .navbar-nav li {
    border: none;
  }

  #block-brownam-main-menu li a {
    padding-left: 14px;
  }

  .tugged .navbar-default .navbar-nav > li > a,
.tugged .navbar-default .navbar-nav > li > a:link {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
  }

  body #block-brownam-main-menu #top-search-input {
    display: none !important;
  }

  .MagicSlideshowSlide-label-wrapper,
.MagicSlideshowSlide-label {
    width: 100%;
  }

  .MagicSlideshowElement .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }

  header button.navbar-toggle.collapsed span.icon-bar {
    transform: rotate(0deg);
    opacity: 1;
  }

  header button.navbar-toggle[aria-expanded=true] span:nth-of-type(2) {
    transform: rotate(45deg);
    position: absolute;
    top: 11px;
  }

  header button.navbar-toggle[aria-expanded=true] span:nth-of-type(3) {
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
  }

  header button.navbar-toggle[aria-expanded=true] span:nth-of-type(4) {
    opacity: 0;
  }

  .tugged #block-brownam-main-menu #support-button,
#block-brownam-main-menu #support-button {
    display: block;
    z-index: 6000;
    left: auto;
    bottom: 45px;
    right: 0;
    position: absolute;
    width: 135px;
    top: auto;
  }

  .tugged #support-button-circle-backgroud,
#support-button-circle-backgroud {
    top: -25px;
    left: 21px;
    border-radius: 75px;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: -1;
    transition: all 400ms;
  }

  .headline-xl, .font-xl {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .section-title-classes {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }

  .headline-section-wrapper .Newsbit-wrap {
    display: none;
  }

  .headline-section-wrapper h4.section-title {
    margin-bottom: 0.5rem;
  }

  .headline-section-wrapper .divider.mt-lg {
    margin-top: 0.5rem;
  }

  .headline-section-wrapper .fixed-button-wrap {
    right: 15px;
    bottom: 0.5rem;
  }

  .TeaserGroup-gridcol-1 {
    margin-bottom: 1.5rem;
  }

  .TeaserRow-count-3 .ArticleTeaser .ArticleTeaser-inner {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #dddddd;
  }

  .ClassnoteTeaser.ArticleTeaser .ArticleTeaser-inner {
    border: none !important;
  }

  .ClassTeaserVE-classdisplay {
    min-height: 0;
  }

  .ClassTeaserVE-right {
    border: none;
  }

  .ClassnoteTeaser {
    border: none !important;
  }

  .ClassnoteTeaser .ArticleTeaser-label.mb-lg {
    margin-bottom: 0.5rem;
  }

  .TeaserRow-bottom-border {
    display: none;
  }

  .article-grid-3 .Article-grid-pos-1 {
    border-right: none;
  }

  .article-grid-3 .Article-grid-pos-xs-1 {
    border-left: 1px solid #dddddd;
  }

  #footer-info {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .article-headline-xxl {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .hero-image {
    padding-bottom: 0.5rem;
  }

  .article-headline-xxl .headline-xxl {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  #article-filter-col {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 6;
    overflow-y: scroll;
    display: none;
    padding-bottom: 4rem;
    padding-top: 20px;
  }

  .ArticleTeaser-headline {
    font-size: 1.8rem;
    line-height: 2.3rem;
    margin-bottom: 0.5rem;
  }

  .Classnote-image {
    width: 100%;
    padding: 0;
    padding-bottom: 1rem;
    float: none;
    max-width: 100%;
  }

  .SidebarElement.sidebar-right .SidebarElement-inner,
.SidebarElement.sidebar-left .SidebarElement-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .ClassTeaser-more-link {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 18px;
  }

  .InquiriesForm .form-group-left {
    width: 100%;
    padding-right: 0;
  }

  .InquiriesForm .form-group-right {
    width: 100%;
    padding-left: 0;
  }

  .headline-section-wrapper .weather-widget {
    bottom: 3rem;
  }
}
/* xxs sizes

iphone x
*/
@media (max-width: 374px) {
  .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-xxs-8 {
    width: 50%;
    left: auto;
  }

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

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