.panel {
  padding-top: 2em;
  padding-bottom: 2em;
}
.panel h3 {
  color: #820000;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.panel-title h2 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.bottom-right-text {
  content: "";
  position: absolute;
  bottom: 0.8em;
  right: 1.2em;
  color: #820000;
  font-family: "Source Serif Pro";
  font-size: 0.9em;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.small-square {
  color: #5f574f;
  position: absolute;
  top: 0;
  margin: 0 0 0 -15px;
  content: '\25AA';
}
.panel.content-posts .content-posts-content {
  padding-right: 2em;
}
.panel.content-posts .content-posts-posts .card {
  margin-bottom: 1em;
}
.panel.content-posts .content-posts-posts .card.social {
  box-shadow: 0 0 8px #d5d0c0;
  background-color: #ffffff;
}
.newspaper-columns-content {
  min-height: 0;
}
.newspaper-columns-content .keep-together {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
  display: inline-block;
}
.newspaper-columns-content .well {
  /* margin-top keeps box-shadow with box in Chrome; margin-top = margin-bottom = 1/2 the gutter allows card-like layout */
  margin-top: .75em;
  margin-bottom: .75em;
}
@media (min-width: 992px) {
  .newspaper-columns-2 .newspaper-columns-content {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1.25em;
    -webkit-column-gap: 1.25em;
    column-gap: 1.25em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newspaper-columns-3 .newspaper-columns-content {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newspaper-columns-3 .newspaper-columns-content {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25em;
    -webkit-column-gap: 1.25em;
    column-gap: 1.25em;
  }
}
@media (min-width: 1200px) {
  .newspaper-columns-3 .newspaper-columns-content {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newspaper-columns-4 .newspaper-columns-content {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newspaper-columns-4 .newspaper-columns-content {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25em;
    -webkit-column-gap: 1.25em;
    column-gap: 1.25em;
  }
}
@media (min-width: 1200px) {
  .newspaper-columns-4 .newspaper-columns-content {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
  }
}
.masonry-grid {
  min-height: 200px;
}
.masonry-grid .masonry-item {
  float: left;
  margin-bottom: 17px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .masonry-grid.columns-5 .masonry-item {
    width: calc((100% - (16px * 2)) / 3);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .masonry-grid.columns-5 .masonry-item {
    width: calc((100% - (16px * 3)) / 4);
  }
}
@media (min-width: 1200px) {
  .masonry-grid.columns-5 .masonry-item {
    width: calc((100% - (16px * 4)) / 5);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .masonry-grid.columns-4 .masonry-item {
    width: calc((100% - (16px * 2)) / 3);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .masonry-grid.columns-4 .masonry-item {
    width: calc((100% - (16px * 3)) / 4);
  }
}
@media (min-width: 1200px) {
  .masonry-grid.columns-4 .masonry-item {
    width: calc( (100% - (16px * 3)) / 4);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .masonry-grid.columns-3 .masonry-item {
    width: calc((100% - (16px * 1)) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .masonry-grid.columns-3 .masonry-item {
    width: calc((100% - (16px * 2)) / 3);
  }
}
@media (min-width: 1200px) {
  .masonry-grid.columns-3 .masonry-item {
    width: calc((100% - (16px * 2)) / 3);
  }
}
.panel.video-preview .video-container {
  position: relative;
  padding: 0;
}
.panel.video-preview .video-container.playing:after {
  content: " ";
  width: 100%;
  height: 100%;
  min-height: 30%;
  background: #000000;
  transition: all 0.25s ease-out;
  z-index: 2;
}
.panel.video-preview .video-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.panel.video-preview .video-container:after {
  transition: all 0.25s ease-out;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: traslateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: " ";
  width: 100%;
  height: 100%;
  min-height: 30%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 2;
}
.panel.video-preview .video-container video,
.panel.video-preview .video-container .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: traslateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.panel.video-preview .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  border: none;
}
.panel.video-preview .video-container video {
  width: 100%;
  z-index: 1;
}
.panel.video-preview .video-container video:before {
  width: 100%;
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
}
.panel.video-preview .video-container video::-webkit-media-controls-play-button {
  display: none !important;
}
.panel.video-preview .video-container .overlay-content {
  text-align: center;
  width: auto;
  z-index: 3;
}
.panel.video-preview .video-container .overlay-content .btn.btn-primary.btn-lg {
  font-size: 5em;
  padding: .25em;
  margin: 0;
  background: none;
  border: none;
  color: #fff;
  opacity: .6;
  transition: opacity 0.25s ease-in-out;
}
.panel.video-preview .video-container .overlay-content .btn.btn-primary.btn-lg:hover {
  opacity: 0.9;
}
@media (min-width: 768px) {
  .panel.video-preview .video-container .overlay-content .btn.btn-primary.btn-lg {
    font-size: 7em;
  }
}
.panel.video-preview .video-container .overlay-content .fa-play-circle {
  background: transparent;
  color: #fff;
}
.slide {
  backface-visibility: hidden;
  background-color: #ffffff;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  opacity: .999999;
}
@media screen and (min-width: 640px) {
  .slide {
    min-height: 100vh;
  }
}
.slide .slide-content {
  padding: 1.6875em;
}
@media screen and (min-width: 640px) {
  .slide .slide-content {
    backface-visibility: inherit;
    background-color: rgba(255, 255, 255, 0.85);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 0;
    margin: calc(100vh - 73px) 3.375em -1px;
    position: relative;
  }
}
@media screen and (min-width: 640px) {
  .slide .slide-content h2 {
    margin: 0;
    font-size: 28px;
    line-height: 44px;
  }
}
@media screen and (min-width: 820px) {
  .slide .slide-content {
    max-width: 600px;
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .slide .slide-content.fixed {
    margin-top: 0;
    position: fixed;
    top: calc(100vh - 73px);
  }
}
.slide .slide-content.relative {
  margin-top: 1.6875em;
  position: relative;
  top: 0;
}
@media screen and (min-width: 820px) {
  .slide .slide-content.slide-left {
    left: 0;
    float: left;
    margin-left: 6.875em;
  }
}
@media screen and (min-width: 820px) {
  .slide .slide-content.slide-right {
    float: right;
    margin-right: 6.875em;
    right: 0;
  }
}
@media screen and (min-width: 820px) {
  .slide .slide-content.slide-center {
    left: calc(50% - 3.375em);
    transform: translateX(-50%);
  }
}
.slide .slide-content[data-readmore] {
  transition: height 0.25s ease-in-out;
}
.slide .slide-content[aria-expanded="true"] {
  height: auto;
  max-height: none;
}
@media screen and (min-width: 640px) {
  .slide .slide-content[aria-expanded="true"] {
    height: auto !important;
    max-height: none !important;
    overflow: visible;
  }
}
@media screen and (max-width: 639px) {
  .slide .slide-content[aria-expanded="false"] {
    max-height: 200px;
    overflow: hidden;
  }
}
@media screen and (min-width: 640px) {
  .slide .slide-content[aria-expanded="false"] {
    height: auto !important;
    max-height: none !important;
    overflow: visible;
  }
}
@media screen and (min-width: 640px) {
  .slide .slide-content.initial {
    margin-top: 0;
    position: relative;
    margin-top: calc(100vh + 8px);
  }
}
@media screen and (max-width: 639px) {
  .slide a[data-readmore-toggle] {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 4.0625em;
    padding-top: 2.1875em;
    text-align: center;
  }
}
@media screen and (min-width: 640px) {
  .slide a[data-readmore-toggle] {
    display: none;
  }
}
.slide .social-share {
  backface-visibility: inherit;
  display: block;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .slide .social-share {
    margin-bottom: 2em;
  }
}
.slide .social-share .social-share-label {
  display: none;
}
@media screen and (max-width: 819px) {
  .slide .social-share .social-share-label {
    display: block;
    text-transform: uppercase;
    font-size: 0.9375em;
    color: #820000;
    margin-bottom: -0.5em;
  }
}
@media screen and (min-width: 820px) {
  .slide .social-share {
    background-color: inherit;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    height: 8.5em;
    opacity: 1;
    padding-left: 0;
    padding-top: 1em;
    position: absolute;
    right: -3em;
    top: calc(50% - 4.25em);
    width: 3em;
  }
}
.slide .social-share ul {
  font-size: 36px;
  padding: 0;
  display: inline-block;
  margin: .25em auto 0;
}
@media screen and (min-width: 820px) {
  .slide .social-share ul {
    font-size: 24px;
    margin: 0 0 0 .5em;
  }
}
.slide .social-share li {
  margin: 0 .25em;
}
@media screen and (min-width: 820px) {
  .slide .social-share li {
    display: block;
    padding: 0;
    margin-right: .5em;
  }
}
.slide .social-share li a {
  margin-bottom: 0;
}
.slide .slide-image {
  position: relative;
  width: 100vw;
  height: 100vw;
  background-size: cover;
  background-position: center;
  backface-visibility: inherit;
}
@media screen and (min-width: 640px) {
  .slide .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100vw - 15px);
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 640px) {
  .slide .slide-image.fixed-bg {
    background-attachment: fixed;
  }
}
@media screen and (min-width: 640px) {
  .slide .slide-image.initial {
    height: 100vh;
  }
}
.slide .hidden-xs {
  display: none !important;
}
@media screen and (min-width: 640px) {
  .slide .hidden-xs {
    display: inherit !important;
  }
}
.slide .visible-xs {
  display: inherit !important;
}
@media screen and (min-width: 640px) {
  .slide .visible-xs {
    display: none !important;
  }
}
.slide .visible-xs.slide-image-attrib {
  padding-left: 1.5em;
}
