@font-face {
  font-family: 'mpl';
  src: url("/assets/fonts/mavenprolight-200-webfont.eot");
  src: url("/assets/fonts/mavenprolight-200-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/mavenprolight-200-webfont.woff2") format("woff2"), url("/assets/fonts/mavenprolight-200-webfont.woff") format("woff"), url("/assets/fonts/mavenprolight-200-webfont.ttf") format("truetype"), url("/assets/fonts/mavenprolight-200-webfont.svg#maven_pro_light200") format("svg");
  font-weight: light;
  font-style: normal; }
/* 
--------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------  
 Grid
--------------------------------------------------------------------------------------------------------------------------------------------
----
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  vertical-align: middle; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

[role="button"] {
  cursor: pointer; }

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table; }

.container:after,
.container-fluid:after {
  clear: both; }

/* 
--------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------  
 Template
--------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------
*/
body {
  overflow-x: hidden; }

body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }
html, body, #content {
  height: 100%;
  /* Large Devices, Wide Screens */
  font-size: 9pt;
  position: relative;
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media (min-width: 768px) {
    html, body, #content {
      font-size: 9pt; } }
  @media (min-width: 992px) {
    html, body, #content {
      font-size: 12pt; } }
  @media (min-width: 1200px) {
    html, body, #content {
      font-size: 14pt; } }

.full-height {
  min-height: 100%; }
  @media screen and (max-width: 992px) {
    .full-height {
      height: auto; } }

.full-width {
  width: 100%; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, #insight .post .date, #articles .right-headline .date, #articles .left-headline .date, h3, h4, #fixed-footer input, #fixed-footer .button, #fixed-footer #subscribe-err, #fixed-footer #msg-subscribing, #blog-nav ul li a, .paginate-holder .pagination span, .paginate-holder .pagination a, h5, h6, .copywrite, p, #articles time {
  font-family: "mpl",  sans-serif, helvetica;
  color: #181818;
  cursor: default;
  font-weight: 500;
  letter-spacing: 0.07em; }

p, #articles time {
  padding-bottom: 15px;
  color: #181818;
  line-height: 1.6em;
  font-size: .8em;
  letter-spacing: 0.01em; }
  @media screen and (max-width: 768px) {
    p, #articles time {
      font-size: 1.1em; } }

h1, h2, #insight .post .date, #articles .right-headline .date, #articles .left-headline .date {
  font-size: 2.2em;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-left: 15px; }

h3 {
  font-size: 1.3em;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-top: 0px; }

h4, #fixed-footer input, #fixed-footer .button, #fixed-footer #subscribe-err, #fixed-footer #msg-subscribing, #blog-nav ul li a, .paginate-holder .pagination span, .paginate-holder .pagination a {
  font-size: 1em;
  line-height: 1.5em;
  text-transform: uppercase; }

h5 {
  font-size: 2em;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-top: 0px; }

h6, .copywrite {
  font-size: .7em;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-top: 0px; }

a {
  cursor: pointer;
  text-decoration: none; }

strong, b {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700; }

blockquote {
  font-style: italic;
  border-left: none;
  text-align: center;
  font-size: 1.7em; }

.abs {
  position: absolute; }

.font-dark {
  color: #181818; }

.font-light {
  color: #F3F4F5; }

.font-blue {
  color: #25b0e5; }

.copy-dark {
  text-align: right; }

.copy-right {
  text-align: right; }

.no-padding {
  padding: 0px; }

.rhs {
  float: right; }

.headline-top {
  margin-top: 24%; }

.breath {
  padding: 30px 0; }

.affix {
  position: fixed; }

.vcenter-outer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  overflow: auto; }

.vcenter-outer[class] {
  display: table;
  position: static; }

.vcenter-middle {
  position: absolute;
  top: 50%;
  width: 100%; }

.vcenter-middle[class] {
  display: table-cell;
  vertical-align: middle;
  position: static; }

.vcenter-inner {
  position: relative; }

.icon {
  background-image: url("/assets/img/css-sprite.png"); }

.hidden {
  display: none !important; }

.breath {
  padding-top: 30px;
  padding-bottom: 30px; }

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-xs-top {
    vertical-align: top; }

  .col-xs-middle {
    vertical-align: middle; }

  .col-xs-bottom {
    vertical-align: bottom; } }
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-sm-top {
    vertical-align: top; }

  .col-sm-middle {
    vertical-align: middle; }

  .col-sm-bottom {
    vertical-align: bottom; } }
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-md-top {
    vertical-align: top; }

  .col-md-middle {
    vertical-align: middle; }

  .col-md-bottom {
    vertical-align: bottom; } }
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-lg-top {
    vertical-align: top; }

  .col-lg-middle {
    vertical-align: middle; }

  .col-lg-bottom {
    vertical-align: bottom; } }
/********************************************

Template

********************************************/
#main {
  display: initial;
  min-height: 100%; }

.copywrite {
  font-size: .4em;
  padding: 30px 0 60px 0;
  margin-top: 30px;
  text-align: center;
  color: #F3F4F5;
  border-top: 1px solid #555;
  float: left;
  width: 100%; }

#footer {
  background-color: #181818;
  padding: 15px; }

#fixed-footer {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  background-color: #25b0e5;
  text-align: center;
  padding: 15px; }
  #fixed-footer h3 {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 5px;
    color: #fff;
    padding: 7.5px 7.5px 7.5px 7.5px; }
  #fixed-footer .mc-field-group {
    display: inline-block; }
  #fixed-footer input {
    border: 1px solid #fff;
    background-color: #25b0e5;
    height: 35px;
    text-transform: lowercase;
    padding-left: 7.5px;
    padding-right: 7.5px;
    position: relative; }
  #fixed-footer ::-webkit-input-placeholder {
    color: #F3F4F5; }
  #fixed-footer :-moz-placeholder {
    color: #F3F4F5; }
  #fixed-footer ::-moz-placeholder {
    color: #F3F4F5; }
  #fixed-footer :-ms-input-placeholder {
    color: #F3F4F5; }
  #fixed-footer .email {
    color: #fff;
    width: 250px; }
    @media screen and (max-width: 1200px) {
      #fixed-footer .email {
        top: 1px; } }
  #fixed-footer .button {
    background-color: #fff;
    color: #25b0e5;
    margin-left: -5px; }
    #fixed-footer .button:hover {
      background-color: #25b0e5;
      color: #fff; }
  #fixed-footer .email.mce_inline_error {
    border-color: #fff; }
  #fixed-footer #subscribe-err {
    background-color: #25b0e5;
    color: #F7FF00;
    padding-top: 10px; }
  #fixed-footer #msg-subscribing {
    display: inline-block;
    margin-left: 5px; }

/********************************************

Header

********************************************/
#logo {
  background: url("/assets/img/logo.png") no-repeat;
  width: 95px;
  height: 94px;
  position: absolute;
  left: 30px;
  z-index: 13000;
  display: none; }
  #logo .home-btn {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url("/assets/img/css-sprite.png") no-repeat;
    background-position: 17px -30px;
    display: none; }
  #logo .soak-btn {
    position: absolute;
    width: 100px;
    height: 100px; }
  #logo.logo-bottom {
    bottom: 30px; }
  #logo.logo-top {
    top: 30px; }
  #logo .colourblock {
    position: absolute;
    width: 70px;
    height: 30px;
    background-color: #25b0e5;
    top: 28px;
    left: 6px;
    opacity: 0; }
  #logo #nav {
    opacity: 0; }

#logo.affix {
  position: fixed;
  top: 30px;
  -ms-transform: matrix(0.38, 0, 0, 0.38, -45, -45);
  /* IE 9 */
  -webkit-transform: matrix(0.38, 0, 0, 0.38, -45, -45);
  /* Safari */
  transform: matrix(0.38, 0, 0, 0.38, -45, -45); }
  #logo.affix .colourblock {
    opacity: 1; }
  #logo.affix #nav {
    opacity: 1; }

#nav-icon {
  width: 35px;
  height: 15px;
  position: relative;
  margin: 28px 27px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: #F3F4F5;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    #nav-icon span:nth-child(even) {
      left: 50%;
      border-radius: 0 9px 9px 0; }
    #nav-icon span:nth-child(odd) {
      left: 0px;
      border-radius: 9px 0 0 9px; }
    #nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
      top: 0px; }
    #nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
      top: 12px; }
    #nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
      top: 24px; }
  #nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #nav-icon.open span:nth-child(2), #nav-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #nav-icon.open span:nth-child(1) {
    left: 5px;
    top: 8px; }
  #nav-icon.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 8px; }
  #nav-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0; }
  #nav-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0; }
  #nav-icon.open span:nth-child(5) {
    left: 5px;
    top: 18px; }
  #nav-icon.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 18px; }

#menu-wrap.affix-top .anchors {
  display: none; }

#menu-wrap {
  position: fixed;
  height: 94px;
  width: 400px;
  left: 40px;
  bottom: 99px;
  z-index: 50;
  overflow: visible;
  top: 30px;
  /* Small Devices, Tablets */
  /* Morph Shape */ }
  @media screen and (max-width: 992px) {
    #menu-wrap {
      display: none !important; } }
  #menu-wrap svg {
    pointer-events: none; }
  #menu-wrap .anchors {
    height: 500px;
    width: 0;
    margin: 0;
    -webkit-filter: url("#goo");
    filter: url("../share.html#goo");
    position: relative;
    top: 20px;
    left: 150px; }
    #menu-wrap .anchors .anchor-button,
    #menu-wrap .anchors .anchor-toggle-button {
      position: absolute;
      display: inline-block;
      left: 50%;
      top: 50px;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      line-height: 80px;
      margin-left: -40px;
      margin-top: -40px;
      background: #25b0e5;
      text-align: center;
      border: none;
      outline: none;
      display: block; }
      #menu-wrap .anchors .anchor-button:hover,
      #menu-wrap .anchors .anchor-toggle-button:hover {
        color: #fff; }
    #menu-wrap .anchors .anchor-button {
      font-size: 30px;
      background: #25b0e5;
      -webkit-transform: scale(0.95, 0.95);
      transform: scale(0.95, 0.95); }
    #menu-wrap .anchors .anchor-toggle-button {
      z-index: 9;
      left: 90px; }
    #menu-wrap .anchors .anchor-items {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    #menu-wrap .anchors .anchor-item {
      display: inline-block;
      position: absolute; }
      #menu-wrap .anchors .anchor-item:nth-child(1) {
        left: 72px; }
      #menu-wrap .anchors .anchor-item:nth-child(2) {
        left: 30px; }
      #menu-wrap .anchors .anchor-item:nth-child(3) {
        left: 60px; }
      #menu-wrap .anchors .anchor-item:nth-child(4) {
        left: 50px; }
      #menu-wrap .anchors .anchor-item:nth-child(5) {
        left: 70px; }
  #menu-wrap #menu-titles {
    position: relative; }
  #menu-wrap #menu-titles {
    position: absolute;
    top: 247px;
    left: 10px;
    transform: rotate(90deg);
    overflow: hidden;
    width: 150px;
    height: 25px; }
    #menu-wrap #menu-titles .sect-title {
      position: absolute;
      left: -200px;
      color: #25b0e5;
      font-size: 1em; }

#menu-wrap.affix {
  left: -50px;
  top: 0;
  opacity: 1; }

#blog-nav {
  height: 64px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 1px solid #F3F4F5;
  z-index: 50; }
  #blog-nav .blue-btn {
    background-color: #25b0e5;
    color: #fff; }
  #blog-nav .dark-btn {
    background-color: #181818;
    color: #fff;
    border-right: 1px solid #444; }
    #blog-nav .dark-btn:hover {
      background-color: #282828; }
  #blog-nav .light-btn:hover {
    background-color: #282828;
    color: #fff; }
  #blog-nav #nav-hire {
    right: -200px;
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media (min-width: 320px) {
      #blog-nav #nav-hire {
        right: -400px; } }
    @media (min-width: 992px) {
      #blog-nav #nav-hire {
        right: -491px; } }
    @media (min-width: 1200px) {
      #blog-nav #nav-hire {
        right: -551px; } }
  #blog-nav #nav-blog {
    right: 10px;
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media (min-width: 320px) {
      #blog-nav #nav-blog {
        right: 63px; } }
    @media (min-width: 992px) {
      #blog-nav #nav-blog {
        right: 74px; } }
    @media (min-width: 1200px) {
      #blog-nav #nav-blog {
        right: 81px; } }
    #blog-nav #nav-blog li {
      border-left: 1px solid #F3F4F5; }
  #blog-nav ul {
    display: table-row;
    position: absolute;
    padding: 0;
    margin: 0; }
    #blog-nav ul li {
      display: table-cell;
      height: 64px;
      list-style-type: none;
      margin: 0;
      padding: 0;
      vertical-align: middle; }
      #blog-nav ul li a {
        font-size: 1.1em;
        line-height: 1em;
        display: table-cell;
        vertical-align: middle;
        height: 64px;
        padding: 0 15px 0 15px;
        text-decoration: none;
        cursor: pointer; }

/* 
--------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------  
 Video
--------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------
*/
.fw-video {
  overflow: hidden;
  margin: 0; }
  .fw-video .vimeo-player {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 175px;
    height: 0;
    margin: -90px 0; }
    .fw-video .vimeo-player iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media screen and (max-width: 768px) {
      .fw-video .vimeo-player {
        padding-top: 0;
        margin: 0; } }

.fluid-video {
  padding: 60px;
  background-color: #181818; }
  @media screen and (max-width: 768px) {
    .fluid-video {
      padding: 0; } }
  .fluid-video .vimeo-player {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    border: 1px solid #282828; }
    .fluid-video .vimeo-player iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/********************************************

Homepage

********************************************/
.ct-word, .ct-letter, .ct-br {
  pointer-events: none; }

/********* Intro ********/
.intro {
  background-color: #181818;
  height: 100%; }
  .intro .liquid-holder {
    height: 100%; }
  .intro #rippler canvas {
    z-index: 1 !important; }
  .intro .hhold {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .intro .headline-holder {
    position: relative;
    margin-right: 25%;
    float: right;
    pointer-events: none; }
    @media screen and (max-width: 480px) {
      .intro .headline-holder {
        margin-right: 25%;
        padding-bottom: 70px; } }
  .intro .headline {
    position: relative;
    color: #F3F4F5;
    pointer-events: none; }
    @media screen and (max-width: 768px) {
      .intro .headline {
        line-height: 1.2em; } }
  .intro .noise {
    background: url("/assets/img/noise.png");
    background-size: cover;
    height: 100%; }

/********* Approach ********/
#approach {
  background-color: #181818;
  overflow: hidden;
  position: relative; }
  #approach #approach-bg {
    position: absolute;
    width: 100%; }
  #approach canvas {
    position: absolute; }
  #approach .approach-intro {
    margin-left: 8.33333333%;
    width: 33.33333333%;
    float: left;
    padding: 0 15px;
    pointer-events: none; }
    @media screen and (max-width: 992px) {
      #approach .approach-intro {
        padding: 60px 52.5px 15px 52.5px;
        margin: 0;
        width: 100%; } }
    @media screen and (max-width: 992px) {
      #approach .approach-intro p, #approach .approach-intro #articles time, #articles #approach .approach-intro time {
        margin: 7.5px; } }
    #approach .approach-intro h2, #approach .approach-intro #insight .post .date, #insight .post #approach .approach-intro .date, #approach .approach-intro #articles .right-headline .date, #articles .right-headline #approach .approach-intro .date, #approach .approach-intro #articles .left-headline .date, #articles .left-headline #approach .approach-intro .date {
      margin-left: -30px; }
      @media screen and (max-width: 992px) {
        #approach .approach-intro h2, #approach .approach-intro #insight .post .date, #insight .post #approach .approach-intro .date, #approach .approach-intro #articles .right-headline .date, #articles .right-headline #approach .approach-intro .date, #approach .approach-intro #articles .left-headline .date, #articles .left-headline #approach .approach-intro .date {
          margin-top: 15px;
          margin-bottom: 15px;
          margin-left: 7.5px; } }
  #approach .ct-word:nth-child(5) {
    color: #25b0e5; }
  #approach .what-we-do {
    margin-top: 45px;
    margin-bottom: 45px; }
  #approach .approach-box-holder {
    position: absolute;
    width: 41.66666667%;
    float: left;
    margin-left: 50%;
    padding: 0 15px;
    pointer-events: none; }
    @media screen and (max-width: 1200px) {
      #approach .approach-box-holder {
        width: 50%; } }
    @media screen and (max-width: 992px) {
      #approach .approach-box-holder {
        position: relative;
        margin: 0;
        width: 100%; } }
  #approach #approach-box {
    background-color: #181818;
    min-height: 400px;
    position: absolute;
    bottom: 0;
    z-index: 3;
    padding: 45px 45px 0 45px; }
    @media screen and (max-width: 992px) {
      #approach #approach-box {
        position: relative;
        padding: 30px;
        display: block; } }
    #approach #approach-box p, #approach #approach-box #articles time, #articles #approach #approach-box time {
      margin-top: 15px;
      margin-bottom: 45px;
      letter-spacing: 0.006em; }
      @media screen and (max-width: 992px) {
        #approach #approach-box p, #approach #approach-box #articles time, #articles #approach #approach-box time {
          margin-bottom: 15px; } }

/********* Work ********/
#work {
  background-color: #181818;
  z-index: 4;
  overflow: hidden; }
  #work .headline-holder {
    width: 100%;
    float: left;
    margin-left: 8.33333333%;
    margin-top: 8.33333333%; }
    @media screen and (max-width: 992px) {
      #work .headline-holder {
        padding-bottom: 45px; } }
    #work .headline-holder .headline {
      margin-left: -15px; }
      @media screen and (max-width: 768px) {
        #work .headline-holder .headline {
          margin-left: 15px; } }
      #work .headline-holder .headline .ct-word:nth-child(9) {
        color: #25b0e5; }
  #work .work-holder {
    min-height: 800px;
    margin-bottom: 60px; }
    #work .work-holder .boxed {
      border: 1px solid #25b0e5;
      padding: 15px;
      margin: 0 15px; }
    #work .work-holder .pull-up {
      position: relative;
      top: -90px; }
      @media screen and (max-width: 992px) {
        #work .work-holder .pull-up {
          top: 0; } }
    #work .work-holder .project-right {
      margin-left: 16.66666667%; }
      @media screen and (max-width: 992px) {
        #work .work-holder .project-right {
          margin: 0; } }
    #work .work-holder .project-left h5 {
      text-align: right;
      right: 0;
      margin-right: -45px; }
    #work .work-holder h5 {
      color: #25b0e5;
      bottom: -30px;
      cursor: pointer;
      margin-left: -105px; }
      #work .work-holder h5 br {
        list-style: 15px; }
        @media screen and (min-width: 992px) {
          #work .work-holder h5 br {
            display: none; } }
      @media screen and (max-width: 992px) {
        #work .work-holder h5 span {
          display: inline-block;
          margin-top: 15px !important; } }
      @media screen and (max-width: 992px) {
        #work .work-holder h5 {
          text-align: center !important;
          margin: 0 !important;
          left: 0;
          right: 0; } }
    #work .work-holder .project {
      margin-bottom: 37.5px;
      margin-top: 37.5px;
      padding: 0 60px;
      width: 83.33333333%;
      float: left; }
      @media screen and (max-width: 992px) {
        #work .work-holder .project {
          padding: 0 60px;
          width: 100%;
          margin: 0;
          margin-bottom: -60px; } }
      @media screen and (max-width: 480px) {
        #work .work-holder .project {
          padding: 0;
          width: 100%;
          margin: 0;
          margin-bottom: -60px; } }
      #work .work-holder .project .project-holder {
        overflow: hidden;
        margin: 0 60px; }
        @media screen and (max-width: 992px) {
          #work .work-holder .project .project-holder {
            margin: 0; } }
        #work .work-holder .project .project-holder .project-thumb {
          cursor: pointer; }
          #work .work-holder .project .project-holder .project-thumb .overlay {
            position: absolute; }

/********* Service ********/
#services .headline-holder {
  margin-left: 8.33333333%;
  margin-top: 8.33333333%;
  width: 25%;
  float: left; }
  @media screen and (max-width: 992px) {
    #services .headline-holder {
      width: 100%; } }
  #services .headline-holder .headline {
    margin-left: -15px; }
    @media screen and (max-width: 768px) {
      #services .headline-holder .headline {
        margin-left: 0; } }
#services #services-headline .ct-word:nth-child(3) {
  color: #25b0e5; }
#services .service-holder {
  height: 100%;
  position: absolute;
  width: 100%;
  padding: 0px; }
  @media screen and (max-width: 992px) {
    #services .service-holder {
      padding: 30px;
      position: relative; } }
@media screen and (max-width: 992px) {
  #services h2, #services #insight .post .date, #insight .post #services .date, #services #articles .right-headline .date, #articles .right-headline #services .date, #services #articles .left-headline .date, #articles .left-headline #services .date {
    margin: 0 0 15px 0; } }
#services .icon {
  width: 30px;
  height: 30px;
  margin: 15px auto; }
#services .icon-digital {
  background-position: -37px 0px; }
#services .icon-content {
  background-position: -82px 0px; }
#services .icon-marketing {
  background-position: -122px 0px; }
#services .service {
  border-left: 1px solid #ccc;
  text-align: center;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  width: 16.66666667%;
  float: left;
  position: relative; }
  @media screen and (max-width: 992px) {
    #services .service {
      width: 100%;
      border: 1px solid #ccc;
      margin: 15px 0;
      padding: 15px;
      height: initial;
      min-height: initial; } }
  @media screen and (max-width: 768px) {
    #services .service h6, #services .service .copywrite {
      font-size: 1.2em; } }
  #services .service .overlay {
    position: absolute;
    background-color: #181818;
    z-index: 30;
    left: -101%;
    top: 0;
    width: 101%; }
    @media screen and (max-width: 992px) {
      #services .service .overlay {
        left: 0;
        background-color: #fff;
        position: relative; } }
    #services .service .overlay h6, #services .service .overlay .copywrite {
      color: #25b0e5;
      position: relative;
      left: -100%;
      line-height: 1.8em;
      text-align: left;
      padding-left: 30px; }
      @media screen and (max-width: 768px) {
        #services .service .overlay h6, #services .service .overlay .copywrite {
          font-size: 1.1em; } }
      @media screen and (max-width: 992px) {
        #services .service .overlay h6, #services .service .overlay .copywrite {
          left: 0;
          text-align: center;
          padding-left: 0; } }

/********* insight ********/
#insight {
  padding-top: 15px;
  padding-left: 0;
  overflow: hidden;
  background-color: #181818; }
  #insight .insight-headline {
    position: relative;
    margin-left: -30px;
    width: 19%;
    left: 8.33333%;
    float: left; }
    @media (max-width: 992px) {
      #insight .insight-headline {
        width: 100%;
        left: 0;
        background-color: #fff; } }
    @media (max-width: 992px) {
      #insight .insight-headline .headline {
        margin-top: 0;
        background-color: #181818;
        padding: 60px; } }
    @media screen and (max-width: 992px) {
      #insight .insight-headline .headline {
        padding-left: 90px; } }
    #insight .insight-headline .ct-word:nth-child(3) {
      color: #25b0e5; }
  #insight .cell-headline {
    z-index: 300;
    background-color: #181818;
    margin-bottom: 15px; }
    #insight .cell-headline h2, #insight .cell-headline .post .date, #insight .post .cell-headline .date, #insight .cell-headline #articles .right-headline .date, #articles .right-headline #insight .cell-headline .date, #insight .cell-headline #articles .left-headline .date, #articles .left-headline #insight .cell-headline .date {
      padding: 15px; }
  #insight .insight-area {
    position: relative;
    width: 75%;
    float: left;
    left: 9.3%;
    padding: 30px 0px;
    margin: 30px 0 0 0;
    background-color: #fff; }
    @media (max-width: 992px) {
      #insight .insight-area {
        width: 85%;
        right: 0;
        margin: 0;
        padding: 0; } }
  #insight .articles-holder {
    margin: 120px 60px; }
    @media (max-width: 992px) {
      #insight .articles-holder {
        margin: 30px; } }
    #insight .articles-holder .article-holder {
      width: 50%;
      float: left;
      position: relative;
      padding: 15px; }
      @media (max-width: 992px) {
        #insight .articles-holder .article-holder {
          width: 100%; } }
      #insight .articles-holder .article-holder .article-left {
        margin-left: 33.33333333%;
        width: 66.66666667%;
        float: left; }
        @media (max-width: 992px) {
          #insight .articles-holder .article-holder .article-left {
            width: 100%;
            margin: 0; } }
      #insight .articles-holder .article-holder .article-right {
        width: 66.66666667%;
        float: left; }
        @media (max-width: 992px) {
          #insight .articles-holder .article-holder .article-right {
            width: 100%;
            margin: 0; } }
  #insight .post-pusher {
    margin-top: 50%; }
    @media (max-width: 992px) {
      #insight .post-pusher {
        margin-top: 0; } }
  #insight .post {
    cursor: pointer;
    position: relative;
    width: 100%; }
    @media (max-width: 991px) {
      #insight .post {
        border-bottom: 3px solid #181818;
        padding: 7.5px 0; } }
    #insight .post h3 {
      line-height: 1.1em;
      font-size: 1.3em;
      padding: .5em;
      margin: -15px;
      cursor: pointer; }
      @media (max-width: 1399px) {
        #insight .post h3 {
          font-size: 1.1em; } }
      @media (max-width: 1199px) {
        #insight .post h3 {
          font-size: 1em; } }
      @media (max-width: 991px) {
        #insight .post h3 {
          font-size: 1.3em;
          line-height: 1.4em;
          margin: 0;
          padding: 0; } }
    #insight .post a {
      cursor: pointer; }
    @media (max-width: 991px) {
      #insight .post br {
        display: none; } }
    #insight .post .headline-holder, #insight .post .date-holder {
      height: 100%;
      width: 80%;
      position: absolute;
      top: 0; }
      @media (max-width: 992px) {
        #insight .post .headline-holder, #insight .post .date-holder {
          height: auto;
          position: relative; } }
    #insight .post .date-holder {
      width: 30%; }
      @media (max-width: 992px) {
        #insight .post .date-holder {
          display: none;
          width: 100%; } }
    #insight .post .date {
      cursor: pointer;
      color: #fff;
      text-align: center;
      font-size: 1.8em;
      line-height: 1.1em; }
      @media (max-width: 1399px) {
        #insight .post .date {
          font-size: 1.6em;
          line-height: 1em; } }
      @media (max-width: 991px) {
        #insight .post .date {
          font-size: 1.4em;
          color: #181818;
          text-align: left;
          padding: 0;
          margin: 0; } }
    #insight .post .img-grad {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      opacity: 0; }
    #insight .post.left-headline .img-grad {
      background: url("/assets/img/date-grad-rhs.png") repeat-y;
      background-position: top right; }
    @media (min-width: 991px) {
      #insight .post.left-headline .headline-holder {
        left: -40%; } }
    @media (min-width: 991px) {
      #insight .post.left-headline .date-holder {
        right: -5%; } }
    #insight .post.right-headline .img-grad {
      background: url("/assets/img/date-grad-lhs.png") repeat-y; }
    @media (min-width: 991px) {
      #insight .post.right-headline .headline-holder {
        right: -40%; } }
    @media (min-width: 991px) {
      #insight .post.right-headline .date-holder {
        left: -2%; } }
    #insight .post .image-holder {
      background-color: #F3F4F5;
      position: relative; }
      @media (max-width: 991px) {
        #insight .post .image-holder {
          background-color: initial;
          margin: 15px 0 0 0; } }
      #insight .post .image-holder .post-thumb {
        opacity: 0;
        max-width: 100%;
        height: auto; }
        @media (max-width: 991px) {
          #insight .post .image-holder .post-thumb {
            margin: 0 0 7.5px 0;
            opacity: 1; } }
  #insight .view-more {
    border: none; }
    #insight .view-more .image-holder {
      background-color: #181818; }
      #insight .view-more .image-holder .post-thumb {
        opacity: 0; }
      @media (max-width: 992px) {
        #insight .view-more .image-holder {
          display: none; } }
    #insight .view-more .headline-holder {
      width: 100%; }
    #insight .view-more h3 {
      margin: 0;
      padding: 15px;
      color: #fff;
      position: relative; }
      @media (max-width: 992px) {
        #insight .view-more h3 {
          margin: 30px 0 0 0;
          font-size: 1.8em;
          background-color: #181818; } }

/********* contact ********/
#contact {
  background-color: #181818;
  padding-bottom: 60px; }
  @media screen and (max-width: 992px) {
    #contact {
      padding: 30px; } }
  @media screen and (max-width: 768px) {
    #contact {
      padding: 15px; } }
  #contact .headline {
    margin: 90px 30px 60px 60px; }
    @media screen and (max-width: 992px) {
      #contact .headline {
        margin: 30px; } }
    #contact .headline .ct-word:nth-child(5) {
      color: #25b0e5; }
  #contact h2, #contact #insight .post .date, #insight .post #contact .date, #contact #articles .right-headline .date, #articles .right-headline #contact .date, #contact #articles .left-headline .date, #articles .left-headline #contact .date {
    margin-left: -30px; }
    @media screen and (max-width: 992px) {
      #contact h2, #contact #insight .post .date, #insight .post #contact .date, #contact #articles .right-headline .date, #articles .right-headline #contact .date, #contact #articles .left-headline .date, #articles .left-headline #contact .date {
        margin: 0; } }
  #contact .contact-intro {
    color: #F3F4F5;
    margin-top: 45px;
    margin-bottom: 45px; }
    @media screen and (max-width: 992px) {
      #contact .contact-intro {
        margin: 15px 0; } }
  #contact .icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 15px; }
  #contact .contact-copy {
    width: 41.66666667%;
    float: left;
    padding-left: 180px; }
    @media screen and (max-width: 992px) {
      #contact .contact-copy {
        width: 100%;
        padding: 0 60px; } }
    #contact .contact-copy p, #contact .contact-copy #articles time, #articles #contact .contact-copy time {
      font-size: .75em;
      color: #F3F4F5;
      letter-spacing: 0.006em; }
      @media screen and (max-width: 768px) {
        #contact .contact-copy p, #contact .contact-copy #articles time, #articles #contact .contact-copy time {
          font-size: 1.2em; } }
  #contact .contact-info {
    width: 50%;
    margin-left: 8.33333333%;
    float: left; }
    @media screen and (max-width: 992px) {
      #contact .contact-info {
        width: 100%;
        padding: 30px 60px;
        margin: 0; } }
    #contact .contact-info .copy {
      margin-top: -14px;
      height: 35px;
      vertical-align: middle;
      display: inline-block;
      color: #F3F4F5; }
    @media screen and (max-width: 992px) {
      #contact .contact-info .mail {
        display: inline-block;
        margin-right: 15px; } }
    #contact .contact-info .mail .icon {
      background-position: -160px 0px; }
    #contact .contact-info .mail a {
      color: #F3F4F5; }
    @media screen and (max-width: 992px) {
      #contact .contact-info .phone {
        display: inline-block; } }
    #contact .contact-info .phone .icon {
      background-position: -203px 0px; }
    #contact .contact-info .twitter {
      background-position: -250px 0px; }
    #contact .contact-info .facebook {
      background-position: -290px 0px; }
    #contact .contact-info .google {
      background-position: -330px 0px; }
    #contact .contact-info .linkedin {
      background-position: -380px 0px; }
    #contact .contact-info .social-links {
      margin-top: 15px; }
    #contact .contact-info .break {
      width: 100%;
      height: 1px;
      border-bottom: 1px solid #555; }

/********************************************

PROJECT

********************************************/
#dark-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #181818;
  top: 0;
  z-index: 12000; }

.header-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center !important;
  height: 1210px;
  position: absolute;
  width: 100%; }

.project-holder {
  overflow: hidden;
  background-color: #181818; }

#project .header-holder {
  width: 100%;
  padding-right: 50%; }
  @media (max-width: 991px) {
    #project .header-holder {
      padding-right: 0; } }
  #project .header-holder .headline {
    text-align: right;
    margin: 45px; }
    @media (max-width: 991px) {
      #project .header-holder .headline {
        text-align: left;
        margin: 0 60px; } }
#project .project-intro {
  margin: 22.6% 0 0 0; }
  @media (min-width: 1200px) {
    #project .project-intro {
      margin: 12.6% 0 0 7%; } }
#project p, #project #articles time, #articles #project time {
  color: #F3F4F5;
  letter-spacing: 0.006em; }
#project .copy-block {
  background-color: #F3F4F5; }
  #project .copy-block p, #project .copy-block #articles time, #articles #project .copy-block time {
    color: #181818; }
#project .description {
  margin-top: -15px;
  margin-bottom: 30px;
  width: 33.333333%;
  margin-left: 41.66666667%; }
  @media (max-width: 991px) {
    #project .description {
      padding: 60px;
      margin: 0;
      width: 100%; } }

#project-thumbs {
  padding-top: 60px;
  background-color: #181818; }
  #project-thumbs .thumb-holder {
    width: 25%;
    border: solid 1px #181818;
    padding: 0;
    float: left;
    position: relative; }
    @media (max-width: 991px) {
      #project-thumbs .thumb-holder {
        width: 50%; } }
  #project-thumbs .overlay, #project-thumbs .headline-holder {
    position: absolute; }
  #project-thumbs .headline-holder {
    bottom: 0; }
    #project-thumbs .headline-holder h4, #project-thumbs .headline-holder #fixed-footer input, #fixed-footer #project-thumbs .headline-holder input, #project-thumbs .headline-holder #fixed-footer .button, #fixed-footer #project-thumbs .headline-holder .button, #project-thumbs .headline-holder #fixed-footer #subscribe-err, #fixed-footer #project-thumbs .headline-holder #subscribe-err, #project-thumbs .headline-holder #fixed-footer #msg-subscribing, #fixed-footer #project-thumbs .headline-holder #msg-subscribing, #project-thumbs .headline-holder #blog-nav ul li a, #blog-nav ul li #project-thumbs .headline-holder a, #project-thumbs .headline-holder .paginate-holder .pagination span, .paginate-holder .pagination #project-thumbs .headline-holder span, #project-thumbs .headline-holder .paginate-holder .pagination a, .paginate-holder .pagination #project-thumbs .headline-holder a {
      color: #25b0e5;
      padding: 15px 15px 30px 30px; }
      @media (min-width: 992px) {
        #project-thumbs .headline-holder h4, #project-thumbs .headline-holder #fixed-footer input, #fixed-footer #project-thumbs .headline-holder input, #project-thumbs .headline-holder #fixed-footer .button, #fixed-footer #project-thumbs .headline-holder .button, #project-thumbs .headline-holder #fixed-footer #subscribe-err, #fixed-footer #project-thumbs .headline-holder #subscribe-err, #project-thumbs .headline-holder #fixed-footer #msg-subscribing, #fixed-footer #project-thumbs .headline-holder #msg-subscribing, #project-thumbs .headline-holder #blog-nav ul li a, #blog-nav ul li #project-thumbs .headline-holder a, #project-thumbs .headline-holder .paginate-holder .pagination span, .paginate-holder .pagination #project-thumbs .headline-holder span, #project-thumbs .headline-holder .paginate-holder .pagination a, .paginate-holder .pagination #project-thumbs .headline-holder a {
          padding: 15px 15px 45px 45px; } }
      @media (min-width: 1200px) {
        #project-thumbs .headline-holder h4, #project-thumbs .headline-holder #fixed-footer input, #fixed-footer #project-thumbs .headline-holder input, #project-thumbs .headline-holder #fixed-footer .button, #fixed-footer #project-thumbs .headline-holder .button, #project-thumbs .headline-holder #fixed-footer #subscribe-err, #fixed-footer #project-thumbs .headline-holder #subscribe-err, #project-thumbs .headline-holder #fixed-footer #msg-subscribing, #fixed-footer #project-thumbs .headline-holder #msg-subscribing, #project-thumbs .headline-holder #blog-nav ul li a, #blog-nav ul li #project-thumbs .headline-holder a, #project-thumbs .headline-holder .paginate-holder .pagination span, .paginate-holder .pagination #project-thumbs .headline-holder span, #project-thumbs .headline-holder .paginate-holder .pagination a, .paginate-holder .pagination #project-thumbs .headline-holder a {
          padding: 15px 15px 60px 60px; } }
      @media (min-width: 1440px) {
        #project-thumbs .headline-holder h4, #project-thumbs .headline-holder #fixed-footer input, #fixed-footer #project-thumbs .headline-holder input, #project-thumbs .headline-holder #fixed-footer .button, #fixed-footer #project-thumbs .headline-holder .button, #project-thumbs .headline-holder #fixed-footer #subscribe-err, #fixed-footer #project-thumbs .headline-holder #subscribe-err, #project-thumbs .headline-holder #fixed-footer #msg-subscribing, #fixed-footer #project-thumbs .headline-holder #msg-subscribing, #project-thumbs .headline-holder #blog-nav ul li a, #blog-nav ul li #project-thumbs .headline-holder a, #project-thumbs .headline-holder .paginate-holder .pagination span, .paginate-holder .pagination #project-thumbs .headline-holder span, #project-thumbs .headline-holder .paginate-holder .pagination a, .paginate-holder .pagination #project-thumbs .headline-holder a {
          padding: 15px 15px 75px 75px; } }
      #project-thumbs .headline-holder h4 br, #project-thumbs .headline-holder #fixed-footer input br, #fixed-footer #project-thumbs .headline-holder input br, #project-thumbs .headline-holder #fixed-footer .button br, #fixed-footer #project-thumbs .headline-holder .button br, #project-thumbs .headline-holder #fixed-footer #subscribe-err br, #fixed-footer #project-thumbs .headline-holder #subscribe-err br, #project-thumbs .headline-holder #fixed-footer #msg-subscribing br, #fixed-footer #project-thumbs .headline-holder #msg-subscribing br, #project-thumbs .headline-holder #blog-nav ul li a br, #blog-nav ul li #project-thumbs .headline-holder a br, #project-thumbs .headline-holder .paginate-holder .pagination span br, .paginate-holder .pagination #project-thumbs .headline-holder span br, #project-thumbs .headline-holder .paginate-holder .pagination a br, .paginate-holder .pagination #project-thumbs .headline-holder a br {
        line-height: 2.5em; }
        @media (min-width: 992px) {
          #project-thumbs .headline-holder h4 br, #project-thumbs .headline-holder #fixed-footer input br, #fixed-footer #project-thumbs .headline-holder input br, #project-thumbs .headline-holder #fixed-footer .button br, #fixed-footer #project-thumbs .headline-holder .button br, #project-thumbs .headline-holder #fixed-footer #subscribe-err br, #fixed-footer #project-thumbs .headline-holder #subscribe-err br, #project-thumbs .headline-holder #fixed-footer #msg-subscribing br, #fixed-footer #project-thumbs .headline-holder #msg-subscribing br, #project-thumbs .headline-holder #blog-nav ul li a br, #blog-nav ul li #project-thumbs .headline-holder a br, #project-thumbs .headline-holder .paginate-holder .pagination span br, .paginate-holder .pagination #project-thumbs .headline-holder span br, #project-thumbs .headline-holder .paginate-holder .pagination a br, .paginate-holder .pagination #project-thumbs .headline-holder a br {
            line-height: 2em; } }
    #project-thumbs .headline-holder .boxed {
      border: 1px solid #25b0e5;
      padding: 7.5px; }
  #project-thumbs .border {
    border: solid 1px #181818; }

/********************************************

Blog

********************************************/
#articles {
  background-color: #F3F4F5;
  overflow: auto; }
  #articles li {
    margin-left: 45px;
    margin-bottom: 15px; }
    #articles li p, #articles li time {
      padding: 0;
      margin: 0; }
  #articles p, #articles time {
    font-size: .9em; }
    @media (max-width: 767px) {
      #articles p, #articles time {
        font-size: 1.1em; } }
  #articles .articles-holder {
    padding: 180px 60px 120px 60px;
    overflow: hidden; }
    @media (max-width: 991px) {
      #articles .articles-holder {
        padding: 120px 60px 60px 60px; } }
    #articles .articles-holder article {
      width: 50%;
      float: left; }
      @media (max-width: 991px) {
        #articles .articles-holder article {
          width: 100%; } }
      #articles .articles-holder article .article-left, #articles .articles-holder article .article-right {
        width: 66.66666667%;
        float: left;
        padding: 0 15px; }
        @media (max-width: 991px) {
          #articles .articles-holder article .article-left, #articles .articles-holder article .article-right {
            width: 100%; } }
      #articles .articles-holder article .article-right {
        margin-left: 33.33333333%; }
        @media (max-width: 991px) {
          #articles .articles-holder article .article-right {
            margin: 0; } }
  #articles .post-pusher {
    margin-top: 50%; }
    @media (max-width: 991px) {
      #articles .post-pusher {
        margin-top: 0; } }
  #articles .right-headline, #articles .left-headline {
    position: relative;
    width: 100%; }
    @media (max-width: 991px) {
      #articles .right-headline, #articles .left-headline {
        margin: 15px 0;
        border-bottom: 3px solid #181818;
        padding: 7.5px 0; } }
    #articles .right-headline h2, #articles .right-headline .date, #articles .left-headline h2, #articles .left-headline .date {
      line-height: 1.1em;
      font-size: 1.7em;
      cursor: pointer;
      padding: .5em;
      margin: -15px 0; }
      @media (max-width: 1399px) {
        #articles .right-headline h2, #articles .right-headline .date, #articles .left-headline h2, #articles .left-headline .date {
          font-size: 1.3em; } }
      @media (max-width: 1199px) {
        #articles .right-headline h2, #articles .right-headline .date, #articles .left-headline h2, #articles .left-headline .date {
          font-size: 1.2em; } }
      @media (max-width: 991px) {
        #articles .right-headline h2, #articles .right-headline .date, #articles .left-headline h2, #articles .left-headline .date {
          font-size: 1.3em;
          padding: 7.5px 0 0 0;
          margin: 0; } }
    #articles .right-headline .headline-holder, #articles .right-headline .date-holder, #articles .left-headline .headline-holder, #articles .left-headline .date-holder {
      height: 100%;
      width: 85%;
      position: absolute;
      top: 0; }
      @media (max-width: 991px) {
        #articles .right-headline .headline-holder, #articles .right-headline .date-holder, #articles .left-headline .headline-holder, #articles .left-headline .date-holder {
          position: relative;
          text-align: left; } }
    #articles .right-headline .date-holder, #articles .left-headline .date-holder {
      width: 30%; }
      @media (max-width: 991px) {
        #articles .right-headline .date-holder, #articles .left-headline .date-holder {
          width: 100%; } }
    #articles .right-headline .date, #articles .left-headline .date {
      color: #EBEDEF;
      text-align: center;
      font-size: 2.1em;
      line-height: 1.1em; }
      @media (max-width: 1399px) {
        #articles .right-headline .date, #articles .left-headline .date {
          font-size: 1.8em;
          line-height: 1em; } }
      @media (max-width: 1199px) {
        #articles .right-headline .date, #articles .left-headline .date {
          font-size: 1.6em; } }
      @media (max-width: 991px) {
        #articles .right-headline .date, #articles .left-headline .date {
          font-size: 1.3em;
          color: #181818;
          text-align: left; } }
    @media (max-width: 991px) {
      #articles .right-headline br, #articles .left-headline br {
        display: none; } }
    #articles .right-headline .image-holder, #articles .left-headline .image-holder {
      background-color: #fff;
      position: relative; }
      @media (max-width: 991px) {
        #articles .right-headline .image-holder, #articles .left-headline .image-holder {
          background-color: initial; } }
      #articles .right-headline .image-holder .img-grad, #articles .left-headline .image-holder .img-grad {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        opacity: 0; }
      #articles .right-headline .image-holder .post-thumb, #articles .left-headline .image-holder .post-thumb {
        opacity: 0;
        max-width: 100%;
        height: auto; }
        @media (max-width: 991px) {
          #articles .right-headline .image-holder .post-thumb, #articles .left-headline .image-holder .post-thumb {
            opacity: 1; } }
  #articles .left-headline .img-grad {
    background: url("/assets/img/date-grad-rhs.png") repeat-y;
    background-position: top right; }
  #articles .left-headline .headline-holder {
    left: -30%; }
    @media (max-width: 991px) {
      #articles .left-headline .headline-holder {
        left: 0; } }
  #articles .left-headline .date-holder {
    right: -5%; }
    @media (max-width: 991px) {
      #articles .left-headline .date-holder {
        right: 0; } }
  #articles .right-headline .img-grad {
    background: url("/assets/img/date-grad-lhs.png") repeat-y; }
  #articles .right-headline .headline-holder {
    right: -30%; }
    @media (max-width: 991px) {
      #articles .right-headline .headline-holder {
        right: 0; } }
  #articles .right-headline .date-holder {
    left: -2%; }
    @media (max-width: 991px) {
      #articles .right-headline .date-holder {
        left: 0; } }
  #articles h3 {
    margin-top: 15px;
    border-top: 1px solid #181818;
    display: inline-block;
    padding-top: 3px; }
  #articles .header {
    width: 100%;
    height: 400px;
    background-position: center center !important; }
    @media (max-width: 991px) {
      #articles .header {
        height: 300px; } }
    @media (max-width: 479px) {
      #articles .header {
        height: 200px; } }
  #articles h1 {
    margin-top: 60px;
    line-height: 1.3em;
    margin-left: 0px;
    font-size: 1.8em; }
  #articles time {
    font-size: .6em; }
  #articles .comments {
    margin-top: 60px;
    margin-bottom: 60px; }
  #articles .share {
    margin-top: 15px; }
    #articles .share .icon {
      width: 27px;
      height: 35px;
      display: inline-block;
      margin-right: 5px; }
    #articles .share .tweet {
      background-position: -264px -55px; }
    #articles .share .facebook {
      background-position: -292px -55px; }
    #articles .share .google {
      background-position: -323px -55px; }
    #articles .share .linkedin {
      background-position: -356px -56px; }
    #articles .share .flipboard {
      background-position: -229px -55px; }
  #articles .title-block {
    width: 25%;
    float: left;
    position: relative;
    padding: 0 15px; }
    @media (max-width: 991px) {
      #articles .title-block {
        width: 100%;
        border-bottom: 1px solid #181818; } }
  #articles .content {
    margin-top: 60px;
    width: 75%;
    float: left;
    padding: 0 15px; }
    @media (max-width: 991px) {
      #articles .content {
        width: 100%;
        margin-top: 15px; } }

.paginate-holder {
  width: 100%;
  position: relative;
  text-align: center;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0; }
  .paginate-holder .pagination {
    margin-top: 90px;
    margin-bottom: -90px;
    text-align: center; }
    .paginate-holder .pagination span, .paginate-holder .pagination a {
      margin: 7.5px;
      border: none;
      color: #181818;
      background-color: #fff;
      border: 1px solid #fff;
      position: relative;
      float: left;
      padding: 6px 12px; }
    .paginate-holder .pagination span:focus {
      z-index: 2; }
    .paginate-holder .pagination a:hover {
      background-color: #25b0e5;
      cursor: pointer;
      color: #fff; }
    .paginate-holder .pagination li {
      margin-left: 0 !important;
      display: inline-block; }
    .paginate-holder .pagination .active a {
      background: none; }
    .paginate-holder .pagination .active a, .paginate-holder .pagination .active span, .paginate-holder .pagination .active span:hover, .paginate-holder .pagination .active a:hover, .paginate-holder .pagination .active a:focus, .paginate-holder .pagination .active span:focus {
      z-index: 3; }
    .paginate-holder .pagination .disabled span, .paginate-holder .pagination .disabled a, .paginate-holder .pagination .disabled span:hover, .paginate-holder .pagination .disabled a:hover, .paginate-holder .pagination .disabled span:focus, .paginate-holder .pagination .disabled a:focus {
      cursor: not-allowed;
      color: #181818 !important; }

/*# sourceMappingURL=main_front.css.map */
