/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Layout - General
\*------------------------------------*/
/* line 16, ../../../scss/dev/blog/06-layout.scss */
html {
  overflow-y: auto;
}

/* line 20, ../../../scss/dev/blog/06-layout.scss */
.site-wrapper {
  min-height: 100%;
  margin: 0 auto -571px auto;
  margin: 0 auto;
}

/* line 26, ../../../scss/dev/blog/06-layout.scss */
footer.main-footer,
.footer-push {
  height: 571px;
}

/* line 31, ../../../scss/dev/blog/06-layout.scss */
.site-container {
  width: 100%;
  max-width: 1124px;
  margin: auto;
}

/* line 37, ../../../scss/dev/blog/06-layout.scss */
.content-container {
  width: 100%;
  max-width: 1024px;
  padding: 0 30px;
  margin: auto;
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 37, ../../../scss/dev/blog/06-layout.scss */
  .content-container {
    padding: 0 30px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  /* line 37, ../../../scss/dev/blog/06-layout.scss */
  .content-container {
    padding: 0 30px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  /* line 37, ../../../scss/dev/blog/06-layout.scss */
  .content-container {
    padding: 0 20px;
  }
}

/* line 53, ../../../scss/dev/blog/06-layout.scss */
.content-wrapper {
  padding-top: 30px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 53, ../../../scss/dev/blog/06-layout.scss */
  .content-wrapper {
    padding-top: 30px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  /* line 53, ../../../scss/dev/blog/06-layout.scss */
  .content-wrapper {
    padding-top: 30px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  /* line 53, ../../../scss/dev/blog/06-layout.scss */
  .content-wrapper {
    padding-top: 20px;
  }
}

/* line 66, ../../../scss/dev/blog/06-layout.scss */
.body-wrapper {
  padding-top: 0;
}

/* line 70, ../../../scss/dev/blog/06-layout.scss */
main {
  opacity: 0;
  padding-bottom: 80px;
  transition: opacity 0.3s ease-in-out;
}
/* line 74, ../../../scss/dev/blog/06-layout.scss */
main.loaded {
  opacity: 1;
}

/*------------------------------------*\
:    Layout - Grid
\*------------------------------------*/
/* line 84, ../../../scss/dev/blog/06-layout.scss */
.column-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}
/* line 115, ../../../scss/dev/blog/_mixins.scss */
body.ie9 .column-container {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
body.ie9 .column-container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 91, ../../../scss/dev/blog/06-layout.scss */
.column-container--padded {
  border-top: 1px solid #d10303;
  padding-top: 20px;
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  /* line 91, ../../../scss/dev/blog/06-layout.scss */
  .column-container--padded {
    border-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  /* line 100, ../../../scss/dev/blog/06-layout.scss */
  .column-container--padded .column--small h2 {
    border-top: 1px solid #d10303;
    padding-top: 20px;
  }
}

/* line 110, ../../../scss/dev/blog/06-layout.scss */
.column-container--article .column--large {
  padding-right: 40px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 110, ../../../scss/dev/blog/06-layout.scss */
  .column-container--article .column--large {
    padding-right: 20px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  /* line 110, ../../../scss/dev/blog/06-layout.scss */
  .column-container--article .column--large {
    padding-right: 0;
  }
}

/* line 121, ../../../scss/dev/blog/06-layout.scss */
.column--small {
  width: 300px;
  padding-right: 30px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  /* line 121, ../../../scss/dev/blog/06-layout.scss */
  .column--small {
    width: 100%;
    padding-right: 0;
    padding-left: 80px;
    margin-bottom: 20px;
    max-width: 700px;
    padding-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 121, ../../../scss/dev/blog/06-layout.scss */
  .column--small {
    padding-left: 0;
  }
}

/* line 137, ../../../scss/dev/blog/06-layout.scss */
.column--large {
  width: calc(100% - 300px);
}
@media (min-width: 0px) and (max-width: 1023px) {
  /* line 137, ../../../scss/dev/blog/06-layout.scss */
  .column--large {
    width: 100%;
    max-width: 700px;
    padding-left: 80px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 137, ../../../scss/dev/blog/06-layout.scss */
  .column--large {
    padding-left: 0;
  }
}

/* line 149, ../../../scss/dev/blog/06-layout.scss */
.row {
  margin-bottom: 40px;
}

/* line 153, ../../../scss/dev/blog/06-layout.scss */
.row--semi {
  margin-right: -70px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 153, ../../../scss/dev/blog/06-layout.scss */
  .row--semi {
    margin-right: -40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 153, ../../../scss/dev/blog/06-layout.scss */
  .row--semi {
    margin-right: -20px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  /* line 153, ../../../scss/dev/blog/06-layout.scss */
  .row--semi {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* line 167, ../../../scss/dev/blog/06-layout.scss */
.row--full {
  margin-right: -70px;
  margin-left: -300px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 167, ../../../scss/dev/blog/06-layout.scss */
  .row--full {
    margin-left: -250px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  /* line 167, ../../../scss/dev/blog/06-layout.scss */
  .row--full {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 167, ../../../scss/dev/blog/06-layout.scss */
  .row--full {
    margin-right: 0;
    margin-left: 0;
  }
}

/*------------------------------------*\
:    Layout - Image Container
\*------------------------------------*/
/* line 188, ../../../scss/dev/blog/06-layout.scss */
img {
  max-width: 100%;
}

/* line 192, ../../../scss/dev/blog/06-layout.scss */
.img-container {
  background-size: cover;
  background-position: center center;
}
/* line 195, ../../../scss/dev/blog/06-layout.scss */
.img-container img,
.img-container svg,
.img-container video {
  display: block;
  width: 100%;
  height: auto;
}

/* line 204, ../../../scss/dev/blog/06-layout.scss */
.img-cover {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}
/* line 210, ../../../scss/dev/blog/06-layout.scss */
.img-cover img,
.img-cover video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
/* line 220, ../../../scss/dev/blog/06-layout.scss */
.img-cover img.portrait,
.img-cover video.portrait {
  height: 100%;
  width: auto;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 227, ../../../scss/dev/blog/06-layout.scss */
.img-cover img.landscape,
.img-cover video.landscape {
  width: 100%;
  height: auto;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/*------------------------------------*\
:    Layout - Video Container
\*------------------------------------*/
/* line 242, ../../../scss/dev/blog/06-layout.scss */
video,
object,
iframe {
  max-width: 100%;
}

/* line 248, ../../../scss/dev/blog/06-layout.scss */
.video-container {
  position: relative;
  padding-bottom: 21.42857%;
  padding-top: 21.42857%;
  height: 0;
  margin-bottom: 20px;
  transition: padding 0.5s ease-in-out;
  background-size: cover;
  background-position: center center;
}
/* line 257, ../../../scss/dev/blog/06-layout.scss */
.video-container:last-child {
  margin-bottom: 0;
}
/* line 260, ../../../scss/dev/blog/06-layout.scss */
.video-container.is-active {
  padding-bottom: 28.125%;
  padding-top: 28.125%;
}
/* line 264, ../../../scss/dev/blog/06-layout.scss */
.video-container iframe,
.video-container img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 275, ../../../scss/dev/blog/06-layout.scss */
.video-play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
}
/* line 285, ../../../scss/dev/blog/06-layout.scss */
.video-play:hover {
  background: rgba(0, 0, 0, 0.1);
}
/* line 287, ../../../scss/dev/blog/06-layout.scss */
.video-play:hover .video-play__inner {
  color: #ffffff;
}
/* line 289, ../../../scss/dev/blog/06-layout.scss */
.video-play:hover .video-play__inner:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
/* line 296, ../../../scss/dev/blog/06-layout.scss */
.video-play:focus {
  outline: 0;
}
/* line 299, ../../../scss/dev/blog/06-layout.scss */
.video-play.is-hidden {
  -moz-transition: opacity 0.3s ease-in-out, z-index 0.1s linear 0.3s;
  -o-transition: opacity 0.3s ease-in-out, z-index 0.1s linear 0.3s;
  -webkit-transition: opacity 0.3s ease-in-out, z-index 0.1s linear;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s ease-in-out, z-index 0.1s linear 0.3s;
  opacity: 0;
  z-index: -1;
}

/* line 306, ../../../scss/dev/blog/06-layout.scss */
.video-play__inner {
  width: 80px;
  height: 80px;
  color: #ffffff;
  border: 4px solid #ffffff;
  display: block;
  margin: auto;
  border-radius: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 0px) and (max-width: 500px) {
  /* line 306, ../../../scss/dev/blog/06-layout.scss */
  .video-play__inner {
    width: 60px;
    height: 60px;
  }
}
/* line 321, ../../../scss/dev/blog/06-layout.scss */
.video-play__inner:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
}
/* line 334, ../../../scss/dev/blog/06-layout.scss */
.video-play__inner:after {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(209, 3, 3, 0.5);
  opacity: 0;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
/* line 349, ../../../scss/dev/blog/06-layout.scss */
.video-play__inner span {
  font-size: 54px;
  font-size: 5.4rem;
  position: absolute;
  top: 50%;
  left: 57.5%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 0px) and (max-width: 500px) {
  /* line 349, ../../../scss/dev/blog/06-layout.scss */
  .video-play__inner span {
    font-size: 40px;
    font-size: 4rem;
  }
}

/*------------------------------------*\
:    Layout - Fade Filter
\*------------------------------------*/
/* line 366, ../../../scss/dev/blog/06-layout.scss */
.fade-filter {
  position: fixed;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out 0.3s;
  -webkit-transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out 0.3s;
  pointer-events: none;
}
/* line 377, ../../../scss/dev/blog/06-layout.scss */
.fade-filter.is-active {
  z-index: 90;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out;
  pointer-events: auto;
}
