/* 	-------------------------------------------------
 	Base Mixins
	------------------------------------------------- */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
/* 	-------------------------------------------------
 	Grayscale Filter
	------------------------------------------------- */
.grayscale {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity=(50));
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.no-grayscale {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity=(100));
  -moz-opacity: 100 / 100;
  opacity: 100 / 100;
  filter: none;
  -webkit-filter: grayscale(0%);
}
.crisp-edges {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
/* 	-------------------------------------------------
 	Animations
	------------------------------------------------- */
/* 	-------------------------------------------------
 	Media Wraps
	------------------------------------------------- */
#content[class*="discordjam"] {
  background: #7289da url('../img/discordjam/background.png') top left;
}
#content[class*="discordjam"] h1 {
  margin-bottom: 20px;
  font-size: 3em;
}
#content[class*="discordjam"] a {
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.container-block {
  background: #fff;
  color: #737f8d;
  padding: 40px 0 20px;
}
.container-block a {
  color: #7289da;
}
.container-block h2 {
  font-size: 2em;
}
.container-block h2,
.container-block h3 {
  color: #7289da;
  border: none;
}
.container-block.alt2 {
  background: #f3f3f3;
}
.container-block.alt {
  background: #ebebeb;
}
.container-block.none {
  background: none;
  color: inherit;
}
.container-block.none h2,
.container-block.none h3 {
  color: inherit;
}
.container-block.none p a {
  color: inherit;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  filter: alpha(opacity=(60));
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.container-block.none p a:hover,
.container-block.none p a:focus {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  opacity: 1;
}
.container-block p {
  font-size: 18px;
}
.timezone-wrap {
  position: relative;
  overflow: hidden;
  padding: 60px 10px 0;
  margin-bottom: 10px;
  border-left: 2px dashed;
  border-right: 2px dashed;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  font-weight: bold;
}
.timezone-slider {
  position: absolute;
  top: 0;
  width: 2px;
  background: #737f8d;
  color: #fff;
  text-align: center;
  font-size: 13px;
  bottom: 0;
  z-index: 1;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.timezone-slider .timezone-slider-nib {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90px;
  border-radius: 4px;
  background: inherit;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 4px 8px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.timezone-slider .timezone-slider-nib-debug {
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 2px;
  background: red;
}
.timezone-slider.scroll {
  z-index: 2;
  background: #7289da;
}
.timezone-slider.scroll .timezone-slider-nib {
  cursor: ew-resize;
}
.timezone-slider .timezone-time {
  color: #7289da;
  padding: 2px 10px;
  margin-top: 137px;
  margin-bottom: -75px;
  width: 130px;
  text-align: left;
  white-space: nowrap;
}
.timezone-slider.flip .timezone-time {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  text-align: right;
}
.timezone-bar {
  margin-bottom: 20px;
}
.timezone-bar[data-offset="-4"] {
  -webkit-transform: translateX(4.16666667%);
  -moz-transform: translateX(4.16666667%);
  -o-transform: translateX(4.16666667%);
  transform: translateX(4.16666667%);
}
.timezone-bar[data-offset="-5"] {
  -webkit-transform: translateX(5.20833333%);
  -moz-transform: translateX(5.20833333%);
  -o-transform: translateX(5.20833333%);
  transform: translateX(5.20833333%);
}
.timezone-bar[data-offset="-6"] {
  -webkit-transform: translateX(6.25%);
  -moz-transform: translateX(6.25%);
  -o-transform: translateX(6.25%);
  transform: translateX(6.25%);
}
.timezone-bar[data-offset="2"] {
  -webkit-transform: translateX(-2.08333333%);
  -moz-transform: translateX(-2.08333333%);
  -o-transform: translateX(-2.08333333%);
  transform: translateX(-2.08333333%);
}
.timezone-bar[data-offset="9.5"] {
  -webkit-transform: translateX(-9.89583333%);
  -moz-transform: translateX(-9.89583333%);
  -o-transform: translateX(-9.89583333%);
  transform: translateX(-9.89583333%);
}
.timezone-day {
  display: inline-block;
  width: 25%;
}
.timezone-day.off-day .timezone-slot:before {
  background: #737f8d;
}
.timezone-slots {
  padding: 2px 3px 3px;
  line-height: 10px;
  margin: 0 2px 2px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.timezone-date {
  text-align: center;
  font-size: 13px;
}
.timezone-info {
  margin-bottom: 5px;
}
.timezone-slot {
  display: inline-block;
  width: 4.16666667%;
}
.timezone-slot:before {
  content: '';
  display: block;
  margin: 0 1px;
  height: 10px;
  background: #7289da;
}
.timezone-slot.early:before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  filter: alpha(opacity=(60));
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.timezone-slot.late:before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  filter: alpha(opacity=(30));
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.timezone-events {
  position: relative;
  height: 10px;
  margin: 5px 0;
}
.timezone-events:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  border-top: 4px dotted #737f8d;
}
.timezone-events .timezone-event {
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 4em;
  background: #7289da;
  cursor: pointer;
}
.timezone-events .timezone-event-label {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -moz-transform: translateX(-50%) translateY(-100%);
  -o-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  left: 50%;
  padding: 3px 8px;
  border-radius: 3px;
  white-space: nowrap;
  background: #fff;
  color: #737f8d;
  font-size: 13px;
  margin-top: -10px;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.timezone-events .timezone-event-label:after {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.timezone-events .timezone-event-label:hover {
  background: #737f8d;
  color: #fff;
}
.timezone-events .timezone-event-label:hover:after {
  border-top-color: #737f8d;
}
.jammers {
  margin: 30px -5px 0;
}
.jammer {
  display: inline-block;
  vertical-align: top;
  width: 33.33333333%;
  margin-bottom: 10px;
}
.jammer a {
  color: inherit;
}
.jammer .jammer-wrap {
  margin: 0 5px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.jammer .jammer-image {
  position: relative;
  float: left;
  margin-right: 20px;
  width: 90px;
  height: 90px;
  border-radius: 4em;
  background: #fff center no-repeat;
  background-size: cover;
}
.jammer .jammer-image .flag {
  position: absolute;
  bottom: 0;
  right: 0;
}
.jammer .jammer-title {
  margin-top: 6px;
  font-weight: bold;
  font-size: 1.2em;
}
.jammer .jammer-roles {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9em;
}
.jammer .jammer-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jammer .jammer-info:after {
  content: '';
  display: block;
  clear: both;
}
.jammer .jammer-info li {
  float: left;
  margin-right: 5px;
}
.jammer .jammer-info li a {
  font-size: 1.5em;
  width: 1.2em;
  text-align: center;
  display: block;
}
.jammer .info-twitch:hover {
  color: #8547c4;
}
.jammer .info-twitter:hover {
  color: #009ef6;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .jammer {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .jammer {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
    display: block;
  }
}
.twitter-feed {
  margin: 0 -8px;
  padding: 20px 0;
}
.twitter-feed:after {
  content: '';
  display: block;
  clear: both;
}
.twitter-feed .twitter-feed-entry {
  float: left;
  width: 33.33333333%;
}
.twitter-feed .twitter-feed-entry .entry-wrap {
  margin: 0 8px 16px;
  padding: 15px;
  background: #fff;
  color: #000;
  border-radius: 3px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.twitter-feed .twitter-feed-entry .entry-wrap:hover,
.twitter-feed .twitter-feed-entry .entry-wrap:focus {
  background: #e6ecf0;
  cursor: pointer;
}
.twitter-feed .twitter-feed-entry .entry-wrap > * {
  position: relative;
  z-index: 1;
}
.twitter-feed .twitter-feed-entry .entry-cover-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.twitter-feed .twitter-feed-entry .entry-user:after {
  content: '';
  display: block;
  clear: both;
}
.twitter-feed .twitter-feed-entry .entry-user a {
  color: #000;
  text-decoration: none;
}
.twitter-feed .twitter-feed-entry .entry-user a span {
  display: inline;
  text-decoration: none !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity=(50));
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.twitter-feed .twitter-feed-entry .entry-user a span:before {
  content: '';
  display: block;
}
.twitter-feed .twitter-feed-entry .entry-user a:hover strong {
  text-decoration: underline;
  color: #009ef6;
}
.twitter-feed .twitter-feed-entry .entry-user-image {
  float: left;
  border-radius: 4em;
  margin-right: 6px;
  margin-bottom: 6px;
}
.twitter-feed .twitter-feed-entry .entry-text a {
  color: #009ef6;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap {
  padding: 10px 0 0;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count] .entry-media {
  height: 100%;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count] .entry-media a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count] .entry-media img {
  position: relative;
  width: auto;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 100%;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="1"] .entry-media {
  float: none;
  width: 100%;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="1"] .entry-media img {
  width: 100%;
  height: auto;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="2"] {
  height: 180px;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="2"] .entry-media-0 {
  width: 50%;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="2"] .entry-media-0 a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="2"] .entry-media-1 {
  width: 50%;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="2"] .entry-media-1 a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="3"] {
  height: 180px;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="3"] .entry-media-0 {
  width: 75%;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="3"] .entry-media-0 a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="3"] .entry-media-1,
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="3"] .entry-media-2 {
  width: 25%;
  height: 50%;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="3"] .entry-media-1 a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="3"] .entry-media-2 {
  padding-bottom: 0;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="3"] .entry-media-2 a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="4"] {
  height: 260px;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="4"] .entry-media-0 {
  width: 75%;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="4"] .entry-media-0 a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="4"] .entry-media-1,
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="4"] .entry-media-2,
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="4"] .entry-media-3 {
  width: 25%;
  height: 33.33333333%;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="4"] .entry-media-1 a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="4"] .entry-media-2 a {
  border-radius: 0;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="4"] .entry-media-3 {
  padding-bottom: 0;
}
.twitter-feed .twitter-feed-entry .entry-media-wrap[data-count="4"] .entry-media-3 a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.twitter-feed .twitter-feed-entry .entry-media {
  float: left;
  padding: 0.5px;
}
.twitter-feed .twitter-feed-entry .entry-media a {
  display: block;
  border-radius: 3px;
}
.twitter-feed .twitter-feed-entry .entry-media img {
  width: 100%;
}
.twitter-feed .twitter-feed-entry .entry-media .video-wrap {
  position: relative;
  background: #000;
}
.twitter-feed .twitter-feed-entry .entry-media .video-wrap:before {
  content: "\f04b";
  display: inline-block;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
}
.twitter-feed .twitter-feed-entry .entry-media .video-wrap:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 50px;
  color: #fff;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.twitter-feed .twitter-feed-entry .entry-media .video-wrap.playing:before,
.twitter-feed .twitter-feed-entry .entry-media .video-wrap.gif:before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity=(0));
  -moz-opacity: 0;
  opacity: 0;
}
.twitter-feed .twitter-feed-entry .entry-media video {
  display: block;
  width: 100%;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .twitter-feed .twitter-feed-entry {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .twitter-feed .twitter-feed-entry {
    width: 100%;
  }
}
.twitter-feed-empty {
  background: #fff;
  border-radius: 3px;
  padding: 4px 8px;
  color: #737f8d;
  text-align: center;
}
.twitter-feed-loader {
  text-align: center;
  font-size: 24em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn-more {
  position: relative;
  z-index: 10;
  display: block;
  width: 150px;
  margin: auto;
  font-size: 18px;
  padding: 16px;
  border: none;
  border-radius: 3px;
}
.btn-more:hover,
.btn-more:focus {
  color: #7289da;
  background: #f2f2f2;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.flag {
  display: block;
  background: none top left no-repeat;
  background-size: auto 100%;
  width: 28px;
  height: 28px;
}
.flag-us {
  background-image: url('../img/discordjam/flags/197484.png');
}
.flag-au {
  background-image: url('../img/discordjam/flags/197507.png');
}
.flag-fi {
  background-image: url('../img/discordjam/flags/197585.png');
}
.flag-ca {
  background-image: url('../img/discordjam/flags/197430.png');
}
#sub-navigation .navbar {
  border-radius: 0;
}
.article-toc-wrap {
  display: block;
}
.article-toc-toggle {
  display: none;
}
.article-toc {
  max-width: 255px;
}
.article-toc.affix {
  top: 80px;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding-bottom: 120px;
}
.article-toc li > a {
  border-left: 2px solid transparent;
  color: inherit;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.article-toc li > a:hover,
.article-toc li > a:focus {
  background: none;
  color: #ffce1f;
}
.article-toc li > .nav {
  display: none;
}
.article-toc li > .nav > li > a {
  padding-left: 30px;
}
.article-toc li > .nav > li > .nav > li > a {
  padding-left: 50px;
}
.article-toc li > .nav > li > .nav > li > .nav > li > a {
  padding-left: 70px;
}
.article-toc li.active > a {
  border-left: 2px solid #ffce1f;
}
.article-toc li.active > .nav {
  display: block;
}
.article-header {
  margin-bottom: 30px;
}
.article-content {
  font-size: 18px;
}
.article-content .anchor {
  display: block;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
}
.article-content img {
  background: #111;
  display: block;
  max-width: 100%;
  margin: 10px auto 30px;
}
.article-content video {
  max-width: 100%;
}
.article-content .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
}
.article-content .iframe-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.article-content .image-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.article-content .image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  padding: 15px 20px;
}
.article-content .image-source {
  display: block;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity=(50));
  -moz-opacity: 0.5;
  opacity: 0.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-content a {
  color: rgba(255, 206, 31, 0.9);
}
.article-content a:hover,
.article-content a:focus {
  color: #ffce1f;
}
.article-content a .image-wrap,
.article-content a img {
  margin-bottom: 0;
}
.article-content p {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.6);
}
.article-content pre {
  border: none;
  border-radius: 0;
  background: rgba(245, 245, 245, 0.05);
  padding: 20px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
}
.article-content pre code {
  display: block;
  background: none;
}
.article-content pre code .hljs-string {
  color: #f2c161;
}
.article-content pre code .hljs-number {
  color: #5ea16a;
}
.article-content pre code .hljs-meta,
.article-content pre code .hljs-keyword {
  color: #4887ba;
}
.article-content pre code .hljs-title {
  color: #f2c161;
}
.article-content pre code .hljs-built_in {
  color: #b184c5;
}
.article-content pre.collapse {
  position: relative;
  display: block;
  overflow: visible;
  padding-bottom: 20px;
}
.article-content pre.collapsed code {
  max-height: 200px;
  overflow: hidden;
}
.article-content pre .expand-code {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin: auto;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 6px 10px;
  text-decoration: none;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.article-content code {
  color: #fff;
  background: rgba(17, 17, 17, 0.5);
}
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5 {
  color: inherit;
  border: none;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.article-content h2 {
  font-size: 28px;
}
.article-content h3 {
  font-size: 24px;
}
.article-content h4 {
  font-size: 20px;
}
.article-content h5 {
  font-size: 20px;
}
.article-content ul {
  padding-left: 30px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.6);
}
.article-content ol a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.article-content table {
  margin-bottom: 30px;
}
.article-content table th,
.article-content table td {
  padding: 10px 15px;
  text-align: center;
  font-weight: normal;
}
.article-content table th {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.article-content table td {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.article-content hr {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.article-content .references {
  font-size: 0.85em;
}
@media all and (max-width: 991px) {
  .article-toc-toggle {
    position: absolute;
    display: block;
    top: 60px;
    left: 1px;
    padding: 8px 14px;
    color: inherit;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    background: rgba(0, 0, 0, 0.8);
    font-size: 1.3em;
    cursor: pointer;
  }
  .article-toc-toggle:hover,
  .article-toc-toggle:focus {
    color: #ffce1f;
  }
  .article-toc-wrap {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 500;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    height: auto !important;
    overflow: visible !important;
  }
  .article-toc-wrap.in {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .article-toc {
    padding: 120px 0 10px;
    height: 100%;
    width: 255px;
    overflow-y: auto;
  }
  .article-toc.affix {
    position: static;
    width: 255px;
  }
}
@media all and (max-width: 767px) {
  .article-toc {
    padding-top: 10px;
  }
  .article-toc.affix {
    top: 0;
  }
  .article-content img {
    margin-bottom: 0;
  }
  .article-content .image-caption {
    position: static;
    background: rgba(245, 245, 245, 0.05);
  }
}
#content .content-grid.blog .content-tile .content-detail {
  padding-bottom: 50px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .content-tile {
    width: 50%;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  #content .content-grid.blog .content-tile .content-detail {
    min-height: 320px;
  }
}
/*# sourceMappingURL=screen.css.map */