/**
 * Common devices screen size
 */
/**
 * Overall maximum site width for elements that are constrained
 */
/**
 * Set the maximum width to the site's maximum width.
 */
/**
 * Undo the changes by site-width.
 */
/**
 * Force a given aspect ratio, as defined by the provided width and height. Since this mixin
 * uses the vertical padding trick, you're also able to specify the expected width of the element.
 * In most examples, the element will be full width, so the default 100% will suffice. However, if you're
 * forcing an aspect ratio for an element that's, let's say, half width, pass in 50% for $p.
 * @param  {mixed} $w  Aspect ratio numerator (usually width, i.e. the 4 of 4:3)
 * @param  {mixed} $h  Aspect ratio denominator (usually height, i.e. the 3 of 4:3)
 * @param  {mixed} $p: 100%          Expected element size
 * @return {null}
 */
/**
 * Resets any aspect ratio imposed by aspect-ratio()
 */
/**
 * Resets any aspect ratio imposed by aspect-ratio()
 */
/**
 * Micro clearfix
 */
/**
 * Disables page scrolling. Must be applied to the html element.
 */
/**
 * Transition shortcut which utilizes default duration and easing.
 */
/**
 * Setup style for fluid (floating) columns layout's container.
 */
/**
 * Setup style for fluid (floating) columns layout's column.
 */
.youtube {
  background-color: #000;
  margin-bottom: 40px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer; }

.youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7; }

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px; }

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff; }

.youtube img,
.youtube .play-button {
  cursor: pointer; }

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute; }

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.GS-slide {
  max-width: 1000px;
  margin: 0 auto; }
  .GS-slide:first-child .GS-slide-number {
    top: 0; }
  .GS-slide:last-child .GS-slide-container:after {
    display: none; }

.GS-slide-container {
  padding-left: 70px;
  position: relative;
  padding-bottom: 40px; }
  @media screen and (max-width: 800px) {
    .GS-slide-container {
      padding-left: 50px; } }
  .GS-slide-container:after {
    border-left: 3px dotted #fb9323;
    width: 2px;
    height: 100%;
    content: '';
    position: absolute;
    left: 25px;
    top: 0;
    display: block;
    z-index: 0; }
    @media screen and (max-width: 800px) {
      .GS-slide-container:after {
        left: 18px; } }

.GS-slide-number {
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1; }
  .GS-slide-number .GS-slide-number-circle {
    font-size: 32px;
    font-weight: bold;
    color: #fb9323;
    text-align: center;
    line-height: 45px;
    border: 3px solid #fb9323;
    width: 50px;
    height: 50px;
    border-radius: 25px; }
    @media screen and (max-width: 800px) {
      .GS-slide-number .GS-slide-number-circle {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        font-size: 26px;
        line-height: 35px; } }
  @media screen and (max-width: 800px) {
    .GS-slide-number {
      width: 40px; } }

.GS-slide-content h5:first-child {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 .5em 0; }
  @media screen and (max-width: 800px) {
    .GS-slide-content h5:first-child {
      font-size: 18px; } }

.GS-slide-content p {
  margin: 0 0 1em 0;
  font-size: 16px; }
  @media screen and (max-width: 800px) {
    .GS-slide-content p {
      font-size: 14px; } }

.GS-slide-content-col-media {
  max-width: 250px; }
