/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* ==========================================================================
   Variables
   ========================================================================== */
/* ============================
   Distances
   ============================ */
/* ============================
   Colors
   ============================ */
/* ============================
   Fonts
   ============================ */
.h1-style {
  font-size: 28px;
  line-height: 34px;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .h1-style {
    font-size: 42px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .h1-style {
    font-size: 42px;
    line-height: 48px;
  }
}
.h2-style {
  font-size: 28px;
  line-height: 34px;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .h2-style {
    font-size: 42px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .h2-style {
    font-size: 42px;
    line-height: 48px;
  }
}
.h3-style {
  font-size: 20px;
  line-height: 1.174em;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .h3-style {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .h3-style {
    font-size: 46px;
  }
}
.h4-style {
  font-size: 30px;
  line-height: 1.21em;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .h4-style {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .h4-style {
    font-size: 30px;
  }
}
.h5-style {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .h5-style {
    font-size: 18px;
    line-height: 24px;
  }
}
.h6-style {
  font-size: 18px;
  line-height: 1.333em;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .h6-style {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1450px) {
  .h6-style {
    font-size: 28px;
  }
}
.p-style {
  font-size: 16px;
  line-height: 1.4em;
  font-family: 'Suisse Intl';
}
/* ============================
   Forms
   ============================ */
.formFontParagraph {
  font-size: 15px;
  font-family: 'Suisse Intl';
}
@media only screen and (min-width: 1024px) {
  .formFontParagraph {
    font-size: 18px;
  }
}
.ultra-color-title {
  color: #8B4FFF;
  margin-bottom: 20px;
}
/* =======================================================
   Case Study Teaser View
   ======================================================= */
.case-studies .v2-inner-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
}
.case-studies .v2-inner-wrapper h5 {
  font-size: 20px;
  line-height: 1;
  color: #8D8D8D;
  margin-bottom: 20px;
  font-weight: 300;
}
.case-studies .v2-inner-wrapper .v2-cta {
  margin-top: 30px;
}
.case-studies .col-entry .background-image,
.case-studies .col-entry .mobile-image {
  background-position: center;
  background-size: cover;
}
.case-studies .col-entry .inner-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: block;
}
.case-studies .col-entry .inner-col {
  position: relative;
  overflow: hidden;
}
.case-studies .background-image {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.case-studies .icon {
  width: 35px;
  height: 35px;
}
.case-studies .icon img {
  width: 100%;
}
.case-studies li {
  font-size: 18px;
  line-height: 1.7143em;
  font-family: 'Suisse Intl';
  float: left;
  padding-right: 20px;
  position: relative;
}
.case-studies li:first-of-type {
  padding-left: 0;
}
.case-studies li:last-of-type {
  padding-right: 0;
}
.case-studies li:last-of-type:after {
  width: 0;
}
.case-studies li:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 2px;
  background-color: #000;
  right: 10px;
  top: 14px;
}
.case-studies li:last-of-type:after {
  content: none;
}
.case-studies h2 {
  color: #FF0664;
}
.case-studies h5 {
  margin-bottom: 8px;
}
.case-studies .taxanomy {
  padding-bottom: 24px;
}
.case-studies .btn {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 3;
}
.case-studies .mobile-image {
  display: none;
}
.case-studies .inner-wrapper {
  height: 376px;
}
.case-studies .col-entry {
  padding-bottom: 16px;
}
.case-studies .inner-wrapper {
  padding: 24px;
}
.case-studies .btn {
  left: 24px;
  bottom: 24px;
}
.case-studies .content-text,
.case-studies .btn,
.case-studies .v2-cta {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translate(-30px, 0);
  -moz-transform: translate(-30px, 0);
  -o-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.case-studies .overlay {
  background: #262626;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-work .col-headline h1 {
  padding-bottom: 32px;
}
.page-work .col-description {
  padding-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .case-studies .col-entry {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .case-studies li {
    font-size: 16px;
  }
  .case-studies .col-entry .inner-col.hover .content-text,
  .case-studies .col-entry .inner-col.hover .btn,
  .case-studies .col-entry .inner-col.hover .v2-cta {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .case-studies .col-entry .inner-col.hover .overlay {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
@media only screen and (max-width: 767px) and (min-width: 376px) {
  .case-studies .mobile-image {
    padding-bottom: 0;
    height: 360px;
  }
}
@media only screen and (min-width: 768px) {
  body:not(.no-hover) .case-studies .col-entry .inner-col:hover .content-text,
  body:not(.no-hover) .case-studies .col-entry .inner-col:hover .btn,
  body:not(.no-hover) .case-studies .col-entry .inner-col:hover .v2-cta {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  body:not(.no-hover) .case-studies .col-entry .inner-col:hover .v2-cta:hover {
    opacity: 0.8;
  }
  body:not(.no-hover) .case-studies .col-entry .inner-col:hover .overlay {
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    -webkit-opacity: 0.95;
    opacity: 0.95;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
    filter: alpha(opacity=95);
  }
}
@media only screen and (min-width: 1450px) {
  .case-studies .inner-wrapper {
    height: 440px;
  }
}
/* ==========================================================================
   Animation on Page-Load
   ========================================================================== */
.panel-hero .row {
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition: transform 0.5s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.33, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: transform 0.5s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.hero-image.pax {
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition: transform 0.7s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.33, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: transform 0.7s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: transform 0.7s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.33, 1);
}
body.page-loaded .panel-hero .row {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
body.page-loaded .hero-image.pax {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/*# sourceMappingURL=element-case-study-teaser.css.map */